@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* VARIABLES */
/*$yellow-dark: #b5a642;*/
/* puvodnim #b5a642 */
/* b58842 */
/* BODY */
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none;
}

* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal, .text-left {
  text-align: left;
}

.tar, .text-right {
  text-align: right;
}

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

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/
}

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important;
  font-size: 16px;
}

body {
  background: #f9f7f5;
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #0D0D0D;
  min-width: 320px;
  overflow: hidden;
}

body.wp-admin {
  overflow: auto;
}

/*body {
    min-width:1240px;
}*/
@media (max-width: 991px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  html,
  body {
    font-size: 14px;
    line-height: 1.3;
  }
}
/* GRID */
body {
  /*max-width:1920px;*/
  margin: auto;
  /*min-width:1024px;*/
}

.container {
  max-width: 1240px !important;
}

.component.type-content-page .container,
.container.container-narrow {
  max-width: 1240px !important;
}
.component.type-content-page .container .container,
.container.container-narrow .container {
  padding-left: 0px;
  padding-right: 0px;
}

.container .row {
  position: relative;
}

.container .row .col-md-fifths {
  padding-right: 7.5px;
  padding-left: 7.5px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 991px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 580px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .container .row .col-md-fifths {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap');*/
body {
  font-family: Arial, sans-serif;
}

em, b, strong {
  font-family: Arial, sans-serif;
}

.ui-widget,
textarea, input {
  font-family: Arial, sans-serif;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/**,
*::before,
*::after {
  box-sizing: inherit;
}*/
:root {
  --column-gap: 15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

.swiper-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-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-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;
}

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.fnt-white {
  color: #FEFEFA;
}

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

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

i, em {
  font-style: italic;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-top: 0px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

/**/
.content-basic-text + .content-basic-text,
.club-about + .content-basic-text {
  padding-top: 0px !important;
}

.btn {
  height: 75px;
  min-width: 250px;
  padding: 0px 24px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.25s linear;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  font-family: "Gelasio", serif;
}
.btn.btn-primary {
  background: #31271d;
  color: #FEFEFA;
  border: 1px #31271d solid;
}
.btn.btn-primary:hover {
  background: #6e5e4e;
  color: #FEFEFA;
  border: 1px #6e5e4e solid;
}

@media (max-width: 991px) {
  .btn {
    height: 65px;
    min-width: 200px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
  }
}
@media (max-width: 580px) {
  .btn {
    height: 50px;
    min-width: 150px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
  }
}
/* global  */
/* AI base */
/* HEADER — stabilní mřížka: logo | centrované menu | jazyk */
.site-header {
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  display: flex;
  align-items: center;
}

.header-inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: var(--site-pad);
  display: grid;
  grid-template-columns: 82px minmax(690px, 1fr) 72px;
  align-items: center;
  column-gap: 30px;
  pointer-events: auto;
}

.site-logo {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.site-logo img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.main-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.main-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--header-h);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--color-ink);
  transition: color 0.18s var(--ease);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  height: 2px;
  background: transparent;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s var(--ease), background-color 0.18s var(--ease);
}

.main-nav a:hover, .main-nav a.is-active {
  color: var(--color-accent-dark);
}

.main-nav a:hover::after, .main-nav a.is-active::after {
  background: var(--color-accent-dark);
  transform: scaleX(1);
}

.language-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  color: var(--color-ink);
}

.language-switch .is-active {
  color: var(--color-accent-dark);
  font-weight: 600;
}

.language-switch span {
  color: #5e5750;
}

/**/
.site-header {
  position: relative;
  background: #FEFEFA;
  border-bottom: 1px #ddd solid;
}
.site-header * {
  font-family: "Gelasio", serif;
}
.site-header .header-inner {
  height: 100px;
  width: 100%;
  padding: 15px 30px 15px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-inner .site-logo {
  margin-right: auto;
}
.site-header .header-inner .main-nav ul li a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
  text-underline-offset: 12px !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: transparent;
}
.site-header .header-inner .main-nav ul li a:hover {
  text-decoration-color: #ba6729 !important;
  text-decoration: underline;
}
.site-header .header-inner .main-nav ul li.current-menu-item a {
  text-decoration-color: #ba6729 !important;
  font-weight: 700;
  text-decoration: underline;
}
.site-header .header-inner .language-switch {
  margin-left: auto;
  color: #0D0D0D;
}
.site-header .header-inner .language-switch a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #0D0D0D;
  text-decoration: none;
}
.site-header .header-inner .language-switch a:hover {
  text-decoration: underline;
}
.site-header .header-inner .language-switch a.is-active, .site-header .header-inner .language-switch a.current-lang {
  color: #ba6729;
}
.site-header .header-inner .menu-toggle {
  display: none;
}

@media (max-width: 991px) {
  .site-header .header-inner .menu-toggle {
    display: block;
    width: 64px;
    aspect-ratio: 1/1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 7px;
    background: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
  }
  .site-header .header-inner .menu-toggle span {
    width: 42px;
    height: 2px;
    background: #ba6729;
    display: block;
  }
  .main-nav,
  .site-header .header-inner .language-switch {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .header-inner {
    padding: 15px 15px;
  }
}
/* AI */
/* FOOTER */
.site-footer {
  background: #f7f4ee;
}

.footer-main {
  display: grid;
  grid-template-columns: 300px 170px minmax(280px, 1fr) 90px;
  align-items: start;
  gap: 34px;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-soft-line);
}

.footer-brand {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.footer-brand img {
  width: 68px;
  height: 68px;
}

.site-footer p, .site-footer a {
  font-size: 13px;
  line-height: 1.55;
}

.site-footer p {
  margin: 0;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 4px 14px;
}

.footer-tools {
  display: grid;
  justify-content: end;
  gap: 10px;
  text-align: right;
}

.socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.socials a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9afa5;
  border-radius: 999px;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0 18px;
  color: #706862;
}

.footer-bottom a {
  color: #706862;
}

.footer-bottom span {
  padding-inline: 28px;
}

