/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main-exhibition.scss ***!
  \****************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Anton&family=Lato:wght@300;400;700&display=swap);
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main-exhibition.scss (1) ***!
  \********************************************************************************************************************************************************/
:root {
  --humbly-forms-color-gray1: #000;
  --humbly-forms-color-gray2: #979797;
  --humbly-forms-color-gray3: #f50;
  --humbly-forms-color-active: #f50;
  --humbly-forms-color-error: #dc0000;
  --humbly-forms-color-white: #fff;
  --humbly-forms-color-black: #000;
  --humbly-forms-space-sm: 0.25rem;
  --humbly-forms-space-md: 0.5rem;
  --humbly-forms-space-lg: 1rem;
  --humbly-forms-space-xl: 1.5rem;
  --humbly-forms-font-size-smaller: 0.8rem;
  --background-exhibition: #010b1d;
  --orange-rwa-color: #f50;
  --menu-rwa-color: #010b1d;
  --headline-font: "Anton", sans-serif;
  --footer-border-color: #f50;
  --link-color: #000;
  --link-color--hover: #f50;
  --header-box-shadow: #e9e9e9;
}

/** OVERRIDE */
:root {
  --footer-border-color: white;
  --link-color: white;
  --header-box-shadow: #021333;
}

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

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
}

input,
textarea,
button,
select,
link,
a {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: inherit;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  line-height: 1.5rem;
}

p {
  line-height: 1.5rem;
}

a {
  color: var(--link-color);
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: underline;
  word-break: break-word;
}
a:hover {
  color: var(--link-color--hover);
}

button {
  color: var(--link-color);
}

h1, h2, h3, h4 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}

h5, h6 {
  font-family: "Anton", sans-serif;
}

.page {
  margin-bottom: 30px;
  margin-top: 30px;
}

