:root {
  --indicator-pos-x: 0;
  --indicator-pos-y: 0;
}

/* Font Weight */
/* Color Scheme */
/* GREEN */
/* Btns */
/* Alerts */
/* Dimensions */
/* Devices Width */
/* Container Width */
/* Speeds */
/* Paddings */
* {
  outline: 0 none;
  -moz-outline: 0 none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  font-family: var(--font);
}
*:focus {
  outline: 0 none;
  -moz-outline: 0 none;
}
*:before, *:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-kerning: none;
  letter-spacing: 0;
  font-variant-numeric: lining-nums;
  font-optical-sizing: auto;
}

html {
  transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: right;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #FFFFFF;
}
html.dropin:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
html.locked {
  overflow: hidden;
}

body {
  position: relative;
  float: right;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-height: 100dvh;
  background-color: transparent;
}

.contain {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-content: stretch;
  padding: 0 10vh;
}
@media (min-width: 1500px) {
  .contain {
    padding: 0 80px;
  }
}
@media (max-width: 1900px) {
  .contain {
    padding: 0 60px;
  }
}
@media (max-width: 1250px) {
  .contain {
    padding: 0 40px;
  }
}
@media (max-width: 450px) {
  .contain {
    padding: 0 20px;
  }
}

.container {
  position: relative;
  margin: auto;
  z-index: 10;
  padding: 0 30px;
}
@media (min-width: 500px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1251px) {
  .container {
    max-width: 985px;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1685px;
  }
}

.forth-w {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 25%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .forth-w {
    max-width: 100%;
  }
}

.third-w {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 33.33333333%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .third-w {
    max-width: 100%;
  }
}

.half-w {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .half-w {
    max-width: 100%;
  }
}

.full-w {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .full-w {
    max-width: 100%;
  }
}

