@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "brownbold";
  src: url("../fonts/brown-bold-webfont.eot");
  src: url("../fonts/brown-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-bold-webfont.woff2") format("woff2"), url("../fonts/brown-bold-webfont.woff") format("woff"), url("../fonts/brown-bold-webfont.ttf") format("truetype"), url("../fonts/brown-bold-webfont.svg#brownbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownbold_italic";
  src: url("../fonts/brown-bolditalic-webfont.eot");
  src: url("../fonts/brown-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-bolditalic-webfont.woff2") format("woff2"), url("../fonts/brown-bolditalic-webfont.woff") format("woff"), url("../fonts/brown-bolditalic-webfont.ttf") format("truetype"), url("../fonts/brown-bolditalic-webfont.svg#brownbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownlight";
  src: url("../fonts/brown-light-webfont.eot");
  src: url("../fonts/brown-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-light-webfont.woff2") format("woff2"), url("../fonts/brown-light-webfont.woff") format("woff"), url("../fonts/brown-light-webfont.ttf") format("truetype"), url("../fonts/brown-light-webfont.svg#brownlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownlight_italic";
  src: url("../fonts/brown-lightitalic-webfont.eot");
  src: url("../fonts/brown-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-lightitalic-webfont.woff2") format("woff2"), url("../fonts/brown-lightitalic-webfont.woff") format("woff"), url("../fonts/brown-lightitalic-webfont.ttf") format("truetype"), url("../fonts/brown-lightitalic-webfont.svg#brownlight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownregular";
  src: url("../fonts/brown-regular-webfont.eot");
  src: url("../fonts/brown-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-regular-webfont.woff2") format("woff2"), url("../fonts/brown-regular-webfont.woff") format("woff"), url("../fonts/brown-regular-webfont.ttf") format("truetype"), url("../fonts/brown-regular-webfont.svg#brownregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownregular_italic";
  src: url("../fonts/brown-regularitalic-webfont.eot");
  src: url("../fonts/brown-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-regularitalic-webfont.woff2") format("woff2"), url("../fonts/brown-regularitalic-webfont.woff") format("woff"), url("../fonts/brown-regularitalic-webfont.ttf") format("truetype"), url("../fonts/brown-regularitalic-webfont.svg#brownregular_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownthin";
  src: url("../fonts/brown-thin-webfont.eot");
  src: url("../fonts/brown-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-thin-webfont.woff2") format("woff2"), url("../fonts/brown-thin-webfont.woff") format("woff"), url("../fonts/brown-thin-webfont.ttf") format("truetype"), url("../fonts/brown-thin-webfont.svg#brownthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownthin_italic";
  src: url("../fonts/brown-thinitalic-webfont.eot");
  src: url("../fonts/brown-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brown-thinitalic-webfont.woff2") format("woff2"), url("../fonts/brown-thinitalic-webfont.woff") format("woff"), url("../fonts/brown-thinitalic-webfont.ttf") format("truetype"), url("../fonts/brown-thinitalic-webfont.svg#brownthin_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    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-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #4160c8;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #4160c8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #304ba6 !important;
}

.bg-success {
  background-color: #80e8a9 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #55e08c !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #fd744c !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #fc4d1a !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.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-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  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-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    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-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    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-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    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-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

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

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #4160c8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #304ba6 !important;
}

.text-success {
  color: #80e8a9 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #55e08c !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #fd744c !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #fc4d1a !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body {
  font-family: "brownbold";
  overflow-x: hidden;
}
body.body-noscroll {
  overflow: hidden;
}

::selection {
  background: #fd744c;
  color: #fff;
}

::-moz-selection {
  background: #fd744c;
  color: #fff;
}

.vertical-slider-date {
  color: #511f5d;
  font-size: 30px;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 50%;
}

.gray {
  color: #b9b9b9 !important;
}

.orange {
  color: #000;
}

.purple {
  color: #864593;
}

.full-img {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.full-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .full-img {
    margin-bottom: 100px;
  }
}

.filter-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top center;
}
.filter-loader h4 {
  position: absolute;
  top: 20%;
  left: 50%;
  font-size: 2.5rem;
  color: #511f5d;
  text-align: center;
  transform: translate(-50%, -50%);
}
.filter-loader h4 > div {
  opacity: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #fd744c;
}

.cv-upload span {
  display: inline-block;
  font-size: 1.3125rem;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

.more-link {
  display: block;
  background-color: #d55c34;
  position: relative;
  width: 100%;
  position: relative;
  font-size: 2rem;
  letter-spacing: -0.03em;
  padding: 20px 40px;
  color: #fff;
  font-family: "brownbold";
  box-shadow: 0;
  text-align: left;
  border: 0;
  cursor: pointer;
}
.more-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: scaleY(0);
  z-index: 1;
  background-color: #433035;
  transform-origin: bottom center;
}
.more-link span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.more-link img {
  position: absolute;
  opacity: 0.33;
  width: 159px;
  right: 2%;
  top: -30px;
  z-index: 3;
  outline: 0;
}
@media (min-width: 992px) {
  .more-link {
    font-size: 2.4975rem;
    padding: 40px 40px;
  }
  .more-link img {
    right: 13.5025380711%;
  }
  .more-link:hover:after {
    transform: scaleY(1);
  }
}

.no-post {
  color: #864593;
}
.body-about-black .no-post {
  color: #fff;
}
.body-about-purple .no-post {
  color: #fd744c;
}

.wpcf7-not-valid-tip {
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.body-about-black .wpcf7-response-output {
  border: 0;
  display: block;
  color: #fff;
  padding: 0;
}

.captcha-wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .captcha-wrapper {
    margin-top: 40px;
  }
}

.content .container {
  width: 100%;
}
@media (min-width: 1400px) {
  .content {
    padding: 0 13.4558823529vw;
  }
}
.body-about .content {
  position: relative;
  z-index: 2;
}

.content-wrapper {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .content-wrapper {
    padding-right: 0;
    padding-left: 13.4558823529vw;
    margin-left: 15px;
  }
  .content-wrapper .container {
    width: 100%;
  }
}
.content-wrapper.content-wrapper-space {
  margin-bottom: 100px;
}

.content-text {
  margin-bottom: 48px;
  padding-top: 18px;
}
.content-text p {
  color: #433035;
  font-size: 1rem;
  line-height: 1.335rem;
  letter-spacing: -0.03em;
  margin-bottom: 26px;
}
.content-text p span.purple {
  color: #864593;
}
.content-text p a {
  color: #d55c34;
  position: relative;
  display: inline-block;
}
.content-text p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fd744c;
  transition: all 0.3s;
  transform-origin: center left;
  transform: scaleX(0);
}
.content-text p a:hover:after {
  transform: scaleX(1);
}
.body-about-black .content-text p {
  color: #fff;
}
.content-text h4 {
  color: #d55c34;
  margin-bottom: 20px;
}
.body-about-black .content-text h4 {
  color: #fff;
}
@media (min-width: 992px) {
  .content-text {
    padding-left: 0;
    padding-right: 32.2033898305%;
  }
}

.content-text-images {
  display: flex;
  flex-wrap: wrap;
}
.content-text-images .content-text-image {
  width: 100%;
  text-align: center;
}
.content-text-images .content-text-image > div {
  border: 2px solid #433035;
  height: 250px;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
}
.content-text-images .content-text-image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-text-images .content-text-image p {
  transition: color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .content-text-images .content-text-image {
    width: 46%;
    margin-left: 4%;
  }
  .content-text-images .content-text-image:nth-child(2n+1) {
    margin-left: 0;
  }
  .content-text-images .content-text-image > div {
    height: 260px;
  }
}
@media (min-width: 1400px) {
  .content-text-images .content-text-image {
    width: 30%;
    margin-left: 3%;
  }
  .content-text-images .content-text-image:nth-child(3n+1) {
    margin-left: 0;
  }
  .content-text-images .content-text-image > div {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .content-text-images .content-text-image:hover p {
    color: #d55c34;
  }
}

.content-archive {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .content-archive {
    flex-direction: column-reverse;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
}
.loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%) scale(1);
}
.loader h2 {
  color: #fd744c;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 8rem;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: inline-block;
}

.half-circle {
  stroke: #d55c34;
  stroke-width: 907.94;
  stroke-miterlimit: 2.61313;
  fill: none;
  opacity: 0;
}

.line {
  stroke: #d55c34;
  stroke-width: 907.96;
  stroke-miterlimit: 2.61313;
  fill: none;
  opacity: 0;
}

.circle {
  fill: #d55c34;
  fill-rule: nonzero;
  opacity: 0;
}

.orange-shape {
  opacity: 0;
}

.animal {
  opacity: 0;
}

.blue-shapes {
  opacity: 0;
}

.words-blue path {
  opacity: 0;
  transform-origin: center center;
  transform: translate(20px, 0);
}

.body-about-black footer,
.body-about-purple footer {
  position: relative;
  z-index: 2;
}

.footer-nav {
  padding: 42px 0 48px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.body-about .footer-nav {
  border-color: #433035;
}
.body-about-black .footer-nav {
  border-color: #fff;
}
.footer-nav ul li a {
  color: #433035;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  display: inline-block;
  position: relative;
}
.footer-nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #433035;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.body-about .footer-nav ul li a {
  color: #fff;
}
.body-about .footer-nav ul li a:after {
  background-color: #fff;
}
.body-about-black .footer-nav ul li a {
  color: #fff;
}
.body-about-black .footer-nav ul li a:after {
  background-color: #fff;
}
.footer-nav .col-12 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer-nav {
    text-align: left;
  }
  .footer-nav ul li {
    display: inline-block;
    margin-right: 24px;
  }
  .footer-nav ul li:last-child {
    margin-right: 0;
  }
  .footer-nav ul li a {
    font-size: 0.65rem;
  }
  .footer-nav ul li a:hover:after {
    transform: scaleX(1);
  }
  .body-about .footer-nav ul li a:hover {
    color: #fff;
  }
  .body-about-black .footer-nav ul li a:hover {
    color: #fff;
  }
  .footer-nav .col-12 {
    margin-bottom: 0;
  }
}

#footer-language li {
  display: inline-block;
  margin-right: 10px;
}
#footer-language li a {
  color: #433035;
}
@media (min-width: 992px) {
  #footer-language li a:hover {
    color: #d55c34;
  }
}
#footer-language li.active a {
  color: #d55c34;
}
.body-about #footer-language li a {
  color: #fff;
}
@media (min-width: 992px) {
  .body-about #footer-language li a:hover {
    color: #433035;
  }
}
.body-about #footer-language li.active a {
  color: #433035;
}
.body-about-black #footer-language li a {
  color: #686868;
}
@media (min-width: 992px) {
  .body-about-black #footer-language li a:hover {
    color: #fff;
  }
}
.body-about-black #footer-language li.active a {
  color: #fff;
}
@media (min-width: 992px) {
  #footer-language {
    text-align: right;
  }
}

.footer-menu {
  margin-bottom: 45px;
  text-align: center;
}
.footer-menu h2 {
  font-size: 2rem;
  letter-spacing: -0.03em;
  color: #d55c34;
  margin-bottom: 25px;
}
.body-about .footer-menu h2 {
  color: #433035;
}
.body-about-black .footer-menu h2 {
  color: #fff;
}
.body-about-purple .footer-menu h2 {
  color: #864593;
}
.footer-menu li {
  margin-bottom: 8px;
}
.footer-menu a {
  color: #433035;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
}
.footer-menu a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #433035;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.body-about .footer-menu a {
  color: #fff;
}
.body-about .footer-menu a:after {
  background-color: #fff;
}
.body-about-black .footer-menu a {
  color: #fff;
}
.body-about-black .footer-menu a:after {
  background-color: #fff;
}
.current_page_item .footer-menu a:after {
  transform: scaleX(1);
}
.footer-menu .col-12 {
  margin-bottom: 50px;
}
.footer-menu .col-12:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-menu {
    text-align: left;
  }
  .footer-menu h2 {
    font-size: 2.5rem;
  }
  .footer-menu a:hover:after {
    transform: scaleX(1);
  }
  .body-about .footer-menu a:hover {
    color: #fff;
  }
  .footer-menu a {
    font-size: 1.17375rem;
    line-height: 1.726875rem;
  }
  .footer-menu .col-12 {
    margin-bottom: 0;
  }
}

.about-footer .footer-menu h2 {
  color: #fd744c;
}
.about-footer .footer-menu li a {
  color: #b470c1;
}
.about-footer .footer-nav li a {
  color: #b470c1;
}

.news {
  width: 100%;
  margin-bottom: 118px;
}
.news h2 {
  color: #433035;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  padding: 0 15px;
  transform: tranlate(-10%, 0);
}
.news h2.gray {
  color: #c6c6c6;
}
.news.news--home h2 {
  opacity: 0;
}
.news.news--home .owl-nav,
.news.news--home .owl-pager {
  opacity: 0;
}
@media (min-width: 768px) {
  .news {
    padding-left: 13.4558823529vw;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .news h4 {
    font-size: 4.328125rem;
    padding: 0;
  }
}

.news--slider {
  position: relative;
  visibility: hidden;
}
.news--slider .item {
  position: relative;
  padding: 0 36px 230px 36px;
  display: inline-block;
}
.news--slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #cdcdcd;
  transform-origin: bottom center;
  transition: all 1s ease;
}
.news--home .news--slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  transform-origin: bottom center;
  transition: all 1s ease;
}
.news--home .news--slider .item:before {
  transform: scaleY(0);
}
.news--home .news--slider .item.item-visible:after {
  transform: scaleY(0);
}
.news--home .news--slider .item.item-visible:before {
  transform: scaleY(1);
}
@media (max-width: 991px) {
  .news--slider .item {
    width: 100vw;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .news--slider .item:hover .news--slider-text h4 {
    color: #d55c34;
  }
  .news--slider .item:hover .news--slider-img {
    opacity: 0.75;
  }
}

.news--slider-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  background-color: #433035;
}
.news--slider-img img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .news--slider-img {
    height: 200px;
    max-height: 200px;
    margin-bottom: 20px;
  }
  .news--slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media (min-width: 992px) {
  .news--slider-img {
    height: 323px;
  }
  .news--slider-img img {
    height: 100%;
    max-height: 323px;
    width: auto !important;
  }
}