main {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-block {
  border-top: 1px solid var(--footer-border-color);
  text-align: center;
}
.footer-block .rwa-footer-supporter {
  margin: 20px 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer-block .rwa-footer-supporter .partner-logo img {
  max-height: 68px;
  max-width: 190px;
  width: 100%;
}

@media (min-width: 768px) {
  .page {
    margin-bottom: 11vh;
    margin-top: 11vh;
  }
}
@media (max-width: 767.98px) {
  header {
    box-shadow: 0 0 21px 10px var(--header-box-shadow);
  }
}
.navbar-nav {
  flex-wrap: wrap;
}
.navbar-nav .nav-link {
  color: white;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus {
  color: var(--link-color--hover);
  text-decoration: underline;
}
.navbar-nav .nav-link--aaa {
  color: #00b7ff;
}
.navbar-nav .nav-link--language {
  text-decoration: none;
}
.navbar-nav .nav-link--language:hover {
  text-decoration: none;
}
.navbar-nav .nav-link--language img {
  max-width: 20px;
}
.navbar-nav .nav-link--language a {
  text-decoration: none;
}
.navbar-nav .nav-link--language a:hover {
  text-decoration: none;
}
.navbar-nav .nav-link--language .current-language, .navbar-nav .nav-link--language .language-link {
  display: inline-flex;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4117647059);
}
.navbar-nav .nav-link--language .language-link {
  opacity: 0.5;
}
.navbar-nav .nav-link--language .language-link:hover {
  opacity: 1;
}

@media (max-width: 576px) {
  .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
.navbar-toggler {
  z-index: 200;
  color: white;
  display: flex;
  align-items: center;
  border: 0 !important;
  outline: none !important;
  box-shadow: unset !important;
}
.navbar-toggler #menu-toggler-text {
  padding-right: 1rem;
}

.menu-icon-1, .menu-icon-2, .menu-icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: white;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.menu-icon-1 {
  transform: translateY(-6px);
  animation-delay: 100ms;
}

.menu-icon-3 {
  transform: translateY(6px);
  animation-delay: 250ms;
}

.menu-button-icon {
  height: 40px;
  width: 40px;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.menu-button-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.menu-icon-1.menu-icon-a {
  transform: rotate(40deg);
  background: white;
}

.menu-icon-3.menu-icon-b {
  transform: rotate(-40deg);
  background: white;
}

.menu-icon-2.menu-icon-c {
  opacity: 0;
  background: white;
}

.clear {
  clear: both;
}

.rwa-page-content h1, .rwa-page-content h2, .rwa-page-content h3, .rwa-page-content h4, .rwa-page-content h5 {
  margin: 2rem 0 0 0;
}
.rwa-page-content p {
  margin: 1rem 0 0 0;
}

.rwa-footer-social {
  margin-top: 2rem;
  white-space: nowrap;
  row-gap: 0.5rem;
  justify-content: center;
}
.rwa-footer-social .col {
  flex: 0 0 6rem;
  padding: 0;
  width: unset;
}
.rwa-footer-social a .rwa-social-icon {
  color: white;
}
.rwa-footer-social a .rwa-social-icon .icon {
  height: 40px;
}
.rwa-footer-social a .rwa-social-headline {
  padding: 10px 2px;
  display: block;
}
.rwa-footer-social a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.rwa-footer-social a:hover .rwa-social-icon .icon {
  color: white;
  transform: scale(1.1);
}
@media (max-width: 450px) {
  .rwa-footer-social .col {
    flex: 0 0 5rem;
    padding: 0;
    width: unset;
  }
  .rwa-footer-social .col .icon {
    height: 36px;
  }
  .rwa-footer-social .col .rwa-social-headline {
    font-size: 0.9rem;
  }
}

.exhibition-slider {
  margin: 2rem 0 0 0;
}
.exhibition-slider .prev, .exhibition-slider .next {
  display: block;
  height: 42px;
  width: 70px;
  text-indent: -8999px;
  z-index: 2;
  position: absolute;
  top: 40%;
}
.exhibition-slider .prev {
  background-image: url(../img/btn-left_white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  left: 0;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 0 10px -2px black;
}
.exhibition-slider .next {
  background-image: url(../img/btn-right_white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  right: 0;
  border-radius: 22px 0 0 22px;
  box-shadow: 0 0 10px -2px black;
}
.exhibition-slider .autoplay {
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.supporter-list {
  list-style: none;
  padding: 0;
  margin: 3rem auto 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}
.supporter-list li {
  padding: 2rem 0;
}
.supporter-list a, .supporter-list .partner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.supporter-list h5 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: unset;
}
.supporter-list .partner-logo {
  padding-bottom: 1rem;
}
.supporter-list .partner-logo img {
  height: 80px;
}

.rwa-participants-section {
  margin: 3rem auto 3rem auto;
}
.rwa-participants-section h2, .rwa-participants-section h3, .rwa-participants-section h4 {
  text-align: center;
  margin-top: 0.5rem;
}
.rwa-participants-section .participant-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.rwa-participants-section .participant-list li {
  padding: 2rem 0.25rem;
  border-radius: 0.25rem;
}
.rwa-participants-section .participant-list a, .rwa-participants-section .participant-list .team {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex: 1 1 auto;
}
.rwa-participants-section .participant-list .team-link {
  padding: 10px 0 32px 0;
  margin: 0 0 16px 0;
  font-size: 1rem;
  color: var(--orange-rwa-color);
  display: block;
  background-image: url(../img/arrow-right_orange.svg);
  background-repeat: no-repeat;
  background-position: 0.5rem bottom;
  transition: 100ms all ease-in-out;
}
.rwa-participants-section .participant-list .team-link:hover {
  background-position: 0.75rem bottom;
}
.rwa-participants-section .participant-list h5 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: unset;
  font-size: 1.5rem;
}

.rwa-quote-box {
  background-image: url(../img/square_orange.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px 220px;
  height: auto;
  margin: 0 auto;
  max-width: 935px;
  min-height: 360px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rwa-quote-box blockquote p {
  font-family: var(--headline-font);
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.5rem;
}
.rwa-quote-box figcaption {
  font-style: italic;
}

.sun-editor {
  width: unset !important;
}
.sun-editor .se-wrapper-inner {
  height: 100% !important;
}

.fm-textarea-lg {
  min-height: 10rem !important;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.tns-ovh .team a {
  height: 400px !important;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.tns-ovh .team a .team-block__info {
  flex: 0 0 300px;
  width: 300px;
  height: 300px;
  background: white;
  color: black;
  padding: 2rem;
  background-image: url(../img/arrow-right-s_orange.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  transition: 100ms all ease-in-out;
}
.tns-ovh .team a .team-block__info mark {
  background-color: unset;
  text-decoration: none;
  color: var(--orange-rwa-color);
  font-family: var(--headline-font);
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 3rem;
}
.tns-ovh .team a .team-block__info h3 {
  color: black;
  margin-bottom: 0.25rem;
}
.tns-ovh .team a .team-block__image {
  flex: 1 1 auto;
  background-image: url(../img/kub-cube-desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 260px;
  margin-right: 1rem;
  min-width: 12rem;
}

body {
  background: #010b1d;
  color: #fff;
}

/*# sourceMappingURL=../site-exhibition.js.map*/