@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}


/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 80vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p::last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}



/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  transition: opacity .5s ease;
  opacity: .4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity .5s ease;
  opacity: 1;
}

.greset {
  transition: all .3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}




/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}




/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, .92);
  }

  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {

  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

img {
  height: auto;
}

.img-abs {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.live-workshops-header {
  padding-bottom: 0;
}

.live-workshops-header .container {
  padding: 0 1rem;
}

.live-workshops-header__container {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .live-workshops-header__container {
    flex-direction: row;
  }
}

.live-workshops-header__info {
  width: 100%;
  padding: 20px 0 0;
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .live-workshops-header__info {
    width: 60%;
    padding: 50px 20px 0 0;
  }
}

.live-workshops-header__info::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-style: solid;
  border-width: 0 150px 150px 0;
  top: 40px;
  right: 0;
  z-index: -1;
  border-color: transparent #a1e74b transparent transparent;
}

@media (min-width: 992px) {
  .live-workshops-header__info::after {
    right: -40px;
    border-width: 0 200px 200px 0;
  }
}

@media (min-width: 1200px) {
  .live-workshops-header__info::after {
    right: -118px;
    top: 30px;
    border-width: 0 315px 315px 0;
  }
}

.live-workshops-header__info .section-subtitle {
  color: #00b1f0;
  margin: 0;
}

.live-workshops-header__info .section-title {
  margin: 15px 0;
  line-height: 1;
  z-index: 1;
  position: relative;
}

@media (min-width: 1200px) {
  .live-workshops-header__info .section-title {
    font-size: 4.5rem;
  }
}

.live-workshops-header__info p {
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .live-workshops-header__info p {
    padding-right: 40px;
  }
}

.live-workshops-header__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .live-workshops-header__img {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .live-workshops-header__img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.live-workshops-header__img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .live-workshops-header__img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.live-newsletter {
  background-color: #67308f;
  padding: 1.5rem 0;
  text-align: center;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.live-newsletter .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .live-newsletter .container {
    justify-content: space-around;
    flex-direction: row;
  }
}

.live-newsletter h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .live-newsletter h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .live-newsletter h2 {
    margin: 0;
  }
}

.live-newsletter .newsletter__form {
  width: 100%;
  max-width: 650px;
}

@media (min-width: 1200px) {
  .live-newsletter .newsletter__form {
    max-width: initial;
    width: 55%;
  }
}

.newsletter__form {
  position: relative;
}

.newsletter__form input:not([type=submit]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  padding: 15px;
}

@media (min-width: 992px) {
  .newsletter__form input:not([type=submit]) {
    height: 67px;
    padding: 15px 30px;
  }
}

.newsletter__form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #8CEB12;
  height: 53px;
  color: #000;
  border: 0;
  padding: 0 25px;
  font-weight: 900;
  font-size: 16px;
  outline: 0;
  flex: 0 0 auto;
  line-height: 1;
  margin: 20px auto;
}

@media (min-width: 992px) {
  .newsletter__form input[type=submit] {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .newsletter__form input[type=submit] {
    position: absolute;
    right: 10px;
    top: 7px;
    margin: 0;
  }
}

.newsletter__form input[type=submit]:hover {
  background-color: #67308f;
  color: #fff;
}

.newsletter__form input[type=submit]:active {
  background-color: #a1e74b;
  color: #fff;
}

.live-workshop {
  margin-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .live-workshop {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .live-workshop__section {
    background-image: url(../images/bg-stripes-4.svg);
    background-position: right -40px top 45px;
    background-repeat: no-repeat;
    background-size: auto 4rem;
    padding-top: 145px;
    background-size: 470px;
  }
}

.live-workshop__top {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .live-workshop__top {
    flex-direction: row;
  }
}

.live-workshop__image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .live-workshop__image {
    width: 35%;
    max-width: initial;
    margin: 0;
  }
}

.live-workshop__image::before {
  content: "";
  width: 50px;
  height: 80%;
  position: absolute;
  left: 0;
  top: -15px;
  background-color: #00b1f0;
}

.live-workshop__image::after {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  background-color: transparent;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.live-workshop__image:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.live-workshop__image .single-lw-top__speaker {
  z-index: 3;
}

@media (max-width: 550px) {
  .live-workshop__image .single-lw-top__speaker {
    padding-left: 55px;
  }
}

.live-workshop__image .single-lw-top__speaker .speaker__name:before {
  border-color: #00b1f0 transparent transparent transparent;
}

.live-workshop__image img {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .live-workshop__image img {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 15px);
  }
}

.live-workshop__info {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (min-width: 1200px) {
  .live-workshop__info {
    width: 65%;
    padding-left: 55px;
    text-align: initial;
  }
}

.live-workshop__info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 192px 192px 0;
  border-color: transparent #EFEFEF transparent transparent;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 1200px) {
  .live-workshop__info:after {
    display: block;
  }
}

@media (min-width: 1400px) {
  .live-workshop__info:after {
    right: -80px;
  }
}

.live-workshop__info p {
  color: #797979;
  letter-spacing: 0.02em;
}

.live-workshop__title {
  text-transform: uppercase;
  max-width: 640px;
  margin: 0 auto 10px;
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .live-workshop__title {
    margin: 0 0 10px;
    font-size: 2.2rem;
  }
}

.live-workshop__title:hover {
  color: #00b1f0;
}

.live-workshop__speaker {
  margin: 15px 0 25px;
}

.live-workshop__speaker__name {
  color: #00b1f0;
  font-size: 1.75rem;
  margin: 0;
}

.live-workshop__speaker__title {
  font-weight: 600;
  display: block;
}

.live-workshop__meta {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 325px;
}

@media (min-width: 768px) {
  .live-workshop__meta {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .live-workshop__meta {
    max-width: initial;
  }
}

.live-workshop__meta li {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: left;
}

@media (min-width: 768px) {
  .live-workshop__meta li {
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 600px) {
  .live-workshop__meta li {
    font-size: 18px;
  }
}

.live-workshop__meta li .discount {
  display: block;
  color: #00b1f0;
}

.live-workshop__meta li i {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  background-color: #a1e74b;
  margin-right: 35px;
  position: relative;
}

.live-workshop__meta li i svg {
  fill: #67308f;
  position: absolute;
  right: -10px;
  top: -10px;
}

.live-workshop__for {
  position: relative;
  z-index: 2;
  margin-left: -10px;
}

.live-workshop__for span {
  font-size: 10px;
  color: #888888;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #EFEFEF;
  display: inline-block;
  padding: 10px 15px;
  margin: 3px;
}

@media (min-width: 992px) {
  .live-workshop__for span {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .live-workshop__for span {
    padding: 10px 30px;
    margin: 8px;
  }
}

.live-workshop__bottom {
  text-align: center;
  margin-top: 65px;
}

.live-workshop__bottom p {
  max-width: 620px;
  margin: 25px auto;
  color: #797979;
}

.live-workshop__button {
  display: inline-block;
  background-color: #00b1f0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  padding: 22px 35px;
  width: 100%;
  max-width: 350px;
  transition: 0.3s ease-in-out;
}

.live-workshop__button:hover {
  background-color: #67308f;
  color: #fff;
}

.live-workshop__list .live-workshop:nth-child(even) .live-workshop__speaker__name {
  color: #67308f;
}

.live-workshop__list .live-workshop:nth-child(even) .live-workshop__image:before {
  background-color: #67308f;
}

.live-workshop__list .live-workshop:nth-child(even) .live-workshop__button {
  background-color: #67308f;
}

.live-workshop__list .live-workshop:nth-child(even) .live-workshop__button:hover {
  background-color: #00b1f0;
}

.live-workshop__list .live-workshop:nth-child(even) .live-workshop__image .single-lw-top__speaker .speaker__name:before {
  border-color: #67308f transparent transparent transparent;
}

@media (min-width: 1200px) {
  .section-top {
    padding-left: 60px;
  }
}

.section-top .section-subtitle {
  color: #00b1f0;
  margin: 0;
}

@media (min-width: 992px) {
  .future-workshops {
    background-image: url("../images/bg-future.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 360px;
  }
}

.future-workshop {
  position: relative;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .future-workshop {
    margin-top: 115px;
  }
}

.future-workshop__content {
  background-color: #F5F5F5;
  position: relative;
}

@media (min-width: 992px) {
  .future-workshop__content {
    display: flex;
    flex-wrap: nowrap;
  }
}

.future-workshop__news {
  background-color: #a1e74b;
  padding: 20px 35px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: -26px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1320px) {
  .future-workshop__news {
    right: -26px;
  }
}

.future-workshop__news:hover {
  background-color: #00b1f0;
  color: #fff;
}

.future-workshop__img {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .future-workshop__img {
    width: 275px;
  }
}

.future-workshop__img img {
  height: auto;
}

@media (min-width: 992px) {
  .future-workshop__img img {
    width: 85%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.future-workshop__title {
  margin: 40px 0 15px;
  color: #00b1f0;
  font-size: 2rem;
  font-weight: 600;
}

.future-workshop__info {
  width: 100%;
  margin-left: auto;
  padding: 45px 30px 30px;
}

@media (min-width: 992px) {
  .future-workshop__info {
    width: calc(100% - 275px);
    padding-left: 65px;
    padding-bottom: 45px;
  }
}

.future-workshop__info p {
  color: #797979;
  letter-spacing: 0.02em;
  max-width: 690px;
}

.future-workshop__info ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.future-workshop__info ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.future-workshop__info ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #00b1f0;
  margin-right: 20px;
  vertical-align: text-bottom;
  flex: 0 0 auto;
}

.future-workshop .live-workshop__for {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .future-workshop .live-workshop__for {
    margin: initial;
  }
}

.future-workshop .live-workshop__for span {
  background-color: #00b1f0;
  color: #fff;
}

.future-workshop__list .future-workshop:nth-child(even) .future-workshop__title {
  color: #67308f;
}

.future-workshop__list .future-workshop:nth-child(even) .future-workshop__info ul li:before,
.future-workshop__list .future-workshop:nth-child(even) .live-workshop__for span {
  background-color: #67308f;
}

.bottom-newsletter {
  padding-bottom: 0;
}

.bottom-newsletter .section-subtitle {
  color: #00b1f0;
  font-size: 20px;
  margin: 0;
}

.bottom-newsletter .section-title {
  line-height: 1;
  margin: 10px auto 70px;
  max-width: 750px;
}

@media (min-width: 1200px) {
  .bottom-newsletter .section-title {
    font-size: 43px;
  }
}

.bottom-newsletter .section-title span {
  color: #67308f;
}

.bottom-newsletter .live-newsletter {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-newsletter .live-newsletter h2 {
  font-size: 22px;
}

.bottom-newsletter .newsletter__form {
  max-width: 480px;
  font-size: 12px;
}

.bottom-newsletter .newsletter__form input:not([type=submit]) {
  font-size: 12px;
  height: 48px;
}

.bottom-newsletter .newsletter__form input[type=submit] {
  font-size: 12px;
  height: 38px;
  top: 5px;
  right: 5px;
}

.bottom-newsletter .section-top {
  text-align: center;
  padding: 0;
  max-width: 830px;
  margin: 0 auto;
  position: relative;
}

.bottom-newsletter .section-top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120px 120px 0;
  top: -20px;
  border-color: transparent #EFEFEF transparent transparent;
  position: absolute;
  right: 200px;
  z-index: -1;
}

@media (min-width: 992px) {
  .bottom-newsletter .section-top:after {
    top: -50px;
    border-width: 0 210px 210px 0;
  }
}

.bottom-newsletter .section-top p {
  color: #797979;
  margin: 0 auto 40px;
  letter-spacing: 0.02em;
}

@media (min-width: 1200px) {
  .single-lw-top {
    margin-top: 50px;
  }
}

.single-lw-top__content {
  position: relative;
}

@media (min-width: 1200px) {
  .single-lw-top__content {
    display: flex;
  }
}

.single-lw-top__img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  position: relative;
}

@media (min-width: 1200px) {
  .single-lw-top__img {
    max-width: initial;
    width: 40%;
    margin: 0;
  }
}

.single-lw-top__img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .single-lw-top__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.single-lw-top__speaker {
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 0 35px;
  bottom: 50px;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 550px) {
  .single-lw-top__speaker {
    padding: 0 65px;
  }
}

@media (min-width: 1200px) {
  .single-lw-top__speaker {
    bottom: 70px;
  }
}

@media (min-width: 700px) {
  .single-lw-top__speaker {
    font-size: 15px;
  }
}

.single-lw-top__speaker .speaker__name {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
}

@media (min-width: 700px) {
  .single-lw-top__speaker .speaker__name {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.single-lw-top__speaker .speaker__name:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 67px 0 0;
  border-color: #67308f transparent transparent transparent;
  position: absolute;
  z-index: -1;
  left: -25px;
  top: -15px;
}

.single-lw-top__speaker span {
  display: block;
}

.single-lw-top__info {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1200px) {
  .single-lw-top__info {
    max-width: initial;
    width: 60%;
    padding-left: 60px;
    text-align: initial;
    margin: 0 auto;
  }
}

.single-lw-top__info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 192px 192px 0;
  border-color: transparent #67308f transparent transparent;
  position: absolute;
  right: 10px;
  z-index: -1;
  display: none;
  top: 0;
}

@media (min-width: 1200px) {
  .single-lw-top__info:after {
    right: -20px;
    display: block;
  }
}

@media (min-width: 1400px) {
  .single-lw-top__info:after {
    right: -80px;
  }
}

.single-lw-top__info p {
  color: #797979;
  letter-spacing: 0.02em;
}

.single-lw-top__title {
  text-transform: uppercase;
  font-weight: 900;
  max-width: 600px;
  font-size: 28px;
  margin: 30px 0 20px;
}

@media (min-width: 992px) {
  .single-lw-top__title {
    font-size: 34px;
  }
}

.single-lw-top__dates {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
  margin: 20px auto;
}

@media (min-width: 1200px) {
  .single-lw-top__dates {
    margin: 0;
  }
}

.single-lw-top__dates strong {
  font-weight: 900;
}

.single-lw-top__dates svg {
  display: inline-block;
  margin-right: 18px;
  fill: #67308f;
  vertical-align: top;
}

.single-lw-top__dates span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 500px) {
  .single-lw-top__dates span {
    font-size: 16px;
  }
}

.single-lw-top__dates span:last-of-type svg {
  fill: #00b1f0;
}

.single-lw-top .live-workshop__for {
  transform: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .single-lw-top .live-workshop__for {
    text-align: left;
  }
}

.single-lw-top .live-workshop__for span {
  margin: 9px 9px 9px 0;
}

.single-lw-top__buttons {
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .single-lw-top__buttons {
    margin-top: 55px;
  }
}

.single-lw-top__buttons a {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  padding: 10px 40px;
  border: 4px solid #a1e74b;
  background-color: #a1e74b;
  margin: 10px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .single-lw-top__buttons a {
    padding: 20px 60px;
  }
}

.single-lw-top__buttons a:hover {
  border-color: #67308f;
  background-color: #67308f;
  color: #fff;
}

.single-lw-top__buttons a:last-of-type {
  background-color: transparent;
}

.single-lw-top__buttons a:last-of-type:hover {
  border-color: #a1e74b;
  background-color: #a1e74b;
  color: #000;
}

.w-timeline {
  border-left: 1px dashed #67308f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 230px;
  margin: 100px auto 50px;
}

@media (min-width: 992px) {
  .w-timeline {
    max-width: initial;
    flex-direction: row;
    border-top: 1px dashed #67308f;
    border-left: 0;
    margin: 200px auto 50px;
  }
}

.w-timeline__section {
  position: relative;
  padding-top: 100px;
}

@media (min-width: 992px) {
  .w-timeline__section {
    padding-top: 160px;
  }
}

.w-timeline__section:after {
  content: url("../images/timeline-right.svg");
  position: absolute;
  right: 0;
  top: -60px;
  display: none;
}

@media (min-width: 992px) {
  .w-timeline__section:after {
    display: block;
  }
}

.w-timeline__section:before {
  content: url("../images/timeline-left.svg");
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

@media (min-width: 992px) {
  .w-timeline__section:before {
    display: block;
  }
}

.w-timeline__section .section-top {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.w-timeline__section .section-top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 192px 192px 0;
  border-color: transparent rgba(239, 239, 239, 0.5) transparent transparent;
  position: absolute;
  right: 50px;
  top: -60px;
  z-index: -1;
}

.w-timeline__section .section-top .section-subtitle {
  margin: 0 0 20px;
  font-size: 25px;
}

.w-timeline__section .section-top p {
  color: #797979;
  letter-spacing: 0.02em;
}

.w-timeline__item {
  transform: translatex(-7px);
  margin-bottom: 50px;
  max-width: 250px;
}

@media (min-width: 1200px) {
  .w-timeline__item {
    transform: translateY(-7px);
    margin-bottom: initial;
  }
}

.w-timeline__item::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #67308f;
  border-radius: 50%;
  display: block;
}

.w-timeline__item__content {
  padding-left: 40px;
  transform: translateY(-16px);
}

@media (min-width: 992px) {
  .w-timeline__item__content {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .w-timeline__item:nth-child(odd) .w-timeline__item__content {
    transform: translateY(-80px);
    margin-top: 0;
  }

  .w-timeline__item:last-of-type {
    text-align: right;
  }

  .w-timeline__item:last-of-type::before {
    margin-left: auto;
  }
}

.w-timeline__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .w-timeline__item:last-of-type {
    transform: translate(-7px, 32px);
  }
}

.w-timeline__item:last-of-type span {
  color: #EFEFEF;
}

.w-timeline span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.w-timeline span:last-of-type {
  font-weight: 900;
}

.w-who {
  position: relative;
  overflow: hidden;
}

.w-who:after {
  content: url("../images/who-right.svg");
  position: absolute;
  right: 0;
  top: -60px;
  display: none;
}

@media (min-width: 1200px) {
  .w-who:after {
    display: block;
  }
}

.w-who .section-top {
  padding-left: 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .w-who .section-top {
    text-align: initial;
  }
}

.w-who .section-subtitle {
  margin: 0;
}

.w-who .section-title {
  line-height: 1;
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .w-who .section-title {
    margin: 0;
    font-size: 60px;
  }
}

.w-who__content {
  margin: 50px 0 0;
  position: relative;
}

@media (min-width: 992px) {
  .w-who__content {
    margin: 100px 0 0;
  }
}

@media (min-width: 1200px) {
  .w-who__content {
    display: flex;
    align-items: center;
    margin: 100px 0 130px;
  }
}

.w-who__content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 192px 192px 0 0;
  border-color: #EFEFEF transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: -40px;
  display: none;
}

@media (min-width: 1200px) {
  .w-who__content:after {
    display: block;
  }
}

.w-who__content p {
  color: #797979;
  letter-spacing: 0.02em;
}

.w-who__video {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .w-who__video {
    width: 50%;
    max-width: initial;
    margin: 0;
    padding: 0 60px 0 40px;
  }
}

.w-who__img {
  position: relative;
}

.w-who__img::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.w-who__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.w-who__bio {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .w-who__bio {
    max-width: initial;
    width: 50%;
    text-align: initial;
    margin: initial;
  }
}

.w-who--what {
  padding-top: 0;
}

.w-who--what:after {
  content: url("../images/what-right.svg");
  right: -20px;
}

@media (min-width: 1200px) {
  .w-who--what .w-who__content {
    flex-direction: row-reverse;
  }

  .w-who--what .w-who__content:after {
    left: initial;
    right: 0px;
    border-width: 0 192px 192px 0;
    border-color: transparent #EFEFEF transparent transparent;
    position: absolute;
  }

  .w-who--what .w-who__video {
    padding: 0 40px 0 60px;
  }
}

.what {
  padding-top: 0;
}

.what__content {
  background-color: #67308f;
  color: #fff;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
}

.what__content::before {
  content: url("../images/what.svg");
  position: absolute;
  right: -15px;
  bottom: -10px;
}

.what__content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 192px 192px 0;
  border-color: transparent #a1e74b transparent transparent;
  position: absolute;
  right: -20px;
  top: -40px;
}

@media (min-width: 1270px) {
  .what__content:after {
    right: -40px;
  }
}

.what__top {
  text-align: right;
  padding: 15px 0 40px;
  position: relative;
  z-index: 3;
}

.what__top__subtitle {
  color: #00b1f0;
  line-height: 1;
  font-size: 20px;
  margin: 0;
}

.what__top__title {
  line-height: 1;
  margin: 0;
}

@media (min-width: 1200px) {
  .what__top__title {
    font-size: 43px;
  }
}

.what__top__title span {
  color: #a1e74b;
}

.what__list {
  padding: 30px 30px 60px;
  list-style: none;
}

@media (min-width: 768px) {
  .what__list {
    padding: 0 80px 60px;
  }
}

.what__list li {
  position: relative;
}

@media (min-width: 600px) {
  .what__list li {
    padding-left: 80px;
  }
}

.what__list li:not(:last-of-type) {
  margin-bottom: 45px;
}

.what__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url("../images/icon-clock.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 600px) {
  .what__list li::before {
    display: block;
  }
}

.what__list h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

@media (min-width: 600px) {
  .what__list h2 {
    font-size: 24px;
  }
}

.what__list h2 span {
  font-weight: 300;
}

.what__list p {
  max-width: 800px;
  letter-spacing: 0.02em;
}

.course {
  position: relative;
}

.course:after {
  content: url("../images/course-right.svg");
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
}

@media (min-width: 1200px) {
  .course:after {
    display: block;
  }
}

.course .section-top {
  padding-left: 0;
  margin-bottom: 50px;
  position: relative;
}

.course .section-subtitle {
  margin: 0;
}

.course .section-title {
  margin: 0;
  line-height: 1;
}

@media (min-width: 1200px) {
  .course .section-title {
    font-size: 60px;
  }
}

.course p {
  color: #797979;
  letter-spacing: 0.02em;
}

.book__container {
  background-color: #EFEFEF;
  max-width: 1014px;
  margin: 0 auto;
  padding: 100px 20px 80px;
  position: relative;
}

@media (min-width: 500px) {
  .book__container {
    padding: 100px 40px 80px;
  }
}

@media (min-width: 992px) {
  .book__container {
    padding: 100px 80px 80px;
  }
}

.book__container:before {
  content: url("../images/book-top.svg");
  position: absolute;
  right: 0;
  top: -20px;
}

.book__container:after {
  content: "";
  width: 100px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.book .section-top {
  max-width: 440px;
  margin: 0 auto;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.book .section-top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 160px 160px 0;
  border-color: transparent #a1e74b transparent transparent;
  position: absolute;
  right: 0px;
  top: -30px;
  display: none;
}

@media (min-width: 768px) {
  .book .section-top:after {
    display: block;
  }
}

.book .section-subtitle {
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 3;
}

.book .section-title {
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .book .section-title {
    font-size: 60px;
  }
}

.book .single-lw-top__title {
  margin: 60px auto 30px;
  text-align: center;
}

.book .live-workshop__meta {
  max-width: 680px;
  margin: 60px auto;
}

.book .single-lw-top__dates {
  text-align: center;
}

.w-related .section-top {
  padding-left: 0;
  margin-bottom: 50px;
  position: relative;
}

.w-related .section-subtitle {
  margin: 0;
}

.w-related .section-title {
  margin: 0;
  line-height: 1;
}

@media (min-width: 1200px) {
  .w-related .section-title {
    font-size: 60px;
  }
}

.live-related {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .live-related {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .live-related {
    width: 33.33%;
  }
}

.live-related__img {
  display: block;
  position: relative;
}

.live-related__img::before {
  content: "";
  padding-top: 122%;
  display: block;
}

.live-related__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.live-related__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}

.live-related h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  padding: 20px 20px 50px;
  margin: 0;
}

.live-related h3 {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}

.live-related__cta {
  text-align: center;
  margin-top: 80px;
}

.live-related__cta a {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 60px;
  border: 4px solid #67308f;
  background-color: #67308f;
  margin: 10px;
  transition: 0.3s ease-in-out;
}

.live-related__cta a:hover {
  background-color: transparent;
  color: #67308f;
}

.dialog {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
}

.dialog__backdrop {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  padding: 15px 0;
  overflow-y: auto;
}

@media (min-height: 800px) {
  .dialog__backdrop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
  }
}

.dialog__backdrop a {
  display: block;
  text-align: center;
  color: #797979;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.dialog__backdrop a:hover {
  color: #00b1f0;
}

.dialog__content {
  background-color: #67308f;
  width: 95%;
  max-width: 940px;
  padding: 60px 25px 40px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

@media (min-width: 600px) {
  .dialog__content {
    padding: 80px 50px 60px;
  }
}

@media (min-width: 992px) {
  .dialog__content {
    padding: 80px 100px 60px;
  }
}

.dialog__content:after {
  content: url("../images/dialog-bottom.svg");
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}

@media (min-width: 600px) {
  .dialog__content:after {
    display: block;
  }
}

.dialog__close {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  outline: 0;
  border: 0;
  transition: 0.3s ease-in-out;
}

@media (min-width: 600px) {
  .dialog__close {
    top: 10px;
    right: 10px;
  }
}

.dialog__close:hover,
.dialog__close:focus,
.dialog__close:active {
  outline: 0;
  color: red;
}

.dialog__title {
  position: relative;
  font-size: 28px;
  line-height: 1;
  z-index: 2;
}

@media (min-width: 600px) {
  .dialog__title {
    font-size: 46px;
  }
}

.dialog__title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 160px 160px 0;
  border-color: transparent #a1e74b transparent transparent;
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: -1;
  display: none;
}

@media (min-width: 800px) {
  .dialog__title:after {
    display: block;
  }
}

.dialog__title span {
  color: #a1e74b;
}

.dialog p {
  max-width: 680px;
  letter-spacing: 0.02em;
}

.dialog form {
  max-width: 650px;
  margin: 25px auto 0;
}

.dialog form label {
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}

.dialog form label strong {
  font-weight: 900;
  text-transform: uppercase;
}

.dialog form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  outline: 0;
  margin-right: 20px;
  vertical-align: text-bottom;
  flex: 0 0 auto;
}

