.collapse-menu {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px;
}
.collapse-menu__container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 9px 8px;
}
.collapse-menu__container div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.collapse-menu__container .svg-icon-caret-down {
  width: 16px !important;
  height: 16px !important;
}
.collapse-menu__list {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.collapse-menu__list a {
  color: #f6f6f6;
  display: flex;
  gap: 12px;
  height: 36px;
  padding: 8px;
}
.collapse-menu__list_show {
  background: rgba(255, 255, 255, 0.0784313725);
}
.collapse-menu__list_show#collapse-list-videos {
  height: 108px;
}
.collapse-menu__list_show#collapse-list-gender {
  height: 76px;
}
.collapse-menu__list_show#collapse-list-sites {
  height: 213px;
}
.collapse-menu .active {
  background: rgba(255, 255, 255, 0.1215686275);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.container[data-v-21f55c02] {
  background: none !important;
  position: relative;
  width: 16px;
  height: 16px;
}
.red-circle[data-v-21f55c02] {
  width: 16px;
  height: 16px;
  background-color: #e82c2f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.circle[data-v-21f55c02],
.circle-second[data-v-21f55c02] {
  width: 16px;
  height: 16px;
  background-color: rgba(232, 44, 47, 0.6392156863);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  animation: scaleFade-21f55c02 3s infinite;
}
@keyframes scaleFade-21f55c02 {
0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(2);
    opacity: 0;
}
}
.circle-second[data-v-21f55c02] {
  animation-delay: 0.5s;
  background-color: rgba(232, 44, 47, 0.3215686275);
}
.menu {
  text-transform: uppercase;
  font-size: 16px;
}
.menu__wrapper {
  position: fixed;
  background: rgba(24, 24, 27, 0.4784313725);
  left: 0;
  top: -8px;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  z-index: 999;
  overflow: scroll;
}
@media (max-width: 500px) {
.menu__wrapper {
    background: #273d44;
    top: 64px;
    height: 100vh;
}
}
.menu .nav {
  background: #18181B;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  margin-top: 8px;
  align-self: flex-start;
  width: 374px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 500px) {
.menu .nav {
    width: 100%;
}
}
.menu .nav::-webkit-scrollbar {
  width: 4px;
  background: rgba(90, 90, 90, 0.4196078431);
}
.menu .nav::-webkit-scrollbar-thumb {
  background: #18181B;
  border-radius: 2px;
}
.menu .nav:first-child {
  margin-top: 60px;
}
@media (max-width: 500px) {
.menu .nav:first-child {
    margin-top: 0;
}
}
.menu .nav__item {
  display: flex;
  align-items: center;
  color: #f6f6f6;
  height: 36px;
  margin: 0 8px;
  padding: 10px;
  gap: 8px;
}
.menu .nav__item::after {
  display: none;
}
.menu .nav__item .svg-icon {
  color: #fff;
  fill: #fff;
}
.menu .nav .javHD img {
  width: 30px;
}
.menu .nav .live-chat {
  justify-content: flex-start;
}
.menu .nav .username {
  display: flex;
  gap: 12px;
  padding: 8px 10px;
  margin: auto 9px;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}
.menu .nav .username .header__btn {
  background: rgba(24, 24, 27, 0.08);
  justify-content: center;
}
.menu .nav .username-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-transform: none;
  gap: 4px;
}
.menu .nav .username-desc h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.menu .nav .username-desc span {
  color: rgba(255, 255, 255, 0.4784313725);
  font-size: 12px;
  font-weight: 400;
}
.menu__buttons .btn {
  padding: 8px;
  height: 40px;
  width: 40px;
  border-radius: 48px;
  background: inherit;
  border: 1px solid var(--border-border-contrast-12, rgba(255, 255, 255, 0.12));
}
.menu__buttons .btn .svg-icon {
  fill: #fff;
  color: #fff;
}
.menu .btn-logout {
  background: #ED3A97;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  width: 374px;
  border-radius: 16px;
  margin-top: 8px;
  padding: 18px;
  justify-content: flex-start;
}
@media (max-width: 500px) {
.menu .btn-logout {
    width: 100%;
}
}
.menu .btn-login {
  background: #18181B;
}
@media (max-width: 500px) {
.menu .btn-login {
    width: 100%;
}
}
.dropdown-menu {
  overflow: hidden;
}
.dropdown-menu:hover .dropdown-menu__list {
  display: block;
}
.dropdown-menu__btn {
  font-weight: 600;
  padding: 15px;
  padding-bottom: 17px;
  height: 40px;
}
.dropdown-menu__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 48px;
}
.dropdown-menu__btn span {
  padding: 0 4px;
}
.dropdown-menu__list {
  background: rgba(90, 90, 90, 0.4196078431);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transform: translate(-24px, 0);
  padding: 8px;
}
.dropdown-menu__list a {
  text-decoration: none;
  padding: 11px 8px;
  display: block;
  gap: 1rem;
  align-items: center;
  border-radius: 8px;
}
.dropdown-menu__list a:hover {
  background: rgba(24, 24, 27, 0.0784313725);
}
.dropdown-menu .svg-icon {
  margin-top: 1px;
}
.dropdown-menu .svg-icon-tube {
  color: #ED3A97;
  fill: #ED3A97;
}
.dropdown-menu .svg-icon-caret-down {
  color: #fff;
  fill: #fff;
}
.dropdown-menu__list a[data-v-a1d6fe10] {
  color: #18181B;
}
.dropdown-menu__list a .svg-icon[data-v-a1d6fe10] {
  color: black;
  fill: black;
}
.main-search__container[data-v-66844240] {
  position: absolute;
  width: 50vw;
  top: 1rem;
  left: 25%;
}
@media (max-width: 666px) {
.main-search__container[data-v-66844240] {
    width: 100vw;
    left: 0;
}
}
.main-search__container ul[data-v-66844240] {
  list-style-type: none;
  overflow-y: auto;
  margin-top: 12px;
}
.main-search__container ul[data-v-66844240]::-webkit-scrollbar {
  width: 4px;
  background: rgba(90, 90, 90, 0.4196078431);
}
.main-search__container ul[data-v-66844240]::-webkit-scrollbar-thumb {
  background: #c23c2b;
}
.main-search__container .search__btn[data-v-66844240] {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 17px;
}
.main-search__container .search__btn .svg-icon[data-v-66844240] {
  width: 20px;
  height: 20px;
}
.main-search__container .search-clear[data-v-66844240] {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 24px;
  top: 8px;
  margin-left: -34px;
}
.main-search__container .search-clear .svg-icon[data-v-66844240] {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: #fff;
  margin-top: 2px;
}
.main-search__container .search-close[data-v-66844240] {
  position: absolute;
  top: -3px;
  right: 20px;
  padding: 15px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4784313725);
  text-transform: uppercase;
}
.main-search__container .search[data-v-66844240]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2392156863);
}
.main-search__container .search[data-v-66844240]::placeholder {
  color: rgba(255, 255, 255, 0.2392156863);
}
.main-search__container input[data-v-66844240] {
  width: 100%;
  height: 40px;
  border-radius: 48px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  background: rgba(255, 255, 255, 0.0784313725);
  padding-left: 40px;
  color: #fff;
}
@media (max-width: 666px) {
.main-search__container input[data-v-66844240] {
    width: 70%;
    margin-left: 8px;
}
}
.main-search-bg[data-v-66844240] {
  position: fixed;
  background: rgba(24, 24, 27, 0.4784313725);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  z-index: 3;
  flex-direction: column;
  overflow: scroll;
}
@media (max-width: 666px) {
.main-search-bg[data-v-66844240] {
    background: #000;
}
}
.main-search-bg .list-group[data-v-66844240] {
  background: #18181B;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  margin-top: 16px;
  padding-bottom: 26px;
  max-height: 410px;
}
@media (max-width: 666px) {
.main-search-bg .list-group[data-v-66844240] {
    background: #000;
    max-height: none;
}
}
.main-search-bg .list-group .list div[data-v-66844240] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-search-bg .list-group .list .not-found[data-v-66844240] {
  color: #fff;
  align-items: center;
  padding-top: 1rem;
}
.main-search-bg .list-group .list-title[data-v-66844240] {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4784313725);
  margin: 0 22px 2px;
}
.main-search-bg .list-group .list-title[data-v-66844240]:first-child {
  margin-top: 12px;
}
.main-search-bg .list-group .search-response-item[data-v-66844240] {
  padding: 8px;
  margin: auto 16px;
}
.main-search-bg .list-group .search-response-item[data-v-66844240]:hover {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.0784313725);
}
.main-search-bg .list-group .search-response-item a[data-v-66844240] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.main-search-bg .list-group .search-response-item a .total-videos[data-v-66844240] {
  background: rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 3px 8px;
}
.dropdown-menu {
  overflow: hidden;
}
.dropdown-menu:hover .dropdown-menu__list {
  display: block;
}
.dropdown-menu__btn {
  border: none;
  outline: none;
  color: #f6f6f6;
  background: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 40px;
}
.dropdown-menu__list {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 40px 64px -8px rgba(24, 24, 27, 0.24);
  z-index: 3;
  -webkit-backdrop-filter: blur(10px) grayscale(0.8);
          backdrop-filter: blur(10px) grayscale(0.8);
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 27, 0.0784313725);
}
.dropdown-menu__list a {
  color: #f6f6f6;
  text-decoration: none;
  display: flex;
  text-align: left;
  font-size: 14px;
  transition: 0.2s;
}
.dropdown-menu__list .abxxx-link {
  color: #000;
}
.dropdown-menu__list .abjav-link {
  color: #f13d0d;
}
.dropdown-menu__list .abgay-link {
  color: #177fb6;
}
.dropdown-menu__list .abtranny-link {
  color: #934084;
}
.dropdown-menu__list .abebony-link {
  color: #d85f35;
}
.dropdown-menu__list .abbdsm-link {
  color: #e12828;
}
.dropdown-menu .svg-icon-caret-down {
  color: #fff;
  fill: #fff;
}
.dropdown-menu__list a[data-v-8543359a]:hover {
  background: rgba(24, 24, 27, 0.0784313725);
}
div[data-v-1cf04224] {
  height: 1px;
  background: rgba(24, 24, 27, 0.0784313725);
}
.dropdown-menu:hover .dropdown-menu__list[data-v-d25344ee] {
  display: none;
}
.dropdown-menu__list[data-v-d25344ee] {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  transform: translate(-172px, 4px);
  -webkit-backdrop-filter: blur(10px) grayscale(0.8);
          backdrop-filter: blur(10px) grayscale(0.8);
  padding: 8px;
  width: 240px;
}
.dropdown-menu__list hr[data-v-d25344ee] {
  margin: 8px auto;
}
.dropdown-menu__list .username[data-v-d25344ee] {
  display: flex;
  gap: 12px;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
}
.dropdown-menu__list .username .header__btn[data-v-d25344ee] {
  background: rgba(24, 24, 27, 0.08);
  justify-content: center;
}
.dropdown-menu__list .username__icon[data-v-d25344ee] {
  text-transform: uppercase;
}
.dropdown-menu__list .username-desc[data-v-d25344ee] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2px;
}
.dropdown-menu__list .username-desc h4[data-v-d25344ee] {
  font-size: 14px;
  font-weight: 600;
}
.dropdown-menu__list .username-desc span[data-v-d25344ee] {
  color: rgba(24, 24, 27, 0.4784313725);
  font-size: 12px;
  font-weight: 400;
}
.dropdown-menu__list .username a[data-v-d25344ee] {
  padding: 0;
}
.dropdown-menu__btns[data-v-d25344ee] {
  display: flex;
  flex-direction: column;
}
.dropdown-menu__btns a[data-v-d25344ee],
.dropdown-menu__btns button[data-v-d25344ee] {
  color: #18181B;
  display: flex;
  text-transform: uppercase;
  gap: 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 8px;
}
.dropdown-menu__btns a[data-v-d25344ee]:hover,
.dropdown-menu__btns button[data-v-d25344ee]:hover {
  background: rgba(24, 24, 27, 0.0784313725);
  border-radius: 8px;
}
.dropdown-menu__btns a .svg-icon[data-v-d25344ee],
.dropdown-menu__btns button .svg-icon[data-v-d25344ee] {
  width: 20px;
  height: 20px;
  fill: #18181B;
  color: #18181B;
}
.header[data-v-61dd7a3d] {
  margin: 0 8px;
  border-radius: 48px;
  background: #18181b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  box-shadow: 0px 12px 15px -4px rgba(0, 0, 0, 0.12), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
}
.header__container-main[data-v-61dd7a3d] {
  position: sticky;
  top: 8px;
  padding-bottom: 8px;
  z-index: 9999;
}
.header__user[data-v-61dd7a3d] {
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
.header__user[data-v-61dd7a3d] {
    justify-content: flex-end;
    display: flex;
}
}
.header__user .btn[data-v-61dd7a3d] {
  text-transform: uppercase;
  height: 48px;
  border-radius: 45px;
  padding: 0 20px;
  margin-left: 8px;
  background: #ED3A97;
  color: #000000;
  display: flex;
  gap: 5px;
}
@media (max-width: 1024px) {
.header__user .btn[data-v-61dd7a3d] {
    display: none;
}
}
.header__user .btn .svg-icon[data-v-61dd7a3d] {
  width: 16px;
  height: 16px;
  color: #000000;
}
@media (max-width: 1024px) {
.header__user[data-v-61dd7a3d] {
    display: none;
}
}
.header_mobile[data-v-61dd7a3d] {
  transition: top 0.25s ease-in-out;
  z-index: 100;
}
@media (min-width: 1024px) {
.header_mobile[data-v-61dd7a3d] {
    position: relative;
}
}
.header_mobile .logo .svg-icon[data-v-61dd7a3d] {
  width: 127px;
  height: 32px;
  margin-left: 8px;
}
.header__controls[data-v-61dd7a3d] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 16px;
}
@media (max-width: 1024px) {
.header__controls[data-v-61dd7a3d] {
    margin-left: 0;
}
}
.header__controls .svg-icon-caret-down[data-v-61dd7a3d] {
  width: 12px;
  height: 12px;
}
.header__content[data-v-61dd7a3d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.header .nav[data-v-61dd7a3d] {
  display: flex;
  padding: 0 15px;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 1025px) and (max-width: 1366px) {
.header .nav[data-v-61dd7a3d] {
    padding: 0 8px;
}
}
.header .nav__icon[data-v-61dd7a3d] {
  height: 24px;
}
.header .nav__item[data-v-61dd7a3d] {
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  color: #f6f6f6;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 11px;
  height: 40px;
}
.header .nav__item[data-v-61dd7a3d]:hover {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 48px;
  transition: background 0.3s ease;
}
.header .nav__item span[data-v-61dd7a3d] {
  padding: 0 4px;
}
.header .nav__item .svg-icon[data-v-61dd7a3d] {
  width: 16px;
  height: 16px;
  color: #000000;
}
.header .nav__item img[data-v-61dd7a3d] {
  width: 24px;
}
.header__btn {
  display: flex;
  height: 40px;
  width: 40px;
  padding: 10px;
  align-items: center;
  border-radius: 48px;
  border: 1px solid var(--border-border-contrast-12, rgba(255, 255, 255, 0.12));
}
.header__btn span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.header__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 48px;
  transition: background 0.3s ease;
}
.header .is-auth {
  display: flex;
  justify-content: center;
}
.header .is-auth__container {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.header__controls .svg-icon-caret-down {
  width: 12px;
  height: 12px;
}
.ad__container {
  position: relative;
  transform: scale(1) !important;
}
.ad__title {
  color: #fff;
  position: absolute;
  border-radius: 4px;
  padding: 2px 3px;
  background: rgba(24, 24, 27, 0.24);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  top: 8px;
  right: 8px;
  width: auto;
  height: auto;
  z-index: 999;
}
section[data-v-5c648d2a] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section[data-v-5c648d2a]::-webkit-scrollbar {
  display: none;
}
section > div[data-v-5c648d2a] {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
section > div[data-v-5c648d2a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
}
section > div > div[data-v-5c648d2a] {
  margin: 0 4px;
  overflow: hidden;
  background-color: rgba(90, 90, 90, 0.4196078431);
}
@media (max-width: 767px) {
section > div > div[data-v-5c648d2a] {
    margin: 4px !important;
}
}
section > div > div[data-v-5c648d2a]:first-of-type {
  margin-left: 0;
}
section > div > div[data-v-5c648d2a]:last-of-type {
  margin-right: 0;
}
.wrapper.banner[data-v-40ab164b] {
  margin: 56px auto;
}
@media (max-width: 500px) {
.wrapper.banner[data-v-40ab164b] {
    margin: 32px auto;
}
}
.footer[data-v-40ab164b] {
  display: flex;
  justify-content: space-between;
  padding: 32px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
@media (max-width: 900px) {
.footer[data-v-40ab164b] {
    justify-content: center;
}
.footer .rta-icon[data-v-40ab164b] {
    align-self: center;
    margin-top: 16px;
}
}
@media (max-width: 900px) {
.footer-logo[data-v-40ab164b] {
    display: none !important;
}
}
.footer__container[data-v-40ab164b] {
  border-radius: 16px;
  background: #1b1b1b;
  margin: 24px 8px 8px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
.footer__copyright[data-v-40ab164b] {
  color: rgba(255, 255, 255, 0.4784313725);
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  padding: 10px;
}
.footer__copyright .svg-icon[data-v-40ab164b] {
  color: #fff;
  fill: #fff;
  width: 45px;
  height: 20px;
}
.footer__copyright .links[data-v-40ab164b] {
  display: none;
  justify-content: center;
  gap: 24px;
}
.footer__copyright .copyright[data-v-40ab164b] {
  text-align: center;
  margin-top: 6px;
}
@media (max-width: 900px) {
.footer__copyright[data-v-40ab164b] {
    flex-direction: column;
}
.footer__copyright a[data-v-40ab164b] {
    font-size: 12px;
    margin: 0 auto;
}
.footer__copyright .links[data-v-40ab164b] {
    display: flex;
}
.footer__copyright .rta-icon[data-v-40ab164b] {
    margin-top: 16px;
}
}
.footer-col[data-v-40ab164b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col__container[data-v-40ab164b] {
  display: flex;
  gap: 5vw;
}
@media (max-width: 900px) {
.footer-col__container[data-v-40ab164b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
.footer-col h2[data-v-40ab164b] {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #ED3A97;
}
.footer-col a[data-v-40ab164b] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner[data-v-40ab164b] {
  padding: 0;
}
@media (min-width: 769px) {
.banner[data-v-40ab164b] {
    margin: auto;
}
}
.banner section[data-v-40ab164b] {
  padding: 0 !important;
}
.seo[data-v-40ab164b] {
  padding: 0 40px;
  color: rgba(24, 24, 27, 0.4784313725);
  font-weight: 400;
}
@media (max-width: 700px) {
.seo[data-v-40ab164b] {
    padding: 0 8px;
}
}
.seo p[data-v-40ab164b] {
  text-align: center;
}
.modal-block:has(.modal-content):has(.age-verification) {
  background: #320c20;
}
.modal-block:has(.modal-content):has(.age-verification) .line {
  background: rgba(255, 255, 255, 0.0784313725);
  position: absolute;
  left: 0;
  right: 0;
}
.modal-block:has(.modal-content):has(.age-verification) .modal-close {
  display: none;
}
h2[data-v-66ca5138] {
  color: #fff;
}
.age-verification[data-v-66ca5138] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-top: -16px;
  color: #fff;
}
.age-verification .age[data-v-66ca5138] {
  display: flex;
  padding: 11px 6px 11px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #ED3A97;
}
.age-verification .svg-icon[data-v-66ca5138] {
  width: 142px;
  height: 40px;
}
form[data-v-66ca5138] {
  margin: 32px auto;
  line-height: 135%;
  letter-spacing: -0.18px;
}
form h2[data-v-66ca5138] {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
form a[data-v-66ca5138] {
  color: #fff;
  text-decoration: underline;
}
.btn-block[data-v-66ca5138] {
  width: 100%;
  border-radius: 48px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  font-size: 14px;
}
@media (max-width: 718px) {
form[data-v-66ca5138] {
    margin: 16px auto 0;
}
form h2[data-v-66ca5138] {
    font-size: 18px;
}
}
.button-signin[data-v-17790832] {
  width: 100%;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  margin: 25px auto;
  box-shadow: none;
}
.no_acc[data-v-17790832] {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.no_acc a[data-v-17790832]:hover,
.no_acc button[data-v-17790832]:hover {
  color: rgba(232, 44, 47, 0.16);
  transition: color 0.1s ease-in;
}
.form-title[data-v-17790832] {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 718px) {
.form-title[data-v-17790832] {
    font-size: 22px;
}
}
.form-description[data-v-17790832] {
  font-size: 16px;
  font-weight: 400;
  color: rgba(24, 24, 27, 0.4784313725);
  display: flex;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 718px) {
.form-description[data-v-17790832] {
    font-size: 14px;
}
}
.form-row input[data-v-17790832] {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  color: #18181B;
  border-radius: 8px;
}
@media (max-width: 718px) {
.form-row input[data-v-17790832] {
    height: 40px;
}
}
.form-row input[data-v-17790832]::-moz-placeholder {
  color: rgba(24, 24, 27, 0.4784313725);
}
.form-row input[data-v-17790832]::placeholder {
  color: rgba(24, 24, 27, 0.4784313725);
}
.form-row .svg-icon[data-v-17790832] {
  position: absolute;
  top: 14px;
  right: 16px;
}
@media (max-width: 718px) {
.form-row .svg-icon[data-v-17790832] {
    top: 10px;
    right: 12px;
}
}
.form-row.password__container[data-v-17790832] {
  position: relative;
}
.form-row.password__container .svg-icon[data-v-17790832] {
  cursor: pointer;
}
.checkbox[data-v-17790832] {
  width: 20px;
  height: 20px;
  opacity: 0;
}
.checkbox__container[data-v-17790832] {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.checkbox + .checkbox-title[data-v-17790832]::before {
  content: "";
  position: absolute;
  left: 33px;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  border-radius: 4px;
}
@media (max-width: 718px) {
.checkbox + .checkbox-title[data-v-17790832]::before {
    left: 19px;
}
}
.checkbox:checked + .checkbox-title[data-v-17790832]::after {
  content: "";
  position: absolute;
  left: 38px;
  margin-top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #ED3A97;
}
@media (max-width: 718px) {
.checkbox:checked + .checkbox-title[data-v-17790832]::after {
    left: 24px;
}
}
.forgot__container[data-v-17790832] {
  color: rgba(24, 24, 27, 0.4784313725);
  font-size: 14px;
  cursor: pointer;
}
.forgot__container[data-v-17790832]:hover {
  color: #181818;
}
.no_acc[data-v-17790832] {
  color: rgba(24, 24, 27, 0.4784313725);
}
.no_acc button[data-v-17790832],
.no_acc a[data-v-17790832] {
  color: #ED3A97;
  font-weight: 600;
}
.contactus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactus .modal-title {
  margin: 16px auto 8px;
  font-size: 20px;
  font-weight: 600;
}
.contactus .flag-container {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: rgba(232, 44, 47, 0.0784313725);
  padding: 24px;
}
.contactus .flag-container .svg-icon {
  color: #ED3A97;
  fill: #ED3A97;
  width: 32px;
  height: 32px;
}
.contactus .btn {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
}
.contactus .support__email {
  font-size: 14px;
}
.checkbox-container[data-v-5861b1cd] {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-container input[data-v-5861b1cd] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark[data-v-5861b1cd] {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(232, 44, 47, 0.0392156863);
  border-radius: 4px;
  border: 1px solid rgba(232, 44, 47, 0.2392156863);
}
.checkbox-container input:checked ~ .checkmark[data-v-5861b1cd] {
  background-color: rgba(232, 44, 47, 0.0392156863);
}
.checkmark[data-v-5861b1cd]:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark[data-v-5861b1cd]:after {
  display: block;
}
.checkbox-container .checkmark[data-v-5861b1cd]:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #e82c2f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal-content[data-v-14d03e04] {
  border-top: 1px solid rgba(24, 24, 27, 0.0784313725);
  margin-top: 24px;
  padding: 24px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 58vh;
  overflow: scroll;
}
.modal-content ul[data-v-14d03e04] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-content .text-block[data-v-14d03e04] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-content .text-block h3[data-v-14d03e04] {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.modal-content .text-block .text[data-v-14d03e04] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(24, 24, 27, 0.4784313725);
  display: inline;
}
.modal-content .text-block .text[data-v-14d03e04]:has(.checkbox-container) {
  display: flex;
  align-items: start;
  gap: 8px;
}
.modal-content .text-block .text a[data-v-14d03e04] {
  color: #18181B;
  text-decoration: underline;
}
.modal-content .text-block .text ul[data-v-14d03e04] {
  margin-left: 24px;
}
.modal-content .text-block .upload-btn[data-v-14d03e04] {
  font-family: inherit;
  font-weight: 600;
  padding: 15px 12px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  border-radius: 48px;
  text-transform: uppercase;
  transition: background ease-in-out 300ms;
}
.modal-content .text-block .upload-btn[data-v-14d03e04]:hover {
  background: rgba(90, 90, 90, 0.4196078431);
  color: #fff;
  transition: background ease-in-out 300ms;
}
.modal-content .text-block .text-input[data-v-14d03e04] {
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
}
.modal-content .text-block .btn-accent[data-v-14d03e04] {
  border-radius: 48px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 600;
}
.modal-content .text-block .upload-desc[data-v-14d03e04] {
  font-family: inherit;
  font-weight: 400;
  color: rgba(24, 24, 27, 0.4784313725);
}
.modal-content .text-block.error[data-v-14d03e04] {
  color: #ED3A97;
  flex-direction: row;
  align-items: center;
}
.modal-content .text-block .disabled[data-v-14d03e04] {
  background: rgba(24, 24, 27, 0.4784313725) !important;
  border: none;
}
.modal-block:has(.verification-modal) {
  padding-left: 0;
  padding-right: 0;
  width: auto;
  max-height: 70vh;
}
.modal-block:has(.verification-modal) .modal-content {
  margin-top: 12px;
}
.modal {
  background: rgba(24, 24, 27, 0.4784313725);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1001;
  overflow-y: hidden;
}
.modal-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.modal-block {
  background: #FFFFFF;
  color: #18181B;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 568px;
  transform: translateX(-50%);
  padding: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 718px) {
.modal-block {
    padding: 32px 16px;
    width: 95%;
}
}
.modal-block--inline {
  position: relative;
  margin: 40px auto;
  left: 0;
  top: 0;
  transform: none;
  background: rgba(90, 90, 90, 0.4196078431);
}
.modal-block--inline .form .input,
.modal-block--inline .form textarea,
.modal-block--inline .form .form-file__empty,
.modal-block--inline .form .form-file__uploaded,
.modal-block--inline .form .radio {
  background: #FFF1F9;
}
.modal-block--inline .form .radio_checkmark {
  background: rgba(90, 90, 90, 0.4196078431);
}
.modal-block > .title {
  color: #f6f6f6;
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}
.modal-close .svg-icon {
  width: 24px;
  height: 24px;
}
.modal-close:hover {
  color: #ff526c;
}
.modal .modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 24px;
}
.modal .modal-header h3 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
}
.modal .modal-header .modal-close {
  position: relative;
  top: -4px;
  right: 0;
}
.notifications {
  position: fixed;
  bottom: 16px;
  left: 16px;
  min-width: 287px;
  z-index: 1001;
}
.notifications-item {
  background: #fff;
  -webkit-backdrop-filter: blur(10px) grayscale(0.8);
          backdrop-filter: blur(10px) grayscale(0.8);
  align-items: center;
  padding: 12px;
  box-shadow: 0px 10px 20px rgba(40, 39, 48, 0.22);
  margin-top: 20px;
  transition: all 1s;
  display: flex;
  border-radius: 8px;
}
.notifications-item-enter {
  opacity: 0;
  transform: translateY(-30px);
}
.notifications-item-leave-to {
  opacity: 0;
}
.notifications-item-leave-active {
  position: absolute;
}
.notifications-item .svg-icon {
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.notifications-item .text {
  flex-grow: 1;
  margin-left: 8px;
  color: #18181B;
  font-weight: 400;
  word-break: break-word;
}
.notifications-item.success .svg-icon {
  color: #6ecf94;
}
.notifications-item.error .svg-icon {
  color: #ff526c;
}
.under-header-button {
  width: 36px;
  height: 36px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  background: #fff;
  box-shadow: 0px 4px 8px -2px rgba(24, 24, 27, 0.1), 0px 2px 4px -2px rgba(24, 24, 27, 0.06);
}
.button-background {
  position: absolute;
  background: linear-gradient(90deg, #f0f0f0, #f0f0f0 59.96%, rgba(240, 240, 240, 0.8) 79.83%, rgba(240, 240, 240, 0) 100%);
  margin-top: -1px;
}
.button-background-next {
  display: block;
  right: 41px;
}
@media (max-width: 768px) {
.button-background-next {
    right: 6px;
}
}
.button-background-next, .button-background-back {
  margin-top: -1px;
}
.button-back {
  transform: rotate(180deg);
}
button {
  cursor: pointer;
}
.under-header-slider {
  margin: 5px 0;
  display: flex;
}
.under-header-slider .links {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.under-header-slider .links:hover::-webkit-scrollbar-thumb {
  background-color: #ED3A97;
}
.under-header-slider .links::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 20px;
}
.under-header-slider .links::-webkit-scrollbar-track {
  background: transparent;
}
.under-header-slider .links::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.under-header-slider .links a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 5px 10px;
  margin-left: 8px;
  border: 1px solid;
  border-color: rgba(24, 24, 27, 0.0784313725);
  border-radius: 32px;
  transition: 0.3s;
  white-space: nowrap;
  background: #fff;
}
@media (max-width: 768px) {
.under-header-slider .links a {
    margin-left: 4px;
}
}
.under-header-slider .links a.promo:empty {
  display: none;
}
.under-header-slider .links a.promo img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.under-header-slider .links a:hover {
  color: #fff;
  background: #18181B;
}
.under-header-slider .links a:first-child {
  margin-left: 0;
}
.under-header-slider .links a.live-chat {
  background: #fef7f7;
  border: 1px solid rgba(232, 44, 47, 0.16);
}
.under-header-slider .links a.porndude {
  border: 1px solid rgba(125, 45, 20, 0.16);
  background: #fff8f5;
}
.under-header-slider .links a.porndude, .under-header-slider .links a.live-chat {
  padding: 8px 12px 8px;
  gap: 4px;
  text-transform: uppercase;
}
.filter-menu__bg[data-v-b9e377d4] {
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(24, 24, 27, 0.4784313725);
  position: fixed;
  top: 0;
  z-index: 999;
}
.filter-menu__container[data-v-b9e377d4] {
  display: flex;
  width: 100%;
  padding: 20px 16px 32px;
  position: fixed;
  bottom: -100vh;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  transition: bottom 0.25s ease-out;
}
.filter-menu__container h4[data-v-b9e377d4] {
  text-align: start;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(24, 24, 27, 0.4784313725);
  font-weight: 600;
}
.filter-menu__container .line[data-v-b9e377d4] {
  border-bottom: 1px solid rgba(24, 24, 27, 0.0784313725);
  padding-top: 8px;
  margin-bottom: 8px;
}
.filter-menu__container ul[data-v-b9e377d4] {
  list-style-type: none;
}
.filter-menu__container ul li[data-v-b9e377d4] {
  display: flex;
  justify-content: space-between;
  padding: 11px 8px;
  border-radius: 8px;
}
.filter-menu__container ul li .svg-icon[data-v-b9e377d4] {
  color: #18181B;
}
.filter-menu__container ul li[data-v-b9e377d4]:hover {
  background: rgba(24, 24, 27, 0.0784313725);
}
.filter-menu__container ul span[data-v-b9e377d4] {
  font-family: inherit;
  font-weight: 500;
}
.filter-menu__btn-close[data-v-b9e377d4] {
  font-family: inherit;
  height: 40px;
  padding: 15px 12px;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #181818;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 16px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  min-height: 100vh;
}

body {
  background: #FFF1F9;
  right: 0;
  color: #18181B;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-style: normal;
}

input,
button,
textarea {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
}

.uploaded__container input {
  -webkit-appearance: auto;
}

h1,
h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #18181B;
}

h4 {
  color: #18181B;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 4px 0 0 0;
  padding: 0;
  text-align: center;
}

[v-cloak] {
  visibility: hidden !important;
}

.grecaptcha-badge {
  display: none;
}

.app__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  transition: background 0.1s ease;
}

.age_verification .app__container {
  filter: blur(10px);
}

.age_verification {
  overflow: hidden;
}

.content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.content .wrapper {
  display: flex;
}
.content .wrapper-block {
  display: block;
}
.content .wrapper-column {
  flex-direction: column;
}
.content-block {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (max-width: 1024px) {
  .content-block {
    width: 100%;
  }
}

.d-flex {
  display: flex;
}

.aligns-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.wrapper {
  padding: 0 10px;
  width: 100%;
}
.wrapper--center {
  margin: auto;
}
@media (min-width: 1025px) {
  .wrapper_main {
    padding-left: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
  }
}

@media (max-width: 1024px) {
  .iRx9 {
    transform: scale(0.7) !important;
  }
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
  color: rgba(255, 255, 255, 0.4784313725);
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.no-avatar {
  background-image: url("/static/images/empty.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.no-avatar-v {
  background-image: url("/static/images/empty.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

.empty {
  background: rgba(90, 90, 90, 0.4196078431);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.seo {
  width: 100%;
  word-break: break-word;
  line-height: 140%;
  text-align: center;
}

.svg-icon {
  height: 20px;
  width: 20px;
  color: rgba(24, 24, 27, 0.4784313725);
  fill: rgba(24, 24, 27, 0.4784313725);
}

.logo {
  display: flex;
}
.logo .svg-icon-logo {
  width: 142px;
  height: 40px;
  margin: 8px 6px;
}

.tourist {
  display: inline;
  align-items: center;
  margin-left: 3px;
}

.tourist-icon {
  width: 18px;
  height: 18px;
  background: url("/static/images/tourist.svg") no-repeat;
  background-size: contain;
  display: inline-flex;
  vertical-align: text-bottom;
}

.support__email {
  display: inline-flex;
  font-style: normal;
  color: #18181B;
}

.main {
  flex-grow: 1;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .main {
    padding: 0 !important;
  }
}

.chevron {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  color: #f6f6f6;
}
.chevron_active {
  transform: rotate(-90deg);
}

.grecaptcha-badge {
  display: none;
}

.main_mobile {
  margin-top: 60px;
}

input {
  font-size: 16px;
}

.star .thumbs,
.site .thumbs,
.video-page__related .thumbs,
.wrapper-column .thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.star .thumbs .thumb,
.site .thumbs .thumb,
.video-page__related .thumbs .thumb,
.wrapper-column .thumbs .thumb {
  width: 24%;
  flex-grow: 1;
}
@media (max-width: 1095px) {
  .star .thumbs .thumb,
  .site .thumbs .thumb,
  .video-page__related .thumbs .thumb,
  .wrapper-column .thumbs .thumb {
    width: 32%;
  }
}
@media (max-width: 957px) {
  .star .thumbs .thumb,
  .site .thumbs .thumb,
  .video-page__related .thumbs .thumb,
  .wrapper-column .thumbs .thumb {
    width: 49%;
  }
}
@media (max-width: 895px) {
  .star .thumbs .thumb,
  .site .thumbs .thumb,
  .video-page__related .thumbs .thumb,
  .wrapper-column .thumbs .thumb {
    width: 48%;
  }
}
@media (max-width: 637px) {
  .star .thumbs .thumb,
  .site .thumbs .thumb,
  .video-page__related .thumbs .thumb,
  .wrapper-column .thumbs .thumb {
    width: 49%;
  }
}
@media (max-width: 430px) {
  .star .thumbs .thumb,
  .site .thumbs .thumb,
  .video-page__related .thumbs .thumb,
  .wrapper-column .thumbs .thumb {
    width: 100%;
  }
}

.star .thumbs,
.site .thumbs {
  justify-content: flex-start;
}
.star .thumbs .thumb,
.site .thumbs .thumb {
  flex-grow: 0;
}
@media (max-width: 850px) {
  .star,
  .site {
    align-items: center;
  }
  .star .card,
  .site .card {
    width: 100%;
  }
}
.star.content-block,
.site.content-block {
  display: flex;
}
@media (max-width: 850px) {
  .star.content-block,
  .site.content-block {
    flex-direction: column;
  }
}
.star.content-block .btn-min,
.site.content-block .btn-min {
  width: 100%;
  border-radius: 48px;
  height: 40px;
}
.star.content-block .btn-min .svg-icon,
.site.content-block .btn-min .svg-icon {
  width: 20px;
  height: 20px;
}
.star.content-block .btn-min span,
.site.content-block .btn-min span {
  font-size: 14px;
  text-transform: uppercase;
}
.star.content-block .btn-join,
.site.content-block .btn-join {
  background: rgba(232, 44, 47, 0.0784313725);
  box-shadow: none;
  color: #ED3A97;
}
.star.content-block .btn-join .svg-icon,
.site.content-block .btn-join .svg-icon {
  color: #ED3A97;
}
.star.content-block .btn-join:hover,
.site.content-block .btn-join:hover {
  background: #ED3A97;
  color: #fff;
  transition: background ease-in-out 300ms;
}
.star.content-block .btn-join:hover .svg-icon,
.site.content-block .btn-join:hover .svg-icon {
  color: #fff;
}

.stars,
.sites {
  position: relative;
  width: 100%;
}
.stars .dropdown-filter__list,
.sites .dropdown-filter__list {
  top: 97px;
}
.stars .thumbs,
.sites .thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-around;
}
.stars .thumbs .thumb,
.sites .thumbs .thumb {
  width: 16%;
}
@media (max-width: 1091px) {
  .stars .thumbs .thumb,
  .sites .thumbs .thumb {
    width: 19%;
  }
}
@media (max-width: 1047px) {
  .stars .thumbs .thumb,
  .sites .thumbs .thumb {
    width: 32%;
  }
}
@media (max-width: 637px) {
  .stars .thumbs .thumb,
  .sites .thumbs .thumb {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .stars .thumbs .thumb__statistics,
  .sites .thumbs .thumb__statistics {
    font-size: 14px;
  }
}
.stars .thumbs .thumb__title,
.sites .thumbs .thumb__title {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}
.stars .thumbs .thumb__info,
.sites .thumbs .thumb__info {
  gap: 2px;
}
@media (max-width: 768px) {
  .stars,
  .sites {
    padding: 0 8px;
  }
  .stars .thumb,
  .sites .thumb {
    border-radius: 12px;
  }
  .stars .thumb__img,
  .sites .thumb__img {
    border-radius: 8px;
  }
}

.thumbs--30 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.thumbs--30 .thumb {
  width: 24%;
}
@media (max-width: 1047px) {
  .thumbs--30 .thumb {
    width: 32%;
  }
}
@media (max-width: 957px) {
  .thumbs--30 .thumb {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .thumbs--30 .thumb {
    width: 98%;
  }
}

.live-chat-link {
  min-width: 290px;
  background: #18181B;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  color: #fff;
  margin: auto 8px;
  align-items: center;
  height: 32px;
}
.live-chat-link .svg-icon {
  fill: #ED3A97;
  color: #ED3A97;
  margin-right: 8px;
}

h5 {
  font-size: 12px;
  color: rgba(24, 24, 27, 0.4784313725);
  text-align: center;
}

.input {
  background: rgba(90, 90, 90, 0.4196078431);
  color: #f6f6f6;
  padding: 0 16px;
  border-radius: 4px;
}
.input::-moz-placeholder {
  color: #18181B;
}
.input::placeholder {
  color: #18181B;
}
.input--error {
  border: 1px solid #ff526c !important;
}

.input-block {
  width: 100%;
}

.input--invert {
  background: #FFF1F9;
}

.btn {
  background: #ED3A97;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition: background ease-in-out 300ms;
  cursor: pointer;
  height: 48px;
  color: #f6f6f6;
  border-radius: 10px;
  font-size: 16px;
  gap: 8px;
  box-shadow: 0 0 1px #18181B;
  transition: box-shadow 0.3s;
}
.btn:disabled {
  cursor: no-drop;
}
.btn:hover {
  transition: background ease-in-out 300ms;
  background: #ED3A97;
}
.btn:focus {
  box-shadow: 0px 10px 20px rgba(40, 39, 48, 0.22);
}

.show-more-btn {
  width: 100%;
  border-radius: 48px;
  height: 40px;
  background: rgba(237, 58, 151, 0.0784313725);
  box-shadow: none;
  color: #ED3A97;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 8px;
  transition: background ease-in-out 300ms;
}
.show-more-btn:hover {
  color: #f6f6f6;
  background: linear-gradient(0deg, rgba(50, 12, 32, 0.12) 0%, rgba(50, 12, 32, 0.12) 100%), #ED3A97;
  transition: background ease-in-out 300ms;
}

.btn-accent {
  background: #ED3A97 !important;
  color: #fff !important;
  border: 1px solid #ED3A97;
}

.btn-accent-text {
  color: #f6f6f6;
}
.btn-accent-text .svg-icon {
  fill: #f6f6f6;
  color: #f6f6f6;
}

.no-touch .btn:hover {
  background: linear-gradient(0deg, rgba(50, 12, 32, 0.12) 0%, rgba(50, 12, 32, 0.12) 100%), #ED3A97 !important;
  color: #fff !important;
}
.no-touch .btn:hover .svg-icon {
  color: #fff;
}

.form-row {
  width: 100%;
  margin-top: 12px;
}
.form-row .input,
.form-row .textarea textarea {
  width: 100%;
}
.form-row.error .input,
.form-row.error .textarea,
.form-row.error .select .select-label {
  border-color: #ff526c;
}
.form-row label {
  margin-bottom: 4px;
  display: block;
}
.form-row .error {
  color: #ff526c;
  font-size: 10px;
}
.form-flex {
  display: flex;
}
.form-col {
  flex-grow: 1;
  width: 100%;
  margin: 0 5px;
  min-width: 0;
}
.form-col:first-child {
  margin-left: 0;
}
.form-col:last-child {
  margin-right: 0;
}
.form-button {
  background: #ED3A97;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition: background ease-in-out 300ms;
  cursor: pointer;
  height: 48px;
  color: #f6f6f6;
  border-radius: 10px;
  font-size: 16px;
  gap: 8px;
}
.form-button:disabled {
  cursor: no-drop;
}
.form-button:hover {
  transition: background ease-in-out 300ms;
  background: #ED3A97;
}
.form .select {
  height: 48px;
}
.form .select:disabled {
  cursor: not-allowed;
}
.form .input {
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
}

.select {
  position: relative;
}
.select.open .select__label::after {
  transform: rotate(270deg);
}
.select.disabled .select__label {
  opacity: 0.5;
  cursor: no-drop;
}
.select-right .select__list {
  right: 0;
}
.select__label {
  background: #FFF1F9;
  color: #18181B;
  height: 48px;
  padding: 0 24px;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
}
.select__label .label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select__label .label .flag {
  margin-right: 5px;
  vertical-align: sub;
}
.select__label .label--letter {
  text-transform: uppercase;
}
.select__label .svg-icon-chevron {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  color: #ED3A97;
  margin-left: 4px;
}
.select__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  right: -5px;
  max-height: 300px;
  background: #FFF1F9;
  box-shadow: 0px 10px 20px rgba(40, 39, 48, 0.22);
  z-index: 2;
  overflow-y: auto;
  border-radius: 10px;
  padding: 8px;
  margin-top: 8px;
  min-width: 125px;
  max-width: 260px;
}
.select__list::-webkit-scrollbar {
  width: 4px;
  background: rgba(90, 90, 90, 0.4196078431);
}
.select__list::-webkit-scrollbar-thumb {
  background: #18181B;
  border-radius: 2px;
}
@media (max-width: 428px) {
  .select__list {
    max-width: 100%;
  }
}
.select__list .search-row {
  padding: 10px 10px 5px;
}
.select__list .search-row > .input {
  width: 100%;
}
.select__list .list {
  flex-grow: 1;
}
.select__list .list-flag {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.select__list .list::-webkit-scrollbar {
  width: 8px;
  background: none;
  padding-right: 3px;
}
.select__list .list::-webkit-scrollbar-thumb {
  margin-right: 3px;
  background: rgba(90, 90, 90, 0.4196078431);
  border-radius: 2px;
}
.select__list ul {
  list-style: none;
  color: #18181B;
  margin: 0 !important;
  border-radius: 4px;
}
.select__list ul .divider {
  line-height: 1px;
  height: 1px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.0784313725);
}
.select__list ul li {
  white-space: nowrap;
  padding: 8px 24px 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.select__list ul li i {
  margin-right: 8px;
}
@media (max-width: 428px) {
  .select__list ul li {
    white-space: normal;
  }
}
.select__list ul li:hover {
  background: #FFF1F9;
}

.headline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 14px;
  margin-top: 16px;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .headline {
    margin-top: 12px;
    padding-bottom: 12px;
  }
}
.headline h1,
.headline h2 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  font-size: 22px;
  font-weight: 600;
}
.headline .see_more {
  font-size: 14px;
}
.headline .buttons,
.headline .search {
  display: flex;
  align-items: center;
}
.headline--border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.headline--empty {
  min-height: 28px;
  background: rgba(90, 90, 90, 0.4196078431);
  max-width: 300px;
  width: 100%;
}
.headline--column {
  flex-direction: column;
  align-items: flex-start;
}
.headline--column .buttons {
  width: 100%;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.component-fade-enter-active,
.component-fade-leave-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.rotate-animation {
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.animation-rotate {
  animation: rotate 1s linear infinite;
}

.mode-fade-enter-active,
.mode-fade-leave-active {
  transition: opacity 0.5s ease;
}

.mode-fade-enter-from,
.mode-fade-leave-to {
  opacity: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 80;
}
.thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media (max-width: 768px) {
.thumbs {
    margin: 0;
}
}
@media (max-width: 428px) {
.thumbs {
    margin: 0;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.thumbs--30 .thumb:nth-child(29), .thumbs--30 .thumb:nth-child(30) {
    display: none;
}
}
@media (min-width: 769px) {
.thumbs--related .thumb {
    width: 25%;
}
}
@media (min-width: 1025px) {
.thumbs--related .thumb {
    width: 20%;
}
}
.thumbs--error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 32px 0;
}
.thumbs--error .svg-icon {
  width: 40px;
  height: 40px;
  color: #ED3A97;
  margin-bottom: 8px;
}
.thumbs-member {
  gap: 8px;
}
.thumbs-member .thumb {
  width: 24%;
}
@media (max-width: 1227px) {
.thumbs-member .thumb {
    width: 32%;
}
}
@media (max-width: 1000px) {
.thumbs-member .thumb {
    width: 49%;
}
}
@media (max-width: 414px) {
.thumbs-member .thumb {
    width: 100%;
}
}
@media (max-width: 850px) {
.thumbs-member .thumb__title, .thumbs-member .thumb__statistics {
    margin: 0;
    padding: 4px;
}
}
.btn-delete {
  position: absolute;
  padding: 8px;
  background: rgba(24, 24, 27, 0.4784313725);
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.btn-delete:hover {
  background: #18181B;
}
.thumb {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  border-radius: 16px;
  border-top: 12px;
  background: #fff;
}
.thumb__statistics-item_zero {
  color: #18181B !important;
}
.thumb__statistics-item_zero svg {
  color: #18181B !important;
}
.thumb__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thumb__img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  padding-top: 56.25%;
}
.thumb__img--empty {
  background: rgba(90, 90, 90, 0.4196078431);
}
.thumb__img .country {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
}
.thumb__img IMG {
  position: absolute;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.thumb__title {
  color: #18181B;
  text-transform: none;
  margin: 8px 12px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 30px;
  padding-bottom: 2px;
}
@media (max-width: 500px) {
.thumb__title {
    font-size: 16px;
    line-height: 135%;
}
}
.thumb__title--empty {
  background-color: rgba(90, 90, 90, 0.4196078431);
  min-height: 20px;
}
.thumb__statistics {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 12px;
  color: rgba(24, 24, 27, 0.4784313725);
}
.thumb__statistics .separator {
  width: 2px;
  height: 2px;
}
.thumb__statistics .svg-icon {
  width: 12px;
  height: 12px;
}
.thumb__statistics .channel-user-stars,
.thumb__statistics .views {
  display: flex;
  align-items: center;
  gap: 4px;
}
.thumb__statistics .channel-user-stars .channel,
.thumb__statistics .channel-user-stars .user,
.thumb__statistics .channel-user-stars .star,
.thumb__statistics .views .channel,
.thumb__statistics .views .user,
.thumb__statistics .views .star {
  display: flex;
  gap: 4px;
  align-items: center;
}
.thumb__statistics .channel-user-stars .channel span,
.thumb__statistics .channel-user-stars .user span,
.thumb__statistics .channel-user-stars .star span,
.thumb__statistics .views .channel span,
.thumb__statistics .views .user span,
.thumb__statistics .views .star span {
  color: #18181B;
}
.thumb__statistics .channel-user-stars .channel .svg-icon,
.thumb__statistics .channel-user-stars .user .svg-icon,
.thumb__statistics .channel-user-stars .star .svg-icon,
.thumb__statistics .views .channel .svg-icon,
.thumb__statistics .views .user .svg-icon,
.thumb__statistics .views .star .svg-icon {
  color: #ED3A97;
  fill: #ED3A97;
}
.thumb .duration-dimension {
  position: absolute;
  display: flex;
  gap: 4px;
  color: #fff;
  bottom: 8px;
  right: 8px;
}
.thumb .duration-dimension span {
  border-radius: 16px;
  padding: 2px 6px 3px;
  font-size: 14px;
  line-height: 16px;
  background: #1b1b1b;
  font-weight: 600;
}
.thumb .duration-dimension span:last-child {
  background: rgba(24, 24, 27, 0.4784313725);
  font-weight: 400;
}
.thumb__buttons {
  top: 4px;
  left: 4px;
  position: absolute;
  display: flex;
  visibility: hidden;
  z-index: 2;
}
.thumb__buttons button {
  background: #ED3A97;
  border-radius: 10px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 4px;
}
.thumb__buttons button .svg-icon {
  width: 16px;
  height: 16px;
  color: #fff;
}
.thumb .t5Fid0:not(.LkHid) ~ .thumb__buttons {
  visibility: visible;
}
.t5Fid0 {
  z-index: 1 !important;
  width: 101% !important;
  height: 101% !important;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  list-style: none;
}
.pagination .pagination-inner {
  display: flex;
  list-style: none;
  gap: 4px;
}
.pagination button {
  cursor: pointer;
  transition: 0.5s;
}
.pagination button:hover {
  background: #ED3A97;
}
.pagination li {
  border-radius: 50%;
}
.pagination li:hover a:not(.current) {
  border: 1px solid #ED3A97;
}
.pagination li button,
.pagination li a {
  background: #fff;
  color: #18181B;
  border-radius: 999px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  text-align: center;
  line-height: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
}
.pagination li button.current,
.pagination li a.current {
  border: 1px solid #ED3A97;
  pointer-events: none;
}
.pagination li button.current:hover,
.pagination li a.current:hover {
  background: #181818;
  color: #fff;
}
@media (max-width: 428px) {
.pagination li button.current,
  .pagination li a.current {
    display: flex;
}
}
@media (max-width: 428px) {
.pagination li button.current-near,
  .pagination li a.current-near {
    display: flex;
}
}
.pagination a {
  background: #fff;
  color: #18181B;
  border-radius: 999px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  text-align: center;
  line-height: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
}
@media (max-width: 428px) {
.pagination a {
    display: none;
}
}
.pagination a.next, .pagination a.prev, .pagination a.first {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: background ease-in-out 300ms;
}
.pagination a.next .svg-icon, .pagination a.prev .svg-icon, .pagination a.first .svg-icon {
  color: #f6f6f6;
  margin-left: 2px;
}
@media (max-width: 428px) {
.pagination a.next, .pagination a.prev, .pagination a.first {
    display: flex;
}
}
.pagination .next .svg-icon {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 2px;
}
.pagination .prev,
.pagination .next {
  text-transform: uppercase;
  display: flex;
  height: 48px;
  max-width: 102px;
  width: 102px;
  padding: 14px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 48px;
  background: #ED3A97;
  color: #fff;
  transition: background ease-in-out 300ms;
  margin: 0 8px;
}
.pagination .prev:hover,
.pagination .next:hover {
  background: linear-gradient(0deg, rgba(50, 12, 32, 0.12) 0%, rgba(50, 12, 32, 0.12) 100%), #ED3A97;
}
.pagination .prev span,
.pagination .next span {
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
}
.pagination .blocked {
  background: rgba(24, 24, 27, 0.1215686275);
  pointer-events: none;
}
.spinner {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: text-bottom;
  background-color: #18181B;
  border-radius: 50%;
  margin: 0 4px;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
@keyframes spinner-grow {
0% {
    transform: scale(0);
}
50% {
    opacity: 1;
    transform: none;
}
}
.index-content .thumbs {
  justify-content: center;
}
.disabled {
  opacity: rgba(24, 24, 27, 0.4784313725);
}
.pagination-disabled {
  display: none;
}
.tab-buttons {
  display: flex;
  gap: 10px;
}
.see-more-wrapper {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start[data-v-8431bbdc] {
    justify-content: flex-start;
}

.dropdown-filter {
  height: 40px;
  border-radius: 48px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.dropdown-filter__btn {
  border: none;
  outline: none;
  padding: 8px 12px;
  font-family: inherit;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
}
.dropdown-filter__btn .svg-icon-caret-down {
  color: #1b1b1b;
  fill: #1b1b1b;
}
.dropdown-filter__btn_mobile {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.dropdown-filter__list {
  display: none;
  position: absolute;
  top: 45px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(24, 24, 27, 0.08), 0px 4px 6px -2px rgba(24, 24, 27, 0.03);
  z-index: 1;
  padding: 8px;
}
.dropdown-filter__list button {
  color: inherit;
  padding: 11px 8px;
  text-decoration: none;
  display: flex;
  gap: 4px;
  align-items: center;
  text-align: left;
  font-size: 14px;
  transition: 0.2s;
  width: 100%;
}
.dropdown-filter__list button:hover {
  background: rgba(24, 24, 27, 0.0784313725);
  border-radius: 8px;
}
.search__container[data-v-87564dce] {
  position: relative;
  width: 750px;
}
@media (max-width: 850px) {
.search__container[data-v-87564dce] {
    width: 90vw;
}
}
.search__container button[data-v-87564dce] {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 12px;
}
.search__container button .svg-icon[data-v-87564dce] {
  width: 20px;
  height: 20px;
}
.search__container input[data-v-87564dce] {
  width: 100%;
  height: 40px;
  border-radius: 48px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  background: #fff;
  padding-left: 40px;
}
div[data-v-3a86191f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
  margin-bottom: 136px;
}
div svg[data-v-3a86191f] {
  width: 40px;
  height: 40px;
}
div span[data-v-3a86191f] {
  font-size: 28px;
  font-weight: 600;
}
.search-filter {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 24px 0;
}
.card__list {
  background: rgba(90, 90, 90, 0.4196078431);
  list-style: none;
  padding: 20px;
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
}
@media (max-width: 428px) {
.card__list {
    padding: 12px;
}
}
.card__list li {
  color: #18181B;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  word-break: break-word;
}
.card__list li > .title {
  color: #f6f6f6;
  margin-right: 8px;
  align-self: baseline;
  white-space: nowrap;
}
.card__list li i {
  display: inline-block;
  vertical-align: sub;
}
.card__list li .country {
  margin-left: 8px;
}
.card__list li .flag {
  margin: 0 4px 0;
}
.card__list li a {
  color: #ED3A97;
}
.card__list--categories .tag__item {
  margin-bottom: 4px;
  flex: none;
}
.card__list--categories .tag__item a {
  background: #FFF1F9;
}
.card__list :first-child {
  margin-top: 0;
}
.card__list--error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 32px 0;
}
.card__list--error .svg-icon {
  width: 40px;
  height: 40px;
  color: #ED3A97;
  margin-bottom: 8px;
}
.videos__container {
  width: 100%;
}
.videos__container .headline {
  flex-wrap: nowrap;
}
.videos__container .headline {
  flex-wrap: nowrap;
}
.videos__container .page-loader .loader__container {
  margin-top: 10rem;
}
@media (max-width: 850px) {
.videos__container .page-loader .loader__container {
    margin-top: 0;
}
}
.rating {
  color: #18181B;
  text-transform: none;
  position: relative;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
.rating {
    width: 100%;
}
}
@media (max-width: 500px) {
.rating {
    gap: 4px;
}
}
.rating .raiting-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  color: #000000;
  padding: 6px 12px;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
}
.rating .like,
.rating .dislike {
  cursor: pointer;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
.rating .dislike .svg-icon {
  transform: rotate(-180deg);
}
.rating .likes-dislikes__container {
  display: flex;
}
.rating .likes-dislikes__container .like {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rating .likes-dislikes__container .dislike {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rating .svg-icon {
  color: #18181B;
}
.container[data-v-3978dd8e] {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.18px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.container .separator[data-v-3978dd8e] {
  width: 1px;
  height: 32px;
  margin: 8px 0;
  background: rgba(24, 24, 27, 0.0784313725);
}
.container .videos-count[data-v-3978dd8e] {
  color: rgba(24, 24, 27, 0.4784313725);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.09px;
}
.container div[data-v-3978dd8e]:has(.channel-title) {
  max-width: 270px;
}
.container .channel-title[data-v-3978dd8e] {
  display: flex;
  gap: 4px;
}
.container .channel-title .svg-icon[data-v-3978dd8e] {
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
}
.container .channel-title span[data-v-3978dd8e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .btns[data-v-3978dd8e] {
  display: flex;
  gap: 8px;
}
.container .subscribe[data-v-3978dd8e] {
  background: rgba(232, 44, 47, 0.0784313725);
  border-radius: 48px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .subscribe_mobile[data-v-3978dd8e] {
  display: none;
}
.container .join-now[data-v-3978dd8e] {
  border-radius: 48px;
  align-items: center;
  background: #ED3A97;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 16px;
}
.container .join-now span[data-v-3978dd8e] {
  font-size: 14px;
  font-weight: 600;
}
.container .join-now .svg-icon[data-v-3978dd8e] {
  color: #fff;
  fill: #fff;
}
.container .join-now_mobile[data-v-3978dd8e] {
  display: none;
  justify-content: center;
}
.container .livecam-btn[data-v-3978dd8e] {
  display: flex;
  height: 40px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 48px;
  background: #18181B;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.container .livecam-btn_mobile[data-v-3978dd8e] {
  display: none;
  justify-content: center;
}
.container .livecam-btn_mobile .container[data-v-3978dd8e] {
  margin: 0;
}
@media (max-width: 890px) {
.container[data-v-3978dd8e] {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    align-items: normal;
}
.container .studio__container[data-v-3978dd8e] {
    display: flex;
    justify-content: space-between;
}
.container .btns[data-v-3978dd8e] {
    border-left: none;
    padding: 0;
}
.container .subscribe[data-v-3978dd8e] {
    display: none;
}
.container .subscribe_mobile[data-v-3978dd8e] {
    display: flex;
}
.container .join-now[data-v-3978dd8e],
  .container .livecam-btn[data-v-3978dd8e] {
    display: none;
}
.container .join-now_mobile[data-v-3978dd8e],
  .container .livecam-btn_mobile[data-v-3978dd8e] {
    display: flex;
}
.container .separator[data-v-3978dd8e] {
    display: none;
}
}
.video-info {
  padding: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 890px) {
.video-info {
    flex-direction: column;
}
}
.video-info .headline {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-info__actions {
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.video-info__items {
  position: relative;
  margin-top: 8px;
}
.video-info__item {
  margin-bottom: calc(8px / 2);
  display: flex;
  flex-wrap: wrap;
}
.video-info__item--label {
  color: #18181B;
  margin-right: 8px;
  align-items: center;
  display: flex;
  text-transform: capitalize;
}
.video-info__item h2 {
  line-height: 20px;
}
.video-info__item h2 span {
  font-weight: normal;
  text-transform: capitalize;
  margin-left: 8px;
  display: inline-block;
}
.video-info__item h2 a span {
  margin-left: 0;
}
.video-info__item a {
  color: #ED3A97;
  white-space: nowrap;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
.video-info__item a .svg-icon {
  color: #f6f6f6;
  margin-left: 8px;
  width: 14px;
  height: 14px;
}
.video-info__item a span {
  margin-right: 4px;
}
.video-info__item--list {
  display: flex;
  flex-wrap: wrap;
}
.video-info__item--hidden {
  display: none;
}
.video-info__stats span,
.video-info__stats a {
  font-size: 14px;
  color: #18181B;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.video-info__stats span:after,
.video-info__stats a:after {
  content: "";
  display: inline-flex;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #18181B;
  margin: 0 12px;
}
.video-info__stats a {
  color: #ED3A97;
}
.video-info__stats :last-child:after {
  display: none;
}
.video-info .video-info__item h2 {
  font-size: 14px;
}
.video-info .livecam-btn {
  display: flex;
  height: 40px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 48px;
  background: #18181B;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
:root {
  --player-color: #ff0000;
}
.ktk-videoplayer {
  position: relative;
  height: 100%;
  width: 100%;
}
.ktk-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ktk-loading-icon {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: ktkLoading linear 2s infinite;
          animation: ktkLoading linear 2s infinite;
}
@-webkit-keyframes ktkLoading {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes ktkLoading {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.jwplayer video {
  outline: none;
}
.jwplayer.jw-state-idle .jw-media:hover ~ .jw-controls .jw-display-icon-display .jw-icon-display,
.jwplayer .jw-display-icon-display .jw-icon-display:hover {
  background: #ff0000;
  background: var(--player-color);
}
.jwplayer .jw-controls-backdrop {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(33%, rgba(0, 0, 0, 0)), color-stop(77%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0.4) 100%);
}
.jwplayer.jw-flag-ads .jw-controls-backdrop {
  background: transparent;
}
.jwplayer .jw-icon-airplay {
  display: none !important;
}
.jwplayer .jw-skip {
  height: 2.5em;
}
.jwplayer .jw-skip .jw-text {
  font-size: 19px;
}
.jwplayer .jw-time-tip {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jwplayer .jw-time-tip .jw-text {
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 0 5px black;
}
.jwplayer .jw-time-tip::after {
  display: none;
}
.jwplayer .jw-time-thumb {
  border: 2px solid #fff;
}
.jwplayer .jw-controlbar {
  z-index: 2;
}
.jwplayer .jw-controls.jw-settings-open .jw-slider-time {
  pointer-events: none;
}
.jwplayer.jw-state-idle .jw-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.jwplayer.jw-flag-ads .jw-controls .jw-icon-display {
  display: none;
}
.jwplayer.jw-state-idle .jw-controls {
  background: none;
}
.jwplayer.jw-state-idle .jw-icon-airplay {
  display: none !important;
}
.jwplayer.jw-flag-touch.jw-state-paused .jw-display-controls .jw-display-icon-container {
  display: block;
}
.jwplayer.jw-stretch-uniform .jw-media video {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.jw-custom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 36px;
  background-color: rgba(50, 50, 50, 0.7);
  border-radius: 3px;
  color: #fff;
  pointer-events: all;
  cursor: pointer;
}
.jw-custom-btn .jw-tooltip {
  bottom: 2px;
  right: calc(100% + 10px);
  background: #fff;
  padding: 10px;
  line-height: 1;
  display: none;
}
.jw-custom-btn .jw-tooltip::after {
  content: "";
  top: 18px;
  position: absolute;
  left: calc(100% - 2px);
  height: 10px;
  width: 10px;
  border-radius: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 75% 50%;
          transform-origin: 75% 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.jw-custom-btn .jw-tooltip .jw-text {
  color: #000;
}
.jw-custom-btn:hover .jw-tooltip {
  display: block;
}
.jw-download-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.jw-channel-btn {
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 2;
  padding: 0 7px;
  width: auto;
  line-height: 1;
  display: none;
}
.jw-breakpoint--1 .jw-channel-btn, .jw-breakpoint-0 .jw-channel-btn, .jw-breakpoint-1 .jw-channel-btn, .jw-breakpoint-2 .jw-channel-btn {
  top: 7px;
  right: 7px;
}
.jw-embed-player .jw-channel-btn {
  top: 48px;
  right: unset;
  left: 20px;
  height: 32px;
}
.jw-embed-player.jw-breakpoint--1 .jw-channel-btn, .jw-embed-player.jw-breakpoint-0 .jw-channel-btn, .jw-embed-player.jw-breakpoint-1 .jw-channel-btn, .jw-embed-player.jw-breakpoint-2 .jw-channel-btn {
  top: 32px;
  left: 10px;
  right: unset;
}
.jw-state-paused .jw-channel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-state-idle .jw-channel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-state-complete .jw-channel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-state-playing:not(.jw-flag-user-inactive) .jw-channel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-channel-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1 !important;
}
.jw-channel-btn-link::before {
  content: "AD";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: red;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  line-height: 1;
  margin-right: 5px;
}
.jwplayer.jw-opened-related .jw-download-btn, .jwplayer.jw-flag-ads .jw-download-btn {
  display: none !important;
}
.jw-related-toggle-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: none;
}
.jw-related-toggle-button svg {
  width: 20px;
  height: 20px;
}
.jw-state-paused .jw-related-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-state-idle .jw-related-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-state-complete .jw-related-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-state-playing:not(.jw-flag-user-inactive) .jw-related-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-breakpoint--1 .jw-related-toggle-button {
  display: none !important;
}
.jw-breakpoint-0 .jw-related-toggle-button {
  display: none !important;
}
.jw-breakpoint-1 .jw-related-toggle-button {
  display: none !important;
}
.jw-breakpoint-2 .jw-related-toggle-button {
  display: none !important;
}
.jw-related {
  width: 100%;
  position: absolute;
  background: rgba(50, 50, 50, 0.7);
  bottom: 70px;
  left: 0;
  overflow: hidden;
  padding: 10px 15px 15px;
  pointer-events: all;
  display: none;
  z-index: 1;
}
.jw-related-header {
  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;
  font-size: 14px;
  color: #fff;
}
.jw-related-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.8;
}
.jw-related-close:hover {
  opacity: 1;
}
.jw-related-container {
  position: relative;
}
.jw-related-container-prev, .jw-related-container-next {
  z-index: 2;
  position: absolute;
  top: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  cursor: pointer;
}
.jw-related-container-prev:hover, .jw-related-container-next:hover {
  background: #ff0000;
  background: var(--player-color);
}
.jw-related-container-prev {
  left: -10px;
}
.jw-related-container-next {
  right: -10px;
}
.jw-related-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.jw-related-carousel::-webkit-scrollbar {
  display: none;
}
.jw-related-scrollbar {
  margin-top: 10px;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.jw-related-scrollbar-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}
.jw-state-idle .jw-related {
  bottom: 0;
}
.jw-timeline-hovered .jw-related {
  opacity: 0.4;
}
.jw-related-video {
  width: 16.6666666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jw-related-video-img {
  padding-top: 56.25%;
  background-size: cover;
  position: relative;
}
.jw-related-video-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jw-related-video-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
}
.jw-related-video-hover .jw-related-video-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.jw-related-video-hover .jw-related-video-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 1px 4px;
  background: #000;
  font-size: 10px;
  border-radius: 3px;
}
.jw-related-video:hover .jw-related-video-hover {
  opacity: 1;
}
.jw-breakpoint-5 .jw-related-video {
  width: 20%;
}
.jw-breakpoint-4 .jw-related-video {
  width: 20%;
}
.jw-breakpoint-3 .jw-related-video {
  width: 25%;
}
.jw-breakpoint-2 .jw-related-video {
  width: 33.3333333333%;
}
.jw-breakpoint-1 .jw-related-video {
  width: 50%;
}
.jw-breakpoint-0 .jw-related-video {
  width: 50%;
}
.jw-breakpoint--1 .jw-related-video {
  width: 50%;
}
.jw-related-all-videos {
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  padding: 0 10px;
}
.jw-related-all-videos svg {
  margin-left: 5px;
}
.jw-breakpoint--1 .jw-related-all-videos {
  font-size: 14px;
}
.jw-breakpoint-0 .jw-related-all-videos {
  font-size: 14px;
}
.jw-breakpoint-1 .jw-related-all-videos {
  font-size: 14px;
}
.jw-breakpoint-2 .jw-related-all-videos {
  font-size: 14px;
}
.jw-breakpoint-3 .jw-related-all-videos {
  font-size: 14px;
}
.jw-breakpoint-4 .jw-related-all-videos {
  font-size: 14px;
}
.jw-related-all-videos:hover {
  border-color: rgb(255, 255, 255);
}
.jw-breakpoint-2.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none !important;
}
.jw-breakpoint-1.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none !important;
}
.jw-breakpoint-0.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none !important;
}
.jw-breakpoint--1.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none !important;
}
.jwplayer.jw-opened-related:not(.jw-state-playing) .jw-related {
  display: block;
}
.jwplayer.jw-opened-related .jw-display-controls {
  margin-top: -110px;
}
.jw-settings-open .jw-related {
  opacity: 0.7;
  pointer-events: none;
}
.jwplayer .jw-next-video {
  position: absolute;
  background: rgba(50, 50, 50, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.jwplayer .jw-next-video-container {
  width: 340px;
}
.jw-breakpoint-1.jwplayer .jw-next-video-container {
  width: 300px;
}
.jwplayer .jw-next-video-top {
  margin-top: 15px;
}
.jwplayer .jw-next-video-timer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.jwplayer .jw-next-video-timer span {
  color: #fff;
  font-weight: 600;
}
.jwplayer .jw-next-video-thumb {
  position: relative;
  width: 100%;
}
.jwplayer .jw-next-video-thumb img {
  width: 100%;
}
.jwplayer .jw-next-video-thumb span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 5px;
}
.jwplayer .jw-next-video-title {
  color: #fff;
  margin-top: 15px;
}
.jwplayer .jw-next-video-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.jwplayer .jw-next-video-buttons button {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgb(50, 50, 50);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
}
.jwplayer .jw-next-video-buttons button:last-child {
  margin-left: 10px;
}
.jwplayer .jw-next-video-buttons button:hover {
  background: #ff0000;
  background: var(--player-color);
}
.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
  width: 60%;
}
.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
  width: 60%;
}
.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
  width: 70%;
}
.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (orientation: landscape) {
.jw-breakpoint-5.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint-5.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint-5.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.jw-breakpoint-4.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint-4.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint-4.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.jw-breakpoint-3.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint-3.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint-3.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.jw-breakpoint-2.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint-2.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint-2.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.jw-breakpoint-1.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint-1.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint-1.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.jw-breakpoint-0.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint-0.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint-0.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.jw-breakpoint--1.jwplayer .jw-next-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jw-breakpoint--1.jwplayer .jw-next-video-wrapper .jw-next-video-top {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.jw-breakpoint--1.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
.jwplayer .jw-logo {
  margin: 0;
  padding: 15px;
  background: rgba(50, 50, 50, 0.3);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  bottom: 20px;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  white-space: nowrap;
}
.jwplayer .jw-logo img {
  height: 16px;
  margin-left: 10px;
}
.jwplayer.jw-breakpoint-7 .jw-logo {
  font-size: 16px;
}
.jwplayer.jw-breakpoint-7 .jw-logo img {
  height: 20px;
}
.jwplayer.jw-breakpoint-6 .jw-logo {
  font-size: 16px;
}
.jwplayer.jw-breakpoint-6 .jw-logo img {
  height: 20px;
}
.jwplayer.jw-breakpoint-2 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px;
}
.jwplayer.jw-breakpoint-2 .jw-logo img {
  height: 10px;
  margin-left: 5px;
}
.jwplayer.jw-breakpoint-1 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px;
}
.jwplayer.jw-breakpoint-1 .jw-logo img {
  height: 10px;
  margin-left: 5px;
}
.jwplayer.jw-breakpoint-0 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px;
}
.jwplayer.jw-breakpoint-0 .jw-logo img {
  height: 10px;
  margin-left: 5px;
}
.jwplayer.jw-breakpoint--1 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px;
}
.jwplayer.jw-breakpoint--1 .jw-logo img {
  height: 10px;
  margin-left: 5px;
}
.jwplayer.jw-state-idle.jw-embed-player .jw-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jwplayer.jw-opened-related .jw-logo {
  display: none !important;
}
.jwplayer .jw-title {
  width: auto;
  padding: 20px 20px 0;
  max-width: calc(100% - 55px);
  pointer-events: all;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.jwplayer .jw-title-primary {
  padding: 0;
  opacity: 0.9;
  display: none;
}
.jwplayer .jw-title-primary:not(:empty) {
  margin-bottom: 10px;
}
.jwplayer .jw-title-primary:hover {
  opacity: 1;
}
.jwplayer .jw-title-primary a {
  color: #fff;
}
.jwplayer .jw-title-secondary {
  padding: 0;
  margin: 0;
  opacity: 0.9;
  display: none;
  font-size: 14px;
}
.jwplayer .jw-title-secondary span {
  display: inline-block;
  padding: 5px;
  background: #ff0000;
  background: var(--player-color);
  color: #fff;
  border-radius: 3px;
}
.jwplayer .jw-title-secondary:hover {
  opacity: 1;
}
.jwplayer.jw-breakpoint-6 .jw-title-primary {
  font-size: 21px;
}
.jwplayer.jw-breakpoint-5 .jw-title-primary {
  font-size: 19px;
}
.jwplayer.jw-breakpoint-4 .jw-title-primary {
  font-size: 19px;
}
.jwplayer.jw-breakpoint-3 .jw-title-primary {
  font-size: 17px;
}
.jwplayer.jw-breakpoint-2 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0;
}
.jwplayer.jw-breakpoint-2 .jw-title-primary {
  font-size: 15px;
}
.jwplayer.jw-breakpoint-2 .jw-title-secondary {
  font-size: 12px;
}
.jwplayer.jw-breakpoint-1 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0;
}
.jwplayer.jw-breakpoint-1 .jw-title-primary {
  font-size: 14px;
}
.jwplayer.jw-breakpoint-1 .jw-title-secondary {
  font-size: 12px;
}
.jwplayer.jw-breakpoint-0 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0;
}
.jwplayer.jw-breakpoint-0 .jw-title-primary {
  font-size: 14px;
}
.jwplayer.jw-breakpoint-0 .jw-title-secondary {
  font-size: 12px;
}
.jwplayer.jw-breakpoint--1 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0;
}
.jwplayer.jw-breakpoint--1 .jw-title-primary {
  font-size: 14px;
}
.jwplayer.jw-breakpoint--1 .jw-title-secondary {
  font-size: 12px;
}
.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title {
  display: block;
}
.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title-primary {
  display: block;
}
.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title-secondary {
  display: block;
}
.jwplayer.jw-state-idle .jw-title {
  display: block;
}
.jwplayer.jw-state-idle .jw-title-primary {
  display: block;
}
.jwplayer.jw-state-idle .jw-title-secondary {
  display: block;
}
.jwplayer.jw-state-paused .jw-title {
  display: block;
}
.jwplayer.jw-state-paused .jw-title-primary {
  display: block;
}
.jwplayer.jw-state-paused .jw-title-secondary {
  display: block;
}
.jwplayer.jw-state-completed .jw-title {
  display: block;
}
.jwplayer.jw-state-completed .jw-title-primary {
  display: block;
}
.jwplayer.jw-state-completed .jw-title-secondary {
  display: block;
}
.jwplayer.jw-flag-ads .jw-title {
  display: none !important;
}
.jwplayer .jw-display-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jwplayer .jw-display-icon-container {
  padding: 0;
}
.jwplayer .jw-display-icon-container .jw-svg-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.jwplayer .jw-display-icon-container .jw-icon-display {
  position: relative;
  background: rgba(50, 50, 50, 0.3);
  border-radius: 50%;
  margin: 0 10px;
  padding: 5px;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.jwplayer .jw-display-icon-container .jw-icon-display:disabled {
  opacity: 0.3;
}
.jwplayer .jw-display-icon-container .jw-icon-display .time {
  position: absolute;
  top: -35px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000000;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.jwplayer.jw-breakpoint-5 .jw-display-icon-container .jw-icon-display {
  width: 70px;
  height: 70px;
}
.jwplayer.jw-breakpoint-4 .jw-display-icon-container .jw-icon-display {
  width: 60px;
  height: 60px;
}
.jwplayer.jw-breakpoint-3 .jw-display-icon-container {
  margin: 0 15px;
}
.jwplayer.jw-breakpoint-3 .jw-display-icon-container .jw-icon-display {
  width: 50px;
  height: 50px;
}
.jwplayer.jw-breakpoint-3 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px;
}
.jwplayer.jw-breakpoint-2 .jw-display-icon-container {
  margin: 0 10px;
}
.jwplayer.jw-breakpoint-2 .jw-display-icon-container .jw-icon-display {
  width: 50px;
  height: 50px;
}
.jwplayer.jw-breakpoint-2 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px;
}
.jwplayer.jw-breakpoint-1 .jw-display-icon-container {
  margin: 0;
}
.jwplayer.jw-breakpoint-1 .jw-display-icon-container .jw-icon-display {
  width: 40px;
  height: 40px;
}
.jwplayer.jw-breakpoint-1 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px;
}
.jwplayer.jw-breakpoint-0 .jw-display-icon-container {
  margin: 0;
}
.jwplayer.jw-breakpoint-0 .jw-display-icon-container .jw-icon-display {
  width: 40px;
  height: 40px;
}
.jwplayer.jw-breakpoint-0 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px;
}
.jwplayer.jw-breakpoint--1 .jw-display-icon-container {
  margin: 0;
}
.jwplayer.jw-breakpoint--1 .jw-display-icon-container .jw-icon-display {
  width: 40px;
  height: 40px;
}
.jwplayer.jw-breakpoint--1 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px;
}
.jwplayer .jw-controlbar {
  z-index: 2;
}
.jwplayer .jw-controlbar .jw-button-container {
  padding: 0 12px !important;
}
.jwplayer .jw-controlbar .jw-controls-logo {
  width: 80px !important;
  max-height: 46px;
  margin-right: 10px;
  opacity: 0.9;
}
.jwplayer .jw-controlbar .jw-controls-logo .jw-button-image {
  max-height: 100%;
  width: 100%;
}
.jw-breakpoint-3.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
}
.jw-breakpoint-2.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
}
.jw-breakpoint-1.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
}
.jw-breakpoint-0.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
}
.jw-breakpoint--1.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px !important;
}
.jwplayer .jw-controlbar .jw-controls-logo:hover {
  opacity: 1;
}
.jwplayer .jw-controlbar .jw-icon-rewind {
  display: none;
}
.jwplayer .jw-controlbar .jw-icon-volume {
  margin-right: 10px;
}
.jwplayer .jw-controlbar .jw-slider-volume.jw-slider-vertical {
  padding-bottom: 5px;
}
.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-on {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z' /%3E%3C/svg%3E");
}
.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-on path {
  display: none;
}
.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-off {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z' /%3E%3C/svg%3E");
}
.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-off path {
  display: none;
}
.jwplayer .jw-controlbar .jw-icon-fullscreen {
  opacity: 0.8;
}
.jwplayer .jw-controlbar .jw-icon-fullscreen:hover {
  opacity: 1;
}
.jwplayer .jw-controlbar .jw-icon-cc {
  display: none;
}
.jwplayer .jw-controlbar .jw-slider-time {
  padding: 0 15px !important;
  height: 17px !important;
}
.jwplayer .jw-controlbar .jw-slider-time .jw-progress, .jwplayer .jw-controlbar .jw-slider-time .jw-knob {
  background: #ff0000;
  background: var(--player-color);
}
.jwplayer .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo), .jwplayer .jw-controlbar .jw-icon-volume {
  height: 46px !important;
  width: 46px !important;
}
.jwplayer .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon, .jwplayer .jw-controlbar .jw-icon-volume .jw-svg-icon {
  height: 24px !important;
  width: 24px !important;
}
.jwplayer .jw-controlbar [role=timer] {
  height: 46px !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  font-size: 14px !important;
  opacity: 0.8;
}
.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-button-container, .jwplayer.jw-breakpoint-2 .jw-controlbar .jw-button-container, .jwplayer.jw-breakpoint-1 .jw-controlbar .jw-button-container, .jwplayer.jw-breakpoint-0 .jw-controlbar .jw-button-container, .jwplayer.jw-breakpoint--1 .jw-controlbar .jw-button-container {
  padding: 0 0 0 10px !important;
}
.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-slider-time, .jwplayer.jw-breakpoint-2 .jw-controlbar .jw-slider-time, .jwplayer.jw-breakpoint-1 .jw-controlbar .jw-slider-time, .jwplayer.jw-breakpoint-0 .jw-controlbar .jw-slider-time, .jwplayer.jw-breakpoint--1 .jw-controlbar .jw-slider-time {
  padding: 0 10px !important;
  height: 5px !important;
}
.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo), .jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-volume, .jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo), .jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-volume, .jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo), .jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-volume, .jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo), .jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-volume, .jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo), .jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-volume {
  height: 40px !important;
  width: 40px !important;
}
.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon, .jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-volume .jw-svg-icon, .jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon, .jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-volume .jw-svg-icon, .jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon, .jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-volume .jw-svg-icon, .jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon, .jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-volume .jw-svg-icon, .jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon, .jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-volume .jw-svg-icon {
  height: 20px !important;
  width: 20px !important;
}
.jwplayer.jw-breakpoint-3 .jw-controlbar [role=timer], .jwplayer.jw-breakpoint-2 .jw-controlbar [role=timer], .jwplayer.jw-breakpoint-1 .jw-controlbar [role=timer], .jwplayer.jw-breakpoint-0 .jw-controlbar [role=timer], .jwplayer.jw-breakpoint--1 .jw-controlbar [role=timer] {
  font-size: 12px !important;
}
.jwplayer .jw-settings-menu {
  height: auto !important;
  width: auto !important;
  right: 15px !important;
  bottom: 65px !important;
  background: rgba(50, 50, 50, 0.7);
  z-index: 2;
}
.jwplayer .jw-settings-menu .jw-settings-topbar {
  display: none;
}
.jwplayer .jw-settings-menu .jw-settings-topbar [role=menuitemradio] {
  display: none;
}
.jwplayer .jw-settings-menu .jw-settings-submenu {
  padding: 0;
}
.jwplayer .jw-settings-menu .jw-settings-content-item {
  padding: 10px !important;
  font-weight: 600;
  font-size: 14px !important;
}
.jwplayer .jw-settings-menu .jw-settings-content-item::before {
  content: "";
  display: none;
}
.jwplayer .jw-settings-menu .jw-settings-item-active {
  background: #ff0000;
  background: var(--player-color);
}
.jwplayer.jw-breakpoint-1 .jw-settings-menu, .jwplayer.jw-breakpoint-0 .jw-settings-menu, .jwplayer.jw-breakpoint--1 .jw-settings-menu {
  height: 100% !important;
  width: 100% !important;
  right: 0 !important;
  bottom: 0 !important;
}
.jwplayer.jw-breakpoint-1 .jw-settings-menu .jw-settings-topbar, .jwplayer.jw-breakpoint-0 .jw-settings-menu .jw-settings-topbar, .jwplayer.jw-breakpoint--1 .jw-settings-menu .jw-settings-topbar {
  display: block;
}
.jwplayer.jw-breakpoint-1 .jw-settings-menu .jw-settings-submenu, .jwplayer.jw-breakpoint-0 .jw-settings-menu .jw-settings-submenu, .jwplayer.jw-breakpoint--1 .jw-settings-menu .jw-settings-submenu {
  padding: 10px 5px 10px 10px;
}
.jwplayer.jw-breakpoint-1.jw-flag-fullscreen .jw-settings-menu, .jwplayer.jw-breakpoint-0.jw-flag-fullscreen .jw-settings-menu, .jwplayer.jw-breakpoint--1.jw-flag-fullscreen .jw-settings-menu {
  height: -moz-fit-content !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
}
.jw-preplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jw-preplay-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
}
.jw-preplay-close {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.jw-preplay-label {
  padding: 0 10px;
}
.jw-preplay-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(50, 50, 50, 0.7);
  padding: 0px 5px 5px;
}
.jw-preplay-block {
  width: 300px;
  height: 250px;
  background: #fff;
}
.jw-preplay-block:last-child {
  margin-left: 5px;
}
.jw-breakpoint-4 .jw-preplay-block {
  width: 270px;
  height: 225px;
}
.jw-breakpoint-4 .jw-preplay-block > * {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.jw-breakpoint-3 .jw-preplay-block {
  width: 210px;
  height: 175px;
}
.jw-breakpoint-3 .jw-preplay-block > * {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.jw-breakpoint-2 .jw-preplay-block {
  width: 210px;
  height: 175px;
}
.jw-breakpoint-2 .jw-preplay-block > * {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.jw-breakpoint-1 .jw-preplay-block {
  width: 210px;
  height: 175px;
}
.jw-breakpoint-1 .jw-preplay-block > * {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.jw-breakpoint-0 .jw-preplay-block {
  width: 210px;
  height: 175px;
}
.jw-breakpoint-0 .jw-preplay-block > * {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.jw-breakpoint--1 .jw-preplay-block {
  width: 210px;
  height: 175px;
}
.jw-breakpoint--1 .jw-preplay-block > * {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.jw-preplay-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.jw-preplay-play {
  padding: 0 15px;
  height: 34px;
  cursor: pointer;
  color: #fff;
  background: #ff0000;
  background: var(--player-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jw-preplay-play svg {
  margin-right: 5px;
}
.jw-atitle {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: rgba(50, 50, 50, 0.7) !important;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px !important;
}
.jw-atitle-a {
  margin-right: 5px;
}
.jw-atitle-a::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "AD";
}
.jw-atitle * {
  text-decoration: none !important;
}
.deo-player .deo-player-seekbar-filler {
  background: #ff0000;
  background: var(--player-color);
}
.deo-player .deo-player-seekbar-handle {
  background: #ff0000;
  background: var(--player-color);
}
.deo-player .deo-player-options {
  background: #ff0000;
  background: var(--player-color);
}
.deo-player .deo-player-options-selector-2-col input.selected, .deo-player .deo-player-options-selector-x input.selected {
  color: #000;
}
.deo-player .deo-player-vol-filler {
  background: #ff0000;
  background: var(--player-color);
}
.deo-loading .deo-loading-icon {
  border-color: #ff0000 #ff0000 #ff0000 transparent;
  border-color: var(--player-color) var(--player-color) var(--player-color) transparent;
}

.videoplayer {
  border-radius: 16px;
  position: relative;
}
.videoplayer-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.videoplayer-deleted {
  display: flex;
  height: 100%;
  width: 100%;
  background: black;
  color: #fff;
}
.videoplayer-deleted-block {
  margin: auto;
  text-align: center;
}
.videoplayer-deleted-block .icon svg {
  height: 48px;
  width: 48px;
}
:root {
  --player-color: #ED3A97;
}
section[data-v-273e2c92] {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 56px;
}
@media (max-width: 768px) {
section[data-v-273e2c92] {
    margin-top: 32px;
}
}
section div[data-v-273e2c92] {
  max-width: 768px;
  width: 100%;
  justify-content: center;
  height: 100%;
}
section div[data-v-273e2c92] .ca-roll-container {
  width: 100% !important;
  height: 300px !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
section div[data-v-273e2c92] .ca-roll-container {
    height: 450px !important;
}
}
@media (min-width: 1024px) {
section div[data-v-273e2c92] .ca-roll-container {
    height: 500px !important;
}
}
@media (min-width: 1600px) {
section div[data-v-273e2c92] .ca-roll-container {
    height: 580px !important;
}
}
section div[data-v-273e2c92] .ca-roll-container--collapsed {
  height: 0 !important;
  min-height: 0 !important;
}
section span[data-v-273e2c92] {
  color: #18181B;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 4px 0 0 0;
  padding: 0;
  text-align: center;
}
section .ad__title[data-v-273e2c92] {
  top: 28px;
  width: auto;
  height: auto;
}
.header__item {
  margin: 8px 0;
  justify-content: center;
  position: relative;
}
.header__item .psEsd21s {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__item .psEsd21s > :first-child {
  min-height: 105px;
}
section[data-v-2fd82472] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
section .wrapper[data-v-2fd82472] {
  padding-left: 0;
}
section[data-v-2fd82472]::-webkit-scrollbar {
  display: none;
}
section > div[data-v-2fd82472] {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
section > div[data-v-2fd82472] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
}
section > div > div[data-v-2fd82472] {
  margin: 0 4px;
  overflow: hidden;
  background-color: rgba(90, 90, 90, 0.4196078431);
}
@media (max-width: 767px) {
section > div > div[data-v-2fd82472] {
    margin: 4px !important;
}
}
section > div > div[data-v-2fd82472]:first-of-type {
  margin-left: 0;
}
section > div > div[data-v-2fd82472]:last-of-type {
  margin-right: 0;
}
.container .headline[data-v-3a2488e6] {
  margin-top: 0;
  margin-bottom: 1rem;
}
.container .headline .show-more-link[data-v-3a2488e6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbs-models[data-v-3a2488e6] {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1095px) {
.thumbs-models[data-v-3a2488e6] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 957px) {
.thumbs-models[data-v-3a2488e6] {
    grid-template-columns: repeat(2, 1fr);
}
}
.thumbs-models .thumb[data-v-3a2488e6] {
  padding: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.thumbs-models .thumb video[data-v-3a2488e6] {
  position: absolute;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}
.thumbs-models .thumb__img[data-v-3a2488e6] {
  height: 100%;
  padding-top: 74%;
}
.thumbs-models .thumb__img .icon__container[data-v-3a2488e6] {
  background: #fd4145;
  padding: 3px;
  border-radius: 0.25rem;
  font-size: 12px;
  align-items: center;
  z-index: 9998;
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  gap: 8px;
}
.thumbs-models .thumb__img .icon__container span[data-v-3a2488e6] {
  color: #fff;
}
.thumbs-models .thumb .model-info[data-v-3a2488e6] {
  display: flex;
  justify-content: space-between;
  margin: 6px 11px;
}
.thumbs-models .thumb .model-info .name[data-v-3a2488e6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbs-models .thumb .model-info .age[data-v-3a2488e6] {
  flex-shrink: 0;
}
.thumb__img[data-v-3a2488e6] {
  position: relative;
  width: 100%;
  height: auto;
}
.thumb__img video[data-v-3a2488e6] {
  opacity: 0;
  pointer-events: none;
}
.thumb.has-video:hover .thumb__img video[data-v-3a2488e6] {
  opacity: 1;
}
.thumb.has-video:hover .thumb__img img[data-v-3a2488e6] {
  opacity: 0;
}
.thumbs-models .thumb .icon__container .container {
  width: 10px;
  height: 10px;
}
.thumbs-models .thumb .icon__container .container .red-circle,
.thumbs-models .thumb .icon__container .container .circle,
.thumbs-models .thumb .icon__container .container .circle-second {
  width: 10px;
  height: 10px;
}
.thumbs-models .thumb .icon__container .container .red-circle {
  background: #fff;
}
.thumbs-models .thumb .icon__container .container .circle,
.thumbs-models .thumb .icon__container .container .circle-second {
  background-color: rgba(255, 255, 255, 0.64);
}
.thumbs-models .thumb .icon__container .container .circle-second {
  background-color: rgba(255, 255, 255, 0.32);
}
section[data-v-63a42794] {
  position: relative;
}
@media (max-width: 1024px) {
section[data-v-63a42794] {
    display: flex;
    justify-content: center;
}
section .text[data-v-63a42794] {
    font-size: 15px !important;
}
}
section > div[data-v-63a42794]:not(:last-child) {
  margin-bottom: 8px;
}
section > div[data-v-63a42794] {
  overflow: hidden;
  width: 362px;
  height: 232px;
  background: rgba(90, 90, 90, 0.4196078431);
}
section .ad__title[data-v-63a42794] {
  width: auto;
  height: auto;
}
section[data-v-2b681b7d] {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
  background: #fff;
}
section .ad__title[data-v-2b681b7d] {
  color: #fff;
  position: absolute;
  border-radius: 4px;
  padding: 2px 3px;
  background: rgba(24, 24, 27, 0.24);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  top: 8px;
  right: 8px;
}
.separator {
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: rgba(24, 24, 27, 0.4784313725);
}
.video-page {
  width: 100%;
}
.video-page h1 {
  letter-spacing: -0.33px;
}
.video-page__statistic {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: rgba(24, 24, 27, 0.4784313725);
  align-items: center;
  margin-top: 13px;
}
@media (max-width: 768px) {
.video-page__statistic {
    margin-top: 8px;
}
}
.video-page__statistic .svg-icon {
  color: #000;
  fill: #000;
}
.video-page__info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
.video-page__info {
    flex-direction: column;
}
}
.video-page__info .label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.video-page__info .label_accent {
  color: #ED3A97;
}
.video-page__info .line {
  margin: 16px 0;
}
.video-page__info h1 {
  max-width: 100%;
  margin: 5px auto 16px;
}
@media (max-width: 500px) {
.video-page__info h1 {
    line-height: 135%;
}
}
.video-page__info .headline {
  align-items: start;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 909px) {
.video-page__info .headline {
    margin-bottom: 1rem;
}
}
.video-page__content {
  display: flex;
}
.video-page__content .left {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.video-page__content .left {
    flex-direction: column;
    gap: 16px;
}
.video-page__content .left .header_mobile {
    display: block;
}
}
.video-page__content .left .header_mobile {
  display: none;
}
.video-page__content .left .videoplayer {
  width: 100%;
  height: 632px;
  background-color: #000;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media (min-width: 1600px) {
.video-page__content .left .videoplayer {
    max-height: 650px;
}
}
@media (max-width: 768px) {
.video-page__content .left .videoplayer {
    padding-top: 56.5%;
    height: auto;
    border-radius: 0;
}
}
.video-page__content .left .jwplayer {
  display: block !important;
  border-radius: 10px;
}
@media (max-width: 768px) {
.video-page__content .left .jwplayer {
    border-radius: 0;
}
}
.video-page__content .right {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 10px;
}
@media (max-width: 768px) {
.video-page__content .right {
    display: none;
}
}
.video-page__content .right section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.video-page__content .right section div {
  height: 232px !important;
  border-radius: 4px;
  margin-bottom: 0;
}
.video__wrapper h2 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 120%;
  letter-spacing: -0.26px;
}
@media (max-width: 1024px) {
.video__wrapper h2 {
    font-size: 16px;
}
}
.video__wrapper .headline {
  padding-bottom: 0px;
}
.video__wrapper .headline h1,
.video__wrapper .headline h2 {
  color: #18181B;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
.video__wrapper .headline h1,
  .video__wrapper .headline h2 {
    font-size: 16px;
}
}
@media (max-width: 768px) {
.video__wrapper {
    padding: 0;
    flex-direction: column;
}
.video__wrapper .wrapper:first-child {
    padding: 0;
}
}
@media (max-width: 768px) and (max-width: 500px) {
.video__wrapper .wrapper {
    padding: 8px;
}
}
@media (max-width: 768px) {
.video__wrapper .wrapper:has(.video-page__related) {
    padding: 0;
}
.video__wrapper .wrapper h2 {
    margin-left: 8px;
}
}
@media (max-width: 768px) {
.headline[data-v-ba2db59e] {
    margin-top: 12px;
}
}
.wrapper h3[data-v-ba2db59e] {
  font-size: 18px;
  font-weight: 600;
}
.wrapper.categories[data-v-ba2db59e] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}
@media (max-width: 500px) {
.wrapper.categories[data-v-ba2db59e] {
    margin-bottom: 0;
}
}
.wrapper .categories__list[data-v-ba2db59e] {
  list-style-type: none;
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
.wrapper .categories__list[data-v-ba2db59e] {
    flex-direction: row;
    overflow: scroll;
    flex-wrap: nowrap;
}
}
@media (max-width: 500px) {
.wrapper .categories__list[data-v-ba2db59e] {
    gap: 4px;
}
}
.wrapper .categories__list[data-v-ba2db59e]::-webkit-scrollbar {
  width: 0;
}
.wrapper .categories__item[data-v-ba2db59e] {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 32px;
  border: 1px solid rgba(24, 24, 27, 0.1215686275);
  padding: 7px 12px;
  background: #fff;
}
.wrapper .categories__item a[data-v-ba2db59e] {
  display: flex;
}
.wrapper .categories__item .svg-icon[data-v-ba2db59e] {
  width: 16px;
  height: 16px;
  color: #fff;
  fill: #fff;
  margin-right: 4px;
}
.wrapper .categories__item.studio[data-v-ba2db59e] {
  background: #ED3A97;
  color: #fff;
}
.wrapper .categories__item.model[data-v-ba2db59e] {
  background: #18181B;
  color: #fff;
}
.wrapper .show-more-btn[data-v-ba2db59e] {
  width: 100%;
  margin-top: 16px;
}

a[data-v-171654d0] {
    text-decoration: underline;
}