.footer {
  background: #f7f6f4;
  border-top: 1px #ddd solid;
}
.footer .container .row {
  margin-left: 45px;
  margin-right: 45px;
  width: auto;
}
.footer .footer-main {
  font-size: 14px;
}
.footer .footer-main a {
  color: #0D0D0D;
  text-decoration: none;
}
.footer .footer-main a:hover {
  text-decoration: underline;
}
.footer .footer-main .footer-tools .language-switch a.is-active {
  color: #914312;
}
.footer .footer-main .footer-tools .socials img {
  width: 18px;
  aspect-ratio: 1/1;
  opacity: 0.7;
}
.footer .footer-bottom {
  font-size: 14px;
}
.footer .footer-bottom p {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.component {
  margin-bottom: 60px;
}

.more-link {
  text-underline-offset: 6px;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.more-link:after {
  content: " +";
}

@media (max-width: 767px) {
  .component {
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .component {
    margin-bottom: 15px;
  }
}
/* AI */
.breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  color: #ba6729;
  font-size: 12px;
}

.breadcrumb strong {
  font-weight: 400;
}

/**/
.breadcrumb-area {
  padding: 30px 0px;
}
.breadcrumb-area .col-12 {
  padding-left: 75px;
  padding-right: 75px;
}
.breadcrumb-area .breadcrumb a {
  color: #ba6729;
  text-decoration: underline;
}
.breadcrumb-area .breadcrumb a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb-area .col-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* AI base */
/* HERO */
.hero {
  position: relative;
  min-height: 704px;
  overflow: hidden;
  background: #dfd6cb;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 25%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fffdf8 0%, rgba(255, 253, 248, 0.98) 17%, rgba(255, 253, 248, 0.73) 37%, rgba(255, 253, 248, 0.32) 52%, rgba(255, 253, 248, 0) 70%), linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(246, 241, 234, 0.1) 58%, rgba(246, 241, 234, 0.96) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 145px;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--color-accent);
  font-family: var(--font-serif);
  font-size: 31px;
  line-height: 1.2;
}

.hero h1 {
  margin: 0;
  color: #050505;
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.gold-line {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--color-accent);
  margin: 24px 0;
}

.hero-text {
  margin: 0 0 23px;
  font-size: 18px;
  line-height: 1.45;
  color: #121110;
}

.text-cta, .section-link, .card-link {
  color: var(--color-accent-dark);
  font-weight: 500;
}

.text-cta {
  font-size: 18px;
}

.text-cta span, .section-link span, .card-link span, .outline-button span {
  padding-left: 8px;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 34px;
  font-size: 18px;
  color: #161412;
}

.slide-count strong {
  color: var(--color-accent-dark);
  font-size: 25px;
  font-weight: 500;
}

.slider-controls button {
  padding: 7px 8px;
  font-size: 25px;
  line-height: 1;
  transition: transform 0.18s var(--ease);
}

.slider-controls button:hover {
  transform: translateX(2px);
}

/**/
.master-area {
  margin-top: -100px;
  background: #FEFEFA;
  padding-top: 30px;
}
.master-area.top-0 {
  margin-top: 0px;
}
.master-area.height-50 .category-head {
  padding-top: 15px;
  border: none;
}
.master-area .hero {
  padding: 0px 60px;
  padding-bottom: 30px;
}
.master-area .hero * {
  font-family: "Gelasio", serif;
}
.master-area .hero .hero-image {
  left: 0px;
  top: 0px;
}
.master-area .hero .hero-overlay {
  top: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 67%);
}
.master-area .hero .hero-content.container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 104px;
}
.master-area .hero .hero-content.container .eyebrow {
  color: #ba6729;
}
.master-area .hero .hero-content.container .gold-line {
  background: #ba6729;
}
.master-area .hero .hero-content.container h1 {
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 64px;
  line-height: 1.1;
}
.master-area .hero .hero-content.container .text-cta {
  color: #ba6729;
  font-size: 16px;
  text-decoration: none;
}
.master-area .hero .hero-content.container .text-cta span {
  font-size: 20px;
}
.master-area .hero .hero-content.container .hero-text {
  font-size: 16px;
}
.master-area .hero .hero-content.container .slider-controls .slide-count {
  font-size: 16px;
}
.master-area .hero .hero-content.container .slider-controls .slide-count strong {
  color: #ba6729;
  font-size: 18px;
}
.master-area .hero .hero-content.container .slider-controls button {
  border: none;
  background-color: transparent;
  padding: 0px;
}
.master-area .hero .hero-content.container .slider-controls *,
.master-area .hero .hero-content.container .text-cta,
.master-area .hero .hero-content.container .hero-text {
  font-family: Arial, sans-serif;
}

@media (max-width: 767px) {
  .master-area .hero {
    padding: 0px 20px;
    padding-bottom: 10px;
  }
}
/* AI base */
/* HERO */
.article-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #fbfaf6;
}

.article-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.article-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 67%);
  z-index: 1;
}

.article-hero-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(251, 250, 246, 0), rgba(251, 250, 246, 0.94));
  z-index: 2;
}

.article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.article-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(320px, 650px) 1fr;
  min-height: 560px;
  align-items: center;
  padding-top: 104px;
}

.article-hero-content {
  padding: 34px 0 48px;
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 800;
  color: #2d281f;
}

.eyebrow {
  font-family: var(--serif);
  font-size: 18px;
  margin: 0 0 14px;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
  margin-top: 12px;
}

.article-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
  max-width: 720px;
}

.hero-lead {
  font-family: var(--serif);
  font-size: clamp(21px, 2.25vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 610px;
  margin: 0 0 24px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #28241f;
}

.article-meta span {
  position: relative;
}

.article-meta span + span::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

/**/
.master-area .article-hero {
  padding: 0px 60px;
  padding-bottom: 30px;
}
.master-area .article-hero .article-hero-grid .article-hero-content {
  padding-bottom: 0px;
}
.master-area .article-hero .article-hero-grid .article-hero-content .back-link {
  text-decoration: none;
  font-weight: 500;
}
.master-area .article-hero .article-hero-grid .article-hero-content .back-link:hover {
  text-decoration: underline;
}
.master-area .article-hero .article-hero-grid .article-hero-content .eyebrow {
  font-size: 20px;
  font-family: "Gelasio", serif;
  margin-bottom: 0px;
}
.master-area .article-hero .article-hero-grid .article-hero-content .eyebrow:after {
  display: none;
}
.master-area .article-hero .article-hero-grid .article-hero-content .gold-line {
  background: #ba6729;
  margin-top: 10px;
  /*height:2px;*/
}
.master-area .article-hero .article-hero-grid .article-hero-content h1 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: -2px;
}
.master-area .article-hero .article-hero-grid .article-hero-content .hero-lead {
  font-family: "Gelasio", serif;
  font-size: 30px;
  font-weight: 400;
}
.master-area .article-hero .article-hero-grid .article-hero-content .article-meta span + span::before {
  background: #0D0D0D;
}

@media (max-width: 767px) {
  .master-area .article-hero {
    padding: 0px 20px;
    padding-bottom: 10px;
  }
}
/* AI */
.category-head {
  border-bottom: 1px solid rgba(216, 199, 170, 0.72);
}

.eyebrow {
  color: var(--gold);
  font: 700 13px/1 var(--sans);
  margin-bottom: 26px;
}

.eyebrow:after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: var(--gold);
  margin-top: 13px;
}

.category-head h1 {
  font-size: clamp(66px, 6vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.026em;
  margin-bottom: 30px;
}

.claim {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.23;
  margin-bottom: 36px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid rgba(216, 199, 170, 0.9);
  border-bottom: 1px solid rgba(216, 199, 170, 0.9);
  padding: 15px 0 14px;
}

.category-tabs a {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  padding: 2px 0;
}

.category-tabs a + a {
  margin-left: 18px;
}

.category-tabs a[aria-current=page], .category-tabs a:hover {
  color: var(--gold);
  font-weight: 700;
}

.tab-separator {
  width: 1px;
  height: 22px;
  background: rgba(216, 199, 170, 0.9);
  margin: 0 20px;
}

/**/
.master-area .category-head {
  padding: 75px 60px 30px 60px;
}
.master-area .category-head .eyebrow {
  font-size: 20px;
  font-family: "Gelasio", serif;
  margin-bottom: 0px;
}
.master-area .category-head .eyebrow:after {
  display: none;
}
.master-area .category-head .gold-line {
  background: #ba6729;
  margin-top: 10px;
  /*height:2px;*/
}
.master-area .category-head h1 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 76px;
}
.master-area .category-head .claim {
  font-family: "Gelasio", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #ba6729;
}
.master-area .category-head .category-tabs {
  font-family: "Gelasio", serif;
  font-size: 20px;
  justify-content: space-between;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.master-area .category-head .category-tabs .divider {
  display: block;
  height: 40px;
  width: 1px;
  background: #ddd;
  margin: 0px 15px;
}
.master-area .category-head .category-tabs .category-tabs__label {
  font-size: 22px;
  font-weight: 400;
  color: #ba6729;
}
.master-area .category-head .category-tabs a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}
.master-area .category-head .category-tabs a:hover {
  text-decoration: underline;
}
.master-area .category-head .category-tabs a:hover {
  font-weight: 500;
}
.master-area .category-head .category-tabs a[aria-current=page] {
  color: #ba6729;
  font-weight: 400;
}