.news--slider-text {
  margin-bottom: 20px;
}
.news--slider-text h4 {
  font-size: 1.584375rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
  color: #433035;
  transition: all 0.3s ease;
}
.news--slider-text h4.gray {
  color: #b9b9b9;
}
.body-about-purple .news--slider-text h4 {
  color: #fd744c;
}
.body-about-black .news--slider-text h4 {
  color: #fff;
}
@media (min-width: 992px) {
  .news--slider-text {
    position: absolute;
    width: 100%;
    top: 355px;
    left: 0;
    padding: 0 36px;
    margin-bottom: 0px;
  }
}

.news--slider-info p {
  font-size: 0.7925rem;
  line-height: 1.24625rem;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .news--slider-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 36px;
  }
}

.news-list {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .news-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-list li {
  margin-bottom: 30px;
}
.news-list li a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  height: 100%;
}
.news-list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #433035;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left center;
}
.body-about-black .news-list li a:after {
  background-color: #fff;
}
.news-list .news-list-img {
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #d55c34;
}
.news-list .news-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news-list .news-list-text h4 {
  color: #433035;
  font-size: 1.584375rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
  transition: all 0.3s ease;
}
.news-list .news-list-text h4.gray {
  margin-bottom: 30px;
}
.body-about-black .news-list .news-list-text h4 {
  color: #fff;
}
.news-list .news-list-text p {
  font-size: 0.7925rem;
  line-height: 1.24625rem;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  color: #a3a3a3;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .news-list .news-list-img {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .news-list .news-list-img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .news-list .news-list-img {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .news-list a:hover:after {
    transform: scaleX(1);
  }
  .news-list a:hover .news-list-img {
    opacity: 0.75;
  }
  .news-list a:hover .news-list-text h4 {
    color: #d55c34;
  }
  .body-about-black .news-list a:hover .news-list-text h4 {
    color: #fff;
  }
}

.about-section {
  position: relative;
  margin-top: 90px;
  margin-bottom: 0;
}
.about-section .col-12 {
  position: relative;
  margin-top: 128px;
  margin-bottom: 116px;
}

.about-section-text {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.about-section-text h3,
.about-section-text p {
  position: relative;
  z-index: 2;
}
.about-section-text h3 {
  color: #433035;
  font-size: 33px;
  line-height: 41.72px;
  z-index: 2;
  position: relative;
  font-family: "brownbold";
  margin-bottom: 36px;
  letter-spacing: -0.03em;
}
@media (max-width: 992px) {
  .about-section-text h3 {
    font-size: 23px;
    line-height: 30.72px;
  }
}
.about-section-text h3 div {
  opacity: 0;
  transform: translate(-10%, 0);
}
.about-section-text h3 span,
.about-section-text h3 div:last-child,
.about-section-text h3 div:nth-last-child(2) {
  color: #d55c34;
}
.about-section-text p {
  line-height: 20px;
  color: #433035;
  font-size: 16px;
  z-index: 2;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translate(-10%, 0);
}
@media (min-width: 992px) {
  .about-section-text {
    margin-top: 102px;
    margin-bottom: 0;
    padding-bottom: 130px;
  }
  .about-section-text h3 {
    padding-right: 50px;
  }
}

.vertical-text {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.1);
}
.vertical-text > div {
  opacity: 0;
}
@media (min-width: 992px) {
  .vertical-text {
    font-size: 180px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

.about-image-section {
  margin-top: 28px;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
}
.about-image-section img {
  max-width: 437px;
  height: auto;
  width: 100%;
}

.body-about {
  background-color: #d55c34;
}
.body-about .header {
  position: relative;
  margin-bottom: 20px;
  padding-left: 3.8235294118%;
  padding-right: 3.8235294118%;
}
.body-about .header .logo {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}
.body-about .header .menubar span {
  background-color: #433035;
}

.body-about-black {
  background-color: #000;
}

.about-bg-logo {
  position: fixed;
  top: 0;
  left: 50%;
  width: 70%;
  height: auto;
  z-index: 1;
  transform: translate(-50%, 0);
  opacity: 0.05;
}
.body-about-purple .about-bg-logo {
  opacity: 0.35;
}
@media (min-width: 992px) {
  .about-bg-logo {
    top: -380px;
    width: 64.9264705882%;
  }
}

.about-main {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.about-main h2 {
  font-size: 2.25rem;
  line-height: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 56px;
  color: #433035;
  position: relative;
  z-index: 2;
}
.about-main h2 span {
  color: #d55c34;
}
@media (min-width: 992px) {
  .about-main {
    padding: 0;
  }
  .about-main h2 {
    font-size: 3.73875rem;
    line-height: 4.69125rem;
  }
}
.body-about .about-main h2 {
  color: #433035;
}
.body-about .about-main h2 span {
  color: #fff;
}
.body-about-black .about-main h2 {
  color: #fff;
}
.body-about-black .about-main h2 span {
  color: #686868;
}

.about-text {
  margin-bottom: 74px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.about-text p {
  color: #d48de2;
  letter-spacing: -0.03em;
}
.about-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 9.4503375121%;
  height: 2px;
  background-color: #813d8e;
}
@media (min-width: 992px) {
  .about-text {
    padding-top: 0;
    padding-left: 21.9864995178%;
  }
  .about-text p {
    column-count: 2;
    column-gap: 7.1359691418%;
  }
  .about-text:after {
    top: 7px;
    left: 5px;
  }
}
.body-about .about-text p, .body-about-black .about-text p {
  color: #000;
}
.body-about .about-text:after, .body-about-black .about-text:after {
  background-color: #000;
}

.about-community {
  position: relative;
  margin-bottom: 50px;
  padding: 0 15px;
  z-index: 2;
}
.about-community h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #433035;
}
.about-community h2 span {
  color: #fff;
  position: relative;
}
.about-community h2 span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.body-about .about-community h2 {
  color: #433035;
}
.body-about .about-community h2 span {
  color: #fff;
}
.body-about .about-community h2 span:after {
  background-color: #fff;
}
.body-about-black .about-community h2 {
  color: #464a4c;
}
.body-about-black .about-community h2 span {
  color: #fff;
}
.body-about-black .about-community h2 span:after {
  background-color: #fff;
}
@media (min-width: 992px) {
  .about-community {
    margin-bottom: 110px;
    padding-right: 0;
    padding-left: 29.4117647059vw;
  }
  .about-community h2 {
    font-size: 3.73875rem;
    line-height: 4.69125rem;
  }
}

.sponsors {
  padding: 0 7.2794117647%;
  margin-bottom: 126px;
  position: relative;
  z-index: 2;
}
.sponsors ul {
  border-top: 1px solid #433035;
  border-left: 1px solid #433035;
  border-right: 1px solid #433035;
  display: flex;
  flex-wrap: wrap;
}
.sponsors ul li {
  width: 100%;
  height: 270px;
  border-bottom: 1px solid #433035;
}
.sponsors ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.sponsors ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  max-width: 57.6158940397%;
  font-size: 7rem;
}
.sponsors ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  mix-blend-mode: multiply;
}
.body-about-black .sponsors ul {
  border-color: #fff;
}
.body-about-black .sponsors ul li {
  border-color: #fff;
}
@media (min-width: 768px) {
  .sponsors ul li {
    width: 50%;
  }
  .sponsors ul li a span {
    font-size: 4rem;
  }
  .sponsors ul li:nth-child(2n+1) {
    border-right: 1px solid #433035;
  }
  .body-about-black .sponsors ul li:nth-child(2n+1) {
    border-color: #fc5c59;
  }
}
@media (min-width: 992px) {
  .sponsors ul li {
    width: 25%;
    height: 200px;
  }
  .sponsors ul li a span {
    color: #fff;
    font-size: 3.25rem;
    transition: color 0.2s;
  }
  .sponsors ul li a img {
    width: 75%;
  }
  .sponsors ul li:nth-child(4n+1), .sponsors ul li:nth-child(4n+2), .sponsors ul li:nth-child(4n+3) {
    border-right: 1px solid #433035;
  }
  .body-about-black .sponsors ul li:nth-child(4n+1), .body-about-black .sponsors ul li:nth-child(4n+2), .body-about-black .sponsors ul li:nth-child(4n+3) {
    border-color: #fc5c59;
  }
}
@media (min-width: 1200px) {
  .sponsors ul li a span {
    color: #433035;
  }
  .body-about-black .sponsors ul li a span {
    color: rgba(255, 255, 255, 0.75);
  }
  .sponsors ul li a:hover span {
    color: #fff;
  }
}
@media (min-width: 1400px) {
  .sponsors ul li {
    width: 20%;
    height: 260px;
  }
  .sponsors ul li a span {
    font-size: 6rem;
  }
  .sponsors ul li:nth-child(5n+1), .sponsors ul li:nth-child(5n+2), .sponsors ul li:nth-child(5n+3), .sponsors ul li:nth-child(5n+4), .sponsors ul li:nth-child(5n+5) {
    border-right: 1px solid #433035;
  }
  .body-about-black .sponsors ul li:nth-child(5n+1), .body-about-black .sponsors ul li:nth-child(5n+2), .body-about-black .sponsors ul li:nth-child(5n+3), .body-about-black .sponsors ul li:nth-child(5n+4), .body-about-black .sponsors ul li:nth-child(5n+5) {
    border-color: #fff;
  }
}

.volunteer--wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .volunteer--wrapper {
    padding-left: 13.4558823529vw;
  }
}

.volunteer--box {
  width: 100%;
  margin-bottom: 40px;
  background-color: #d55c34;
  position: relative;
  padding: 40px;
  z-index: 1;
  display: block;
  overflow: hidden;
  transform-origin: bottom center;
}
.volunteer--box h3,
.volunteer--box p {
  position: relative;
  z-index: 2;
}
.volunteer--box h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: -0.03px;
}
.volunteer--box h3 span {
  color: #433035;
  transition: color 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.volunteer--box p {
  font-size: 1.15rem;
  letter-spacing: -0.03px;
  color: #fff;
}
.volunteer--box img {
  position: absolute;
  right: 9.1176470588vw;
  height: 144%;
  opacity: 0.5;
  top: -22%;
  z-index: 2;
}
.volunteer--box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #433035;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
@media (min-width: 992px) {
  .volunteer--box {
    padding: 50px 60px;
    margin-bottom: 80px;
  }
  .volunteer--box h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .volunteer--box:hover span {
    color: #fff;
  }
  .volunteer--box:hover p {
    color: #fff;
  }
  .volunteer--box:hover:after {
    transform: scaleY(1);
  }
}
.body-about-black .volunteer--box {
  background-color: rgba(255, 255, 255, 0.075);
}
.body-about-black .volunteer--box:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.body-about-black .volunteer--box h3 {
  color: rgba(255, 255, 255, 0.4);
}
.body-about-black .volunteer--box h3 span {
  color: #fff;
}
@media (min-width: 992px) {
  .body-about-black .volunteer--box:hover h3 {
    color: rgba(0, 0, 0, 0.4);
  }
  .body-about-black .volunteer--box:hover h3 span {
    color: #000;
  }
}

.volunteer--content {
  position: relative;
  z-index: 2;
}

.newsletter {
  margin-bottom: 50px;
}
.newsletter input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d55c34;
  padding: 15px 0;
  height: 56px;
  outline: none;
  font-family: "brownbold";
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #d55c34;
  border-radius: 0;
}
.newsletter input::placeholder {
  color: #d55c34;
  font-size: 1.25rem;
}
.body-about .newsletter input {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.body-about .newsletter input::placeholder {
  color: #fff;
}
.body-about-black .newsletter input {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.body-about-black .newsletter input::placeholder {
  color: #fff;
}
.body-about-purple .newsletter input {
  background-color: transparent;
  color: #864593;
  border-bottom: 1px solid #864593;
}
.body-about-purple .newsletter input::placeholder {
  color: #864593;
}
.newsletter button {
  font-family: "brownbold";
  width: 100%;
  background-color: #433035;
  color: #fff;
  outline: none;
  border: none;
  height: 56px;
  font-size: 1rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.03em;
}
.newsletter button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #d55c34;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.newsletter button span {
  position: relative;
  z-index: 2;
}
.body-about .newsletter button {
  background-color: #433035;
}
.body-about .newsletter button:after {
  background-color: #fff;
}
.body-about-black .newsletter button {
  color: #000;
  background-color: #fff;
}
.body-about-black .newsletter button:after {
  background-color: #686868;
}
.body-about-purple .newsletter button {
  color: #fff;
  background-color: #511f5d;
}
.body-about-purple .newsletter button:after {
  background-color: #fd744c;
}
@media (min-width: 992px) {
  .newsletter {
    margin-bottom: 94px;
  }
  .newsletter input {
    font-size: 1.57875rem;
    margin-bottom: 0;
  }
  .newsletter input::placeholder {
    font-size: 1.57875rem;
  }
  .newsletter button {
    font-size: 1.0875rem;
  }
  .newsletter button:hover:after {
    transform: scaleX(1);
  }
  .body-about .newsletter button:hover {
    color: #433035;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ac6enh");
  src: url("../fonts/icomoon.eot?ac6enh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ac6enh") format("truetype"), url("../fonts/icomoon.woff?ac6enh") format("woff"), url("../fonts/icomoon.svg?ac6enh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-40:before {
  content: "";
}

.icon-39:before {
  content: "";
}

.icon-32:before {
  content: "";
}

.icon-31:before {
  content: "";
}

.icon-34:before {
  content: "";
}

.icon-33:before {
  content: "";
}

.icon-38:before {
  content: "";
}

.icon-37:before {
  content: "";
}

.icon-36:before {
  content: "";
}

.icon-35:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-28:before {
  content: "";
}

.icon-29:before {
  content: "";
}

.icon-30:before {
  content: "";
}

.icon-26:before {
  content: "";
}

.icon-27:before {
  content: "";
}

.icon-23:before {
  content: "";
}

.icon-24:before {
  content: "";
}

.icon-25:before {
  content: "";
}

.icon-21:before {
  content: "";
}

.icon-22:before {
  content: "";
}

.icon-18:before {
  content: "";
}

.icon-19:before {
  content: "";
}

.icon-20:before {
  content: "";
}

.icon-16:before {
  content: "";
}

.icon-17:before {
  content: "";
}

.icon-13:before {
  content: "";
}

.icon-14:before {
  content: "";
}

.icon-15:before {
  content: "";
}

.icon-11:before {
  content: "";
}

.icon-12:before {
  content: "";
}

.icon-9:before {
  content: "";
}

.icon-10:before {
  content: "";
}

.icon-6:before {
  content: "";
}

.icon-7:before {
  content: "";
}

.icon-8:before {
  content: "";
}

.icon-4:before {
  content: "";
}

.icon-5:before {
  content: "";
}

.icon-1:before {
  content: "";
}

.icon-2:before {
  content: "";
}

.icon-3:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-scroll:before {
  content: "";
}

.icon-cv:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-placeholder:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-microsoft:before {
  content: "";
}

.icon-prev:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.programs {
  width: 100%;
  margin-bottom: 170px;
  padding-top: 11.4014251781vh;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.programs h2 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  opacity: 0;
}
@media (min-width: 768px) {
  .programs {
    padding-left: 13.4558823529vw;
    padding-right: 0;
  }
  .programs h2 {
    font-size: 4.328125rem;
    margin-bottom: 74px;
  }
}

.programs--content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.programs--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78.1446540881%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: #433035;
  overflow: hidden;
}
.programs--bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
}

.programs--slider {
  position: relative;
}
.programs--slider .owl-nav,
.programs--slider .owl-pager {
  opacity: 0;
}
.programs--slider .owl-item:nth-child(odd) .program--item {
  background-color: #d55c34;
}
.programs--slider .owl-item:nth-child(even) .program--item {
  background-color: #d55c34;
}

.program--item {
  width: 300px;
  height: 390px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #433035;
  transform: translate(0, 10px);
  opacity: 0;
  transform-origin: bottom center;
}
.program--item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #433035;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 0.5s;
}
.program--item img {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 50%;
  object-fit: contain;
  object-position: center center;
  z-index: 2;
}
@media (min-width: 768px) {
  .program--item {
    width: 286px;
  }
}
@media (min-width: 992px) {
  .program--item:hover:after {
    transform: scaleY(1);
  }
  .program--item:hover .program-item--content {
    color: #ffffff;
  }
  .program--item:hover .program-item--content p {
    opacity: 1;
    color: #ffffff;
  }
}

