* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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

p {
  margin: 0;
  padding: 0;
}

label {
  display: block;
}

input, select, textarea {
  font-size: inherit;
  border-radius: 6px;
  height: 42px;
  padding: 6px;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 2px solid black;
}

input:disabled {
  color: #ccc;
}

/* Defaults Above */
/* High cardinal use */
/* General */
.row {
  display: flex;
  flex-direction: row;
}

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

.row.hcenter {
  justify-content: center;
}

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

.row.nowrap {
  flex-wrap: nowrap;
}

.row.wrap {
  flex-wrap: wrap;
}

.row.end {
  justify-content: flex-end;
}

.col {
  display: flex;
  flex-direction: column;
}

.col.vcenter {
  justify-content: center;
}

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

.col.between {
  align-items: space-between;
}

.col.start {
  align-items: flex-start;
}

.centercenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f1 {
  flex: 1;
}

.pointer {
  cursor: pointer;
}

/* .underline {
  text-decoration: underline;
} */
/* Site specific */
/* TODO: Move to theme */
.section-header {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 20px;
}

.button {
  display: inline-block;
  padding: 7px 17px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  /* If used with a button tag */
  outline: none;
  border: none;
  background-color: var(--secondary);
  color: var(--text-secondary) !important;
}

.button.primary {
  background-color: var(--primary);
  color: var(--text-primary) !important;
}

/* Layout shared styles */
.login-title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

.login-subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.slant {
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  width: 42px;
  height: 5rem;
}

.form-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-8 {
  margin-right: 8px;
}

.error-box {
  border-radius: 3px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #eebdc5;
  background-color: #f3d0d6;
  color: #660919;
}