@media (max-width: 767px) {
  .master-area .category-head {
    padding: 30px 15px 30px 15px;
  }
}
/* AI */
.section {
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.section-flush {
  border-top: 0;
}

.hero-about {
  position: relative;
  min-height: 448px;
  overflow: hidden;
  background: linear-gradient(90deg, #fbfaf6 0%, #fbfaf6 32%, rgba(251, 250, 246, 0.75) 45%, rgba(251, 250, 246, 0) 62%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fbfaf6 0%, #fbfaf6 32%, rgba(251, 250, 246, 0.78) 48%, rgba(251, 250, 246, 0.08) 64%, rgba(251, 250, 246, 0) 100%);
  z-index: 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 470px) 1fr;
  min-height: 448px;
  align-items: center;
  padding-top: 92px;
}

.hero-content {
  padding: 28px 0 34px;
}

.eyebrow {
  font-family: var(--serif);
  font-size: 17px;
  margin: 0 0 14px;
}

.eyebrow::after, h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
  margin-top: 12px;
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(64px, 9vw, 105px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  margin: 0 0 18px;
}

.hero h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 33px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  max-width: 560px;
}

.hero h2::after {
  display: none;
}

.hero p {
  max-width: 470px;
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 24px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 28px;
  border: 1px solid var(--ink);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: var(--gold-strong);
  border-color: var(--gold-strong);
}

.btn-outline {
  background: transparent;
}

.btn:hover {
  transform: translateY(-1px);
}

/**/
.master-area {
  margin-bottom: 35px;
  border-bottom: 1px #ddd solid;
}
.master-area .hero-about {
  padding: 0px 60px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.master-area .hero-about .hero-grid.type-2 {
  grid-template-columns: minmax(320px, 520px) 1fr;
}
.master-area .hero-about .hero-grid.type-2 h2 {
  color: #ba6729;
}
.master-area .hero-about .hero-grid .eyebrow {
  font-size: 20px;
  font-family: "Gelasio", serif;
  margin-bottom: 0px;
}
.master-area .hero-about .hero-grid .eyebrow:after {
  display: none;
}
.master-area .hero-about .hero-grid .gold-line {
  background: #ba6729;
  margin-top: 10px;
  /*height:2px;*/
}
.master-area .hero-about .hero-grid h1 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 76px;
  margin-bottom: 25px;
}
.master-area .hero-about .hero-grid h2 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}
.master-area .hero-about .hero-grid p {
  font-size: 16px;
  margin-bottom: 20px;
}
.master-area .hero-about .hero-grid p.em {
  padding: 15px;
  border-left: 3px #ba6729 solid;
  background: #fff;
  font-family: "Gelasio", serif;
  font-size: 18px;
}
.master-area .hero-about .hero-grid .hero-actions .btn {
  color: #914312;
  border: 1px #914312 solid;
  border-radius: 3px;
  font-family: "Gelasio", serif;
  font-size: 14px;
  padding: 0px 25px;
  font-weight: bold;
  text-decoration: none;
  background: #f4f0ec;
  min-height: 50px;
  min-width: 50px;
  height: auto;
}
.master-area .hero-about .hero-grid .hero-actions .btn:hover {
  background: #FEFEFA;
}
.master-area .hero-about .hero-grid .hero-actions .btn.btn-primary {
  background: #f3c800;
  border-color: #f3c800;
  color: #0D0D0D;
}

@media (max-width: 767px) {
  .master-area .hero-about {
    padding: 0px 20px;
    padding-bottom: 10px;
  }
}
/* AI */
.article-shell {
  padding: 70px 0 88px;
  border-top: 1px solid var(--line);
}

.article-frame {
  max-width: 980px;
}

.article-topline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 44px;
  padding: 0;
  border-top: 2px solid var(--gold);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.52);
}

.topline-item {
  padding: 22px 32px 24px;
  border-right: 1px solid var(--line);
}

.topline-item:last-child {
  border-right: 0;
}

.topline-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--soft);
  font-weight: 900;
}

.topline-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 400;
  color: var(--ink);
}

.article-content {
  max-width: 800px;
  margin-inline: auto;
}

.article-content p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.82;
  color: #211f1a;
}

.article-content .lead {
  font-family: var(--serif);
  font-size: clamp(31px, 3.7vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 36px;
}

.article-content .lead::before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: var(--gold);
  margin: 0 0 24px;
}

.article-content h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 62px 0 22px;
}

.article-content h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background: var(--gold);
  margin-top: 14px;
}

.article-content h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 44px 0 16px;
}

.article-content ul, .article-content ol {
  margin: 0 0 30px;
  padding-left: 24px;
}

.article-content li {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 8px;
}

.article-content blockquote {
  margin: 44px 0;
  padding: 34px 42px;
  border-left: 2px solid var(--gold);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.article-content blockquote p {
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--ink);
}

.article-figure {
  margin: 46px 0;
  background: var(--paper);
  border: 1px solid var(--line);
}

.article-figure img {
  width: 100%;
  aspect-ratio: 1.72/1;
  object-fit: cover;
}

.article-figure.is-wide {
  width: min(980px, 100vw - var(--gutter) * 2);
  margin-left: calc((800px - min(980px, 100vw - var(--gutter) * 2)) / 2);
}

.article-figure figcaption {
  font-size: 13px;
  color: var(--muted);
  padding: 13px 16px;
  line-height: 1.45;
}

.article-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 56px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 32px;
  border: 1px solid var(--ink);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.btn-primary {
  background: var(--gold-strong);
  border-color: var(--gold-strong);
}

.btn-outline {
  background: transparent;
}

.btn:hover {
  transform: translateY(-1px);
}

.article-detail {
  border-top: 1px #ddd solid;
}

.article-shell .article-frame .article-topline {
  border-top: 3px #ba6729 solid;
  border-bottom: 1px #ddd solid;
}
.article-shell .article-frame .article-topline .topline-item {
  border-right: 1px #ddd solid;
}
.article-shell .article-frame .article-topline .topline-item span {
  margin-bottom: 25px;
  font-weight: bold;
  opacity: 0.7;
}
.article-shell .article-frame .article-topline .topline-item strong {
  font-family: "Gelasio", serif;
  font-size: 30px;
  font-weight: 400;
}
.article-shell .article-frame .article-topline > div:last-of-type {
  border: none;
}
.article-shell .article-frame .article-content {
  max-width: none;
  padding: 0px 80px;
}
.article-shell .article-frame .article-content p {
  text-align: justify;
  font-size: 16px;
}
.article-shell .article-frame .article-content .lead p {
  font-family: "Gelasio", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}
