.page-content {
  padding: 60px 0 0 !important;
}

.um-banner {
  background-color: #383838;
  display: inline-flex;
  padding: 20px 80px 80px;
  align-items: center;
  gap: 32px;
}

.um-banner div {
  flex-basis: 100%;
}

.fi-logo {
  width: 70%;
}

h1 {
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: #383838;
  font-size: 36px;
  text-align: center;
}

h2.padded-heading {
  padding-bottom: 80px;
}

.white-text h2 {
  color: #FFFFFF;
}

h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 16px 0 34px;
}

h4 {
  color: #383838;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 24px 0;
}
h4.less-padding {
  padding: 12px 0;
}

h4.sub-heading {
  font-weight: 300;
}

p {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
p.info-text {
  font-size: 14px;
  color: #383838;
}
p.registration-text {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 28px;
  text-align: center;
  font-weight: 300;
}

p.center-text {
  text-align: center;
}

.banner-img {
  width: 50%;
  aspect-ratio: 295/196;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.buttons {
  display: inline-flex;
  gap: 24px;
}

.button-primary {
  border-radius: 10px;
  background: #BE0000;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 220px;
  height: 48px;
  border: 2px solid #BE0000;
  cursor: pointer;
}
.button-primary.wide {
  width: 100%;
}

.button-primary:hover {
  background: #8F0000;
  border: 2px solid #8F0000;
}

.button-secondary {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 212px;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  background: #383838;
  height: 48px;
  cursor: pointer;
}

.button-secondary:hover {
  opacity: 0.6;
}

.info-section {
  background-color: #FFFFFF;
  display: flex;
  padding: 60px;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.meeting-info {
  font-size: 20px;
  color: white;
  font-weight: 200;
  margin-bottom: 28px;
}

i.calendar {
  color: #BE0000;
  margin-right: 16px;
  font-size: 24px;
}

.quote-icon {
  transform: rotate(180deg);
}

span.spacing {
  margin-left: 24px;
}

span.list-text {
  color: #BE0000;
  font-size: 20px;
}

ul.um-list {
  list-style: none;
}

li {
  padding: 12px 0;
}

.carousel {
  flex-shrink: 0;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.grey-section,
.white-section,
.blue-section {
  display: flex;
  flex-direction: column;
  padding: 80px;
  justify-content: center;
  align-items: center;
}

.grey-section {
  background-color: #EAEAEA;
}

.white-section {
  background-color: #FFFFFF;
}

.blue-section {
  background-color: #2F4B66;
  padding: 80px 120px;
}

/* Event cards */
.event-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #FFFFFF;
  width: 492px;
  height: 400px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.event-box:hover {
  box-shadow: 3px 8px 15px 0 rgba(0, 0, 0, 0.25);
}

.event-cover {
  border-radius: 20px 20px 0 0;
  width: 492px;
  height: 310px;
  flex-shrink: 0;
  aspect-ratio: 492/317;
  transition: filter 0.3s ease, transform 0.3s ease;
  object-fit: cover;
}

.event-box:hover .event-cover,
.video:hover .event-cover {
  filter: brightness(60%);
}

.event-container {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.event-text {
  padding: 32px 0;
}

/* Video */
.video {
  display: inline-block;
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
}

.video:hover .play-button {
  transform: translate(-50%, -50%) scale(1.15);
}

/* Links */
a.link {
  color: #BE0000;
  text-decoration: none;
}

/* Schedule */
.schedule-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Schedule toggle */
.toggle-container {
  width: 588px;
  height: 44px;
  background-color: #EAEAEA;
  border-radius: 30px;
  display: flex;
  gap: 4px;
  cursor: pointer;
}

.active-day,
.inactive-day {
  border-radius: 30px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.active-day {
  color: #FFFFFF;
  background-color: #BE0000;
}

.inactive-day {
  color: #383838;
  background-color: #EAEAEA;
}

.schedule-table-container {
  padding-top: 80px;
  width: 85%;
}

.schedule-header {
  color: #FFFFFF;
  background-color: #383838;
  height: 52px;
  text-align: left;
}

table {
  width: 100%;
}

th {
  align-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 20px;
}

td {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-content: center;
  padding-left: 24px;
  background: #EAEAEA;
  background-clip: padding-box;
}

td:nth-child(1) {
  width: 25%;
  color: #BE0000;
  height: 60px;
}

td:nth-child(2) {
  width: 75%;
  color: #383838;
  height: 76px;
}

/* Rounded corners on the bottom row */
tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

tr:nth-child(2) {
  border-bottom: 1px solid #C8C8C8;
}

/* Testimonials */
.testimonials-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 60px;
}

.testimonial-box {
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.testimonial-box:hover {
  filter: drop-shadow(3px 8px 15px rgba(0, 0, 0, 0.25));
}

.quote {
  color: #383838;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 24px;
}

.testimonial-logo {
  width: 120px;
}

.name {
  color: #383838;
  font-size: 16px;
  margin-bottom: 4px !important;
}

.country {
  color: #BE0000;
  font-size: 16px;
}

hr {
  height: 1px;
  color: #C8C8C8;
  border-style: solid;
}

.company-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* Register Your Interest Section */
.register-container {
  background-color: #FFFFFF;
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
}

h4.register-heading {
  font-weight: 400;
  color: #383838;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.form-container {
  background-color: #FFFFFF;
  width: 85%;
  margin: 28px auto 0;
  padding: 20px 40px;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

label {
  display: block;
  font-size: 14px;
  color: #383838;
  margin-bottom: 5px;
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Full width for checkbox and submit button */
.full-width {
  grid-column: 1/3;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group label {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.form-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}

/* Slideshow */
.slideshow-container {
  position: relative;
  margin: auto;
  padding-bottom: 10px;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #BE0000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.slideshow {
  width: 40%;
}

.what-fi-meeting {
  width: 60%;
}

/* Page background within website layout */
.website main .page-content {
  background-color: #383838;
}

/* Share wrapper */
.share-wrapper {
  color: #FFFFFF;
}

.share-wrapper .sharer {
  background: #BE0000;
}

.share-wrapper .sharer:hover {
  background: #8F0000;
}

/* Toast notifications */
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.toast {
  padding: 12px 18px;
  background: #383838;
  color: #FFFFFF;
  border-radius: 6px;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast.success {
  background: #383838;
  border-left: 8px solid #BE0000;
}

.toast.error {
  background: #BE0000;
  border-left: 8px solid #8F0000;
}

.thank-you-message {
  padding: 30px;
  text-align: center;
}

.thank-you-message h2 {
  margin-bottom: 10px;
  color: #383838;
}

.thank-you-message p {
  color: #383838;
}

/* Responsive */
@media (max-width: 1024px) {
  .um-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px;
  }
  .um-banner div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .um-flex {
    display: flex;
  }
  .banner-img {
    display: none;
  }
  .center-stuff {
    justify-content: center;
  }
  h3 {
    text-align: center;
  }
  .info-section {
    flex-direction: column;
    padding: 60px 28px;
  }
  .what-fi-meeting,
  .slideshow {
    width: 100%;
  }
  .carousel {
    height: auto;
  }
  .grey-section,
  .white-section,
  .blue-section {
    padding: 60px 28px;
  }
  .event-container {
    flex-direction: column;
  }
  .event-box {
    flex-direction: column;
    width: 100%;
  }
  .event-cover {
    width: 100%;
  }
  .toggle-container {
    width: 300px;
  }
  .schedule-table-container {
    width: 100%;
  }
  th, td {
    font-size: 16px;
  }
  .testimonials-container {
    flex-direction: column;
  }
  h4 {
    text-align: center;
  }
  .form-container {
    padding: 20px;
  }
  p.info-text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=fi-user-meeting.css.map */