.dialog form label input:checked {
  background-image: url("../images/checkmark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.dialog__form {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: center;
}

.dialog__form input:not([type=submit]) {
  font-size: 12px;
  height: 48px;
}

.dialog__form input[type=submit] {
  font-size: 12px;
  height: 38px;
  top: 5px;
  right: 5px;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-form {
  position: relative;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  margin: 0;
  border: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -30px;
  left: 0;
  font-size: 14px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -20px;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-thank-you-header {
  padding-bottom: 150px;
  padding-top: 100px;
  position: relative;
}

@media (min-width: 768px) {
  .section-thank-you-header::before {
    content: url("../images/thank-left.svg");
    position: absolute;
    left: 0;
    bottom: 50px;
  }

  .section-thank-you-header:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #67308f;
    position: absolute;
    right: 0;
    bottom: 70px;
  }
}

.section-thank-you-header .page-header-container {
  align-items: center;
}

@media (min-width: 992px) {
  .section-thank-you-header .page-header-prose {
    flex-basis: initial;
  }
}

.section-thank-you-header .page-header-prose .section-subtitle {
  color: #00b1f0;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.section-thank-you-header .page-header-prose .section-title {
  margin: 0 0 30px;
  max-width: 730px;
}

.section-thank-you-header .page-header-prose p {
  color: #797979;
  max-width: 650px;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .section-thank-you-header .page-header-image {
    width: 480px;
    flex-basis: initial;
    flex-grow: 0;
  }

  .section-thank-you-header .page-header-image::before {
    content: "";
    position: absolute;
    width: 30px;
    right: -15px;
    height: 80%;
    background-color: #00b1f0;
    z-index: -1;
    top: 10%;
  }
}

.page-template-thank-you .section-partners {
  display: none;
}

.thank-you__share {
  display: flex;
  align-items: center;
}

.thank-you__share .share {
  font-weight: 900;
  margin-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
}

.thank-you__share button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: 0;
  color: #a1e74b;
  font-size: 30px;
  margin-right: 10px;
  border: 0;
  transition: 0.3s ease-in-out;
}

.thank-you__share button:hover {
  color: #67308f;
}

.rc-events {
  position: relative;
}

@media (min-width: 992px) {
  .rc-events {
    display: flex;
    align-items: flex-start;
  }
}

.rc-events__side {
  padding-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .rc-events__side {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .rc-events__side {
    display: block;
    margin-bottom: 0;
    width: 290px;
    display: block;
    flex-shrink: 0;
    width: 290px;
    padding-top: 20px;
  }
}

.rc-events__side a {
  display: block;
}

.rc-events__side a img {
  width: 100%;
  height: auto;
}

.rc-events__side.stuck {
  margin-top: 100px;
}

.rc-events__posts {
  width: 100%;
}

@media (min-width: 992px) {
  .rc-events__posts {
    width: calc(100% - 290px);
    padding-right: 50px;
  }
}

.rc-events__events {
  background-color: #00b1f0;
  margin-top: 20px;
  padding: 30px 14px;
  position: relative;
}

.rc-events__events:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  right: -2px;
  top: -2px;
  background-color: #fff;
}

.rc-events__events:after {
  content: "";
  width: 50px;
  height: 29px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background-color: #fff;
}

.rc-events__events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 25px;
}

.rc-events__events ul li {
  display: flex;
  align-items: flex-start;
}

.rc-events__events ul li:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.rc-events__events ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #a1e74b;
  margin-right: 20px;
  display: inline-block;
  margin-top: 5px;
  flex: 0 0 auto;
}

.rc-events__events h3 {
  font-weight: 900;
  font-size: 18px;
  margin: 0;
  color: #000;
  transition: 0.3s ease-in-out;
}

.rc-events__events h3:hover {
  color: #a1e74b;
}

.rc-events__events span {
  font-weight: 900;
  color: #fff;
  font-size: 12px;
}

.rc-events__events p {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.02em;
}

.rc-post {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .rc-post {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .rc-post {
    align-items: center;
  }
}

.rc-post__img {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .rc-post__img {
    width: 45%;
    margin: initial;
    max-width: initial;
  }
}

.rc-post__img:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
  width: 80%;
  height: 20px;
  background-color: #00b1f0;
  z-index: -1;
}

@media (min-width: 1320px) {
  .rc-post__img:after {
    width: 50px;
    left: -25px;
    top: 10%;
    height: 80%;
  }
}

.rc-post__img::before {
  content: "";
  display: block;
  padding-top: 120%;
}

.rc-post__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rc-post__info {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .rc-post__info {
    width: 65%;
    margin-top: 0;
    text-align: left;
    padding-left: 34px;
  }
}

.rc-post__info:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #EFEFEF transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.rc-post__title {
  font-size: 20px;
  margin: 14px 0 0;
  color: #000;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .rc-post__title {
    font-size: 26px;
  }
}

.rc-post__title:hover {
  color: #00b1f0;
}

.rc-post__subtitle {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .rc-post__subtitle {
    font-size: 26px;
  }
}

.rc-post p {
  color: #797979;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.rc-post__meta {
  color: #797979;
  font-size: 14px;
}

@media (min-width: 992px) {
  .rc-post__meta {
    font-size: 17px;
  }
}

.rc-post__meta--cat {
  color: #00b1f0;
  font-weight: 900;
}

.rc-post__meta--cat ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc-post__meta--cat ul li {
  display: inline-block;
}

.rc-post__meta--cat:after {
  content: "|";
  display: inline-block;
  padding: 0 20px;
  color: #797979;
  font-weight: 400;
}

.rc-cta {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  padding: 10px 40px;
  border: 4px solid #a1e74b;
  background-color: transparent;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .rc-cta {
    padding: 20px 60px;
  }
}

.rc-cta:hover {
  background-color: #a1e74b;
  color: #000;
}

