.demo-module_popup {
  padding: 4rem 0
}

.demo-module_popup__container {
  margin: 0 auto;
  max-width: 1144px;
  padding: 0 20px
}

p.demo-module_popup__tag {
  border: 1px solid #c7c7c7;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 2px 9px;
  width: max-content;
  border-radius: 6px;
  border: 1px solid var(--colors-palette-magenta-200, #FFB1CD);
  background: var(--colors-palette-magenta-50, #FFE7F2);
}

.demo-module_popup__heading h2 span {
  font-family: "IBM Plex Serif"
}

.demo-module_popup__heading h2 {
  font-size: 26px;
  margin-bottom: 10px;
  letter-spacing: -0.06563rem;
  color: #1C1C1C;
}

.demo-module_popup__text p,
.demo-module_popup__text span {
  font-size: 18px;
  color: #595959;
  font-weight: 400;
}

.demo-module_popup__filters p {
  align-items: center;
  border: 1px solid #ababab;
  border-radius: 50px;
  cursor: pointer;
  display: flex!important;
  gap: 7px;
  margin: 0;
  padding: 3px 17px;
  transition: all .5s ease
}

.demo-module_popup__content-container {
}

.demo-module_popup__content {
  border: 14px solid #DFD3FC;
  border-radius: 34px;
  max-width: 876px;
  margin: auto;
  margin-top: 25px;
  position: relative;
}

.demo-module_popup__filters__container {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  margin-top: 2rem
}

.demo-module_popup__filters--active {
  background-color: #201e24;
  color: #fff
}

.demo-module_popup__content-container>div {
  width: 100%
}

.demo-module_popup__content-container {
  flex-direction: row-reverse;
  gap: 30px
}

.demo-module_popup__inner-content {
  align-items: center;
  display: flex
}

.demo-module_popup__image {
  max-width: 462px
}

.demo-module_popup__inner-content {
  border-radius: 12px;
  border-radius: 20px;
  min-height:466px;
  {# padding: 20px 20px 56%; #}
  position: relative;
}

.demo-module_popup__inner-content-container h2 {
  font-size: 24px;
  margin-bottom: 16px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* 125% */
  letter-spacing: -0.8px;
}

.demo-module_popup__inner-content-container p {
  font-size: 18px
}

.demo-module_popup__inner-content img {
  opacity: 1!important
}

.demo-module_popup__button-link {
  margin-top: 0;
  text-align: center;
}

.demo-module_popup__image img {
  border-radius: 12px;
  height: 100%!important;
  object-fit: cover;
  opacity: 1!important
}

.demo-module_popup__button-link .button-icon {
  background: #FFFFFF;
  height: auto!important;
  display: flex;
  font-weight: 500;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 18px;
  color: #513DD9;
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  gap: var(--spacings-6, 6px);
  display: inline-block;
  border-radius: 75px;
  border: 1px solid #513DD933;
  display: flex;
  width: fit-content;
  margin: auto;
  opacity: 1!important;  
}
.demo-module_popup__bottom .demo-module_popup__button-link .button-icon {
  background: #FFFFFF;
  display: flex;
  height: auto!important;
  font-weight: 400;
  transition: all .3s ease;
  font-size: 18px;
  line-height: 20px;
  color: #1C1C1C;
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  gap: var(--spacings-6, 6px);
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #DADADA;
  display: flex;
  width: fit-content;
  margin: auto;
  gap: 10px;
  opacity: 1!important;
  cursor: pointer;
}
.demo-module_popup__bottom .demo-module_popup__button-link .button-icon:hover {
  color: #625AFA;
  background: #625AFA1A;
  border: 1px solid #625AFA;
  font-weight: 500;
}
.demo-module_popup__bottom .demo-module_popup__button-link .button-icon img {
  filter: brightness(0) saturate(100%);
  transition: filter 0.0s ease;
  width: min-content;
  margin-left: 0px;
  margin-right: 0px;
}

.demo-module_popup__bottom .demo-module_popup__button-link .button-icon:hover img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(746%) hue-rotate(210deg) brightness(102%)!important;
  transition: filter 0.0s ease;
}

.demo-module_popup .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 90000000000;
  align-content: center;
  max-width: none !important;
}

.demo-module_popup .modal-content {
  padding: 0px;
  max-width: 1100px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  margin: auto;
  z-index: 100;
  height: 42vw;
}


.demo-module_popup__content.demo-module__inner-video {
    border-radius: 19.972px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.demo-module_popup__content .demo-module__inner-video {
    opacity: 0;
    z-index: 0;
    display: none;
}
.demo-module_popup__content.video-enable .demo-module__inner-video {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
}
.demo-module_popup__content.video-enable .demo-module__inner-video iframe {
   width: 100%;
   border-radius: 18px !important;
}
.demo-module_popup__content .demo-module__inner-video>div {
    padding: 0 !important;
    height: 100% !important;
}

.demo-module_popup .modal-content iframe {
  z-index: 500;
  position: relative;
  width: 100%;
}

.demo-module_popup .close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.demo-module_popup__button-link .button-icon img {
  transition: all .3s ease
}

.demo-module_popup__button-link .button-icon:hover {
  border: 1px solid #513DD9;
  text-decoration: none;
}

.demo-module_popup__button-link .button-icon:hover {
}

.demo-module_popup__filters__container p img {
  filter: brightness(0);
  height: 19px!important;
  opacity: .7!important;
  transition: all .5s ease;
  width: auto
}

.demo-module_popup__filters__container p.demo-module_popup__filters--active img {
  filter: brightness(0) invert(1);
  opacity: 1!important
}

.demo-module_popup__filters__container p {
  align-items: center;
  display: flex;
  gap: 6px
}
.demo-module_popup .demo-module_popup__bottom {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.bottom-module_popup__text {
  text-align: center;
  margin-top: 35px;
}

@media (min-width: 769px) {
  .demo-module_popup__description {
    align-items:end;
    display: flex;
    gap: 50px
  }

  .demo-module_popup__description>div {
    width: 100%;
    text-align: center;
  }

  .demo-module_popup__heading h2 {
    font-size: 32px
  }
}

@media (max-width: 951px) {
  .demo-module_popup__image {
    max-width:100%
  }

  .demo-module_popup__content-container {
    flex-direction: column
  }
  .demo-module_popup__inner-content {
    min-height:400px;
  }
  .demo-module_popup__content.video-enable .demo-module__inner-video iframe {
    height:400px;
  }
}

@media (max-width: 767px) {
  .demo-module_popup__inner-content {
    min-height:320px;
  }
  .demo-module_popup__content.video-enable .demo-module__inner-video iframe {
    height:320px;
  }
}

.sticky-section {
  position: sticky;
  top: 0
}

.tabs .slick-slide {
  padding: 0 5px
}

.filter-desktop {
  display: none
}

.filter-desktop--mobile .slick-list {
  margin: 0
}

.first-slide-is-active .slick-track {
  transform: translateZ(0)!important
}

.filter-desktop--mobile .slick-track {
  transition: all .5s ease
}

.demo-module_popup__filters svg {
  height: 19px;
  width: 19px
}

.demo-module_popup .slick-slide {
  padding: 0 5px!important
}
.demo-module_popup {
  background: #FAFAFA;
}

.demo-module_popup__inner-content-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  min-height: auto;
  padding: 40px 10px;
  border-radius: var(--sizes-8, 8px);
  text-align: center;
}
.demo-module_popup__button-link {
    margin-top: 5px;
}
.demo-module_popup__inner-content-container p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0px;
}

a.button-icon {}
@media (min-width: 951px) {
  .filter-desktop--mobile {
    display:none
  }

  .filter-desktop {
    display: block
  }
}

@media (max-width: 950px) {
  .demo-module_popup__filters {
    margin-bottom:24px;
    margin-top: 0
  }
}
@media (max-width: 767px) {
  .demo-module_popup .demo-module_popup__bottom {
    flex-direction: column;
  }
  .demo-module_popup__bottom .demo-module_popup__button-link a.button-icon {
    width: 100%;
  }

}


@media (max-width: 650px) {
  .demo-module_popup {
    padding:64px 0
  }
}
