body {
  margin: 0;
  --mdc-theme-primary: #529bd1;
  --mdc-theme-secondary: #81be43;
  --mdc-theme-secondary-light: #EEEEEE;
  --mdc-theme-primary-light: #FFFFFF;
  color: #515151; }

:focus {
  outline: 0px; }

a {
  text-decoration: none;
  color: var(--mdc-theme-primary); }

.disabled {
  opacity: 0.48;
  pointer-events: none;
  cursor: not-allowed; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visible {
  visibility: visible !important; }

.MuiOutlinedInput-root {
  border-radius: 20px !important; }

.mdc-layout-grid {
  padding: 0; }

.mdc-layout-grid__inner {
  grid-gap: 0; }

.mdc-button span {
  vertical-align: top;
  margin-left: 8px; }

.mdc-button i {
  line-height: 36px; }

.mdc-dialog__surface {
  -webkit-transform: initial;
  transform: initial;
  height: 85%; }

.mdc-dialog__body {
  overflow: auto; }

.mdc-textfield {
  width: 100%; }

.material-icons.secondary {
  color: #81be43; }

.mdc-select {
  width: 100%; }

.mdc-select__menu {
  left: 28px; }

.mdc-list-item:hover {
  background-color: #eee; }

label .material-icons {
  position: fixed;
  right: 0;
  top: 0; }

@media (max-width: 479px) {
  .mdc-layout-grid__cell--span-5, .mdc-layout-grid__cell--span-5-phone {
    grid-row-start: 1;
    grid-column-end: span 3; } }

.map {
  height: calc(100vh - 132px); }

#map {
  height: 100%;
  width: 100%; }

#legend, #stats {
  visibility: hidden;
  margin-left: 10px;
  background-color: white;
  padding: 8px 16px 16px;
  border: 1px solid #EEEEEE; }

#legend {
  width: 100px; }
  #legend .no-data {
    float: left;
    width: 100%;
    margin-top: 0.5rem; }
    #legend .no-data span {
      width: 15%;
      margin-bottom: 0;
      margin-right: 0.5rem; }

.detections-key {
  float: left;
  width: 100%;
  margin-bottom: 0.5rem; }

#stats {
  margin-right: 10px;
  margin-top: 10px;
  padding: 8px 8px 5px;
  cursor: pointer; }

#stats:hover {
  background-color: #EEEEEE; }

#stats.open {
  padding: 0 8px;
  text-align: center; }

#stats.open:hover {
  background-color: white; }

#legend.visible {
  visibility: visible; }

#legend span {
  height: 10px;
  display: inline-block;
  width: 25%;
  margin-bottom: 2px; }

#duration-min {
  float: left; }

#duration-max {
  float: right;
  text-align: right; }

.toolbar {
  padding: 16px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.15); }

.map-toolbar .mdc-toolbar__section {
  min-height: 40px; }

.download-button {
  border-radius: 20px;
  background-color: transparent !important;
  border: 1px solid;
  color: #020C4A !important;
  padding: 0 20px;
  max-width: 200px;
  float: right;
  box-shadow: none; }
  .download-button:hover {
    box-shadow: none; }

.mdc-checkbox {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  padding: 13px; }

