/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.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.scss (1) ***!
  \*********************************************************************************************************************************************/
@charset "UTF-8";
: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;
}

*, *::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);
  }
}
/* The side navigation menu */
.sidenav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: var(--background-exhibition);
  overflow-x: hidden;
  transition: 0.5s;
  max-height: 100%;
  /* custom scrollbar */
  /* The navigation menu links */
}
.sidenav ::-webkit-scrollbar {
  width: 20px;
}
.sidenav ::-webkit-scrollbar-track {
  background-color: transparent;
}
.sidenav ::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.sidenav ::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
.sidenav .sidenav-area {
  position: relative;
  max-height: 100%;
  height: 100%;
}
.sidenav .sidenav-area-block {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  margin-top: 100px;
}
.sidenav .navigation {
  list-style: none;
  padding: 0.5rem 0 2rem 0;
}
.sidenav .navigation li {
  margin: 0 20px;
}
.sidenav .navigation li.navigation-item {
  border-bottom: 1px solid #fff;
}
.sidenav .navigation li.navigation-item.group {
  margin-top: 1rem;
  border-bottom: 1px solid #96c8ec;
  border-top: 1px solid #96c8ec;
  background: #020f25;
}
.sidenav .navigation li.navigation-item.admin {
  margin-top: 1rem;
  border-bottom: 1px solid #12342a;
  border-top: 1px solid #106b11;
  background: #022502;
}
.sidenav .navigation li.navigation-item.admin .navigation-link {
  background-image: unset;
}
.sidenav .navigation .navigation-button {
  background-color: #f50;
  border: unset;
  border-radius: 30px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  padding: 9.5px 30px;
  text-decoration: none;
  text-transform: none;
}
.sidenav a.navigation-link {
  padding: 10px 64px 10px 0;
  margin: 0 24px;
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  display: block;
  background-image: url("../img/arrow-right_orange.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  transition: 100ms all ease-in-out;
}
.sidenav a.navigation-link:hover {
  background-position-x: 100%;
  text-decoration: underline;
}
.sidenav .user-data {
  padding: 2rem 0.5rem 1rem 0.5rem;
  color: white;
  font-size: 0.85rem;
}
.sidenav .user-data a {
  color: white;
}

.disable-scroll {
  height: 100%;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .sidenav {
    width: 30%;
    min-width: 360px;
  }
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
#menu-toggler {
  z-index: 200;
  color: black;
  display: flex;
  align-items: center;
}
#menu-toggler.open {
  color: white;
}
#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: black;
  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;
  background: rgba(255, 255, 255, 0.2);
}
.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;
}

nav .container {
  max-width: unset !important;
  padding: 0 2rem;
}

.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-page-content ul {
  -webkit-padding-start: 0;
  list-style-type: "—";
  margin: 1rem 0 0 0;
  padding: 0;
  padding-inline-start: 0;
}
.rwa-page-content ul li {
  margin-left: 25px;
  margin-right: 5px;
  padding-left: 10px;
  margin-top: 0.5rem;
}
.rwa-page-content ul li::marker {
  color: var(--orange-rwa-color);
  padding-right: 10px;
}

.blob--our-exhibition {
  background-image: url(../img/kub-cube-desktop.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 45%;
  height: 16rem;
  display: flex;
  align-items: center;
}
.blob--our-exhibition .btn-exhibition {
  padding: 12px 64px 12px 20px;
  margin: 0 24px;
  display: inline-block;
  border-radius: 65px;
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  background-image: url(../img/arrow-right_white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #000;
  transition: 100ms all ease-in-out;
}
.blob--our-exhibition .btn-exhibition:hover {
  text-decoration: underline;
}
.blob--sign-in {
  height: 8rem;
  display: flex;
  align-items: center;
}
.blob--sign-in .btn-signin, .blob--sign-in .btn-signout {
  padding: 12px 64px 12px 20px;
  margin: 0 24px;
  display: inline-block;
  border-radius: 65px;
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  background-image: url(../img/arrow-right_white.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #000;
  transition: 100ms all ease-in-out;
}
.blob--sign-in .btn-signin:hover, .blob--sign-in .btn-signout:hover {
  text-decoration: underline;
}

.rwa-exercise--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rwa-exercise--list p, .rwa-exercise--list h1, .rwa-exercise--list h2, .rwa-exercise--list h3, .rwa-exercise--list h4, .rwa-exercise--list h5 {
  margin: 0;
}
.rwa-exercise--list li {
  display: flex;
  align-items: center;
  padding: 1.6rem 5rem 2rem 0;
  margin: 0;
  border-bottom: 1px solid #000;
  background-image: url(../img/arrow-right_orange.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.rwa-exercise--list__number {
  font-size: 3.5rem;
  line-height: unset;
  background-color: unset;
  font-family: var(--headline-font);
  flex: 0 0 auto;
  padding: 0 1.5rem 0 0.5rem;
  color: var(--orange-rwa-color);
}
.rwa-exercise--list section {
  flex: 1 1 auto;
}
.rwa-exercise--list__headline, .rwa-exercise--list sup {
  font-size: 1.6rem;
  font-family: var(--headline-font);
  line-height: unset;
  text-transform: uppercase;
}
.rwa-exercise--list sup {
  color: var(--orange-rwa-color);
  font-size: 1.3rem;
}
.rwa-exercise--list p {
  font-size: 0.85rem;
}

.rwa-exercise__column {
  border-right: 1px solid #000;
}
.rwa-exercise__column--instruction img {
  margin: 0 auto;
  max-width: 100%;
}
.rwa-exercise__column--utilities {
  padding: 0.5rem 0 2rem 0;
}
.rwa-exercise__column--utilities .btn-return-to-exercises {
  padding: 0 20px 0 34px;
  margin: 0 24px;
  display: inline-block;
  font-size: 1rem;
  background-image: url(../img/arrow-left_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.rwa-exercise__teacher--instruction {
  background-color: rgba(255, 85, 0, 0.341);
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 20px;
}

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

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

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