.program-item--content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 32px;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.program-item--content h3 {
  font-size: 1.97rem;
  letter-spacing: -0.05em;
  line-height: 2.2rem;
  margin-bottom: 16px;
}
.program-item--content p {
  display: inline-block;
  opacity: 1;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  color: #433035;
  transition: all 0.35s;
}

@media (min-width: 768px) {
  .program--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.program {
  display: block;
  margin-bottom: 75px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.program .program--image {
  width: 100%;
  height: calc(1.341379310344828 * 100vw);
  position: relative;
  z-index: 2;
}
.program .program--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}
.program .program--image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #fff;
  z-index: 3;
  transform: translate(0, 100%);
  transition: all 0.35s;
}
.program .program--image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.2s;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.program .program--text {
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 4;
  top: -45px;
}
.program .program--text h3 {
  font-size: 1.97rem;
  line-height: 2.2rem;
  letter-spacing: -0.05em;
  color: #433035;
  margin-bottom: 15px;
}
.program .program--text p {
  color: #433035;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
.program .program--text h3,
.program .program--text p {
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .program {
    width: 50vw;
  }
  .program .program--image {
    height: calc(1.341379310344828 * 50vw);
  }
}
@media (min-width: 992px) {
  .program {
    width: 21.3235294118vw;
    padding: 0;
  }
  .program .program--image {
    height: calc(1.341379310344828 * 21.32352941176471vw);
  }
  .program .program--image:before {
    height: 25%;
  }
  .program:hover .program--image:after {
    opacity: 0;
  }
  .program:hover .program--image:before {
    transform: translate(0, 0);
  }
}
@media (min-width: 1200px) {
  .program .program--image:before {
    height: 20%;
  }
}

.program-list {
  width: 100%;
}
@media (max-width: 991px) {
  .program-list h2 {
    margin: 40px 0;
    font-size: 2rem !important;
  }
}
.program-list a,
.program-list > div {
  padding-bottom: 20px;
  border-bottom: 2px solid #433035;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .program-list a,
.program-list > div {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .program-list a {
    align-items: center;
  }
}
.program-list .program-list-img {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.program-list .program-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .program-list .program-list-img {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }
}
.program-list .program-list-text h3 {
  font-size: 1.75rem;
  color: #433035;
  margin-bottom: 25px;
}
.program-list .program-list-text p {
  font-size: 1rem;
  color: #433035;
}
@media (min-width: 992px) {
  .program-list .program-list-text {
    padding-left: 20px;
    width: calc(100% - 200px);
  }
  .program-list .program-list-text h2 {
    font-size: 2rem;
  }
}

.panel-list {
  margin-bottom: 50px;
}

.old-program {
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  z-index: 3;
  background-color: #433035;
  color: white;
}

label {
  font-size: 1.15rem;
  line-height: 1.271875rem;
  letter-spacing: -0.03em;
  color: #433035;
}
.body-about-black label {
  color: #fff;
}

.apply-form {
  margin-bottom: 80px;
  padding: 0 15px;
}
.apply-form input,
.apply-form textarea,
.apply-form select {
  width: 100%;
  background-color: #e1e1e1;
  border: none;
  outline: none;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: "brownbold";
}
.apply-form textarea {
  resize: none;
  height: 200px;
}
.apply-form button {
  background-color: #fff;
  position: relative;
  width: 100%;
  position: relative;
  font-size: 2rem;
  letter-spacing: -0.03em;
  padding: 20px 40px;
  color: #433035;
  font-family: "brownbold";
  box-shadow: 0;
  text-align: left;
  border: 0;
  margin-top: 40px;
  cursor: pointer;
  border: 1px solid #433035;
  transition: color 0.2s;
}
.apply-form button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: scaleY(0);
  z-index: 1;
  background-color: #433035;
  transform-origin: bottom center;
}
.apply-form button span {
  position: relative;
  z-index: 2;
}
.apply-form button img {
  position: absolute;
  opacity: 0.33;
  width: 159px;
  right: 2%;
  top: -30px;
  z-index: 3;
  outline: 0;
}
.body-about-black .apply-form button {
  background-color: #fff;
  color: #000;
}
.body-about-black .apply-form button:after {
  background-color: #686868;
}
.apply-form .wpcf7-form-control-wrap {
  position: static !important;
}
@media (min-width: 992px) {
  .apply-form {
    margin-bottom: 156px;
  }
  .apply-form .col-lg-4 {
    display: flex;
  }
  .apply-form button {
    font-size: 2.4975rem;
    padding: 27px 40px;
  }
  .apply-form button img {
    right: 13.5025380711%;
  }
  .apply-form button:hover {
    color: #fff;
  }
  .apply-form button:hover:after {
    transform: scaleY(1);
  }
}

.cv-upload {
  flex: 1;
  height: 100%;
  color: #433035;
  font-size: 1.15rem;
  line-height: 1.271875rem;
  letter-spacing: -0.03em;
  border: 1px solid #433035;
}
.cv-upload .delete,
.cv-upload .delete-motivation {
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
  z-index: 3;
}
.cv-upload .delete span,
.cv-upload .delete-motivation span {
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #d55c34;
  display: block;
  margin-bottom: 0;
  transform-origin: left center;
}
.cv-upload .delete span:first-child,
.cv-upload .delete-motivation span:first-child {
  transform: rotate(45deg);
  top: -5px;
}
.cv-upload .delete span:last-child,
.cv-upload .delete-motivation span:last-child {
  transform: rotate(-45deg);
  top: 6px;
}
.cv-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.cv-upload .cv-form-container,
.cv-upload .motivation-form-container {
  text-align: center;
  padding: 40px 15px;
}
.cv-upload .cv-form-container p,
.cv-upload .motivation-form-container p {
  margin-bottom: 0;
}
.cv-upload span {
  display: inline-block;
  font-size: 4.3125rem;
  margin-bottom: 30px;
}
.cv-upload .contact-icon {
  color: #433035;
  font-size: 90px;
  text-decoration: none;
  display: block;
}
.cv-upload .dz-default {
  color: #433035;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.03px;
}
.body-about-black .cv-upload {
  color: #fff;
  border: 1px solid #fff;
}
.body-about-black .cv-upload .delete span,
.body-about-black .cv-upload .delete-motivation span {
  background-color: #fff;
}
@media (min-width: 992px) {
  .cv-upload .cv-form-container,
.cv-upload .motivation-form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .motivation-upload-container {
    margin-top: 30px;
  }
}

.jury {
  padding: 0 15px;
  margin-bottom: 130px;
}
@media (min-width: 992px) {
  .jury {
    padding-right: 0;
    padding-left: 13.4558823529vw;
  }
  .jury .owl-item + .owl-item .item {
    border-left: 1px solid #cdcdcd;
  }
  .jury .item {
    height: 100%;
  }
}
.jury .owl-stage {
  display: flex;
}
.jury .owl-nav button {
  border-color: #d9d9d9 !important;
  transition: all 0.3s;
}
.jury .owl-nav button span {
  color: #433035;
}
@media (min-width: 992px) {
  .jury .owl-nav button:hover {
    border-color: #433035 !important;
  }
  .jury .owl-nav button:hover span {
    color: #433035;
  }
}

.jury-slider {
  position: relative;
}

.jury-item {
  width: 100vw;
  position: relative;
}
@media (min-width: 992px) {
  .jury-item {
    width: 23.1617647059vw;
    padding: 0 40px 40px 40px;
  }
}

.jury-item-img {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 32px;
}
.jury-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .jury-item-img {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jury-item-img img {
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .jury-item-img {
    width: 18.1617647059vw;
    height: calc(18.16176470588235vw * 1.012145748987854);
  }
}

.jury-item-text {
  color: #433035;
  margin-bottom: 50px;
}
.jury-item-text h4 {
  font-size: 1.584375rem;
  line-height: 2.21625rem;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.jury-item-text p {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  letter-spacing: -0.03em;
}

.jury-item-info {
  width: 100%;
}
.jury-item-info p {
  color: #a3a3a3;
  font-size: 0.7925rem;
  line-height: 1.24625rem;
}
@media (min-width: 992px) {
  .jury-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px;
  }
}

.entry-article {
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 1px solid #e0e0e0;
}
.entry-article h1 {
  color: #813d8e;
  font-size: 25px;
  font-weight: 700;
}
.entry-article p {
  color: #b2b2b2;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03px;
}
.entry-article .apply-button a {
  color: #ff7752;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: -0.03px;
}

.entry-section {
  margin-bottom: 110px;
}
@media (min-width: 992px) {
  .entry-section .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-section .col-md-5 .entry-article {
    padding-right: 30px;
  }
}

.header {
  color: #511f5d;
  position: relative;
  font-family: "brownbold";
  margin-top: 20px;
  margin-bottom: 60px;
  z-index: 5;
  padding: 0 15px;
}
.header.header-home {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 2.3474178404vh;
  left: 0;
  width: 100%;
  color: #fc5c59;
  padding-left: 20vw;
  padding-right: 0;
}
.header.header-home .logo,
.header.header-home .menubar,
.header.header-home h4 {
  opacity: 0;
}
.header h2 {
  color: #433035;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-top: 30px;
}
.header h4 {
  float: left;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.03em;
  margin-right: 7vw;
  overflow: hidden;
  color: #fff;
}
.header h4:last-child {
  margin-right: 0;
}
.header p {
  color: #433035;
  font-size: 1.25rem;
  position: relative;
  top: 18px;
}
.body-about-purple .header h2,
.body-about-purple .header h4,
.body-about-purple .header p {
  color: #fd744c;
}
.body-about-black .header h2,
.body-about-black .header h4,
.body-about-black .header p {
  color: #fff;
}
.header.header-top h2,
.header.header-top p {
  color: #fff;
}
@media (min-width: 992px) {
  .header {
    padding-left: 13.4558823529vw;
    padding-right: 0;
    margin-top: 40px;
  }
  .header.header-home {
    margin-top: 0;
  }
  .header h2 {
    margin-top: 0;
    font-size: 4.328125rem;
    margin-left: 15px;
  }
  .header h4 {
    font-size: 1.285rem;
    line-height: 1.588125rem;
    margin-right: 5.5882352941vw;
  }
  .header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.logo {
  display: inline-block;
}
.logo img,
.logo svg {
  max-width: 51px;
  width: 100%;
  height: auto;
}
.logo.logo-cinema img,
.logo.logo-cinema svg {
  max-width: 80px;
}
.logo svg path {
  fill: #433035;
}
.body-about-black .logo svg path, .body-about .logo svg path {
  fill: #ffffff;
}
.header-home .logo {
  top: 0;
  position: absolute;
  left: 2.9411764706vw;
}
.header-home .logo svg path, .header-top .logo svg path {
  fill: #433035;
}
@media (min-width: 992px) {
  .logo {
    position: absolute;
    top: 18px;
    left: 2.9411764706vw;
  }
  .header-home .logo {
    top: 0;
  }
}

.menubar {
  position: absolute;
  top: 15px;
  right: 2.9411764706vw;
  display: block;
}
.menubar span {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #433035;
  transition: all 340ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.header-home .menubar {
  top: 11px;
}
.header-home .menubar span {
  background-color: #fff;
}
.header-top .menubar span {
  background-color: #000;
}
.body-about-black .menubar span {
  background-color: #fff;
}
.menubar.menubar-purple span {
  background-color: #864593;
}
.menubar.active span:first-child {
  top: 8px;
  transform: rotate(45deg);
}
.menubar.active span:last-child {
  bottom: 8px;
  transform: rotate(-45deg);
}
.menubar.active span:nth-child(2) {
  opacity: 0;
}
@media (min-width: 992px) {
  .menubar {
    top: 25px;
  }
}

.header-title-logo {
  margin-top: 40px;
  margin-bottom: 65px;
}

.header-subtitle {
  overflow: hidden;
}
.header-subtitle p {
  font-size: 22px;
  color: #ff7752;
}
@media (max-width: 992px) {
  .header-subtitle p {
    font-size: 18px;
  }
}

.header-line {
  height: 5px;
  background-color: #fd744c;
  margin-top: 32px;
}

.header-btn {
  position: relative;
  color: #fff;
  padding: 15px 30px 18px 30px;
  background-color: #d55c34;
  font-size: 1rem;
  display: inline-block;
  opacity: 0;
}
.header-btn span {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  transition: transform 450ms cubic-bezier(0.7, 0, 0.3, 1);
}
.header-btn.header-btn--desktop {
  display: none;
}
@media (min-width: 992px) {
  .header-btn.header-btn--mobile {
    display: none;
  }
  .header-btn.header-btn--desktop {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .header-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 450ms cubic-bezier(0.7, 0, 0.3, 1);
  }
  .header-btn:hover span {
    color: #d55c34;
  }
  .header-btn:hover:after {
    transform: scaleY(1);
  }
}

.news-title {
  margin-top: 50px;
}
.news-title h1 {
  font-size: 40px;
  font-weight: 700;
  color: #813d8e;
}

.latestopen {
  width: 100%;
  margin-top: 40px;
}
.latestopen .side-social {
  width: 15%;
  float: left;
  padding-left: 100px;
}
.latestopen .side-social i {
  font-size: 28px;
  display: block;
  font-weight: 700;
  color: #813d8e;
}
.latestopen .side-social .icon-facebook-circle {
  margin-bottom: 10px;
}
.latestopen .news-img img {
  float: left;
}

.news-date {
  color: #813d8e;
  font-weight: 700;
}

.news-header {
  margin-top: 30px;
}
.news-header h2 {
  font-size: 18px;
  color: #ff7752;
}
.news-header p {
  color: #813d8e;
  font-weight: 700;
}

h1.related-title {
  color: #c6c6c6;
}

.team {
  margin-bottom: 95px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.team h2 {
  font-size: 2.75rem;
  line-height: 3.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  color: #433035;
  padding: 0 15px;
}
.body-about-black .team h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .team {
    padding-left: 15vw;
  }
}
@media (min-width: 992px) {
  .team {
    padding-left: 29.4117647059vw;
  }
  .team h2 {
    padding: 0;
    font-size: 3.73875rem;
    line-height: 4.69125rem;
  }
}

.team-slider {
  position: relative;
}
.team-slider .owl-pager {
  bottom: 0;
}
.team-slider .owl-pager .active {
  color: #fff;
}
.team-slider .owl-pager .max {
  color: #433035;
}
.body-about-black .team-slider .owl-pager .max {
  color: #fff;
}
.team-slider .owl-nav {
  top: 0;
}
.team-slider .owl-nav button {
  border-color: #fff !important;
}
.team-slider .owl-nav button span {
  color: #fff;
}
@media (min-width: 992px) {
  .team-slider .owl-nav button:hover {
    border-color: #433035 !important;
  }
  .team-slider .owl-nav button:hover span {
    color: #433035;
  }
  .body-about-black .team-slider .owl-nav button:hover {
    border-color: #686868 !important;
  }
  .body-about-black .team-slider .owl-nav button:hover span {
    color: #686868;
  }
}

.team-slider .item {
  position: relative;
  width: 80vw;
  margin-right: 10vw;
  margin-left: 10vw;
}
@media (min-width: 768px) {
  .team-slider .item {
    width: 50vw;
    margin-right: 5vw;
    margin-left: 5vw;
  }
}
@media (min-width: 992px) {
  .team-slider .item {
    width: 18.1617647059vw;
    margin-right: 0;
    margin-left: 0;
  }
}

.team-slider-img {
  width: 100%;
  height: calc(80vw * 0.9676113360323887);
  position: relative;
  margin-bottom: 16px;
  background-color: #d55c34;
}
.body-about-black .team-slider-img {
  background-color: #686868;
}
.team-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
  transition: all 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
@media (min-width: 768px) {
  .team-slider-img {
    height: calc(50vw * 0.9676113360323887);
  }
}
@media (min-width: 992px) {
  .team-slider-img {
    height: calc(18.16176470588235vw * 0.9676113360323887);
  }
  .team-slider-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d55c34;
    mix-blend-mode: multiply;
    z-index: 2;
    transition: all 0.3s;
    transform-origin: bottom center;
  }
  .body-about-black .team-slider-img:after {
    background-color: #686868;
  }
  .team-slider-img:hover img {
    mix-blend-mode: normal;
  }
  .team-slider-img:hover:after {
    transform: scaleY(0);
  }
}

.team-slider-text h4 {
  font-size: 1.295625rem;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.team-slider-text p {
  font-size: 1rem;
  color: #fff;
  position: relative;
}
.body-about-black .team-slider-text p {
  color: #686868;
}
@media screen and (min-width: 992px) {
  .team-slider-text p a {
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
  }
  .team-slider-text p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 0.5s ease;
    transform-origin: left center;
    transform: scaleX(0);
  }
  .team-slider-text p a:hover {
    color: #fff;
  }
  .team-slider-text p a:hover:after {
    transform: scaleX(1);
  }
}

.programs {
  width: 100%;
  margin-bottom: 170px;
  padding-top: 11.4014251781vh;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.programs h2 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  opacity: 0;
}
@media (min-width: 768px) {
  .programs {
    padding-left: 13.4558823529vw;
    padding-right: 0;
  }
  .programs h2 {
    font-size: 4.328125rem;
    margin-bottom: 74px;
  }
}

.programs--content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.programs--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78.1446540881%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: #433035;
  overflow: hidden;
}
.programs--bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
}

.programs--slider {
  position: relative;
}
.programs--slider .owl-nav,
.programs--slider .owl-pager {
  opacity: 0;
}
.programs--slider .owl-item:nth-child(odd) .program--item {
  background-color: #d55c34;
}
.programs--slider .owl-item:nth-child(even) .program--item {
  background-color: #d55c34;
}

.program--item {
  width: 300px;
  height: 390px;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #433035;
  transform: translate(0, 10px);
  opacity: 0;
  transform-origin: bottom center;
}
.program--item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #433035;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 0.5s;
}
.program--item img {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 50%;
  object-fit: contain;
  object-position: center center;
  z-index: 2;
}
@media (min-width: 768px) {
  .program--item {
    width: 286px;
  }
}
@media (min-width: 992px) {
  .program--item:hover:after {
    transform: scaleY(1);
  }
  .program--item:hover .program-item--content {
    color: #ffffff;
  }
  .program--item:hover .program-item--content p {
    opacity: 1;
    color: #ffffff;
  }
}