.article-shell .article-frame .article-content .lead:before {
  background: #ba6729;
}
.article-shell .article-frame .article-content h2 {
  font-family: "Gelasio", serif;
  font-size: 50px;
  font-weight: 400;
}
.article-shell .article-frame .article-content h2:after {
  background: #ba6729;
}
.article-shell .article-frame .article-content h3 {
  font-family: "Gelasio", serif;
  font-size: 40px;
  font-weight: 400;
}
.article-shell .article-frame .article-content h4 {
  font-family: "Gelasio", serif;
  font-size: 32px;
  font-weight: 400;
}
.article-shell .article-frame .article-content blockquote {
  background: #FEFEFA;
  border-left: 3px #ba6729 solid;
  padding: 25px;
}
.article-shell .article-frame .article-content blockquote p {
  margin-bottom: 0px;
  font-family: "Gelasio", serif;
  font-size: 40px;
  font-weight: 400;
}
.article-shell .article-frame .article-content .article-figure {
  margin: 0px -80px;
}
.article-shell .article-frame .article-content .article-figure img {
  width: 100%;
  border: 1px #ddd solid;
  padding: 4px;
  font-size: 0px;
  line-height: 0;
}
.article-shell .article-frame .article-content .article-figure .figcaption {
  font-size: 14px;
}
.article-shell .article-frame .article-content .article-actions .btn.btn-outline,
.article-shell .article-frame .article-content .article-actions .btn.btn-primary {
  color: #914312;
  border: 1px #914312 solid;
  border-radius: 3px;
  font-family: "Gelasio", serif;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  background: #f4f0ec;
}
.article-shell .article-frame .article-content .article-actions .btn.btn-outline:hover,
.article-shell .article-frame .article-content .article-actions .btn.btn-primary:hover {
  background: #FEFEFA;
}

.side-image {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px #ddd solid;
}
.side-image.type-links .col-12 {
  flex-direction: column;
}
.side-image .col-12 {
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  column-gap: 45px;
}
.side-image .col-12 .article {
  flex: 1;
}
.side-image .col-12 .article h2 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
.side-image .col-12 .article h2:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #ba6729;
  margin-top: 12px;
}
.side-image .col-12 .article p {
  font-size: 14px;
  margin-bottom: 12px;
}
.side-image .col-12 .article p.lead {
  font-size: 22px;
  font-family: "Gelasio", serif;
  letter-spacing: -0.5px;
}
.side-image .col-12 .portrait-row {
  width: 100%;
  flex: 1;
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.side-image .col-12 .portrait-row .portrait-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0D0D0D;
  font-family: "Gelasio", serif;
  text-decoration: none;
  flex: 1;
}
.side-image .col-12 .portrait-row .portrait-card img {
  width: 100%;
  margin-bottom: 15px;
}
.side-image .col-12 .img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-image .col-12 .img img {
  width: 100%;
}
.side-image .col-12 .list.list-links {
  display: flex;
  align-items: flex-start;
  margin: 0px -7px;
}
.side-image .col-12 .list.list-links .list-item {
  width: 25%;
  padding: 0px 7px;
  height: auto;
  align-self: stretch;
}
.side-image .col-12 .list.list-links .list-item a {
  border: 1px #ddd solid;
  width: 100%;
  display: block;
  color: #0D0D0D;
  text-decoration: none;
  background: #fff;
  transition: all 0.25s linear;
  height: 100%;
}
.side-image .col-12 .list.list-links .list-item a img {
  width: 100%;
  aspect-ratio: 4/2;
}
.side-image .col-12 .list.list-links .list-item a h3 {
  font-family: "Gelasio", serif;
  font-size: 25px;
  font-weight: 400;
  margin: 14px 16px 4px;
}
.side-image .col-12 .list.list-links .list-item a p {
  margin: 0 16px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #24211d;
  line-height: 1.45;
}
.side-image .col-12 .list.list-links .list-item a:hover {
  border: 1px #ba6729 solid;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .side-image .col-12 {
    padding-left: 35px;
    padding-right: 35px;
    column-gap: 15px;
  }
  .side-image .col-12 .list.list-links {
    flex-wrap: wrap;
  }
  .side-image .col-12 .list.list-links .list-item {
    width: 50%;
    margin-bottom: 15px;
  }
}
.contacts-area {
  margin-bottom: 25px;
}
.contacts-area .col-12 {
  padding-left: 75px;
  padding-right: 75px;
}
.contacts-area .col-12 .article section {
  position: relative;
  padding-right: 350px;
}
.contacts-area .col-12 .article section .logo-contacts {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
}
.contacts-area .col-12 .article section .logo-contacts .logo-contacts-item div img {
  max-width: 300px;
}
.contacts-area .col-12 .article section p a {
  color: #0D0D0D;
}
.contacts-area .col-12 .article section .form {
  margin-top: 25px;
}
.contacts-area .col-12 .article section .form input {
  height: 45px;
  width: 100%;
  max-width: 80%;
  border: 1px #ddd solid;
  padding: 0px 15px;
  margin-bottom: 15px;
}
.contacts-area .col-12 .article section .form textarea {
  height: 150px;
  width: 100%;
  border: 1px #ddd solid;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.contacts-area .col-12 .article section .form input[type=submit] {
  width: 150px;
  flex: 1;
  color: #914312;
  border: 1px #914312 solid;
  border-radius: 3px;
  font-family: "Gelasio", serif;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  background: #f4f0ec;
  min-width: 1px;
  height: 70px;
}
.contacts-area .col-12 .article section .form input[type=submit]:hover {
  background: #FEFEFA;
}

@media (max-width: 767px) {
  .contacts-area {
    margin-bottom: 25px;
  }
  .contacts-area .col-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacts-area .col-12 .article section {
    padding-right: 0px;
  }
  .contacts-area .col-12 .article section .logo-contacts {
    position: static;
  }
}
/* AI */
/* MAIN GRID */
.authors-section {
  padding: 60px 0 72px;
}

.authors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 70px;
  align-items: start;
}

/* AUTHOR BLOCKS - cleaner, less boxed */
.author-card {
  background: transparent;
  border-top: 1px solid rgba(216, 199, 170, 0.9);
  padding-top: 28px;
}