.rfa__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .rfa__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1200px) {
  .rfa__list {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.rfa {
  position: relative;
}

@media (min-width: 768px) {
  .rfa:after {
    content: url("../images/rc.svg");
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.rfa .section-top {
  padding: 55px 0 10px 0;
}

.rfa .section-title,
.rfa .section-subtitle {
  margin: 0;
}

.rfa .btn {
  font-size: 1rem;
}

.rfa__post {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .rfa__post {
    width: 50%;
    text-align: initial;
    padding: 30px 20px;
  }
}

@media (min-width: 992px) {
  .rfa__post {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .rfa__post {
    padding: 30px 40px;
  }
}

.rfa__post .rc-post__title {
  margin: 0;
}

.rfa__post .rc-post__subtitle {
  margin: 0;
}

.rfa__post .rc-post__meta {
  margin: 5px 0 20px;
}

.rfa__post p {
  color: #797979;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.rfa__post .more-link {
  font-size: 1rem;
}

.rfa__img {
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.rfa__img:after {
  content: "";
  height: 50px;
  position: absolute;
  right: 10px;
  top: -10px;
  width: 80%;
  height: 20px;
  background-color: #00b1f0;
  z-index: -1;
}

.rfa__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rfa__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.twitter-feed {
  background-color: #EFEFEF;
  margin: 75px auto 50px;
  max-width: 1200px;
  padding: 24px 20px 50px;
  position: relative;
}

@media (min-width: 768px) {
  .twitter-feed {
    padding: 24px 70px 70px;
  }

  .twitter-feed:before {
    content: url("../images/tw-right.svg");
    position: absolute;
    right: 0;
    top: 0px;
  }

  .twitter-feed:after {
    content: url("../images/tw-left.svg");
    position: absolute;
    left: 0;
    bottom: -10px;
  }
}

.twitter-feed .section-top {
  padding-left: 0;
}

.twitter-feed .section-title,
.twitter-feed .section-subtitle {
  margin: 0;
}

@media (min-width: 992px) {
  .twitter-feed .section-subtitle {
    font-size: 25px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .twitter-feed .section-title {
    font-size: 49px;
    line-height: 1;
  }
}

.follow {
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .follow:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #67308f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .follow:after {
    content: url("../images/follow.svg");
    position: absolute;
    right: 0;
    top: 50px;
  }
}

.follow .container {
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.follow .section-subtitle {
  color: #00b1f0;
  margin: 0 0 40px;
}

.follow ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.follow ul li {
  display: inline-block;
  margin: 15px;
}

@media (min-width: 500px) {
  .follow ul li {
    margin: 0 35px;
  }
}

.follow ul a {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  background-color: #a1e74b;
  position: relative;
  color: #00b1f0;
}

.follow ul a svg {
  fill: #67308f;
  position: absolute;
  right: -10px;
  top: -10px;
}

.new-partners {
  padding: 70px 0;
  position: relative;
}

@media (min-width: 1200px) {
  .new-partners::before {
    content: url("../images/partners.svg");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.new-partners .section-top {
  padding-left: 0;
  margin-bottom: 35px;
}

.new-partners .section-subtitle {
  margin: 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .new-partners .section-subtitle {
    font-size: 25px;
  }
}

.new-partners .section-title {
  margin: 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .new-partners .section-title {
    font-size: 49px;
  }
}

.new-partners__list a {
  display: inline-block;
  max-width: 230px;
  margin-right: 50px;
}

.new-partners__list a img {
  display: block;
  width: 100%;
  height: auto;
}

.page-template-new-home .section-partners {
  display: none;
}

#ctf {
  margin-top: 26px;
}

#ctf .ctf-item {
  border: 0;
  background-color: #fff;
  min-width: 280px;
  padding: 15px !important;
  min-height: 450px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  #ctf .ctf-item {
    min-width: 300px;
  }
}

#ctf .ctf-tweets {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 35px;
}

#ctf .ctf-tweets::-webkit-scrollbar {
  height: 4px;
}

#ctf .ctf-tweets::-webkit-scrollbar-track {
  background-color: rgba(0, 177, 240, 0.3);
}

#ctf .ctf-tweets::-webkit-scrollbar-thumb {
  background-color: #00b1f0;
  outline: none;
}

#ctf .ctf-tweet-content {
  margin-left: 0;
  margin-top: 20px;
  flex-grow: 1;
  font-size: 14px;
}

#ctf .ctf-tweet-content a {
  word-break: break-all;
}

#ctf .ctf-corner-logo {
  display: none;
}

#ctf .ctf-quoted-tweet,
#ctf .ctf-context {
  margin-left: 0;
}

#ctf .ctf-tweet-actions {
  text-align: left;
  margin: 10px 0 0 0;
  flex: 0 0 auto;
}

.agen {
  padding: 40px 0;
}

.agen__row {
  padding: 20px 15px 15px;
  text-align: center;
  margin-bottom: 15px;
  background-color: #EFEFEF;
}

@media (min-width: 992px) {
  .agen__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
    text-align: initial;
  }
}

.agen__time {
  font-size: 22px;
  color: #00b1f0;
  font-weight: 900;
}

@media (min-width: 992px) {
  .agen__time {
    width: 20%;
    text-align: center;
    font-size: 30px;
  }
}

.agen__time a:hover {
  color: #a1e74b;
}

.agen__activity {
  padding: 10px 0;
  font-size: 25px;
  font-weight: 900;
  position: relative;
}

@media (min-width: 992px) {
  .agen__activity {
    width: 30%;
    text-align: center;
    padding: 0 25px;
    font-size: 30px;
  }
}

@media (min-width: 992px) {

  .agen__activity::before,
  .agen__activity::after {
    content: "";
    height: 80px;
    width: 0;
    border-left: 1px solid #B4B4B4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .agen__activity::before {
    left: 0;
  }

  .agen__activity:after {
    right: 0;
  }
}

.agen__desc {
  font-size: 14px;
}

@media (min-width: 992px) {
  .agen__desc {
    width: 50%;
    padding-left: 25px;
  }
}

.rcon-hero {
  background-color: #67308f;
  height: 680px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}

.rcon-hero .container {
  position: relative;
  z-index: 2;
}

.rcon-hero__subtitle {
  font-size: 20px;
  margin: 0 0 25px 0;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: #a1e74b;
}

@media (min-width: 992px) {
  .rcon-hero__subtitle {
    font-size: 35px;
    margin: 0 0 50px 0;
  }
}

.rcon-hero__img {
  max-width: 1000px;
}

.rcon-hero__title {
  margin: 40px 0 15px;
  font-size: 30px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 992px) {
  .rcon-hero__title {
    font-size: 50px;
  }
}

.rcon-hero__date {
  margin-top: 35px;
  font-weight: 900;
  font-size: 18px;
  display: block;
}