.program-item--content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 32px;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.program-item--content h3 {
  font-size: 1.97rem;
  letter-spacing: -0.05em;
  line-height: 2.2rem;
  margin-bottom: 16px;
}
.program-item--content p {
  display: inline-block;
  opacity: 1;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  color: #433035;
  transition: all 0.35s;
}

@media (min-width: 768px) {
  .program--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.program {
  display: block;
  margin-bottom: 75px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.program .program--image {
  width: 100%;
  height: calc(1.341379310344828 * 100vw);
  position: relative;
  z-index: 2;
}
.program .program--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}
.program .program--image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #fff;
  z-index: 3;
  transform: translate(0, 100%);
  transition: all 0.35s;
}
.program .program--image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.2s;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.program .program--text {
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 4;
  top: -45px;
}
.program .program--text h3 {
  font-size: 1.97rem;
  line-height: 2.2rem;
  letter-spacing: -0.05em;
  color: #433035;
  margin-bottom: 15px;
}
.program .program--text p {
  color: #433035;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
.program .program--text h3,
.program .program--text p {
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .program {
    width: 50vw;
  }
  .program .program--image {
    height: calc(1.341379310344828 * 50vw);
  }
}
@media (min-width: 992px) {
  .program {
    width: 21.3235294118vw;
    padding: 0;
  }
  .program .program--image {
    height: calc(1.341379310344828 * 21.32352941176471vw);
  }
  .program .program--image:before {
    height: 25%;
  }
  .program:hover .program--image:after {
    opacity: 0;
  }
  .program:hover .program--image:before {
    transform: translate(0, 0);
  }
}
@media (min-width: 1200px) {
  .program .program--image:before {
    height: 20%;
  }
}

.program-list {
  width: 100%;
}
@media (max-width: 991px) {
  .program-list h2 {
    margin: 40px 0;
    font-size: 2rem !important;
  }
}
.program-list a,
.program-list > div {
  padding-bottom: 20px;
  border-bottom: 2px solid #433035;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .program-list a,
.program-list > div {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .program-list a {
    align-items: center;
  }
}
.program-list .program-list-img {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.program-list .program-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .program-list .program-list-img {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }
}
.program-list .program-list-text h3 {
  font-size: 1.75rem;
  color: #433035;
  margin-bottom: 25px;
}
.program-list .program-list-text p {
  font-size: 1rem;
  color: #433035;
}
@media (min-width: 992px) {
  .program-list .program-list-text {
    padding-left: 20px;
    width: calc(100% - 200px);
  }
  .program-list .program-list-text h2 {
    font-size: 2rem;
  }
}

.panel-list {
  margin-bottom: 50px;
}

.old-program {
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  z-index: 3;
  background-color: #433035;
  color: white;
}

.default-nav ul {
  padding-left: 0;
}
@media (max-width: 992px) {
  .default-nav ul {
    text-align: center;
  }
}
.default-nav ul li {
  list-style-type: none;
  display: inline;
}
@media (max-width: 992px) {
  .default-nav ul li {
    display: block;
  }
}
.default-nav ul li a {
  color: #aeaeae;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}
.default-nav ul li a:hover {
  color: #592265;
}
@media (min-width: 992px) {
  .default-nav ul li:last-child {
    float: right;
  }
}

#nav-icon {
  width: 30px;
  height: 15px;
  position: absolute;
  right: 3.75%;
  top: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 6;
}
@media (max-width: 992px) {
  #nav-icon {
    top: 34px;
  }
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin: -8px 0;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 10px;
}

#nav-icon span:nth-child(3) {
  top: 20px;
}

#nav-icon.open {
  margin-top: 0px;
  top: 15px;
}
@media (max-width: 992px) {
  #nav-icon.open {
    top: 34px;
  }
}
#nav-icon.open span {
  background: white;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-header img {
  height: 50px;
  width: 50px;
}
.menu-header p {
  font-size: 20px;
  color: white;
  letter-spacing: -0.03px;
  line-height: 25px;
}
.menu-header p span {
  display: block;
}

.menu-footer ul li a {
  color: white;
}

.menu-list-container {
  display: flex;
  align-items: center;
}

.menu-list li {
  list-style: none;
}
.menu-list li a {
  color: #b372c0;
  font-size: 68px;
  line-height: 85px;
  letter-spacing: -0.03px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .menu-list li a {
    font-size: 40px;
    line-height: 50px;
  }
}
.menu-list li a.active {
  color: white;
}

.menu-list-open ul li {
  list-style: none;
}
.menu-list-open ul li a {
  color: #b372c0;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.03px;
  text-decoration: none;
}
@media (max-width: 992px) {
  .menu-list-open ul li a {
    font-size: 24px;
    line-height: 32px;
  }
}
.menu-list-open ul li a.active {
  color: white;
}

.menu {
  padding: 20px;
  display: none;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}

.menu-content {
  margin-top: 5%;
  margin-bottom: 10%;
}

.open-list {
  display: block;
}

.close-list {
  display: none;
}

.about-body #nav-icon span {
  background: white;
}

.copyright-anibar {
  position: absolute;
  right: 0;
  top: 50%;
}
.copyright-anibar p {
  transform: rotate(-90deg);
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01px;
  color: white;
}
@media (max-width: 992px) {
  .copyright-anibar p {
    transform: none;
  }
}

@media (max-width: 992px) {
  .menu-header-title {
    margin-top: 55px;
  }
}

.intro {
  position: relative;
  width: 100%;
  height: 90vh;
  background-color: #d55c34;
  overflow: hidden;
  padding: 2.3474178404vh 2.9411764706vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .intro {
    height: 100vh;
  }
}

.intro-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform-origin: center center;
  transform: scale(1.2);
}

