.button {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans";
}
.button .icon {
  font-size: 16px;
  color: #FFFFFF;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.small {
  padding: 8px 16px;
}
.button.medium {
  padding: 12px 16px;
}
.button.large {
  padding: 24px;
}
.button.cta {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.button.cta:hover {
  background: #FEECED;
  color: #ED1C24;
}
.button.primary {
  background: #0C1A81;
  border: 1px solid #0C1A81;
}
.button.primary:hover {
  background: #EFF0FD;
  color: #0C1A81;
}
.button.primary:hover .icon {
  color: #0C1A81;
}
.button.primary:disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}
.button.secondary {
  background: #FEECED;
  border: 1px solid #FEECED;
}
.button.secondary:hover {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.button.disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}

.wysiwyg {
  font-family: Open Sans;
}
.wysiwyg h1 {
  font-size: 36px;
  /* Heading 1 */
  margin: 16px 0;
  font-weight: 900;
}
.wysiwyg h2 {
  font-size: 28px;
  /* Heading 2 */
  margin: 14px 0;
  font-weight: 900;
}
.wysiwyg h3 {
  font-size: 24px;
  /* Heading 3 */
  margin: 12px 0;
  font-weight: 900;
}
.wysiwyg h4 {
  font-size: 18px;
  /* Heading 4 */
  margin: 10px 0;
  font-weight: 900;
}
.wysiwyg h5 {
  font-size: 16px;
  /* Heading 5 */
  margin: 8px 0;
  font-weight: 900;
}
.wysiwyg h6 {
  font-size: 14px;
  /* Heading 6 */
  margin: 6px 0;
  font-weight: 900;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  margin: 10px 0;
}
.wysiwyg strong {
  font-weight: 700 !important;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg a {
  color: #0C1A81;
}

.events {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.events .divider {
  height: 0.5px;
  background: #a9a9a9;
  margin: 40px 0;
  border: none;
}
.events .filter-by {
  color: var(--shades-black, #000);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.56px;
  font-weight: 400;
}
.events .open-filter {
  width: 100%;
}
.events .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.events .section-title {
  color: var(--primary-700, #0c1a81);
  margin: 40px 0;
  /* Heading / H3 / Bold */
  font-family: Open Sans;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 121.212% */
  letter-spacing: -0.66px;
}
.events .selected-filters {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 40px 0;
}
.events .selected-filters .chip {
  border: 0.2px solid var(--primary-700, #0c1a81);
  background: var(--primary-50, #eff0fd);
  padding: 12px 16px;
  color: var(--primary-700, #0c1a81);
  display: flex;
  /* Buttons */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  /* 118.75% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.events .events-content {
  flex: 1;
  padding: 80px 60px;
}
.events .events-content .cfa-title {
  font-size: 48px;
}
.events .events-content .content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.events .events-content .card {
  border: 0.5px solid var(--neutral-200, #cccfda);
  background: var(--shades-white, #fff);
  padding: 20px;
  width: 300px;
}
.events .events-content .card .flex-between {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.events .events-content .card .event-title {
  color: var(--primary-700, #0c1a81);
  margin-top: 20px;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  height: 48px;
  overflow: hidden;
}
.events .events-content .card .speaker-name {
  color: #000;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  /* 118.75% */
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}
.events .events-content .card .date,
.events .events-content .card .time,
.events .events-content .card .country,
.events .events-content .card .language,
.events .events-content .card .date {
  color: #000;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.events .events-content .card .country {
  font-size: 18px;
  line-height: 18px;
}
.events .filter-sidebar {
  display: flex;
}
@media (max-width: 768px) {
  .events .filter-sidebar {
    display: none;
  }
}
.events .filter-sidebar .mobile-filter {
  display: none;
}
@media (max-width: 768px) {
  .events .filter-sidebar .mobile-filter {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.events .clear-filters {
  color: var(--secondary-600, #b6131e);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  line-height: 28px;
  /* 155.556% */
  margin-top: 40px;
  text-transform: none;
  outline: none;
}

@media (min-width: 1440px) {
  .events {
    padding: 0 88px;
  }
  .events .events-content .content .card {
    flex-basis: calc(33.333% - 20px);
  }
}
@media (min-width: 1920px) {
  .events {
    padding: 0 328px;
  }
}
@media (max-width: 768px) {
  .events .events-content .content {
    justify-content: center;
  }
  .events .cfa-title {
    text-align: left;
  }
  .events .cfa-title::after {
    left: 0;
    transform: translateX(0%);
    font-family: Ibarra Real Nova;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .events .events-mobile-filters {
    display: none;
    padding: 60px 0 20px;
  }
  .events .open-filter {
    display: none;
  }
}

/*# sourceMappingURL=events.css.map */