@media (min-width: 600px) {
  .rcon-hero__date {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .rcon-hero__date {
    font-size: 24px;
  }
}

.rcon-hero__date span {
  color: #a1e74b;
}

.rcon-hero .btn {
  font-size: 14px;
  line-height: 1;
  padding: 22px 56px;
}

.rcon__countdown {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  padding: 35px 10px 0;
  max-width: 680px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

.rcon__countdown .time {
  position: relative;
  padding: 0 10px;
  padding: 0 15px;
}

.rcon__countdown .time:not(:last-of-type):after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

@media (min-width: 450px) {
  .rcon__countdown .time {
    padding: 0 35px;
  }
}

@media (min-width: 768px) {
  .rcon__countdown .time {
    padding: 0 65px;
  }
}

.rcon__countdown i {
  color: #fff;
  display: block;
  font-size: 25px;
  font-style: normal;
}

@media (min-width: 768px) {
  .rcon__countdown i {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .rcon__countdown i {
    font-size: 40px;
  }
}

.rcon__countdown span {
  display: block;
  font-size: 10px;
}

@media (min-width: 400px) {
  .rcon__countdown span {
    font-size: 13px;
  }
}

.rcon__desc {
  background-color: #EFEFEF;
  padding: 120px 20px 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 500px) {
  .rcon__desc {
    padding: 120px 40px 85px;
  }
}

@media (min-width: 992px) {
  .rcon__desc {
    padding: 150px 150px 86px;
  }
}

@media (min-width: 1200px) {
  .rcon__desc {
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .rcon__desc {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

.rcon__col {
  width: 100%;
  max-width: 450px;
  text-align: center;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .rcon__col {
    margin-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .rcon__col {
    max-width: 340px;
    text-align: initial;
    width: 50%;
  }
}

.rcon__col .btn {
  font-size: 14px;
}

.rcon__col--full {
  width: 100%;
  max-width: initial;
  text-align: center;
  margin-bottom: 0;
}

.rcon__col--full p {
  max-width: 630px;
  color: #797979;
  margin: 0 auto 15px;
}

.rcon__col h3 {
  margin: 0 auto 14px;
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .rcon__col h3 {
    margin: 0 0 14px;
  }
}

@media (min-width: 500px) {
  .rcon__col h3 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .rcon__col h3::before {
    content: "";
    width: 55px;
    height: 55px;
    background-color: #00b1f0;
    display: block;
    position: absolute;
    left: -27px;
    top: -5px;
    z-index: -1;
  }
}

.rcon__stats {
  background-color: #67308f;
  max-width: 1220px;
  margin: -50px auto 0;
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 4;
  position: relative;
}

.rcon__stats .stat {
  width: 50%;
  padding: 20px 15px;
  text-align: center;
  font-weight: 900;
}

@media (min-width: 600px) {
  .rcon__stats .stat {
    padding: 35px;
    width: 25%;
  }
}

@media (min-width: 850px) {
  .rcon__stats .stat {
    padding: 0 35px;
  }
}

@media (min-width: 1200px) {
  .rcon__stats .stat {
    padding: 0 55px;
  }
}

.rcon__stats i {
  color: #fff;
  display: block;
  font-size: 35px;
  line-height: 1;
  font-style: normal;
}

@media (min-width: 1200px) {
  .rcon__stats i {
    font-size: 55px;
  }
}

.rcon__stats span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #a1e74b;
}

@media (min-width: 1200px) {
  .rcon__stats span {
    font-size: 16px;
  }
}

.page-template-remotecon2 .section-top,
.page-template-remotecon .section-top,
.single-solutions .section-top {
  padding-left: 0;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {

  .page-template-remotecon2 .section-top,
  .page-template-remotecon .section-top,
  .single-solutions .section-top {
    text-align: initial;
  }
}

.page-template-remotecon2 .section-top .section-subtitle,
.page-template-remotecon .section-top .section-subtitle,
.single-solutions .section-top .section-subtitle {
  margin: 0;
  line-height: 1;
}

.page-template-remotecon2 .section-top .section-title,
.page-template-remotecon .section-top .section-title,
.single-solutions .section-top .section-title {
  margin: 0;
  line-height: 1;
}

.page-template-remotecon2 .section-top p,
.page-template-remotecon .section-top p,
.single-solutions .section-top p {
  max-width: 520px;
  margin: 0 auto;
}

@media (min-width: 768px) {

  .page-template-remotecon2 .section-top p,
  .page-template-remotecon .section-top p,
  .single-solutions .section-top p {
    text-align: initial;
    margin: 0;
    font-size: 18px;
  }
}

.rcon-speakers {
  position: relative;
}

@media (min-width: 992px) {
  .rcon-speakers:after {
    content: url("../images/rcon-speakers.svg");
    position: absolute;
    right: 0;
    top: 0;
  }
}

.rcon-speaker {
  display: block;
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 500px) {
  .rcon-speaker {
    width: 50%;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .rcon-speaker {
    width: 33.33%;
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .rcon-speaker {
    width: 25%;
  }
}

.rcon-speaker__img {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .rcon-speaker__img:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 160px 160px 0;
    right: -30px;
    top: -35px;
    border-color: transparent #a1e74b transparent transparent;
    position: absolute;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
}

.rcon-speaker__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rcon-speaker__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .rcon-speaker__img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@media (min-width: 768px) {
  .rcon-speaker__img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .rcon-speaker__img:hover::after {
    opacity: 1;
  }
}

.rcon-speaker__info {
  padding: 7px 7px 0;
}

.rcon-speaker__info h2 {
  line-height: 1;
  margin: 0 0 7px;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .rcon-speaker__info h2 {
    font-size: 35px;
  }
}

.rcon-speaker__info p {
  color: #000;
}

.rcon-speaker__company {
  margin-bottom: 10px;
}

.rcon-speaker__company p {
  color: #000;
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1;
}

.rcon-speaker__company span {
  font-weight: 900;
  color: #00b1f0;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .rcon-speaker__company span {
    font-size: 18px;
  }
}

.rcon-speaker__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 500px) {
  .rcon-speaker__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) {
  .rcon-speaker__list {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.rcon-agenda {
  position: relative;
}

@media (min-width: 992px) {
  .rcon-agenda:after {
    content: url("../images/rcon-agenda.svg");
    position: absolute;
    right: 0;
    top: 0;
  }
}

.rcon-agenda .time-zone {
  margin-top: 27px;
  text-align: center;
  color: #A5A5A5;
}

.rcon-agenda .time-zone span {
  display: inline-block;
  padding: 0 5px;
  color: #A5A5A5;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.rcon-agenda .time-zone span:hover,
.rcon-agenda .time-zone span.active {
  color: #67308f;
}

.rcon-agenda .time-zone span.active {
  font-weight: 600;
}

.rcon-agenda__nav {
  text-align: center;
  margin-top: 40px;
}

.rcon-agenda__nav button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 5px 10px;
  border: 4px solid #00b1f0;
  max-width: 150px;
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: 900;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  outline: 0;
}

@media (min-width: 992px) {
  .rcon-agenda__nav button {
    padding: 22px 0;
    font-size: 14px;
    max-width: 200px;
  }
}

.rcon-agenda__nav button:hover,
.rcon-agenda__nav button.active {
  background-color: #00b1f0;
  color: #fff;
}

.rcon-agenda__tab {
  margin-top: 45px;
}

.rcon-agenda__event {
  background-color: #EFEFEF;
  padding: 25px;
  margin-bottom: 15px;
  cursor: ns-resize;
}

@media (min-width: 992px) {
  .rcon-agenda__event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
  }
}

.rcon-agenda__time {
  text-align: center;
}

@media (min-width: 992px) {
  .rcon-agenda__time {
    width: 25%;
    padding-right: 30px;
  }
}

.rcon-agenda__time>span {
  color: #00b1f0;
  font-weight: 900;
  font-size: 30px;
  display: block;
}

@media (min-width: 1200px) {
  .rcon-agenda__time>span {
    font-size: 45px;
  }
}

.rcon-agenda__time .add-calendar {
  color: #a1e74b;
  display: none;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 1200px) {
  .rcon-agenda__time .add-calendar {
    font-size: 16px;
  }
}

.rcon-agenda__time .add-calendar label {
  font-weight: 900;
  display: block;
}

.rcon-agenda__time .add-calendar a {
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 10px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.rcon-agenda__time .add-calendar a.icon-google {
  background-image: url("../images/google.png");
}

.rcon-agenda__time .add-calendar a.icon-yahoo {
  background-image: url("../images/yahoo.png");
}

.rcon-agenda__time .add-calendar a.icon-ical {
  background-image: url("../images/apple.png");
}

.rcon-agenda__time .add-calendar a.icon-outlook {
  background-image: url("../images/outlook.png");
}

.rcon-agenda__speaker {
  text-align: center;
  position: relative;
  padding: 25px 0;
}

@media (min-width: 992px) {
  .rcon-agenda__speaker {
    width: 35%;
    padding: 0 25px;
  }

  .rcon-agenda__speaker::before,
  .rcon-agenda__speaker::after {
    content: "";
    height: 80px;
    width: 0;
    border-left: 1px solid #B4B4B4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .rcon-agenda__speaker::before {
    left: 0;
  }

  .rcon-agenda__speaker:after {
    right: 0;
  }
}

.rcon-agenda__speaker img:not(.sol-img) {
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  display: none;
}

@media (min-width: 1200px) {
  .rcon-agenda__speaker img:not(.sol-img) {
    width: 165px;
    height: 165px;
  }
}

.rcon-agenda__speaker .sol-img {
  width: 90%;
  max-width: 180px;
  height: auto;
}

.rcon-agenda__speaker h3,
.rcon-agenda__speaker h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.rcon-agenda__speaker h3 {
  font-size: 20px;
}

.rcon-agenda__speaker h4 {
  font-size: 1rem;
  margin-top: 5px;
}

.rcon-agenda__speaker span {
  color: #00b1f0;
}

.rcon-agenda__speaker .moderator {
  display: block;
  margin-top: 25px;
}

.rcon-agenda__desc {
  text-align: center;
}

@media (min-width: 992px) {
  .rcon-agenda__desc {
    text-align: left;
    width: 40%;
    padding-left: 60px;
  }
}

.rcon-agenda__desc h3 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
}

@media (min-width: 1200px) {
  .rcon-agenda__desc h3 {
    font-size: 35px;
  }
}

.rcon-agenda__desc p {
  color: #fff;
  margin: 20px 0 15px;
  display: none;
}

.rcon-agenda__desc a {
  display: none;
  color: #a1e74b;
  font-weight: 900;
  transition: 0.3s ease-in-out;
}

.rcon-agenda__desc a:hover {
  color: #000;
}

.rcon-agenda__event.active {
  background-color: #00b1f0;
  padding: 40px 20px;
}

@media (min-width: 992px) {
  .rcon-agenda__event.active {
    padding: 112px 30px;
  }
}

.rcon-agenda__event.active .rcon-agenda__time span {
  color: #fff;
}

.rcon-agenda__event.active .rcon-agenda__time .add-calendar {
  display: block;
}

.rcon-agenda__event.active .rcon-agenda__speaker img {
  display: inline-block;
}

.rcon-agenda__event.active .rcon-agenda__speaker::before,
.rcon-agenda__event.active .rcon-agenda__speaker::after {
  height: 150px;
  border-color: #fff;
}

.rcon-agenda__event.active .rcon-agenda__speaker span {
  color: #fff;
}

.rcon-agenda__event.active .rcon-agenda__speaker h4 {
  display: block;
}

.rcon-agenda__event.active .rcon-agenda__desc p {
  display: block;
}

.rcon-agenda__event.active .rcon-agenda__desc a {
  display: inline-block;
}

.rcon-solutions {
  position: relative;
}

@media (min-width: 992px) {
  .rcon-solutions:before {
    content: url("../images/rcon-solutions.svg");
    position: absolute;
    right: 0;
    top: 40px;
  }

  .rcon-solutions:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49px;
    height: 49px;
    display: block;
    background-color: #67308f;
  }
}

.solutions__nav {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .solutions__nav {
    text-align: initial;
  }
}

.solutions__nav button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  display: inline-block;
  border: 4px solid #67308f;
  padding: 10px 15px;
  font-size: 12px;
  margin: 5px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  background-color: transparent;
}

@media (min-width: 768px) {
  .solutions__nav button {
    padding: 15px 20px;
    margin: 5px 10px 5px 0;
  }
}

@media (min-width: 1200px) {
  .solutions__nav button {
    padding: 20px 35px;
    font-size: 14px;
    margin: 5px 20px 5px 0;
  }
}

.solutions__nav button.active,
.solutions__nav button:hover {
  background-color: #67308f;
  color: #fff;
}

.solutions__tab {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.solution {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  display: block;
}

@media (min-width: 600px) {
  .solution {
    text-align: initial;
    width: 50%;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .solution {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .solution {
    margin-top: 50px;
  }
}

.solution img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  max-width: 180px;
  min-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .solution img {
    margin: initial;
  }
}

.solution p {
  margin-top: 20px;
  font-size: 14px;
  min-height: 90px;
  color: #000;
}

@media (min-width: 600px) {
  .solution p {
    max-width: 280px;
  }
}

.solution span {
  display: inline-block;
  font-weight: 900;
  color: #a1e74b;
}

@media (min-width: 768px) {
  .solution span {
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
}

@media (min-width: 768px) {
  .solution:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .solution:hover span {
    opacity: 1;
  }
}

.rcon-registration {
  position: relative;
}

@media (min-width: 992px) {
  .rcon-registration:before {
    content: url("../images/rcon-r.svg");
    position: absolute;
    left: 0;
    top: 40px;
  }
}

.rcon-registration .section-top {
  text-align: center;
}

@media (min-width: 768px) {
  .rcon-registration .section-top p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.pass {
  text-align: center;
  background-color: #EFEFEF;
  padding: 35px 25px 48px;
  transition: 0.3s ease-in-out;
  display: block;
  height: 100%;
}

@media (min-width: 1100px) {
  .pass {
    padding: 35px 45px 48px;
  }
}

.pass__container {
  width: 100%;
  padding: 12px;
}

@media (min-width: 600px) {
  .pass__container {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .pass__container {
    width: 33.33%;
  }
}

.pass__top {
  color: #000;
  font-weight: 900;
  font-size: 20px;
}

@media (min-width: 600px) {
  .pass__top {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .pass__top {
    font-size: 24px;
  }
}

.pass__top h3 {
  line-height: 1;
  font-size: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  .pass__top h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .pass__top h3 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .pass__top h3 {
    font-size: 34px;
  }
}

.pass img {
  display: block;
  width: initial;
  margin: 28px auto 30px;
}

.pass__price {
  display: block;
  color: #000;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .pass__price {
    font-size: 55px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pass__price {
    font-size: 75px;
    margin-bottom: 40px;
  }
}

.pass__desc {
  display: block;
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .pass__desc {
    min-height: 270px;
  }
}

.pass__desc p {
  color: #231F20;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .pass__desc p {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .pass__desc p {
    font-size: 16px;
  }
}

.pass:hover {
  background-color: #00b1f0;
}

.pass:hover .pass__top,
.pass:hover .pass__price,
.pass:hover .pass__desc p {
  color: #fff;
}

.pass__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
}

@media (min-width: 1200px) {
  .pass__list {
    margin: 40px auto 0;
  }
}

.rcon-partners .section-top .section-subtitle {
  color: #000;
}

.rcon-partner {
  width: 50%;
  padding: 30px 20px 30px 0;
}

@media (min-width: 500px) {
  .rcon-partner {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .rcon-partner {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .rcon-partner {
    width: 20%;
  }

  .rcon-partner:nth-child(-n+4) {
    width: 25%;
  }
}

.rcon-partner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.rcon-partner__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.reviews__slider {
  padding: 40px 0 70px;
}

@media (min-width: 768px) {
  .reviews__slider {
    padding: 50px 0;
  }
}

.reviews__slider .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #EFEFEF;
  opacity: 1;
  outline: 0;
}

.reviews__slider .swiper-pagination-bullet-active {
  background-color: #00b1f0;
}

.reviews__slider .swiper-slide {
  height: auto;
  position: relative;
}

.reviews__slider blockquote {
  padding: 110px 20px 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
  background-image: url("../images/testimonials.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .reviews__slider blockquote {
    padding: 100px 35px 35px;
  }
}

@media (min-width: 992px) {
  .reviews__slider blockquote {
    padding: 100px 35px 35px;
    width: 80%;
    max-width: 976px;
  }
}

@media (min-width: 768px) {
  .reviews__slider blockquote {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .reviews__slider blockquote {
    font-size: 30px;
  }
}

.reviews__slider blockquote span {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.reviews__slider blockquote img {
  display: block;
  height: 100px;
  width: auto;
  margin: 35px auto 0;
}

.reviews__slider .swiper-button-prev,
.reviews__slider .swiper-button-next {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50px;
  outline: 0;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {

  .reviews__slider .swiper-button-prev,
  .reviews__slider .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #E6E6E6;
  }
}

@media (max-width: 768px) {

  .reviews__slider .swiper-button-prev,
  .reviews__slider .swiper-button-next {
    display: none;
  }
}

.reviews__slider .swiper-button-prev:after,
.reviews__slider .swiper-button-next:after {
  font-size: 13px;
  line-height: 25px;
  color: #00b1f0;
}

@media (min-width: 992px) {

  .reviews__slider .swiper-button-prev:after,
  .reviews__slider .swiper-button-next:after {
    font-size: 25px;
    line-height: 60px;
    color: #fff;
  }
}

@media (min-width: 992px) {

  .reviews__slider .swiper-button-prev:hover,
  .reviews__slider .swiper-button-next:hover {
    background-color: #00b1f0;
  }
}

.tito-tickets-button {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  border: 4px solid #8ceb10;
  border-radius: 0;
  transition: all 0.2s ease-in;
  letter-spacing: 0.0625rem;
  background-color: #8ceb10;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 900;
  color: #222;
}

.tito-tickets-button:hover {
  color: #222;
  background-color: #7ed30e;
  border: 4px solid #7ed30e;
}

.logos {
  padding-bottom: 0;
}

.logo__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.logo__list .logo {
  display: block;
  width: 33.33%;
  padding: 10px;
}

@media (min-width: 768px) {
  .logo__list .logo {
    width: 16.66%;
  }
}

.logo__list .logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.malinky-load-more__button {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  border: 4px solid #8ceb10;
  border-radius: 0;
  transition: all 0.2s ease-in;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 900;
  background-color: #8ceb10;
  color: #222;
}

.malinky-load-more__button:hover {
  color: #222;
  background-color: #7ed30e;
  border: 4px solid #7ed30e;
}

.live__hero {
  position: relative;
  border: 15px solid red;
  padding: 20px 0 20px;
}

@media (min-width: 600px) {
  .live__hero {
    border: 25px solid red;
  }
}

@media (min-width: 1000px) {
  .live__hero {
    padding: 170px 0 20px;
  }
}

@media (min-width: 1550px) {
  .live__hero {
    padding: 100px 0 20px;
  }
}

.live__hero__left {
  margin: 0 auto;
  text-align: center;
  max-width: 450px;
  padding: 0 15px;
  z-index: 3;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .live__hero__left {
    padding: 0;
    position: absolute;
    left: 30px;
    top: 30px;
    margin: 0;
    text-align: initial;
  }
}

.live__hero__left img {
  max-width: 100%;
  height: auto;
}

.live__hero__left h2 {
  margin: 15px 0 0;
  font-size: 18px;
}

.live__hero__right {
  margin: 35px auto;
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
  width: 250px;
  height: auto;
  z-index: 3;
}

@media (min-width: 1000px) {
  .live__hero__right {
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
    text-align: initial;
  }
}

.live__hero .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.live__hero .container .live-btn {
  margin-top: 30px;
}

.live__hero .container .plyr {
  width: 100%;
  max-width: 500px;
}

.live__hero .container .plyr__controls,
.live__hero .container .plyr__control {
  display: none !important;
}

.live-btn {
  background-color: red;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1000px) {
  .live-btn {
    font-size: 30px;
  }
}

.live-btn svg {
  margin-left: 10px;
  width: 40px;
  height: 36px;
}

.live-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.single-solutions .rcon-hero {
  height: 320px;
}

.single-solutions .rcon-hero__title {
  margin-bottom: 10px;
  position: relative;
  font-size: 30px;
}

@media (min-width: 1200px) {
  .single-solutions .rcon-hero__title {
    font-size: 70px;
  }
}

@media (min-width: 1200px) {
  .single-solutions .rcon-hero__title:after {
    content: url("../images/patratica.svg");
    position: absolute;
    top: -60px;
    right: -60px;
    transform: scale(0.8);
    z-index: -1;
  }
}

.single-solutions .rcon-hero p {
  max-width: 540px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .single-solutions .rcon-solutions {
    padding-top: 120px;
  }
}

.single-solutions .rcon-solutions:before,
.single-solutions .rcon-solutions:after {
  display: none;
}

.sol {
  margin: 50px 0;
  text-align: center;
}

@media (min-width: 600px) {
  .sol {
    margin: 75px 0 50px;
    text-align: initial;
  }
}

.sol__img {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .sol__img {
    margin-bottom: initial;
  }
}

.sol__img img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.sol__title {
  margin: 0 0 5px;
  font-size: 36px;
  color: #00b1f0;
  text-transform: uppercase;
}

.sol__sol {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.sol__desc {
  padding: 25px 0;
  color: #231F20;
}

.sol__desc a {
  color: #000;
  font-weight: 900;
  transition: 0.3s ease-in-out;
}

.sol__desc a:hover {
  color: #00b1f0;
}

.sol-video {
  background-color: #EFEFEF;
  padding: 70px 30px 50px;
  position: relative;
}

@media (min-width: 600px) {
  .sol-video {
    padding: 140px 50px 180px;
  }
}

@media (min-width: 992px) {
  .sol-video {
    padding: 140px 100px 180px;
  }
}

@media (min-width: 1200px) {
  .sol-video {
    padding: 140px 200px 180px;
  }
}

@media (min-width: 600px) {
  .sol-video:after {
    content: url("../images/sol-right.svg");
    position: absolute;
    top: 0;
    right: 0;
  }

  .sol-video:before {
    content: url("../images/sol-left.svg");
    position: absolute;
    bottom: -10px;
    left: 0;
  }
}

.sol-video .plyr--video {
  max-width: 750px;
  margin: 0 auto;
  z-index: 2;
}

.sol-video h2 {
  color: #00b1f0;
  font-size: 22px;
  margin: 35px 0 20px;
}

@media (min-width: 600px) {
  .sol-video h2 {
    font-size: 35px;
  }
}

.sol-video p {
  font-size: 18px;
}

.solutions__slider__container {
  position: relative;
  padding: 0 50px;
}

@media (min-width: 1200px) {
  .solutions__slider__container {
    padding: 0;
  }
}

.solutions__slider__container .solution {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .solutions__slider__container .solution {
    padding: 0 0 0 60px;
  }
}

@media (min-width: 1400px) {
  .solutions__slider__container .solution {
    padding: 0 0 0 40px;
  }
}

.solutions__slider__container .swiper-button-prev,
.solutions__slider__container .swiper-button-next {
  width: 25px;
  height: 25px;
  background-color: #E6E6E6;
  border-radius: 50px;
  outline: 0;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1200px) {

  .solutions__slider__container .swiper-button-prev,
  .solutions__slider__container .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #E6E6E6;
  }
}

@media (min-width: 1400px) {

  .solutions__slider__container .swiper-button-prev,
  .solutions__slider__container .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}

.solutions__slider__container .swiper-button-prev:after,
.solutions__slider__container .swiper-button-next:after {
  font-size: 13px;
  line-height: 25px;
  color: #fff;
}

@media (min-width: 1200px) {

  .solutions__slider__container .swiper-button-prev:after,
  .solutions__slider__container .swiper-button-next:after {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
  }
}

@media (min-width: 1400) {

  .solutions__slider__container .swiper-button-prev:after,
  .solutions__slider__container .swiper-button-next:after {
    font-size: 25px;
    line-height: 60px;
    color: #fff;
  }
}

@media (min-width: 992px) {

  .solutions__slider__container .swiper-button-prev:hover,
  .solutions__slider__container .swiper-button-next:hover {
    background-color: #00b1f0;
  }
}

.solutions__slider__container .swiper-button-prev {
  left: 0px;
}

@media (min-width: 1400px) {
  .solutions__slider__container .swiper-button-prev {
    left: -60px;
  }
}

.solutions__slider__container .swiper-button-next {
  right: 0px;
}

@media (min-width: 1400px) {
  .solutions__slider__container .swiper-button-next {
    right: -60px;
  }
}

.page-template-thank-you-rcon .section-thank-you-header {
  text-align: center;
}

@media (min-width: 1200px) {
  .page-template-thank-you-rcon .section-thank-you-header {
    padding-top: 150px;
  }
}

.page-template-thank-you-rcon .section-thank-you-header p {
  max-width: 720px;
  margin: 0 auto 20px;
}

.page-template-thank-you-rcon .section-subtitle {
  color: #00b1f0;
  margin: 0;
}

.page-template-thank-you-rcon .section-title {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .page-template-thank-you-rcon .section-title {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .page-template-thank-you-rcon .section-title {
    font-size: 74px;
    line-height: 1;
    margin: 10px auto 20px;
  }
}

@media (min-width: 1200px) {
  .page-template-thank-you-rcon .section-title:after {
    content: url("../images/rcon-hero.svg");
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translateX(100px);
  }
}

.page-template-thank-you-rcon .thank-you__share {
  justify-content: center;
}

.rcon-hero__live {
  border: 15px solid red;
}

@media (min-width: 600px) {
  .rcon-hero__live {
    border: 25px solid red;
  }
}

@media (min-width: 768px) {
  .rcon-hero__live::before {
    content: "";
    width: 330px;
    height: 30px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-image: url("../images/date.svg");
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .rcon-hero__live::after {
    content: "";
    width: 275px;
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-image: url("../images/live.svg");
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
}

#add-to-calendar-checkbox-label {
  cursor: pointer;
}

.add-to-calendar-checkbox:checked~a {
  display: block;
  width: 150px;
  margin-left: 20px;
}

input[type=checkbox].add-to-calendar-checkbox {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.explore_slider {
  margin-top: 50px;
}

.explore_slider .swiper-slide {
  padding: 0;
}

.explore_slider .swiper-button-next,
.explore_slider .swiper-button-prev {
  background-color: #8ceb10;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  outline: 0;
  top: 25%;
  margin-top: 0;
  transition: 0.3s ease-in-out;
}

.explore_slider .swiper-button-next:after,
.explore_slider .swiper-button-prev:after {
  color: #000;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}

.explore_slider .swiper-button-next:hover,
.explore_slider .swiper-button-prev:hover {
  background-color: #000;
}

.explore_slider .swiper-button-next:hover:after,
.explore_slider .swiper-button-prev:hover:after {
  color: #8ceb10;
}

.explore_slider .swiper-button-disabled {
  opacity: 0;
}

.explore_slider .swiper-button-next {
  right: 10px;
}

.explore_slider .swiper-button-prev {
  left: 10px;
}

.sassy {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .sassy .section-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.sassy__section::after {
  content: "";
  border-bottom: 1px solid #f2f2f2;
  width: 90%;
  display: block;
  max-width: 700px;
  margin: 20px auto 30px;
}

.sassy__section--top .sassy__content {
  max-width: 100%;
  height: auto !important;
}

.sassy__section--top .sassy__content:after {
  display: none;
}

.sassy__visual {
  margin-bottom: 40px;
}

.sassy__visual img {
  display: block;
  width: 100%;
}

.sassy__toggle {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  position: relative;
  padding: 12px 20px;
  min-width: 250px;
  color: #000;
  margin: 0 auto 30px;
  appearance: none;
  text-align: left;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #a1e74b;
  transition: 0.3s ease-in-out;
  outline: none !important;
  cursor: pointer;
}

.sassy__toggle:hover {
  background-color: #000;
  color: #fff;
}

.sassy__toggle:hover svg {
  fill: #fff;
}

.sassy__toggle svg {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}

.sassy__toggle--close {
  display: none;
}

.sassy__content {
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}

.sassy__content::after {
  content: "";
  background: linear-gradient(180deg, #ffffff00, #fff 61%, #fff);
  bottom: 0;
  height: 156px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.sassy .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sassy__resources::after {
  display: none;
}

.sassy__resources .sassy__content {
  max-width: 100%;
}

.is-open .sassy__content::after {
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.is-open .sassy__toggle {
  background-color: #000;
  color: #fff;
  margin: 30px auto;
}

.is-open .sassy__toggle svg {
  fill: #fff;
  transform: translateY(-50%) rotate(180deg);
}

.is-open .sassy__toggle--close {
  display: block;
}

.is-open .sassy__toggle--open {
  display: none;
}

.page-template-page-spotlight2021 {
  padding-top: 100px;
}

.page-template-page-spotlight2021 .header {
  position: absolute;
}

.page-template-page-spotlight2021 .section-footer .col-md-6>* {
  display: none;
}

.page-template-page-spotlight2021 .person-name {
  display: flex;
  align-items: flex-end;
}

.page-template-page-spotlight2021 .person-name svg {
  width: 30px;
  height: 30px;
  fill: #00b1f0;
  margin-right: 10px;
}

.page-template-page-spotlight2021 .filter-list .cat-corporate:hover,
.page-template-page-spotlight2021 .filter-list .cat-expert:hover,
.page-template-page-spotlight2021 .filter-list .cat-speaker:hover,
.page-template-page-spotlight2021 .filter-list .cat-sales:hover,
.page-template-page-spotlight2021 .filter-list .cat-marketing:hover {
  background-color: #a1e74b;
  color: #fff;
}

@media (max-width: 768px) {

  .page-template-page-spotlight2021 .section-person-list-3,
  .page-template-page-spotlight2021 .section-person-list-2 {
    background-image: none;
  }
}

.spotlight-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.spotlight-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spotlight-header img {
  display: block;
  width: 44px;
}

@media (min-width: 768px) {
  .spotlight-header img {
    width: 80px;
  }
}

.spotlight-header.isVisible {
  top: 0;
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.spotlight-btn {
  position: fixed;
  top: 120px;
  right: -100px;
  z-index: 3;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  transition: all 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}

@media (min-width: 992px) {
  .spotlight-btn {
    display: block;
  }
}

.spotlight-btn.isVisible {
  right: 0;
}

.section-hero {
  background-color: #66308f;
  color: #fff;
  position: relative;
  padding: 3rem 0;
  min-height: 700px;
}

.section-hero .container {
  text-align: center;
}

.section-hero__info {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .section-hero__info {
    padding: 50px 0;
  }
}

.section-hero__title {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.1;
}

@media (min-width: 500px) {
  .section-hero__title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-hero__title {
    font-size: 4rem;
    text-align: center;
  }
}

.section-hero__title span {
  color: #a1e74b;
}

@media (min-width: 1200px) {
  .section-hero__title span {
    font-size: 3.7rem;
  }
}

.section-hero__subtitle {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}

@media (min-width: 500px) {
  .section-hero__subtitle {
    font-size: 30px;
  }
}

.section-hero__preregister h3 {
  margin-bottom: 0;
  font-style: italic;
  font-size: 18px;
}

@media (min-width: 500px) {
  .section-hero__preregister h3 {
    font-size: 20px;
  }
}

.section-hero__preregister .wpcf7-form {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  flex-direction: column;
}

@media (min-width: 500px) {
  .section-hero__preregister .wpcf7-form {
    flex-direction: row;
  }
}

.section-hero__preregister .wpcf7-text {
  padding: 10px 15px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  outline: 0;
  font-family: "Montserrat";
  border-radius: 0;
}

.section-hero__preregister .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 30px;
  font-size: 0.875rem;
  font-weight: 900;
  width: 100%;
  border-radius: 0;
  letter-spacing: 0.0625rem;
  transition: 0.3s ease-in-out;
}

@media (min-width: 500px) {
  .section-hero__preregister .wpcf7-submit {
    width: initial;
  }
}

.section-hero__preregister .wpcf7-submit:hover {
  background-color: #a1e74b;
}

.benefits-col:nth-last-child(-n+3) {
  display: none;
}

.benefits__toggle {
  display: inline-flex;
  align-items: center;
  max-width: 250px;
  margin: 50px auto 0;
  font-weight: 900;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.benefits__toggle svg {
  width: 20px;
  height: 20px;
  transition: 0.3s ease-in-out;
  display: inline;
  margin-left: 15px;
}

.benefits__toggle.active {
  color: #a1e74b;
}

.benefits__toggle.active svg {
  fill: #a1e74b;
  transform-origin: center center;
  transform: rotate(180deg);
}

.benefits__toggle:hover {
  color: #a1e74b;
}

.benefits__toggle:hover svg {
  fill: #a1e74b;
}

.see {
  font-size: 12px;
  cursor: pointer;
  padding-top: 10px;
}

.see svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-right: 5px;
}

.see span {
  display: inline-block;
  -webkit-text-decoration: nonde;
  text-decoration: nonde;
  cursor: pointer;
}

.see span:hover {
  text-decoration: underline;
}

.spotlight__details {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2020;
  max-width: 100%;
  background-color: #fff;
  padding: 60px 20px 30px;
  overflow: auto;
  display: none;
}

.spotlight__details__close {
  position: 0;
  width: 30px;
  height: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: 15px;
  top: 15px;
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.spotlight__details__close:hover {
  background-color: red;
}

.spotlight__details .content {
  max-width: 800px;
  margin: 0 auto;
}

.person-list__more {
  text-align: center;
}

.person-list__more span {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 60px;
  border: 4px solid #67308f;
  background-color: #67308f;
  margin: 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.person-list__more span:hover {
  background-color: transparent;
  color: #67308f;
}

.section-person-list-3 .speaker-item {
  display: none;
}

.section-person-list-3 .speaker-item:nth-child(-n+8) {
  display: block;
}

.section-person-list-3 .filter-list li.active span {
  background-color: #a1e74b;
}

.page-template-page-spotlight2021 .section-top {
  padding-left: 0;
}

.page-template-page-spotlight2021 .section-top .section-title {
  margin-top: 0;
}

.page-template-page-spotlight2021 .section-top p {
  max-width: 600px;
}

.page-template-page-spotlight2021 .section-top a {
  color: #00b1f0;
  text-decoration: underline;
  font-weight: bold;
}

.page-template-page-spotlight2021 .section-top a:hover {
  color: #a1e74b;
}

.page-template-page-spotlight2021 .agenda {
  margin-top: 40px;
}

.page-template-page-spotlight2021 .agenda__item {
  background-color: #EFEFEF;
  padding: 25px;
  margin-bottom: 15px;
  cursor: ns-resize;
}

@media (min-width: 992px) {
  .page-template-page-spotlight2021 .agenda__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 30px;
  }
}

.page-template-page-spotlight2021 .agenda__info {
  text-align: center;
  position: relative;
  padding: 25px 0;
}

@media (min-width: 992px) {
  .page-template-page-spotlight2021 .agenda__info {
    width: 35%;
    padding: 0 25px;
  }

  .page-template-page-spotlight2021 .agenda__info::before,
  .page-template-page-spotlight2021 .agenda__info::after {
    content: "";
    height: 80px;
    width: 0;
    border-left: 1px solid #B4B4B4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-page-spotlight2021 .agenda__info::before {
    left: 0;
  }

  .page-template-page-spotlight2021 .agenda__info:after {
    right: 0;
  }
}

.page-template-page-spotlight2021 .agenda__info .sol-img {
  width: 90%;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

.page-template-page-spotlight2021 .agenda__info h3,
.page-template-page-spotlight2021 .agenda__info h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.page-template-page-spotlight2021 .agenda__info h3 {
  font-size: 20px;
}

.page-template-page-spotlight2021 .agenda__info h4 {
  font-size: 1rem;
  margin-top: 5px;
}

.page-template-page-spotlight2021 .agenda__info span {
  color: #00b1f0;
}

.page-template-page-spotlight2021 .agenda__info .moderator {
  display: block;
  margin-top: 25px;
}

.page-template-page-spotlight2021 .agenda__event {
  text-align: center;
}

@media (min-width: 992px) {
  .page-template-page-spotlight2021 .agenda__event {
    text-align: left;
    width: 40%;
    padding-left: 60px;
  }
}

.page-template-page-spotlight2021 .agenda__event h3 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
}

@media (min-width: 1200px) {
  .page-template-page-spotlight2021 .agenda__event h3 {
    font-size: 35px;
  }
}

.page-template-page-spotlight2021 .agenda__event p {
  color: #fff;
  margin: 20px 0 15px;
  display: none;
}

.page-template-page-spotlight2021 .agenda__event a {
  display: none;
  color: #a1e74b;
  font-weight: 900;
  transition: 0.3s ease-in-out;
}

.page-template-page-spotlight2021 .agenda__event a:hover {
  color: #000;
}

.venture-hero {
  position: relative;
}

.venture-hero img {
  display: block;
  margin: 20PX auto 0;
}

.venture__title {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}

@media (min-width: 330px) {
  .venture__title {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) {
  .venture__content {
    display: flex;
    align-items: flex-start;
  }
}

.venture__content .venture__title_s {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0;
}

@media (min-width: 330px) {
  .venture__content .venture__title_s {
    font-size: 3.2rem;
  }
}

.venture__section__title {
  text-transform: uppercase;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .venture__section__title br {
    display: none;
  }

  .venture__section__title span {
    color: #D8D8D8;
  }

  .venture__section__title span:after {
    content: ".";
  }
}

@media (min-width: 768px) {
  .venture__section__title {
    display: flex;
    align-items: center;
  }

  .venture__section__title span {
    margin-right: 20px;
    font-size: 80px;
    color: #D8D8D8;
  }
}

.venture__summary {
  width: 320px;
  margin-right: 60px;
  flex: 0 0 auto;
  display: none;
}

@media (min-width: 992px) {
  .venture__summary {
    display: block;
  }
}

.venture__summary .summary {
  background-color: #00b1f0;
  padding: 30px;
  position: relative;
}

.venture__summary .summary:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  right: -2px;
  top: -2px;
  background-color: #fff;
}

.venture__summary .summary:after {
  content: "";
  width: 50px;
  height: 29px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background-color: #fff;
}

.venture__summary .summary.stuck {
  margin-top: 130px;
}

.venture__summary h4 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.venture__summary ol {
  padding-left: 0;
  counter-reset: item;
  list-style-type: none;
}

.venture__summary ol li {
  margin-bottom: 5px;
  display: flex;
}

.venture__summary ol li::before {
  content: counter(item, decimal-leading-zero) ". ";
  counter-increment: item;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}

.venture__summary ol a {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.venture__summary ol a:hover {
  color: #fff;
}

.venture__info {
  flex: 1;
  padding-bottom: 80px;
}

.venture__info .bottom-newsletter {
  margin-bottom: 60px;
}

.venture__info .section-benefits {
  margin: 60px 0 0;
  background-color: #eee;
}

.venture__info .section-benefits .engage-list {
  padding: 1em;
}

@media (min-width: 768px) {
  .venture__info .section-benefits .engage-list {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .venture__info .section-benefits .engage-list {
    padding: 2rem 4rem;
  }
}

.venture__info .section-benefits .btn {
  margin-top: 30px;
}

.venture__info .section-benefits div.wpcf7-response-output {
  color: #000;
  position: initial;
  bottom: initial;
  width: 100%;
}

.venture__info .section-benefits .wpcf7-form.invalid div.wpcf7-response-output {
  color: red;
}

.venture__info .section-benefits .wpcf7 {
  margin-top: 30px;
  max-width: 550px;
}

.venture__info .section-benefits .wpcf7 .wpcf7-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  border: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat";
  border: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.venture__info .section-benefits .wpcf7 .wpcf7-text.wpcf7-not-valid {
  border-color: red;
}

.venture__info .section-benefits .wpcf7 .your-email {
  flex: 1;
}

.venture__info .section-benefits .wpcf7 .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #8CEB12;
  height: 56px;
  color: #000;
  flex: 0 0 auto;
  border: 0;
  padding: 0 25px;
  font-weight: 900;
  font-size: 16px;
  outline: 0;
  width: 100%;
  margin-top: 10px;
  line-height: 1;
}

@media (min-width: 768px) {
  .venture__info .section-benefits .wpcf7 .wpcf7-submit {
    width: initial;
  }
}

@media (min-width: 992px) {
  .venture__info .section-benefits .wpcf7 .wpcf7-submit {
    font-size: 18px;
  }
}

.venture__info .section-benefits .wpcf7 .wpcf7-submit:hover {
  background-color: #67308f;
  color: #fff;
}

.venture__info .section-benefits .wpcf7 .wpcf7-submit:active {
  background-color: #a1e74b;
  color: #fff;
}

.venture__info #conclusions,
.venture__info #htw {
  padding-top: 40px;
}

.venture__quote {
  background-color: #efefef;
  margin: 80px auto 60px;
  padding: 50px 30px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 768px) {
  .venture__quote {
    font-size: 30px;
    padding: 50px;
  }
}

.venture__quote::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 30px;
  width: 6rem;
  height: 8rem;
  background-image: url("../images/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.venture__quote:after {
  content: "";
  width: 50px;
  height: 32px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background-color: #fff;
}

.venture__quote p:last-of-type {
  margin-bottom: 0;
}

:root {
  --htw-blue: #00B1EF;
  --htw-gray: #6F6F6F;
  --htw-purple: #65308E;
  --htw-green: #8CEB10;
  --htw-orange: #FF6C00;
  --htw-purple2: #1B1464;
  --htw-dark-blue: #08083F;
}

.cheader {
  position: fixed;
  left: 0;
  top: 74px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 5;
}

.cheader>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cheader__logo {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  z-index: 3;
}

@media (min-width: 1200px) {
  .cheader__logo {
    width: 5rem;
    height: 5rem;
  }
}

.cheader__nav {
  display: none;
}

@media (min-width: 560px) {
  .cheader__nav {
    display: block;
  }
}

.cheader__nav ul.menu {
  list-style: none;
  margin-right: -12px;
  margin-bottom: 0;
}

.cheader__nav ul.menu li {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 12px;
}

.cheader__nav ul.menu li a {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.cheader__nav ul.menu li a:hover {
  color: var(--htw-green);
}

.cheader__nav ul.menu li.buy a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  padding: 10px 20px;
  border: 4px solid #8ceb10;
  border-radius: 0;
  transition: all 0.2s ease-in;
  letter-spacing: 0.0625rem;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 900;
  background-color: #8ceb10;
  color: #222;
}

.cheader__nav ul.menu li.buy a:hover {
  color: #222 !important;
  background-color: #7ed30e;
  border: 4px solid #7ed30e;
}

.cheader__nav ul.menu .menu-item-has-children {
  position: relative;
}

.cheader__nav ul.menu .menu-item-has-children>a:after {
  content: "\25BE";
  font-size: 18px;
  margin-left: 5px;
}

.cheader__nav ul.menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: inherit;
}

.cheader__nav ul.menu .sub-menu {
  position: absolute;
  background-color: #fff;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(111, 111, 111, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.cheader__nav ul.menu .sub-menu li {
  padding: 0;
  display: block;
}

.cheader__nav ul.menu .sub-menu a {
  font-size: 14px;
  color: #222;
  text-align: center;
}

@media (min-width: 560px) {
  .cheader .mobile-nav-toggle {
    display: none;
  }
}

.cheader__social {
  display: none;
  padding: 0 12px;
}

.cheader__social li {
  margin: 0 5px 0 0;
  padding: 0;
}

.cheader__social ul {
  list-style: none;
  display: flex;
}

.cheader__social ul a {
  margin: 0;
}

.cheader__social ul a .fa {
  color: var(--htw-green);
}

.cheader.sticky {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.2);
  top: 0;
}

.cheader.sticky .cheader__logo {
  width: 2.75rem;
  height: 2.75rem;
}

.cheader.sticky .logo-type-1 {
  display: none;
}

.cheader.sticky .logo-type-2 {
  display: block;
}

.cheader.sticky .cheader__nav ul li a {
  color: #222;
}

.cheader.sticky .cheader__nav ul li a:hover {
  color: var(--htw-green);
}

.cheader.sticky .buy a {
  background-color: #8ceb10;
  color: #222;
}

.cheader.sticky .buy a:hover {
  color: #222;
  background-color: #7ed30e;
  border: 4px solid #7ed30e;
}

.cheader.show-menu {
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.cheader.show-menu .cheader__social {
  display: block;
}

.cheader.show-menu .cheader__nav {
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 100px 10px 10px;
  box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.2);
}

.cheader.show-menu .cheader__nav ul.menu {
  margin: 0;
  padding: 0;
}

.cheader.show-menu .cheader__nav ul.menu li {
  display: block;
  margin: 10px 0;
}

.cheader.show-menu .cheader__nav ul.menu a {
  color: #222;
}

.cheader.show-menu .cheader__nav ul.menu .sub-menu {
  position: initial;
  background-color: transparent;
  box-shadow: none;
  transform: none;
  left: initial;
  text-align: left;
  padding-left: 10px;
  top: initial;
  visibility: visible;
  opacity: 1;
}

.cheader.show-menu .cheader__nav ul.menu .sub-menu li {
  margin: 3px 0;
}

.cheader.show-menu .cheader__nav ul.menu .sub-menu a {
  color: #222;
}

.cheader .mobile-nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

/* body:not(.page-template-media-center):not(.page-template-side-events):not(.page-template-workshops):not(.page-template-page-conference):not(.page-template-page-conference2023):not(.page-template-tickets-buy):not(.page-template-page-venturecee):not(.page-template-page-spotligh2022):not(.page-template-page-startups):not(.page-template-page-experience):not(.page-template-tickets-new):not(.page-template-mobile-app) .main {
  padding-top: 100px;
} */

body:not(.page-template-media-center):not(.page-template-side-events):not(.page-template-workshops):not(.page-template-page-conference):not(.page-template-page-conference2023):not(.page-template-tickets-buy):not(.page-template-page-venturecee):not(.page-template-page-spotligh2022):not(.page-template-page-startups):not(.page-template-page-experience):not(.page-template-tickets-new):not(.page-template-mobile-app) .cheader__nav ul.menu li a {
  color: #222;
}

body:not(.page-template-media-center):not(.page-template-side-events):not(.page-template-workshops):not(.page-template-page-conference):not(.page-template-page-conference2023):not(.page-template-tickets-buy):not(.page-template-page-venturecee):not(.page-template-page-spotligh2022):not(.page-template-page-startups):not(.page-template-page-experience):not(.page-template-tickets-new):not(.page-template-mobile-app) .cheader__nav ul.menu li a:hover {
  color: var(--htw-green);
}

.page-template-page-conference2023 p strong,
.page-template-page-conference p strong {
  color: var(--htw-purple);
}

@media (min-width: 1680px) {

  .page-template-page-conference2023 .container,
  .page-template-page-conference .container {
    max-width: 1660px;
  }
}

.page-template-page-conference2023 .main,
.page-template-page-conference .main {
  overflow: hidden;
}

.page-template-page-conference2023 .person-list-2,
.page-template-page-conference .person-list-2 {
  padding: 0;
}

@media (min-width: 580px) {

  .page-template-page-conference2023 .person-list-2,
  .page-template-page-conference .person-list-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.page-template-page-conference2023 .section-speakers-list .center,
.page-template-page-conference .section-speakers-list .center {
  margin: 0 0 60px;
}

@media (min-width: 768px) {

  .page-template-page-conference2023 .section-speakers-list .center,
  .page-template-page-conference .section-speakers-list .center {
    margin: 60px 0;
  }
}

.conference-hero {
  background-color: #000;
  position: relative;
}

.conference-hero__btns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 600px) {
  .conference-hero__btns {
    flex-direction: row;
  }
}

.conference-hero .container {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.conference-hero__info {
  max-width: 640px;
  font-size: 18px;
  font-family: "Montserrat";
  color: #fff;
}

@media (min-width: 768px) {
  .conference-hero__info p {
    font-size: 20px;
  }
}

.conference-hero__date {
  text-transform: uppercase;
  font-weight: bold;
}

.conference-hero h1 {
  font-size: 40px;
  line-height: 0.84;
  margin-bottom: 35px;
}

@media (min-width: 500px) {
  .conference-hero h1 {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .conference-hero h1 {
    font-size: 80px;
  }
}

.conference-hero .btn {
  margin-top: 45px;
}

.con {
  padding: 70px 0 0px;
}

@media (min-width: 992px) {
  .con {
    padding: 180px 0 70px;
  }
}

.con__title {
  color: var(--htw-dark-blue);
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .con__title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .con__title {
    font-size: 80px;
  }
}

.con__subtitle {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--htw-blue);
  font-size: 32px;
}

@media (min-width: 768px) {
  .con__subtitle {
    font-size: 40px;
  }
}

.con--1 .con__title::after {
  display: none;
}

@media (min-width: 992px) {
  .con .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.con__info {
  margin-top: 30px;
  color: var(--htw-gray);
}

@media (min-width: 992px) {
  .con__info {
    width: 50%;
    padding-left: 16px;
    margin-top: initial;
    padding-top: 10px;
  }

  .con__info p {
    max-width: 620px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .con__info p {
    font-size: 20px;
  }
}

.con__info strong {
  color: var(--htw-purple);
}

.con__stats {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .con__stats {
    padding-top: 70px;
  }
}

.con__stats .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 992px) {
  .con__stats .container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.con__stats__col .image {
  aspect-ratio: 1/1;
  padding-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.con__stats__col h4 {
  font-size: 25px;
  text-align: center;
  color: var(--htw-purple);
  margin-top: 0;
}

@media (max-width: 768px) {
  .con__stats__col h4 {
    font-size: 16px;
  }
}

.con__stop {
  padding: 70px 0 0px;
}

@media (min-width: 992px) {
  .con__stop {
    padding: 180px 0 0;
  }
}

.con__stop .build {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--htw-blue);
  font-size: 32px;
}

@media (min-width: 768px) {
  .con__stop .build {
    font-size: 40px;
  }
}

.con__stop .con__info {
  padding: 0;
}

.con__speakers .center {
  margin: 0 0 60px;
}

@media (min-width: 768px) {
  .con__speakers .center {
    margin: 100px 0;
  }
}

@media (min-width: 768px) {
  .con__speakers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .con__speakers__b {
    font-size: 25px;
  }
}

.con__speaker {
  color: #fff;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .con__speaker {
    margin-bottom: initial;
  }
}

.con__speaker__img {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  background-color: #f2f2f2;
}

.con__speaker__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.con__speaker:hover {
  color: #fff;
}

.con__speaker__info {
  background-color: rgba(27, 20, 100, 0.71);
  padding: 32px 15px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .con__speaker__info {
    background-color: rgba(27, 20, 100, 0.71);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 450px) {
  .con__speaker__info {
    padding: 32px 15px 32px 100px;
  }

  .con__speaker__info::before {
    content: "";
    width: 100px;
    height: 40px;
    background-image: url("../images/cs2.svg");
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 35px;
  }
}

.con__speaker__text {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .con__speaker__text {
    display: none;
  }
}

.con__speaker h4,
.con__speaker .h3 {
  color: var(--htw-green);
  margin: 0;
  line-height: 1.32;
  font-size: 18px;
  font-weight: 900;
}

@media (min-width: 768px) {

  .con__speaker h4,
  .con__speaker .h3 {
    font-size: 25px;
  }
}

.con__speaker h4 {
  text-transform: uppercase;
}

.con__speaker .h3 {
  color: #fff;
  font-size: 18px;
}

.con__speaker p {
  max-width: 540px;
}

@media (min-width: 768px) {
  .con__speaker p {
    font-size: 20px;
  }
}

.con__grid {
  padding: 50px 0 0;
}

@media (min-width: 500px) {
  .con__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .con__grid {
    padding: 70px 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.con__why .con__title {
  margin-bottom: 20px;
}

.con__why__col2,
.con__why__col {
  color: var(--htw-gray);
  margin-bottom: 40px;
}

@media (min-width: 500px) {

  .con__why__col2,
  .con__why__col {
    margin-bottom: initial;
  }
}

.con__why__col2 h4,
.con__why__col h4 {
  font-size: 25px;
  text-align: center;
  color: var(--htw-purple);
}

@media (min-width: 768px) {

  .con__why__col2 p,
  .con__why__col p {
    font-size: 20px;
  }
}

.con__why__col img {
  display: block;
  width: 100%;
}

.con__why__img {
  display: block;
  aspect-ratio: 1/1;
  background-color: var(--htw-gray);
  position: relative;
}

.con__why__symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.con__quote {
  padding: 0 0 50px;
}

@media (min-width: 992px) {
  .con__quote {
    padding: 0 0 100px;
  }
}

.con__quote__container {
  position: relative;
  background-color: var(--htw-dark-blue);
}

@media (min-width: 992px) {
  .con__quote__container {
    display: flex;
  }
}

.con__quote blockquote {
  z-index: 2;
  position: relative;
  padding: 40px 20px;
  width: 100%;
  background-image: url("../images/bobm.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 500px) {
  .con__quote blockquote {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .con__quote blockquote {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .con__quote blockquote {
    padding: 40px 100px;
  }
}

.con__quote blockquote img {
  width: 56px;
  display: block;
  margin-bottom: 40px;
}

.con__quote blockquote p {
  font-size: 30px;
  color: #fff;
  font-style: italic;
  margin: 0 0 20px;
}

.con__quote blockquote cite {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
}

.con__quote__img {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .con__quote__img {
    width: 50%;
  }
}

.con__quote__img::before {
  content: "";
  display: block;
  padding-top: 65%;
}

@media (min-width: 992px) {
  .con__quote__img::before {
    padding-top: 80%;
  }
}

@media (min-width: 1200px) {
  .con__quote__img::before {
    padding-top: 65%;
  }
}

.con__tags {
  display: flex;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .con__tags {
    padding-bottom: 90px;
  }
}

.con__tags span {
  display: inline-block;
  background-color: rgba(111, 111, 111, 0.1);
  color: var(--htw-blue);
  padding: 10px 15px;
  font-weight: bold;
  margin: 8px 8px 8px 0;
  font-size: 14px;
}

@media (min-width: 600px) {
  .con__tags span {
    padding: 20px;
    font-size: 18px;
  }
}

.con__comp__title {
  margin-bottom: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
  color: rgba(111, 111, 111, 0.65);
}

.con__comp__grid {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .con__comp__grid {
    flex-wrap: wrap;
  }
}

.con__comp__grid a {
  width: 50%;
  padding: 20px;
}

@media (min-width: 450px) {
  .con__comp__grid a {
    width: 33.33%;
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .con__comp__grid a {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .con__comp__grid a {
    width: 16.66%;
    padding: 40px;
  }
}

.con__comp__grid--2 {
  flex-wrap: wrap;
  padding-bottom: 50px;
}

@media (min-width: 450px) {
  .con__comp__grid--2 a {
    width: 20%;
  }
}

.con__exp {
  padding: 50px 0;
}

@media (min-width: 992px) {
  .con__exp {
    padding: 50px 0 130px;
  }
}

.con__exp__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  padding-top: 50px;
}

@media (min-width: 570px) {
  .con__exp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .con__exp__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .con__exp__grid {
    padding-top: 110px;
  }
}

.con__exp__info {
  position: relative;
  z-index: 2;
}

.con__exp__col {
  background-color: rgba(242, 242, 242, 0.55);
  background-color: var(--htw-dark-blue);
  padding: 20px;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.con__exp__col::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(8, 8, 63, 0.5);
}

@media (min-width: 768px) {
  .con__exp__col {
    padding: 40px;
  }
}

.con__exp__col p {
  max-width: 350px;
}

@media (min-width: 768px) {
  .con__exp__col p {
    font-size: 20px;
  }
}

.con__exp__col h4 {
  font-size: 25px;
  color: #fff;
}

.con__masonry {
  padding: 50px 0;
}

@media (min-width: 992px) {
  .con__masonry {
    padding: 120px 0;
  }
}

.con__masonry__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 50px 0 0;
}

@media (min-width: 992px) {
  .con__masonry__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.con__masonry__info {
  position: relative;
  z-index: 2;
}

.con__masonry__col {
  background-color: rgba(242, 242, 242, 0.55);
  background-color: var(--htw-dark-blue);
  padding: 10px;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .con__masonry__col {
    padding: 70px 30px;
    aspect-ratio: 0;
  }

  .con__masonry__col:nth-child(13n+1) {
    grid-area: 1/1/2/2;
  }

  .con__masonry__col:nth-child(13n+2) {
    grid-area: 2/1/3/2;
  }

  .con__masonry__col:nth-child(13n+3) {
    grid-area: 1/2/3/4;
  }

  .con__masonry__col:nth-child(13n+4) {
    grid-area: 3/1/5/2;
  }

  .con__masonry__col:nth-child(13n+5) {
    grid-area: 3/2/5/3;
  }

  .con__masonry__col:nth-child(13n+6) {
    grid-area: 3/3/5/4;
  }

  .con__masonry__col:nth-child(13n+7) {
    grid-area: 5/1/7/3;
  }

  .con__masonry__col:nth-child(13n+8) {
    grid-area: 5/3/6/4;
  }

  .con__masonry__col:nth-child(13n+9) {
    grid-area: 6/3/7/4;
  }

  .con__masonry__col:nth-child(13n+10) {
    grid-area: 7/1/9/2;
  }

  .con__masonry__col:nth-child(13n+11) {
    grid-area: 7/2/8/3;
  }

  .con__masonry__col:nth-child(13n+12) {
    grid-area: 8/2/9/3;
  }

  .con__masonry__col:nth-child(13n+13) {
    grid-area: 7/3/9/4;
  }
}

.con__masonry__col::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(8, 8, 63, 0.5);
  transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

.con__masonry__col h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

@media (min-width: 1100px) {
  .con__masonry__col h4 {
    font-size: 45px;
  }
}

.con__masonry__col h4 span {
  color: #a1e74b;
}

.con__masonry__col:hover::after {
  background-color: rgba(8, 8, 63, 0.1);
}

.con__spotlight {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .con__spotlight {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .con__spotlight__content {
    display: flex;
    justify-content: space-between;
  }
}

.con__spotlight .header-video {
  width: 43%;
}

.con__spotlight__info {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .con__spotlight__info {
    width: 55%;
    margin-bottom: initial;
  }
}

.con__spotlight__info p {
  margin: 0 0 30px;
  font-size: 20px;
}

.con__spotlight__info .subtitle {
  font-size: 32px;
}

@media (min-width: 768px) {
  .con__spotlight__info .subtitle {
    font-size: 40px;
  }
}

.con__spotlight__info ul {
  color: var(--htw-purple);
  font-weight: bold;
}

.con__spotlight__info ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .con__spotlight__info ul li {
    font-size: 20px;
  }
}

.con__spotlight__img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  .con__spotlight__img {
    width: 40%;
  }
}

.con__banner {
  background-color: #464181;
  color: #fff;
  text-align: center;
  position: relative;
}

.con__banner h2 {
  font-size: 50px;
  line-height: 0.84;
  margin-bottom: 50px;
  margin-top: 0;
}

@media (min-width: 500px) {
  .con__banner h2 {
    font-size: 80px;
  }
}

@media (min-width: 768px) {
  .con__banner h2 {
    font-size: 100px;
  }
}

.con__banner .container {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.con__video {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .con__video {
    padding: 60px 0 100px;
  }
}

.con__video__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--htw-purple2);
  font-weight: bold;
}

@media (min-width: 768px) {
  .con__video__title {
    font-size: 40px;
    margin-bottom: 100px;
  }
}

.con__video .plyr--video {
  max-width: 1080px;
  margin: 0 auto;
}

.banda {
  background-color: var(--htw-green);
  display: block;
  padding: 20px 0;
  font-weight: 900;
  text-transform: uppercase;
  color: #222;
  z-index: 99;
  text-align: center;
}

.banda--2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banda--2 a {
  color: #fff;
  margin-left: 20px;
  background-color: #000;
  padding: 10px 15px;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}

.banda--2 a:hover {
  background-color: #fff;
  color: #000;
}

.tickets-hero {
  position: relative;
  background-color: #000;
}

.tickets-hero .container {
  height: 450px;
  display: flex;
  align-items: center;
}

.tickets-hero__info {
  color: #fff;
}

.tickets-hero__info h1 {
  font-size: 50px;
  margin: 0;
  line-height: 0.84;
}

@media (min-width: 500px) {
  .tickets-hero__info h1 {
    font-size: 80px;
  }
}

@media (min-width: 768px) {
  .tickets-hero__info h1 {
    font-size: 100px;
  }
}

.tickets-hero__info h1 span {
  font-size: 60%;
}

.scrollingbar {
  overflow: hidden;
  width: 100%;
}

.scrollingbar .con__tags {
  white-space: nowrap;
  transform: translate3d(-25%, 0, 0);
}

.scrollingbar .line {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  -webkit-animation: marquee 50s infinite linear;
  animation: marquee 50s infinite linear;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(-25%, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(-25%, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.mb2 {
  margin-bottom: 20px;
}

.page-id-9329 .page-header-prose {
  background-image: none;
}

.page-template-page-conference2023 .section-speakers-list,
.page-template-page-conference .section-speakers-list {
  background-image: none;
}

.page-template-page-conference2023 .section-speakers-list .con__title,
.page-template-page-conference .section-speakers-list .con__title {
  margin-bottom: 60px;
}

table {
  border-bottom: 5px solid var(--htw-green);
}

table th {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
}

table td,
table th {
  padding: 10px 15px;
}

table thead th {
  border: 5px solid var(--htw-green);
  text-align: center;
}

table thead th.active {
  background-color: var(--htw-green);
}

table td {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

table tbody td {
  border-top: 1px solid #f2f2f2;
  font-size: 20px;
  text-align: center;
}

table tbody td:nth-child(2) {
  text-align: initial;
  font-size: 12px;
}

table tbody td:first-of-type {
  border: 0;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page-template-tickets-new .section-cta-alt .container,
.page-template-tickets-new .section-tickets-header,
.page-template-tickets-new .ticket-item {
  background-image: none;
}

.page-template-tickets-new .section-tickets .col-12 {
  padding-left: 8px;
  padding-right: 8px;
}

.page-template-tickets-new .section-tickets .col-12 .btn {
  margin: 20px 0;
}

.page-template-tickets-new .section-tickets .ticket-price {
  font-size: 3rem;
}

.page-template-tickets-new .section-tickets .ticket-old-price {
  font-size: 2rem;
}

.page-template-tickets-new .section-tickets .ticket-subname {
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
}

.countdown {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #66308f;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 5;
}

.countdown__close {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50px;
  right: 15px;
  top: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  font-weight: bold;
  font-size: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

.countdown__close:hover {
  background-color: red;
  color: #fff;
}

.countdown .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1220px;
}

@media (min-width: 992px) {
  .countdown .container {
    flex-direction: row;
  }
}

.countdown .container h2 {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1200px) {
  .countdown .container h2 {
    font-size: 24px;
  }
}

.countdown .container small {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 5px;
}

.countdown .container .btn {
  flex: 0 0 auto;
  padding: 10px 20px;
  font-size: 15px;
}

.countdown__title {
  width: 100%;
  max-width: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (min-width: 992px) {
  .countdown__title {
    width: 35%;
    max-width: initial;
  }
}

@media (min-width: 992px) {
  .countdown__title {
    flex-direction: row;
    justify-content: initial;
    text-align: initial;
  }
}

.countdown__title>div {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .countdown__title>div {
    padding: 0 20px 0 0;
  }
}

.countdown__timer {
  width: 100%;
  max-width: 350px;
  margin-bottom: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .countdown__timer {
    width: 40%;
    max-width: initial;
    margin-bottom: initial;
  }
}

.countdown .countdown-item {
  padding: 0 15px;
  position: relative;
}

@media (min-width: 500px) {
  .countdown .countdown-item {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .countdown .countdown-item {
    padding: 0 30px;
  }
}

.countdown .countdown-item:not(:last-of-type)::after {
  content: ":";
  font-weight: bold;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .countdown .countdown-item:not(:last-of-type)::after {
    font-size: 2rem;
  }
}

.countdown .countdown-item h5 {
  margin: 0;
  font-size: 1.7rem;
}

@media (min-width: 500px) {
  .countdown .countdown-item h5 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .countdown .countdown-item h5 {
    font-size: 3rem;
  }
}

.countdown .countdown-item p {
  margin: 0;
  font-size: 12px;
}

.show-august .cheader {
  top: 0;
}

.show-august .banda {
  display: none;
}

.countdown-stats {
  display: flex !important;
}

.section-single-page,
.section-pitch .container {
  background-image: none;
}

.mptt-list-event {
  overflow: scroll;
}

@media (min-width: 1200px) {

  #agenda-day-1 .mptt-shortcode-list .list-event-break[data-event-id*=break],
  #agenda-day-1 .mptt-shortcode-list .list-event-break[data-event-id*=goodbye],
  #agenda-day-1 .mptt-shortcode-list .list-event-break[data-event-id*=networking-hours-2],
  #agenda-day-1 .mptt-shortcode-list .list-event-break[data-event-id*=party],
  #agenda-day-2 .mptt-shortcode-list .list-event-break[data-event-id*=break],
  #agenda-day-2 .mptt-shortcode-list .list-event-break[data-event-id*=goodbye],
  #agenda-day-2 .mptt-shortcode-list .list-event-break[data-event-id*=networking-hours-2],
  #agenda-day-2 .mptt-shortcode-list .list-event-break[data-event-id*=party],
  #agenda-day-1 .mptt-shortcode-list .mptt-list-event:nth-child(1),
  #agenda-day-2 .mptt-shortcode-list .mptt-list-event:nth-child(1) {
    min-height: 120px;
  }
}

.page-template-side-events .section-title,
.page-template-workshops .section-title {
  font-size: 3rem;
}

.pre-content>div {
  height: 68px;
  overflow: hidden;
}

.pre-content--toogle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  outline: none !important;
  color: var(--htw-blue);
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}

.pre-content .less {
  display: none;
}

.pre-content.show-more>div {
  height: auto;
}

.pre-content.show-more .less {
  display: block;
}

.pre-content.show-more .more {
  display: none;
}

.page-id-11533 .con__why {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .page-id-11533 .con__why {
    padding-top: 100px;
  }
}

.page-id-11533 .conference-hero__info {
  max-width: initial;
}

.page-id-11533 .conference-hero__info p {
  max-width: 640px;
}

.page-template-page-conference2023 .con__spotlight__info {
  margin-top: 40px;
  margin-bottom: initial;
}

@media (min-width: 992px) {
  .page-template-page-conference2023 .con__spotlight__info {
    margin-top: 0;
  }
}

.page-template-speakers .section-speakers-list .con__subtitle {
  max-width: initial;
}

.content-spekers {
  padding: 60px 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page-template-page-venturecee-sofia .section-hero .container,
.page-template-page-startups .section-hero .container,
.page-template-page-experience .section-hero .container,
.page-template-side-events .section-hero .container,
.page-template-workshops .section-hero .container,
.page-template-page-venturecee .section-hero .container,
.page-template-page-spotligh2022 .section-hero .container {
  position: relative;
  z-index: 2;
}

.page-template-page-venturecee-sofia .section-hero .section-hero__info,
.page-template-page-startups .section-hero .section-hero__info,
.page-template-page-experience .section-hero .section-hero__info,
.page-template-side-events .section-hero .section-hero__info,
.page-template-media-center .section-hero .section-hero__info,
.page-template-workshops .section-hero .section-hero__info,
.page-template-page-venturecee .section-hero .section-hero__info,
.page-template-page-spotligh2022 .section-hero .section-hero__info {
  padding: 80px 0 30px;
}

@media (min-width: 992px) {

  .page-template-page-venturecee-sofia .section-hero .section-hero__info,
  .page-template-page-startups .section-hero .section-hero__info,
  .page-template-page-experience .section-hero .section-hero__info,
  .page-template-side-events .section-hero .section-hero__info,
  .page-template-media-center .section-hero .section-hero__info,
  .page-template-workshops .section-hero .section-hero__info,
  .page-template-page-venturecee .section-hero .section-hero__info,
  .page-template-page-spotligh2022 .section-hero .section-hero__info {
    padding: 100px 0;
  }
}

.page-template-page-venturecee-sofia .section-hero .section-hero__title,
.page-template-page-startups .section-hero .section-hero__title,
.page-template-page-experience .section-hero .section-hero__title,
.page-template-side-events .section-hero .section-hero__title,
.page-template-media-center .section-hero .section-hero__title,
.page-template-workshops .section-hero .section-hero__title,
.page-template-page-venturecee .section-hero .section-hero__title,
.page-template-page-spotligh2022 .section-hero .section-hero__title {
  font-size: 45px;
  text-transform: uppercase;
}

@media (min-width: 500px) {

  .page-template-page-venturecee-sofia .section-hero .section-hero__title,
  .page-template-page-startups .section-hero .section-hero__title,
  .page-template-page-experience .section-hero .section-hero__title,
  .page-template-side-events .section-hero .section-hero__title,
  .page-template-media-center .section-hero .section-hero__title,
  .page-template-workshops .section-hero .section-hero__title,
  .page-template-page-venturecee .section-hero .section-hero__title,
  .page-template-page-spotligh2022 .section-hero .section-hero__title {
    font-size: 50px;
  }
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .section-hero .section-hero__title,
  .page-template-page-startups .section-hero .section-hero__title,
  .page-template-page-experience .section-hero .section-hero__title,
  .page-template-side-events .section-hero .section-hero__title,
  .page-template-media-center .section-hero .section-hero__title,
  .page-template-workshops .section-hero .section-hero__title,
  .page-template-page-venturecee .section-hero .section-hero__title,
  .page-template-page-spotligh2022 .section-hero .section-hero__title {
    font-size: 70px;
  }
}

@media (min-width: 992px) {

  .page-template-page-venturecee-sofia .section-hero .section-hero__title,
  .page-template-page-startups .section-hero .section-hero__title,
  .page-template-page-experience .section-hero .section-hero__title,
  .page-template-side-events .section-hero .section-hero__title,
  .page-template-media-center .section-hero .section-hero__title,
  .page-template-workshops .section-hero .section-hero__title,
  .page-template-page-venturecee .section-hero .section-hero__title,
  .page-template-page-spotligh2022 .section-hero .section-hero__title {
    font-size: 90px;
  }
}

.page-template-page-venturecee-sofia .section-hero .section-hero__subtitle,
.page-template-page-startups .section-hero .section-hero__subtitle,
.page-template-page-experience .section-hero .section-hero__subtitle,
.page-template-side-events .section-hero .section-hero__subtitle,
.page-template-media-center .section-hero .section-hero__subtitle,
.page-template-workshops .section-hero .section-hero__subtitle,
.page-template-page-venturecee .section-hero .section-hero__subtitle,
.page-template-page-spotligh2022 .section-hero .section-hero__subtitle {
  font-size: 16px;
  max-width: 750px;
  margin: 30px auto;
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .section-hero .section-hero__subtitle,
  .page-template-page-startups .section-hero .section-hero__subtitle,
  .page-template-page-experience .section-hero .section-hero__subtitle,
  .page-template-side-events .section-hero .section-hero__subtitle,
  .page-template-media-center .section-hero .section-hero__subtitle,
  .page-template-workshops .section-hero .section-hero__subtitle,
  .page-template-page-venturecee .section-hero .section-hero__subtitle,
  .page-template-page-spotligh2022 .section-hero .section-hero__subtitle {
    font-size: 18px;
  }
}

.page-template-page-venturecee-sofia .section-hero:after,
.page-template-page-startups .section-hero:after,
.page-template-page-experience .section-hero:after,
.page-template-side-events .section-hero:after,
.page-template-workshops .section-hero:after,
.page-template-page-venturecee .section-hero:after,
.page-template-page-spotligh2022 .section-hero:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(27, 20, 100, 0.5);
}

.page-template-page-venturecee-sofia .con__comp,
.page-template-page-startups .con__comp,
.page-template-page-experience .con__comp,
.page-template-side-events .con__comp,
.page-template-workshops .con__comp,
.page-template-page-venturecee .con__comp,
.page-template-page-spotligh2022 .con__comp {
  padding-top: 60px;
}

.page-template-page-venturecee-sofia .who,
.page-template-page-venturecee-sofia .experiences,
.page-template-page-startups .who,
.page-template-page-startups .experiences,
.page-template-page-experience .who,
.page-template-page-experience .experiences,
.page-template-mobile-app .experiences,
.page-template-side-events .who,
.page-template-side-events .experiences,
.page-template-workshops .who,
.page-template-workshops .experiences,
.page-template-page-venturecee .who,
.page-template-page-venturecee .experiences,
.page-template-page-spotligh2022 .who,
.page-template-page-spotligh2022 .experiences {
  padding: 60px 0;
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .who,
  .page-template-page-venturecee-sofia .experiences,
  .page-template-page-startups .who,
  .page-template-page-startups .experiences,
  .page-template-page-experience .who,
  .page-template-page-experience .experiences,
  .page-template-mobile-app .experiences,
  .page-template-side-events .who,
  .page-template-side-events .experiences,
  .page-template-workshops .who,
  .page-template-workshops .experiences,
  .page-template-page-venturecee .who,
  .page-template-page-venturecee .experiences,
  .page-template-page-spotligh2022 .who,
  .page-template-page-spotligh2022 .experiences {
    padding: 100px 0;
  }
}

.page-template-page-venturecee-sofia .who__rows .section,
.page-template-page-venturecee-sofia .experiences__rows .section,
.page-template-page-startups .who__rows .section,
.page-template-page-startups .experiences__rows .section,
.page-template-page-experience .who__rows .section,
.page-template-page-experience .experiences__rows .section,
.page-template-mobile-app .experiences__rows .section,
.page-template-side-events .who__rows .section,
.page-template-side-events .experiences__rows .section,
.page-template-workshops .who__rows .section,
.page-template-workshops .experiences__rows .section,
.page-template-page-venturecee .who__rows .section,
.page-template-page-venturecee .experiences__rows .section,
.page-template-page-spotligh2022 .who__rows .section,
.page-template-page-spotligh2022 .experiences__rows .section {
  padding: 0;
}

.page-template-page-venturecee-sofia .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-venturecee-sofia .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-startups .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-startups .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-experience .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-mobile-app .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-experience .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-side-events .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-side-events .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-workshops .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-workshops .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-venturecee .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-venturecee .experiences__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-spotligh2022 .who__rows .section-awards-header:nth-of-type(odd) .row,
.page-template-page-spotligh2022 .experiences__rows .section-awards-header:nth-of-type(odd) .row {
  flex-direction: row-reverse;
}

.page-template-page-venturecee-sofia .who .con__title,
.page-template-page-venturecee-sofia .experiences .con__title,
.page-template-page-startups .who .con__title,
.page-template-page-startups .experiences .con__title,
.page-template-page-experience .who .con__title,
.page-template-page-experience .experiences .con__title,

.page-template-side-events .who .con__title,
.page-template-side-events .experiences .con__title,
.page-template-workshops .who .con__title,
.page-template-workshops .experiences .con__title,
.page-template-page-venturecee .who .con__title,
.page-template-page-venturecee .experiences .con__title,
.page-template-page-spotligh2022 .who .con__title,
.page-template-page-spotligh2022 .experiences .con__title {
  max-width: 700px;
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .who .con__title,
  .page-template-page-venturecee-sofia .experiences .con__title,
  .page-template-page-startups .who .con__title,
  .page-template-page-startups .experiences .con__title,
  .page-template-page-experience .who .con__title,
  .page-template-page-experience .experiences .con__title,
  .page-template-side-events .who .con__title,
  .page-template-side-events .experiences .con__title,
  .page-template-workshops .who .con__title,
  .page-template-workshops .experiences .con__title,
  .page-template-page-venturecee .who .con__title,
  .page-template-page-venturecee .experiences .con__title,
  .page-template-page-spotligh2022 .who .con__title,
  .page-template-page-spotligh2022 .experiences .con__title {
    margin-bottom: 60px;
  }
}

.page-template-page-venturecee-sofia .who .section-awards-header,
.page-template-page-venturecee-sofia .experiences .section-awards-header,
.page-template-page-startups .who .section-awards-header,
.page-template-page-startups .experiences .section-awards-header,
.page-template-page-experience .who .section-awards-header,
.page-template-page-experience .experiences .section-awards-header,
.page-template-side-events .who .section-awards-header,
.page-template-side-events .experiences .section-awards-header,
.page-template-workshops .who .section-awards-header,
.page-template-workshops .experiences .section-awards-header,
.page-template-page-venturecee .who .section-awards-header,
.page-template-page-venturecee .experiences .section-awards-header,
.page-template-page-spotligh2022 .who .section-awards-header,
.page-template-page-spotligh2022 .experiences .section-awards-header {
  margin-top: 0;
}

@media (max-width: 700px) {

  .page-template-page-venturecee-sofia .who .section-awards-header .section-content,
  .page-template-page-venturecee-sofia .experiences .section-awards-header .section-content,
  .page-template-page-startups .who .section-awards-header .section-content,
  .page-template-page-startups .experiences .section-awards-header .section-content,
  .page-template-page-experience .who .section-awards-header .section-content,
  .page-template-page-experience .experiences .section-awards-header .section-content,
  .page-template-mobile-app .experiences .section-awards-header .section-content,
  .page-template-side-events .who .section-awards-header .section-content,
  .page-template-side-events .experiences .section-awards-header .section-content,
  .page-template-workshops .who .section-awards-header .section-content,
  .page-template-workshops .experiences .section-awards-header .section-content,
  .page-template-page-venturecee .who .section-awards-header .section-content,
  .page-template-page-venturecee .experiences .section-awards-header .section-content,
  .page-template-page-spotligh2022 .who .section-awards-header .section-content,
  .page-template-page-spotligh2022 .experiences .section-awards-header .section-content {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {

  .page-template-page-venturecee-sofia .who .section-awards-header .section-content,
  .page-template-page-venturecee-sofia .experiences .section-awards-header .section-content,
  .page-template-page-startups .who .section-awards-header .section-content,
  .page-template-page-startups .experiences .section-awards-header .section-content,
  .page-template-page-experience .who .section-awards-header .section-content,
  .page-template-page-experience .experiences .section-awards-header .section-content,
  .page-template-mobile-app .experiences .section-awards-header .section-content,
  .page-template-side-events .who .section-awards-header .section-content,
  .page-template-side-events .experiences .section-awards-header .section-content,
  .page-template-workshops .who .section-awards-header .section-content,
  .page-template-workshops .experiences .section-awards-header .section-content,
  .page-template-page-venturecee .who .section-awards-header .section-content,
  .page-template-page-venturecee .experiences .section-awards-header .section-content,
  .page-template-page-spotligh2022 .who .section-awards-header .section-content,
  .page-template-page-spotligh2022 .experiences .section-awards-header .section-content {
    padding: 0 60px;
  }
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .who .section-awards-header .section-content p,
  .page-template-page-venturecee-sofia .experiences .section-awards-header .section-content p,
  .page-template-page-startups .who .section-awards-header .section-content p,
  .page-template-page-startups .experiences .section-awards-header .section-content p,
  .page-template-page-experience .who .section-awards-header .section-content p,
  .page-template-page-experience .experiences .section-awards-header .section-content p,
  .page-template-mobile-app .experiences .section-awards-header .section-content p,
  .page-template-side-events .who .section-awards-header .section-content p,
  .page-template-side-events .experiences .section-awards-header .section-content p,
  .page-template-workshops .who .section-awards-header .section-content p,
  .page-template-workshops .experiences .section-awards-header .section-content p,
  .page-template-page-venturecee .who .section-awards-header .section-content p,
  .page-template-page-venturecee .experiences .section-awards-header .section-content p,
  .page-template-page-spotligh2022 .who .section-awards-header .section-content p,
  .page-template-page-spotligh2022 .experiences .section-awards-header .section-content p {
    font-size: 18px;
  }
}

.page-template-page-venturecee-sofia .who .section-awards-header .row,
.page-template-page-venturecee-sofia .experiences .section-awards-header .row,
.page-template-page-startups .who .section-awards-header .row,
.page-template-page-startups .experiences .section-awards-header .row,
.page-template-page-experience .who .section-awards-header .row,
.page-template-page-experience .experiences .section-awards-header .row,
.page-template-mobile-app .experiences .section-awards-header .row,
.page-template-side-events .who .section-awards-header .row,
.page-template-side-events .experiences .section-awards-header .row,
.page-template-workshops .who .section-awards-header .row,
.page-template-workshops .experiences .section-awards-header .row,
.page-template-page-venturecee .who .section-awards-header .row,
.page-template-page-venturecee .experiences .section-awards-header .row,
.page-template-page-spotligh2022 .who .section-awards-header .row,
.page-template-page-spotligh2022 .experiences .section-awards-header .row {
  align-items: center;
}

.page-template-page-venturecee-sofia .who .section-awards-header .row .section-title,
.page-template-page-venturecee-sofia .experiences .section-awards-header .row .section-title,
.page-template-page-startups .who .section-awards-header .row .section-title,
.page-template-page-startups .experiences .section-awards-header .row .section-title,
.page-template-page-experience .who .section-awards-header .row .section-title,
.page-template-page-experience .experiences .section-awards-header .row .section-title,
.page-template-mobile-app .experiences .section-awards-header .row .section-title,
.page-template-side-events .who .section-awards-header .row .section-title,
.page-template-side-events .experiences .section-awards-header .row .section-title,
.page-template-workshops .who .section-awards-header .row .section-title,
.page-template-workshops .experiences .section-awards-header .row .section-title,
.page-template-page-venturecee .who .section-awards-header .row .section-title,
.page-template-page-venturecee .experiences .section-awards-header .row .section-title,
.page-template-page-spotligh2022 .who .section-awards-header .row .section-title,
.page-template-page-spotligh2022 .experiences .section-awards-header .row .section-title {
  font-size: 32px;
  margin-bottom: 20px !important;
  color: var(--htw-purple);
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .who .section-awards-header .row .section-title,
  .page-template-page-venturecee-sofia .experiences .section-awards-header .row .section-title,
  .page-template-page-startups .who .section-awards-header .row .section-title,
  .page-template-page-startups .experiences .section-awards-header .row .section-title,
  .page-template-page-experience .who .section-awards-header .row .section-title,
  .page-template-page-experience .experiences .section-awards-header .row .section-title,
  .page-template-mobile-app .experiences .section-awards-header .row .section-title,
  .page-template-side-events .who .section-awards-header .row .section-title,
  .page-template-side-events .experiences .section-awards-header .row .section-title,
  .page-template-workshops .who .section-awards-header .row .section-title,
  .page-template-workshops .experiences .section-awards-header .row .section-title,
  .page-template-page-venturecee .who .section-awards-header .row .section-title,
  .page-template-page-venturecee .experiences .section-awards-header .row .section-title,
  .page-template-page-spotligh2022 .who .section-awards-header .row .section-title,
  .page-template-page-spotligh2022 .experiences .section-awards-header .row .section-title {
    font-size: 40px;
  }
}

.page-template-page-venturecee-sofia .who,
.page-template-page-startups .who,
.page-template-page-experience .who,
.page-template-side-events .who,
.page-template-workshops .who,
.page-template-page-venturecee .who,
.page-template-page-spotligh2022 .who {
  padding-bottom: 0;
}

.page-template-page-venturecee-sofia .who .con__title,
.page-template-page-startups .who .con__title,
.page-template-page-experience .who .con__title,
.page-template-side-events .who .con__title,
.page-template-workshops .who .con__title,
.page-template-page-venturecee .who .con__title,
.page-template-page-spotligh2022 .who .con__title {
  max-width: initial;
}

.page-template-page-venturecee-sofia .who .experiences__rows .section-awards-header .section-content,
.page-template-page-startups .who .experiences__rows .section-awards-header .section-content,
.page-template-page-experience .who .experiences__rows .section-awards-header .section-content,
.page-template-side-events .who .experiences__rows .section-awards-header .section-content,
.page-template-workshops .who .experiences__rows .section-awards-header .section-content,
.page-template-page-venturecee .who .experiences__rows .section-awards-header .section-content,
.page-template-page-spotligh2022 .who .experiences__rows .section-awards-header .section-content {
  padding: 0;
}

.page-template-page-venturecee-sofia .section-quote .con__title,
.page-template-page-venturecee-sofia .section-spotlight-how .con__title,
.page-template-page-startups .section-quote .con__title,
.page-template-page-startups .section-spotlight-how .con__title,
.page-template-page-experience .section-quote .con__title,
.page-template-page-experience .section-spotlight-how .con__title,
.page-template-side-events .section-quote .con__title,
.page-template-side-events .section-spotlight-how .con__title,
.page-template-workshops .section-quote .con__title,
.page-template-workshops .section-spotlight-how .con__title,
.page-template-page-venturecee .section-quote .con__title,
.page-template-page-venturecee .section-spotlight-how .con__title,
.page-template-page-spotligh2022 .section-quote .con__title,
.page-template-page-spotligh2022 .section-spotlight-how .con__title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .section-quote .con__title,
  .page-template-page-venturecee-sofia .section-spotlight-how .con__title,
  .page-template-page-startups .section-quote .con__title,
  .page-template-page-startups .section-spotlight-how .con__title,
  .page-template-page-experience .section-quote .con__title,
  .page-template-page-experience .section-spotlight-how .con__title,
  .page-template-side-events .section-quote .con__title,
  .page-template-side-events .section-spotlight-how .con__title,
  .page-template-workshops .section-quote .con__title,
  .page-template-workshops .section-spotlight-how .con__title,
  .page-template-page-venturecee .section-quote .con__title,
  .page-template-page-venturecee .section-spotlight-how .con__title,
  .page-template-page-spotligh2022 .section-quote .con__title,
  .page-template-page-spotligh2022 .section-spotlight-how .con__title {
    margin-bottom: 60px;
  }
}

.page-template-page-venturecee-sofia .section-person-list-2,
.page-template-page-startups .section-person-list-2,
.page-template-page-experience .section-person-list-2,
.page-template-side-events .section-person-list-2,
.page-template-workshops .section-person-list-2,
.page-template-page-venturecee .section-person-list-2,
.page-template-page-spotligh2022 .section-person-list-2 {
  background: none;
}

.page-template-page-venturecee-sofia .section-person-list-2 .con__title,
.page-template-page-startups .section-person-list-2 .con__title,
.page-template-page-experience .section-person-list-2 .con__title,
.page-template-side-events .section-person-list-2 .con__title,
.page-template-workshops .section-person-list-2 .con__title,
.page-template-page-venturecee .section-person-list-2 .con__title,
.page-template-page-spotligh2022 .section-person-list-2 .con__title {
  margin-bottom: 60px;
}

.page-template-page-venturecee-sofia .section-person-list-2 .filter-list,
.page-template-page-startups .section-person-list-2 .filter-list,
.page-template-page-experience .section-person-list-2 .filter-list,
.page-template-side-events .section-person-list-2 .filter-list,
.page-template-workshops .section-person-list-2 .filter-list,
.page-template-page-venturecee .section-person-list-2 .filter-list,
.page-template-page-spotligh2022 .section-person-list-2 .filter-list {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {

  .page-template-page-venturecee-sofia .section-spotlight-how .item-spotlight p,
  .page-template-page-startups .section-spotlight-how .item-spotlight p,
  .page-template-page-experience .section-spotlight-how .item-spotlight p,
  .page-template-side-events .section-spotlight-how .item-spotlight p,
  .page-template-workshops .section-spotlight-how .item-spotlight p,
  .page-template-page-venturecee .section-spotlight-how .item-spotlight p,
  .page-template-page-spotligh2022 .section-spotlight-how .item-spotlight p {
    min-height: 110px;
  }
}

.page-template-page-venturecee-sofia .section-spotlight-how .item-spotlight p span,
.page-template-page-startups .section-spotlight-how .item-spotlight p span,
.page-template-page-experience .section-spotlight-how .item-spotlight p span,
.page-template-side-events .section-spotlight-how .item-spotlight p span,
.page-template-workshops .section-spotlight-how .item-spotlight p span,
.page-template-page-venturecee .section-spotlight-how .item-spotlight p span,
.page-template-page-spotligh2022 .section-spotlight-how .item-spotlight p span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.experiences___bottom {
  text-align: center;
  padding: 80px 0;
  background-color: rgba(111, 111, 111, 0.05);
}

.experiences___bottom p {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

.experiences___bottom .btn {
  margin-top: 20px;
}

.banner2022 {
  background-color: #000;
  position: relative;
}

.banner2022 .container {
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.banner2022 .container h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}

.banner2022 .container .btn {
  margin-top: 30px;
}

@media (min-width: 1680px) {

  .page-template-partners .container,
  .page-template-speakers .container {
    max-width: 1660px;
  }
}

.page-template-partners .section-single-page,
.page-template-partners .section-person-list-2,
.page-template-speakers .section-single-page,
.page-template-speakers .section-person-list-2 {
  background: none;
}

.person-item-2 .person-name {
  display: flex;
  align-items: flex-end;
}

.person-item-2 .person-name svg {
  width: 30px;
  height: 30px;
  fill: #00b1f0;
  margin-right: 10px;
}

.section-speakers-list .con__subtitle {
  line-height: 1.2;
  max-width: 800px;
}

.page-template-page-venturecee p strong,
.page-template-page-startups p strong,
.page-template-page-experience p strong,
.page-template-mobile-app p strong,
.page-template-page-spotligh2022 p strong {
  color: var(--htw-purple);
}

.page-template-page-venturecee .main,
.page-template-page-startups .main,
.page-template-page-experience .main,
.page-template-page-spotligh2022 .main {
  overflow: hidden;
}

.page-template-speakers .con__comp {
  padding-top: 60px;
}

.page-template-speakers .con__banner h2 {
  font-size: 32px;
  text-transform: uppercase;
  max-width: 800px;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media (min-width: 500px) {
  .page-template-speakers .con__banner h2 {
    font-size: 50px;
  }
}

.page-template-speakers .con__banner p {
  font-size: 18px;
  margin-bottom: 53px;
}

.section-quote .company-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.page-template-page-startups .banda {
  display: none;
}

.page-template-page-startups .banda--2 {
  display: flex;
}

.page-template-page-startups .banner2022 p {
  max-width: 800px;
}

.page-template-page-experience .banner2022 p {
  max-width: 800px;
}

.page-template-page-startups .logo__list2,
.page-template-page-startups .logo__list,
.page-template-page-experience .logo__list2,
.page-template-page-experience .logo__list,
.page-template-page-venturecee .logo__list2,
.page-template-page-venturecee .logo__list {
  padding-bottom: 60px;
}

.page-template-page-startups .logo__list2 .logo,
.page-template-page-startups .logo__list .logo,
.page-template-page-experience .logo__list2 .logo,
.page-template-page-experience .logo__list .logo,
.page-template-page-venturecee .logo__list2 .logo,
.page-template-page-venturecee .logo__list .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: initial;
}

.page-template-page-startups .logo__list2 .logo img,
.page-template-page-startups .logo__list .logo img,
.page-template-page-experience .logo__list2 .logo img,
.page-template-page-experience .logo__list .logo img,
.page-template-page-venturecee .logo__list2 .logo img,
.page-template-page-venturecee .logo__list .logo img {
  max-width: 200px;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.joining {
  padding: 0 0 60px;
}

.joining .con__title {
  margin-bottom: 40px;
}

.con__comp--location .container {
  background-color: transparent;
}

.con__comp--cee a {
  width: 40%;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, #4a5464);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, #4a5464);
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container>div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control>span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before,
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time+.plyr__time::before {
  content: "\2044";
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: calc(768px - 1)) {
  .plyr__time+.plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads>div,
.plyr__ads>div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}


.ulinks__container {
  padding-top: 30px;
}

.ulinks {
  display: grid;
  gap: 24px;
}

.ulinks img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.ulinks a {
  color: #000
}

.ulinks a:hover {
  color: #8ceb10
}

.ulinks h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 600;
  transition: .3s ease-in-out;
}


@media(min-width: 700px) {
  .ulinks {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media(min-width: 992px) {
  .ulinks {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.page-template-page2 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

.rfa {
  padding-bottom: 120px;
}

.section-cards {
  padding: 0 0 64px !important;
}

.section-cards h2 {
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.section-cards .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media(max-width: 768px) {
  .section-cards .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-cards .cards .card {
  border: none;
}

.section-cards .cards .card h3 {
  font-size: 25px;
  color: #65308e;
  margin-top: 0;
}


.btn.btn-forth {

  color: white;
  background-color: #59bbf0;
  border-color: #59bbf0;

}


.buttons_warpper {

  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;

}

#side-events {

  overflow: hidden;

}

.ticket a.buy {

  padding: 10px;


}