.scroll {
  position: absolute;
  bottom: 4.5774647887vh;
  left: 2.9411764706vw;
  z-index: 3;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: color 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.scroll span {
  font-size: 1.6875rem;
  margin-bottom: 1.8028846154vh;
  display: block;
}
@media (min-width: 992px) {
  .scroll:hover {
    color: #d55c34;
  }
}

.languages {
  position: absolute;
  bottom: 4.5774647887vh;
  right: 2.9411764706vw;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.languages li {
  display: inline-block;
  margin-right: 14px;
}
.languages li:last-child {
  margin-right: 0;
}
.languages li a {
  font-size: 0.875rem;
  line-height: 1.221875rem;
  letter-spacing: 0.01em;
  color: #f3edaf;
  text-transform: uppercase;
  transition: color 0.3s;
}
.languages li.active a {
  color: #fff;
}
@media (min-width: 992px) {
  .languages li:hover a {
    color: #fff;
  }
}
.languages.languages-purple li a {
  color: rgba(129, 61, 142, 0.39);
}
.languages.languages-purple li.active a {
  color: #864593;
}
@media (min-width: 992px) {
  .languages.languages-purple li:hover a {
    color: #864593;
  }
}

.shape {
  position: absolute;
  width: 100vw;
  height: 100%;
  transform: translate(0, 0) scale(1.2);
  opacity: 0;
  transform-origin: center center;
  bottom: 0;
  left: 0;
}
.shape img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.shape.shape-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 992px) {
  .shape {
    width: 100%;
    bottom: 0;
  }
  .shape img {
    object-position: center center;
  }
}

.slogan {
  position: absolute;
  top: 35%;
  left: 50%;
  width: calc(100% - 30px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.slogan h2 {
  color: #fff;
  font-size: 3.25rem;
  line-height: 3.5521428571rem;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .slogan {
    text-align: left;
    top: 40%;
    left: 3.3823529412vw;
    width: 23.2352941176vw;
    transform: translate(0, -50%);
  }
  .slogan h2 {
    font-size: 2.4775rem;
    margin-bottom: 0;
  }
}

.menu-sections {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 24.6323529412vw;
  right: 0;
  padding-left: 27px;
  overflow: hidden;
  z-index: 3;
  display: none;
}
.menu-sections:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.52);
  height: 100%;
  z-index: 1;
  transition: transform 700ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transform-origin: center center;
  transform: scaleY(0);
}
.menu-sections.menu-sections-active:after {
  transform: scaleY(1);
}
.menu-sections li {
  margin-bottom: 6px;
  position: relative;
  transform: translate(-100%, 0);
}
.menu-sections li:last-child {
  margin-bottom: 0;
}
.menu-sections li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  height: 100%;
  width: 4px;
  z-index: 2;
  background-color: #d55c34;
  transition: all 0.3s;
  transform-origin: center center;
  transform: scaleY(0);
}
.menu-sections li a {
  display: block;
  color: #fff;
  font-size: 1.9775rem;
  line-height: 2.952143rem;
}
@media (min-width: 1200px) {
  .menu-sections li a {
    font-size: 2.4775rem;
    line-height: 3.5521428571rem;
  }
}
.menu-sections li.active:after {
  transform: scaleY(1);
}
.menu-sections li.active a {
  color: #f3edaf;
}
@media (min-width: 992px) {
  .menu-sections li:hover:after {
    transform: scaleY(1);
  }
  .menu-sections li:hover a {
    color: #fff;
  }
  .menu-sections-purple .menu-sections li:hover a {
    color: #864593;
  }
}
.menu-sections.menu-sections-purple li:after {
  background-color: #864593;
}
.menu-sections.menu-sections-purple li a {
  color: rgba(129, 61, 142, 0.39);
}
.menu-sections.menu-sections-purple li.active a {
  color: #864593;
}
@media (min-width: 992px) {
  .menu-sections.menu-sections-purple li:hover a {
    color: #864593;
  }
}
@media (min-width: 992px) {
  .menu-sections {
    display: block;
  }
}

.cinema,
.organisation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  color: #511f5d;
  transform: translate(0, -100%);
  transition: transform 700ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.cinema img,
.organisation img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center center;
}
.cinema .img-wrapper,
.organisation .img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.cinema h2,
.organisation h2 {
  color: #864593;
}
.cinema.active,
.organisation.active {
  transform: translate(0, 0);
}

.cinema .img-wrapper {
  width: 56.7647058824%;
  height: 52.2352941176vh;
}

.organisation .img-wrapper {
  width: 36.7647058824%;
  height: 74.3529411765vh;
}

.map-content {
  color: #511f5d;
  font-size: 20px;
  font-family: "brownbold";
}

.map-container {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .map-container {
    display: flex;
    flex-wrap: wrap;
  }
}

#map {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  #map {
    width: 69.7794117647%;
    height: 750px;
  }
}

