.events .icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.events .icons > * {
  display: flex;
  align-items: center;
  gap: 5px;
}
.events .event_name {
  text-transform: uppercase;
}
.events .box_central {
  text-align: center;
  margin-bottom: 40px;
}
.events .action.primary.external_link {
  box-shadow: inset 0px 0px 0px 2px #000 !important;
  background: #fff;
  color: #000;
}
.events.events_list .single_event .img_box {
  position: relative;
}
.events.events_list .single_event .img_box .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  background: #AC8F01;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 30px;
}
.events.events_list .single_event .img_box .sticker.online {
  background: #0192EF;
}
.events.events_list .events_collection {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.events.events_list .event_name {
  font-size: var(--h3-size);
  font-weight: 600;
}
.events.event_view .icons {
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
  column-gap: 40px;
}
.events.event_view .magezon-builder h2,
.events.event_view .magezon-builder h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.events.event_view .magezon-builder .mgz-element-text.heading h2,
.events.event_view .magezon-builder .mgz-element-text.heading h3 {
  margin-bottom: 20px;
  position: relative;
}
.events.event_view .magezon-builder .mgz-element-text.heading h2 span,
.events.event_view .magezon-builder .mgz-element-text.heading h3 span {
  background: #fff;
  padding: 0 20px;
}
.events.event_view .magezon-builder .mgz-element-text.heading h2:before,
.events.event_view .magezon-builder .mgz-element-text.heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 20px;
  border: 2px solid lightgrey;
  border-bottom: 0;
  z-index: -1;
}
.events.event_view .magezon-builder .mgz-element-text.with_padding {
  padding: 0 30px;
}
.events.event_view .box_cta {
  border-top: 2px solid lightgrey;
  padding-top: 60px;
  margin-top: 60px !important;
}
.events.event_view .box_cta .h {
  font-size: var(--h1-size);
  font-weight: 800;
  text-transform: uppercase;
}
.events.event_view .box_cta .icons_cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  column-gap: 10px;
}
.events.event_view .box_cta .icons_cta > * {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (min-width: 768px) {
  .events.event_view .box_cta .icons_cta {
    column-gap: 30px;
  }
  .events.events_list .events_collection {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .events.event_view .box_central {
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  .events.events_list .box_central {
    max-width: 800px;
    margin: 0 auto 60px;
  }
  .events.events_list .events_collection {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
