body .elementor-heading-title span {
  background: none !important;
  padding: 0 !important;
}
body .e-form__step.elementor-hidden {
  display: none !important;
}
body .elementor-location-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 767px) {
  body .elementor-location-header {
    position: fixed;
  }
}
body .elementor-location-header .top-menu {
  position: relative;
}
body .elementor-location-header .top-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 15px 30px;
  z-index: 0;
}
@media (max-width: 1023px) {
  body .elementor-location-header .top-menu::before {
    border-radius: 0 10px 10px 20px;
  }
}
body .elementor-location-header .top-menu::before > div {
  z-index: 1;
}
body .elementor-location-header .bottom-menu .sub-menu {
  padding: 5px 10px 10px 10px !important;
  margin-left: -20px !important;
}
body .elementor-location-header .bottom-menu .sub-menu a {
  border: 0 !important;
}
body .elementor-location-header .box {
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: var(--e-global-color-3e3da9f);
  border-radius: 0 5px 5px 5px;
}
body .elementor-location-header .box .btn {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  cursor: pointer;
}
body .elementor-location-header .box .btn span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 1.5px;
  background: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
body .elementor-location-header .box .btn span + span {
  margin-top: 4.5px;
}
body .elementor-location-header .box.active .btn span:nth-child(1) {
  -webkit-animation: ease 0.7s top forwards;
  animation: ease 0.7s top forwards;
}
body .elementor-location-header .box.active .btn span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled forwards;
  animation: ease 0.7s scaled forwards;
}
body .elementor-location-header .box.active .btn span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom forwards;
  animation: ease 0.7s bottom forwards;
}
body .elementor-location-header .box.not-active .btn span:nth-child(1) {
  -webkit-animation: ease 0.7s top-2 forwards;
  animation: ease 0.7s top-2 forwards;
}
body .elementor-location-header .box.not-active .btn span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled-2 forwards;
  animation: ease 0.7s scaled-2 forwards;
}
body .elementor-location-header .box.not-active .btn span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom-2 forwards;
  animation: ease 0.7s bottom-2 forwards;
}
body .elementor-location-header .main-menu {
  display: none;
}
body .elementor-location-header .main-menu.active {
  display: block;
}
body.opened {
  overflow: hidden;
}
body.scrolled .elementor-location-header {
  position: fixed;
}
body.scrolled .elementor-location-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 32px;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  body.scrolled .elementor-location-header::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: transparent;
    pointer-events: none;
    border-radius: 0 10px 10px 20px;
  }
}
body.scrolled .elementor-location-header .header-wrapper > div {
  padding: 0 !important;
}
@media (max-width: 767px) {
  body.scrolled .elementor-location-header .header-wrapper > div {
    padding: 10px 0 !important;
  }
}
body.scrolled .elementor-location-header .header-wrapper > div .top-menu::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.scrolled .elementor-search-form .e-font-icon-svg-container {
  background-color: transparent !important;
}
body #primary {
  overflow: hidden;
  padding-top: 0 !important;
}
body.home .elementor-widget-slides {
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home .elementor-widget-slides {
    border-radius: 0 0 60px 0;
  }
}
body.home .elementor-widget-slides .swiper-slide-inner {
  max-width: 1140px;
}
body.home .elementor-widget-slides .swiper-slide-inner .swiper-slide-contents {
  width: 100%;
  /*padding: 30px;*/
  /*background-color: rgba(255, 255, 255, .7);*/
  border-radius: 0 20px 20px 20px;
  position: relative;
  /*
					&::after {
						content: '';
						position: absolute;
						background-color: #C21632;
						width: 120px;
						height: 120px;
						top: -20px;
						left: -20px;
						-webkit-clip-path: polygon(0 0, 100% 0, 100% 7.5px, 7.5px 7.5px, 7.5px 100%, 0 100%);
						        clip-path: polygon(0 0, 100% 0, 100% 7.5px, 7.5px 7.5px, 7.5px 100%, 0 100%);
						pointer-events: none;
						@media (max-width: 767px) {
							-webkit-clip-path: polygon(0 0, 100% 0, 100% 5px, 5px 5px, 5px 100%, 0 100%);
							        clip-path: polygon(0 0, 100% 0, 100% 5px, 5px 5px, 5px 100%, 0 100%);
							top: -10px;
							left: -10px;
							width: 80px;
							height: 80px;
						}
					}
					*/
}
@media (max-width: 767px) {
  body.home .elementor-widget-slides .swiper-slide-inner .swiper-slide-contents {
    /*padding: 20px !important;*/
  }
}
body.home .elementor-widget-slides .swiper-slide-inner .swiper-slide-contents .elementor-button {
  padding: 10px 30px !important;
  border-radius: 0 10px 10px 10px;
}
body .page-header::after {
  content: "";
  position: absolute;
  border-top: 7.5px solid #C21632;
  border-left: 7.5px solid #C21632;
  width: 60px;
  height: 60px;
  top: -15px;
  left: -15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  body .page-header::after {
    border-top: 5px solid #C21632;
    border-left: 5px solid #C21632;
    width: 40px;
    height: 40px;
    top: -10px;
    left: -10px;
  }
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines] {
  margin: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="1"] {
  -webkit-line-clamp: 1;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="2"] {
  -webkit-line-clamp: 2;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="3"] {
  -webkit-line-clamp: 3;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="4"] {
  -webkit-line-clamp: 4;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="5"] {
  -webkit-line-clamp: 5;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="6"] {
  -webkit-line-clamp: 6;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="7"] {
  -webkit-line-clamp: 7;
}
body .elementor-widget-loop-carousel .elementor-loop-container.swiper .e-loop-item p[data-lines][data-lines="8"] {
  -webkit-line-clamp: 8;
}
body .formations-slider .info-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .formations-slider .info-wrapper .data-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .swiper-pagination {
  bottom: 40px !important;
  position: absolute;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  text-align: left;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .swiper-pagination {
    bottom: 20px !important;
    left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  margin: 0 3px !important;
  background-color: #797979 !important;
  opacity: 1 !important;
  border-radius: 50px 50px 50px 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  body .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
body .swiper-pagination .swiper-pagination-bullet:hover, body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C21632 !important;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
body .map-wrapper[data="incubadoras"], body .map-wrapper[data="coworkings"], body .map-wrapper[data="viveros"] {
  height: 500px;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"], body .map-wrapper[data="coworkings"], body .map-wrapper[data="viveros"] {
    height: 400px;
    border-radius: 20px 20px 20px 0;
  }
}
body .map-wrapper[data="incubadoras"] .mapboxgl-ctrl-attrib, body .map-wrapper[data="coworkings"] .mapboxgl-ctrl-attrib, body .map-wrapper[data="viveros"] .mapboxgl-ctrl-attrib {
  padding-right: 40px;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-ctrl-bottom-left, body .map-wrapper[data="coworkings"] .mapboxgl-ctrl-bottom-left, body .map-wrapper[data="viveros"] .mapboxgl-ctrl-bottom-left {
  left: unset;
  right: 30px;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-ctrl-bottom-left > div, body .map-wrapper[data="coworkings"] .mapboxgl-ctrl-bottom-left > div, body .map-wrapper[data="viveros"] .mapboxgl-ctrl-bottom-left > div {
  margin-left: 30px;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-ctrl-bottom-right, body .map-wrapper[data="coworkings"] .mapboxgl-ctrl-bottom-right, body .map-wrapper[data="viveros"] .mapboxgl-ctrl-bottom-right {
  display: none;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup, body .map-wrapper[data="coworkings"] .mapboxgl-popup, body .map-wrapper[data="viveros"] .mapboxgl-popup {
  max-width: 500px !important;
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup, body .map-wrapper[data="coworkings"] .mapboxgl-popup, body .map-wrapper[data="viveros"] .mapboxgl-popup {
    max-width: calc(100vw - 120px) !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup > div, body .map-wrapper[data="coworkings"] .mapboxgl-popup > div, body .map-wrapper[data="viveros"] .mapboxgl-popup > div {
    width: 100%;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-tip, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-tip, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-tip {
  display: none;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px 0 20px 20px;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 1.4em;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content {
    font-size: 10px;
  }
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content h3, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content h3, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content h3 {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
  line-height: 1.2em;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffd500), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #ffd500 50%, rgba(255, 255, 255, 0) 50%);
  display: inline-block;
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content h3, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content h3, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content h3 {
    font-size: 13px;
  }
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
  padding: 10px 0;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery img, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery img, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery img {
  height: 50px;
  width: auto;
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery img, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery img, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .infraestructures-gallery img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info {
    display: none;
  }
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info:not([class="info"]), body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info:not([class="info"]), body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info:not([class="info"]) {
  padding-left: 20px;
  background-position: left center;
  background-size: 14px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info:not([class="info"]), body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info:not([class="info"]), body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info:not([class="info"]) {
    display: block;
  }
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info a, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info a, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info a {
  font-weight: 600;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info p, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info p, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info p {
  margin-bottom: 10px;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info:last-child p, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info:last-child p, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info:last-child p {
  margin: 0;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info.web, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info.web, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info.web {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-globe'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' x2='22' y1='12' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info.email, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info.email, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-mailbox'%3E%3Cpath d='M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z'/%3E%3Cpolyline points='15,9 18,9 18,11'/%3E%3Cpath d='M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2v0'/%3E%3Cline x1='6' x2='7' y1='10' y2='10'/%3E%3C/svg%3E");
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .info.phone, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .info.phone, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .info.phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-smartphone'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .back-map p, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .back-map p, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .back-map p {
  margin: 0;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .back-map p a, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .back-map p a, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .back-map p a {
  font-weight: 600 !important;
  color: var(--e-global-color-d8cbc89);
  cursor: pointer;
}
body .map-wrapper[data="incubadoras"] .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button, body .map-wrapper[data="coworkings"] .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button, body .map-wrapper[data="viveros"] .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  top: 10px !important;
  right: 10px !important;
  width: 14px;
  height: 14px;
  line-height: 0;
  font-size: 0;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .map-wrapper .mapboxgl-ctrl-attrib-button {
  display: none;
}
@media (max-width: 767px) {
  body .e-n-tabs .e-n-tab-title {
    border-radius: 20px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body .e-n-tabs .e-n-tab-title .e-n-tab-title-text {
    display: block;
    line-height: 1.4em;
  }
}
body .e-n-tabs .e-n-tab-title .e-n-tab-title-text > span {
  padding: 0 0.25em;
  display: inline-block;
}
@media (max-width: 767px) {
  body .e-n-tabs .e-n-tab-title .e-n-tab-title-text > span {
    display: inline;
  }
}
body .e-n-tabs .e-n-tab-title .e-n-tab-title-text > :empty + span:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  body .e-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .e-n-tabs .e-n-tab-title[aria-selected="true"] {
    border-radius: 20px 20px 0 0 !important;
  }
}
body .e-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text > span {
  display: inline-block;
  padding: 0 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffd500), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #ffd500 50%, rgba(255, 255, 255, 0) 50%);
}
@media (max-width: 767px) {
  body .e-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text > span {
    display: inline;
  }
}
body .scroll-list {
  max-height: 371px;
}
@media (max-width: 767px) {
  body .scroll-list {
    max-height: 325px;
  }
}
body .scroll-list .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
body .scroll-list .list-wrapper .item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
  background-position: calc(100% - 10px) center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  body .scroll-list .list-wrapper .item {
    background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLWRvd24iPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==");
    background-position: calc(100% - 20px) 0;
  }
}
body .scroll-list .list-wrapper .item .info {
  display: none;
}
@media (min-width: 768px) {
  body .scroll-list .list-wrapper .item .info {
    display: none !important;
  }
}
body .scroll-list .list-wrapper .item .info .information {
  padding: 10px 0;
  font-size: 10px;
}
body .scroll-list .list-wrapper .item .info strong {
  display: inline-block;
}
@media (max-width: 767px) {
  body .scroll-list .list-wrapper .item.active {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLXVwIj48cGF0aCBkPSJtMTggMTUtNi02LTYgNiIvPjwvc3ZnPg==");
  }
}
@media (max-width: 767px) {
  body .scroll-list .list-wrapper .item.active .info {
    display: block;
  }
}
body .scroll-list .list-wrapper .item.info {
  background-image: none;
  cursor: default;
}
body .scroll-list .list-wrapper .item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  height: 1px;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0.5;
}
body .scroll-list .list-wrapper .item .title {
  font-size: inherit;
  font-weight: 500;
}
body .scroll-list .list-wrapper .item .address {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .map-buttons {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body .map-buttons div {
  background-color: #f5f5f5;
  color: black;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 0 20px 20px 20px;
  cursor: pointer;
  line-height: 1.4em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .map-buttons div.active {
  background-color: #C21632;
  color: white;
}
body .map-buttons div:hover {
  background-color: #C21632;
  color: white;
}
body .map-button {
  cursor: pointer;
}
body .formations-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1023px) {
  body .formations-wrapper {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body .formations-wrapper {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
body .formations-wrapper > div > a {
  height: 100%;
}
body .formations-wrapper > div > a .info-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .formations-wrapper > div > a .info-wrapper .data-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .formations-wrapper > .spinner-box {
  position: absolute;
  top: 30px;
  display: none;
  left: calc(50% - 25px);
  z-index: 10;
}
body .formations-wrapper > .spinner-box .three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #C21632;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.5s linear 0s infinite;
  animation: spin 0.5s linear 0s infinite;
}
body .formations-wrapper.loading > .spinner-box {
  display: block;
}
body .formations-wrapper.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
body .filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .filters-wrapper > div {
  width: 25%;
  background-color: #f5f5f5;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 50%;
}
body .filters-wrapper > div.search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
}
body .filters-wrapper > div.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}
body .filters-wrapper > div input, body .filters-wrapper > div select {
  background: transparent;
  -webkit-appearance: none;
  font-family: "Montserrat";
  font-size: 10px;
  padding: 0.5em 1em;
  line-height: 1.2em;
  border: 0;
  border-radius: 0;
  outline: 0;
  width: 100%;
}
body .pagination {
  margin-top: 20px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .pagination {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  body .pagination {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}
body .pagination span {
  width: 30px;
  margin: 0 3px !important;
  background-color: #797979 !important;
  opacity: 1 !important;
  border-radius: 50px 50px 50px 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  height: 6px;
}
body .pagination span:hover, body .pagination span.current {
  background-color: #C21632 !important;
}
body .partners-filter {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .partners-filter select {
  font-size: 13px;
  background: transparent;
  border: 0;
  border-bottom: 1px dashed;
  font-family: "Montserrat";
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1023px) {
  body .partners-filter select {
    font-size: 12px;
  }
}
body .partners-filter .program-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .partners-filter .program-wrapper .switcher {
  background-color: #ddd;
  width: 22px;
  height: 14px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: nmiddle;
  margin: 2px 6px -2px 6px;
  position: relative;
  cursor: pointer;
}
body .partners-filter .program-wrapper .switcher::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #f5f5f5;
  top: 2px;
  left: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .partners-filter .program-wrapper .switcher.active::before {
  left: 10px;
}
body .partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .partners-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  gap: 0;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .partners-wrapper > div {
    border-radius: 15px 15px 0 15px;
  }
}
body .partners-wrapper > div > .header {
  background-color: #ffd500;
  padding: 14px 20px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIj48cGF0aCBkPSJNNSAxMmgxNCIvPjxwYXRoIGQ9Ik0xMiA1djE0Ii8+PC9zdmc+);
  background-size: 20px;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  body .partners-wrapper > div > .header {
    padding: 10px 30px 10px 20px;
    background-size: 16px;
    background-position: calc(100% - 10px) 10px;
  }
}
body .partners-wrapper > div > .header h3 {
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  body .partners-wrapper > div > .header h3 {
    font-size: 12px;
  }
}
body .partners-wrapper > div > .content {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .partners-wrapper > div > .content > div {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .partners-wrapper > div > .content > div {
    padding: 10px 20px;
  }
}
body .partners-wrapper > div > .content > div:first-child {
  gap: 20px;
}
@media (max-width: 767px) {
  body .partners-wrapper > div > .content > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
}
body .partners-wrapper > div > .content > div:first-child > div {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  body .partners-wrapper > div > .content > div:first-child > div {
    width: 100%;
  }
}
body .partners-wrapper > div > .content > div:first-child > div strong {
  font-weight: 500;
}
body .partners-wrapper > div > .content > div:first-child > div p {
  margin: 0;
}
body .partners-wrapper > div > .content > div:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  body .partners-wrapper > div > .content > div:nth-child(2) {
    padding: 0;
  }
}
body .partners-wrapper > div > .content > div:nth-child(2) table {
  margin: 0;
}
@media (max-width: 767px) {
  body .partners-wrapper > div > .content > div:nth-child(2) table {
    display: none;
  }
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr td {
  text-align: right;
  width: calc(65% / 3);
  padding-left: 10px;
  vertical-align: bottom;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr td:first-child {
  text-align: left;
  width: 35%;
  padding: 0;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr td:nth-child(2) {
  text-align: right;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr td.merge {
  vertical-align: middle;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr td span {
  z-index: 2;
  position: relative;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr td strong {
  font-weight: 500;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr:not(:first-child) td {
  padding-top: 3px;
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr:not(:first-child):not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .partners-wrapper > div > .content > div:nth-child(2) table tr:not(:first-child):not(:last-child) td {
  padding-bottom: 3px;
}
body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile {
  display: none;
}
@media (max-width: 767px) {
  body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile {
    display: block;
  }
}
body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile > div {
  padding: 10px 20px;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile > div:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile > div > div {
  width: 100%;
  text-align: left !important;
}
body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile > div > div:nth-last-child(-n+2) {
  width: 50%;
}
body .partners-wrapper > div > .content > div:nth-child(2) .show-mobile > div.total {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body .partners-wrapper > div > .content > div:nth-child(2) > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .partners-wrapper > div > .content > div:nth-child(2) > div > div {
  width: 30%;
}
body .partners-wrapper > div > .content > div:nth-child(2) > div > div strong {
  font-weight: 500;
}
body .partners-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(2), body .partners-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(3) {
  width: calc((70% - 60px) / 3);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body .partners-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(2) strong, body .partners-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(3) strong {
  display: block;
}
body .partners-wrapper > div > .content > div:nth-child(2) > div > div:last-child {
  width: calc((70% - 60px) / 3);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body .partners-wrapper > div.open .header {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1taW51cyI+PHBhdGggZD0iTTUgMTJoMTQiLz48L3N2Zz4=);
}
body .partners-wrapper > div.open .content {
  display: block;
}
body .partners-wrapper[data="coworkings"] .item .content > div > div {
  width: calc(30% - 20px);
  text-align: right;
}
@media (max-width: 767px) {
  body .partners-wrapper[data="coworkings"] .item .content > div > div {
    width: 100%;
    text-align: left;
  }
}
body .partners-wrapper[data="coworkings"] .item .content > div > div:first-child {
  width: 40%;
  text-align: left;
}
@media (max-width: 767px) {
  body .partners-wrapper[data="coworkings"] .item .content > div > div:first-child {
    width: 100%;
  }
}
body .calls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .calls-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  gap: 0;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
body .calls-wrapper > div > .header {
  gap: 15px;
  background-color: #ddd;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIj48cGF0aCBkPSJNNSAxMmgxNCIvPjxwYXRoIGQ9Ik0xMiA1djE0Ii8+PC9zdmc+);
  background-size: 20px;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  body .calls-wrapper > div > .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body .calls-wrapper > div > .header {
    gap: 10px;
    padding: 10px 20px;
    background-size: 16px;
    background-position: calc(100% - 10px) 12px;
  }
}
body .calls-wrapper > div > .header > div {
  font-weight: 600;
}
body .calls-wrapper > div > .header > div strong {
  font-weight: 400;
  font-size: 10px;
}
body .calls-wrapper > div > .header > div:nth-child(1) {
  width: 120px;
}
@media (max-width: 767px) {
  body .calls-wrapper > div > .header > div:nth-child(1) {
    width: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  body .calls-wrapper > div > .header > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1023px) {
  body .calls-wrapper > div > .header > div:nth-child(2) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (max-width: 767px) {
  body .calls-wrapper > div > .header > div:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
body .calls-wrapper > div > .header > div:nth-child(3) {
  width: 150px;
}
@media (max-width: 767px) {
  body .calls-wrapper > div > .header > div:nth-child(3) {
    width: calc(100% - 110px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
body .calls-wrapper > div > .header > div:nth-child(4) {
  width: 150px;
}
@media (max-width: 767px) {
  body .calls-wrapper > div > .header > div:nth-child(4) {
    width: calc(50% - 5px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
body .calls-wrapper > div > .header > div:nth-child(5) {
  width: 150px;
}
@media (max-width: 767px) {
  body .calls-wrapper > div > .header > div:nth-child(5) {
    width: calc(50% - 5px);
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
body .calls-wrapper > div > .header h3 {
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  body .calls-wrapper > div > .header h3 {
    font-size: 12px;
  }
}
body .calls-wrapper > div.open .header, body .calls-wrapper > div.opened .header {
  background-color: #ffd500;
}
body .calls-wrapper > div > .content {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .calls-wrapper > div > .content > div {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .calls-wrapper > div > .content > div:first-child {
  gap: 20px;
}
body .calls-wrapper > div > .content > div:first-child > div {
  width: calc((100% - 80px) / 5);
}
body .calls-wrapper > div > .content > div:first-child > div strong {
  font-weight: 500;
}
body .calls-wrapper > div > .content > div:first-child > div p {
  margin: 0;
}
body .calls-wrapper > div > .content > div:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  flex-direcion: row;
}
body .calls-wrapper > div > .content > div:nth-child(2) table {
  margin: 0;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr td {
  text-align: right;
  width: calc(65% / 3);
  padding-left: 10px;
  vertical-align: bottom;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr td:first-child {
  text-align: left;
  width: 35%;
  padding: 0;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr td:nth-child(2) {
  text-align: center;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr td.merge {
  vertical-align: middle;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr td span {
  z-index: 2;
  position: relative;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr td strong {
  font-weight: 500;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr:not(:first-child) td {
  padding-top: 3px;
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr:not(:first-child):not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .calls-wrapper > div > .content > div:nth-child(2) table tr:not(:first-child):not(:last-child) td {
  padding-bottom: 3px;
}
body .calls-wrapper > div > .content > div:nth-child(2) > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .calls-wrapper > div > .content > div:nth-child(2) > div > div {
  width: 30%;
}
body .calls-wrapper > div > .content > div:nth-child(2) > div > div strong {
  font-weight: 500;
}
body .calls-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(2), body .calls-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(3) {
  width: calc((70% - 60px) / 3);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body .calls-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(2) strong, body .calls-wrapper > div > .content > div:nth-child(2) > div > div:nth-child(3) strong {
  display: block;
}
body .calls-wrapper > div > .content > div:nth-child(2) > div > div:last-child {
  width: calc((70% - 60px) / 3);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body .calls-wrapper > div > .content > div.docs {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body .calls-wrapper > div > .content > div.docs a {
  display: inline-block;
}
body .calls-wrapper > div > .content > div.docs a::before {
  content: "";
  vertical-align: sub;
  margin-right: 6px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1maWxlLXRleHQiPjxwYXRoIGQ9Ik0xNC41IDJINmEyIDIgMCAwIDAtMiAydjE2YTIgMiAwIDAgMCAyIDJoMTJhMiAyIDAgMCAwIDItMlY3LjVMMTQuNSAyeiIvPjxwb2x5bGluZSBwb2ludHM9IjE0IDIgMTQgOCAyMCA4Ii8+PGxpbmUgeDE9IjE2IiB4Mj0iOCIgeTE9IjEzIiB5Mj0iMTMiLz48bGluZSB4MT0iMTYiIHgyPSI4IiB5MT0iMTciIHkyPSIxNyIvPjxsaW5lIHgxPSIxMCIgeDI9IjgiIHkxPSI5IiB5Mj0iOSIvPjwvc3ZnPg==);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .calls-wrapper > div > .content > div.docs a.link::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1saW5rIj48cGF0aCBkPSJNMTAgMTNhNSA1IDAgMCAwIDcuNTQuNTRsMy0zYTUgNSAwIDAgMC03LjA3LTcuMDdsLTEuNzIgMS43MSIvPjxwYXRoIGQ9Ik0xNCAxMWE1IDUgMCAwIDAtNy41NC0uNTRsLTMgM2E1IDUgMCAwIDAgNy4wNyA3LjA3bDEuNzEtMS43MSIvPjwvc3ZnPg==);
}
body .calls-wrapper > div.open .header {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1taW51cyI+PHBhdGggZD0iTTUgMTJoMTQiLz48L3N2Zz4=);
}
body .calls-wrapper > div.open .content {
  display: block;
}
body .calls-wrapper > div.opened .header {
  background-image: none;
  cursor: default;
}
body .calls-wrapper > div.opened .content {
  display: block;
}
body .calls-wrapper[data="coworkings"] .item .content > div > div {
  width: calc(30% - 20px);
  text-align: right;
}
body .calls-wrapper[data="coworkings"] .item .content > div > div:first-child {
  width: 40%;
  text-align: left;
}
@media (max-width: 767px) {
  body .calls-wrapper.feder .item .header {
    gap: 0 6px;
  }
}
@media (max-width: 767px) {
  body .calls-wrapper.feder .item .header > div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (max-width: 767px) {
  body .calls-wrapper.feder .item .header > div:nth-last-child(-n+3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body .calls-wrapper.contract .content > div:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 0 !important;
  }
  body .calls-wrapper.contract .content > div:first-child > div:nth-child(1) {
    width: 40%;
  }
  body .calls-wrapper.contract .content > div:first-child > div:nth-child(2) {
    width: 60%;
  }
  body .calls-wrapper.contract .content > div:first-child > div:nth-child(3), body .calls-wrapper.contract .content > div:first-child > div:nth-child(4), body .calls-wrapper.contract .content > div:first-child > div:nth-child(5) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body .programs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
body .programs-wrapper a {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
body .programs-wrapper a svg {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
body .docs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body .docs-wrapper a {
  display: inline-block;
  background-color: var(--e-global-color-3e3da9f);
  border-radius: 10px 0 10px 10px;
  line-height: 1.4em;
  padding: 8px 30px;
  font-weight: 600;
}
body form input, body form select, body form textarea {
  padding: 0.5em 1.5em !important;
  resize: none;
}
body form input::-webkit-input-placeholder, body form select::-webkit-input-placeholder, body form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
body form input::-moz-placeholder, body form select::-moz-placeholder, body form textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
body form input:-ms-input-placeholder, body form select:-ms-input-placeholder, body form textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
body form input::-ms-input-placeholder, body form select::-ms-input-placeholder, body form textarea::-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
body form input::placeholder, body form select::placeholder, body form textarea::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
body form button {
  min-height: 0 !important;
}
body form .select-caret-down-wrapper {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body form .select-caret-down-wrapper svg {
  opacity: 0;
}
body form#contract .select2 .selection .select2-selection {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 10px 10px 0 10px;
  font-size: 13px;
  font-weight: 600;
  padding: 0.5em 1.5em;
  min-height: 40px;
}
body form#contract .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0;
}
body form#contract .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 300;
}
body form#contract .select2 .selection .select2-selection .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(-4px, -50%);
  -ms-transform: translate(-4px, -50%);
  transform: translate(-4px, -50%);
}
body form#contract .select2 .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
body form#contract .select2 .selection .select2-selection.select2-selection--multiple {
  padding: calc(.5em - 5px) 1.5em 0.5em calc(1.5em - 5px);
}
body form#contract .select2 .selection .select2-selection.select2-selection--multiple ul {
  margin: 0;
}
body form#contract .select2 .selection .select2-selection.select2-selection--multiple ul li button {
  border: 0;
  line-height: 1.4em;
}
body form#contract .select2 .selection .select2-selection.select2-selection--multiple ul li .select2-selection__choice__display {
  font-size: 10px;
  font-weight: 500;
  color: #444;
}
body form#contract .select2 .selection .select2-selection.select2-selection--multiple textarea {
  min-height: 24px;
}
@media (max-width: 767px) {
  body form#contract .e-form__indicators .e-form__indicators__indicator {
    width: calc((100% - 20px) / 3);
    display: none;
    padding: 0;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator__separator {
    display: none;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-active:first-child + * + .e-form__indicators__indicator--state-inactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-active:first-child + * + .e-form__indicators__indicator--state-inactive + * + .e-form__indicators__indicator--state-inactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-completed:has(+ * + .e-form__indicators__indicator--state-active) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-completed + * + .e-form__indicators__indicator--state-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-completed + * + .e-form__indicators__indicator--state-active + * + .e-form__indicators__indicator--state-inactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-completed:has(+ * + .e-form__indicators__indicator--state-completed + * + .e-form__indicators__indicator--state-active:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-completed + * + .e-form__indicators__indicator--state-completed:has(+ * + .e-form__indicators__indicator--state-active:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body form#contract .e-form__indicators .e-form__indicators__indicator--state-completed + * + .e-form__indicators__indicator--state-completed:has(+ * + .e-form__indicators__indicator--state-active:last-child) + * + .e-form__indicators__indicator--state-active:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .elementor-widget-testimonial-carousel {
  overflow: hidden;
}
body .elementor-widget-testimonial-carousel .swiper {
  position: relative;
  overflow: visible;
  padding: 0 0 4px 0 !important;
}
body .elementor-widget-testimonial-carousel .swiper .elementor-testimonial__image {
  line-height: 0;
}
body .elementor-widget-testimonial-carousel .swiper .elementor-testimonial__footer {
  margin-top: 10px;
}
body .elementor-widget-testimonial-carousel .swiper .swiper-pagination {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: unset;
  bottom: 0 !important;
  padding: 0 0 6px 88px !important;
}
body .images-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
body .images-wrapper > div a {
  display: block;
  padding-bottom: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .videos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body .videos-wrapper > .item {
  width: 100%;
  padding-bottom: 20px;
  width: calc(50% - 10px);
}
body .videos-wrapper > .item div {
  height: 0;
  line-height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}
body .videos-wrapper > .item div iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .dynamic-counter {
  padding-bottom: 5px !important;
}
body .dynamic-counter .elementor-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body .dynamic-counter .elementor-counter {
    gap: 5px;
  }
}
body .dynamic-counter .elementor-counter::before {
  content: "";
  background: repeating-linear-gradient(to right, white, white 1px, transparent 2px, transparent 4px);
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  margin-top: 1em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 767px) {
  body .dynamic-counter .elementor-counter::before {
    margin-top: 0.7em;
  }
}
body .dynamic-counter .elementor-counter .elementor-counter-number {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
body .dynamic-counter .elementor-counter .elementor-counter-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body form input::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form input::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form input:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form input::-ms-input-placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form input::placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form select:not(.selected) {
  color: #999 !important;
  font-weight: 400 !important;
}
body form .elementor-field-type-acceptance input {
  display: none !important;
}
body form .elementor-field-type-acceptance input + label {
  font-weight: 400 !important;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
body form .elementor-field-type-acceptance input + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 16px;
  border-radius: 50px;
  background-color: #f2f2f2;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body form .elementor-field-type-acceptance input + label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body form .elementor-field-type-acceptance input + label a {
  text-decoration: underline;
}
body form .elementor-field-type-acceptance input:checked + label::before {
  background-color: #c21531;
}
body form .elementor-field-type-acceptance input:checked + label::after {
  left: 10px;
}
body form .elementor-message::before {
  display: none;
}
body form#forum input::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form#forum input::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form#forum input:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form#forum input::-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form#forum input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 400;
}
body form#forum select:not(.selected) {
  color: #000 !important;
  font-weight: 400 !important;
}
body form#forum .elementor-field-type-acceptance input + label {
  color: black !important;
}
body form#forum .elementor-field-type-acceptance input + label::before {
  background-color: #FFFFFF;
}
body form#forum .elementor-field-type-acceptance input + label::after {
  background-color: #ffd500;
}
body form#forum .elementor-field-type-acceptance input + label a {
  text-decoration: underline;
}
body form#forum .elementor-field-type-acceptance input:checked + label::before {
  background-color: #000;
}
body form#forum .elementor-field-type-acceptance input:checked + label::after {
  left: 10px;
}
body #contract .elementor-field-group-state {
  display: none;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner {
  padding: 20px;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 1.5em;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
body #cmplz-cookiebanner-container .cmplz-message {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 520px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 13px;
}
body #cmplz-cookiebanner-container .cmplz-categories {
  width: 100%;
  max-width: 520px;
  margin: 0;
}
body #cmplz-cookiebanner-container .cmplz-categories .cmplz-category-title {
  font-size: 13px;
}
body #cmplz-cookiebanner-container .cmplz-icon svg {
  fill: transparent;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg data-v-2022e6e6='' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-icon customizable'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body #cmplz-cookiebanner-container .cmplz-buttons button {
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 14px;
  height: 35px;
}
body #cmplz-cookiebanner-container .cmplz-close {
  color: transparent;
}
body #cmplz-cookiebanner-container .cmplz-close svg {
  fill: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-icon customizable'%3E%3Cpath d='M18 6 6 18'%3E%3C/path%3E%3Cpath d='m6 6 12 12'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body #cmplz-cookiebanner-container .cmplz-links {
  display: none !important;
}
body #cmplz-manage-consent {
  display: none;
}
body .cookies-link {
  cursor: pointer;
}
body #cmplz-document {
  max-width: 100%;
}
body #cmplz-document h2 {
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  line-height: 1.4em;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1023px) {
  body #cmplz-document h2 {
    font-size: 14px;
  }
}
body #cmplz-document p {
  font-size: 13px;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  body #cmplz-document p {
    font-size: 12px;
  }
}
body #cmplz-document li {
  font-size: 13px;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  body #cmplz-document li {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-category-title {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-category-title {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-subtitle {
  margin: 1em 0 0.5em 0;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-subtitle {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-description {
  padding: 10px;
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-description {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown summary {
  margin: 5px 0 0 0;
  padding: 10px;
}
body #cmplz-document .cmplz-dropdown summary > div::after {
  background-image: url("data:image/svg+xml,%3Csvg data-v-2022e6e6='' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide-icon customizable'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  margin: 0;
}
body #cmplz-document .cmplz-dropdown summary h3 {
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown summary h3 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown summary h3 + p {
  font-size: 13px;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown summary h3 + p {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown summary h4 {
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown summary h4 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown summary h5 {
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown summary h5 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description {
  padding: 10px 5px 10px 10px;
  width: calc(50% - 15px);
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description h4 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cmplz-service-description h4 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 13px;
}
body #cmplz-document .cmplz-dropdown .cmplz-service-description p a {
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cmplz-service-description p a {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data {
  padding: 10px 10px 10px 5px;
  width: calc(50% - 15px);
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data h4 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cmplz-sharing-data h4 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cmplz-sharing-data p {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cmplz-sharing-data p a {
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cmplz-sharing-data p a {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose {
  margin: 0;
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div {
  padding: 10px;
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div h4 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div h4 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div h5 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div h5 {
    font-size: 12px;
  }
}
body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div a {
  font-size: 13px;
}
@media (max-width: 1023px) {
  body #cmplz-document .cmplz-dropdown .cookies-per-purpose > div a {
    font-size: 12px;
  }
}
body.single-post .elementor-widget-theme-post-content p {
  margin-bottom: 10px;
}
body.single-post .elementor-widget-theme-post-content .wp-block-columns {
  margin-bottom: 10px;
  gap: 10px;
}
body.single-post .elementor-widget-theme-post-content .wp-block-file {
  padding-bottom: 10px;
}
body.single-post .elementor-widget-theme-post-content .wp-block-file object {
  margin-bottom: 10px;
}
body.single-post .elementor-widget-theme-post-content .wp-block-file a {
  font-size: 13px;
}
@media (max-width: 1023px) {
  body.single-post .elementor-widget-theme-post-content .wp-block-file a {
    font-size: 12px;
  }
}
body.single-post .elementor-widget-theme-post-content .wp-block-file a.wp-element-button {
  padding: 5px 20px;
  border-radius: 0 10px 10px 10px;
}
body.single-post .elementor-widget-theme-post-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
}
body.single-post .elementor-widget-theme-post-content .wp-block-embed-youtube {
  margin-bottom: 10px;
}
body.single-post .elementor-widget-theme-post-content .wp-block-embed-youtube > .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
body.single-post .elementor-widget-theme-post-content .wp-block-embed-youtube > .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body .rank-math-breadcrumb {
  display: inline-block;
}
body .select2-container .select2-dropdown {
  font-size: 13px;
  background-color: #f5f5f5;
  font-weight: 300;
  border: 0;
  font-family: "Montserrat";
  line-height: 1.4em;
}
body .select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 10px 10px 0 0;
}
body .select2-container .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 10px 10px;
}
body .select2-container .select2-dropdown .select2-results li {
  padding: 0.5em 1.5em;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes top-2 {
  0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes top-2 {
  0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes bottom-2 {
  0% {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