.map-events {
  background-color: #d55c34;
  position: relative;
  text-align: left;
  padding: 10px;
  overflow: hidden;
}
.map-events h3 {
  font-size: 2.4728571429rem;
  line-height: 4.2375rem;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: -0.03rem;
}
.map-events .direction {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #433035;
  color: #fff;
  text-align: center;
  display: block;
}
.map-events .direction span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: -0.03rem;
}
.map-events ul {
  transition: all 0.3s;
}
.map-events ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  padding-top: 5px;
  padding-left: 15px;
}
.map-events ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  transform: translate(-100%, 0);
}
.map-events ul li h4 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  width: 100%;
  padding-right: 20px;
}
.map-events ul li > div {
  width: 50%;
  color: #433035;
  font-size: 0.980625rem;
  letter-spacing: -0.03em;
}
.map-events ul li.active:after {
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .map-events {
    width: 30.2205882353%;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    height: 750px;
  }
  .map-events ul {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 10px;
  }
  .map-events ul li .type {
    width: 65%;
  }
  .map-events ul li .hour {
    width: 35%;
  }
  .map-events .direction {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.hour {
  text-align: right;
}
@media (min-width: 768px) {
  .hour {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hour {
    text-align: left;
  }
}

.map-events ul::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.map-events ul::-webkit-scrollbar-thumb {
  background-color: #fd744c;
  border-radius: 8px;
}

.schedule {
  margin-bottom: 70px;
}

.schedule--header {
  padding: 0 15px;
}
.schedule--header h2 {
  color: #433035;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 74px;
  margin-bottom: 40px;
  text-align: center;
}
.schedule-home .schedule--header h2 {
  opacity: 0;
}
@media (min-width: 768px) {
  .schedule--header {
    padding-left: 13.4558823529vw;
    padding-right: 0;
  }
  .schedule--header h2 {
    font-size: 4.328125rem;
    text-align: left;
  }
}

.schedule--content-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.schedule-box {
  position: relative;
  color: #fff;
  padding: 14px 20px;
  width: 22.7941176471%;
}
.schedule-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d55c34;
  transform-origin: left center;
  transition: transform 0.5s;
  z-index: 1;
}
.schedule-box h2 {
  position: relative;
  font-size: 3.75rem;
  z-index: 2;
}
.schedule-box p {
  font-size: 0.93375rem;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 2;
  text-transform: uppercase;
}
.schedule-home .schedule-box:before {
  transform: scaleX(0);
}
.schedule-home .schedule-box span,
.schedule-home .schedule-box h2,
.schedule-home .schedule-box p {
  z-index: 2;
  opacity: 0;
}
.schedule-box.schedule-box-visible:before {
  transform: scaleX(1);
}

.schedule-box-date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  transition: transform 0.5s;
  z-index: 3;
  transform: scaleX(0);
  transform-origin: left center;
}
.schedule-box-date.schedule-box-loaded:after {
  transform: scaleX(1);
}
.schedule-box-date:nth-child(3), .schedule-box-date:nth-child(4) {
  display: none;
}
@media (max-width: 991px) {
  .schedule-box-date {
    width: 68.3823529412%;
  }
}
@media (min-width: 992px) {
  .schedule-box-date:nth-child(1), .schedule-box-date:nth-child(2), .schedule-box-date:nth-child(3), .schedule-box-date:nth-child(4) {
    display: block;
  }
}

.schedule-nav {
  width: 11.6176470588%;
  position: relative;
  overflow: hidden;
}
.schedule-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #433035;
  transition: transform 450ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.schedule-nav.schedule-prev:after {
  transform: translate(100%, 0);
}
.schedule-nav.schedule-next:after {
  transform: translate(-100%, 0);
}
.schedule-nav span {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: color 450ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
@media (min-width: 992px) {
  .schedule-nav:hover:after {
    transform: translate(0, 0);
  }
  .schedule-nav:hover span {
    color: #fff;
  }
}

.schedule--calendar {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .schedule--calendar {
    min-height: 220px;
  }
}
@media (min-width: 992px) {
  .schedule--calendar {
    padding: 0;
    display: grid;
    grid-template-columns: 11.6176470588% repeat(3, 22.7941176471%) 11.6176470588%;
    grid-auto-rows: 90px;
    grid-column-gap: 2.08%;
  }
}

.schedule--day {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 6;
  border-top: 1px solid #cbcbcb;
}
.schedule--day:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 2;
}
.schedule--day:nth-child(2) {
  grid-row-start: 2;
  grid-row-end: 3;
}
.schedule--day:nth-child(3) {
  grid-row-start: 3;
  grid-row-end: 4;
}
.schedule--day:nth-child(4) {
  grid-row-start: 4;
  grid-row-end: 5;
}
.schedule--day:nth-child(5) {
  grid-row-start: 5;
  grid-row-end: 6;
}
.schedule--day:nth-child(6) {
  grid-row-start: 6;
  grid-row-end: 7;
}
.schedule--day:nth-child(7) {
  grid-row-start: 7;
  grid-row-end: 8;
}
.schedule--day:nth-child(8) {
  grid-row-start: 8;
  grid-row-end: 9;
}
.schedule--day:nth-child(9) {
  grid-row-start: 9;
  grid-row-end: 10;
}
.schedule--day:nth-child(10) {
  grid-row-start: 10;
  grid-row-end: 11;
}
.schedule--day:nth-child(11) {
  grid-row-start: 11;
  grid-row-end: 12;
}
.schedule--day:nth-child(12) {
  grid-row-start: 12;
  grid-row-end: 13;
}
.schedule--day:nth-child(13) {
  grid-row-start: 13;
  grid-row-end: 14;
}
.schedule--day:nth-child(14) {
  grid-row-start: 14;
  grid-row-end: 15;
}
.schedule--day:nth-child(15) {
  grid-row-start: 15;
  grid-row-end: 16;
}
.schedule--day:nth-child(16) {
  grid-row-start: 16;
  grid-row-end: 17;
}
.schedule--day:nth-child(17) {
  grid-row-start: 17;
  grid-row-end: 18;
}
.schedule--day:nth-child(18) {
  grid-row-start: 18;
  grid-row-end: 19;
}
.schedule--day:nth-child(19) {
  grid-row-start: 19;
  grid-row-end: 20;
}
.schedule--day:nth-child(20) {
  grid-row-start: 20;
  grid-row-end: 21;
}
.schedule--day:nth-child(21) {
  grid-row-start: 21;
  grid-row-end: 22;
}
.schedule--day:nth-child(22) {
  grid-row-start: 22;
  grid-row-end: 23;
}
.schedule--day:nth-child(23) {
  grid-row-start: 23;
  grid-row-end: 24;
}
.schedule--day:nth-child(24) {
  grid-row-start: 24;
  grid-row-end: 25;
}
.schedule--day:nth-child(25) {
  grid-row-start: 25;
  grid-row-end: 26;
}
.schedule--day:nth-child(26) {
  grid-row-start: 26;
  grid-row-end: 27;
}
.schedule--day:nth-child(27) {
  grid-row-start: 27;
  grid-row-end: 28;
}
.schedule--day:nth-child(28) {
  grid-row-start: 28;
  grid-row-end: 29;
}
.schedule--day:nth-child(29) {
  grid-row-start: 29;
  grid-row-end: 30;
}
.schedule--day:nth-child(30) {
  grid-row-start: 30;
  grid-row-end: 31;
}
.schedule--day:nth-child(31) {
  grid-row-start: 31;
  grid-row-end: 32;
}
.schedule--day:nth-child(32) {
  grid-row-start: 32;
  grid-row-end: 33;
}
.schedule--day:nth-child(33) {
  grid-row-start: 33;
  grid-row-end: 34;
}
.schedule--day:nth-child(34) {
  grid-row-start: 34;
  grid-row-end: 35;
}
.schedule--day:nth-child(35) {
  grid-row-start: 35;
  grid-row-end: 36;
}
.schedule--day:nth-child(36) {
  grid-row-start: 36;
  grid-row-end: 37;
}
.schedule--day:nth-child(37) {
  grid-row-start: 37;
  grid-row-end: 38;
}
.schedule--day:nth-child(38) {
  grid-row-start: 38;
  grid-row-end: 39;
}
.schedule--day:nth-child(39) {
  grid-row-start: 39;
  grid-row-end: 40;
}
.schedule--day:nth-child(40) {
  grid-row-start: 40;
  grid-row-end: 41;
}
.schedule--day:nth-child(41) {
  grid-row-start: 41;
  grid-row-end: 42;
}
.schedule--day:nth-child(42) {
  grid-row-start: 42;
  grid-row-end: 43;
}
.schedule--day:nth-child(43) {
  grid-row-start: 43;
  grid-row-end: 44;
}
.schedule--day:nth-child(44) {
  grid-row-start: 44;
  grid-row-end: 45;
}
.schedule--day:nth-child(45) {
  grid-row-start: 45;
  grid-row-end: 46;
}
.schedule--day:nth-child(46) {
  grid-row-start: 46;
  grid-row-end: 47;
}
.schedule--day:nth-child(47) {
  grid-row-start: 47;
  grid-row-end: 48;
}
.schedule--day:nth-child(48) {
  grid-row-start: 48;
  grid-row-end: 49;
}
.schedule--day:nth-child(49) {
  grid-row-start: 49;
  grid-row-end: 50;
}
.schedule--day:nth-child(50) {
  grid-row-start: 50;
  grid-row-end: 51;
}
.schedule--day:nth-child(51) {
  grid-row-start: 51;
  grid-row-end: 52;
}
.schedule--day:nth-child(52) {
  grid-row-start: 52;
  grid-row-end: 53;
}
.schedule--day:nth-child(53) {
  grid-row-start: 53;
  grid-row-end: 54;
}
.schedule--day:nth-child(54) {
  grid-row-start: 54;
  grid-row-end: 55;
}
.schedule--day:nth-child(55) {
  grid-row-start: 55;
  grid-row-end: 56;
}
.schedule--day:nth-child(56) {
  grid-row-start: 56;
  grid-row-end: 57;
}
.schedule--day:nth-child(57) {
  grid-row-start: 57;
  grid-row-end: 58;
}
.schedule--day:nth-child(58) {
  grid-row-start: 58;
  grid-row-end: 59;
}
.schedule--day:nth-child(59) {
  grid-row-start: 59;
  grid-row-end: 60;
}
.schedule--day:nth-child(60) {
  grid-row-start: 60;
  grid-row-end: 61;
}
.schedule--day:nth-child(61) {
  grid-row-start: 61;
  grid-row-end: 62;
}
.schedule--day:nth-child(62) {
  grid-row-start: 62;
  grid-row-end: 63;
}
.schedule--day:nth-child(63) {
  grid-row-start: 63;
  grid-row-end: 64;
}
.schedule--day:nth-child(64) {
  grid-row-start: 64;
  grid-row-end: 65;
}
.schedule--day:nth-child(65) {
  grid-row-start: 65;
  grid-row-end: 66;
}
.schedule--day:nth-child(66) {
  grid-row-start: 66;
  grid-row-end: 67;
}
.schedule--day:nth-child(67) {
  grid-row-start: 67;
  grid-row-end: 68;
}
.schedule--day:nth-child(68) {
  grid-row-start: 68;
  grid-row-end: 69;
}
.schedule--day:nth-child(69) {
  grid-row-start: 69;
  grid-row-end: 70;
}
.schedule--day:nth-child(70) {
  grid-row-start: 70;
  grid-row-end: 71;
}
.schedule--day:nth-child(71) {
  grid-row-start: 71;
  grid-row-end: 72;
}
.schedule--day:nth-child(72) {
  grid-row-start: 72;
  grid-row-end: 73;
}
.schedule--day:nth-child(73) {
  grid-row-start: 73;
  grid-row-end: 74;
}
.schedule--day:nth-child(74) {
  grid-row-start: 74;
  grid-row-end: 75;
}
.schedule--day:nth-child(75) {
  grid-row-start: 75;
  grid-row-end: 76;
}
.schedule--day:nth-child(76) {
  grid-row-start: 76;
  grid-row-end: 77;
}
.schedule--day:nth-child(77) {
  grid-row-start: 77;
  grid-row-end: 78;
}
.schedule--day:nth-child(78) {
  grid-row-start: 78;
  grid-row-end: 79;
}
.schedule--day:nth-child(79) {
  grid-row-start: 79;
  grid-row-end: 80;
}
.schedule--day:nth-child(80) {
  grid-row-start: 80;
  grid-row-end: 81;
}
.schedule--day:nth-child(81) {
  grid-row-start: 81;
  grid-row-end: 82;
}
.schedule--day:nth-child(82) {
  grid-row-start: 82;
  grid-row-end: 83;
}
.schedule--day:nth-child(83) {
  grid-row-start: 83;
  grid-row-end: 84;
}
.schedule--day:nth-child(84) {
  grid-row-start: 84;
  grid-row-end: 85;
}
.schedule--day:nth-child(85) {
  grid-row-start: 85;
  grid-row-end: 86;
}
.schedule--day:nth-child(86) {
  grid-row-start: 86;
  grid-row-end: 87;
}
.schedule--day:nth-child(87) {
  grid-row-start: 87;
  grid-row-end: 88;
}
.schedule--day:nth-child(88) {
  grid-row-start: 88;
  grid-row-end: 89;
}
.schedule--day:nth-child(89) {
  grid-row-start: 89;
  grid-row-end: 90;
}
.schedule--day:nth-child(90) {
  grid-row-start: 90;
  grid-row-end: 91;
}
.schedule--day:nth-child(91) {
  grid-row-start: 91;
  grid-row-end: 92;
}
.schedule--day:nth-child(92) {
  grid-row-start: 92;
  grid-row-end: 93;
}
.schedule--day:nth-child(93) {
  grid-row-start: 93;
  grid-row-end: 94;
}
.schedule--day:nth-child(94) {
  grid-row-start: 94;
  grid-row-end: 95;
}
.schedule--day:nth-child(95) {
  grid-row-start: 95;
  grid-row-end: 96;
}
.schedule--day:nth-child(96) {
  grid-row-start: 96;
  grid-row-end: 97;
}
.schedule--day:nth-child(97) {
  grid-row-start: 97;
  grid-row-end: 98;
}
.schedule--day:nth-child(98) {
  grid-row-start: 98;
  grid-row-end: 99;
}
.schedule--day:nth-child(99) {
  grid-row-start: 99;
  grid-row-end: 100;
}
.schedule--day:nth-child(100) {
  grid-row-start: 100;
  grid-row-end: 101;
}
.schedule--day p {
  position: absolute;
  top: 9px;
  left: 32px;
  font-size: 0.875rem;
  color: #acacac;
  letter-spacing: -0.03em;
}
.schedule-home .schedule--day {
  opacity: 0;
}
@media (max-width: 991px) {
  .schedule--day {
    display: none;
  }
}

.schedule--program {
  background-color: #433037;
  position: relative;
  padding: 20px;
  color: #fff;
  display: block;
  transform-origin: top center;
}
.schedule--program br {
  display: none;
}
.schedule--program img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.71 !important;
  object-fit: cover;
  object-position: center center;
}
.schedule--program:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 237, 175, 0.3);
  opacity: 0.3;
  transition: all 300ms;
  transform-origin: bottom center;
  z-index: 2;
}
.schedule--program p,
.schedule--program h5 {
  font-size: 0.93375rem;
  letter-spacing: -0.03em;
  z-index: 3;
  margin-bottom: 0;
  transition: color 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.schedule--program p {
  position: relative;
}
.schedule--program h5 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  line-height: 1.19125rem;
}
.schedule-home .schedule--program {
  transform: scaleY(0);
}
.schedule-home .schedule--program img,
.schedule-home .schedule--program p,
.schedule-home .schedule--program h5 {
  opacity: 0;
}
.schedule--program.schedule--program-hide {
  transform: scaleY(0);
}
.schedule--program.schedule--program-hide img,
.schedule--program.schedule--program-hide h5,
.schedule--program.schedule--program-hide p {
  opacity: 0;
}
@media (max-width: 991px) {
  .schedule--program {
    height: 220px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .schedule--program {
    padding: 10px 20px;
  }
  .schedule--program p,
.schedule--program h5 {
    font-size: 0.825vw;
  }
  .schedule--program h5 {
    line-height: 0.95rem;
  }
  .schedule--program:hover p,
.schedule--program:hover h5 {
    color: #fff;
  }
  .schedule--program:hover:after {
    opacity: 1;
    background-color: rgba(243, 237, 175, 0.9);
  }
}

.list--horizontal,
.list--archive {
  margin-bottom: 42px;
}
.list--horizontal li,
.list--archive li {
  display: inline-block;
  margin-right: 25px;
}
.list--horizontal li:last-child,
.list--archive li:last-child {
  margin-right: 0;
}
.list--horizontal li a,
.list--archive li a {
  font-size: 1.25rem;
  line-height: 2.4475rem;
  letter-spacing: -0.03em;
  color: #433035;
}
.list--horizontal li.active a,
.list--archive li.active a {
  color: #d55c34;
}
@media (min-width: 992px) {
  .list--horizontal li a,
.list--archive li a {
    transition: color 0.3s;
  }
  .list--horizontal li a:hover,
.list--archive li a:hover {
    color: #d55c34;
  }
}

.schedule--header .list--horizontal .last-schedule-list {
  float: right;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .schedule--header .list--horizontal .last-schedule-list {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .list--horizontal,
.list--archive {
    text-align: center;
  }
  .list--horizontal li,
.list--archive li {
    display: block;
    margin-right: 0;
  }
}
.article {
  margin-bottom: 60px;
  position: relative;
  padding: 0 15px;
}
.article h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -0.03em;
  color: #433035;
  margin-bottom: 40px;
}
.body-about-purple .article h1 {
  color: #fd744c;
}
.body-about-black .article h1 {
  color: #fff;
}
.article .social-media {
  position: relative;
  display: flex;
  margin-top: 30px;
}
.article .social-media li {
  width: 46px;
  height: 46px;
  border: 4px solid #433035;
  border-radius: 50%;
  margin-bottom: 11px;
  position: relative;
  transition: all 0.3s;
  margin-right: 10px;
}
.article .social-media li:last-child {
  margin-right: 0;
}
.article .social-media li a {
  color: #433035;
  display: inline-block;
  font-size: 1.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}
.body-about-purple .article .social-media li {
  border-color: #fd744c;
}
.body-about-purple .article .social-media li a {
  color: #fd744c;
}
.body-about-black .article .social-media li {
  border-color: #fff;
}
.body-about-black .article .social-media li a {
  color: #fff;
}
@media (min-width: 992px) {
  .article .social-media li:hover {
    border-color: #d55c34;
  }
  .article .social-media li:hover a {
    color: #d55c34;
  }
}
@media (min-width: 992px) {
  .article {
    width: 59.2647058824vw;
    margin-bottom: 96px;
    padding: 0;
    padding-left: 15px;
  }
  .article h1 {
    font-size: 4.328125rem;
    line-height: 5.0225rem;
  }
  .article .social-media {
    position: absolute;
    top: 0;
    left: -133px;
    display: block;
    margin-top: 0;
  }
  .article .social-media li {
    margin-right: 0;
  }
}

.article--img {
  margin-bottom: 50px;
  position: relative;
}
.article--img img {
  width: 100%;
  height: auto;
}

.article--text h3 {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  color: #433035;
  margin-bottom: 18px;
}
.article--text ul {
  margin-bottom: 30px;
  color: #433035;
}
.article--text ul li {
  padding-left: 15px;
  position: relative;
}
.article--text ul li:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.article--text ol {
  list-style-position: inside;
  margin-bottom: 30px;
}
.article--text ol li {
  color: #433035;
}
.article--text p {
  font-size: 1rem;
  color: #433035;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.55rem;
}
.article--text p a {
  color: #d55c34;
}
@media (min-width: 992px) {
  .article--text p a {
    display: inline-block;
    position: relative;
  }
  .article--text p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fd744c;
    transition: all 0.3s;
    transform-origin: center left;
    transform: scaleX(0);
  }
  .article--text p a:hover:after {
    transform: scaleX(1);
  }
}
.body-about-purple .article--text h3,
.body-about-purple .article--text ul,
.body-about-purple .article--text ul li,
.body-about-purple .article--text ol,
.body-about-purple .article--text ol li,
.body-about-purple .article--text p {
  color: #fd744c;
}
.body-about-black .article--text h3,
.body-about-black .article--text ul,
.body-about-black .article--text ul li,
.body-about-black .article--text ol,
.body-about-black .article--text ol li,
.body-about-black .article--text p {
  color: #fff;
}
@media (min-width: 992px) {
  .article--text {
    padding-right: 20%;
  }
}

.article--image {
  margin-top: 15px;
}
.article--image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.article--video {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.article--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  border-bottom: 5px solid #433035;
  padding-bottom: 25px;
  color: #433035;
  margin-bottom: 26px;
}
.subtitle h4 {
  font-size: 1.375rem;
  line-height: 1.520625rem;
  letter-spacing: -0.03em;
}
@media (min-width: 999px) {
  .subtitle {
    width: 100%;
    padding: 0;
    padding-bottom: 34px;
    width: calc(100% - 30px);
  }
}
.body-about-black .subtitle {
  border-bottom-color: #fff;
  color: #fff;
}
.body-about-purple .subtitle {
  border-bottom-color: #fd744c;
  color: #fd744c;
}

.box-list {
  margin-bottom: 126px;
  position: relative;
  padding: 0 15px;
}
.box-list h3 {
  color: #d55c34;
  font-size: 1.733125rem;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.box-list p {
  font-size: 1rem;
  line-height: 1.335rem;
  color: #b2b2b2;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
.box-list a {
  color: #d55c34;
  font-size: 1.15rem;
  line-height: 1.271875rem;
  letter-spacing: -0.03em;
}
.box-list .box-list-item {
  width: 100%;
  padding: 56px 0;
  position: relative;
}
.body-about-black .box-list h3 {
  color: #fff;
}
.body-about-black .box-list a {
  color: #fff;
}
@media (max-width: 991px) {
  .box-list .box-list-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #e0e0e0;
  }
}
@media (min-width: 768px) {
  .box-list .box-list-item {
    padding: 56px 30% 56px 0;
  }
}
@media (min-width: 992px) {
  .box-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .box-list .box-list-item {
    width: 39.5762711864%;
    padding: 56px 11.0169491525% 56px 0;
  }
  .box-list .box-list-item:nth-child(2n+1):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #e0e0e0;
  }
}

.event {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 190px;
  }
}