.author-card__relation {
  color: var(--gold);
  font: 700 13px/1.4 var(--sans);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.author-card__portrait {
  display: block;
  width: 100%;
  height: 320px; /* same size for both portraits */
  background: var(--soft);
  border: 1px solid rgba(216, 199, 170, 0.65);
}

.author-card__portrait img {
  object-position: center center;
}

.author-card__body {
  padding: 26px 2px 0;
}

.author-card__body h2 {
  font-size: 43px;
  line-height: 1.05;
  margin-bottom: 12px;
}

.author-card__body h3 {
  color: var(--gold);
  font-size: 25px;
  line-height: 1.24;
  margin-bottom: 18px;
}

.author-card__body p {
  max-width: 92%;
  margin-bottom: 18px;
}

.author-card__body ul {
  max-width: 92%;
  margin: 0 0 20px;
  padding: 22px 0 0 20px;
  border-top: 1px solid rgba(216, 199, 170, 0.72);
}

.author-card__body li {
  margin-bottom: 8px;
}

.author-card__body li::marker {
  color: var(--gold);
}

.author-more {
  display: inline-block;
  color: var(--gold);
  font-weight: 800;
  font-size: 18px;
  margin-top: 2px;
}

/* LATEST WORK */
.latest-work {
  border-top: 1px solid rgba(216, 199, 170, 0.9);
  padding-top: 28px;
}

.latest-work h2 {
  color: var(--gold);
  font: 700 13px/1.4 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.latest-work__photo {
  display: block;
  width: 100%;
  height: 360px; /* same aligned, wide horizontal format under both authors */
  background: var(--soft);
  border: 1px solid rgba(216, 199, 170, 0.65);
  border-bottom: 0;
}

.latest-work__photo img {
  object-position: center center;
}

.latest-work__caption {
  background: rgba(255, 254, 250, 0.92);
  border: 1px solid rgba(216, 199, 170, 0.65);
  border-top: 0;
  padding: 20px 24px 22px;
}

.latest-work__caption h3 {
  font-size: 29px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.latest-work__caption p {
  color: var(--muted);
  font-size: 14px;
}

/* FOOTER */
.site-footer {
  background: rgba(255, 254, 250, 0.88);
  border-top: 1px solid rgba(216, 199, 170, 0.72);
  padding: 42px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 84px;
  align-items: start;
}

.footer-brand {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
}

.footer-logo {
  transform: scale(0.92);
  transform-origin: left top;
}

.footer-brand h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.footer-brand p {
  margin-bottom: 5px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 42px;
  font-family: var(--serif);
  font-size: 17px;
}

.footer-nav a[aria-current=page] {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(216, 199, 170, 0.72);
  margin-top: 34px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .container {
    width: min(var(--max), 100% - 32px);
  }
  .main-nav,
  .lang-switch {
    display: none;
  }
  .authors-hero {
    padding: 46px 0;
  }
  .authors-hero__grid,
  .authors-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .authors-hero__grid {
    gap: 36px;
  }
  .authors-hero__image {
    height: 240px;
  }
  .author-card__portrait {
    height: 320px;
  }
  .author-card__body p,
  .author-card__body ul {
    max-width: 100%;
  }
  .latest-work__photo {
    height: 310px;
  }
  .footer-bottom {
    display: block;
  }
}
/**/
.authors-list-area .col-12 {
  padding-left: 75px;
  padding-right: 75px;
}

.latest-work h2,
.author-card__relation {
  font-size: 14px;
  font-weight: bold;
  color: #ba6729;
  margin-bottom: 15px;
}
.latest-work h2:after,
.author-card__relation:after {
  display: none;
}

.author-card__portrait {
  height: auto;
  border: none;
}

.author-card__portrait img {
  width: 100%;
}

.author-card__body h2 {
  font-family: "Gelasio", serif;
}

.author-card__body h3 {
  font-family: "Gelasio", serif;
  color: #ba6729;
}

.author-card__body p {
  font-size: 16px;
}

.author-card__body li {
  list-style-type: disc;
  font-size: 16px;
}

.author-more {
  color: #ba6729;
}

.latest-work__photo {
  height: auto;
}

.latest-work__photo img {
  width: 100%;
}

.latest-work__caption h3 {
  font-family: "Gelasio", serif;
}

@media (max-width: 767px) {
  .authors-list-area .col-12 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* AI */
.brand-line__grid, .stages__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 42px;
  border-top: 1px solid #dac8ad;
  border-bottom: 1px solid #dac8ad;
  padding: 34px 40px;
  background: rgba(255, 254, 250, 0.7);
}

.brand-line h2, .stages h2, .significance h2, .author h2, .collections h2 {
  margin-bottom: 16px;
}

.brand-line h2:after, .stages h2:after, .significance h2:after, .author h2:after, .collections h2:after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: #ba6729;
  margin-top: 14px;
}

.author__grid {
  display: grid;
  grid-template-columns: 405px 1fr;
  gap: 30px;
}

.author__portrait {
  min-height: 650px;
}

.author__content {
  border-top: 1px solid #ba6729;
  border-bottom: 1px solid #ba6729;
  padding: 38px 0 40px 40px;
}

.author__features {
  border-left: 1px solid #ba6729;
  padding-left: 30px;
}

.author__features h3, .material h3, .dvorak h3 {
  color: #ba6729;
  margin-bottom: 18px;
}

.author__features ul {
  margin: 0;
  padding-left: 18px;
}

.author__features li {
  margin-bottom: 9px;
}

.dvorak {
  margin-top: 22px;
  border-top: 1px solid #ba6729;
  padding-top: 22px;
}

.dvorak blockquote {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.dvorak .cite {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.material {
  margin-top: 24px;
  border-top: 1px solid #ba6729;
  padding-top: 24px;
}

.material dl {
  margin: 0;
}

.material dt {
  float: left;
  width: 92px;
  color: #ba6729;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.material dd {
  margin: 0 0 10px 100px;
  color: var(--muted);
  font-size: 13px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.category-card {
  display: block;
  background: #ba6729;
  border: 1px solid #dac8ad;
  min-height: 250px;
}

.category-card__image {
  height: 150px;
  border-bottom: 1px solid #ba6729;
}

.category-card strong {
  display: block;
  padding: 18px 22px 6px;
}

.category-card span {
  display: block;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.work-card {
  background: var(--paper);
  border: 1px solid var(--line);
}

.work-card__image {
  height: 390px;
  border-bottom: 1px solid var(--line);
}

.work-card h3 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 18px 18px 4px;
}

.work-card p {
  color: var(--muted);
  font-size: 14px;
  padding: 0 18px;
}

.work-card a {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px 18px;
}

.collections {
  max-width: 1140px;
  margin: 0 auto;
}

.collections h2 {
  margin-bottom: 24px;
}

.studies .center-title {
  margin-bottom: 44px;
}

.studies-box {
  border: 1px solid #ba6729;
  background: #ba6729;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  padding: 26px 28px;
  margin-bottom: 35px;
}

.studies-box h3, .exhibitions-box h3 {
  color: #ba6729;
}

.study-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.study-items article {
  border: 1px solid #ba6729;
  padding: 18px 20px;
}

.study-items strong {
  display: block;
  color: #ba6729;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}

.exhibitions-box {
  border: 1px solid #ba6729;
  background: #ba6729;
  padding: 32px 34px;
}

.exhibitions-box ul {
  list-style: none;
  margin: 20px 0 22px;
  padding: 0;
}

.exhibitions-box li {
  border-bottom: 1px solid #eadfce;
  padding: 10px 0;
}

.exhibitions-box strong {
  display: inline-block;
  min-width: 72px;
  color: #ba6729;
}

.exhibitions-box a {
  color: #ba6729;
  font-weight: 700;
}

.contact {
  background: #ba6729;
  border-top: 1px solid #ba6729;
  padding: 55px 0;
}

.contact__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr auto;
  align-items: center;
  gap: 42px;
}

/**/
.author-area .col-12 {
  padding-left: 75px;
  padding-right: 75px;
}
.author-area h2 {
  font-family: "Gelasio", serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
.author-area h2:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #ba6729;
  margin-top: 12px;
}
.author-area p {
  font-size: 16px;
  margin-bottom: 18px;
}
.author-area p a {
  color: #ba6729;
  font-weight: bold;
}
.author-area .brand-line.section .brand-line__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.author-area .brand-line.section .brand-line__grid > div {
  width: 100%;
}
.author-area .brand-line.section .brand-line__grid > div h2 {
  margin-bottom: 0px;
}
.author-area .brand-line.section .brand-line__grid p {
  flex: 1;
}
.author-area .section.works .works-grid .work-card {
  background: #FEFEFA;
}
.author-area .section.works .works-grid .work-card .work-card__image {
  height: auto;
  aspect-ratio: 3/4;
}
.author-area .section.works .works-grid .work-card .work-card__image img {
  width: 100%;
  aspect-ratio: 3/4;
}
.author-area .section.works .works-grid a {
  color: #ba6729;
  height: auto;
}
.author-area .section.categories .category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  column-gap: 15px;
}
.author-area .section.categories .category-grid .category-card {
  flex: 1;
  color: #0D0D0D;
  min-height: 1px;
  margin-bottom: 30px;
  text-decoration: none;
  background: #FEFEFA;
}
.author-area .section.categories .category-grid .category-card .img {
  padding: 0px;
}
.author-area .section.categories .category-grid .category-card .img img {
  width: 100%;
  object-fit: cover;
}
.author-area .section.categories .category-grid .category-card strong {
  display: block;
}
.author-area .section.categories .category-grid .category-card span {
  display: block;
  font-size: 14px;
}
.author-area .section.categories .category-grid .category-card em {
  color: #ba6729;
  font-size: 14px;
  font-style: normal;
  display: block;
  padding: 0 22px 22px;
}
.author-area .author.section {
  border: none;
}
.author-area .author.section .author__grid {
  display: block;
}
.author-area .author.section .author__grid .author__portrait img {
  width: 100%;
}
.author-area .author.section .author__grid .author__content {
  border: none;
  display: flex;
  gap: 30px;
  padding: 0px;
}
.author-area .author.section .author__grid .author__content .author__portrait {
  flex: 1;
  min-height: 1px;
}
.author-area .author.section .author__grid .author__content > div {
  margin-bottom: 25px;
  flex: 1;
}
.author-area .author.section .author__grid .author__content .dvorak.dvorak-wide h3 {
  font-family: "Gelasio", serif;
  font-size: 22px;
  margin-bottom: 15px;
}
.author-area .author.section .author__grid .author__content .dvorak.dvorak-wide blockquote {
  font-size: 18px;
  font-family: "Gelasio", serif;
  margin-bottom: 15px;
}
.author-area .author.section .author__grid .author__content .dvorak.dvorak-wide .cite {
  font-size: 14px;
}
.author-area .author.section .author__grid .author__content .author__lower {
  border: 1px #ddd solid;
  padding: 25px;
  display: flex;
  column-gap: 30px;
  margin: 0px;
  align-items: flex-start;
}
.author-area .author.section .author__grid .author__content .author__lower .author__features,
.author-area .author.section .author__grid .author__content .author__lower .material.material-standalone {
  flex: 1;
  border: none;
  padding: 0px;
  margin: 0px;
}
.author-area .author.section .author__grid .author__content .author__lower .author__features h3,
.author-area .author.section .author__grid .author__content .author__lower .material.material-standalone h3 {
  font-family: "Gelasio", serif;
  font-size: 22px;
}
.author-area .author.section .author__grid .author__content .author__lower .author__features ul,
.author-area .author.section .author__grid .author__content .author__lower .material.material-standalone ul {
  list-style-type: disc;
  font-size: 16px;
}
.author-area .author.section .author__grid .author__content .author__lower .author__features dl,
.author-area .author.section .author__grid .author__content .author__lower .material.material-standalone dl {
  font-size: 16px;
}
.author-area .author.section .author__grid .author__content .author__lower .author__features dd,
.author-area .author.section .author__grid .author__content .author__lower .material.material-standalone dd {
  font-size: 16px;
}

.exhibitions-box,
.studies-box {
  background: transparent;
  border-color: #dac8ad;
}

.studies-box h3, .exhibitions-box h3 {
  font-family: "Gelasio", serif;
  font-size: 32px;
}

.study-items article {
  border-color: #dac8ad;
}

.exhibitions-box li {
  font-size: 16px;
}

.exhibitions-box a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .author-area .col-12 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .brand-line__grid, .stages__grid {
    display: block;
    padding: 25px;
  }
  .author__grid {
    display: block;
  }
  .author__content {
    padding: 25px;
  }
  .author-area .section.categories .category-grid .category-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 580px) {
  .author-area .section.categories .category-grid .category-card {
    width: 100%;
  }
}
/* AI base */
/* RÁMEČKOVÉ TEXTY */
.framed-text {
  border: 1px solid var(--color-line);
  background: rgba(255, 253, 248, 0.55);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 58px;
}

.intro-box {
  margin-top: 24px;
}

.statement-box {
  margin-top: 30px;
  margin-bottom: 16px;
}

.framed-text p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.45;
  color: #1a1715;
}

.statement-box p {
  font-size: 21px;
}

.ring-mark {
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.ring-mark::before, .ring-mark::after, .ring-mark span {
  content: "";
  position: absolute;
  top: 10px;
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--color-accent);
  border-radius: 999px;
}

.ring-mark::before {
  left: 3px;
}

.ring-mark::after {
  right: 3px;
}

.ring-mark span {
  left: 10px;
}

/**/
.cta-area .col-12 {
  padding-left: 75px;
  padding-right: 75px;
}
.cta-area .framed-text {
  border: 1px #5e5d5b solid;
  border-radius: 3px;
  grid-template-columns: 60px 1fr;
  gap: 50px;
}
.cta-area .framed-text .ring-mark {
  width: 53px;
  height: 53px;
}
.cta-area .framed-text .ring-mark:after, .cta-area .framed-text .ring-mark:before {
  display: none;
}
.cta-area .framed-text p {
  font-size: 20px;
  font-family: "Gelasio", serif;
}

@media (max-width: 767px) {
  .cta-area .col-12 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* AI base */
/* SEKCE */
.content-row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 48px;
}

.works-section {
  margin-top: 36px;
}

.news-section {
  margin-top: 34px;
}

.section-lead h2 {
  margin: 0;
  color: #15110f;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.18;
}

.section-lead p {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.62;
  color: #28231f;
}

.section-lead .gold-line {
  margin: 22px 0;
}

.section-link {
  display: inline-block;
  border-bottom: 1px solid var(--color-ink);
  padding-bottom: 9px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #171411;
}

.section-link:hover {
  color: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
}

.works-grid, .news-grid {
  display: grid;
  gap: 22px;
}

.works-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-card, .news-card {
  min-width: 0;
  background: var(--color-paper);
  border: 1px solid #ddd4ca;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.work-card:hover, .news-card:hover {
  transform: translateY(-2px);
  border-color: #c5b7aa;
  box-shadow: 0 10px 22px rgba(42, 31, 22, 0.07);
}

.work-card a, .news-card a {
  display: block;
  height: 100%;
}

.work-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.65/1;
  object-fit: cover;
}

.card-body {
  padding: 14px 16px 18px;
}

.card-body h3 {
  margin: 0 0 6px;
  color: #171411;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  text-transform: uppercase;
}

.news-card .card-body h3 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.card-body p, .card-body time {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #201c19;
}

.category {
  margin: 0 0 4px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.card-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.collection-note {
  max-width: none;
  margin: 54px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(216, 199, 170, 0.72);
  text-align: center;
}

.collection-note h2 {
  max-width: none;
  margin: 0 auto 12px;
  color: #ba6729;
  font-family: "Gelasio", serif;
  font-size: 30px;
  line-height: 1.24;
  font-weight: 400;
}

.collection-note p {
  max-width: none;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

/**/
.products-area.type-2 {
  margin-bottom: 35px;
}
.products-area.type-2 .section-lead h2 {
  font-size: 42px;
}
.products-area.type-2 .section-lead .gold-line {
  background: #ba6729;
  height: 2px;
  width: 34px;
  margin-top: 0px;
}
.products-area .container .row {
  margin-left: 45px;
  margin-right: 45px;
  width: auto;
}
.products-area .section-lead h2 {
  font-family: "Gelasio", serif;
  font-size: 28px;
  font-weight: 400;
}
.products-area .section-lead .gold-line {
  background: #ba6729;
}
.products-area .works-section .work-card {
  border-radius: 3px;
}
.products-area .works-section .work-card * {
  font-size: 14px;
}
.products-area .works-section .work-card a {
  text-decoration: none;
  color: #0D0D0D;
}
.products-area .works-section .work-card img {
  aspect-ratio: 2/3;
}
.products-area .works-section .work-card .card-link {
  color: #ba6729;
}
.products-area .news-grid .news-card {
  border-radius: 3px;
}
.products-area .news-grid .news-card * {
  font-size: 14px;
}
.products-area .news-grid .news-card a {
  text-decoration: none;
  color: #0D0D0D;
}
.products-area .news-grid .news-card img {
  aspect-ratio: 3/2;
}
.products-area .news-grid .news-card p.category {
  color: #ba6729;
  font-weight: 600;
}
.products-area .news-grid .news-card .card-link {
  color: #0D0D0D;
}

@media (max-width: 767px) {
  .products-area .col-9,
  .products-area .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products-area .section-link {
    margin-bottom: 25px;
  }
  .products-area .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* AI base */
/* KONTAKT */
.contact-band {
  padding: 26px 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 38px;
}

.contact-layout h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.22;
  color: #181410;
}

.contact-layout p {
  margin: 0;
  border-left: 1px solid #bab0a6;
  padding-left: 38px;
  font-size: 13px;
  line-height: 1.55;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border: 1px solid var(--color-accent);
  background: rgba(255, 255, 255, 0.25);
  color: var(--color-accent-dark);
  font-family: var(--font-serif);
  font-size: 23px;
  transition: background 0.18s var(--ease);
}

.outline-button:hover {
  background: rgba(255, 255, 255, 0.62);
}

/**/
.cta-contact-area {
  background: #f4f0ec;
}
.cta-contact-area .container .row {
  margin-left: 30px;
  margin-right: 30px;
  width: auto;
}
.cta-contact-area .contact-band h2 {
  font-family: "Gelasio", serif;
  font-size: 26px;
  font-weight: 400;
}
.cta-contact-area .contact-band p {
  font-size: 14px;
}
.cta-contact-area .contact-band .outline-button {
  color: #914312;
  border: 1px #914312 solid;
  border-radius: 3px;
  font-family: "Gelasio", serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #f4f0ec;
}
.cta-contact-area .contact-band .outline-button:hover {
  background: #FEFEFA;
}

@media (max-width: 767px) {
  .cta-contact-area .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* AI */
.works-section {
  padding: 50px 0px 0px;
}

.works-topline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px;
}

.works-topline h2 {
  font-size: 44px;
}

.works-topline p {
  color: var(--muted);
  font-size: 14px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 28px;
}

.work-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 9/13;
  background: var(--soft);
  border: 1px solid rgba(216, 199, 170, 0.65);
  border-bottom: 0;
  overflow: hidden;
}

.work-card__image img {
  object-position: center;
  transition: transform 0.35s ease;
}

.work-card:hover .work-card__image img {
  transform: scale(1.035);
}

.work-card__body {
  min-height: 88px;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid rgba(216, 199, 170, 0.65);
  border-top: 0;
  padding: 16px 16px 18px;
}

.work-card__body h3 {
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 7px;
}

.work-card__body p {
  color: var(--muted);
  font-size: 13px;
}

.database-note {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(216, 199, 170, 0.72);
  text-align: right;
}

.database-note a {
  color: var(--muted);
  font-size: 13px;
}

.database-note a:hover {
  color: var(--gold);
}

/**/
.products-area .col-12 {
  /*padding-left:75px;
  padding-right:75px;*/
}
.products-area .works-section .works-topline h2 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: -1px;
}
.products-area .works-section .works-grid {
  margin-bottom: 50px;
}
.products-area .works-section .works-grid .work-card {
  transition: all 0.25s linear;
}
.products-area .works-section .works-grid .work-card .work-card__image {
  aspect-ratio: 9/11;
  font-size: 0px;
  line-height: 0;
  height: auto;
  border: none;
}
.products-area .works-section .works-grid .work-card .work-card__image img {
  height: 100%;
  width: 100%;
}
.products-area .works-section .works-grid .work-card .work-card__body {
  border: none;
}
.products-area .works-section .works-grid .work-card .work-card__body h3 {
  font-family: "Gelasio", serif;
  font-size: 25px;
  font-weight: 400;
}
/* AI */
.product-layout {
  display: grid;
  grid-template-columns: 600px minmax(360px, 1fr);
  gap: 68px;
  align-items: start;
}

/* HLAVNÍ FOTO: přesně 4:5 = 600×750 */
.main-photo {
  width: 600px;
  height: 750px;
  aspect-ratio: 4/5;
  background: var(--soft);
  border: 1px solid rgba(216, 199, 170, 0.58);
}

/* DOLŮ POD HLAVNÍ FOTO: 5 náhledů na výšku, každý 4:5 */
.portrait-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 20px;
  width: 600px;
}