.col-1 {
  position: relative;
  float: left;
  width: 4.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-1 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-2 {
  position: relative;
  float: left;
  width: 8.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.col-3 {
  position: relative;
  float: left;
  width: 12.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-4 {
  position: relative;
  display: block;
  float: left;
  width: 16.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-4 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-5 {
  position: relative;
  float: left;
  width: 20.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-5 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-6 {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-7 {
  position: relative;
  float: left;
  width: 29.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-7 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-8 {
  position: relative;
  float: left;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-8 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-9 {
  position: relative;
  float: left;
  width: 37.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-9 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-10 {
  position: relative;
  float: left;
  width: 41.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-10 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-11 {
  position: relative;
  float: left;
  width: 45.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-11 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-12 {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-13 {
  position: relative;
  float: left;
  width: 54.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-13 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-14 {
  position: relative;
  float: left;
  width: 58.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-14 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-15 {
  position: relative;
  float: left;
  width: 62.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-15 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-16 {
  position: relative;
  float: left;
  width: 66.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-16 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-17 {
  position: relative;
  float: left;
  width: 70.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-17 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-18 {
  position: relative;
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-18 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-19 {
  position: relative;
  float: left;
  width: 79.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-19 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-20 {
  position: relative;
  float: left;
  width: 83.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-20 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-21 {
  position: relative;
  float: left;
  width: 87.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-21 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-22 {
  position: relative;
  float: left;
  width: 91.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-22 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-23 {
  position: relative;
  float: left;
  width: 95.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-23 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-24 {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-24 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.remove {
  opacity: 0;
  pointer-events: none;
}

.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-tablet-middle {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop-large {
    display: none !important;
  }
}

.visible {
  display: block !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-tablet-middle {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-tablet-middle {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  .visible-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 900px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-desktop {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 900px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-desktop-large {
    display: block !important;
  }
}

.unvisible {
  visibility: hidden !important;
}

.align__left {
  text-align: left !important;
}
.align__center {
  text-align: center !important;
}
.align__right {
  text-align: right !important;
}

.shadows {
  -moz-box-shadow: 0px 0px 20px #ddd;
  -webkit-box-shadow: 0px 0px 20px #ddd;
  box-shadow: 0px 0px 20px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=90, Color='#dddddd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=90, Color='#dddddd');
}

.right {
  float: right;
}

section.cookies {
  position: fixed;
  right: 50%;
  bottom: 50%;
  z-index: 10000;
  background-color: #FFFFFF;
  width: 100%;
  padding: 30px 30px 0 30px !important;
  color: #313131;
  pointer-events: all;
  max-width: 800px;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  transform: translate(50%, 50%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
section.cookies.alert {
  max-width: 400px;
  bottom: 50%;
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  section.cookies {
    padding: 20px;
    width: 100%;
  }
}
section.cookies p:not(.title) {
  position: relative;
  font-weight: 400;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
  margin: auto 0 auto auto;
  width: 100%;
}
section.cookies p:not(.title) a,
section.cookies p:not(.title) a:focus,
section.cookies p:not(.title) a:active,
section.cookies p:not(.title) a:visited,
section.cookies p:not(.title) strong {
  font-weight: 600;
  color: inherit;
}
section.cookies p:not(.title) a,
section.cookies p:not(.title) a:focus,
section.cookies p:not(.title) a:active,
section.cookies p:not(.title) a:visited {
  position: relative;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  font-weight: 600;
  display: inline;
  border: none;
  font-size: 14px;
  line-height: 20px;
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
section.cookies p:not(.title) a:hover,
section.cookies p:not(.title) a:focus:hover,
section.cookies p:not(.title) a:active:hover,
section.cookies p:not(.title) a:visited:hover {
  opacity: 0.5;
  border: none;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  section.cookies p:not(.title) {
    font-size: 14px;
    line-height: 20px;
  }
}
section.cookies p.title,
section.cookies h4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  margin: auto 0;
  color: inherit;
  font-weight: 600;
}
section.cookies p.title svg,
section.cookies h4 svg {
  width: 24px;
  height: 24px;
  fill: #313131;
  margin: 0 10px auto 0;
  padding: 2px 0;
}
section.cookies h5 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 15px 0;
  color: inherit;
  font-weight: 600;
}
section.cookies button,
section.cookies button:focus,
section.cookies button:active,
section.cookies button:visited,
section.cookies a,
section.cookies a:focus,
section.cookies a:active,
section.cookies a:visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  padding: 0 15px 0 15px;
  margin: 0;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  text-align: right;
  top: 0;
  right: 0;
  color: #FFFFFF;
  pointer-events: all;
  background-color: #FFFFFF;
}
section.cookies button svg,
section.cookies button:focus svg,
section.cookies button:active svg,
section.cookies button:visited svg,
section.cookies a svg,
section.cookies a:focus svg,
section.cookies a:active svg,
section.cookies a:visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 20px;
  height: 30px;
  fill: #FFFFFF;
  margin: auto 0;
  padding: 2px 0;
}
section.cookies button span,
section.cookies button:focus span,
section.cookies button:active span,
section.cookies button:visited span,
section.cookies a span,
section.cookies a:focus span,
section.cookies a:active span,
section.cookies a:visited span {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  color: inherit;
  margin: auto 10px;
  font-weight: 600;
  font-size: 12px;
}
@media (hover: hover) {
  section.cookies button:hover,
  section.cookies button:focus:hover,
  section.cookies button:active:hover,
  section.cookies button:visited:hover,
  section.cookies a:hover,
  section.cookies a:focus:hover,
  section.cookies a:active:hover,
  section.cookies a:visited:hover {
    background-color: rgba(49, 49, 49, 0.1) !important;
  }
  section.cookies button:hover.acceptall, section.cookies button:hover.save,
  section.cookies button:focus:hover.acceptall,
  section.cookies button:focus:hover.save,
  section.cookies button:active:hover.acceptall,
  section.cookies button:active:hover.save,
  section.cookies button:visited:hover.acceptall,
  section.cookies button:visited:hover.save,
  section.cookies a:hover.acceptall,
  section.cookies a:hover.save,
  section.cookies a:focus:hover.acceptall,
  section.cookies a:focus:hover.save,
  section.cookies a:active:hover.acceptall,
  section.cookies a:active:hover.save,
  section.cookies a:visited:hover.acceptall,
  section.cookies a:visited:hover.save {
    background-color: rgba(49, 49, 49, 0.1) !important;
  }
}
section.cookies header {
  position: relative;
  color: inherit;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 0 0 20px 0;
}
section.cookies div.form,
section.cookies form {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0;
  color: inherit;
  background-color: transparent;
}
section.cookies div.form ul,
section.cookies form ul {
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
}
section.cookies div.form ul li,
section.cookies form ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  color: inherit;
}
section.cookies div.form ul li button,
section.cookies div.form ul li button:focus,
section.cookies div.form ul li button:active,
section.cookies div.form ul li button:visited,
section.cookies form ul li button,
section.cookies form ul li button:focus,
section.cookies form ul li button:active,
section.cookies form ul li button:visited {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 0 40px 0 10px;
  text-align: left;
  justify-content: flex-start;
  align-content: flex-start;
  border: none !important;
  border-top: 1px dotted #FFFFFF !important;
  color: inherit;
}
section.cookies div.form ul li button svg,
section.cookies div.form ul li button:focus svg,
section.cookies div.form ul li button:active svg,
section.cookies div.form ul li button:visited svg,
section.cookies form ul li button svg,
section.cookies form ul li button:focus svg,
section.cookies form ul li button:active svg,
section.cookies form ul li button:visited svg {
  margin: auto 10px auto 0;
  fill: #313131;
}
section.cookies div.form ul li button small,
section.cookies div.form ul li button:focus small,
section.cookies div.form ul li button:active small,
section.cookies div.form ul li button:visited small,
section.cookies form ul li button small,
section.cookies form ul li button:focus small,
section.cookies form ul li button:active small,
section.cookies form ul li button:visited small {
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 0 3px;
  text-align: center;
  margin: auto auto auto 10px;
}
section.cookies div.form ul li button.open svg,
section.cookies div.form ul li button:focus.open svg,
section.cookies div.form ul li button:active.open svg,
section.cookies div.form ul li button:visited.open svg,
section.cookies form ul li button.open svg,
section.cookies form ul li button:focus.open svg,
section.cookies form ul li button:active.open svg,
section.cookies form ul li button:visited.open svg {
  transform: rotate(180deg);
}
section.cookies div.form ul li label,
section.cookies form ul li label {
  color: inherit;
  position: absolute;
  top: 1px;
  right: 0;
  margin: auto 0 auto auto;
}
section.cookies div.form ul li div,
section.cookies form ul li div {
  position: relative;
  width: 100%;
  display: none;
  padding: 20px;
  overflow: auto;
  max-height: 180px;
  color: inherit;
}
section.cookies div.form ul li div.open,
section.cookies form ul li div.open {
  display: block;
}
section.cookies div.form ul li div table,
section.cookies form ul li div table {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  color: inherit;
}
section.cookies div.form ul li div table *,
section.cookies form ul li div table * {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  font-weight: 400;
}
section.cookies div.form ul li div table caption,
section.cookies form ul li div table caption {
  margin: 0 0 10px 0;
}
section.cookies div.form ul li div table thead,
section.cookies div.form ul li div table thead *,
section.cookies form ul li div table thead,
section.cookies form ul li div table thead * {
  margin: 0;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(49, 49, 49, 0.5);
}
section.cookies div.form ul li div table tbody td,
section.cookies form ul li div table tbody td {
  padding-left: 5px;
  padding-right: 5px;
}
section.cookies div.form ul li div table tbody tr:first-child td,
section.cookies form ul li div table tbody tr:first-child td {
  padding: 5px 5px 0 5px;
}
section.cookies div.form ul li div table thead,
section.cookies form ul li div table thead {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: -20px;
  z-index: 100;
  background-color: #FFFFFF;
}
section.cookies div.form label,
section.cookies form label {
  position: relative;
  margin: auto 30px auto 0;
  width: auto !important;
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: inherit;
}
section.cookies div.form label input,
section.cookies form label input {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border, background-image, background-position;
  -moz-transition-property: background-color, border, background-image, background-position;
  -o-transition-property: background-color, border, background-image, background-position;
  -webkit-transition-property: background-color, border, background-image, background-position;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(49, 49, 49, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath style='fill: %23000000;' d='M382-253.847 168.616-467.231l42.769-42.768L382-339.384l366.615-366.615 42.769 42.768L382-253.847Z'/%3E%3C/svg%3E");
  background-position: center -30px;
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.cookies div.form label input:hover,
section.cookies form label input:hover {
  background-position: center;
}
section.cookies div.form label input:after, section.cookies div.form label input:before,
section.cookies form label input:after,
section.cookies form label input:before {
  display: none !important;
}
section.cookies div.form label input:checked,
section.cookies form label input:checked {
  background-position: center;
  border: 1px solid rgba(49, 49, 49, 0.4);
}
section.cookies div.form label input:disabled,
section.cookies form label input:disabled {
  opacity: 0.5;
}
section.cookies div.footer,
section.cookies footer {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  bottom: 0;
  background-color: #FFFFFF;
  width: 100%;
  border-top: 1px dashed rgba(49, 49, 49, 0.5);
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 30px 0;
  color: #313131;
  min-height: 0;
}
section.cookies div.footer button,
section.cookies div.footer button:focus,
section.cookies div.footer button:active,
section.cookies div.footer button:visited,
section.cookies div.footer a,
section.cookies div.footer a:focus,
section.cookies div.footer a:active,
section.cookies div.footer a:visited,
section.cookies footer button,
section.cookies footer button:focus,
section.cookies footer button:active,
section.cookies footer button:visited,
section.cookies footer a,
section.cookies footer a:focus,
section.cookies footer a:active,
section.cookies footer a:visited {
  justify-content: flex-start;
  align-content: flex-start;
  text-align: left;
  padding: 10px 15px;
  margin: 0 0 0 20px;
  position: relative;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
section.cookies div.footer button svg,
section.cookies div.footer button:focus svg,
section.cookies div.footer button:active svg,
section.cookies div.footer button:visited svg,
section.cookies div.footer a svg,
section.cookies div.footer a:focus svg,
section.cookies div.footer a:active svg,
section.cookies div.footer a:visited svg,
section.cookies footer button svg,
section.cookies footer button:focus svg,
section.cookies footer button:active svg,
section.cookies footer button:visited svg,
section.cookies footer a svg,
section.cookies footer a:focus svg,
section.cookies footer a:active svg,
section.cookies footer a:visited svg {
  fill: #313131;
}
section.cookies div.footer button span,
section.cookies div.footer button:focus span,
section.cookies div.footer button:active span,
section.cookies div.footer button:visited span,
section.cookies div.footer a span,
section.cookies div.footer a:focus span,
section.cookies div.footer a:active span,
section.cookies div.footer a:visited span,
section.cookies footer button span,
section.cookies footer button:focus span,
section.cookies footer button:active span,
section.cookies footer button:visited span,
section.cookies footer a span,
section.cookies footer a:focus span,
section.cookies footer a:active span,
section.cookies footer a:visited span {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
}
section.cookies div.footer button.acceptall, section.cookies div.footer button.save,
section.cookies div.footer button:focus.acceptall,
section.cookies div.footer button:focus.save,
section.cookies div.footer button:active.acceptall,
section.cookies div.footer button:active.save,
section.cookies div.footer button:visited.acceptall,
section.cookies div.footer button:visited.save,
section.cookies div.footer a.acceptall,
section.cookies div.footer a.save,
section.cookies div.footer a:focus.acceptall,
section.cookies div.footer a:focus.save,
section.cookies div.footer a:active.acceptall,
section.cookies div.footer a:active.save,
section.cookies div.footer a:visited.acceptall,
section.cookies div.footer a:visited.save,
section.cookies footer button.acceptall,
section.cookies footer button.save,
section.cookies footer button:focus.acceptall,
section.cookies footer button:focus.save,
section.cookies footer button:active.acceptall,
section.cookies footer button:active.save,
section.cookies footer button:visited.acceptall,
section.cookies footer button:visited.save,
section.cookies footer a.acceptall,
section.cookies footer a.save,
section.cookies footer a:focus.acceptall,
section.cookies footer a:focus.save,
section.cookies footer a:active.acceptall,
section.cookies footer a:active.save,
section.cookies footer a:visited.acceptall,
section.cookies footer a:visited.save {
  color: inherit;
  font-weight: 600;
  background-color: rgba(49, 49, 49, 0.05);
}
section.cookies div.footer button.acceptall svg, section.cookies div.footer button.save svg,
section.cookies div.footer button:focus.acceptall svg,
section.cookies div.footer button:focus.save svg,
section.cookies div.footer button:active.acceptall svg,
section.cookies div.footer button:active.save svg,
section.cookies div.footer button:visited.acceptall svg,
section.cookies div.footer button:visited.save svg,
section.cookies div.footer a.acceptall svg,
section.cookies div.footer a.save svg,
section.cookies div.footer a:focus.acceptall svg,
section.cookies div.footer a:focus.save svg,
section.cookies div.footer a:active.acceptall svg,
section.cookies div.footer a:active.save svg,
section.cookies div.footer a:visited.acceptall svg,
section.cookies div.footer a:visited.save svg,
section.cookies footer button.acceptall svg,
section.cookies footer button.save svg,
section.cookies footer button:focus.acceptall svg,
section.cookies footer button:focus.save svg,
section.cookies footer button:active.acceptall svg,
section.cookies footer button:active.save svg,
section.cookies footer button:visited.acceptall svg,
section.cookies footer button:visited.save svg,
section.cookies footer a.acceptall svg,
section.cookies footer a.save svg,
section.cookies footer a:focus.acceptall svg,
section.cookies footer a:focus.save svg,
section.cookies footer a:active.acceptall svg,
section.cookies footer a:active.save svg,
section.cookies footer a:visited.acceptall svg,
section.cookies footer a:visited.save svg {
  fill: #313131;
}
@media (max-width: 800px) {
  section.cookies div.footer button,
  section.cookies div.footer button:focus,
  section.cookies div.footer button:active,
  section.cookies div.footer button:visited,
  section.cookies div.footer a,
  section.cookies div.footer a:focus,
  section.cookies div.footer a:active,
  section.cookies div.footer a:visited,
  section.cookies footer button,
  section.cookies footer button:focus,
  section.cookies footer button:active,
  section.cookies footer button:visited,
  section.cookies footer a,
  section.cookies footer a:focus,
  section.cookies footer a:active,
  section.cookies footer a:visited {
    justify-content: center;
    align-content: center;
    margin: 20px 0 0 10px;
    width: calc(50% - 10px);
  }
  section.cookies div.footer button:nth-child(odd),
  section.cookies div.footer button:focus:nth-child(odd),
  section.cookies div.footer button:active:nth-child(odd),
  section.cookies div.footer button:visited:nth-child(odd),
  section.cookies div.footer a:nth-child(odd),
  section.cookies div.footer a:focus:nth-child(odd),
  section.cookies div.footer a:active:nth-child(odd),
  section.cookies div.footer a:visited:nth-child(odd),
  section.cookies footer button:nth-child(odd),
  section.cookies footer button:focus:nth-child(odd),
  section.cookies footer button:active:nth-child(odd),
  section.cookies footer button:visited:nth-child(odd),
  section.cookies footer a:nth-child(odd),
  section.cookies footer a:focus:nth-child(odd),
  section.cookies footer a:active:nth-child(odd),
  section.cookies footer a:visited:nth-child(odd) {
    margin: 20px 10px 0 0;
  }
}
section.cookies div.footer a:not(.acceptall),
section.cookies div.footer a:not(.acceptall):focus,
section.cookies div.footer a:not(.acceptall):active,
section.cookies div.footer a:not(.acceptall):visited,
section.cookies footer a:not(.acceptall),
section.cookies footer a:not(.acceptall):focus,
section.cookies footer a:not(.acceptall):active,
section.cookies footer a:not(.acceptall):visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  padding: 0;
  margin: auto 30px auto 0;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  text-align: right;
  color: inherit;
  pointer-events: all;
  text-decoration: none;
  border: none;
}
section.cookies div.footer a:not(.acceptall) span,
section.cookies div.footer a:not(.acceptall):focus span,
section.cookies div.footer a:not(.acceptall):active span,
section.cookies div.footer a:not(.acceptall):visited span,
section.cookies footer a:not(.acceptall) span,
section.cookies footer a:not(.acceptall):focus span,
section.cookies footer a:not(.acceptall):active span,
section.cookies footer a:not(.acceptall):visited span {
  color: inherit;
  margin: auto 0;
  font-weight: 600;
  font-size: 14px;
}
section.cookies div.footer a:not(.acceptall):after,
section.cookies div.footer a:not(.acceptall):focus:after,
section.cookies div.footer a:not(.acceptall):active:after,
section.cookies div.footer a:not(.acceptall):visited:after,
section.cookies footer a:not(.acceptall):after,
section.cookies footer a:not(.acceptall):focus:after,
section.cookies footer a:not(.acceptall):active:after,
section.cookies footer a:not(.acceptall):visited:after {
  position: absolute;
  right: -15px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #313131;
  content: " ";
  display: block;
}
@media (max-width: 800px) {
  section.cookies div.footer a:not(.acceptall):after,
  section.cookies div.footer a:not(.acceptall):focus:after,
  section.cookies div.footer a:not(.acceptall):active:after,
  section.cookies div.footer a:not(.acceptall):visited:after,
  section.cookies footer a:not(.acceptall):after,
  section.cookies footer a:not(.acceptall):focus:after,
  section.cookies footer a:not(.acceptall):active:after,
  section.cookies footer a:not(.acceptall):visited:after {
    right: -5px;
  }
}
section.cookies div.footer a:not(.acceptall):last-of-type,
section.cookies div.footer a:not(.acceptall):focus:last-of-type,
section.cookies div.footer a:not(.acceptall):active:last-of-type,
section.cookies div.footer a:not(.acceptall):visited:last-of-type,
section.cookies footer a:not(.acceptall):last-of-type,
section.cookies footer a:not(.acceptall):focus:last-of-type,
section.cookies footer a:not(.acceptall):active:last-of-type,
section.cookies footer a:not(.acceptall):visited:last-of-type {
  margin: auto auto auto 0;
  text-align: left;
}
section.cookies div.footer a:not(.acceptall):last-of-type:after,
section.cookies div.footer a:not(.acceptall):focus:last-of-type:after,
section.cookies div.footer a:not(.acceptall):active:last-of-type:after,
section.cookies div.footer a:not(.acceptall):visited:last-of-type:after,
section.cookies footer a:not(.acceptall):last-of-type:after,
section.cookies footer a:not(.acceptall):focus:last-of-type:after,
section.cookies footer a:not(.acceptall):active:last-of-type:after,
section.cookies footer a:not(.acceptall):visited:last-of-type:after {
  display: none;
}
@media (hover: hover) {
  section.cookies div.footer a:not(.acceptall):hover,
  section.cookies div.footer a:not(.acceptall):focus:hover,
  section.cookies div.footer a:not(.acceptall):active:hover,
  section.cookies div.footer a:not(.acceptall):visited:hover,
  section.cookies footer a:not(.acceptall):hover,
  section.cookies footer a:not(.acceptall):focus:hover,
  section.cookies footer a:not(.acceptall):active:hover,
  section.cookies footer a:not(.acceptall):visited:hover {
    background-color: transparent !important;
    opacity: 0.5;
  }
}
@media (max-width: 800px) {
  section.cookies div.footer a:not(.acceptall),
  section.cookies div.footer a:not(.acceptall):focus,
  section.cookies div.footer a:not(.acceptall):active,
  section.cookies div.footer a:not(.acceptall):visited,
  section.cookies footer a:not(.acceptall),
  section.cookies footer a:not(.acceptall):focus,
  section.cookies footer a:not(.acceptall):active,
  section.cookies footer a:not(.acceptall):visited {
    justify-content: center;
    align-content: center;
    margin: 0 0 0 5px !important;
    width: calc(50% - 5px);
  }
  section.cookies div.footer a:not(.acceptall):nth-child(odd),
  section.cookies div.footer a:not(.acceptall):focus:nth-child(odd),
  section.cookies div.footer a:not(.acceptall):active:nth-child(odd),
  section.cookies div.footer a:not(.acceptall):visited:nth-child(odd),
  section.cookies footer a:not(.acceptall):nth-child(odd),
  section.cookies footer a:not(.acceptall):focus:nth-child(odd),
  section.cookies footer a:not(.acceptall):active:nth-child(odd),
  section.cookies footer a:not(.acceptall):visited:nth-child(odd) {
    margin: 0 5px 0 0 !important;
  }
}
@media (max-width: 800px) {
  section.cookies div.footer,
  section.cookies footer {
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  section.cookies div.footer,
  section.cookies footer {
    padding: 20px 0 10px 0;
  }
}
section.cookies.settings {
  display: none;
}

button.cookies:not(.inline),
button.cookies:not(.inline):focus,
button.cookies:not(.inline):active,
button.cookies:not(.inline):visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  padding: 10px 20px;
  margin: 0 auto 30px auto;
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  min-width: 60px;
  text-align: right;
  width: calc(100% - 180px);
  color: #FFFFFF;
  pointer-events: all;
  z-index: 90;
  background-color: #313131;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
}
button.cookies:not(.inline) svg,
button.cookies:not(.inline):focus svg,
button.cookies:not(.inline):active svg,
button.cookies:not(.inline):visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
  margin: auto 0;
  padding: 0;
}
button.cookies:not(.inline) span,
button.cookies:not(.inline):focus span,
button.cookies:not(.inline):active span,
button.cookies:not(.inline):visited span {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin: auto 0 auto 10px;
}
@media (hover: hover) {
  button.cookies:not(.inline):hover,
  button.cookies:not(.inline):focus:hover,
  button.cookies:not(.inline):active:hover,
  button.cookies:not(.inline):visited:hover {
    background-color: rgba(49, 49, 49, 0.8);
  }
}

.cookiemsg {
  padding: 30px;
  margin: 0;
  position: relative;
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  background-color: rgba(15, 16, 18, 0.5);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-width: 60px;
  text-align: left;
  width: 100%;
  color: #FFFFFF;
  pointer-events: all;
  z-index: 90;
  border-radius: calc(var(--point-size) / 4);
  -moz-border-radius: calc(var(--point-size) / 4);
  -webkit-border-radius: calc(var(--point-size) / 4);
}
.cookiemsg p {
  margin: 0 !important;
  text-align: left !important;
  width: 100%;
}
.cookiemsg p strong, .cookiemsg p em, .cookiemsg p u {
  color: inherit;
}
.cookiemsg p.title,
.cookiemsg h3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 30px !important;
  line-height: 30px !important;
  color: inherit;
  font-weight: 500;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: left !important;
}
.cookiemsg p.title svg,
.cookiemsg h3 svg {
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
  margin: 5px 10px auto 0;
  padding: 2px 0;
}
.cookiemsg button,
.cookiemsg button:focus,
.cookiemsg button:active,
.cookiemsg button:visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  padding: 10px 20px;
  position: relative;
  float: right;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  width: auto;
  text-align: right;
  top: 0;
  right: 0;
  color: #FFFFFF;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  margin: 20px 0 0 auto !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-transform: uppercase;
}
.cookiemsg button svg,
.cookiemsg button:focus svg,
.cookiemsg button:active svg,
.cookiemsg button:visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 20px;
  height: 30px;
  fill: #FFFFFF;
  margin: auto 0;
  padding: 2px 0;
}
.cookiemsg button span,
.cookiemsg button:focus span,
.cookiemsg button:active span,
.cookiemsg button:visited span {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  color: inherit;
  margin: auto 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
@media (hover: hover) {
  .cookiemsg button:hover,
  .cookiemsg button:focus:hover,
  .cookiemsg button:active:hover,
  .cookiemsg button:visited:hover {
    color: #313131;
    background-color: #FFFFFF;
  }
  .cookiemsg button:hover svg,
  .cookiemsg button:focus:hover svg,
  .cookiemsg button:active:hover svg,
  .cookiemsg button:visited:hover svg {
    fill: #313131;
  }
}

#slider {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: var(--slider-bg);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#slider * {
  color: white;
}
#slider picture {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: var(--slider-bg-bg);
}
#slider picture img {
  width: 100%;
  height: 100svh;
  object-position: center;
  object-fit: cover;
  -o-object-position: center;
  -o-object-fit: cover;
}
#slider picture.prev {
  height: 100%;
}
#slider picture.active {
  z-index: 20;
  height: 100%;
}
#slider picture.preview {
  height: 10%;
  z-index: 50;
}
#slider .bgimgs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--slider-bg-bg);
  z-index: 0;
}
#slider .bgimgs picture img {
  transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(1.1);
  opacity: var(--slider-bg-opacity);
  filter: blur(var(--slider-bg-blur));
  object-position: var(--mouse-x) var(--mouse-y);
}
#slider .bgimgs picture.active img {
  transform: scale(1);
}
#slider .bgimgs picture.active {
  transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-bg-speed) cubic-bezier(0.42, 0, 0.58, 1);
}
#slider .bgimgs picture.preview {
  transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
}
#slider .nav {
  transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: calc(var(--slider-bg-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  padding: 40px;
}
#slider .nav button,
#slider .nav button:active,
#slider .nav button:focus,
#slider .nav button:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: 80px;
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  text-decoration: none;
  padding: 0;
  font-size: 18px;
  color: white;
  border-radius: 100%;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: 0 0 100px black;
}
#slider .nav button svg,
#slider .nav button:active svg,
#slider .nav button:focus svg,
#slider .nav button:visited svg {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  fill: white;
  margin: auto;
  width: 30px;
  height: 30px;
}
#slider .nav button:hover,
#slider .nav button:active:hover,
#slider .nav button:focus:hover,
#slider .nav button:visited:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#slider .nav.hide {
  transform: scale(0.98);
}
#slider .content {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 500px;
  height: 70vh;
  max-height: 600px;
  z-index: 2;
  box-shadow: 0 0 300px black;
  overflow: hidden;
  border-radius: var(--slider-content-radius);
  background-color: var(--slider-content-bg);
}
#slider .content picture img {
  transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1.5svh) scale(1.2);
  opacity: var(--slider-content-opacity);
  filter: blur(var(--slider-content-blur));
  height: 70svh;
  width: 90svw;
  max-width: 1000px;
}
#slider .content section.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  padding-bottom: 40px;
  pointer-events: none;
}
#slider .content section.slide section {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 0 30px 0 0;
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  overflow: auto;
  margin: auto auto 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  scrollbar-color: white rgba(0, 0, 0, 0.2);
  scrollbar-darkshadow-color: transparent;
  scrollbar-3dlight-color: pink;
  scrollbar-width: thin;
}
#slider .content section.slide section svg {
  position: relative;
  min-height: 60px;
  width: auto;
  margin: 0 auto 20px 0;
  fill: white;
}
#slider .content section.slide section h2 {
  margin: auto 0 0 0;
  font-size: clamp(30px, 9vw, 50px);
  line-height: clamp(35px, 9.2vw, 50px);
  width: 100%;
  letter-spacing: 1px;
  font-weight: 500;
}
#slider .content section.slide section p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 200;
}
#slider .content section.slide a,
#slider .content section.slide a:active,
#slider .content section.slide a:focus,
#slider .content section.slide a:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: calc(100% - 80px);
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 20px auto 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  text-decoration: none;
  padding: 10px 20px;
  opacity: 0;
  transform: translateY(100px) scale(0.9);
  font-size: 18px;
  color: white;
  border-radius: 10px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  letter-spacing: 1px;
  font-weight: 500;
}
#slider .content section.slide a span,
#slider .content section.slide a:active span,
#slider .content section.slide a:focus span,
#slider .content section.slide a:visited span {
  color: inherit;
  margin: auto 0;
  font-size: 18px;
  letter-spacing: 1px;
}
#slider .content section.slide a svg,
#slider .content section.slide a:active svg,
#slider .content section.slide a:focus svg,
#slider .content section.slide a:visited svg {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  fill: white;
  margin: auto 0 auto 20px;
}
#slider .content section.slide a:hover,
#slider .content section.slide a:active:hover,
#slider .content section.slide a:focus:hover,
#slider .content section.slide a:visited:hover {
  color: black;
}
#slider .content section.slide a:hover svg,
#slider .content section.slide a:active:hover svg,
#slider .content section.slide a:focus:hover svg,
#slider .content section.slide a:visited:hover svg {
  fill: black;
}
#slider .content section.slide a:hover,
#slider .content section.slide a:active:hover,
#slider .content section.slide a:focus:hover,
#slider .content section.slide a:visited:hover {
  background-color: white;
}
#slider .content section.slide ul {
  position: relative;
  min-height: 60px;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0 40px;
  gap: 5px;
  margin: 0 0 30px 0;
  opacity: 0;
}
#slider .content section.slide ul li {
  margin: 0;
  width: 100%;
}
#slider .content section.slide ul li button,
#slider .content section.slide ul li button:active,
#slider .content section.slide ul li button:focus,
#slider .content section.slide ul li button:visited {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: left;
  width: 100%;
  background-color: transparent;
  height: 40px;
  border: none;
  appearance: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#slider .content section.slide ul li button::before,