.event-nav {
  width: 11.6176470588%;
  height: 102px;
  display: none;
  background-color: #e1e1e1;
  position: relative;
  overflow: hidden;
}
.event-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #433035;
  transition: transform 450ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.body-about-black .event-nav:after {
  background-color: #fff;
}
.event-nav.event-prev:after {
  transform: translate(100%, 0);
}
.event-nav.event-next:after {
  transform: translate(-100%, 0);
}
.event-nav span {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #433035;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: color 450ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
@media (min-width: 992px) {
  .event-nav {
    display: block;
  }
  .event-nav:hover:after {
    transform: translate(0, 0);
  }
  .event-nav:hover span {
    color: #fff;
  }
}

.event-info {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.event-info ul li {
  padding: 28px 6px;
  border-bottom: 1px solid #e1e1e1;
  color: #433035;
}
.event-info ul li span {
  font-size: 1.625rem;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 20px;
}
.body-about-black .event-info ul li {
  color: #fff;
}
@media (min-width: 992px) {
  .event-info {
    padding: 0;
    width: 22.7941176471%;
    margin-bottom: 0;
  }
}

.event-box {
  padding: 0 15px;
  margin-bottom: 30px;
}
.event-box h2 {
  color: #433035;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.event-box h3 {
  margin-bottom: 30px;
}
.event-box h4,
.event-box p {
  letter-spacing: -0.03em;
}
.event-box h4 {
  font-size: 1.5rem;
  color: #433035;
  margin-bottom: 20px;
}
.event-box p {
  font-size: 1rem;
  color: #000;
}
.event-box a {
  color: #d55c34;
}
.event-box ul {
  list-style-type: disc;
}
.event-box ul,
.event-box ol {
  margin-bottom: 20px;
}
.body-about-black .event-box h2,
.body-about-black .event-box h3,
.body-about-black .event-box h4,
.body-about-black .event-box h5,
.body-about-black .event-box h6,
.body-about-black .event-box p,
.body-about-black .event-box ul li,
.body-about-black .event-box ol li {
  color: #fff;
}
.body-about-black .event-box a {
  color: #464a4c;
}
@media (min-width: 992px) {
  .event-box {
    margin-bottom: 0;
    width: 48.0147058824%;
    padding: 0;
  }
  .event-box h2 {
    font-size: 4.328125rem;
    margin-bottom: 70px;
  }
  .event-box a {
    display: inline-block;
    position: relative;
  }
  .event-box a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #433035;
    transition: all 0.3s;
    transform-origin: center left;
    transform: scaleX(0);
  }
  .event-box a:hover:after {
    transform: scaleX(1);
  }
}

.event-date {
  position: relative;
  color: #433035;
  padding: 14px 20px;
  background-color: #e1e1e1;
}
.event-date h2 {
  font-size: 3.75rem;
}
.event-date p {
  font-size: 0.93375rem;
  position: absolute;
  top: 14px;
  right: 20px;
  text-transform: uppercase;
}
.body-about-black .event-date {
  color: #000;
}

.event-box-img img,
.event-box-img-inner img {
  width: 100%;
  height: auto;
}

.event-box-img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .event-box-img {
    margin-bottom: 70px;
  }
}

.event-header {
  padding: 0 15px;
  margin-top: 40px;
}
.event-header h2 {
  color: #433035;
  font-size: 3.5vw;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
.event-header .event-header-page h2 {
  color: rgba(54, 69, 110, 0.22);
}
.body-about-black .event-header .event-header-page h2 {
  color: rgba(255, 255, 255, 0.22);
}
.event-header .event-header-spacer {
  display: none;
}
.body-about-black .event-header .event-header-title h2 {
  color: #fff;
}
@media (max-width: 991px) {
  .event-header .event-header-page h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .event-header .event-header-title h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .event-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .event-header .event-header-spacer {
    display: block;
    width: 11.6176470588%;
  }
  .event-header .event-header-page {
    width: 22.7941176471%;
  }
  .event-header .event-header-title {
    width: 48.0147058824%;
  }
}

.event-person-wrapper {
  margin-bottom: 30px;
}
.event-person-wrapper h4 {
  margin-bottom: 20px;
}
.event-person-wrapper .event-person {
  width: 50%;
  margin: 0 auto;
  height: 180px;
  position: relative;
}
.event-person-wrapper .event-person img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .event-person-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-person-wrapper h4 {
    width: 60%;
    margin-bottom: 0;
  }
  .event-person-wrapper .event-person {
    width: 30%;
    margin: 0;
    height: 250px;
  }
}

.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #d55c34;
  overflow: hidden;
  padding: 2.3474178404vh 2.9411764706vw;
  z-index: 5;
  visibility: visible;
  opacity: 0;
  transform: translate(0, -100%);
  transition: transform 700ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.menu-overlay.menu-overlay-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.menu-overlay .content {
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}
@media (min-width: 992px) {
  .menu-overlay .content {
    top: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 13.2352941176%;
  }
}