.success-box {
  border-radius: 3px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #e9f8e8;
  background-color: #e9f8e8;
  color: #4b7348;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 123123123;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-button {
  position: relative;
  padding: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.pointer {
  cursor: pointer;
}

.shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

.box.svelte-8xgrh0.svelte-8xgrh0 {
  border: 4px solid var(--primary);
  background: white;
  max-width: 784px;
  width: 784px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

@media (max-width: 767px) {
  .box.svelte-8xgrh0.svelte-8xgrh0 {
    width: 100%;
    height: 100%;
    border: none;
  }
}
.box.svelte-8xgrh0 .content.svelte-8xgrh0 {
  padding: 32px;
}

@media (max-width: 767px) {
  .box.svelte-8xgrh0 .content.svelte-8xgrh0 {
    padding: 16px;
  }
}
.box.svelte-8xgrh0.svelte-8xgrh0 {
  border: 4px solid var(--primary);
  background: white;
  max-width: 784px;
  width: 784px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

@media (max-width: 767px) {
  .box.svelte-8xgrh0.svelte-8xgrh0 {
    width: 100%;
    height: 100%;
    border: none;
  }
}
.box.svelte-8xgrh0 .content.svelte-8xgrh0 {
  padding: 32px;
}

@media (max-width: 767px) {
  .box.svelte-8xgrh0 .content.svelte-8xgrh0 {
    padding: 16px;
  }
}
.gutter.svelte-1bsku8h {
  width: 16px;
}

@media (max-width: 479px) {
  .gutter.svelte-1bsku8h {
    height: 16px;
  }
}
.rowtocol.svelte-1bsku8h {
  display: flex;
  flex-direction: row;
}

@media (max-width: 479px) {
  .rowtocol.svelte-1bsku8h {
    flex-direction: column;
  }
}
.title.svelte-1bsku8h {
  font-size: 32px;
  font-weight: normal;
}

.label.svelte-1bsku8h {
  font-size: 16px;
  margin: 16px 0 10px 0;
}

textarea.svelte-1bsku8h {
  width: 100%;
  height: 200px;
  padding: 6px;
}

.error.svelte-1bsku8h {
  color: white;
  background-color: var(--guardsmen-red);
  align-self: flex-start;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 2px;
  margin-top: 2px;
}

.container.svelte-1bsku8h {
  background-color: var(--primary);
  color: var(--text-primary);
  padding: 36px;
  max-width: 800px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

@media (max-width: 767px) {
  .container.svelte-1bsku8h {
    width: 100%;
  }
}
.sub-text.svelte-1bsku8h {
  font-size: 16px;
  font-weight: normal;
}

.poweredby.svelte-15nxsgr.svelte-15nxsgr {
  font-size: 20px;
  font-weight: 300;
}

.poweredby.svelte-15nxsgr span.svelte-15nxsgr {
  font-weight: 800;
}

@media (max-width: 479px) {
  .poweredby.svelte-15nxsgr.svelte-15nxsgr {
    display: none;
  }
}
.footer.svelte-15nxsgr.svelte-15nxsgr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background-color: var(--primary);
  color: var(--text-primary);
  padding: 0 40px;
  font-size: 16px;
  font-weight: 350;
}

.footer.svelte-15nxsgr img.svelte-15nxsgr {
  height: 72px;
  padding: 12px;
}

@media (max-width: 479px) {
  .footer.svelte-15nxsgr img.svelte-15nxsgr {
    display: none;
  }
}
.footer.svelte-15nxsgr .link.svelte-15nxsgr {
  margin: 0 40px;
  white-space: nowrap;
}

@media (max-width: 479px) {
  .footer.svelte-15nxsgr .link.svelte-15nxsgr {
    margin: 0 20px;
  }
}
.content.svelte-15nxsgr.svelte-15nxsgr {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  margin-top: 5rem;
  padding: 2rem 0 calc(2rem + 72px) 0;
}

@media (max-width: 767px) {
  .content.svelte-15nxsgr.svelte-15nxsgr {
    padding: 2rem 0 72px 0;
  }
}
.box.svelte-lyhh2b.svelte-lyhh2b {
  border: 4px solid var(--primary);
  background: white;
  max-width: 784px;
  width: 784px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

@media (max-width: 767px) {
  .box.svelte-lyhh2b.svelte-lyhh2b {
    width: 100%;
    height: 100%;
    border: none;
  }
}
.box.svelte-lyhh2b .content.svelte-lyhh2b {
  padding: 32px;
}

@media (max-width: 767px) {
  .box.svelte-lyhh2b .content.svelte-lyhh2b {
    padding: 16px;
  }
}
.tab.svelte-lyhh2b.svelte-lyhh2b {
  flex: 1;
  height: 62px;
  background-color: var(--primary);
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
  overflow-x: hidden;
}

.tab.active.svelte-lyhh2b.svelte-lyhh2b {
  background-color: white;
  color: black;
}

.image-icon.svelte-9vrzb1.svelte-9vrzb1 {
  margin-right: 12px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(68%) saturate(0%) hue-rotate(184deg) brightness(96%) contrast(86%);
}

.item.active.svelte-9vrzb1 .image-icon.svelte-9vrzb1 {
  filter: brightness(100);
}

@media (max-width: 479px) {
  .desktop-right.svelte-9vrzb1.svelte-9vrzb1 {
    display: none;
  }
}
.mobile-right.svelte-9vrzb1.svelte-9vrzb1 {
  display: none;
}

@media (max-width: 479px) {
  .mobile-right.svelte-9vrzb1.svelte-9vrzb1 {
    display: block;
  }
}
.menu-base.svelte-9vrzb1.svelte-9vrzb1 {
  position: relative;
  font-weight: normal;
  font-size: 20px;
}

.frame-content.svelte-9vrzb1.svelte-9vrzb1 {
  margin-left: 5rem;
  padding-top: 5rem;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.frame-content.frame.svelte-9vrzb1.svelte-9vrzb1 {
  padding: 7rem 5rem 2rem 5.5rem;
}

@media (max-width: 767px) {
  .frame-content.frame.svelte-9vrzb1.svelte-9vrzb1 {
    padding: 16px;
    padding-top: 7rem;
  }
}
@media (max-width: 479px) {
  .frame-content.svelte-9vrzb1.svelte-9vrzb1 {
    margin-left: 0;
  }
}
.menuitem.svelte-9vrzb1.svelte-9vrzb1 {
  font-size: 18px;
  padding: 8px 24px;
  white-space: nowrap;
  color: black;
  margin: 1px;
  border-radius: 0 0 5px 5px;
}

.profile-menu.svelte-9vrzb1.svelte-9vrzb1 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
  position: absolute;
  top: 0;
  right: -8px;
  left: -8px;
  z-index: 1;
  display: none;
}

.profile-menu.svelte-9vrzb1 .menu.svelte-9vrzb1 {
  margin-top: 2rem;
  background-color: white;
  border-radius: 0 0 5px 5px;
}

.mobile-menu.svelte-9vrzb1.svelte-9vrzb1 {
  position: absolute;
  z-index: 2;
  top: 5rem;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.mobile-menu.svelte-9vrzb1 .content.svelte-9vrzb1 {
  background-color: black;
  padding-bottom: 18px;
}

.mobile-menu.svelte-9vrzb1 .content .hr.svelte-9vrzb1 {
  margin: 0 18px;
  height: 1px;
  background-color: var(--gray5);
  opacity: 0.2;
}

.mobile-menu.svelte-9vrzb1 .content .item.svelte-9vrzb1 {
  cursor: pointer;
  padding: 18px 34px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.mobile-menu.svelte-9vrzb1 .content .item span.svelte-9vrzb1 {
  margin-right: 12px;
}

.mobile-menu.svelte-9vrzb1 .content .item.active.svelte-9vrzb1 {
  background-color: white;
  color: black;
}

.mobile-menu.svelte-9vrzb1 .content .item-sub.svelte-9vrzb1 {
  padding: 18px 34px;
  cursor: pointer;
  display: flex;
  color: white;
}

.show.svelte-9vrzb1.svelte-9vrzb1 {
  display: block;
}

.base.svelte-1lw3383 {
  display: inline-block;
}

.indeterminate.svelte-1lw3383 {
  animation: svelte-1lw3383-circular-rotate 1.4s linear infinite;
}

.ani.svelte-1lw3383 {
  animation: svelte-1lw3383-circular-dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px;
}

@keyframes svelte-1lw3383-circular-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes svelte-1lw3383-circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}
.gutter.svelte-e9vvuy {
  width: 16px;
}

@media (max-width: 479px) {
  .gutter.svelte-e9vvuy {
    height: 16px;
  }
}
.rowtocol.svelte-e9vvuy {
  display: flex;
  flex-direction: row;
}

@media (max-width: 479px) {
  .rowtocol.svelte-e9vvuy {
    flex-direction: column;
  }
}
.gutter.svelte-e9vvuy {
  width: 16px;
}

@media (max-width: 479px) {
  .gutter.svelte-e9vvuy {
    height: 16px;
  }
}
.rowtocol.svelte-e9vvuy {
  display: flex;
  flex-direction: row;
}

@media (max-width: 479px) {
  .rowtocol.svelte-e9vvuy {
    flex-direction: column;
  }
}
.header.svelte-1buk0s3 {
  position: fixed;
  height: 5rem;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 0 5rem;
  background-color: var(--primary);
  color: var(--text-primary);
}

@media (max-width: 991px) {
  .header.svelte-1buk0s3 {
    padding: 0 16px;
  }
}
.main.svelte-1buk0s3 {
  padding: 0 5rem 0 10.5rem;
}

@media (max-width: 991px) {
  .main.svelte-1buk0s3 {
    padding: 0 0 0 16px;
  }
}
.logo.svelte-1buk0s3 {
  object-fit: contain;
  height: calc(5rem - 32px);
}

@media (max-width: 767px) {
  .logo-box-mobile.svelte-1buk0s3 {
    padding-right: 12px;
  }
}
.name.svelte-1buk0s3 {
  margin-left: 16px;
  font-weight: 900;
  font-size: 20px;
}

.nav.svelte-1ezxvv5.svelte-1ezxvv5 {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 80px;
  bottom: 0px;
  width: 80px;
  background-color: var(--primary);
  padding-top: 12px;
  transition: ease-out 250ms;
  overflow: hidden;
  color: var(--text-primary);
  user-select: none;
}

@media (max-width: 479px) {
  .nav.svelte-1ezxvv5.svelte-1ezxvv5 {
    display: none;
  }
}
.nav.svelte-1ezxvv5.svelte-1ezxvv5:hover {
  width: 250px;
}

.tile-row.svelte-1ezxvv5.svelte-1ezxvv5 {
  cursor: pointer;
  padding-right: 16px;
  width: 250px;
}

.tile-row.svelte-1ezxvv5.svelte-1ezxvv5:hover {
  background-color: var(--secondary);
  color: var(--text-primary);
}

.tile-row.active.svelte-1ezxvv5.svelte-1ezxvv5 {
  background-color: var(--secondary);
  color: var(--text-primary);
}

.tile-row.active.svelte-1ezxvv5 .tile.svelte-1ezxvv5 {
  color: var(--text-secondary);
}

.tile-row.svelte-1ezxvv5:hover .image-icon.svelte-1ezxvv5 {
  filter: brightness(0) saturate(100%) invert(14%) sepia(68%) saturate(0%) hue-rotate(184deg) brightness(96%) contrast(86%);
}

.tile-row.active.svelte-1ezxvv5 .image-icon.svelte-1ezxvv5 {
  filter: brightness(0) saturate(100%) invert(14%) sepia(68%) saturate(0%) hue-rotate(184deg) brightness(96%) contrast(86%);
}

.tile.svelte-1ezxvv5.svelte-1ezxvv5 {
  height: 48px;
  width: 80px;
  flex-shrink: 0;
  color: var(--text-primary);
}

.tile-row.svelte-1ezxvv5:hover .tile.svelte-1ezxvv5 {
  color: var(--text-secondary);
}

.text.svelte-1ezxvv5.svelte-1ezxvv5 {
  font-size: 16px;
  font-weight: normal;
}

.notifications.svelte-n19qdu {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1000;
}

@media (max-width: 767px) {
  .notifications.svelte-n19qdu {
    left: 25px;
    right: 25px;
  }
}
.notification.svelte-n19qdu {
  width: 556px;
  color: var(--text-primary);
  background-color: var(--primary);
  padding: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .notification.svelte-n19qdu {
    width: unset;
  }
}
.title.svelte-n19qdu {
  font-size: 16px;
  font-weight: bold;
}

.subtitle.svelte-n19qdu {
  font-size: 12px;
  font-weight: 300;
}

.box.svelte-r59qls {
  background-color: white;
  padding: 32px;
  line-height: 1;
}

.img.svelte-r59qls {
  width: calc(44% - 32px);
  margin-right: 32px;
  position: relative;
}

@media (max-width: 479px) {
  .img.svelte-r59qls {
    display: none;
  }
}
img.svelte-r59qls {
  object-fit: contain;
  object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

.right.svelte-r59qls {
  width: 56%;
}

@media (max-width: 479px) {
  .right.svelte-r59qls {
    width: 100%;
  }
}
.leadTitle.svelte-r59qls {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 600;
}

.title.svelte-r59qls {
  font-size: 54px;
  margin-bottom: 16px;
  font-weight: 800;
}

.asset-container.svelte-1yy3srl {
  flex-wrap: wrap;
}

.modal-container.svelte-1yy3srl {
  background-color: white;
  border-radius: 5px;
  color: black;
  padding: 6px;
  min-width: 320px;
  min-height: 185px;
}

@media (max-width: 991px) {
  .modal-container.svelte-1yy3srl {
    padding: 0;
    background-color: unset;
    border-radius: unset;
  }
}
.asset.svelte-1yy3srl {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
  position: relative;
  width: 320px;
  height: 185px;
  background-color: white;
  color: white;
  margin: 8px;
  padding: 16px;
  cursor: pointer;
  background-size: cover;
  overflow: hidden;
  transition: ease-out 150ms;
}

.asset.svelte-1yy3srl:hover {
  transform: scale(1.05);
}

.bar.svelte-1yy3srl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 4px;
  font-size: 20px;
}

.icon.svelte-1yy3srl {
  background-color: white;
  border-radius: 8px;
  margin-right: 5px;
  pointer-events: none;
  width: 28px;
  height: 28px;
}

.color.svelte-11hpiwh.svelte-11hpiwh {
  background-size: cover;
  background-color: white;
  flex: 1;
  height: 100%;
}

@media (max-width: 767px) {
  .color.svelte-11hpiwh.svelte-11hpiwh {
    display: none;
  }
}
.background.svelte-11hpiwh.svelte-11hpiwh {
  flex: 1;
  align-self: stretch;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center center;
  position: relative;
}

.content.svelte-11hpiwh.svelte-11hpiwh {
  position: absolute;
  top: 50%;
  left: 50%;
}

.indicator.svelte-11hpiwh.svelte-11hpiwh {
  position: absolute;
  cursor: pointer;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 96px;
}

.plus.svelte-11hpiwh.svelte-11hpiwh {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
  display: flex;
  border-radius: 9999px;
  background-color: var(--backcolor);
  color: var(--forecolor);
  width: 36px;
  height: 36px;
}

.label.svelte-11hpiwh.svelte-11hpiwh {
  background-color: var(--backcolor);
  color: var(--forecolor);
  padding: 4px 16px;
  margin-top: 8px;
  font-weight: 500;
  white-space: nowrap;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.mobile.svelte-11hpiwh.svelte-11hpiwh {
  display: none;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  background-color: black;
  min-height: calc(100vh - 5rem);
  color: white;
}

@media (max-width: 767px) {
  .mobile.svelte-11hpiwh.svelte-11hpiwh {
    display: flex;
  }
}
.mobile.svelte-11hpiwh div.svelte-11hpiwh {
  color: orange;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin: 8px 0;
}

.mobile.svelte-11hpiwh img.svelte-11hpiwh {
  width: 100%;
  object-fit: contain;
}

.section-box.svelte-1yymwo5 {
  padding: 32px 64px;
  margin-bottom: 32px;
  color: var(--text-primary);
  background: var(--primary);
  background-position: center;
  background-size: cover;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

@media (max-width: 479px) {
  .section-box.svelte-1yymwo5 {
    padding: 16px;
  }
}
.title.svelte-1yymwo5 {
  font-size: 40px;
  font-weight: 800;
}

@media (max-width: 479px) {
  .title.svelte-1yymwo5 {
    font-size: 20px;
  }
}
.sub-title.svelte-1yymwo5 {
  margin-top: 16px;
}

video.svelte-g5duhc.svelte-g5duhc {
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
}

.vimeo.svelte-g5duhc.svelte-g5duhc {
  position: relative;
  min-width: 80vw;
  max-height: 80vh;
}

.vimeo.svelte-g5duhc.svelte-g5duhc:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.vimeo.svelte-g5duhc > .content.svelte-g5duhc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vimeo.svelte-g5duhc .content.svelte-g5duhc {
  pointer-events: auto;
}

img.svelte-g5duhc.svelte-g5duhc {
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
}

.example-card.svelte-70rl39.svelte-70rl39 {
  opacity: 0.4;
  pointer-events: none;
  margin-top: 32px;
}

.day-header.svelte-70rl39.svelte-70rl39 {
  font-size: 28px;
  font-weight: 400;
  margin: 16px 0;
  color: black;
}

@media (max-width: 767px) {
  .day-header.svelte-70rl39.svelte-70rl39 {
    margin-top: 24px;
  }
}
.title.svelte-70rl39.svelte-70rl39 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tocol.svelte-70rl39.svelte-70rl39 {
    flex-direction: column;
  }
}
.modal-container.svelte-70rl39.svelte-70rl39 {
  background-color: white;
  border-radius: 5px;
  color: black;
  padding: 16px;
  min-width: 320px;
  min-height: 185px;
  max-width: 780px;
}

.day-header.svelte-70rl39.svelte-70rl39:first-child {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .day-header.svelte-70rl39.svelte-70rl39:first-child {
    margin-top: unset;
  }
}
.howtojoin.svelte-70rl39.svelte-70rl39 {
  z-index: 1;
  text-decoration: underline;
  cursor: pointer;
  color: black;
  align-self: flex-end;
  margin-bottom: -40px;
}

@media (max-width: 767px) {
  .howtojoin.svelte-70rl39.svelte-70rl39 {
    margin-bottom: unset;
    align-self: center;
    margin: 16px 0;
  }
}
.filter-box.svelte-70rl39.svelte-70rl39 {
  position: relative;
}

.filter-box.svelte-70rl39 > .svelte-70rl39:first-child {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 8px;
  left: 8px;
  color: black;
}

.filter-box.svelte-70rl39 input.svelte-70rl39 {
  font-size: 16px;
  font-weight: 300;
  padding-left: 34px;
  flex: 1;
  width: 100%;
}

.nav-block.svelte-70rl39.svelte-70rl39 {
  color: var(--primary);
  font-weight: normal;
  font-size: 20px;
  margin-right: 32px;
}

.nav-item.svelte-70rl39.svelte-70rl39 {
  padding: 8px 16px;
  display: flex;
  cursor: pointer;
  color: black;
}

.nav-item.svelte-70rl39.svelte-70rl39:hover {
  background-color: var(--secondary);
  color: var(--text-secondary);
}

.nav-item.svelte-70rl39 > .svelte-70rl39:first-child {
  width: 140px;
}

.nav-item.svelte-70rl39 > .svelte-70rl39:last-child {
  flex: 1;
  font-weight: bold;
}

.box.svelte-1u5edyx {
  padding: 24px 48px;
  margin-bottom: 32px;
  background-color: var(--primary);
  color: var(--text-primary);
  background-size: cover;
  background-position: center;
  min-height: 182px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

.title.svelte-1u5edyx {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
}

.desc.svelte-1u5edyx {
  font-size: 16px;
}

.countdown.svelte-1u5edyx {
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .countdown.svelte-1u5edyx {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .countdown.svelte-1u5edyx {
    font-size: 20px;
  }
}
.rowtocol.svelte-vkqh3o.svelte-vkqh3o {
  display: flex;
  flex-direction: row;
}

@media (max-width: 479px) {
  .rowtocol.svelte-vkqh3o.svelte-vkqh3o {
    flex-direction: column;
  }
}
.rowtocol-tablet.svelte-vkqh3o.svelte-vkqh3o {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .rowtocol-tablet.svelte-vkqh3o.svelte-vkqh3o {
    flex-direction: column;
  }
}
.dialog-container.svelte-vkqh3o.svelte-vkqh3o, .dialog-container-chat.svelte-vkqh3o.svelte-vkqh3o {
  width: 400px;
  height: 250px;
  border-radius: 5px;
  background-color: var(--primary);
  color: var(--text-primary);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
  padding: 8px 16px;
}

.dialog-container-chat.svelte-vkqh3o.svelte-vkqh3o {
  height: unset;
}

.dialog-title.svelte-vkqh3o.svelte-vkqh3o {
  font-size: 24px;
}

.dialog-label.svelte-vkqh3o.svelte-vkqh3o {
  font-size: 18px;
}

.question-text.svelte-vkqh3o.svelte-vkqh3o {
  width: 100%;
  height: 80px;
  font-family: inherit;
}

.question-sent.svelte-vkqh3o.svelte-vkqh3o {
  align-self: center;
  font-size: 26px;
  font-weight: bold;
}

.control-label.svelte-vkqh3o.svelte-vkqh3o {
  user-select: none;
  font-size: 14px;
  color: var(--text-primary);
}

.reaction-emitter.svelte-vkqh3o.svelte-vkqh3o {
  pointer-events: none;
  bottom: 35px;
  right: 180px;
  position: absolute;
  z-index: 1000;
}

.chatRoomBox.svelte-vkqh3o.svelte-vkqh3o {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 280px;
  background-color: #f7f7f8;
}

@media (max-width: 479px) {
  .chatRoomBox.svelte-vkqh3o.svelte-vkqh3o {
    height: 40vh;
  }
}
.topbar.svelte-vkqh3o.svelte-vkqh3o {
  height: 42px;
  background-color: var(--primary);
  color: var(--text-primary);
}

.topbar-button.svelte-vkqh3o.svelte-vkqh3o {
  background-color: var(--secondary);
  color: var(--text-secondary);
  border-radius: 0 !important;
}

.control-button.svelte-vkqh3o.svelte-vkqh3o {
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
  width: 42px;
  height: 42px;
}

.control-button.svelte-vkqh3o.svelte-vkqh3o:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.title-box.svelte-vkqh3o.svelte-vkqh3o {
  background-color: var(--primary);
  color: var(--text-primary);
  font-size: 32px;
  padding: 16px 32px;
  flex-shrink: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

.title-text-1.svelte-vkqh3o.svelte-vkqh3o {
  font-size: 24px;
  font-weight: 900;
  max-width: 700px;
  margin-right: 48px;
}

@media (max-width: 479px) {
  .title-text-1.svelte-vkqh3o.svelte-vkqh3o {
    display: none;
  }
}
.about-box.svelte-vkqh3o.svelte-vkqh3o {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
  background-color: white;
  color: black;
  margin: 16px 0;
  padding: 16px 32px;
}

.about-title.svelte-vkqh3o.svelte-vkqh3o {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 479px) {
  .about-title.svelte-vkqh3o.svelte-vkqh3o {
    display: none;
  }
}
.sub-title.svelte-vkqh3o.svelte-vkqh3o {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}

.desc.svelte-vkqh3o.svelte-vkqh3o {
  font-size: 16px;
  font-weight: normal;
}

.sixteen-nine.svelte-vkqh3o.svelte-vkqh3o {
  position: relative;
  background-color: black;
  overflow: hidden;
}

.sixteen-nine.svelte-vkqh3o.svelte-vkqh3o:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine.svelte-vkqh3o > .content.svelte-vkqh3o {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.gutter.svelte-ljhcsi {
  width: 16px;
}

@media (max-width: 479px) {
  .gutter.svelte-ljhcsi {
    height: 16px;
  }
}
.rowtocol.svelte-ljhcsi {
  display: flex;
  flex-direction: row;
}

@media (max-width: 479px) {
  .rowtocol.svelte-ljhcsi {
    flex-direction: column;
  }
}
.rowtocol-tablet.svelte-ljhcsi {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .rowtocol-tablet.svelte-ljhcsi {
    flex-direction: column;
  }
}
.yesnoquestionbox.svelte-ljhcsi {
  margin: 16px;
  margin-left: 0;
}

@media (max-width: 479px) {
  .yesnoquestionbox.svelte-ljhcsi {
    justify-content: center;
  }
}
.liveresponse.svelte-ljhcsi {
  margin-bottom: 8px;
}

.vote-box.svelte-ljhcsi {
  margin: 16px 32px;
}

.vote-bar.svelte-ljhcsi {
  padding-top: 6px;
  min-height: 32px;
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  z-index: 2;
  border-radius: 5px;
  cursor: pointer;
}

.vote-bar.disabled.svelte-ljhcsi {
  cursor: unset;
}

.vote-fill.svelte-ljhcsi {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 32px;
  border-radius: 0px 0px 15px 0px;
  min-width: 44px;
}

.vote-answer.svelte-ljhcsi {
  color: black;
}

.vote-tally.svelte-ljhcsi {
  color: white;
  width: 44px;
  padding-left: 8px;
  margin-right: 8px;
  flex-shrink: 0;
}

.bar.svelte-ljhcsi {
  background-color: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
}

.question.svelte-ljhcsi, .question-mult.svelte-ljhcsi {
  margin: 16px;
  width: 50%;
  max-width: 400px;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 479px) {
  .question.svelte-ljhcsi, .question-mult.svelte-ljhcsi {
    width: unset;
    max-width: unset;
  }
}
@media (max-width: 479px) {
  .question-mult.svelte-ljhcsi {
    text-align: center;
    margin: 16px;
  }
}
.vr.svelte-ljhcsi {
  width: 1px;
  height: 48px;
  background-color: black;
  margin: 0 12px;
  align-self: center;
}

@media (max-width: 479px) {
  .vr.svelte-ljhcsi {
    display: none;
  }
}
.livepoll.svelte-ljhcsi {
  background-color: var(--secondary);
  color: var(--text-secondary);
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
}

@media (max-width: 479px) {
  .livepoll.svelte-ljhcsi {
    display: none;
  }
}
.thumbup.svelte-ljhcsi, .thumbdown.svelte-ljhcsi {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin: 3px;
  flex-shrink: 0;
}

.thumbdown.svelte-ljhcsi {
  background-color: rgb(253, 116, 118);
}

.thumbup.svelte-ljhcsi {
  background-color: rgb(48, 196, 99);
}

.thumbup-color.svelte-ljhcsi {
  color: rgb(48, 196, 99);
}

.thumbdown-color.svelte-ljhcsi {
  color: rgb(253, 116, 118);
}

.bubble.svelte-1eamhd4 {
  position: absolute;
  font-size: 24px;
}

.unit.svelte-xdrwj1 {
  font-size: 24px;
  font-weight: 300;
}

.container.svelte-1bbvt7g {
  position: relative;
}

.abs.svelte-1bbvt7g {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.messages.svelte-1bbvt7g {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 4px;
}

.name.svelte-1bbvt7g {
  font-weight: 600;
}

.bottombar.svelte-1bbvt7g {
  background-color: white;
}

.text-input.svelte-1bbvt7g {
  border: none;
}

.send-button.svelte-1bbvt7g {
  padding: 12px;
}

.card.svelte-1ckhhte.svelte-1ckhhte {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5333333333);
  display: flex;
  flex-direction: row;
  padding: 24px;
  background-color: white;
  color: black;
  border-left: 16px solid transparent;
  margin-bottom: 16px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .card.svelte-1ckhhte.svelte-1ckhhte {
    flex-direction: column;
  }
}
.card.live.svelte-1ckhhte.svelte-1ckhhte {
  border-left-color: var(--secondary);
}

.action-box.svelte-1ckhhte.svelte-1ckhhte {
  margin: 16px 0;
}

.action-box.live.svelte-1ckhhte.svelte-1ckhhte {
  color: var(--secondary);
  font-weight: 700;
  font-size: 20px;
}

.action-box.past.svelte-1ckhhte.svelte-1ckhhte {
  color: grey;
  font-style: italic;
  font-size: 14px;
}

.left.svelte-1ckhhte.svelte-1ckhhte {
  width: 180px;
}

@media (max-width: 767px) {
  .left.svelte-1ckhhte.svelte-1ckhhte {
    width: unset;
  }
}
.right.svelte-1ckhhte.svelte-1ckhhte {
  flex: 1;
}

.month.svelte-1ckhhte.svelte-1ckhhte {
  font-size: 20px;
  font-weight: 300;
}

.startTime.svelte-1ckhhte.svelte-1ckhhte {
  font-size: 20px;
  font-weight: 300;
}

.endTime.svelte-1ckhhte.svelte-1ckhhte {
  font-weight: 300;
  font-size: 20px;
}

.title.svelte-1ckhhte.svelte-1ckhhte {
  font-weight: 700;
  font-size: 20px;
}

.desc.svelte-1ckhhte.svelte-1ckhhte {
  font-size: 20px;
  font-weight: 300;
}

.speaker-container.svelte-1ckhhte.svelte-1ckhhte {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px);
}

.speaker-container.svelte-1ckhhte > .svelte-1ckhhte {
  margin: 12px 0 0 12px;
}

.speaker-container.svelte-1ckhhte .speaker.svelte-1ckhhte {
  font-weight: 300;
}

.speaker-container.svelte-1ckhhte .speaker img.svelte-1ckhhte {
  border-radius: 100%;
  height: 52px;
  width: 52px;
  margin-right: 10px;
}

.container.svelte-1x0uu08 {
  height: 26px;
  overflow: hidden;
  border-radius: 13px;
  position: relative;
  color: white;
  font-weight: bold;
}

.text.svelte-1x0uu08 {
  font-weight: bold;
}

.bar1.svelte-1x0uu08, .bar2.svelte-1x0uu08 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 15px 0px 15px 15px;
}

.bar1.svelte-1x0uu08 {
  background-color: rgb(253, 116, 118);
  max-width: calc(100% - 30px);
  min-width: 30px;
  z-index: 0;
}

.bar2.svelte-1x0uu08 {
  background-color: rgb(48, 196, 99);
  width: 100%;
  z-index: 0;
}