/* -------------------------------------------------------------------------- 
WARNING 
This file is auto generated by Simple SCSS Compiler plugin. 
Please do NOT modify it directly or you risk your changes to be overwritten. 
-------------------------------------------------------------------------- */ 

.event-format__text {
  height: auto;
  margin-bottom: 37px;
}
.event-format__link {
  height: 71px;
  display: inline-flex;
}
.event-format__link span {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  transition: 0.3s;
  padding: 24px 20px;
  font-size: 24px;
  line-height: 100%;
  color: #EEEDDE;
  font-weight: 700;
}
.event-format__link span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #EEEDDE;
  opacity: 0.25;
  filter: blur(1.7px);
  border-radius: 100px;
  z-index: -1;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.event-format__link--mob {
  display: none;
}
.event-format__content {
  gap: 25px;
}
.event-format__left {
  max-width: 788px;
}
.event-format__left._full {
  max-width: 1050px;
}
.event-format__bubble {
  padding: 20px 30px 33px;
}
.event-format__bubble:first-child {
  margin-left: 0;
}
.event-format__bubble:nth-child(2) {
  margin-right: 35px;
  margin-top: -61px;
}
.event-format__bubble:last-child {
  margin-left: 127px;
  margin-top: -25px;
}
@media (max-width: 1575px) {
  .event-format__left {
    max-width: 50%;
  }
}
@media (max-width: 1280px) {
  .event-format__left {
    max-width: 100%;
  }
  .event-format__text {
    margin-bottom: 0;
  }
  .event-format__bubble:nth-child(2) {
    order: 1;
    margin-left: 0;
    margin-right: 30px;
    align-self: center;
  }
  .event-format__bubble:last-child {
    margin-left: auto;
  }
  .event-format__link--mob {
    display: inline-flex;
  }
  .event-format__link--desk {
    display: none;
  }
}
@media (max-width: 600px) {
  .event-format__bubble:nth-child(2) {
    margin-top: -33px;
  }
  .event-format__bubble:last-child {
    margin-top: -20px;
  }
  .event-format__link {
    height: 40px;
  }
  .event-format__link span {
    padding: 13px 20px;
    font-size: 14px;
  }
  .event-format__link span::before {
    height: 40px;
  }
}