.mdc-checkbox--disabled + label {
  color: #aaa; }

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background {
  border-color: #bd0026;
  background-color: #bd0026; }

input[type="checkbox"]:before, input[type="checkbox"]:after {
  background-color: rgba(189, 0, 38, 0.14); }

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.flooded, .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.five_year {
  border-color: #49BBE1;
  background-color: #49BBE1; }

#flooded-checkbox input:before, #flooded-checkbox input:after, #five_year-checkbox input:before, #five_year-checkbox input:after {
  background-color: rgba(0, 90, 142, 0.14); }

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.years_flooded, .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.jrc_perm_water {
  border-color: #020C4A;
  background-color: #020C4A; }

#JRC_Perm_Water-checkbox input:before, #JRC_Perm_Water-checkbox input:after, #years_flooded-checkbox input:before, #years_flooded-checkbox input:after {
  background-color: rgba(168, 223, 255, 0.14); }

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.Flood_Extent_Across_All_Events, .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.JRC_Seasonal_Water, .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.two_year {
  border-color: #42b9ff;
  background-color: #42b9ff; }

#JRC_Seasonal_Water-checkbox input:before, #JRC_Seasonal_Water-checkbox input:after, #Flood_Extent_Across_All_Events-checkbox input:before, #Flood_Extent_Across_All_Events-checkbox input:after,
#two_year-checkbox input:before,
#two_year-checkbox input:after {
  background-color: rgba(66, 185, 255, 0.14); }

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background.fifteen_year {
  border-color: #00106e;
  background-color: #00106e; }

#fifteen_year-checkbox input:before, #fifteen_year-checkbox input:after {
  background-color: rgba(0, 16, 110, 0.14); }

.mdc-form-field > label {
  min-width: 50px;
  max-width: 150px;
  font-size: 12px;
  line-height: 15px;
  padding-left: 0; }

.loader {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }

.loader .spinner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite; }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

.sidebar {
  padding: 0 24px;
  height: calc(100% - 64px);
  overflow: scroll; }

.sidebar h1 {
  padding-bottom: 2px;
  border-bottom: 1px solid #EEEEEE; }

h2 {
  font-size: 1rem;
  line-height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  text-transform: uppercase; }

table {
  width: 100%;
  text-align: left;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-spacing: 0; }

.pop-table {
  border-collapse: collapse; }

td, th {
  padding: 6px;
  border: 1px solid #EEEEEE;
  font-size: 0.875rem; }

.sidebar section {
  padding: 8px 0; }

dt, dd {
  display: inline-block; }

dt {
  font-weight: bold; }

h2 > a > i {
  vertical-align: text-top;
  margin-left: 12px; }

h2 > a > i:hover {
  color: #818181; }

input[type="file"] {
  visibility: hidden;
  position: absolute; }

.upload-geometry {
  cursor: pointer; }

.region-label {
  vertical-align: sub; }

.upload-geometry i {
  float: right;
  position: relative !important; }

.selection-table td {
  height: 33px; }

table.selection-table {
  border: 0; }

.note {
  font-size: 0.875rem;
  color: rgba(81, 81, 81, 0.4);
  margin: 0;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-left: 0.5rem; }

.selection-table td {
  border: 0;
  padding: 4px; }
  .selection-table td:last-child {
    color: rgba(81, 81, 81, 0.75); }

.mdc-select__selected-text {
  color: #529bd1; }

.dual-legend {
  text-align: center; }
  .dual-legend span {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border-radius: 3px; }

.noData {
  min-width: 250px;
  flex-grow: 1;
  text-align: center; }

.mdc-toolbar__section--align-end {
  align-items: center; }

header.mdc-toolbar {
  background-color: transparent;
  color: black;
  padding: 20px 40px 0 40px;
  height: 90px; }
  header.mdc-toolbar a {
    color: #333; }
  header.mdc-toolbar #about-activation {
    font-size: 16px; }
  header.mdc-toolbar .header-toolbar--right {
    display: flex;
    align-items: center;
    font-family: 'Aeonik', 'Montserrat', sans-serif;
    justify-content: space-between; }
    header.mdc-toolbar .header-toolbar--right > * + * {
      margin-left: 18px; }
    header.mdc-toolbar .header-toolbar--right .home-link {
      font-weight: 500;
      font-size: 20px; }
    header.mdc-toolbar .header-toolbar--right .cloud-to-street-link {
      font-size: 18px; }
      header.mdc-toolbar .header-toolbar--right .cloud-to-street-link img {
        width: 120px;
        margin-bottom: 12px; }
  @media screen and (max-width: 800px) {
    header.mdc-toolbar {
      padding: 20px 10px 0 10px; }
    header.mdc-toolbar .mdc-toolbar__section {
      margin-top: 20px; }
    header.mdc-toolbar .mdc-toolbar__row {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

@media screen and (max-width: 576px) {
  header.mdc-toolbar {
    height: 160px !important;
    margin-bottom: 80px; } }

.hero-section {
  background-color: #e3e3e3;
  background-image: url(../hero-background-image-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: grid;
  place-items: center;
  color: black;
  margin-top: -90px; }
  .hero-section .hero-section--content {
    text-align: left;
    padding-left: 48px; }
  .hero-section .hero-section--buttons {
    display: flex;
    margin-top: 40px; }
    .hero-section .hero-section--buttons .btn:not(:last-child) {
      margin-right: 30px; }
  .hero-section h1 {
    margin-top: 0;
    font-weight: 500;
    font-size: 48px; }
  .hero-section h2 {
    font-weight: 100;
    text-transform: none;
    font-size: 18px;
    line-height: 26px;
    font-family: "Aeonik", "Montserrat", sans-serif; }
  @media screen and (max-width: 800px) {
    .hero-section {
      height: 80vh; }
    .hero-section .hero-section--content {
      text-align: center;
      padding-left: 64px; }
    .hero-section .hero-section--buttons {
      flex-direction: column;
      align-items: center; }
      .hero-section .hero-section--buttons .btn {
        min-width: 200px;
        text-align: center; }
      .hero-section .hero-section--buttons .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; } }
  @media screen and (max-width: 576px) {
    .hero-section {
      height: 100vh; }
    .hero-section .hero-section--content {
      padding-left: 18px;
      padding-right: 18px; } }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/AeonikPro-Regular.woff2") format("woff2"), url("../fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/AeonikPro-Bold.woff2") format("woff2"), url("../fonts/AeonikPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/AeonikPro-RegularItalic.woff2") format("woff2"), url("../fonts/AeonikPro-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/AeonikPro-BoldItalic.woff2") format("woff2"), url("../fonts/AeonikPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/AeonikPro-Light.woff2") format("woff2"), url("../fonts/AeonikPro-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

body,
.mdc-toolbar__title {
  font-family: 'Aeonik', 'Montserrat', sans-serif; }

.position-relative {
  position: relative !important; }

.d-flex {
  display: flex; }

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

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

.text-underline {
  text-decoration: underline; }

.full-height {
  min-height: 100vh; }

.m-1 {
  margin: 1rem; }

.border-smooth {
  border-radius: 0.5rem !important; }

.p-2 {
  padding: 2rem; }

.pl-2 {
  padding-left: 2rem; }

.pr-2 {
  padding-right: 2rem; }

.p-3 {
  padding: 3rem; }

.circle {
  width: 48px;
  height: 48px; }

.main-text {
  font-family: 'Aeonik', 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: black; }
  .main-text a {
    color: black;
    font-weight: 500;
    border-bottom: 1.5px solid black; }

.grid-centered {
  display: grid;
  place-items: center; }

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

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

br.mobile {
  display: none; }

@media screen and (max-width: 800px) {
  br.mobile {
    display: block; } }

.sticky_navigation {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  background: white;
  z-index: 9999; }
  .sticky_navigation ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 1rem 4rem;
    border-top: 1px solid; }
  .sticky_navigation li a {
    display: flex;
    align-items: center;
    color: #999;
    cursor: pointer; }
    .sticky_navigation li a.active {
      color: #222; }
    .sticky_navigation li a:before {
      content: "";
      background: #222;
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 50%;
      line-height: 0;
      margin-right: 6px;
      visibility: hidden; }
    .sticky_navigation li a.active:before {
      visibility: visible; }
  .sticky_navigation .hamburger-container {
    display: none; }

@media screen and (max-width: 960px) {
  .sticky_navigation .hamburger-container {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .sticky_navigation .hamburger-container .hamburger {
      cursor: pointer;
      padding: 10px 10px 10px 15px; }
  .sticky_navigation ul {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 0;
    max-height: 0;
    margin: 0.5rem 0 1rem 1.5rem; }
    .sticky_navigation ul.open {
      height: auto;
      max-height: 800px; }
    .sticky_navigation ul li {
      padding: 5px 10px 10px 0; }
    .sticky_navigation ul li:last-child {
      padding-bottom: 2rem; } }

/* [ DEPRECATED due to 'react-scroll' ]
.active-intro li:nth-child(1) a{
  color: #222;
  &:before {
    visibility: visible;
  }
}
.active-findings li:nth-child(2) a{
  color: #222;
  &:before {
    visibility: visible;
  }
}
.active-data-overview li:nth-child(3) a{
  color: #222;
  &:before {
    visibility: visible;
  }
}
.active-interactive-map li:nth-child(4) a {
  color: #222;
  &:before {
    visibility: visible;
  }
}
*/
.btn {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid;
  padding: 10px 40px;
  border-radius: 24px;
  color: black;
  font-weight: 400; }

.btn-black {
  background-color: black;
  color: white; }

.btn-default {
  background-color: #fafafa; }

.mdc-dialog--open {
  z-index: 10000; }

.indicator {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
  justify-content: flex-end;
  height: 100%; }

.indicator-text a {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  margin: 1em 0;
  transition: all 200ms ease;
  color: #515151; }

.indicator-text a:hover {
  color: black; }

.indicator-bullets {
  margin-left: 10px;
  position: relative; }

.indicator-bullets:before {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: calc( 50% - 0.5px);
  background: gray;
  height: 4rem;
  width: 1px;
  content: ""; }

.indicator-text a.active {
  color: black;
  font-weight: bold; }

.indicator a.bullet {
  margin: 1em 0;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer; }

.indicator a.bullet.active::after {
  background: black; }

.indicator a.bullet:after {
  position: absolute;
  content: "";
  display: block;
  background: gray;
  width: 50%;
  height: 50%;
  border-radius: 50%; }

.floods-data-grid {
  font-family: "Aeonik", "Montserrat", sans-serif !important;
  overflow-x: auto; }
  .floods-data-grid .MuiDataGrid-colCellTitle {
    font-weight: 700 !important;
    color: "#7D7D7D" !important; }
  @media screen and (max-width: 400px) {
    .floods-data-grid .MuiDataGrid-main {
      width: 600px; } }
  .floods-data-grid .MuiDataGrid-row.Mui-even {
    background-color: #f7f7f7; }

.mdc-typography, .mdc-typography--display4 {
  font-family: 'Aeonik', 'Montserrat', sans-serif; }

.map-carousel .swiper-wrapper {
  min-height: 100%;
  min-height: 560px; }

.map-carousel .swiper-slide {
  height: auto !important; }

.swiper-button-prev,
.swiper-button-next {
  background: black !important; }

.swiper-button-prev:after, .swiper-button-next:after {
  color: white !important; }

.map-carousel-titles.swiper-container {
  margin-top: 5rem;
  padding: 0; }

.map-carousel-titles h3 {
  margin: 0;
  padding-bottom: 1.2rem; }

.map-carousel--legend {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 15px; }
  .map-carousel--legend div {
    position: relative;
    color: black; }
    .map-carousel--legend div:before {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: -18px;
      background: black;
      height: 10px;
      width: 10px;
      border-radius: 50%; }
  .map-carousel--legend div:first-child:before {
    background-color: #030f49; }
  .map-carousel--legend div:last-child:before {
    background: #4fbbdf; }

.sidebar-toggle {
  position: absolute;
  top: 5px;
  left: 0;
  cursor: pointer;
  background: white;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1rem;
  height: 1.6rem;
  width: 1.6rem;
  transition: all 500ms linear;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); }

.sidebar-toggle svg {
  left: -5px;
  position: relative; }

/* button.sidebar-toggle:after {
  content: "Slide";
  position: absolute;
  right: -36px;
  top: 0;
  font-size: 0.9rem;
  line-height: 1rem;
  height: 100%;
  display: grid;
  place-items: center;
} */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

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

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

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

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

.swiper-container {
  padding-bottom: 40px; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px; }

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #444;
  opacity: 1; }

.swiper-pagination-bullet-active {
  border: 1px solid #444;
  background: #444; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 16px;
  box-sizing: border-box; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: black; }

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

.event-carousel--swiper {
  padding-right: 2px; }
  .event-carousel--swiper .swiper-slide h6 {
    font-family: 'Aeonik', 'Montserrat', sans-serif; }
  .event-carousel--swiper .swiper-slide:first-child {
    margin-left: 1px; }

#event-carousel {
  width: 100%; }

#event-carousel--about-activation {
  color: black; }

@media screen and (max-width: 959px) {
  .event-carousel--swiper .swiper-pagination {
    width: 100vw !important; } }