.thumb {
  display: block;
  padding: 0;
  background: var(--soft);
  border: 1px solid rgba(216, 199, 170, 0.58);
  cursor: pointer;
}

.thumb.is-active {
  border-color: var(--gold);
}

.thumb-portrait {
  width: 100%;
  aspect-ratio: 4/5;
}

.thumb-wide img,
.thumb-portrait img,
.main-photo img {
  object-fit: cover;
}

/* PRAVÝ SLOUPEC */
.info-column {
  padding-top: 8px;
  max-width: 500px;
}

.artist {
  font-family: var(--serif);
  font-size: 16px;
  margin-bottom: 16px;
  color: var(--gold);
}

h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

.category {
  color: var(--ink);
  font: 700 12px/1 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.category:before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 18px;
}

.facts {
  margin: 0;
  border-top: 1px solid rgba(216, 199, 170, 0.64);
}

.facts div {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(216, 199, 170, 0.42);
}

.facts dt {
  font: 700 11px/1.2 var(--sans);
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: var(--ink);
}

.facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
}

.story {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
}

/* Akce vpravo – v jednom řádku */
.actions {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font: 700 11px/1.3 var(--sans);
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

/* 2 náhledy na šířku vpravo pod textem, tematické obrázky */
.wide-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 22px;
  width: 100%;
}

