/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda, body.frontend .section-event-agenda {
  position: relative;
  padding: 50px 0 38px;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda, body.frontend .section-event-agenda {
    padding: 50px 0 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda:after, body.frontend .section-event-agenda:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: transparent linear-gradient(270deg, #9CD57B 0%, #92D27E 100%) 0% 0% no-repeat padding-box;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__bg, body.frontend .section-event-agenda__bg {
  position: absolute;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__text, body.frontend .section-event-agenda__text {
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description, body.frontend .section-event-agenda__description {
  margin: 0 auto;
  font-weight: 400 !important;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description, body.frontend .section-event-agenda__description {
    max-width: 976px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description, body.frontend .section-event-agenda__description {
    max-width: 1200px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description *, body.frontend .section-event-agenda__description * {
  color: #ffffff;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description p, body.frontend .section-event-agenda__description p {
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 360px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description p, body.frontend .section-event-agenda__description p {
    font-size: calc(14px + 2 * (100vw - 360px) / 1080);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description p, body.frontend .section-event-agenda__description p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda__description p, body.frontend .section-event-agenda__description p {
    font-size: 16px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-accordions, body.frontend .section-event-agenda .event-accordions {
  margin: auto;
  margin-bottom: 45px;
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-accordions, body.frontend .section-event-agenda .event-accordions {
    max-width: 976px;
    margin-top: 45px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-accordions, body.frontend .section-event-agenda .event-accordions {
    max-width: 1200px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event, body.frontend .section-event-agenda .event {
  background-color: #ffffff;
  padding: 13px 13px 13px 21px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event, body.frontend .section-event-agenda .event {
    padding: 13px 13px 13px 33px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event:last-child, body.frontend .section-event-agenda .event:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .content-main,
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .content-additional, body.frontend .section-event-agenda .event .content-main,
body.frontend .section-event-agenda .event .content-additional {
  font-weight: 400;
  margin-bottom: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .content-main, body.frontend .section-event-agenda .event .content-main {
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .content-main, body.frontend .section-event-agenda .event .content-main {
    padding-right: 50px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .content-additional, body.frontend .section-event-agenda .event .content-additional {
  line-height: 1.7;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-title, body.frontend .section-event-agenda .event-title {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-title.main, body.frontend .section-event-agenda .event-title.main {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-title.secondary, body.frontend .section-event-agenda .event-title.secondary {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-date, body.frontend .section-event-agenda .event-date {
  color: #f36b24;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-toggle, body.frontend .section-event-agenda .event-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.601' height='27.601' viewBox='0 0 27.601 27.601'%3E%3Cg data-name='Icon feather-plus-circle' fill='none' stroke='%23a3d086' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Path 75989' d='M26.6 13.8A12.8 12.8 0 1 1 13.8 1a12.8 12.8 0 0 1 12.8 12.8Z'/%3E%3Cpath data-name='Path 75990' d='M13.8 8.68v10.24'/%3E%3Cpath data-name='Path 75991' d='M8.68 13.8h10.24'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  width: 30px;
  height: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-toggle.opened, body.frontend .section-event-agenda .event-toggle.opened {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg data-name='Icon feather-minus-circle' fill='none' stroke='%23fdbd3d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath data-name='Path 75989' d='M31 16A15 15 0 1 1 16 1a15 15 0 0 1 15 15Z'/%3E%3Cpath data-name='Path 75991' d='M10 16h12'/%3E%3C/g%3E%3C/svg%3E");
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-contents, body.frontend .section-event-agenda .event-contents {
  padding: 50px 0 45px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-contents, body.frontend .section-event-agenda .event-contents {
    padding: 23px 0 28px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-contents .inner, body.frontend .section-event-agenda .event-contents .inner {
  display: flex;
  flex-wrap: wrap;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons, body.frontend .section-event-agenda .event-buttons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons, body.frontend .section-event-agenda .event-buttons {
    margin: 0 -6px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons, body.frontend .section-event-agenda .event-buttons {
    margin: 0 -6px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons, body.frontend .section-event-agenda .event-buttons {
    margin: 0 -11px 32px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons .btn, body.frontend .section-event-agenda .event-buttons .btn {
  width: 33.3%;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons .btn, body.frontend .section-event-agenda .event-buttons .btn {
    max-width: 166px;
    min-width: 166px;
    padding: 0 11px;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons .btn, body.frontend .section-event-agenda .event-buttons .btn {
    padding: 0 3px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons .btn a, body.frontend .section-event-agenda .event-buttons .btn a {
  padding: 8px 2px;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons .btn a, body.frontend .section-event-agenda .event-buttons .btn a {
    min-width: unset;
  }
}
@media only screen and (max-width: 479px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event-buttons .btn a span, body.frontend .section-event-agenda .event-buttons .btn a span {
    font-size: 10px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-left, body.frontend .section-event-agenda .event .info-left {
  flex: 1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right, body.frontend .section-event-agenda .event .info-right {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right, body.frontend .section-event-agenda .event .info-right {
    order: 3;
    padding-top: 30px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right:before, body.frontend .section-event-agenda .event .info-right:before {
  content: "";
  background-color: #a3d086;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right:before, body.frontend .section-event-agenda .event .info-right:before {
    right: 0;
    width: 100%;
    height: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right:before, body.frontend .section-event-agenda .event .info-right:before {
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right, body.frontend .section-event-agenda .event .info-right {
    padding-left: 34px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right, body.frontend .section-event-agenda .event .info-right {
    flex: 0 0 324px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .info-right, body.frontend .section-event-agenda .event .info-right {
    flex: 0 0 38%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers, body.frontend .section-event-agenda .event .event-speakers {
  flex: 0 0 100%;
  padding-top: 22px;
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers, body.frontend .section-event-agenda .event .event-speakers {
    padding: 30px 0;
    margin: 30px 0 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers:before, body.frontend .section-event-agenda .event .event-speakers:before {
  content: "";
  background-color: #a3d086;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .label, body.frontend .section-event-agenda .event .event-speakers .label {
    flex: 0 0 100%;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .label, body.frontend .section-event-agenda .event .event-speakers .label {
    padding-right: 76px;
    position: absolute;
    left: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list, body.frontend .section-event-agenda .event .event-speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list, body.frontend .section-event-agenda .event .event-speakers .speakers-list {
    justify-content: space-between;
    margin-bottom: -50px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list, body.frontend .section-event-agenda .event .event-speakers .speakers-list {
    flex: 1;
    gap: 10px 66px;
    margin-left: 90px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 0 0 45%;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker {
    flex: 0 0 106px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar {
  width: 160px;
  border-radius: 50%;
  border: 1px solid #fdbd3d;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar {
    flex: 0 0 95px;
    width: 95px;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar {
    width: 140px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cpath fill='%23ddd' d='M16.5 16.5A8.25 8.25 0 1 0 16.498 0a8.25 8.25 0 0 0 .002 16.5zM33 33v-4.124c0-4.539-7.425-8.251-16.5-8.251S0 24.337 0 28.875V33z'/%3E%3C/svg%3E");
  background-size: 56px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar {
    height: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar {
    background-size: 25px;
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-avatar.no-avatar {
    width: 95px;
    height: 95px;
    background-size: 33px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-name, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-name {
  color: #5fa043;
  font-weight: 600;
  margin-top: 7px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .event .event-speakers .speakers-list .speaker-name, body.frontend .section-event-agenda .event .event-speakers .speakers-list .speaker-name {
    font-size: 10px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btn a,
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .info-btn a, body.frontend .section-event-agenda .agenda-btn a,
body.frontend .section-event-agenda .info-btn a {
  margin: auto !important;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btn a,
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .info-btn a, body.frontend .section-event-agenda .agenda-btn a,
body.frontend .section-event-agenda .info-btn a {
    max-width: 345px !important;
    width: 100% !important;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btn a span,
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .info-btn a span, body.frontend .section-event-agenda .agenda-btn a span,
body.frontend .section-event-agenda .info-btn a span {
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btn a span,
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .info-btn a span, body.frontend .section-event-agenda .agenda-btn a span,
body.frontend .section-event-agenda .info-btn a span {
    font-size: 16px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btns .btn, body.frontend .section-event-agenda .agenda-btns .btn {
  justify-content: center;
  display: flex;
  width: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btns .btn:not(:first-of-type), body.frontend .section-event-agenda .agenda-btns .btn:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-event-agenda .agenda-btns .btn, body.frontend .section-event-agenda .agenda-btns .btn {
    width: 25%;
    margin-top: 10px;
  }
}

.open-popup-team {
  width: 100%;
  height: 100%;
}

.team-popup {
  position: relative;
  background: #ffffff;
  display: block;
  color: #000000;
}
.team-popup:not(:first-of-type) {
  display: none !important;
}
.team-popup.white-popup {
  width: 90%;
  margin: 20px auto 20px;
  height: auto;
  padding: 80px 30px 40px;
  border: 4px solid #fdbd3d;
  border-top-left-radius: 30px;
}
@media only screen and (min-width: 1440px) {
  .team-popup.white-popup {
    padding: 110px 40px 40px;
    width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .team-popup__content {
    display: flex;
  }
}
.team-popup__content .left-content {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}
.team-popup__content .left-content .team-popup--image {
  flex-grow: 1;
  margin-bottom: 50px;
}
.team-popup__content .right-content {
  flex-basis: 60%;
}
.team-popup__content .right-content h2 {
  color: #f36b24;
}
.team-popup__content .right-content h4 {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #f36b24;
}
.team-popup__content .right-content p {
  font-weight: 300;
  margin-bottom: 30px;
  color: #53411C !important;
}
.team-popup__content .right-content p a {
  color: #f36b24 !important;
}
.team-popup__content .right-content p a:hover {
  color: #5fa043 !important;
}
.team-popup--title {
  font-style: italic;
}
.team-popup--title h2 {
  text-align: center;
  color: #ffffff !important;
}
@media only screen and (min-width: 992px) {
  .team-popup--title h2 {
    text-align: left;
  }
}
.team-popup--image {
  width: 180px;
  margin: 30px auto;
}
@media only screen and (min-width: 1440px) {
  .team-popup--image {
    width: 340px;
  }
}
.team-popup--image img {
  width: 100%;
  height: auto;
}
.team-popup .mfp-close {
  background: #5fa043;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 1;
  border-radius: 20px;
  padding: 15px 50px;
  margin-top: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) {
  .team-popup .mfp-close {
    margin-top: 50px;
    margin-right: 50px;
  }
}
.team-popup .mfp-close span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout .entry-content .section-image-banner, body.frontend .entry-content .section-image-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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