.menu-main {
  width: 100%;
}
.menu-main li {
  margin-bottom: 10px;
}
.menu-main li:last-child {
  margin-bottom: 0;
}
.menu-main li a {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  transition: color 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.menu-main li.active a {
  color: #433035;
}
@media (max-width: 991px) {
  .menu-main li a {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .menu-main {
    width: 50%;
  }
  .menu-main li a {
    font-size: 4.266875rem;
    line-height: 5.35375rem;
  }
  .menu-main li a:hover {
    color: #433035;
  }
}

.menu-sub {
  display: none;
  width: 100%;
}
.menu-sub .back {
  display: block;
  color: #433035;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  font-size: 1.25rem;
}
.menu-sub li {
  margin-bottom: 10px;
  text-align: center;
}
.menu-sub li a {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  transition: color 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
.menu-sub li.active a {
  color: #433035;
}
.menu-sub .menu-sub-organization,
.menu-sub .menu-sub-cinema {
  display: none;
}
@media (min-width: 992px) {
  .menu-sub {
    display: block;
    width: 50%;
  }
  .menu-sub .back {
    display: none;
  }
  .menu-sub li {
    text-align: left;
  }
  .menu-sub li a {
    font-size: 1.875rem;
    line-height: 2.35rem;
  }
  .menu-sub li a:hover {
    color: #433035;
  }
}
@media (min-width: 1400px) {
  .menu-sub li a {
    line-height: 2.758125rem;
  }
}

.menu-overlay-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-transform: uppercase;
}
.menu-overlay-footer > div {
  width: 100%;
  margin-bottom: 10px;
}
.menu-overlay-footer > div:last-child {
  margin-bottom: 0;
}
.menu-overlay-footer ul {
  overflow: hidden;
}
.menu-overlay-footer ul li {
  display: inline-block;
  margin-right: 2.9411764706vw;
}
.menu-overlay-footer ul li:last-child {
  margin-right: 0;
}
.menu-overlay-footer ul li a {
  font-size: 0.875rem;
  color: #433035;
}
.menu-overlay-footer .languages {
  bottom: 0;
}
.menu-overlay-footer .languages li {
  margin-right: 14px;
}
.menu-overlay-footer .languages li a {
  color: #433035;
}
.menu-overlay-footer .languages li.active a {
  color: #fff;
}
@media (max-width: 991px) {
  .menu-overlay-footer .languages {
    right: auto;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .menu-overlay-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0 13.2352941176%;
  }
  .menu-overlay-footer > div {
    width: 50%;
    margin-bottom: 0;
  }
}

.pagination {
  display: block;
  text-align: center;
  margin-bottom: 100px;
}
.pagination a,
.pagination span {
  display: inline-block;
  font-size: 0.8rem;
  padding: 10px 16px;
  color: #fff;
  background-color: #433035;
  box-shadow: 0;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.pagination a.current,
.pagination span.current {
  background-color: #d55c34;
}
@media (min-width: 992px) {
  .pagination a,
.pagination span {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .pagination a:hover,
.pagination span:hover {
    background-color: #d55c34;
  }
}
.body-about-black .pagination a,
.body-about-black .pagination span {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.body-about-black .pagination a.current,
.body-about-black .pagination span.current {
  background-color: #fff;
  color: #000;
}

.project-list {
  margin-bottom: 0;
}
.project-list li {
  margin-bottom: 40px;
}
.project-list .project-list-image {
  height: 250px;
  position: relative;
}
.project-list .project-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.project-list .project-list-content {
  padding: 30px 15px;
}
.project-list .project-list-content h2 {
  color: #864593;
  font-size: 2rem;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.body-about-black .project-list .project-list-content h2 {
  color: #fff;
}
.project-list .project-list-content p {
  color: #b2b2b2;
  font-size: 0.9rem;
  line-height: 1.335rem;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.project-list .project-list-content a {
  color: #fd744c;
  font-size: 1rem;
  line-height: 1.271875rem;
  letter-spacing: -0.03em;
}
.body-about-black .project-list .project-list-content a {
  color: #fff;
}
@media (min-width: 992px) {
  .project-list {
    margin-bottom: 100px;
  }
  .project-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .project-list li:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .project-list .project-list-image {
    height: 275px;
  }
  .project-list .project-list-content {
    padding: 15px 30px;
  }
  .project-list .project-list-content h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .project-list .project-list-content p {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  .project-list .project-list-content a {
    font-size: 1rem;
    position: relative;
  }
  .project-list .project-list-content a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  }
  .project-list .project-list-content a:hover:after {
    transform: scaleX(1);
  }
  .project-list .project-list-image,
.project-list .project-list-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .project-list .project-list-image {
    height: 300px;
  }
  .project-list .project-list-content {
    padding: 30px;
  }
  .project-list .project-list-content h2 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .project-list .project-list-image {
    height: 400px;
  }
  .project-list .project-list-content {
    padding: 50px;
  }
  .project-list .project-list-content h2 {
    font-size: 2.75rem;
    margin-bottom: 28px;
  }
  .project-list .project-list-content p {
    font-size: 1rem;
    margin-bottom: 26px;
  }
  .project-list .project-list-content a {
    font-size: 1.15rem;
  }
}

.accordion {
  padding: 0 15px;
}
.accordion:last-child {
  margin-bottom: 120px;
}
.accordion .accordion__title {
  font-size: 1.35rem;
  padding: 15px 60px 15px 15px;
  font-family: "brownbold";
  border-bottom: 3px solid #fd744c;
  display: block;
  color: #511f5d;
  position: relative;
}
.accordion .accordion__title span {
  width: 30px;
  height: 30px;
  line-height: 24px;
  border: 3px solid #d9d9d9;
  font-size: 1rem;
  border-radius: 50%;
  color: #511f5d;
  display: inline-block;
  text-align: center;
  transform-origin: center center;
  position: relative;
  transition: all 0.3s ease;
  position: absolute;
  top: 54%;
  right: 15px;
  transform: translate(0, -50%) rotate(-90deg);
  transition: transform 0.3s ease;
}
.body-about-purple .accordion .accordion__title {
  color: #864593;
}
.body-about-purple .accordion .accordion__title span {
  color: #864593;
}
.accordion .accordion__title.active span {
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (min-width: 992px) {
  .accordion .accordion__title span:hover {
    border-color: #511f5d;
  }
}
.accordion .accordion__content {
  display: none;
  background-color: #f5f5f5;
  padding: 20px;
  color: #511f5d;
  font-size: 0.85rem;
}
.body-about-purple .accordion .accordion__content {
  color: #864593;
}
.accordion .accordion__content a {
  color: #511f5d;
}
.accordion .accordion__content ul {
  margin-bottom: 1rem;
}
.accordion .accordion__content ul li {
  padding-left: 20px;
  position: relative;
}
.accordion .accordion__content ul li:after {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
}
@media (min-width: 992px) {
  .accordion .accordion__title {
    font-size: 2.25rem;
    padding: 25px 90px 25px 25px;
  }
  .accordion .accordion__title span {
    width: 38px;
    height: 38px;
    line-height: 30px;
    border: 4px solid #d9d9d9;
    font-size: 1.3rem;
  }
  .accordion .accordion__content {
    padding: 30px;
    font-size: 1rem;
  }
}

.archive-text {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.archive-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 3px;
  background-color: #433035;
}
.archive-text img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.archive-text p,
.archive-text ul li {
  color: #b2b2b2;
  font-size: 1rem;
  line-height: 1.335rem;
  letter-spacing: -0.03em;
}
.archive-text p span.purple,
.archive-text ul li span.purple {
  color: #433035;
}
.archive-text p a,
.archive-text ul li a {
  color: #d55c34;
  position: relative;
  display: inline-block;
}
.archive-text p a:after,
.archive-text ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #433035;
  transition: all 0.3s;
  transform-origin: center left;
  transform: scaleX(0);
}
.archive-text p a:hover:after,
.archive-text ul li a:hover:after {
  transform: scaleX(1);
}
.archive-text p,
.archive-text ul {
  margin-bottom: 26px;
}
.archive-text ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}
.archive-text h2 {
  color: #433035;
  margin-bottom: 40px;
}
.archive-text h4 {
  color: #433035;
  margin-bottom: 20px;
}
.archive-text .archive-text-section {
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
}
.archive-text .archive-text-section:first-child {
  padding-top: 0;
}
.archive-text .archive-text-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .archive-text {
    padding-right: 32.2033898305%;
    border-top: 5px solid #433035;
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 80px;
    padding-left: 0;
  }
  .archive-text:after {
    display: none;
  }
}

.gallery {
  padding: 0 7.2794117647%;
  margin-bottom: 126px;
  position: relative;
  z-index: 2;
}
.gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery ul li {
  margin-bottom: 15px;
  width: calc(50% - 8px);
}
.gallery ul li a {
  display: block;
  height: 160px;
  position: relative;
  transition: all 0.3s;
}
.gallery ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .gallery ul li:nth-child(2n+2) {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .gallery ul li a {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .gallery ul li:nth-child(9n+1), .gallery ul li:nth-child(9n+2), .gallery ul li:nth-child(9n+3) {
    width: calc(33.3333% - 15px);
  }
  .gallery ul li:nth-child(9n+4), .gallery ul li:nth-child(9n+5) {
    width: calc(27.5% - 15px);
  }
  .gallery ul li:nth-child(9n+6) {
    width: calc(45% - 15px);
  }
  .gallery ul li:nth-child(9n+7), .gallery ul li:nth-child(9n+9) {
    width: calc(40% - 15px);
  }
  .gallery ul li:nth-child(9n+8) {
    width: calc(20% - 15px);
  }
  .gallery ul li:nth-child(9n+2), .gallery ul li:nth-child(9n+3), .gallery ul li:nth-child(9n+5), .gallery ul li:nth-child(9n+6), .gallery ul li:nth-child(9n+8), .gallery ul li:nth-child(9n+9) {
    margin-left: 15px;
  }
  .gallery ul li a {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .gallery ul li a {
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery ul li a {
    filter: grayscale(100%);
  }
  .gallery ul li a:hover {
    filter: grayscale(0%);
  }
}

.gallery-text {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.gallery-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 9.4503375121%;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .gallery-text {
    margin-bottom: 120px;
  }
}

.bioskop-list {
  display: flex;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .bioskop-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.bioskop-list li {
  margin-bottom: 30px;
}
.bioskop-list li a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  height: 100%;
}
.bioskop-list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fc5c59;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left center;
}
.body-about-black .bioskop-list li a:after {
  background-color: #fff;
}
.bioskop-list .bioskop-list-img {
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #511f5d;
}
.bioskop-list .bioskop-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bioskop-list .bioskop-list-text h4 {
  color: #fd744c;
  font-size: 1.584375rem;
  line-height: 2rem;
  letter-spacing: -0.03em;
  transition: all 0.3s ease;
}
.bioskop-list .bioskop-list-text p {
  color: #d48de2;
}
@media (min-width: 768px) {
  .bioskop-list .bioskop-list-img {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .bioskop-list .bioskop-list-img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .bioskop-list .bioskop-list-img {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .bioskop-list a:hover:after {
    transform: scaleX(1);
  }
  .bioskop-list a:hover .bioskop-list-img {
    opacity: 0.75;
  }
  .bioskop-list a:hover .bioskop-list-text h4 {
    color: #fd744c;
  }
  .body-about-black .bioskop-list a:hover .bioskop-list-text h4 {
    color: #fff;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel, .owl-carousel-news, .owl-carousel-program, .owl-carousel-jury, .owl-carousel-team {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage, .owl-carousel-news .owl-stage, .owl-carousel-program .owl-stage, .owl-carousel-jury .owl-stage, .owl-carousel-team .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after, .owl-carousel-news .owl-stage:after, .owl-carousel-program .owl-stage:after, .owl-carousel-jury .owl-stage:after, .owl-carousel-team .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer, .owl-carousel-news .owl-stage-outer, .owl-carousel-program .owl-stage-outer, .owl-carousel-jury .owl-stage-outer, .owl-carousel-team .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel-news .owl-wrapper, .owl-carousel-program .owl-wrapper, .owl-carousel-jury .owl-wrapper,
.owl-carousel .owl-item, .owl-carousel-news .owl-item, .owl-carousel-program .owl-item, .owl-carousel-jury .owl-item, .owl-carousel-team .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel-news .owl-item, .owl-carousel-program .owl-item, .owl-carousel-jury .owl-item, .owl-carousel-team .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img, .owl-carousel-news .owl-item img, .owl-carousel-program .owl-item img, .owl-carousel-jury .owl-item img, .owl-carousel-team .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel-news .owl-nav.disabled, .owl-carousel-program .owl-nav.disabled, .owl-carousel-jury .owl-nav.disabled, .owl-carousel-team .owl-nav.disabled .owl-carousel .owl-dots.disabled,
.owl-carousel-news .owl-dots.disabled, .owl-carousel-program .owl-dots.disabled, .owl-carousel-jury .owl-dots.disabled, .owl-carousel-team .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel-news .owl-nav .owl-prev, .owl-carousel-program .owl-nav .owl-prev, .owl-carousel-jury .owl-nav .owl-prev, .owl-carousel-team .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .owl-carousel-news .owl-nav .owl-next, .owl-carousel-program .owl-nav .owl-next, .owl-carousel-jury .owl-nav .owl-next, .owl-carousel-team .owl-nav .owl-next,
.owl-carousel .owl-dot, .owl-carousel-news .owl-dot, .owl-carousel-program .owl-dot, .owl-carousel-jury .owl-dot, .owl-carousel-team .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel-news .owl-nav button.owl-prev, .owl-carousel-program .owl-nav button.owl-prev, .owl-carousel-jury .owl-nav button.owl-prev, .owl-carousel-team .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next, .owl-carousel-news .owl-nav button.owl-next, .owl-carousel-program .owl-nav button.owl-next, .owl-carousel-jury .owl-nav button.owl-next, .owl-carousel-team .owl-nav button.owl-next,
.owl-carousel button.owl-dot, .owl-carousel-news button.owl-dot, .owl-carousel-program button.owl-dot, .owl-carousel-jury button.owl-dot, .owl-carousel-team button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded, .owl-carousel-news.owl-loaded, .owl-carousel-program.owl-loaded, .owl-carousel-jury.owl-loaded, .owl-carousel-team.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading, .owl-carousel-news.owl-loading, .owl-carousel-program.owl-loading, .owl-carousel-jury.owl-loading, .owl-carousel-team.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden, .owl-carousel-news.owl-hidden, .owl-carousel-program.owl-hidden, .owl-carousel-jury.owl-hidden, .owl-carousel-team.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item, .owl-carousel-news.owl-refresh .owl-item, .owl-carousel-program.owl-refresh .owl-item, .owl-carousel-jury.owl-refresh .owl-item, .owl-carousel-team.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item, .owl-carousel-news.owl-drag .owl-item, .owl-carousel-program.owl-drag .owl-item, .owl-carousel-jury.owl-drag .owl-item, .owl-carousel-team.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab, .owl-carousel-news.owl-grab, .owl-carousel-program.owl-grab, .owl-carousel-jury.owl-grab, .owl-carousel-team.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl, .owl-carousel-news.owl-rtl, .owl-carousel-program.owl-rtl, .owl-carousel-jury.owl-rtl, .owl-carousel-team.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item, .owl-carousel-news.owl-rtl .owl-item, .owl-carousel-program.owl-rtl .owl-item, .owl-carousel-jury.owl-rtl .owl-item, .owl-carousel-team.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel, .no-js .owl-carousel-news, .no-js .owl-carousel-program, .no-js .owl-carousel-jury, .no-js .owl-carousel-team {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated, .owl-carousel-news .animated, .owl-carousel-program .animated, .owl-carousel-jury .animated, .owl-carousel-team .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in, .owl-carousel-news .owl-animated-in, .owl-carousel-program .owl-animated-in, .owl-carousel-jury .owl-animated-in, .owl-carousel-team .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out, .owl-carousel-news .owl-animated-out, .owl-carousel-program .owl-animated-out, .owl-carousel-jury .owl-animated-out, .owl-carousel-team .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut, .owl-carousel-news .fadeOut, .owl-carousel-program .fadeOut, .owl-carousel-jury .fadeOut, .owl-carousel-team .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item, .owl-carousel-news .owl-item, .owl-carousel-program .owl-item, .owl-carousel-jury .owl-item, .owl-carousel-team .owl-item {
  /**
  					This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  					calculation of the height of the owl-item that breaks page layouts
  			 */
}

.owl-carousel .owl-item .owl-lazy, .owl-carousel-news .owl-item .owl-lazy, .owl-carousel-program .owl-item .owl-lazy, .owl-carousel-jury .owl-item .owl-lazy, .owl-carousel-team .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel-news .owl-item .owl-lazy[src^=""], .owl-carousel-program .owl-item .owl-lazy[src^=""], .owl-carousel-jury .owl-item .owl-lazy[src^=""], .owl-carousel-team .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel-news .owl-item .owl-lazy:not([src]), .owl-carousel-program .owl-item .owl-lazy:not([src]), .owl-carousel-jury .owl-item .owl-lazy:not([src]), .owl-carousel-team .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy, .owl-carousel-news .owl-item img.owl-lazy, .owl-carousel-program .owl-item img.owl-lazy, .owl-carousel-jury .owl-item img.owl-lazy, .owl-carousel-team .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper, .owl-carousel-news .owl-video-wrapper, .owl-carousel-program .owl-video-wrapper, .owl-carousel-jury .owl-video-wrapper, .owl-carousel-team .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon, .owl-carousel-news .owl-video-play-icon, .owl-carousel-program .owl-video-play-icon, .owl-carousel-jury .owl-video-play-icon, .owl-carousel-team .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover, .owl-carousel-news .owl-video-play-icon:hover, .owl-carousel-program .owl-video-play-icon:hover, .owl-carousel-jury .owl-video-play-icon:hover, .owl-carousel-team .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel-news .owl-video-playing .owl-video-tn, .owl-carousel-program .owl-video-playing .owl-video-tn, .owl-carousel-jury .owl-video-playing .owl-video-tn, .owl-carousel-team .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel-news .owl-video-playing .owl-video-play-icon, .owl-carousel-program .owl-video-playing .owl-video-play-icon, .owl-carousel-jury .owl-video-playing .owl-video-play-icon, .owl-carousel-team .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn, .owl-carousel-news .owl-video-tn, .owl-carousel-program .owl-video-tn, .owl-carousel-jury .owl-video-tn, .owl-carousel-team .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame, .owl-carousel-news .owl-video-frame, .owl-carousel-program .owl-video-frame, .owl-carousel-jury .owl-video-frame, .owl-carousel-team .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* owlcarousel style for news section*/
.latest-news-section .owl-stage {
  display: flex !important;
}
.latest-news-section .owl-prev {
  display: block;
  margin-bottom: 10px;
}
.latest-news-section .owl-prev span {
  font-size: 30px;
  border: 3px solid #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  color: #813d8e;
}
.latest-news-section .owl-prev span:hover {
  border: 3px solid #813d8e;
}
.latest-news-section .owl-next {
  display: block;
}
.latest-news-section .owl-next span {
  font-size: 30px;
  border: 3px solid #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  color: #813d8e;
}
.latest-news-section .owl-next span:hover {
  border: 3px solid #813d8e;
}
.latest-news-section .owl-nav {
  position: absolute;
  top: 0;
  left: -7%;
}

/* owlcarousel style for program section*/
/* owlcarousel style for jury section*/
.jury-section .owl-item {
  margin: 0 !important;
  padding-right: 35px;
  padding-left: 35px;
  border-right: 2px solid #cdcdcd;
}
.jury-section .owl-item[style] {
  width: 320px !important;
}
.jury-section .owl-stage {
  display: flex !important;
}
.jury-section .owl-prev {
  display: block;
  margin-bottom: 10px;
}
.jury-section .owl-prev span {
  font-size: 30px;
  border: 3px solid #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  color: #813d8e;
}
.jury-section .owl-prev span:hover {
  border: 3px solid #813d8e;
}
.jury-section .owl-next {
  display: block;
}
.jury-section .owl-next span {
  font-size: 30px;
  border: 3px solid #d9d9d9;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  color: #813d8e;
}
.jury-section .owl-next span:hover {
  border: 3px solid #813d8e;
}
.jury-section .owl-nav {
  position: absolute;
  top: 0;
  left: -7%;
}

/* owlcarousel style for team section*/
.owl-nav {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.owl-nav button {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 4px solid #511f5d !important;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  outline: 0;
  margin: 0 5px;
  transition: opacity 0.3s;
}
.owl-nav button span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  color: #511f5d;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .owl-nav {
    position: absolute;
    top: 63px;
    left: -80px;
    margin-top: 0;
    width: auto;
  }
  .owl-nav button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    border: 4px solid #fff !important;
  }
  .owl-nav button span {
    color: #fff;
  }
  .owl-nav .owl-prev {
    margin-bottom: 11px;
  }
  .news--slider .owl-nav {
    top: 0;
  }
  .news--slider .owl-nav button {
    border-color: #d9d9d9 !important;
  }
  .news--slider .owl-nav button span {
    color: #433035;
  }
  .body-about-purple .news--slider .owl-nav button span {
    color: #fd744c;
  }
  .body-about-black .news--slider .owl-nav button span {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .owl-nav {
    left: -100px;
  }
  .owl-nav button:hover {
    border-color: #433035 !important;
  }
  .programs--slider .owl-nav button {
    opacity: 0.52;
  }
  .programs--slider .owl-nav button:hover {
    border-color: #fff !important;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .owl-nav {
    left: -133px;
  }
}

.owl-pager {
  position: relative;
  transform-origin: left center;
  font-size: 1.82125rem;
  letter-spacing: -0.03em;
  font-family: "brownbold";
  color: #d8d8d8;
  margin-top: 30px;
}
.owl-pager span.active {
  color: #433035;
}
.body-about-purple .owl-pager span.active {
  color: #fd744c;
}
.body-about-black .owl-pager span.active {
  color: #fff;
}
@media (max-width: 767px) {
  .owl-pager {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .owl-pager {
    position: absolute;
    bottom: 0;
    left: -60px;
    transform: rotate(-90deg);
    margin-top: 0;
  }
  .news--slider .owl-pager {
    top: 300px;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .owl-pager {
    left: -80px;
  }
}
@media (min-width: 1200px) {
  .owl-pager {
    left: -114px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.975;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .fancybox-infobar {
    bottom: 10%;
    right: 5%;
    font-size: 1.6rem;
  }
}

.fancybox-toolbar {
  top: 30px;
  right: 30px;
}
@media (min-width: 992px) {
  .fancybox-toolbar {
    right: 5%;
    top: 10%;
  }
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (min-width: 992px) {
  .fancybox-navigation {
    bottom: 10%;
    left: 5%;
    display: flex;
    flex-direction: column;
  }
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  opacity: 0;
  position: relative;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 1.2rem;
  position: relative;
  transition: all 0.3s;
  margin-left: 10px;
}
.fancybox-navigation .fancybox-button:first-child {
  margin-left: 0;
}
.fancybox-navigation .fancybox-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .fancybox-navigation .fancybox-button {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
    margin-bottom: 11px;
    margin-left: 0;
  }
  .fancybox-navigation .fancybox-button:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .fancybox-navigation .fancybox-button:hover {
    color: #fff;
    border-color: #fff;
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 5%;
  left: env(safe-area-inset-left);
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 5%;
  right: env(safe-area-inset-right);
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-button--close {
  width: 36px;
  height: 36px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  top: -1px;
}
@media (max-width: 991px) {
  .fancybox-button--close span {
    position: relative;
    left: -2px;
  }
}
@media (min-width: 992px) {
  .fancybox-button--close {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .fancybox-button--close:hover {
    color: #fff;
    border-color: #fff;
  }
}

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