#slider .content section.slide ul li button:active::before,
#slider .content section.slide ul li button:focus::before,
#slider .content section.slide ul li button:visited::before {
  transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 0ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  content: " ";
  background-color: white;
  top: 38px;
  height: 2px;
  width: 100%;
  left: 0;
  transform-origin: left top;
  transform: scaleX(0);
}
#slider .content section.slide ul li button small,
#slider .content section.slide ul li button:active small,
#slider .content section.slide ul li button:focus small,
#slider .content section.slide ul li button:visited small {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  top: 100%;
  width: 100%;
  white-space: nowrap;
  left: 0;
  text-align: left;
  line-height: 12px;
  font-size: 10px;
  margin: 10px 0 0 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
#slider .content section.slide ul li button:hover,
#slider .content section.slide ul li button:active:hover,
#slider .content section.slide ul li button:focus:hover,
#slider .content section.slide ul li button:visited:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
#slider .content section.slide ul li button:hover:not(.active) small,
#slider .content section.slide ul li button:active:hover:not(.active) small,
#slider .content section.slide ul li button:focus:hover:not(.active) small,
#slider .content section.slide ul li button:visited:hover:not(.active) small {
  transform: translateY(0);
  opacity: 1;
}
#slider .content section.slide ul li button.active,
#slider .content section.slide ul li button:active.active,
#slider .content section.slide ul li button:focus.active,
#slider .content section.slide ul li button:visited.active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
#slider .content section.slide.prev picture {
  height: 100%;
}
#slider .content section.slide.active {
  pointer-events: all;
  z-index: 10;
}
#slider .content section.slide.active ul {
  opacity: 1;
}
#slider .content section.slide.active a,
#slider .content section.slide.active a:active,
#slider .content section.slide.active a:focus,
#slider .content section.slide.active a:visited,
#slider .content section.slide.active section {
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  opacity: 1;
  transform: translateY(0);
}
#slider .content section.slide.active a:hover,
#slider .content section.slide.active a:active:hover,
#slider .content section.slide.active a:focus:hover,
#slider .content section.slide.active a:visited:hover,
#slider .content section.slide.active section:hover {
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
#slider .content section.slide.active picture {
  transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: var(--slider-content-speed) cubic-bezier(0.42, 0, 0.58, 1);
  height: 100%;
}
#slider .content section.slide.active picture img {
  transform: translate(-50%, -1.5svh) scale(1.1);
}
#slider .content section.slide.preview {
  z-index: 30;
}
#slider .content section.slide.preview picture {
  transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: calc(var(--slider-content-speed) / 2) cubic-bezier(0.42, 0, 0.58, 1);
  height: 10px;
}
#slider .content section.slide.preview picture img {
  opacity: 1;
}
#slider .content:hover {
  transform: scale(1.05);
}