.thumb-wide {
  width: 100%;
  aspect-ratio: 16/9;
}

.detail-tabs {
  border-top: 1px solid rgba(216, 199, 170, 0.58);
  margin-top: 34px;
  padding-top: 22px;
  display: flex;
  gap: 52px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.detail-tabs a[aria-current=page] {
  color: var(--ink);
  border-bottom: 2px solid var(--ink);
  padding-bottom: 12px;
}

.detail-tabs a {
  color: var(--muted);
}

/**/
.work-detail {
  margin-bottom: 25px;
}
.work-detail .col-12 {
  padding-left: 75px;
  padding-right: 75px;
}
.work-detail .col-12 .detail-tabs {
  display: none;
}
.work-detail .col-12 .product-layout .info-column .artist {
  font-family: "Gelasio", serif;
  margin-bottom: 10px;
  color: #ba6729;
  font-size: 16px;
}
.work-detail .col-12 .product-layout .info-column h1 {
  font-family: "Gelasio", serif;
  font-weight: 400;
  letter-spacing: 0px;
}
.work-detail .col-12 .product-layout .info-column .category {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px !important;
}
.work-detail .col-12 .product-layout .info-column .category:before {
  background: #ba6729;
}
.work-detail .col-12 .product-layout .info-column .facts {
  margin-bottom: 25px !important;
}
.work-detail .col-12 .product-layout .info-column .facts div dt {
  font-size: 14px;
  font-weight: bold;
}
.work-detail .col-12 .product-layout .info-column .facts div dd {
  font-size: 14px;
}
.work-detail .col-12 .product-layout .info-column .story p {
  font-size: 14px;
  margin-bottom: 25px;
}
.work-detail .col-12 .product-layout .info-column .actions {
  display: flex;
  column-gap: 5px;
}
.work-detail .col-12 .product-layout .info-column .actions .btn {
  flex: 1;
  color: #914312;
  border: 1px #914312 solid;
  border-radius: 3px;
  font-family: "Gelasio", serif;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  background: #f4f0ec;
  min-width: 1px;
  height: 70px;
}
.work-detail .col-12 .product-layout .info-column .actions .btn:hover {
  background: #FEFEFA;
}
.work-detail .col-12 .product-layout .gallery-column .work-image-title {
  font-family: "Gelasio", serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
.work-detail .col-12 .product-layout .gallery-column .main-photo {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0;
}
.work-detail .col-12 .product-layout .gallery-column .main-photo img {
  width: 100%;
  aspect-ratio: 3/4;
  padding: 5px;
}
.work-detail .col-12 .product-layout .gallery-column .portrait-thumbs {
  display: flex;
  column-gap: 7px;
}
.work-detail .col-12 .product-layout .gallery-column .portrait-thumbs .thumb {
  flex: 1;
}
.work-detail .col-12 .product-layout .gallery-column .portrait-thumbs .thumb img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  padding: 3px;
}

.wide-thumbs {
  display: flex;
  column-gap: 7px;
}

.wide-thumbs .thumb {
  flex: 1;
  font-size: 0px;
  line-height: 0;
}

.wide-thumbs .thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  padding: 3px;
}

@media (max-width: 1280px) {
  .product-layout {
    display: flex;
    gap: 45px;
  }
  .product-layout .gallery-column {
    width: 50%;
  }
  .product-layout .info-column {
    width: 50%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .work-detail .col-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-layout {
    display: flex;
    gap: 45px;
    flex-direction: column;
  }
  .product-layout .gallery-column {
    width: 100%;
  }
  .product-layout .info-column {
    width: 100%;
  }
  .portrait-thumbs {
    width: 100%;
  }
}
/* RESPONSIVE */
@media (max-width: 1180px) {
  :root {
    --site-pad:28px;
  }
  .header-inner {
    grid-template-columns: 76px minmax(620px, 1fr) 68px;
    column-gap: 22px;
  }
  .main-nav ul {
    gap: clamp(18px, 2.3vw, 28px);
  }
  .main-nav a {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  .site-header {
    position: relative;
    height: auto;
    background: var(--color-paper);
    border-bottom: 1px solid rgba(207, 196, 184, 0.65);
  }
  .header-inner {
    grid-template-columns: 72px 1fr 68px;
    row-gap: 10px;
    padding: 12px 24px;
  }
  .site-logo, .site-logo img {
    width: 68px;
    height: 68px;
  }
  .main-nav {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid rgba(207, 196, 184, 0.52);
    padding-top: 10px;
  }
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  .main-nav ul {
    justify-content: flex-start;
    gap: 26px;
    padding-bottom: 2px;
  }
  .main-nav a {
    height: auto;
    padding: 7px 0 10px;
  }
  .main-nav a::after {
    bottom: 0;
  }
  .language-switch {
    grid-column: 3;
    grid-row: 1;
  }
  .hero {
    min-height: 620px;
  }
  .hero-image {
    left: 0;
    opacity: 0.56;
  }
  .hero h1 {
    font-size: 56px;
  }
  .content-row, .framed-text, .contact-layout {
    grid-template-columns: 1fr;
  }
  .works-grid, .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-layout p {
    border-left: 0;
    padding-left: 0;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav {
    grid-template-columns: repeat(2, 120px);
  }
  .footer-tools {
    justify-content: start;
    text-align: left;
  }
  .socials {
    justify-content: flex-start;
  }
  /**/
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**/
  .site-header {
    border-bottom: none;
  }
  .main-nav {
    border-top: none;
  }
  .site-logo, .site-logo img {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 680px) {
  .container {
    width: min(100% - 32px, var(--container));
  }
  .header-inner {
    padding-inline: 16px;
    grid-template-columns: 62px 1fr 64px;
    column-gap: 12px;
  }
  .site-logo, .site-logo img {
    width: 58px;
    height: 58px;
  }
  .main-nav ul {
    gap: 22px;
  }
  .main-nav a {
    font-size: 15px;
  }
  .hero {
    min-height: 560px;
  }
  .hero-content {
    padding-top: 56px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .eyebrow {
    font-size: 24px;
  }
  .hero-text, .text-cta {
    font-size: 16px;
  }
  .framed-text {
    padding: 22px;
  }
  .framed-text p {
    font-size: 18px;
  }
  .section-lead h2 {
    font-size: 29px;
  }
  .works-grid, .news-grid {
    grid-template-columns: 1fr;
  }
  .content-row {
    gap: 24px;
  }
  .outline-button {
    width: 100%;
  }
  .footer-main, .footer-bottom {
    display: block;
  }
  .footer-main > * {
    margin-bottom: 18px;
  }
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom p + p {
    margin-top: 10px;
  }
  .footer-bottom span {
    padding-inline: 14px;
  }
}
/**/
/* tweaks */

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