#tabs {
  position: relative;
  width: 100%;
  height: 100svh;
  background-color: var(--slider-bg);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#tabs * {
  color: white;
}
#tabs div[role=tablist] {
  width: calc(100% - 40px);
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: 0 0 10px 0;
}
#tabs div[role=tablist] button {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: var(--slider-content-radius);
}
#tabs div[role=tablist] button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#tabs div[role=tablist] button[aria-selected=true] {
  background-color: white;
  color: #313131;
}
#tabs div[role=tabpanel] {
  transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 400ms cubic-bezier(0.42, 0, 0.58, 1);
  width: calc(100% - 40px);
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  padding: 0;
  background-color: white;
  border-radius: var(--slider-content-radius);
  margin: 0;
  overflow: hidden;
  height: 50vh;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.2);
}
#tabs div[role=tabpanel] * {
  color: #313131;
}
#tabs div[role=tabpanel] p {
  position: relative;
  width: 100%;
  padding: 10px 15px;
}
#tabs div[role=tabpanel].display-none {
  height: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.draggable {
  pointer-events: all;
}

.draggable.grab {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  scroll-snap-type: initial !important;
}

@media (hover: hover) and (pointer: fine) {
  .draggable:hover {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  .draggable:hover span {
    opacity: 1;
  }
}
.drag * {
  pointer-events: none;
}

* {
  margin: 0;
  color: white;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

::-moz-selection { /* Code for Firefox */
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

html {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: rgb(var(--bg-colour));
}

body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  height: 100dvh !important;
  width: 100vw;
  padding: calc(var(--gap) / 2) calc(var(--gap));
  overflow: hidden;
  background-color: rgb(var(--bg-colour));
}
@media (max-width: 767px) {
  body {
    padding: calc(var(--gap) / 2) calc(var(--gap)) calc(var(--gap)) calc(var(--gap));
  }
}

img.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  filter: blur(var(--bg-blur));
  opacity: var(--opacity);
}

nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 calc(var(--gap) / 2) 0;
  z-index: 8000;
}
nav button:not(.logo),
nav button:not(.logo):focus,
nav button:not(.logo):active,
nav button:not(.logo):visited {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: border-color, background-color, box-shadow;
  -moz-transition-property: border-color, background-color, box-shadow;
  -o-transition-property: border-color, background-color, box-shadow;
  -webkit-transition-property: border-color, background-color, box-shadow;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: white;
  border-radius: calc(var(--radius) / 2);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  nav button:not(.logo):hover,
  nav button:not(.logo):focus:hover,
  nav button:not(.logo):active:hover,
  nav button:not(.logo):visited:hover {
    box-shadow: 0 0 var(--gap) rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
nav button:not(.logo) svg.close,
nav button:not(.logo):focus svg.close,
nav button:not(.logo):active svg.close,
nav button:not(.logo):visited svg.close {
  display: none;
}
nav button:not(.logo).active svg,
nav button:not(.logo):focus.active svg,
nav button:not(.logo):active.active svg,
nav button:not(.logo):visited.active svg {
  display: none;
}
nav button:not(.logo).active svg.close,
nav button:not(.logo):focus.active svg.close,
nav button:not(.logo):active.active svg.close,
nav button:not(.logo):visited.active svg.close {
  display: inline-block;
}
nav button.logo,
nav button.logo:focus,
nav button.logo:active,
nav button.logo:visited,
nav a,
nav a:focus,
nav a:active,
nav a:visited {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  gap: clamp(10px, 6vmin, 20px);
  width: auto;
  background-color: transparent;
  cursor: pointer;
}
nav button.logo span,
nav button.logo:focus span,
nav button.logo:active span,
nav button.logo:visited span,
nav a span,
nav a:focus span,
nav a:active span,
nav a:visited span {
  font-size: clamp(20px, 1.6vw, 40px);
  line-height: clamp(20px, 2vw, 40px);
  min-height: clamp(20px, 2vw, 40px);
}
nav button.logo svg,
nav button.logo:focus svg,
nav button.logo:active svg,
nav button.logo:visited svg,
nav a svg,
nav a:focus svg,
nav a:active svg,
nav a:visited svg {
  height: clamp(40px, 8vmin, 50px);
  fill: #FFFFFF;
}
@media (max-width: 767px) {
  nav button.logo:has(svg) span,
  nav button.logo:focus:has(svg) span,
  nav button.logo:active:has(svg) span,
  nav button.logo:visited:has(svg) span,
  nav a:has(svg) span,
  nav a:focus:has(svg) span,
  nav a:active:has(svg) span,
  nav a:visited:has(svg) span {
    display: none;
  }
}
nav:has(*:nth-child(2)) {
  justify-content: space-between;
}
nav div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: calc(var(--gap) / 4);
}
nav ul {
  position: absolute;
  width: 100vw;
  max-width: 300px;
  top: calc(100% + var(--gap) / 2);
  max-height: 80svh;
  overflow: auto;
  z-index: 100;
  right: 0;
  background-color: white;
  border-radius: calc(var(--radius) / 2);
  background-color: rgba(var(--bg-colour), 0.7);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
nav ul li {
  position: relative;
  width: 100%;
}
nav ul li ul {
  position: relative;
  width: 100%;
  display: flex;
  top: 0;
  border-radius: 0;
  border: none;
  padding: 0 0 0 calc(var(--gap) / 2);
  background-color: rgba(var(--bg-colour), 0.3);
  max-height: 100%;
}
nav ul button:not(.logo),
nav ul button:not(.logo):focus,
nav ul button:not(.logo):active,
nav ul button:not(.logo):visited {
  width: 100%;
  z-index: 100;
  border-radius: 0;
  background-color: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  cursor: pointer;
  justify-content: center;
  align-content: flex-start;
  flex-flow: column wrap;
  padding: 15px 20px;
  text-align: left;
  height: auto;
  min-height: 60px;
}
nav ul button:not(.logo) span,
nav ul button:not(.logo):focus span,
nav ul button:not(.logo):active span,
nav ul button:not(.logo):visited span {
  text-align: left;
  width: 100%;
}
nav ul button:not(.logo) span.title,
nav ul button:not(.logo):focus span.title,
nav ul button:not(.logo):active span.title,
nav ul button:not(.logo):visited span.title {
  font-size: 16px;
  font-weight: 400;
}
nav ul button:not(.logo) span.subtitle,
nav ul button:not(.logo):focus span.subtitle,
nav ul button:not(.logo):active span.subtitle,
nav ul button:not(.logo):visited span.subtitle {
  opacity: 0.5;
}
nav ul button:not(.logo) picture,
nav ul button:not(.logo):focus picture,
nav ul button:not(.logo):active picture,
nav ul button:not(.logo):visited picture {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  nav ul button:not(.logo):hover,
  nav ul button:not(.logo):focus:hover,
  nav ul button:not(.logo):active:hover,
  nav ul button:not(.logo):visited:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  nav ul button:not(.logo):hover.error,
  nav ul button:not(.logo):focus:hover.error,
  nav ul button:not(.logo):active:hover.error,
  nav ul button:not(.logo):visited:hover.error {
    box-shadow: 0 0 var(--gap) rgba(220, 53, 69, 0.05);
  }
}
nav ul button:not(.logo).active,
nav ul button:not(.logo):focus.active,
nav ul button:not(.logo):active.active,
nav ul button:not(.logo):visited.active {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 4px solid white !important;
}
nav ul button:not(.logo).error,
nav ul button:not(.logo):focus.error,
nav ul button:not(.logo):active.error,
nav ul button:not(.logo):visited.error {
  background-color: rgba(220, 53, 69, 0.1);
  border-left: 4px solid #dc3545 !important;
}
nav ul.open {
  display: flex;
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  gap: 0;
}
main section {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  overflow: auto;
  gap: calc(var(--gap) / 4);
  scrollbar-color: rgba(var(--hover), 0.1) rgba(var(--bg-colour), 1);
  scrollbar-width: thin;
}
main section:before {
  content: var(--loading);
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px 20px 20px 50px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) / 2);
  box-shadow: 0 0 var(--gap) rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 20px;
  background-image: url("../images/loading.gif");
  z-index: 100;
}
main section a,
main section a:focus,
main section a:active,
main section a:visited,
main section button,
main section button:focus,
main section button:active,
main section button:visited {
  padding: calc(var(--gap) / 4) calc(var(--gap) / 4) calc(var(--gap) / 2) calc(var(--gap) / 4);
  margin: 0;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border-radius: var(--radius);
  text-decoration: none;
  color: #FFFFFF;
}
main section a span.video,
main section a picture,
main section a:focus span.video,
main section a:focus picture,
main section a:active span.video,
main section a:active picture,
main section a:visited span.video,
main section a:visited picture,
main section button span.video,
main section button picture,
main section button:focus span.video,
main section button:focus picture,
main section button:active span.video,
main section button:active picture,
main section button:visited span.video,
main section button:visited picture {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 0 calc(var(--gap) / 2) 0;
  border: 2px solid rgba(var(--bg-colour), 0);
  border-radius: calc(var(--radius) - var(--gap) / 4);
  background-color: rgba(var(--bg-colour), 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-image: url("../images/loading.gif");
}
main section a span.video video,
main section a span.video img,
main section a picture video,
main section a picture img,
main section a:focus span.video video,
main section a:focus span.video img,
main section a:focus picture video,
main section a:focus picture img,
main section a:active span.video video,
main section a:active span.video img,
main section a:active picture video,
main section a:active picture img,
main section a:visited span.video video,
main section a:visited span.video img,
main section a:visited picture video,
main section a:visited picture img,
main section button span.video video,
main section button span.video img,
main section button picture video,
main section button picture img,
main section button:focus span.video video,
main section button:focus span.video img,
main section button:focus picture video,
main section button:focus picture img,
main section button:active span.video video,
main section button:active span.video img,
main section button:active picture video,
main section button:active picture img,
main section button:visited span.video video,
main section button:visited span.video img,
main section button:visited picture video,
main section button:visited picture img {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
main section a span.video:before,
main section a picture:before,
main section a:focus span.video:before,
main section a:focus picture:before,
main section a:active span.video:before,
main section a:active picture:before,
main section a:visited span.video:before,
main section a:visited picture:before,
main section button span.video:before,
main section button picture:before,
main section button:focus span.video:before,
main section button:focus picture:before,
main section button:active span.video:before,
main section button:active picture:before,
main section button:visited span.video:before,
main section button:visited picture:before {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  position: absolute;
  content: " ";
  background-color: rgba(var(--bg-colour), 1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 200;
}
main section a span.title,
main section a span.subtitle,
main section a:focus span.title,
main section a:focus span.subtitle,
main section a:active span.title,
main section a:active span.subtitle,
main section a:visited span.title,
main section a:visited span.subtitle,
main section button span.title,
main section button span.subtitle,
main section button:focus span.title,
main section button:focus span.subtitle,
main section button:active span.title,
main section button:active span.subtitle,
main section button:visited span.title,
main section button:visited span.subtitle {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
}
main section a span.title,
main section a:focus span.title,
main section a:active span.title,
main section a:visited span.title,
main section button span.title,
main section button:focus span.title,
main section button:active span.title,
main section button:visited span.title {
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: clamp(24px, 1.6vw, 40px);
  line-height: clamp(28px, 2vw, 40px);
  min-height: clamp(28px, 2vw, 40px);
  color: inherit;
}
main section a span.subtitle,
main section a:focus span.subtitle,
main section a:active span.subtitle,
main section a:visited span.subtitle,
main section button span.subtitle,
main section button:focus span.subtitle,
main section button:active span.subtitle,
main section button:visited span.subtitle {
  width: 100%;
  font-size: clamp(14px, 1vw, 18px);
  line-height: clamp(14px, 1.2vw, 18px);
  min-height: clamp(14px, 1.2vw, 18px);
  font-weight: 300;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
}
main section a[data-goto] picture:after,
main section a:focus[data-goto] picture:after,
main section a:active[data-goto] picture:after,
main section a:visited[data-goto] picture:after,
main section button[data-goto] picture:after,
main section button:focus[data-goto] picture:after,
main section button:active[data-goto] picture:after,
main section button:visited[data-goto] picture:after {
  content: " ";
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: border-color, background-color, box-shadow;
  -moz-transition-property: border-color, background-color, box-shadow;
  -o-transition-property: border-color, background-color, box-shadow;
  -webkit-transition-property: border-color, background-color, box-shadow;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: calc(var(--radius) / 2);
  background-color: rgba(var(--bg-colour), 0.4);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 200;
  bottom: calc(var(--gap) / 2);
  right: calc(var(--gap) / 2);
  background-image: url("../images/more.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) and (pointer: fine) {
  main section a:hover span.video,
  main section a:hover picture,
  main section a:focus:hover span.video,
  main section a:focus:hover picture,
  main section a:active:hover span.video,
  main section a:active:hover picture,
  main section a:visited:hover span.video,
  main section a:visited:hover picture,
  main section button:hover span.video,
  main section button:hover picture,
  main section button:focus:hover span.video,
  main section button:focus:hover picture,
  main section button:active:hover span.video,
  main section button:active:hover picture,
  main section button:visited:hover span.video,
  main section button:visited:hover picture {
    border: 2px solid rgba(var(--hover));
  }
  main section a:hover[data-goto] picture:after,
  main section a:focus:hover[data-goto] picture:after,
  main section a:active:hover[data-goto] picture:after,
  main section a:visited:hover[data-goto] picture:after,
  main section button:hover[data-goto] picture:after,
  main section button:focus:hover[data-goto] picture:after,
  main section button:active:hover[data-goto] picture:after,
  main section button:visited:hover[data-goto] picture:after {
    background-color: rgba(var(--bg-colour), 0.8);
    box-shadow: 0 0 calc(var(--gap) * 3) calc(var(--gap)) rgba(var(--bg-colour), 1);
  }
}
main section a.active,
main section a:focus.active,
main section a:active.active,
main section a:visited.active,
main section button.active,
main section button:focus.active,
main section button:active.active,
main section button:visited.active {
  z-index: 200;
  position: sticky;
  right: calc(-1 * (var(--gap)));
  left: calc(-1 * (var(--gap)));
  top: 0;
  background-color: rgba(var(--bg-colour), 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  color: rgba(var(--active), 1);
}
main section a.active span.video,
main section a.active picture,
main section a:focus.active span.video,
main section a:focus.active picture,
main section a:active.active span.video,
main section a:active.active picture,
main section a:visited.active span.video,
main section a:visited.active picture,
main section button.active span.video,
main section button.active picture,
main section button:focus.active span.video,
main section button:focus.active picture,
main section button:active.active span.video,
main section button:active.active picture,
main section button:visited.active span.video,
main section button:visited.active picture {
  border: 2px solid rgba(var(--active));
}
@media (max-width: 767px) {
  main section a.active,
  main section a:focus.active,
  main section a:active.active,
  main section a:visited.active,
  main section button.active,
  main section button:focus.active,
  main section button:active.active,
  main section button:visited.active {
    position: relative;
    right: 0;
    left: 0;
  }
}
main section[data-area=main] a,
main section[data-area=main] a:focus,
main section[data-area=main] a:active,
main section[data-area=main] a:visited,
main section[data-area=main] button,
main section[data-area=main] button:focus,
main section[data-area=main] button:active,
main section[data-area=main] button:visited {
  min-width: 23.2558139535%;
}
@media (max-width: 1250px) {
  main section[data-area=main] a,
  main section[data-area=main] a:focus,
  main section[data-area=main] a:active,
  main section[data-area=main] a:visited,
  main section[data-area=main] button,
  main section[data-area=main] button:focus,
  main section[data-area=main] button:active,
  main section[data-area=main] button:visited {
    min-width: 40%;
  }
}
@media (max-width: 767px) {
  main section[data-area=main] a,
  main section[data-area=main] a:focus,
  main section[data-area=main] a:active,
  main section[data-area=main] a:visited,
  main section[data-area=main] button,
  main section[data-area=main] button:focus,
  main section[data-area=main] button:active,
  main section[data-area=main] button:visited {
    min-width: 90.9090909091%;
  }
}
main section[data-area=submenu] {
  position: relative;
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  height: 0;
}
main section[data-area=submenu] a,
main section[data-area=submenu] a:focus,
main section[data-area=submenu] a:active,
main section[data-area=submenu] a:visited,
main section[data-area=submenu] button,
main section[data-area=submenu] button:focus,
main section[data-area=submenu] button:active,
main section[data-area=submenu] button:visited {
  min-width: 25vh;
  width: 25vh;
  padding: 0 0 calc(var(--gap) / 4) 0;
  border-radius: 0;
}
main section[data-area=submenu] a span.video,
main section[data-area=submenu] a picture,
main section[data-area=submenu] a:focus span.video,
main section[data-area=submenu] a:focus picture,
main section[data-area=submenu] a:active span.video,
main section[data-area=submenu] a:active picture,
main section[data-area=submenu] a:visited span.video,
main section[data-area=submenu] a:visited picture,
main section[data-area=submenu] button span.video,
main section[data-area=submenu] button picture,
main section[data-area=submenu] button:focus span.video,
main section[data-area=submenu] button:focus picture,
main section[data-area=submenu] button:active span.video,
main section[data-area=submenu] button:active picture,
main section[data-area=submenu] button:visited span.video,
main section[data-area=submenu] button:visited picture {
  margin: 0 0 1.25vmin 0;
  border-radius: calc(var(--radius) / 2);
  min-height: calc(30vh - (var(--gap) / 4 + clamp(18px, 1.3vw, 30px) + clamp(12px, 1vw, 16px)));
}
main section[data-area=submenu] a span.title,
main section[data-area=submenu] a:focus span.title,
main section[data-area=submenu] a:active span.title,
main section[data-area=submenu] a:visited span.title,
main section[data-area=submenu] button span.title,
main section[data-area=submenu] button:focus span.title,
main section[data-area=submenu] button:active span.title,
main section[data-area=submenu] button:visited span.title {
  font-size: clamp(18px, 1.2vw, 30px);
  line-height: clamp(18px, 1.3vw, 30px);
  min-height: clamp(18px, 1.3vw, 30px);
}
main section[data-area=submenu] a span.subtitle,
main section[data-area=submenu] a:focus span.subtitle,
main section[data-area=submenu] a:active span.subtitle,
main section[data-area=submenu] a:visited span.subtitle,
main section[data-area=submenu] button span.subtitle,
main section[data-area=submenu] button:focus span.subtitle,
main section[data-area=submenu] button:active span.subtitle,
main section[data-area=submenu] button:visited span.subtitle {
  font-size: clamp(12px, 1vw, 16px);
  line-height: clamp(12px, 1vw, 16px);
  min-height: clamp(12px, 1vw, 16px);
  padding: 0 calc(var(--radius) / 2);
}
main section[data-area=submenu] *:first-child {
  margin-left: auto;
}
main section[data-area=submenu] *:last-child {
  margin-right: auto;
}
main section[data-area=submenu].open {
  height: 200px;
}
main section[data-area=submenu].open:has(button, a) {
  height: 50vh;
}
main section:has(button.active, a.active) a:not(.active),
main section:has(button.active, a.active) a:not(.active):focus,
main section:has(button.active, a.active) a:not(.active):active,
main section:has(button.active, a.active) a:not(.active):visited,
main section:has(button.active, a.active) button:not(.active),
main section:has(button.active, a.active) button:not(.active):focus,
main section:has(button.active, a.active) button:not(.active):active,
main section:has(button.active, a.active) button:not(.active):visited {
  background-image: none;
}
main section:has(button.active, a.active) a:not(.active) span.video:before,
main section:has(button.active, a.active) a:not(.active) picture:before,
main section:has(button.active, a.active) a:not(.active):focus span.video:before,
main section:has(button.active, a.active) a:not(.active):focus picture:before,
main section:has(button.active, a.active) a:not(.active):active span.video:before,
main section:has(button.active, a.active) a:not(.active):active picture:before,
main section:has(button.active, a.active) a:not(.active):visited span.video:before,
main section:has(button.active, a.active) a:not(.active):visited picture:before,
main section:has(button.active, a.active) button:not(.active) span.video:before,
main section:has(button.active, a.active) button:not(.active) picture:before,
main section:has(button.active, a.active) button:not(.active):focus span.video:before,
main section:has(button.active, a.active) button:not(.active):focus picture:before,
main section:has(button.active, a.active) button:not(.active):active span.video:before,
main section:has(button.active, a.active) button:not(.active):active picture:before,
main section:has(button.active, a.active) button:not(.active):visited span.video:before,
main section:has(button.active, a.active) button:not(.active):visited picture:before {
  opacity: 0.6;
}
main section:has(button, a):before {
  display: none;
}
main section.error:before {
  color: #dc3545;
  content: var(--nothing);
  box-shadow: 0 0 var(--gap) rgba(220, 53, 69, 0.05);
  border: 1px solid rgba(220, 53, 69, 0.5);
  background-color: rgba(220, 53, 69, 0.1);
  background-image: url("../images/error.svg");
}
main:has(section[data-area=submenu].open) {
  gap: 2.5vmin;
}

section.iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9900;
  display: none;
}
section.iframe iframe {
  position: absolute;
  top: calc(var(--gap) / 4);
  left: calc(var(--gap) / 4);
  width: calc(100% - var(--gap) / 2);
  height: calc(100% - var(--gap) / 2);
  background-color: rgb(var(--bg-colour));
  background-image: url("../images/loading.gif");
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}
section.iframe button.closeiframe,
section.iframe button.closeiframe:focus,
section.iframe button.closeiframe:active,
section.iframe button.closeiframe:visited {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: border-color, background-color, box-shadow;
  -moz-transition-property: border-color, background-color, box-shadow;
  -o-transition-property: border-color, background-color, box-shadow;
  -webkit-transition-property: border-color, background-color, box-shadow;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: white;
  border-radius: 0 0 calc(var(--radius) / 2) calc(var(--radius) / 2);
  background-color: rgba(var(--bg-colour), 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  section.iframe button.closeiframe:hover,
  section.iframe button.closeiframe:focus:hover,
  section.iframe button.closeiframe:active:hover,
  section.iframe button.closeiframe:visited:hover {
    box-shadow: 0 0 var(--gap) rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
section.iframe.open {
  display: block;
}

div[data-id] {
  display: none;
}

#nointernet {
  position: fixed;
  bottom: calc(var(--gap) / 2);
  right: calc(var(--gap) / 2);
  border-radius: calc(var(--radius) / 2);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--gap);
  max-width: 400px;
  z-index: 9000;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: calc(var(--gap) / 2);
}
#nointernet h2 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  font-size: clamp(24px, 1.6vw, 40px);
  line-height: clamp(28px, 1.8vw, 40px);
  min-height: clamp(28px, 1.8vw, 40px);
}
#nointernet h2 svg {
  height: clamp(28px, 1.8vw, 40px);
}
#nointernet p {
  font-weight: 300;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: clamp(24px, 2vw, 24px);
  min-height: clamp(24px, 2vw, 24px);
}
#nointernet button,
#nointernet button:focus,
#nointernet button:active,
#nointernet button:visited {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: border-color, background-color, box-shadow;
  -moz-transition-property: border-color, background-color, box-shadow;
  -o-transition-property: border-color, background-color, box-shadow;
  -webkit-transition-property: border-color, background-color, box-shadow;
  font-weight: 300;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  padding: 15px 20px;
  text-align: left;
  height: auto;
  display: flex;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: clamp(24px, 2vw, 24px);
  min-height: clamp(24px, 2vw, 24px);
  border-radius: calc(var(--radius) / 2);
}
@media (hover: hover) and (pointer: fine) {
  #nointernet button:hover,
  #nointernet button:focus:hover,
  #nointernet button:active:hover,
  #nointernet button:visited:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  #nointernet button:hover.error,
  #nointernet button:focus:hover.error,
  #nointernet button:active:hover.error,
  #nointernet button:visited:hover.error {
    background-color: rgba(220, 53, 69, 0.1);
  }
}