.ui-upload-field-root:nth-child(n+2){margin-top:20px}.ui-upload-field-root .ui-upload-field-title{margin:0 0 8px}.ui-upload-field-root label{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:nowrap;position:relative;height:50px;padding:2px;border:3px solid var(--rx-color-primary-75);border-radius:30px}.ui-upload-field-root label .ui-upload-field-button{flex-shrink:0;width:150px;height:40px}@media (max-width:960px){.ui-upload-field-root label .ui-upload-field-button{width:100px;font-size:18px}}.ui-upload-field-root label input[type=file]{display:none}.ui-upload-field-root label .ui-upload-field-text{color:var(--rx-color-primary-50);font-size:18px;line-height:120%;font-style:normal}
.ui-tooltip-root{position:relative}.ui-tooltip-root .ui-tooltip-trigger.ui-tooltip-primary{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:nowrap;color:var(--rx-color-primary-50);font-size:16px;font-weight:700;line-height:120%;font-style:normal;text-transform:uppercase;letter-spacing:.36px}@media (max-width:960px){.ui-tooltip-root .ui-tooltip-trigger.ui-tooltip-primary{font-size:14px;letter-spacing:0}}.ui-tooltip-root .ui-tooltip-trigger.ui-tooltip-primary.ui-tooltip-active{color:var(--rx-color-accent)}.ui-tooltip-root .ui-tooltip-trigger.ui-tooltip-primary svg{width:12px;height:16px;transition:.3s}.ui-tooltip-root .ui-tooltip-trigger.ui-tooltip-primary[data-tooltip-trigger-active] svg{transform:rotate(180deg)}.ui-tooltip-root .ui-tooltip-body{position:absolute;z-index:200;display:none;padding:2px 10px;scrollbar-width:thin;background:var(--rx-color-base);border:1px solid var(--rx-color-primary-25);border-radius:4px;box-shadow:0 4px 20px 0 var(--rx-color-box-shadow)}body.darkmode .ui-tooltip-root .ui-tooltip-body{scrollbar-color:var(--rx-color-primary-20) transparent;border:3px solid var(--rx-color-primary-20)}.ui-tooltip-root .ui-tooltip-body:before{position:absolute;top:calc(-1 * var(--position-offset));right:0;left:0;height:var(--position-offset);content:""}.ui-tooltip-root .ui-tooltip-body[data-tooltip-position=top]:before{top:unset;bottom:calc(-1 * var(--position-offset))}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-primary{min-width:134px;padding:8px 0;text-align:center}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-primary ul li a{color:var(--rx-color-primary-50);font-size:16px;font-weight:400;line-height:150%;font-style:normal;display:block;padding:7px 15px;color:var(--rx-color-primary);text-transform:uppercase;letter-spacing:.36px}@media (max-width:960px){.ui-tooltip-root .ui-tooltip-body.ui-tooltip-primary ul li a{font-size:14px;letter-spacing:0}}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-primary ul li a.ui-tooltip-active{color:var(--rx-color-accent)}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-primary ul li a:hover{color:var(--rx-color-accent);background-color:var(--rx-color-quaternary)}body.darkmode .ui-tooltip-root .ui-tooltip-body.ui-tooltip-primary ul li a:hover{color:inherit;background-color:var(--rx-color-primary-20)}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-secondary{min-width:180px;padding:20px}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-secondary ul{display:flex;flex-direction:column;gap:14px;flex-wrap:wrap}.ui-tooltip-root .ui-tooltip-body.ui-tooltip-secondary ul li a{line-height:120%}
.ui-textarea-root{color:var(--rx-color-primary);font-size:18px;font-weight:400;line-height:120%;font-style:normal;display:block;width:100%;padding:12px 18px;resize:none;outline:none;scrollbar-width:thin;background-color:var(--rx-color-primary-5);border:1px solid var(--rx-color-primary-10);border-radius:4px;transition:.2s}.ui-textarea-root::-moz-placeholder{color:var(--rx-color-primary-25)}.ui-textarea-root::placeholder{color:var(--rx-color-primary-25)}.ui-textarea-root:hover:not([readonly]){border-color:var(--rx-color-link-hover)}.ui-textarea-root:active:not([readonly]),.ui-textarea-root:focus:not([readonly]){border-color:var(--rx-color-link-active)}.ui-textarea-root.error{border-color:var(--rx-color-red)}
.ui-text-root{font-weight:400}.ui-text-sm{font-size:12px;line-height:150%}.ui-text-md{font-size:14px;line-height:150%}@media (max-width:960px){.ui-text-md{font-size:12px}}.ui-text-lg{font-size:16px;line-height:150%}@media (max-width:960px){.ui-text-lg{font-size:14px}}.ui-text-uppercase{text-transform:uppercase}.ui-text-capitalize{text-transform:capitalize!important}
.ui-tabs-root .ui-tabs-list[data-tabs-align=start]{justify-content:flex-start}.ui-tabs-root .ui-tabs-list[data-tabs-align=center]{justify-content:center}.ui-tabs-root .ui-tabs-list[data-tabs-align=end]{justify-content:flex-end}.ui-tabs-root .ui-tabs-list{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.ui-tabs-root .ui-tabs-list .ui-tabs-trigger{font-size:16px;font-weight:400;line-height:140%;font-style:normal;padding:4px 8px;color:var(--rx-color-primary);cursor:pointer;background-color:var(--rx-color-primary-10);border-radius:8px;transition:.2s}.ui-tabs-root .ui-tabs-list .ui-tabs-trigger:hover{color:var(--rx-color-white);background-color:var(--rx-color-link-hover)}.ui-tabs-root .ui-tabs-list .ui-tabs-trigger:focus{color:var(--rx-color-white);background-color:var(--rx-color-link-active)}.ui-tabs-root .ui-tabs-list .ui-tabs-trigger[data-active=true]{color:var(--rx-color-white);background-color:var(--rx-color-accent)}.ui-tabs-root .ui-tabs-content{margin:20px 0 0}.ui-tabs-root .ui-tabs-content .ui-tabs-item{display:none}.ui-tabs-root .ui-tabs-content .ui-tabs-item[data-visible=true]{display:block}
.ui-separator-root{height:3px}.ui-separator-primary{background-color:var(--rx-color-primary-10)}.ui-separator-secondary{background-color:var(--rx-color-primary-20)}
.ui-radio-root{position:relative;flex-shrink:0;width:26px;height:26px;padding:0;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:var(--rx-color-base);border:3px solid var(--rx-color-primary-50);border-radius:50%}.ui-radio-root:before{position:absolute;inset:0;top:50%;left:50%;width:14px;height:14px;content:"";background-color:var(--rx-color-link-hover);border-radius:50%;opacity:0;transform:translate(-50%,-50%)}.ui-radio-root:checked:active:before,.ui-radio-root:checked:focus:before{background-color:var(--rx-color-link-active)}.ui-radio-root:checked:before{opacity:1}
.ui-radio-group-root{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:nowrap}.ui-radio-group-root label{line-height:120%;cursor:pointer}
.ui-popover-root{position:relative}.ui-popover-root .ui-popover-trigger.ui-popover-primary{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:nowrap;color:var(--rx-color-primary-50);font-size:16px;font-weight:700;line-height:150%;font-style:normal}@media (max-width:960px){.ui-popover-root .ui-popover-trigger.ui-popover-primary{font-size:14px}}.ui-popover-root .ui-popover-trigger.ui-popover-primary.ui-popover-active{color:var(--rx-color-accent)}.ui-popover-root .ui-popover-trigger.ui-popover-primary svg{width:12px;height:16px;transition:.3s}.ui-popover-root .ui-popover-trigger.ui-popover-primary[data-popover-trigger-active] svg,.ui-popover-root .ui-popover-trigger.ui-popover-primary[data-tooltip-trigger-active] svg{transform:rotate(180deg)}.ui-popover-root .ui-popover-body{position:absolute;z-index:200;display:none;padding:2px 10px;scrollbar-width:thin;background:var(--rx-color-base);border:1px solid var(--rx-color-primary-10);border-radius:4px;box-shadow:0 4px 20px 0 var(--rx-color-box-shadow)}body.darkmode .ui-popover-root .ui-popover-body{scrollbar-color:var(--rx-color-primary-20) transparent;border:3px solid var(--rx-color-primary-20)}.ui-popover-root .ui-popover-body:before{position:absolute;top:calc(-1 * var(--position-offset));right:0;left:0;height:var(--position-offset);content:""}.ui-popover-root .ui-popover-body.ui-popover-primary{min-width:134px;padding:8px 0;text-align:center}.ui-popover-root .ui-popover-body.ui-popover-primary ul li a{color:var(--rx-color-primary-50);font-size:16px;font-weight:400;line-height:150%;font-style:normal;display:block;padding:7px 15px;color:var(--rx-color-primary)}@media (max-width:960px){.ui-popover-root .ui-popover-body.ui-popover-primary ul li a{font-size:14px}}.ui-popover-root .ui-popover-body.ui-popover-primary ul li a.ui-popover-active{color:var(--rx-color-accent)}.ui-popover-root .ui-popover-body.ui-popover-primary ul li a:hover{color:var(--rx-color-accent);background-color:var(--rx-color-quaternary)}body.darkmode .ui-popover-root .ui-popover-body.ui-popover-primary ul li a:hover{color:inherit;background-color:var(--rx-color-primary-20)}.ui-popover-root .ui-popover-body.ui-popover-secondary{min-width:180px;padding:20px}.ui-popover-root .ui-popover-body.ui-popover-secondary ul{display:flex;flex-direction:column;gap:14px;flex-wrap:wrap}.ui-popover-root .ui-popover-body.ui-popover-secondary ul li a{line-height:120%}
.ui-password-root{position:relative}.ui-password-root button{position:absolute;top:15px;right:15px;color:var(--rx-color-primary-75)}.ui-password-root button:hover{color:var(--rx-color-accent)}.ui-password-root button svg{width:20px;height:20px}
.ui-input-root{color:var(--rx-color-primary);font-size:16px;font-weight:400;line-height:120%;font-style:normal;width:100%;padding:0 18px;outline:none;background-color:var(--rx-color-primary-5);border:1px solid var(--rx-color-primary-10);border-radius:4px;transition:.2s}.ui-input-root::-moz-placeholder{color:var(--rx-color-primary-25)}.ui-input-root::placeholder{color:var(--rx-color-primary-25)}.ui-input-root:hover:not([readonly]){background-color:var(--rx-color-primary-10)}.ui-input-root:active:not([readonly]),.ui-input-root:focus:not([readonly]){background-color:var(--rx-color-primary-5);border-color:var(--rx-color-primary-25)}.ui-input-root[data-disabled]{pointer-events:none}.ui-input-root.error{border-color:var(--rx-color-red)}.ui-input-md{height:40px}.ui-input-lg{height:50px}
.ui-icon-button-root{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:4px}.ui-icon-button-sm{width:20px;height:20px}.ui-icon-button-md{width:40px;height:40px}.ui-icon-button-xl{width:50px;height:50px}
.ui-heading-root{padding:0;margin:0;font-family:var(--font-lexend)}.ui-heading-h1{color:var(--rx-color-primary);font-size:38px;font-weight:700;line-height:120%;font-style:normal}@media (max-width:1320px){.ui-heading-h1{font-size:26px}}.ui-heading-h2{color:var(--rx-color-primary);font-size:28px;font-weight:700;line-height:120%;font-style:normal}@media (max-width:1320px){.ui-heading-h2{font-size:22px}}.ui-heading-h3{color:var(--rx-color-primary);font-size:22px;font-weight:700;line-height:120%;font-style:normal}@media (max-width:1320px){.ui-heading-h3{font-size:18px}}.ui-heading-h4{font-size:16px}.ui-heading-h4,.ui-heading-h5{color:var(--rx-color-primary);font-weight:700;line-height:150%;font-style:normal}.ui-heading-h5{font-size:14px}.ui-heading-uppercase{text-transform:uppercase}
.ui-field-group-root.ui-field-group-captcha.ui-field-group-primary{display:flex;flex-direction:row-reverse;gap:20px;align-items:center;justify-content:flex-end;flex-wrap:nowrap}@media (max-width:620px){.ui-field-group-root.ui-field-group-captcha.ui-field-group-primary{flex-wrap:wrap}}.ui-field-group-root.ui-field-group-captcha.ui-field-group-primary img{width:auto;border-radius:8px}.ui-field-group-root.ui-field-group-captcha.ui-field-group-secondary img{margin:0 0 8px;border-radius:8px}.ui-field-group-root .ui-field-group-label,.ui-field-group-root label{display:block;margin:0 0 8px}.ui-field-group-root .ui-field-group-label.ui-field-group-required:after,.ui-field-group-root label.ui-field-group-required:after{content:"*"}.ui-field-group-root .ui-field-group-description{color:var(--rx-color-primary-50);font-size:14px;line-height:150%;font-style:normal;margin:10px 0 0}.ui-field-group-root .ui-field-group-error{color:var(--rx-color-red);font-size:14px;font-weight:400;line-height:160%;font-style:normal;padding:0 15px}
.ui-dialog-root{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;display:none}[data-overlay]{position:fixed;inset:0;z-index:500;display:flex;padding:0 10px;background-color:var(--rx-color-primary-50);opacity:0;transition:.3s}[data-overlay][data-dialog-active]{opacity:1}.ui-dialog-body{position:relative;max-height:90%;overflow:auto;background:var(--rx-color-base);border-radius:30px;box-shadow:0 4px 20px 0 var(--rx-color-box-shadow)}.ui-dialog-body .ui-dialog-close{position:absolute;top:20px;right:20px;color:var(--rx-color-primary-50)}@media (max-width:960px){.ui-dialog-body .ui-dialog-close{width:30px;height:30px}}.ui-dialog-body .ui-dialog-close:hover{color:var(--rx-color-primary)}.ui-dialog-body .ui-dialog-close svg{width:100%;height:100%}.ui-dialog-body .ui-dialog-content{width:100%}.ui-dialog-body.ui-dialog-md{max-width:700px;padding:60px 180px}@media (max-width:960px){.ui-dialog-body.ui-dialog-md{padding:60px 80px}}.ui-dialog-body.ui-dialog-lg{max-width:960px;padding:60px 80px}.ui-dialog-body.ui-dialog-xl{max-width:1060px;padding:60px 80px}@media (max-width:960px){.ui-dialog-body.ui-dialog-xl{padding:40px 20px}}.ui-dialog-body.ui-dialog-ovh{overflow:hidden}.ui-dialog-bottom-line{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;right:0;bottom:0;left:0;height:50px;border-top:3px solid var(--rx-color-primary-10)}.ui-dialog-bottom-line a{color:var(--rx-color-accent)}
.ui-checkbox-root{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:nowrap;cursor:pointer;transition:all .2s}.ui-checkbox-root:hover{color:var(--rx-color-link-hover)}.ui-checkbox-root:hover input{border-color:var(--rx-color-link-hover)}.ui-checkbox-root input{flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:4px}.ui-checkbox-root span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-checkbox-sm input{width:16px;height:16px;border:2px solid var(--rx-color-primary-50)}.ui-checkbox-sm input:checked{background-color:var(--rx-color-accent);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none' viewBox='0 0 14 12'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='m5.817 6.663 6.09-6.09 2.04 2.04-8.168 8.169-.12-.12-.002.001L.76 5.766l2.08-2.08z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain;border-color:var(--rx-color-accent)}.ui-checkbox-md input{position:relative;width:26px;height:26px;border:3px solid var(--rx-color-primary-50)}.ui-checkbox-md input:checked:before{position:absolute;top:-4px;left:1px;display:block;width:26px;height:26px;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' fill='none' viewBox='0 0 26 20'%3E%3Cpath fill='%23fb17a0' d='M8.485 14.142 22.627 0l2.829 2.828L8.486 19.8 0 11.314l2.828-2.829z'/%3E%3C/svg%3E");background-repeat:no-repeat}.ui-checkbox-text-inactive{cursor:default}.ui-checkbox-text-inactive:hover{color:inherit}.ui-checkbox-text-inactive input{cursor:pointer}.ui-checkbox-text-inactive:hover input{color:var(--rx-color-link-hover)}.ui-checkbox-text-inactive:hover input input{border-color:var(--rx-color-link-hover)}.ui-checkbox-text-inactive span{pointer-events:auto;cursor:default}.ui-checkbox-text-inactive span a{cursor:pointer}
.ui-checkbox-list-root .ui-checkbox-list-trigger{cursor:pointer}.ui-checkbox-list-root .ui-checkbox-list-body{padding:10px}.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-height:200px;overflow-y:scroll}.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-list li{font-size:14px;line-height:150%;font-style:normal;overflow:hidden}.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-list li label{display:flex;margin:0}.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-search{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:nowrap;height:28px;padding:0 7px;margin:10px 0 0;border:2px solid var(--rx-color-primary-50);border-radius:4px}.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-search svg{width:15px;height:15px}.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-search input,.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-search input:focus,.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-search input:focus-visible,.ui-checkbox-list-root .ui-checkbox-list-body .ui-checkbox-list-search input:hover{width:100%;color:var(--rx-color-primary);-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;background-color:var(--rx-color-base);border:0}
.ui-card-root .ui-card-link{display:block}.ui-card-root .ui-card-link:hover .ui-card-image:before{opacity:1}.ui-card-root .ui-card-link:hover .ui-card-title,.ui-card-root .ui-card-link:hover .ui-card-title>span{color:var(--rx-color-link-hover)}.ui-card-root .ui-card-link:active .ui-card-title,.ui-card-root .ui-card-link:active .ui-card-title>span{color:var(--rx-color-link-active)}.ui-card-image{position:relative;width:100%;overflow:hidden;border:1px solid var(--rx-color-primary-5);border-radius:4px}.ui-card-image:before{position:absolute;inset:0;z-index:100;pointer-events:none;content:"";border-radius:4px;opacity:0;transition:opacity .2s}.ui-card-image .ui-card-thumbnail{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.ui-card-title{display:flex;flex-direction:row;gap:6px;justify-content:center;flex-wrap:nowrap;margin:10px 0 0;text-align:center;text-transform:capitalize;transition:.2s}.ui-card-title span{color:var(--rx-color-accent)}.ui-card-info{display:flex;flex-direction:row;gap:10px;justify-content:center;flex-wrap:wrap;margin:5px 0 0;color:var(--rx-color-primary-50)}.ui-card-info svg{width:18px;height:18px}.ui-card-info>div{display:flex;flex-direction:row;gap:1px;align-items:center;flex-wrap:wrap}.ui-card-album img{border-radius:8px}.ui-card-album .ui-card-related-models a{display:flex;flex-direction:row;gap:3px;align-items:center;flex-wrap:nowrap;white-space:nowrap}.ui-card-album .ui-card-amount{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:nowrap;position:absolute;right:10px;bottom:10px;padding:0 5px;color:var(--rx-color-white);background-color:var(--rx-color-primary-50);border-radius:5px}body.darkmode .ui-card-album .ui-card-amount{background:rgba(51,24,45,.5)}.ui-card-album .ui-card-actions{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 0}.ui-card-album .ui-card-actions a,.ui-card-album .ui-card-actions button{padding:0 12px}.ui-card-model{padding:0 0 16px;background-color:var(--rx-color-primary-5);border:1px solid var(--rx-color-primary-5);border-radius:4px}.ui-card-model .ui-card-status-online{color:var(--rx-color-white);top:0;padding:6px 8px;text-transform:uppercase;background-color:var(--rx-color-green);border-radius:0 8px}.ui-card-model .ui-card-label,.ui-card-model .ui-card-status-online{font-size:14px;font-weight:700;line-height:100%;font-style:normal;position:absolute;right:0;letter-spacing:1.12px}.ui-card-model .ui-card-label{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-primary-button-text);bottom:0;left:0;z-index:100;height:34px;background-color:var(--rx-color-accent);border-radius:0 0 8px 8px}@media (max-width:1320px){.ui-card-model .ui-card-label{height:24px;font-size:10px}}.ui-card-model .ui-card-label svg{width:16px;height:16px}@media (max-width:1320px){.ui-card-model .ui-card-label svg{width:12px;height:12px}}.ui-card-model .ui-card-label.ui-card-collab{background-color:var(--rx-color-dark-purple)}@media (max-width:1560px){.ui-card-model .ui-card-title{font-size:16px}}.ui-card-model .ui-card-info{flex-wrap:nowrap}.ui-card-model .ui-card-subscribe-buttons{display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 0}.ui-card-model .ui-card-subscribe-buttons a{width:128px}.ui-card-badge-verified{display:flex;flex-direction:row;gap:0;justify-content:center;flex-wrap:wrap;position:relative;color:var(--rx-color-accent)}.ui-card-badge-verified svg{width:18px;height:18px}@media (max-width:1560px){.ui-card-badge-verified svg{width:14px;height:14px}}.ui-card-badge-verified .ui-card-tooltip{color:var(--rx-color-primary);font-size:14px;font-weight:400;line-height:normal;font-style:normal;position:absolute;bottom:27px;z-index:100;visibility:hidden;padding:2px 10px;color:var(--rx-color-noir);background:var(--rx-color-white);border-radius:8px;box-shadow:0 2px 8px 0 var(--rx-color-box-shadow);opacity:0;transition:.2s}.ui-card-badge-verified:hover .ui-card-tooltip{visibility:visible;opacity:1}@media (max-width:620px){.ui-card-video{margin:0}}.ui-card-video .ui-card-link{position:relative}.ui-card-video .ui-card-duration{position:absolute;right:0;bottom:0;z-index:1;display:inline-flex;padding:0 5px;color:var(--rx-color-primary);background:hsla(0,0%,5%,.5);border-radius:4px 0}.ui-card-video .ui-card-duration .ui-card-pbn-4k{padding:0 5px;margin:0 -5px 0 5px;font-weight:700;background:var(--rx-color-accent);border-radius:4px 0}.ui-card-video .ui-card-inactive{top:0;right:0}.ui-card-video .ui-card-category,.ui-card-video .ui-card-inactive{position:absolute;padding:0 5px;color:var(--rx-color-primary);background:hsla(0,0%,5%,.5);border-radius:0 4px}.ui-card-video .ui-card-category{bottom:0;left:0}.ui-card-video .ui-card-title{margin:10px 0 0 5px;text-align:left}.ui-card-video .ui-card-info-wrapper{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap;margin:7px 0 0 5px}.ui-card-video .ui-card-related-models{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:nowrap;max-width:100%;text-transform:capitalize}.ui-card-video .ui-card-related-models a{display:flex;flex-direction:row;gap:3px;align-items:center;flex-wrap:nowrap;color:var(--rx-color-primary-50)}.ui-card-video .ui-card-related-models a:hover{color:var(--rx-color-link-hover)}.ui-card-video .ui-card-related-models a:active,.ui-card-video .ui-card-related-models a:focus{color:var(--rx-color-link-active)}.ui-card-video .ui-card-related-models a{max-width:100%;white-space:nowrap}.ui-card-video .ui-card-related-models svg{width:14px;height:14px}.ui-card-video .ui-card-related-models .ui-card-more{cursor:default}.ui-card-video .ui-card-info{margin:0}.ui-card-video .ui-card-actions{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 0}.ui-card-video .ui-card-actions a,.ui-card-video .ui-card-actions button{padding:0 12px}.ui-card-categories{position:relative;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.8));border-radius:4px}.ui-card-categories .ui-card-title{position:absolute;bottom:38px;left:16px}@media (max-width:620px){.ui-card-categories .ui-card-title{bottom:24px;left:6px;font-size:14px}}.ui-card-categories .ui-card-info-wrapper{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;bottom:16px;left:16px}@media (max-width:620px){.ui-card-categories .ui-card-info-wrapper{bottom:6px;left:6px}}.ui-card-categories .ui-card-info{gap:1px;cursor:pointer}.ui-card-post .ui-card-title{justify-content:flex-start;margin:12px 0 0}.ui-card-post .ui-card-description{margin:5px 0 0;font-size:14px;color:var(--rx-color-primary-75)}
.ui-button-root{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-lexend);font-size:16px;font-weight:700;line-height:150%;font-style:normal}.ui-button-root,.ui-button-root:active,.ui-button-root:focus,.ui-button-root:hover{color:var(--rx-color-white)}.ui-button-root{padding:0 10px;font-family:var(--font-lexend);cursor:pointer;background-color:var(--rx-color-primary);border-radius:4px;transition:background-color .2s ease}@media (max-width:960px){.ui-button-root{height:40px}}.ui-button-root[data-disabled],.ui-button-root[disabled]{pointer-events:none;cursor:not-allowed;opacity:.5}.ui-button-primary{color:var(--rx-color-primary-button-text);background-color:var(--rx-color-primary-button-background)}.ui-button-primary:hover{background-color:var(--rx-color-primary-button-background-hover)}.ui-button-primary:active,.ui-button-primary:focus{background-color:var(--rx-color-primary-button-background-active)}.ui-button-secondary{color:var(--rx-color-secondary-button);background-color:inherit;border:1px solid var(--rx-color-secondary-button)}.ui-button-secondary:hover{color:var(--rx-color-secondary-button-hover);border-color:var(--rx-color-secondary-button-hover)}.ui-button-secondary:active,.ui-button-secondary:focus{color:var(--rx-color-secondary-button-active);border-color:var(--rx-color-secondary-button-active)}.ui-button-tertiary{color:var(--rx-color-primary-75);background-color:transparent;border:1px solid var(--rx-color-primary-75)}.ui-button-tertiary:hover{color:var(--rx-color-primary);border-color:var(--rx-color-primary)}.ui-button-tertiary:active,.ui-button-tertiary:focus{color:var(--rx-color-primary-50);border-color:var(--rx-color-primary-50)}.ui-button-quaternary{color:var(--rx-color-primary-75);background-color:var(--rx-color-primary-10)}.ui-button-quaternary:hover{color:var(--rx-color-primary);background-color:var(--rx-color-primary-25)}.ui-button-quaternary:active,.ui-button-quaternary:focus{color:var(--rx-color-primary);background-color:var(--rx-color-link-active)}.ui-button-sm{min-width:94px;height:30px;font-size:14px;font-weight:400;border-width:1px}.ui-button-md{min-width:180px;height:40px}.ui-button-lg{min-width:230px;height:50px}.ui-button-full-width{width:100%}.ui-button-all-mobile{margin:15px 0 0;font-size:18px}
.ui-accordion-wrapper li.acc_section{border-top:3px solid var(--rx-color-quaternary)}.ui-accordion-wrapper li.acc_section:last-child{border-bottom:3px solid var(--rx-color-quaternary)}.ui-accordion-wrapper li.acc_section.acc_active svg path:last-child{opacity:0;transform:rotate(90deg)}.ui-accordion-wrapper li.acc_section span.acc_head{color:var(--rx-color-primary);font-size:20px;font-weight:700;line-height:100%;font-style:normal;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding:20px 0;cursor:pointer}@media (max-width:960px){.ui-accordion-wrapper li.acc_section span.acc_head{font-size:18px}}.ui-accordion-wrapper li.acc_section span.acc_head svg{flex-shrink:0;width:20px;height:20px;color:#a08caa;transition:color 0s}.ui-accordion-wrapper li.acc_section span.acc_head svg path{opacity:1;transform:rotate(0deg);transform-origin:center;transition:transform .3s,opacity .3s}.ui-accordion-wrapper li.acc_section span.acc_content{color:var(--rx-color-primary-75);font-size:20px;font-weight:400;line-height:160%;font-style:normal;display:block;padding:0 0 20px}@media (max-width:960px){.ui-accordion-wrapper li.acc_section span.acc_content{font-size:16px}}.ui-accordion-wrapper li.acc_section span.acc_content:has(.note){display:flex;flex-direction:column;gap:8px;flex-wrap:nowrap}.ui-accordion-wrapper li.acc_section span.acc_content .note{font-style:italic}.ui-accordion-wrapper li.acc_section span.acc_content .bold{font-weight:700}
@media (max-width:960px){.includes-upload-wrapper{max-width:335px;margin:0 auto}}@media (max-width:620px){.includes-upload-wrapper{max-width:100%}}.includes-upload-wrapper .includes-upload-continue{width:340px}@media (max-width:1920px){.includes-upload-wrapper .includes-upload-continue{width:100%}}.includes-upload-wrapper .includes-upload-radio-group{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap}.includes-upload-wrapper .includes-upload-radio-group label{margin:0}@media (min-width:960px){.includes-upload-wrapper .includes-upload-rules{max-width:260px;margin:0 0 0 auto}}@media (max-width:960px){.includes-upload-wrapper .includes-upload-rules{margin:30px 0 0}}.includes-upload-wrapper .includes-upload-preview{position:relative}.includes-upload-wrapper .includes-upload-preview img{border-radius:8px}.includes-upload-wrapper .includes-upload-preview .includes-upload-details{color:var(--rx-color-white);font-size:14px;line-height:150%;font-style:normal;position:absolute;bottom:10px;left:10px;padding:0 5px;background-color:var(--rx-color-primary-50);border-radius:5px}.includes-upload-wrapper .includes-upload-actions{display:flex;flex-direction:row;gap:5px;justify-content:center;flex-wrap:nowrap;margin:5px 0 0}.includes-upload-wrapper .includes-upload-actions input[type=checkbox]:checked+label,.includes-upload-wrapper .includes-upload-actions input[type=radio]:checked+label{color:var(--rx-color-white);background-color:var(--rx-color-accent)}.includes-upload-success{display:flex;flex-direction:column;gap:10px;align-items:flex-start;flex-wrap:wrap;color:var(--rx-color-primary);font-size:18px;font-weight:400;line-height:160%;font-style:normal}
.includes-upload-video-rules-wrapper{width:100%}.includes-upload-video-rules-wrapper .includes-upload-video-rules-info-wrapper{display:flex;flex-direction:column;gap:2px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;position:relative;width:100%;padding:9px 10px 9px 50px;border-radius:25px}.includes-upload-video-rules-wrapper .includes-upload-video-rules-info-wrapper .includes-upload-video-rules-image{position:absolute;top:0;left:-20px}.includes-upload-video-rules-wrapper .includes-upload-video-rules-info-wrapper .includes-upload-video-rules-image .includes-upload-video-rules-coin{width:60px;height:56px}.includes-upload-video-rules-wrapper .includes-upload-video-rules-grey{color:var(--rx-color-primary);background-color:var(--rx-color-primary-10)}body.darkmode .includes-upload-video-rules-wrapper .includes-upload-video-rules-grey{background-color:rgba(51,24,45,.8)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-grey .includes-upload-video-rules-tooltip-wrapper{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.includes-upload-video-rules-wrapper .includes-upload-video-rules-grey .includes-upload-video-rules-tooltip-wrapper .includes-upload-video-rules-icon{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap}.includes-upload-video-rules-wrapper .includes-upload-video-rules-grey .includes-upload-video-rules-tooltip-wrapper .includes-upload-video-rules-icon svg{width:20px;height:20px;color:var(--rx-color-primary-50)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-pink{color:var(--rx-color-base);background-color:var(--rx-color-accent)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-info{color:var(--rx-color-base)}body.darkmode .includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-info{color:var(--rx-color-white)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-tooltip-wrapper{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:flex-start;flex-wrap:wrap;color:var(--rx-color-primary)}body.darkmode .includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-tooltip-wrapper{color:var(--rx-color-white)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-tooltip-wrapper .includes-upload-video-rules-icon{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap}.includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-tooltip-wrapper .includes-upload-video-rules-icon svg{width:20px;height:20px;color:hsla(0,0%,100%,.5)}body.darkmode .includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-tooltip-wrapper .includes-upload-video-rules-icon svg{color:var(--rx-color-quaternary)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-button{background-color:var(--rx-color-base);border:none}body.darkmode .includes-upload-video-rules-wrapper .includes-upload-video-rules-pink .includes-upload-video-rules-button{background-color:var(--rx-color-white)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-list{padding-left:20px;list-style-type:disc}.includes-upload-video-rules-wrapper .includes-upload-video-rules-link{color:var(--rx-color-accent)}.includes-upload-video-rules-wrapper .includes-upload-video-rules-link:hover{color:var(--rx-color-primary-button-background-hover)}
.includes-sorting-wrapper{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-end;flex-wrap:wrap;min-height:26px;margin:10px 0 20px}@media (max-width:960px){.includes-sorting-wrapper{margin:10px 0 15px}}.includes-sorting-wrapper .includes-sorting-search-models{display:flex;flex:1}@media (max-width:960px){.includes-sorting-wrapper .includes-sorting-search-models{display:none}}.includes-sorting-wrapper .includes-sorting-search-models form{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:nowrap}.includes-sorting-wrapper .includes-sorting-search-models form svg{width:24px;height:24px;color:var(--rx-color-accent)}.includes-sorting-wrapper .includes-sorting-search-models form input{color:var(--rx-color-primary);font-size:18px;font-weight:700;line-height:120%;font-style:normal;padding:0;border:0;border-radius:0}.includes-sorting-wrapper .includes-sorting-search-models form input::-moz-placeholder{color:var(--rx-color-primary-50);opacity:1}.includes-sorting-wrapper .includes-sorting-search-models form input::placeholder{color:var(--rx-color-primary-50);opacity:1}.includes-sorting-wrapper .includes-sorting-filters{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:nowrap;position:relative;white-space:nowrap}@media (max-width:960px){.includes-sorting-wrapper .includes-sorting-filters{flex-wrap:wrap}}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:nowrap;font-size:16px;font-weight:400;line-height:150%;font-style:normal;color:var(--rx-color-primary-75)}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item:hover{color:var(--rx-color-link-hover)}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item:active,.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item:focus{color:var(--rx-color-link-active)}@media (max-width:960px){.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item{font-size:14px;letter-spacing:0}}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item svg{width:18px;height:18px}@media (max-width:960px){.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item svg{width:16px;height:16px}}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item[data-active]{font-weight:700;color:var(--rx-color-primary)}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filter-item[data-pb-dropdown=toggle-duration][data-opened=true] svg{transform:rotate(180deg)}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filters-page-specific{display:flex;flex-direction:row;gap:4px;justify-content:flex-end;flex-wrap:wrap}.includes-sorting-wrapper .includes-sorting-filters .includes-sorting-filters-page-specific .includes-sorting-selected-categories-count{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;display:none;width:20px;height:20px;line-height:100%;color:var(--rx-color-primary-button-text);background-color:var(--rx-color-accent);border-radius:50%}.includes-sorting-wrapper [data-option-disabled]{opacity:.5}.includes-sorting-wrapper [data-option-disabled]:hover:after{color:var(--rx-color-noir);font-size:14px;font-weight:400;line-height:normal;font-style:normal;position:absolute;bottom:27px;left:-60px;z-index:100;width:-moz-max-content;width:max-content;padding:2px 10px;text-transform:none;content:"Temporarily disabled";background:var(--rx-color-white);border-radius:8px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);opacity:1;transition:all .2s ease-in-out}.includes-sorting-model .includes-sorting-filters{flex:2}.includes-sorting-model .includes-sorting-filters .includes-sorting-filters-page-specific{flex:1}@media (max-width:960px){.includes-sorting-model .includes-sorting-filters .includes-sorting-filters-page-specific{flex:0}}.includes-sorting-model .includes-sorting-filters .includes-sorting-filters-page-specific.includes-sorting-hidden{visibility:hidden}@media (max-width:960px){.includes-sorting-model .includes-sorting-filters .includes-sorting-filters-page-specific.includes-sorting-hidden{display:none}}.includes-sorting-common{position:relative}@media (max-width:960px){.includes-sorting-common{justify-content:center}}.includes-sorting-common .includes-sorting-filters{flex:1}@media (max-width:960px){.includes-sorting-common .includes-sorting-filters{flex:0}}.includes-sorting-common .includes-sorting-filters-page-specific{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:wrap;position:absolute}@media (max-width:1140px){.includes-sorting-common .includes-sorting-filters-page-specific{position:static}}
.includes-smileys_bar-wrapper{position:absolute;bottom:0;left:0;width:100%;overflow-x:hidden;background-color:var(--rx-color-quaternary);border-radius:0 0 25px 25px}.includes-smileys_bar-wrapper .includes-smileys_bar-data{display:flex;flex-direction:row;gap:5px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%;max-width:100%;padding:4px 20px 10px;overflow-x:auto}.includes-smileys_bar-wrapper .includes-smileys_bar-data img{width:20px;height:20px;cursor:pointer}
.includes-pagination-wrapper{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:50px 0 0}@media (max-width:1140px){.includes-pagination-wrapper{margin:30px 0 0}}.includes-pagination-wrapper>:only-child{margin:0 auto}.includes-pagination-wrapper ul{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:wrap}.includes-pagination-wrapper .includes-pagination-show{color:var(--rx-color-primary-25);font-size:14px;font-weight:400;line-height:150%;font-style:normal}@media (max-width:620px){.includes-pagination-wrapper .includes-pagination-show{order:2}}.includes-pagination-wrapper .includes-pagination-show a,.includes-pagination-wrapper .includes-pagination-show span{color:var(--rx-color-primary-25);font-size:14px;font-weight:400;line-height:150%;font-style:normal}.includes-pagination-wrapper .includes-pagination-show a:hover{color:var(--rx-color-null)}.includes-pagination-wrapper .includes-pagination-show a:hover:hover{color:var(--rx-color-link-hover)}.includes-pagination-wrapper .includes-pagination-show a:hover:active,.includes-pagination-wrapper .includes-pagination-show a:hover:focus{color:var(--rx-color-link-active)}.includes-pagination-wrapper .includes-pagination-show [data-active]{color:var(--rx-color-primary);cursor:default}.includes-pagination-wrapper .includes-pagination-list{gap:2px}@media (max-width:620px){.includes-pagination-wrapper .includes-pagination-list{justify-content:center;width:100%}}.includes-pagination-wrapper .includes-pagination-list li a{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;width:40px;height:40px;font-size:14px;color:var(--rx-color-primary-25);border-radius:4px;transition:.2s}.includes-pagination-wrapper .includes-pagination-list li a:hover{color:var(--rx-color-accent);background-color:var(--rx-color-primary-10)}.includes-pagination-wrapper .includes-pagination-list li a.includes-pagination-arrow{color:var(--rx-color-primary-25)}.includes-pagination-wrapper .includes-pagination-list li span{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;width:40px;height:40px;font-size:14px;color:var(--rx-color-primary);background-color:var(--rx-color-primary-5);border-radius:4px}.includes-pagination-wrapper .includes-pagination-count{padding:10px;font-size:14px;color:var(--rx-color-primary-25)}@media (max-width:620px){.includes-pagination-wrapper .includes-pagination-count{order:3}}.includes-pagination-wrapper.includes-pagination-only-pages .includes-pagination-count,.includes-pagination-wrapper.includes-pagination-only-pages .includes-pagination-list{margin-left:auto}
.includes-message-me-popup-wrapper{overflow-wrap:anywhere}.includes-message-me-popup-wrapper form{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap;margin:20px 0 0}.includes-message-me-popup-wrapper form .includes-message-me-popup-smileys{min-height:230px;border:3px solid var(--rx-color-primary-75);border-radius:25px}.includes-message-me-popup-wrapper form .includes-message-me-popup-smileys .includes-message-me-popup-count{position:absolute;top:14px;right:20px;color:var(--rx-color-primary-50)}
.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner{position:relative;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner .includes-list-members-image img{width:160px;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:0 solid var(--rx-color-accent);border-radius:4px;transition:border .2s}@media (max-width:960px){.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner .includes-list-members-image img{width:120px}}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner .includes-list-members-unread-messages{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;top:0;right:10px;width:30px;height:30px;color:var(--rx-color-white);background-color:var(--rx-color-accent);border-radius:50%;transition:all linear .2s}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner .includes-list-members-profile-premium{position:absolute;right:0;bottom:0;z-index:100;color:var(--rx-color-base)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner .includes-list-members-profile-premium svg{width:40px;height:50px}@media (max-width:960px){.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-inner .includes-list-members-profile-premium svg{width:30px;height:40px}}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-details{display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 0}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-details .includes-list-members-title{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center;flex-wrap:nowrap;max-width:100%;color:inherit}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-details .includes-list-members-title .includes-list-members-number{color:var(--rx-color-accent)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-details .includes-list-members-title .includes-list-members-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box .includes-list-members-details .includes-list-members-date{color:var(--rx-color-primary-50)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:hover{color:var(--rx-color-link-hover)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:hover .includes-list-members-image img{border-color:var(--rx-color-link-hover);border-width:4px}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:hover .includes-list-members-unread-messages{background-color:var(--rx-color-link-hover)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:hover .includes-list-members-details .includes-list-members-title .includes-list-members-number{color:var(--rx-color-link-hover)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:active,.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:active .includes-list-members-details .includes-list-members-title .includes-list-members-number,.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:focus,.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:focus .includes-list-members-details .includes-list-members-title .includes-list-members-number{color:var(--rx-color-link-active)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:active .includes-list-members-image img,.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:focus .includes-list-members-image img{border-color:var(--rx-color-link-active)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:active .includes-list-members-unread-messages,.includes-list-members-wrapper .includes-list-members-item .includes-list-members-box:focus .includes-list-members-unread-messages{background-color:var(--rx-color-link-active)}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-actions{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 0}.includes-list-members-wrapper .includes-list-members-item .includes-list-members-actions button{padding:0 12px}.includes-list-members-wrapper .includes-list-members-item.includes-list-members-unread .includes-list-members-inner .includes-list-members-image img{border-width:4px}
.includes-list-categories-wrapper{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:center;flex-wrap:wrap;width:-moz-max-content;width:max-content;margin:20px 0 0}.includes-list-categories-wrapper .includes-list-categories-link{display:flex;flex-direction:row;gap:7px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:14px;line-height:150%;font-style:normal;color:var(--rx-color-primary-50)}.includes-list-categories-wrapper .includes-list-categories-link:hover{color:var(--rx-color-link-hover)}.includes-list-categories-wrapper .includes-list-categories-link:active,.includes-list-categories-wrapper .includes-list-categories-link:focus{color:var(--rx-color-link-active)}.includes-list-categories-wrapper .includes-list-categories-link span{color:var(--rx-color-primary-25);transition:.2s}.includes-list-categories-wrapper .includes-list-categories-link:hover span{color:var(--rx-color-link-hover)}.includes-list-categories-wrapper .includes-list-categories-link:active span,.includes-list-categories-wrapper .includes-list-categories-link:focus span{color:var(--rx-color-link-active)}.includes-list-categories-wrapper .includes-list-categories-active{color:var(--rx-color-primary)}
@media (max-width:1140px){header .includes-header-menu-secondary{display:none}}header .includes-header-menu-secondary .includes-header-inner{display:flex;flex-direction:row;gap:32px;align-items:center;flex-wrap:wrap}header .includes-header-menu-secondary .includes-header-inner ul{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap}header .includes-header-menu-secondary .includes-header-inner ul li a{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap;font-size:14px;font-weight:400;line-height:150%;font-style:normal;color:var(--rx-color-primary-50)}header .includes-header-menu-secondary .includes-header-inner ul li a:hover{color:var(--rx-color-link-hover)}header .includes-header-menu-secondary .includes-header-inner ul li a:active,header .includes-header-menu-secondary .includes-header-inner ul li a:focus{color:var(--rx-color-link-active)}header .includes-header-menu-secondary .includes-header-inner ul li a svg{width:20px;height:20px;border-radius:50%}header .includes-header-hero{margin:20px 0}@media (max-width:1140px){header .includes-header-hero{display:none}}header .includes-header-hero .includes-header-logo{width:217px;height:80px}header .includes-header-hero .includes-header-logo a{width:-moz-fit-content;width:fit-content}header .includes-header-hero .includes-header-logo a:hover{color:var(--rx-color-accent)}header .includes-header-hero .includes-header-logo a:active{color:var(--rx-color-accent-hover)}header .includes-header-hero .includes-header-logo a .includes-header-logo-wrapper{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap}header .includes-header-hero .includes-header-logo a .includes-header-logo-wrapper img,header .includes-header-hero .includes-header-logo a .includes-header-logo-wrapper svg{width:auto;height:66px}header .includes-header-hero .includes-header-logo a .includes-header-logo-tagline{display:block;width:100%;height:14px}header .includes-header-hero .includes-header-search{position:relative;max-width:447px}header .includes-header-hero .includes-header-search:hover .includes-header-icon-magnifier{color:var(--rx-color-link-hover)}header .includes-header-hero .includes-header-search input{width:100%;height:40px;padding:0 40px;border-color:var(--rx-color-primary-10)}header .includes-header-hero .includes-header-search input:focus+.includes-header-icon-magnifier{color:var(--rx-color-link-active)}header .includes-header-hero .includes-header-search .includes-header-icon-magnifier{position:absolute;top:0;bottom:0;left:12px;color:var(--rx-color-primary)}header .includes-header-hero .includes-header-search .includes-header-icon-close{position:absolute;top:0;right:10px;bottom:0;width:24px;height:24px;margin:auto 0}header .includes-header-hero .includes-header-search .includes-header-icon-close:hover{color:var(--rx-color-primary)}header .includes-header-hero .includes-header-search .includes-header-icon-close svg{width:100%;height:100%}header .includes-header-hero .includes-header-search .includes-header-icon-close svg path{transition:.2s}header .includes-header-hero .includes-header-search .includes-header-icon-close svg:hover path{stroke-opacity:1}header .includes-header-hero .includes-header-actions{display:flex;flex-direction:row;gap:16px;flex-wrap:nowrap}header .includes-header-hero .includes-header-actions .includes-header-btn{gap:6px;width:173px;min-width:unset}@media (max-width:1140px){header .includes-header-hero .includes-header-actions .includes-header-btn{width:160px}}header .includes-header-hero .includes-header-actions .includes-header-guest{color:var(--rx-color-primary-50);background:var(--rx-color-primary-5);border:1px solid var(--rx-color-white-10);transition:.2s}header .includes-header-hero .includes-header-actions .includes-header-guest:hover,header .includes-header-hero .includes-header-actions .includes-header-guest[data-tooltip-trigger-active=true]{background:var(--rx-color-primary-10)}header .includes-header-hero .includes-header-actions .includes-header-guest:active{background:var(--rx-color-primary-5)}header .includes-header-hero .includes-header-actions .includes-header-profile{position:relative}header .includes-header-hero .includes-header-actions .includes-header-profile:before{position:absolute;inset:0;content:"";border:1px solid var(--rx-color-accent);border-radius:4px;transition:border-color .2s,opacity .2s}header .includes-header-hero .includes-header-actions .includes-header-profile:hover:before,header .includes-header-hero .includes-header-actions .includes-header-profile[data-tooltip-trigger-active=true]:before{border-color:var(--rx-color-accent-hover)}header .includes-header-hero .includes-header-actions .includes-header-profile img{width:100%;height:100%;border-radius:4px}header .includes-header-hero .includes-header-actions .includes-header-profile span{color:var(--rx-color-white);font-size:12px;font-weight:700;line-height:150%;font-style:normal;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;top:-5px;right:-5px;width:22px;height:22px;background:var(--rx-color-link-hover);border-radius:50%}header .includes-header-hero .includes-header-actions .includes-header-accent{color:var(--rx-color-accent)}header .includes-header-menu-primary{position:relative;padding:10px 0;display:flex;flex-direction:row;gap:16px 32px;align-items:center;justify-content:space-between;flex-wrap:wrap-reverse}@media (max-width:1140px){header .includes-header-menu-primary{display:none}}header .includes-header-menu-primary ul.includes-header-main{display:flex;flex-direction:row;gap:32px;align-items:center;flex-wrap:wrap}header .includes-header-menu-primary ul.includes-header-main li a.includes-header-link{color:var(--rx-color-primary-75);font-size:16px;font-weight:700;line-height:150%;font-style:normal;display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:wrap;position:relative}header .includes-header-menu-primary ul.includes-header-main li a.includes-header-link:hover:not(.includes-header-active),header .includes-header-menu-primary ul.includes-header-main li a.includes-header-link[data-tooltip-trigger-active=true]{color:var(--rx-color-link-hover)}header .includes-header-menu-primary ul.includes-header-main li a.includes-header-link.includes-header-selected{color:var(--rx-color-white)}header .includes-header-menu-primary ul.includes-header-main li a.includes-header-link[data-tooltip-trigger-active=true] svg{transform:rotate(180deg)}header .includes-header-menu-primary ul.includes-header-main li a.includes-header-link svg{transition:all .2s}header .includes-header-menu-primary ul.includes-header-main .includes-header-categories{width:336px;padding:0}header .includes-header-menu-primary ul.includes-header-main .includes-header-categories div{max-height:382px;padding:20px;overflow:auto}header .includes-header-menu-primary ul.includes-header-main .includes-header-categories div ul{display:grid;flex-direction:unset;flex-wrap:unset;grid-template-columns:repeat(2,1fr)}header .includes-header-menu-primary ul.includes-header-alt{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-end;flex-wrap:wrap}header .includes-header-menu-primary ul.includes-header-alt li a{color:var(--rx-color-primary-50);font-size:14px;font-weight:400;line-height:120%;font-style:normal;display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:wrap}header .includes-header-menu-primary ul.includes-header-alt li a:hover{color:var(--rx-color-link-hover)}header .includes-header-menu-primary ul.includes-header-alt li a.includes-header-active{color:var(--rx-color-white)}header .includes-header-menu-mobile{position:relative;z-index:310;padding:3px 0}@media (min-width:1140px){header .includes-header-menu-mobile{display:none}}header .includes-header-menu-mobile .includes-header-start{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap}header .includes-header-menu-mobile .includes-header-start .includes-header-hamburger-icon,header .includes-header-menu-mobile .includes-header-start .includes-header-magnifier-icon{width:24px;height:auto;color:var(--rx-color-primary-50);border-radius:0}header .includes-header-menu-mobile .includes-header-start .includes-header-hamburger-icon[data-opened=true] svg rect{transform-origin:center;transition:transform .3s}header .includes-header-menu-mobile .includes-header-start .includes-header-hamburger-icon[data-opened=true] svg rect:first-child{transform:rotate(45deg) translateX(0) translateY(7.5px)}header .includes-header-menu-mobile .includes-header-start .includes-header-hamburger-icon[data-opened=true] svg rect:nth-child(2){opacity:0}header .includes-header-menu-mobile .includes-header-start .includes-header-hamburger-icon[data-opened=true] svg rect:nth-child(3){transform:translateY(-10px) rotate(-45deg) translateX(-7.5px)}header .includes-header-menu-mobile .includes-header-logo{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}@media (max-width:1140px){header .includes-header-menu-mobile .includes-header-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}header .includes-header-menu-mobile .includes-header-logo a{display:block;width:152px;height:56px}@media (max-width:620px){header .includes-header-menu-mobile .includes-header-logo a{width:120px;height:44px}}header .includes-header-menu-mobile .includes-header-logo a .includes-header-logo-wrapper{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;width:100%;height:46px}@media (max-width:620px){header .includes-header-menu-mobile .includes-header-logo a .includes-header-logo-wrapper{height:36px}}header .includes-header-menu-mobile .includes-header-logo a .includes-header-logo-wrapper img,header .includes-header-menu-mobile .includes-header-logo a .includes-header-logo-wrapper svg{width:auto;height:100%}header .includes-header-menu-mobile .includes-header-logo a .includes-header-logo-tagline{width:100%;height:auto}header .includes-header-menu-mobile .includes-header-end{display:flex;flex-direction:row;justify-content:flex-end;flex-wrap:wrap;max-width:70px}header .includes-header-menu-mobile .includes-header-end button{width:32px;height:32px}header .includes-header-menu-mobile .includes-header-end .includes-header-guest svg{width:24px;height:24px}header .includes-header-menu-mobile .includes-header-end .includes-header-accent{color:var(--rx-color-accent)}header .includes-header-menu-mobile .includes-header-end .includes-header-profile{position:relative}header .includes-header-menu-mobile .includes-header-end .includes-header-profile:before{position:absolute;inset:0;content:"";border:1px solid var(--rx-color-accent);border-radius:4px;transition:border-color .2s,opacity .2s}header .includes-header-menu-mobile .includes-header-end .includes-header-profile:hover:before,header .includes-header-menu-mobile .includes-header-end .includes-header-profile[data-popover-trigger-active=true]:before{border-color:var(--rx-color-accent-hover)}header .includes-header-menu-mobile .includes-header-end .includes-header-profile img{width:100%;height:100%;border-radius:4px}header .includes-header-menu-mobile .includes-header-end .includes-header-profile span{color:var(--rx-color-white);font-size:9px;font-weight:700;line-height:150%;font-style:normal;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;top:-4px;right:-4px;width:16px;height:16px;background:var(--rx-color-link-hover);border-radius:50%}header .includes-header-mobile-box{position:fixed;inset:0;z-index:300;padding:50px 0 0;background:var(--rx-color-base)}@media (min-width:1140px){header .includes-header-mobile-box{display:none}}header .includes-header-mobile-box .includes-header-inner{display:flex;flex-direction:column;gap:30px;flex-wrap:nowrap;height:100%;padding:30px 0 0;overflow:auto}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-primary{display:flex;flex-direction:column;gap:20px;align-items:center;flex-wrap:nowrap}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-primary .includes-header-link{color:var(--rx-color-primary-75);font-size:16px;font-weight:700;line-height:150%;font-style:normal}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-primary .includes-header-link.includes-header-active{color:var(--rx-color-white)}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-actions{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:center;flex-wrap:nowrap}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-actions li .includes-header-btn{gap:6px}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-tools{display:flex;flex-direction:row;gap:16px 20px;align-items:center;justify-content:center;flex-wrap:wrap}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-tools li a{font-size:14px;font-weight:500;line-height:150%;font-style:normal;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-tools li a.includes-header-active{color:var(--rx-color-accent)}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-tools li a.includes-header-active svg circle{fill:var(--rx-color-accent)}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-secondary,header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-top{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap}header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-secondary li a,header .includes-header-mobile-box .includes-header-inner ul.includes-header-mobile-menu-top li a{font-size:14px;font-weight:400;line-height:150%;font-style:normal;color:var(--rx-color-primary-50)}header .includes-header-mobile-search{position:fixed;inset:0;z-index:500;padding:80px 20px 20px;background:var(--rx-color-base)}header .includes-header-mobile-search .includes-header-search{position:relative}header .includes-header-mobile-search .includes-header-search:hover .includes-header-icon-magnifier{color:var(--rx-color-link-hover)}header .includes-header-mobile-search .includes-header-search input{width:100%;height:40px;padding:0 40px;border-color:var(--rx-color-primary-10)}header .includes-header-mobile-search .includes-header-search input:focus+.includes-header-icon-magnifier{color:var(--rx-color-link-active)}header .includes-header-mobile-search .includes-header-search .includes-header-icon-magnifier{position:absolute;top:0;bottom:0;left:12px;color:var(--rx-color-primary)}header .includes-header-mobile-search .includes-header-search .includes-header-icon-close{position:absolute;top:0;right:10px;bottom:0;width:24px;height:24px;margin:auto 0;color:#a08caa}header .includes-header-mobile-search .includes-header-search .includes-header-icon-close:hover{color:var(--rx-color-primary)}header .includes-header-mobile-search .includes-header-search .includes-header-icon-close svg{width:100%;height:100%}header .includes-header-cake{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:nowrap}header .includes-header-cake,header .includes-header-cake:hover{color:var(--rx-color-white);font-size:15px;line-height:normal;font-style:normal;text-transform:uppercase}body.darkmode header .includes-header-cake,body.darkmode header .includes-header-cake:hover{background-color:transparent;border:3px solid #f2f2f2}body.darkmode header .includes-header-cake:hover,body.darkmode header .includes-header-cake:hover:hover{border-color:var(--rx-color-link-hover)}header .includes-header-cake:before,header .includes-header-cake:hover:before{width:16px;height:16px;content:"";background-image:url(/static/images/advertise/videocam.png);background-repeat:no-repeat;background-size:contain}
footer{padding:50px 0}footer .includes-footer-wrapper{display:flex;flex-direction:row;gap:40px;align-items:center;flex-wrap:nowrap}@media (max-width:960px){footer .includes-footer-wrapper{flex-direction:column;align-items:flex-start}}footer .includes-footer-wrapper .includes-footer-logo{display:inline-block;width:207px;height:80px}@media (max-width:960px){footer .includes-footer-wrapper .includes-footer-logo{width:158px;height:60px}}footer .includes-footer-wrapper .includes-footer-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .2s}footer .includes-footer-wrapper .includes-footer-logo:active img,footer .includes-footer-wrapper .includes-footer-logo:focus img,footer .includes-footer-wrapper .includes-footer-logo:hover img{filter:brightness(.8)}footer .includes-footer-wrapper .includes-footer-menu{display:flex;flex-direction:column;gap:20px;align-items:flex-start;flex-wrap:wrap}@media (max-width:960px){footer .includes-footer-wrapper .includes-footer-menu{gap:40px}}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary{display:flex;flex-direction:row;gap:10px 20px;align-items:center;flex-wrap:wrap}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary a.includes-footer-selected,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary a.includes-footer-selected{color:var(--rx-color-accent)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary a:hover,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary a:hover{color:var(--rx-color-link-hover)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary a:active,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary a:focus,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary a:active,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary a:focus{color:var(--rx-color-link-active)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary a{color:var(--rx-color-primary-75)}@media (max-width:960px){footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-primary a{font-size:14px}}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary a{color:var(--rx-color-primary-50)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary .includes-footer-info{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:nowrap;color:var(--rx-color-primary-50)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary .includes-footer-info a{color:var(--rx-color-accent)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary .includes-footer-info a:hover{color:var(--rx-color-link-hover)}footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary .includes-footer-info a:active,footer .includes-footer-wrapper .includes-footer-menu .includes-footer-menu-secondary .includes-footer-info a:focus{color:var(--rx-color-link-active)}
.includes-emoji-bar-wrapper{width:100%;overflow-x:hidden;background-color:var(--rx-color-primary-5);border-radius:0 0 4px 4px}.includes-emoji-bar-wrapper .includes-emoji-bar-data{display:flex;flex-direction:row;gap:5px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%;max-width:100%;padding:20px;overflow-x:auto}.includes-emoji-bar-wrapper .includes-emoji-bar-data img{width:20px;height:20px;cursor:pointer}
.includes-edit_profile_succes_popup-wrapper{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap;color:var(--rx-color-primary);font-size:18px;font-weight:400;line-height:160%;font-style:normal}@media (min-width:960px){.includes-edit_profile_succes_popup-wrapper{white-space:nowrap}}
.includes-creator-models-wrapper{display:flex;flex-direction:column;gap:8px;flex-wrap:wrap;position:fixed;bottom:20px;left:20px;z-index:300;min-width:265px;padding:32px;background:var(--rx-color-base);border-radius:8px;box-shadow:0 4px 20px 0 var(--rx-color-box-shadow)}@media (max-width:620px){.includes-creator-models-wrapper{bottom:8px;left:8px;padding:16px}}body.darkmode .includes-creator-models-wrapper{border:3px solid var(--rx-color-primary-20);box-shadow:none}.includes-creator-models-wrapper .includes-creator-models-title{display:flex;flex-direction:row;gap:2px;align-items:center;flex-wrap:wrap}.includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info{position:relative}.includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info svg{width:24px;height:24px;color:var(--rx-color-primary-20)}body.darkmode .includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info svg{color:#d9d9d9}.includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info .includes-creator-models-tooltip{font-size:14px;font-weight:400;line-height:150%;font-style:normal;position:absolute;bottom:30px;left:50%;z-index:100;visibility:hidden;width:176px;padding:16px;color:var(--rx-color-primary);text-transform:none;background:var(--rx-color-base);border-radius:8px;box-shadow:0 2px 8px 0 var(--rx-color-box-shadow);opacity:0;transform:translateX(-50%);transition:.2s}body.darkmode .includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info .includes-creator-models-tooltip{border:3px solid var(--rx-color-primary-20);box-shadow:none}.includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info:hover svg,body.darkmode .includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info:hover svg{color:var(--rx-color-link-hover)}.includes-creator-models-wrapper .includes-creator-models-title .includes-creator-models-info:hover .includes-creator-models-tooltip{visibility:visible;opacity:1}.includes-creator-models-wrapper .includes-creator-models-list li form{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;flex-wrap:nowrap}.includes-creator-models-wrapper .includes-creator-models-list li form .includes-creator-models-model{text-decoration:underline}.includes-creator-models-wrapper .includes-creator-models-show-more{width:-moz-fit-content;width:fit-content}
.includes-creator-edit-profile-popup-wrapper{width:100%}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header{display:flex;flex-direction:row;gap:20px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;width:100%}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-image-wrapper .includes-creator-edit-profile-popup-image{position:relative;display:block;width:100px;height:128px}@media (max-width:960px){.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-image-wrapper .includes-creator-edit-profile-popup-image{width:70px;height:90px}}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-image-wrapper .includes-creator-edit-profile-popup-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-image-wrapper .includes-creator-edit-profile-popup-image .includes-creator-edit-profile-popup-icon{position:absolute;top:-8px;right:-8px;width:30px;height:30px;color:var(--rx-color-accent)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-image-wrapper .includes-creator-edit-profile-popup-image .includes-creator-edit-profile-popup-icon svg{width:30px;height:30px;opacity:0}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-image-wrapper .includes-creator-edit-profile-popup-image:hover .includes-creator-edit-profile-popup-icon svg{opacity:1}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-info .includes-creator-edit-profile-popup-title{margin-bottom:8px}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-info .includes-creator-edit-profile-popup-checkboxes-wrapper{display:flex;flex-direction:column;gap:4px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-info .includes-creator-edit-profile-popup-checkboxes-wrapper .includes-creator-edit-profile-popup-checkbox-wrapper{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-info .includes-creator-edit-profile-popup-checkboxes-wrapper .includes-creator-edit-profile-popup-checkbox-wrapper .includes-creator-edit-profile-popup-info{width:24px;height:24px}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-header .includes-creator-edit-profile-popup-info .includes-creator-edit-profile-popup-checkboxes-wrapper .includes-creator-edit-profile-popup-checkbox-wrapper .includes-creator-edit-profile-popup-info svg{width:24px;height:24px;color:var(--rx-color-primary-20)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-field{margin-bottom:16px}@media (max-width:960px){.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-field{margin-bottom:20px}}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper>div{width:100%}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social{position:relative}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button{position:absolute;top:16px;right:16px;width:18px;height:18px}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button:hover{cursor:pointer}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-apply-icon{display:none}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-apply-icon[data-active]{display:block}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-apply-icon svg{color:var(--rx-color-accent)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-apply-icon:hover svg{color:var(--rx-color-link-hover)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-remove-icon{display:none}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-remove-icon[data-active]{display:block}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-remove-icon svg{color:#a08caa}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-creator-model-social button .includes-creator-edit-profile-popup-remove-icon:hover svg{color:var(--rx-color-primary-75)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-social{width:100%}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-social-wrapper .includes-creator-edit-profile-popup-social input{padding:12px 40px 12px 20px}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-textarea-wrapper{position:relative;background-color:transparent;border:3px solid var(--rx-color-primary-75);border-radius:30px;transition:.2s}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-textarea-wrapper .fake-textarea-edit{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;min-height:72px;padding:14px 60px 14px 20px;overflow-y:auto;overflow-wrap:anywhere;outline:none;border:none}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-textarea-wrapper .includes-creator-edit-profile-popup-count{position:absolute;top:14px;right:20px;color:var(--rx-color-primary-50)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-textarea-wrapper:hover{border-color:var(--rx-color-link-hover)}.includes-creator-edit-profile-popup-wrapper .includes-creator-edit-profile-popup-textarea-wrapper textarea{padding-bottom:40px;border:none}
.components-votes-wrapper{width:100%}.components-votes-wrapper .components-votes-votes{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:nowrap;width:100%;margin:0 0 30px;color:var(--rx-color-primary)}@media (max-width:960px){.components-votes-wrapper .components-votes-votes{display:flex;flex-direction:column;gap:10px;flex-wrap:nowrap}}@media (max-width:620px){.components-votes-wrapper .components-votes-votes{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:nowrap}}.components-votes-wrapper .components-votes-votes .components-votes-controls{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;font-size:12px;color:var(--rx-color-primary-75);background:var(--rx-color-primary-10);border-radius:4px}.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-dislike,.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-like{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;min-width:70px;cursor:pointer;border-radius:4px;transition:all .2s}.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-dislike.disabled,.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-like.disabled{pointer-events:none;opacity:.5}.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-dislike:hover,.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-like:hover{color:var(--rx-color-primary);background:var(--rx-color-primary-25)}.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-dislike.voted,.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-like.voted{color:var(--rx-color-primary)}.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-like{border-radius:4px 0 0 4px}.components-votes-wrapper .components-votes-votes .components-votes-controls .rate-dislike{border-radius:0 4px 4px 0}.components-votes-wrapper .components-votes-votes .components-votes-controls .components-votes-separator{width:1px;font-size:20px;color:var(--rx-color-primary-10)}@media (max-width:960px){.components-votes-wrapper .components-votes-votes .components-votes-votes-rating{width:100%}}.components-votes-wrapper .components-votes-votes .components-votes-votes-rating .components-votes-voters{color:var(--rx-color-primary);font-size:18px;font-weight:700;line-height:normal;font-style:normal;text-align:center}.components-votes-wrapper .components-votes-votes .components-votes-votes-rating .components-votes-voters span{color:var(--rx-color-primary-50);font-weight:400;font-style:normal}.components-votes-wrapper .components-votes-votes .components-votes-votes-rating .components-votes-progress-rate{position:relative;width:110px;height:8px;overflow:hidden;background:var(--rx-color-primary-20);border-radius:4px}@media (max-width:960px){.components-votes-wrapper .components-votes-votes .components-votes-votes-rating .components-votes-progress-rate{width:100%}}.components-votes-wrapper .components-votes-votes .components-votes-votes-rating .components-votes-progress-rate .components-votes-scale{position:absolute;top:0;left:0;height:8px;background:var(--rx-color-accent);border-radius:4px}
.components-video-tags-wrapper .components-video-tags-video-tags{display:flex;flex-direction:column;gap:4px;flex-wrap:nowrap}@media (max-width:620px){.components-video-tags-wrapper .components-video-tags-video-tags{gap:9px}}.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-title{color:var(--rx-color-primary);font-weight:700;line-height:120%;font-style:normal;text-transform:uppercase}@media (max-width:620px){.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-title{font-size:14px}}.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap}.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link{color:var(--rx-color-primary);font-size:16px;font-weight:400;line-height:140%;font-style:normal;padding:4px 8px;background:var(--rx-color-primary-10);border-radius:8px;transition:all .2s}body.darkmode .components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link{color:var(--rx-color-white);background:var(--rx-color-primary-20)}.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link:hover{color:var(--rx-color-base);background:var(--rx-color-link-hover)}body.darkmode .components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link:hover{background:var(--rx-color-link-hover)}.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link:active,.components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link:focus,body.darkmode .components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link:active,body.darkmode .components-video-tags-wrapper .components-video-tags-video-tags .components-video-tags-tags-list .components-video-tags-list-item .components-video-tags-link:focus{background:var(--rx-color-link-active)}
.components-video-categories-wrapper .components-video-categories-video-categories{display:flex;flex-direction:column;gap:11px;flex-wrap:nowrap}@media (max-width:620px){.components-video-categories-wrapper .components-video-categories-video-categories{gap:13px}}.components-video-categories-wrapper .components-video-categories-video-categories .components-video-categories-title{color:var(--rx-color-primary);font-weight:700;line-height:120%;font-style:normal;text-transform:uppercase}@media (max-width:620px){.components-video-categories-wrapper .components-video-categories-video-categories .components-video-categories-title{font-size:14px}}.components-video-categories-wrapper .components-video-categories-video-categories .components-video-categories-categories-list{display:flex;flex-direction:row;gap:18px;align-items:center;flex-wrap:wrap}.components-video-categories-wrapper .components-video-categories-video-categories .components-video-categories-categories-list .components-video-categories-list-item .components-video-categories-link{display:flex;flex-direction:row;gap:3px;align-items:center;flex-wrap:nowrap}.components-video-categories-wrapper .components-video-categories-video-categories .components-video-categories-categories-list .components-video-categories-list-item .components-video-categories-link .components-video-categories-category-name{line-height:100%}.components-video-categories-wrapper .components-video-categories-video-categories .components-video-categories-categories-list .components-video-categories-list-item .components-video-categories-link .components-video-categories-total{opacity:.5}
.components-share-wrapper{width:100%}.components-share-wrapper .components-share-share{padding:0 0 30px;margin:30px 0 0;border-bottom:3px solid var(--rx-color-primary-10)}.components-share-wrapper .components-share-share form{display:flex;flex-direction:column;gap:20px;flex-wrap:nowrap}.components-share-wrapper .components-share-share form .components-share-block{max-width:700px}.components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:nowrap}.components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;width:50px;height:50px;color:var(--rx-color-base);cursor:pointer;background:var(--rx-color-primary-20);border-radius:50%;transition:all .2s}body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy{color:#fff;background:hsla(0,0%,95%,.2)}.components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy:hover{background:var(--rx-color-link-hover)}body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy:hover{background:#f09}.components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy:active,.components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy:focus{background:var(--rx-color-link-active)}body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy:active,body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-share-copy .components-share-icon-copy:focus{background:#ce3792}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions{display:flex;flex-direction:row;gap:30px;align-items:center;flex-wrap:nowrap}@media (max-width:960px){.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions{display:flex;flex-direction:column;gap:8px;align-items:center;flex-wrap:wrap}}@media (max-width:620px){.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions{align-items:flex-start}}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions{margin:15px 0 0}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-custom-size .components-share-embed-item,.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;height:30px;padding:0 8px;font-size:16px;text-align:center;outline:none;background:var(--rx-color-primary-10);border:none;border-radius:8px}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item{color:var(--rx-color-primary)}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:active,.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:focus,.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:hover{color:var(--rx-color-base)}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item{transition:all .2s}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:hover{background:var(--rx-color-link-hover)}body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:hover{color:#fff}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:active,.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:focus{background:var(--rx-color-link-active)}body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:active,body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item:focus{color:#fff}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item[data-embed-default]{color:var(--rx-color-base);background:var(--rx-color-accent)}body.darkmode .components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-default-size .components-share-embed-item[data-embed-default]{color:#fff}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-custom-size{display:flex;flex-direction:row;gap:7px;align-items:center;flex-wrap:nowrap;display:none}.components-share-wrapper .components-share-share form .components-share-block .components-share-embed-actions .components-share-embed-custom-size .components-share-embed-item{width:60px}
.components-promoted-wrapper{margin:30px 0 0}.components-promoted-wrapper .components-promoted-title{color:var(--rx-color-primary-50);text-align:center}.components-promoted-wrapper .components-promoted-cake{margin:20px 0 40px}@media (max-width:1620px){.components-promoted-wrapper .components-promoted-cake .row .col:nth-child(5){display:none}}@media (max-width:1320px){.components-promoted-wrapper .components-promoted-cake .row .col:nth-child(4){display:none}}@media (max-width:960px){.components-promoted-wrapper .components-promoted-cake .row .col:nth-child(4){display:inline-block}}.components-promoted-wrapper .components-promoted-carousel{position:relative;padding:0 60px}@media (max-width:1140px){.components-promoted-wrapper .components-promoted-carousel{position:relative;left:calc(-50vw + 50%);width:100vw;padding:0}}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item:hover .components-promoted-pb-carousel-item-content-image:before{opacity:1}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item:hover .components-promoted-item-name{color:var(--rx-color-link-hover)}@media (max-width:1140px){.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item:hover .components-promoted-item-name{color:var(--rx-color-primary)}}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content{display:flex;flex-direction:column;gap:8px;align-items:center;flex-wrap:nowrap}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-content-image{position:relative;width:auto;height:400px}@media (max-width:1620px){.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-content-image{height:350px}}@media (max-width:1560px){.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-content-image{height:310px}}@media (max-width:1140px){.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-content-image{padding:0 10px}}@media (max-width:960px){.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-content-image{height:400px}}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-content-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-item-name{text-align:center;transition:all .2s ease}.components-promoted-wrapper .components-promoted-carousel .components-promoted-carousel-item .components-promoted-item-content .components-promoted-item-info{color:var(--rx-color-primary-50)}
@media (max-width:960px){.components-profile-details-wrapper{display:none}}.components-profile-details-wrapper .components-profile-details-list{display:flex;flex-direction:row;gap:12px 15px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.components-profile-details-wrapper .components-profile-details-list{justify-content:center}}.components-profile-details-wrapper .components-profile-details-list div{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap;line-height:100%;overflow-wrap:anywhere}.components-profile-details-wrapper .components-profile-details-list div div:first-child{color:var(--rx-color-primary-50)}
.components-profile-blocks-header-wrapper{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:wrap;margin:0 0 20px}@media (max-width:960px){.components-profile-blocks-header-wrapper{justify-content:center;margin:0 0 15px}}.components-profile-blocks-header-wrapper h2{overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;line-break:anywhere}.components-profile-blocks-header-wrapper h2 span{color:var(--rx-color-primary-50)}
.components-page-description-wrapper{color:var(--rx-color-primary-25);font-size:14px;line-height:150%;font-style:normal;max-width:700px;padding:50px 0}@media (max-width:1320px){.components-page-description-wrapper{margin:0 auto}}@media (max-width:960px){.components-page-description-wrapper{max-width:100%}}
.components-not-available-wrapper .components-not-available-blocked{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;flex-wrap:wrap;margin:70px 0}@media (max-width:960px){.components-not-available-wrapper .components-not-available-blocked{gap:10px;margin:40px 0 30px}.components-not-available-wrapper .components-not-available-blocked svg{width:108px;height:105px}}
.components-new-profile-wrapper{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;padding:120px 0 0;text-align:center}@media (max-width:960px){.components-new-profile-wrapper{padding:0}.components-new-profile-wrapper svg{width:117px;height:180px}}.components-new-profile-wrapper a{color:var(--rx-color-accent)}
.components-model-categories-wrapper{flex:1;border-right:3px solid var(--rx-color-primary-10)}@media (max-width:960px){.components-model-categories-wrapper{border:none}}.components-model-categories-wrapper:last-child{padding:0;border:none}@media (max-width:960px){.components-model-categories-wrapper:not(:first-child){display:none}}.components-model-categories-wrapper .components-model-categories-heading{color:var(--rx-color-primary);font-size:20px;font-weight:400;line-height:120%;font-style:normal;font-family:var(--font-londrina);text-transform:uppercase;letter-spacing:.4px}@media (max-width:620px){.components-model-categories-wrapper .components-model-categories-heading{font-size:14px;font-weight:700;line-height:normal;font-style:normal;letter-spacing:.28px}}.components-model-categories-wrapper .components-model-categories-heading span{margin:0 0 0 4px;color:var(--rx-color-primary-50)}.components-model-categories-wrapper .components-model-categories-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 8px;max-height:440px;padding:0 18px 0 0;margin:20px 0 0;overflow:auto;scrollbar-width:thin}body.darkmode .components-model-categories-wrapper .components-model-categories-list{scrollbar-color:var(--rx-color-primary-20) transparent}@media (max-width:1620px){.components-model-categories-wrapper .components-model-categories-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:1140px){.components-model-categories-wrapper .components-model-categories-list{grid-template-columns:repeat(2,1fr)}}.components-model-categories-wrapper .components-model-categories-list li{overflow:hidden}.components-model-categories-wrapper .components-model-categories-list li,.components-model-categories-wrapper .components-model-categories-list li label input{color:var(--rx-color-primary);font-size:16px;font-weight:400;line-height:150%;font-style:normal}.components-model-categories-wrapper .components-model-categories-list li label input:checked+span{font-weight:700}
.components-model-categories-dialog-wrapper{padding:20px}.components-model-categories-dialog-wrapper .components-model-categories-dialog-headings{display:flex;flex-direction:row;gap:20px;flex-wrap:nowrap;padding:0 0 15px;border-bottom:3px solid var(--rx-color-primary-10)}.components-model-categories-dialog-wrapper .components-model-categories-dialog-headings li{display:flex;line-height:normal}.components-model-categories-dialog-wrapper .components-model-categories-dialog-headings li button{color:var(--rx-color-primary);font-size:14px;font-weight:700;line-height:120%;font-style:normal;font-family:var(--font-londrina);text-transform:uppercase;letter-spacing:.28px}@media (max-width:620px){.components-model-categories-dialog-wrapper .components-model-categories-dialog-headings li button{font-size:14px;font-weight:700;line-height:normal;font-style:normal}}.components-model-categories-dialog-wrapper .components-model-categories-dialog-headings li button span{margin:0 0 0 4px;color:var(--rx-color-primary-50)}.components-model-categories-dialog-wrapper .components-model-categories-dialog-headings li button[data-category-type-active]{color:var(--rx-color-accent)}.components-model-categories-dialog-wrapper .components-model-categories-dialog-inner{display:flex;flex-direction:row;gap:15px 18px;flex-wrap:wrap}.components-model-categories-dialog-wrapper .components-model-categories-dialog-buttons{display:flex;flex-direction:row;gap:20px;justify-content:center;flex-wrap:wrap;margin:15px 0 0}.components-model-categories-dialog-wrapper .components-model-categories-dialog-buttons button{width:100%}.components-model-categories-dialog-wrapper .components-model-categories-dialog-buttons a{color:var(--rx-color-accent)}.components-model-categories-dialog-wrapper .components-model-categories-dialog-buttons a:hover{color:var(--rx-color-link-hover)}.components-model-categories-dialog-wrapper .components-model-categories-dialog-buttons a:active,.components-model-categories-dialog-wrapper .components-model-categories-dialog-buttons a:focus{color:var(--rx-color-link-active)}
.components-menu-wrapper{display:flex;flex-direction:column;gap:6px 15px;flex-wrap:wrap}@media (max-width:960px){.components-menu-wrapper{flex-direction:row;justify-content:center}}.components-menu-wrapper li .components-menu-current,.components-menu-wrapper li a{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap;font-size:18px;font-weight:700;line-height:120%;font-style:normal;text-transform:uppercase}.components-menu-wrapper li .components-menu-current span,.components-menu-wrapper li a span{color:var(--rx-color-primary-50)}.components-menu-wrapper li .components-menu-current{color:var(--rx-color-accent);cursor:default}.components-menu-wrapper .components-menu-messages span{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;color:#fff;font-size:14px;font-weight:700;line-height:100%;font-style:normal;width:22px;height:22px;margin:-2px 0 0;background:var(--rx-color-link-hover);border-radius:50%}.components-menu-wrapper .components-menu-messages .components-menu-current span{color:var(--rx-color-white)}
.components-empty-content-wrapper{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;flex-wrap:wrap;padding:80px 0}@media (max-width:960px){.components-empty-content-wrapper{padding:50px 0}}.components-empty-content-wrapper.components-empty-content-center{margin:0 342px 0 0}.components-empty-content-wrapper svg{color:var(--rx-color-primary)}@media (max-width:960px){.components-empty-content-wrapper svg{max-width:250px;height:auto}}@media (max-width:620px){.components-empty-content-wrapper svg{max-width:160px}}.components-empty-content-wrapper div:last-child{color:var(--rx-color-primary-50)}
.components-contact-us-cta-wrapper{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;flex-wrap:nowrap;position:relative;height:80px;padding:0 15px 0 134px;margin:50px auto 0;font-family:var(--font-londrina);text-transform:uppercase;background-color:var(--rx-color-accent);border-radius:60px}@media (max-width:960px){.components-contact-us-cta-wrapper{padding-left:20px;flex-direction:column;height:auto;padding:32px;border-radius:30px}}.components-contact-us-cta-wrapper .components-contact-us-cta-bunny{position:absolute;bottom:0;left:21px;width:92px;height:105px}.components-contact-us-cta-wrapper .components-contact-us-cta-title{color:var(--rx-color-white);font-size:26px;font-weight:400;line-height:110%;font-style:normal;letter-spacing:.52px}@media (max-width:960px){.components-contact-us-cta-wrapper .components-contact-us-cta-title{max-width:270px;text-align:center}}.components-contact-us-cta-wrapper .components-contact-us-cta-link{min-width:212px}
.components-common-creator-registration-dialog-wrapper{width:490px;height:100%;max-height:calc(90vh - 120px);overflow-y:auto;scrollbar-width:thin}body.darkmode .components-common-creator-registration-dialog-wrapper{scrollbar-color:var(--rx-color-primary-20) transparent}@media (max-width:960px){.components-common-creator-registration-dialog-wrapper{max-height:calc(100vh - 80px);padding:0!important}}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-header{padding-bottom:50px;text-align:center}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-header .components-common-creator-registration-dialog-link{padding-bottom:8px;color:var(--rx-color-primary)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-header .components-common-creator-registration-dialog-link:hover{color:var(--rx-color-primary-button-background-hover)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-header .components-common-creator-registration-dialog-description{color:var(--rx-color-primary-50)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container{width:100%;max-width:500px;overflow:hidden}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:nowrap;width:300%;transition:transform .5s ease-in-out}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper{display:flex;flex-direction:column;gap:20px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%;max-width:500px;padding:0 60px}@media (max-width:1140px){.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper{gap:16px}}@media (max-width:620px){.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper{padding:0}}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-error{color:var(--rx-color-red);font-size:14px;font-weight:400;line-height:160%;font-style:normal;padding:0 15px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-info{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-info .components-common-creator-registration-dialog-description{color:var(--rx-color-primary-75)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-info .components-common-creator-registration-dialog-line{position:relative;width:100%;height:20px;background:var(--rx-color-quaternary);border-radius:50px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-info .components-common-creator-registration-dialog-line:before{position:absolute;top:50%;left:3px;width:33.3%;height:14px;padding:3px;content:"";background:var(--rx-color-accent);border-radius:50px;transform:translateY(-50%)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-info .components-common-creator-registration-dialog-step-2:before{width:66.6%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-info .components-common-creator-registration-dialog-step-3:before{width:98%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form{display:flex;flex-direction:column;gap:16px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form div{width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-optional{color:var(--rx-color-primary-50)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-upload-image{width:100%;min-width:150px;max-width:150px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-upload-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-photo-info{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin-top:8px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-photo-info .components-common-creator-registration-dialog-title{position:relative;width:-moz-fit-content;width:fit-content}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-photo-info .components-common-creator-registration-dialog-title:after{position:absolute;top:0;right:-8px;content:"*"}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-photo-info .components-common-creator-registration-dialog-rules{display:flex;flex-direction:column;gap:5px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;color:var(--rx-color-primary-75)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-photo-info .components-common-creator-registration-dialog-rules a{color:var(--rx-color-accent)}@media (max-width:960px){.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-photo-wrapper .components-common-creator-registration-dialog-photo-info .components-common-creator-registration-dialog-button{min-width:auto}}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-date-wrapper{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-date-wrapper .components-common-creator-registration-dialog-day{width:100%;min-width:100px}@media (max-width:960px){.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-date-wrapper .components-common-creator-registration-dialog-day{min-width:75px}}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-date-wrapper .components-common-creator-registration-dialog-item{width:100%;min-width:135px}@media (max-width:960px){.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-date-wrapper .components-common-creator-registration-dialog-item{min-width:100px}}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-checkbox{display:flex;flex-direction:row;gap:5px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-checkbox .components-common-creator-registration-dialog-checkbox-label{overflow:visible;text-wrap:wrap}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-checkbox .components-common-creator-registration-dialog-checkbox-label a{color:var(--rx-color-accent)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-checkbox .components-common-creator-registration-dialog-checkbox-label a:hover{color:var(--rx-color-link-hover)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-buttons-wrapper{display:flex;flex-direction:column;gap:16px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;position:relative;width:100%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-buttons-wrapper .disabled{pointer-events:none;opacity:.5}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-buttons-wrapper .components-common-creator-registration-dialog-back{position:absolute;top:0;left:-60px;color:var(--rx-color-primary-50);border:3px solid var(--rx-color-primary-50);border-radius:50%}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-buttons-wrapper .components-common-creator-registration-dialog-back:hover{color:var(--rx-color-accent);border-color:var(--rx-color-accent)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-fake-input{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%;padding:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:transparent;border:3px solid var(--rx-color-dark-purple);border-radius:30px;transition:all .2s ease-in-out}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-fake-input:hover{border-color:var(--rx-color-link-hover)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-fake-input:hover .components-common-creator-registration-dialog-button{background-color:var(--rx-color-link-hover)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-fake-input .components-common-creator-registration-dialog-button{min-width:150px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-fake-input .components-common-creator-registration-dialog-file{overflow:hidden;text-overflow:ellipsis;color:var(--rx-color-primary-75);white-space:nowrap}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-form-container .components-common-creator-registration-dialog-stage .components-common-creator-registration-dialog-form-wrapper .components-common-creator-registration-dialog-form .components-common-creator-registration-dialog-grey{color:var(--rx-color-primary-75)}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-success{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;width:380px;max-width:100%;margin:0 60px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-success .components-common-creator-registration-dialog-image{width:212px;height:254px}.components-common-creator-registration-dialog-wrapper .components-common-creator-registration-dialog-success .components-common-creator-registration-dialog-info{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 20px}@media (max-width:960px){.components-common-creator-registration-dialog-body{padding:40px 20px!important}}
.components-become-creator-cta-wrapper{display:flex;flex-direction:row;gap:8px 20px;align-items:center;justify-content:space-between;flex-wrap:nowrap;position:relative;max-width:-moz-fit-content;max-width:fit-content;height:56px;padding:0 10px 0 50px;margin:50px auto 0;background-color:var(--rx-color-accent);border-radius:90px}@media (max-width:960px){.components-become-creator-cta-wrapper{flex-direction:column;max-width:335px;height:auto;padding:40px 10px 16px;border-radius:25px}}@media (max-width:620px){.components-become-creator-cta-wrapper{max-width:100%}}.components-become-creator-cta-wrapper .components-become-creator-cta-coins{position:absolute;top:0;bottom:0;left:-22px;width:60px;height:56px}@media (max-width:960px){.components-become-creator-cta-wrapper .components-become-creator-cta-coins{inset:-30px 0 0;width:80px;height:75px;margin:0 auto}}.components-become-creator-cta-wrapper .components-become-creator-cta-box{color:var(--rx-color-white);font-size:20px;font-weight:700;line-height:100%;font-style:normal}@media (max-width:960px){.components-become-creator-cta-wrapper .components-become-creator-cta-box{display:flex;flex-direction:column;gap:0;align-items:center;flex-wrap:wrap;line-height:120%}}.components-become-creator-cta-wrapper .components-become-creator-cta-box span{font-weight:400}.components-become-creator-cta-wrapper .components-become-creator-cta-link{font-size:20px;font-weight:500;line-height:100%;font-style:normal;min-width:180px;height:38px;font-family:inherit;box-shadow:none}
.components-apply-cta-wrapper{display:flex;flex-direction:row;gap:24px 14px;align-items:center;justify-content:space-between;flex-wrap:nowrap;color:var(--rx-color-primary);font-size:38px;font-weight:400;line-height:100%;font-style:normal;position:relative;height:130px;padding:0 40px 0 116px;margin:0 auto;font-family:var(--font-londrina);text-transform:uppercase;letter-spacing:.76px;background-color:var(--rx-color-accent);border-radius:30px}@media (max-width:960px){.components-apply-cta-wrapper{flex-direction:column;max-width:335px;height:auto;padding:32px;margin:0 auto;font-size:24px}}@media (max-width:620px){.components-apply-cta-wrapper{max-width:100%}}.components-apply-cta-wrapper .components-apply-cta-coins{position:absolute;top:0;bottom:0;left:-34px;width:140px;height:130px}@media (max-width:960px){.components-apply-cta-wrapper .components-apply-cta-coins{top:-60px;right:20px;left:unset;width:120px;height:112px}}.components-apply-cta-wrapper .components-apply-cta-subtitle{font-size:25px;color:var(--rx-color-noir)}@media (max-width:960px){.components-apply-cta-wrapper .components-apply-cta-subtitle{font-size:24px;line-height:120%}}.components-apply-cta-wrapper .components-apply-cta-title{color:var(--rx-color-white)}@media (max-width:960px){.components-apply-cta-wrapper .components-apply-cta-link svg{display:none}}
.dialogs-upgrade-wrapper{position:relative}.dialogs-upgrade-wrapper .dialogs-upgrade-bunny{position:absolute;right:0;bottom:0;width:300px}.dialogs-upgrade-wrapper .dialogs-upgrade-content{position:relative;max-width:460px}@media (min-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content{margin:0 220px}}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-premium{color:var(--rx-color-base)}@media (min-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-premium{position:absolute;top:-6px;left:-70px}}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-premium{margin:0 0 10px}}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-subtitle{margin:5px 0 0}.dialogs-upgrade-wrapper .dialogs-upgrade-content ul.dialogs-upgrade-benefits{display:grid;gap:8px 18px;align-items:flex-start;grid-template-columns:repeat(2,1fr);margin:5px 0 0}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content ul.dialogs-upgrade-benefits{gap:0 20px}}.dialogs-upgrade-wrapper .dialogs-upgrade-content ul.dialogs-upgrade-benefits li{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:flex-start;flex-wrap:wrap;font-size:22px;color:var(--rx-color-accent)}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content ul.dialogs-upgrade-benefits li{font-size:16px;font-weight:700;line-height:100%;font-style:normal}.dialogs-upgrade-wrapper .dialogs-upgrade-content ul.dialogs-upgrade-benefits li svg{width:20px}}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form{display:flex;flex-direction:column;gap:8px;flex-wrap:wrap;margin:30px 0 0}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form{margin:20px 0 0}}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group{display:flex;flex-direction:row;gap:30px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;position:relative;height:70px;padding:0 60px 0 30px;cursor:pointer;border:3px solid var(--rx-color-primary-20);border-radius:40px;transition:border-color .2s ease-in-out}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group{height:60px;padding:0 50px 0 20px}}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group:hover{border-color:var(--rx-color-primary-50)}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group:hover svg{opacity:1}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group.active{border-color:var(--rx-color-accent)}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group.active svg{color:var(--rx-color-accent);opacity:1}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group .dialogs-upgrade-price{color:var(--rx-color-accent)}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group .dialogs-upgrade-info{display:flex;flex-direction:column;gap:3px;flex-wrap:wrap}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group .dialogs-upgrade-info .dialogs-upgrade-description{line-height:120%;color:var(--rx-color-primary-50)}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group .dialogs-upgrade-info .dialogs-upgrade-description{font-size:14px}}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-form .dialogs-upgrade-group svg{position:absolute;right:24px;width:26px;height:26px;margin:0 0 0 auto;color:var(--rx-color-link-active);opacity:0;transition:opacity .2s ease-in-out}.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-details{margin:30px 0 0;color:var(--rx-color-primary-50)}@media (max-width:960px){.dialogs-upgrade-wrapper .dialogs-upgrade-content .dialogs-upgrade-details{margin:25px 0 0}}
.dialogs-signup-wrapper a{color:var(--rx-color-accent)}.dialogs-signup-wrapper a:hover{color:var(--rx-color-link-hover)}.dialogs-signup-wrapper a:active,.dialogs-signup-wrapper a:focus{color:var(--rx-color-link-active)}.dialogs-signup-wrapper .dialogs-signup-captcha-image{display:flex;flex-direction:row;gap:10px;align-items:flex-end;justify-content:space-between;flex-wrap:nowrap}.dialogs-signup-wrapper .dialogs-signup-captcha-image img{flex:0 0 50%;height:60px;border-radius:8px}.dialogs-signup-wrapper .dialogs-signup-h-captcha{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap}.dialogs-signup-success{display:flex;flex-direction:column;gap:20px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;width:100%}.dialogs-signup-success a{color:var(--rx-color-accent)}
.dialogs-reset_password-wrapper{padding-bottom:50px}.dialogs-reset_password-wrapper form{padding:20px 0 0}.dialogs-reset_password-wrapper .dialogs-reset_password-error{color:var(--rx-color-red)}.dialogs-reset_password-wrapper .dialogs-reset_password-error:hover{color:var(--rx-color-link-hover)}.dialogs-reset_password-wrapper .dialogs-reset_password-error:active,.dialogs-reset_password-wrapper .dialogs-reset_password-error:focus{color:var(--rx-color-link-active)}.dialogs-reset_password-wrapper .dialogs-reset_password-captcha-image{display:flex;flex-direction:row;gap:10px;align-items:flex-end;justify-content:space-between;flex-wrap:nowrap}.dialogs-reset_password-wrapper .dialogs-reset_password-captcha-image img{flex:0 0 50%;height:60px;border-radius:8px}
.dialogs-resend_confirmation-wrapper{padding-bottom:50px}.dialogs-resend_confirmation-wrapper form{padding:20px 0 0}.dialogs-resend_confirmation-wrapper .dialogs-resend_confirmation-error{color:var(--rx-color-red)}.dialogs-resend_confirmation-wrapper .dialogs-resend_confirmation-error:hover{color:var(--rx-color-link-hover)}.dialogs-resend_confirmation-wrapper .dialogs-resend_confirmation-error:active,.dialogs-resend_confirmation-wrapper .dialogs-resend_confirmation-error:focus{color:var(--rx-color-link-active)}.dialogs-resend_confirmation-wrapper .dialogs-resend_confirmation-captcha-image{display:flex;flex-direction:row;gap:10px;align-items:flex-end;justify-content:space-between;flex-wrap:nowrap}.dialogs-resend_confirmation-wrapper .dialogs-resend_confirmation-captcha-image img{flex:0 0 50%;height:60px;border-radius:8px}
.dialogs-login-wrapper{padding-bottom:50px}.dialogs-login-wrapper a{color:var(--rx-color-accent)}.dialogs-login-wrapper a:hover{color:var(--rx-color-link-hover)}.dialogs-login-wrapper a:active,.dialogs-login-wrapper a:focus{color:var(--rx-color-link-active)}.dialogs-login-wrapper .dialogs-login-notice{margin:0 0 5px}.dialogs-login-wrapper .dialogs-login-notice .dialogs-login-info{margin:10px 0 0}.dialogs-login-wrapper .dialogs-login-notice img{width:80px}.dialogs-login-wrapper form{padding:20px 0 0}.dialogs-login-wrapper .dialogs-login-remember{color:var(--rx-color-primary);font-size:14px;line-height:120%;font-style:normal}.dialogs-login-wrapper .dialogs-login-remember span{display:block;color:var(--rx-color-primary-50)}.dialogs-login-bottom-line{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap;height:50px;background-color:var(--rx-color-base);border-top:3px solid var(--rx-color-primary-10)}.dialogs-login-bottom-line a{color:var(--rx-color-accent)}.dialogs-login-bottom-line a:hover{color:var(--rx-color-link-hover)}.dialogs-login-bottom-line a:active,.dialogs-login-bottom-line a:focus{color:var(--rx-color-link-active)}
@media (max-width:960px){.dialogs-categories-filter-wrapper{width:100%}}
.pages-view-video-wrapper .pages-view-video-cake-right-player{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap;margin-left:0}@media (min-width:1560px){.pages-view-video-wrapper .pages-view-video-cake-right-player{margin-left:40px}}.pages-view-video-wrapper .pages-view-video-cake-right-player .pages-view-video-sidebar{display:flex;flex-direction:column-reverse;gap:10px;flex-wrap:nowrap;width:300px;overflow:hidden;border-radius:8px}.pages-view-video-wrapper .pages-view-video-cake-right-player .pages-view-video-sidebar .pages-view-video-sidebar-cake{position:relative;width:300px;height:300px;overflow:hidden;border-radius:8px}.pages-view-video-wrapper .pages-view-video-cake-right-player .pages-view-video-sidebar .pages-view-video-sidebar-cake:before{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;content:"";background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.6))}.pages-view-video-wrapper .pages-view-video-cake-right-player .pages-view-video-sidebar .pages-view-video-sidebar-cake .pages-view-video-sidebar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pages-view-video-wrapper .pages-view-video-cake-right-player .pages-view-video-sidebar .pages-view-video-sidebar-cake .pages-view-video-sidebar-name{color:var(--rx-color-white);font-size:20px;font-weight:700;line-height:120%;font-style:normal;position:absolute;bottom:30px;left:50%;z-index:5;transform:translateX(-50%)}.pages-view-video-wrapper .pages-view-video-cake-right-player .pages-view-video-sidebar .pages-view-video-sidebar-cake .pages-view-video-sidebar-text{color:var(--rx-color-white);font-size:14px;font-weight:700;line-height:120%;font-style:normal;position:absolute;bottom:0;left:50%;z-index:5;width:100%;padding:5px 0;text-align:center;background:var(--rx-color-accent);transform:translateX(-50%)}.pages-view-video-wrapper .pages-view-video-video-inactive{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:nowrap;padding:20px 0;margin:0 0 20px;line-height:120%;color:var(--rx-color-base);background:#fff7b8;border-radius:8px}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-video-inactive{font-size:16px;line-height:140%;font-style:normal;flex-direction:column;padding:17px 16px;text-align:center}}@media (max-width:620px){.pages-view-video-wrapper .pages-view-video-video-inactive{margin:0 -20px;border-radius:0}}.pages-view-video-wrapper .pages-view-video-video-inactive .pages-view-video-tooltip-icon{color:var(--rx-color-base)}.pages-view-video-wrapper .pages-view-video-video-inactive .pages-view-video-bold{font-weight:700}.pages-view-video-wrapper .pages-view-video-video{position:relative}@media (max-width:620px){.pages-view-video-wrapper .pages-view-video-video{margin:0 -20px}}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions{position:absolute;top:16px;right:16px;z-index:99;display:none}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list{display:flex;flex-direction:column;gap:16px;align-items:flex-end;flex-wrap:nowrap}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list{gap:10px}}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:nowrap}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-button{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:nowrap;width:auto;height:auto;padding:4px 8px;font-size:16px}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-button .pages-view-video-item-status{align-self:flex-start;width:6px;height:6px;background:var(--rx-color-green);border-radius:50%}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close{position:relative;width:24px;height:24px;background:var(--rx-color-primary-20);border-radius:50%;transition:all .2s}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close:after,.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close:before{position:absolute;top:50%;left:50%;width:18px;height:3px;content:"";background:var(--rx-color-quaternary);border-radius:3px;transform:translate(-50%,-50%);transition:background-color .2s}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close:before{transform:translate(-50%,-50%) rotate(45deg)}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close:hover{cursor:pointer;background:var(--rx-color-primary-50)}body.darkmode .pages-view-video-wrapper .pages-view-video-video .pages-view-video-message-actions .pages-view-video-actions-list .pages-view-video-list-item .pages-view-video-item-close:hover{background:rgba(51,24,45,.5)}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-player .player-wrap{position:relative}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-player .player-wrap .kt-player{position:absolute!important;border-radius:8px}@media (max-width:620px){.pages-view-video-wrapper .pages-view-video-video .pages-view-video-player .player-wrap .kt-player{overflow:visible;border-radius:0!important}.pages-view-video-wrapper .pages-view-video-video .pages-view-video-player .player-wrap .kt-player .fp-ui{overflow:visible}}.pages-view-video-wrapper .pages-view-video-video-title{margin:10px 0 0;text-transform:capitalize;overflow-wrap:anywhere}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-video-title{font-size:18px}}.pages-view-video-wrapper .pages-view-video-meta{display:flex;flex-direction:row;gap:16px;align-items:flex-start;flex-wrap:wrap;margin:4px 0 16px;color:var(--rx-color-primary-50)}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-meta{font-size:12px}}.pages-view-video-wrapper .pages-view-video-meta .pages-view-video-views{display:flex;flex-direction:row;gap:2px;align-items:center;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-descriprion{color:var(--rx-color-primary-50)}.pages-view-video-wrapper .pages-view-video-info{display:flex;flex-direction:row;gap:15px;flex-wrap:wrap;margin:30px 0 14px}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-info{margin:15px 0 0}}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li img{width:40px;height:40px;border-radius:4px}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-model-title{display:flex;flex-direction:row;gap:6px;align-items:center;flex-wrap:wrap;text-transform:capitalize}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-model-title span{color:var(--rx-color-primary-25)}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-model-actions{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-offline,.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-online{display:flex;flex-direction:row;gap:6px;align-items:center;flex-wrap:wrap;margin:4px 0 0}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-offline:before,.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-online:before{width:6px;height:6px;content:"";background-color:var(--rx-color-green);border-radius:50%}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-offline{color:var(--rx-color-primary-50)}.pages-view-video-wrapper .pages-view-video-info .pages-view-video-models li .pages-view-video-model-wrapper .pages-view-video-offline:before{background-color:var(--rx-color-primary-50)}.pages-view-video-wrapper .pages-view-video-series{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;margin:16px 0 0}.pages-view-video-wrapper .pages-view-video-series ul{display:flex;flex-direction:row;gap:16px;align-items:center;flex-wrap:wrap;color:var(--rx-color-primary-50)}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-series ul{font-size:14px}}.pages-view-video-wrapper .pages-view-video-series ul li a{text-transform:capitalize}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-series ul li a{font-size:14px}}.pages-view-video-wrapper .pages-view-video-report{color:var(--rx-color-primary-25)}.pages-view-video-wrapper .pages-view-video-report:hover{color:var(--rx-color-link-hover)}.pages-view-video-wrapper .pages-view-video-report:active,.pages-view-video-wrapper .pages-view-video-report:focus{color:var(--rx-color-link-active)}.pages-view-video-wrapper .pages-view-video-report{margin:30px 0 0}.pages-view-video-wrapper .pages-view-video-action-button{gap:5px}@media (max-width:1320px){.pages-view-video-wrapper .pages-view-video-action-button{min-width:195px}}@media (max-width:960px){.pages-view-video-wrapper .pages-view-video-action-button{width:100%;min-width:auto}}.pages-view-video-wrapper .pages-view-video-action-button[data-popover-trigger-active=true] svg{transform:rotate(180deg);transition:.3s}.pages-view-video-wrapper .pages-view-video-add-to-playlist .pages-view-video-playlist-button{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:nowrap}.pages-view-video-wrapper .pages-view-video-add-to-playlist .pages-view-video-playlist-button .pages-view-video-icon{position:absolute;left:20px;color:var(--rx-color-accent)}.pages-view-video-wrapper .pages-view-video-add-to-playlist .pages-view-video-playlist-button .pages-view-video-playlist-name{width:100%;padding:7px 28px 7px 54px;text-align:left}.pages-view-video-wrapper .pages-view-video-add-to-playlist .pages-view-video-playlist-button .pages-view-video-remove{position:absolute;right:10px;color:var(--rx-color-primary-50)}.pages-view-video-wrapper .pages-view-video-add-to-playlist .pages-view-video-playlist-button .pages-view-video-remove:hover{color:var(--rx-color-link-hover)}.pages-view-video-wrapper .pages-view-video-uploaded{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-toggle-content{padding:50px 0 0;margin:20px 0 0;border-top:1px solid var(--rx-color-primary-10)}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-report-success{color:var(--rx-color-accent)}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-report-buttons{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-report-buttons button{min-width:180px}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-share-item{display:flex;flex-direction:row;gap:10px;flex-wrap:nowrap;max-width:700px}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-share-item svg{color:var(--rx-color-primary-5)}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-share-item svg:hover{color:var(--rx-color-accent)}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions{display:flex;flex-direction:row;gap:30px;flex-wrap:wrap;margin:15px 0 0}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions .pages-view-video-dimensions{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions .pages-view-video-dimensions a,.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions .pages-view-video-dimensions input{display:flex;flex-direction:row;gap:0;align-items:center;flex-wrap:wrap;height:30px;padding:0 8px;background-color:var(--rx-color-primary-10);border-radius:8px}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions .pages-view-video-dimensions a[data-active],.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions .pages-view-video-dimensions input[data-active]{color:var(--rx-color-primary);background-color:var(--rx-color-accent)}.pages-view-video-wrapper .pages-view-video-toggle-content .pages-view-video-embed-dimensions .pages-view-video-dimensions input{max-width:60px;color:var(--rx-color-primary);text-align:center;outline:none;border:none}.pages-view-video-wrapper .pages-view-video-exclusive-videos .pages-view-video-heading{margin:0 0 20px}
.pages-view-model-wrapper .pages-view-model-title{margin:0 0 20px}@media (max-width:960px){.pages-view-model-wrapper .pages-view-model-title{margin:0 0 15px}}.pages-view-model-wrapper .pages-view-model-heading{display:flex;flex-direction:row;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-null)}.pages-view-model-wrapper .pages-view-model-heading:hover{color:var(--rx-color-link-hover)}.pages-view-model-wrapper .pages-view-model-heading:active,.pages-view-model-wrapper .pages-view-model-heading:focus{color:var(--rx-color-link-active)}@media (max-width:960px){.pages-view-model-wrapper .pages-view-model-heading{gap:12px}}.pages-view-model-wrapper .pages-view-model-heading a,.pages-view-model-wrapper .pages-view-model-heading span{color:var(--rx-color-primary-50)}.pages-view-model-wrapper .pages-view-model-heading .pages-view-model-active{color:var(--rx-color-accent)}
.pages-view-album-wrapper .pages-view-album-message{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px;margin:0 0 20px;background-color:#fff7b8;border-radius:8px}@media (max-width:620px){.pages-view-album-wrapper .pages-view-album-message{width:100vw;padding:16px;margin:0 -20px}}.pages-view-album-wrapper .pages-view-album-message div{color:var(--rx-color-noir)}
@media (max-width:960px){.pages-video-list-wrapper{margin:30px 0 0}}.pages-video-list-wrapper .pages-video-list-sidebar{position:relative;max-width:260px;margin:0 0 0 auto}@media (max-width:1140px){.pages-video-list-wrapper .pages-video-list-sidebar{max-width:220px;padding:0 100px 0 0}}@media (max-width:960px){.pages-video-list-wrapper .pages-video-list-sidebar{width:100%;max-width:100%;padding:0;margin:-10px 0 0}}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration{width:205px;margin:0 0 40px}@media (max-width:960px){.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration{position:absolute;top:0;right:-10px;left:-10px;z-index:1;display:none;width:auto;padding:10px;margin:0;background:var(--rx-color-base)}}@media (max-width:620px){.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration{right:-20px;left:-20px;padding:0}}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form{display:flex;flex-direction:row;gap:30px;align-items:center;justify-content:space-between;flex-wrap:nowrap}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner{width:100%}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner span{color:var(--rx-color-primary-50)}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider{margin:-10px 0 0}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-from,.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-grid-pol,.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-handle i,.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-max,.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-min,.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-single,.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-to{display:none}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-line{height:4px;background-color:var(--rx-color-tertiary)}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-bar{height:4px;background-color:var(--rx-color-accent)}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-handle{top:20px;width:14px;height:14px;cursor:pointer;background-color:var(--rx-color-accent);border-radius:50%}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-grid-text{color:var(--rx-color-primary-25);font-size:14px;font-weight:400;line-height:150%;font-style:normal;font-family:var(--font-lexend)}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .irs--flat .irs-grid-text:last-child:after{content:"+"}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .range-slider__range{height:4px;background-color:var(--rx-color-accent)}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form .pages-video-list-inner .pages-video-list-slider .range-slider__thumb{width:14px;height:14px;background-color:var(--rx-color-accent)}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form input{display:none}.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form button{min-width:90px}@media (max-width:960px){.pages-video-list-wrapper .pages-video-list-sidebar .pages-video-list-duration form{max-width:335px;margin:22px auto}}
.pages-upload-forbidden-wrapper{display:flex;flex-direction:row;gap:100px;align-items:flex-start;justify-content:center;flex-wrap:wrap;min-height:80vh;margin:50px 0}@media (max-width:1140px){.pages-upload-forbidden-wrapper{flex-direction:column;gap:50px;align-items:center;margin:30px 0 50px}}.pages-upload-forbidden-wrapper .pages-upload-forbidden-main{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:flex-start;flex-wrap:wrap;position:relative;width:340px}@media (max-width:1140px){.pages-upload-forbidden-wrapper .pages-upload-forbidden-main{gap:16px}}@media (max-width:620px){.pages-upload-forbidden-wrapper .pages-upload-forbidden-main{width:100%;max-width:340px}}.pages-upload-forbidden-wrapper .pages-upload-forbidden-main .pages-upload-forbidden-image-wrapper{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap;text-align:center}.pages-upload-forbidden-wrapper .pages-upload-forbidden-main .pages-upload-forbidden-image-wrapper .pages-upload-forbidden-image{width:180px;height:226px}@media (max-width:960px){.pages-upload-forbidden-wrapper .pages-upload-forbidden-main .pages-upload-forbidden-image-wrapper .pages-upload-forbidden-image{width:140px;height:176px}}.pages-upload-forbidden-wrapper .pages-upload-forbidden-main .pages-upload-forbidden-side{position:absolute;top:0;right:-360px;width:260px;padding-top:20px}@media (max-width:1140px){.pages-upload-forbidden-wrapper .pages-upload-forbidden-main .pages-upload-forbidden-side{position:static;width:100%;max-width:335px;padding-top:34px}}
.pages-uiexamples-wrapper .pages-uiexamples-item{padding:10px;margin:0 0 30px;scroll-margin-top:30px;border:2px dashed rgba(72,162,237,.5)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-menu ul{font-size:15px;font-weight:500;line-height:normal;font-style:normal;padding:0 0 0 20px;margin:10px 0 0;list-style:auto}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-icons{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-icons svg{width:50px;height:50px;color:#48a2ed}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color{font-size:14px;font-weight:600;line-height:normal;font-style:normal;display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;width:150px;height:150px;padding:5px;color:#000;text-align:center;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;border:1px solid #efefef;border-radius:10px}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-base{background-color:var(--rx-color-base)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary{background-color:var(--rx-color-primary)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-75{background-color:var(--rx-color-primary-75)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-50{background-color:var(--rx-color-primary-50)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-20{background-color:var(--rx-color-primary-20)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-10{background-color:var(--rx-color-primary-10)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-tertiary{background-color:var(--rx-color-tertiary)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-quaternary{background-color:var(--rx-color-quaternary)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-accent{background-color:var(--rx-color-accent)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-accent-hover{background-color:var(--rx-color-accent-hover)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-box-shadow{background-color:var(--rx-color-box-shadow)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-button-background{background-color:var(--rx-color-primary-button-background)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-button-background-hover{background-color:var(--rx-color-primary-button-background-hover)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-button-background-active{background-color:var(--rx-color-primary-button-background-active)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-primary-button-text{background-color:var(--rx-color-primary-button-text)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-secondary-button-background{background-color:var(--rx-color-secondary-button-background)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-secondary-button-background-hover{background-color:var(--rx-color-secondary-button-background-hover)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-secondary-button-background-active{background-color:var(--rx-color-secondary-button-background-active)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-secondary-button-text{background-color:var(--rx-color-secondary-button-text)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-link{background-color:var(--rx-color-link)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-link-hover{background-color:var(--rx-color-link-hover)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-link-active{background-color:var(--rx-color-link-active)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-dark{background-color:var(--rx-color-dark)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-dark-purple{background-color:var(--rx-color-dark-purple)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-red{background-color:var(--rx-color-red)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-green{background-color:var(--rx-color-green)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-white{background-color:var(--rx-color-white)}.pages-uiexamples-wrapper .pages-uiexamples-item.pages-uiexamples-colors .pages-uiexamples-item-color.pages-uiexamples-yellow{background-color:var(--rx-color-yellow)}.pages-uiexamples-wrapper .pages-uiexamples-item .pages-uiexamples-title{font-size:30px;font-weight:600;line-height:120%;font-style:normal}.pages-uiexamples-wrapper .pages-uiexamples-item .pages-uiexamples-box{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:10px 0}.pages-uiexamples-wrapper .pages-uiexamples-item .pages-uiexamples-box2{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap;margin:10px 0}.pages-uiexamples-wrapper table{width:100%;margin:0 0 20px;border:1px solid var(--rx-color-primary-20)}.pages-uiexamples-wrapper table thead{background:var(--rx-color-primary-10)}.pages-uiexamples-wrapper table thead tr td{padding:8px}.pages-uiexamples-wrapper table tbody tr td{padding:6px;border:1px solid var(--rx-color-primary-20)}.pages-uiexamples-wrapper table.pages-uiexamples-icons tbody tr td svg{width:48px;height:48px;color:var(--rx-color-green)}.pages-uiexamples-wrapper table.pages-uiexamples-controls tbody tr td{gap:10px}.pages-uiexamples-wrapper table.pages-uiexamples-controls tbody tr td code span{color:#f261b8}
.pages-search-wrapper .pages-search-search-page{display:flex;flex-direction:column;gap:50px;flex-wrap:nowrap}@media (max-width:960px){.pages-search-wrapper .pages-search-search-page{gap:30px}}.pages-search-wrapper .pages-search-search-page .pages-search-heading{margin:0 0 20px;text-transform:capitalize}.pages-search-wrapper .pages-search-search-page .pages-search-heading span{color:var(--rx-color-accent)}
.pages-profile-wrapper .pages-profile-member-block{display:flex;flex-direction:column;gap:50px;flex-wrap:nowrap}@media (max-width:960px){.pages-profile-wrapper .pages-profile-member-block{gap:30px}}.pages-profile-wrapper .pages-profile-member-block .pages-profile-heading{margin:0 0 20px;text-transform:capitalize}.pages-profile-wrapper .pages-profile-member-block .pages-profile-heading span{color:var(--rx-color-accent)}.pages-profile-wrapper .pages-profile-member-block .pages-profile-conversations .pages-profile-back{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;margin:0 0 10px}.pages-profile-wrapper .pages-profile-member-block .pages-profile-conversations .pages-profile-back:hover svg{color:var(--rx-color-link-hover)}.pages-profile-wrapper .pages-profile-subscriptions{gap:40px}@media (max-width:960px){.pages-profile-wrapper .pages-profile-subscriptions{gap:30px}}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;max-width:100%;padding:10px 5px;background-color:var(--rx-color-primary-10);border-radius:8px;transition:.2s}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link .pages-profile-name{max-width:100%}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:hover{background:linear-gradient(0deg,rgba(255,0,153,.1),rgba(255,0,153,.1)),#f2f2f2}body.darkmode .pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:hover{background:var(--rx-color-noir)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:hover .pages-profile-name,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:hover .pages-profile-title{color:var(--rx-color-link-hover)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:active,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:focus{background:linear-gradient(0deg,rgba(255,0,153,.1),rgba(255,0,153,.1)),#f2f2f2}body.darkmode .pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:active,body.darkmode .pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:focus{background:var(--rx-color-noir)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:active .pages-profile-name,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:active .pages-profile-title,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:focus .pages-profile-name,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-link:focus .pages-profile-title{color:var(--rx-color-link-active)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-title{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:nowrap;font-size:16px;font-weight:700;line-height:100%;font-style:normal;margin:10px 0 0;text-align:center}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-details{margin:10px 0 0;color:var(--rx-color-primary-50);text-align:center}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-actions{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 0}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users{display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;flex-wrap:wrap}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image{max-width:100%}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image img{width:140px;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:0 solid var(--rx-color-accent);border-radius:50%;transition:border .2s}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:hover{color:var(--rx-color-link-hover)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:hover img{border-color:var(--rx-color-link-hover);border-width:4px}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:hover .pages-profile-title{color:var(--rx-color-link-hover)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:active,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:focus{color:var(--rx-color-link-active)}.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:active img,.pages-profile-wrapper .pages-profile-subscriptions .pages-profile-users .pages-profile-image:focus img{border-color:var(--rx-color-link-active)}
.pages-posts-list-wrapper .pages-posts-list-title{margin:0 0 20px}
.pages-payment-links-wrapper{width:1060px;padding:50px 0 0;margin:auto}@media (max-width:1140px){.pages-payment-links-wrapper{width:850px}}@media (max-width:960px){.pages-payment-links-wrapper{width:auto}}@media (max-width:620px){.pages-payment-links-wrapper{padding:30px 0 0}}.pages-payment-links-wrapper .pages-payment-links-link{color:var(--rx-color-link-active)}.pages-payment-links-wrapper .pages-payment-links-link:hover{color:var(--rx-color-link-hover)}.pages-payment-links-wrapper h2{margin:20px 0 50px;text-transform:none}@media (max-width:620px){.pages-payment-links-wrapper h2{margin:20px 0}}.pages-payment-links-wrapper .pages-payment-links-payments-order{margin:0 0 30px;border-bottom:3px solid var(--rx-color-primary-10)}.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block{display:flex;flex-direction:row;gap:0;justify-content:space-between;flex-wrap:wrap;padding:0 0 10px}@media (max-width:960px){.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block{display:block}}.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info{font-size:14px}}.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info span{opacity:.5}.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info-mobile{display:flex;gap:250px}@media (max-width:1140px){.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info-mobile{gap:100px}}@media (max-width:620px){.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info-mobile{gap:0;justify-content:space-between}}.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info-mobile .pages-payment-links-payments-order-info-two{display:flex;flex-direction:row;gap:3px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info-mobile .pages-payment-links-payments-order-info-two{font-size:14px}}.pages-payment-links-wrapper .pages-payment-links-payments-order .pages-payment-links-payments-order-block .pages-payment-links-payments-order-info-mobile .pages-payment-links-payments-order-info-two span{opacity:.5}
.pages-partners-wrapper .pages-partners-banners{display:grid;gap:16px 40px;align-items:flex-start;grid-template-columns:repeat(2,1fr);margin:20px 0 0}@media (max-width:960px){.pages-partners-wrapper .pages-partners-banners{grid-template-columns:repeat(1,1fr);gap:10px;margin:15px 0 0}}.pages-partners-wrapper .pages-partners-banners a{position:relative;display:block}.pages-partners-wrapper .pages-partners-banners a:before{position:absolute;inset:0;z-index:100;content:"";background-color:var(--rx-color-accent-hover);border-radius:8px;opacity:0;transition:opacity .2s}.pages-partners-wrapper .pages-partners-banners a:hover:before{opacity:1}.pages-partners-wrapper .pages-partners-banners a img{width:620px;width:100%;border-radius:8px}
@media (min-width:960px){.pages-legal-wrapper{max-width:700px;margin:50px auto 0}}.pages-legal-wrapper h1,.pages-legal-wrapper h2,.pages-legal-wrapper h3,.pages-legal-wrapper h4{margin:0 0 20px}.pages-legal-wrapper ul{margin:0 0 20px;list-style:inside disc}.pages-legal-wrapper ul li{margin:5px 0 0}.pages-legal-wrapper p{margin:20px 0}
.pages-landing-wrapper .pages-landing-hero{display:flex;flex-direction:row;gap:nowrap;align-items:center;justify-content:space-between;flex-wrap:wrap;position:relative}@media (max-width:1320px){.pages-landing-wrapper .pages-landing-hero{flex-direction:column;gap:32px}}.pages-landing-wrapper .pages-landing-hero img{width:740px;height:660px}@media (max-width:1320px){.pages-landing-wrapper .pages-landing-hero img{width:100%;height:auto}}.pages-landing-wrapper .pages-landing-hero img:first-child{margin-left:-220px}@media (max-width:1560px){.pages-landing-wrapper .pages-landing-hero img:first-child{margin-left:-400px}}.pages-landing-wrapper .pages-landing-hero img:nth-child(2){margin-right:-220px}@media (max-width:1560px){.pages-landing-wrapper .pages-landing-hero img:nth-child(2){margin-right:-400px}}.pages-landing-wrapper .pages-landing-hero .pages-landing-content{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap;position:absolute;inset:0;max-width:520px;margin:0 auto;font-size:20px;text-align:center}@media (max-width:1320px){.pages-landing-wrapper .pages-landing-hero .pages-landing-content{position:relative;max-width:335px}}.pages-landing-wrapper .pages-landing-hero .pages-landing-content .pages-landing-description{color:var(--rx-color-primary-75)}.pages-landing-wrapper .pages-landing-hero .pages-landing-content .pages-landing-button{width:360px;margin:20px 0 0;font-family:var(--font-londrina);text-transform:uppercase}@media (max-width:1320px){.pages-landing-wrapper .pages-landing-hero .pages-landing-content .pages-landing-button{width:100%}}@media (min-width:960px){.pages-landing-wrapper .pages-landing-hero .pages-landing-content .pages-landing-button{font-size:24px}}.pages-landing-wrapper .pages-landing-benefits{display:flex;flex-direction:column;gap:40px;flex-wrap:wrap;max-width:830px;margin:120px auto 0}@media (max-width:960px){.pages-landing-wrapper .pages-landing-benefits{gap:30px;max-width:335px;margin:60px auto 0}}.pages-landing-wrapper .pages-landing-benefits .pages-landing-item{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center;flex-wrap:nowrap}@media (min-width:960px){.pages-landing-wrapper .pages-landing-benefits .pages-landing-item:nth-of-type(2),.pages-landing-wrapper .pages-landing-benefits .pages-landing-item:nth-of-type(5){flex-direction:row-reverse;gap:10px}}.pages-landing-wrapper .pages-landing-benefits .pages-landing-item img{width:320px}@media (max-width:1140px){.pages-landing-wrapper .pages-landing-benefits .pages-landing-item img{width:120px}}@media (max-width:960px){.pages-landing-wrapper .pages-landing-benefits .pages-landing-item .pages-landing-title{font-size:22px}}.pages-landing-wrapper .pages-landing-benefits .pages-landing-item .pages-landing-description{margin:8px 0 0;font-size:20px;color:var(--rx-color-primary-75)}@media (max-width:960px){.pages-landing-wrapper .pages-landing-benefits .pages-landing-item .pages-landing-description{font-size:16px;line-height:140%}.pages-landing-wrapper .pages-landing-benefits .pages-landing-apply{margin:30px 0 0}}.pages-landing-wrapper .pages-landing-models{margin:120px auto 0}@media (max-width:1560px){.pages-landing-wrapper .pages-landing-models{width:100%;max-width:880px}}@media (max-width:960px){.pages-landing-wrapper .pages-landing-models{margin:60px auto 0}}.pages-landing-wrapper .pages-landing-faq{width:100%;max-width:700px;margin:120px auto 0}@media (max-width:960px){.pages-landing-wrapper .pages-landing-faq{margin:60px auto 0}}.pages-landing-wrapper .pages-landing-faq .pages-landing-list{margin:20px 0 0}.pages-landing-wrapper .pages-landing-verification{display:flex;flex-direction:column;gap:24px;align-items:center;flex-wrap:wrap;margin:120px 0}@media (max-width:1140px){.pages-landing-wrapper .pages-landing-verification{gap:16px}}@media (max-width:960px){.pages-landing-wrapper .pages-landing-verification{max-width:335px;margin:60px auto 0}}.pages-landing-wrapper .pages-landing-verification img{width:150px;height:150px}@media (max-width:1140px){.pages-landing-wrapper .pages-landing-verification img{width:100px;height:100px}}.pages-landing-wrapper .pages-landing-verification .pages-landing-title{color:var(--rx-color-primary);font-size:86px;font-weight:400;line-height:90%;font-style:normal;font-family:var(--font-londrina);text-align:center}@media (max-width:1140px){.pages-landing-wrapper .pages-landing-verification .pages-landing-title{font-size:48px}}.pages-landing-wrapper .pages-landing-verification .pages-landing-description{max-width:280px;color:var(--rx-color-primary-75);text-align:center}.pages-landing-wrapper .pages-landing-verification .pages-landing-button{font-family:var(--font-londrina)}@media (min-width:960px){.pages-landing-wrapper .pages-landing-verification .pages-landing-button{font-size:24px}}
.pages-index-heading{margin:0 0 20px}@media (max-width:620px){.pages-index-heading{margin:0 0 15px}}
.pages-contact-wrapper form{display:flex;flex-direction:column;gap:20px;flex-wrap:unset;margin:0 auto}.pages-contact-wrapper form .pages-contact-title{margin:20px 0 0}.pages-contact-wrapper .pages-contact-success{padding:300px 0;text-align:center}@media (max-width:1620px){.pages-contact-wrapper .pages-contact-success{padding:100px 0}}.pages-contact-wrapper .pages-contact-success .pages-contact-home{margin:20px 0 0}
.pages-community-wrapper .pages-community-sidebar{max-width:340px}@media (max-width:960px){.pages-community-wrapper .pages-community-sidebar{max-width:100%;margin:70px 0 0}}.pages-community-wrapper .pages-community-sidebar .pages-community-title{font-size:20px;font-weight:400;line-height:120%;font-style:normal;font-family:var(--font-londrina);text-transform:uppercase}.pages-community-wrapper .pages-community-sidebar .pages-community-filter{display:flex;flex-direction:column;gap:15px;flex-wrap:unset;max-width:280px;margin:15px 0 0}@media (max-width:960px){.pages-community-wrapper .pages-community-sidebar .pages-community-filter{max-width:100%}}.pages-community-wrapper .pages-community-sidebar .pages-community-filter .pages-community-age{display:flex;flex-direction:row;gap:0 13px;align-items:center;flex-wrap:nowrap}@media (max-width:1620px){.pages-community-wrapper .pages-community-sidebar .pages-community-filter .pages-community-age{flex-wrap:wrap}}@media (max-width:960px){.pages-community-wrapper .pages-community-sidebar .pages-community-filter .pages-community-age{flex-wrap:nowrap}}.pages-community-wrapper .pages-community-sidebar .pages-community-filter .pages-community-age .pages-community-title{margin:8px 0 0}.pages-community-wrapper .pages-community-sidebar .pages-community-filter button{min-width:0}.pages-community-wrapper .pages-community-sidebar .pages-community-comments{margin:40px 20px 0 0}@media (max-width:960px){.pages-community-wrapper .pages-community-sidebar .pages-community-comments{margin:70px 0 0}}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-title{font-size:20px;font-weight:400;line-height:120%;font-style:normal;font-family:var(--font-londrina);text-transform:uppercase}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list{display:flex;flex-direction:column;gap:20px;flex-wrap:nowrap;margin:20px 0 0}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:wrap}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info a{color:var(--rx-color-accent)}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info a:hover{color:var(--rx-color-link-hover)}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info a:active,.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info a:focus{color:var(--rx-color-link-active)}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info .pages-community-image img{width:40px;height:40px;border-radius:50%}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info .pages-community-username{max-width:120px;font-weight:700}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info .pages-community-username a{max-width:100%}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-info .pages-community-date{font-weight:800;line-height:160%;color:var(--rx-color-primary-50)}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-content{margin:5px 0 0;overflow-wrap:break-word}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-content a{display:block}.pages-community-wrapper .pages-community-sidebar .pages-community-comments .pages-community-list .pages-community-comment .pages-community-content a img{display:inline;width:20px;height:20px}
.pages-album-list-wrapper .pages-album-list-title{margin:0 0 20px}@media (max-width:960px){.pages-album-list-wrapper .pages-album-list-title{margin:0 0 15px}}.pages-album-list-wrapper .pages-album-list-heading{display:flex;flex-direction:row;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-null)}.pages-album-list-wrapper .pages-album-list-heading:hover{color:var(--rx-color-link-hover)}.pages-album-list-wrapper .pages-album-list-heading:active,.pages-album-list-wrapper .pages-album-list-heading:focus{color:var(--rx-color-link-active)}@media (max-width:960px){.pages-album-list-wrapper .pages-album-list-heading{gap:12px}}.pages-album-list-wrapper .pages-album-list-heading a,.pages-album-list-wrapper .pages-album-list-heading span{color:var(--rx-color-primary-50)}.pages-album-list-wrapper .pages-album-list-heading .pages-album-list-active{color:var(--rx-color-accent)}.pages-album-list-wrapper .pages-album-list-sidebar{position:relative;width:280px;padding:0 60px 0 0}@media (max-width:1140px){.pages-album-list-wrapper .pages-album-list-sidebar{width:200px;padding:0 100px 0 0}}@media (max-width:960px){.pages-album-list-wrapper .pages-album-list-sidebar{width:100%;padding:0;margin:-10px 0 0}}
@media (min-width:960px){.pages-affiliate-wrapper .pages-affiliate-box{max-width:700px;margin:0 auto}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-title{margin:16px 0 0}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-title{margin:10px 0 0}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-description{margin:16px 0 0}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide .pages-affiliate-title{margin:5px 0 0}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps{display:flex;flex-direction:row;gap:0;flex-wrap:wrap;margin:50px 0 0;counter-reset:myCounter}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li{display:flex;flex-direction:row;gap:40px;align-items:flex-start;flex-wrap:nowrap;position:relative}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li{gap:8px}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li:not(:last-child){padding-bottom:50px}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li:not(:last-child){padding-bottom:24px}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li:not(:last-child):after{position:absolute;left:28px;display:block;width:4px;height:100%;content:"";background-color:var(--rx-color-accent);opacity:.5}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li:not(:last-child):after{left:14px;width:2px}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li:before{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-white);font-size:42px;font-weight:400;line-height:120%;font-style:normal;z-index:100;width:60px;height:60px;font-family:var(--font-londrina);letter-spacing:unset;content:counter(myCounter);counter-increment:myCounter;background-color:var(--rx-color-accent);border-radius:50%}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li:before{width:30px;height:30px;font-size:21px}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner{flex:1}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner .pages-affiliate-description{margin:2px 0 0}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner img{margin:12px 0 0;-o-object-fit:cover;object-fit:cover;border:3px solid var(--rx-color-accent);border-radius:20px}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner img{margin:8px 0 0}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner ul.pages-affiliate-benefits{display:grid;gap:8px;align-items:flex-start;grid-template-columns:repeat(2,1fr);margin:12px 0 0}@media (max-width:960px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner ul.pages-affiliate-benefits{margin:8px 0 0}}@media (max-width:620px){.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner ul.pages-affiliate-benefits{grid-template-columns:repeat(1,1fr)}}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-guide ul.pages-affiliate-steps>li .pages-affiliate-inner ul.pages-affiliate-benefits li{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-faq{margin:50px 0 0}.pages-affiliate-wrapper .pages-affiliate-box .pages-affiliate-faq .pages-affiliate-accordion{margin:20px 0 0}
.pages-404-wrapper{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;min-height:55vh}@media (max-width:960px){.pages-404-wrapper{min-height:0}}.pages-404-wrapper .pages-404-page-error{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap}.pages-404-wrapper .pages-404-page-error .pages-404-error-wrapper{display:flex;flex-direction:column;gap:8px;align-items:center;flex-wrap:wrap;max-width:360px;padding:20px 0}.pages-404-wrapper .pages-404-page-error .pages-404-error-wrapper svg{color:var(--rx-color-primary-20)}@media (max-width:960px){.pages-404-wrapper .pages-404-page-error .pages-404-error-wrapper svg{width:140px;height:70px}}.pages-404-wrapper .pages-404-title{margin:0 0 20px}@media (max-width:960px){.pages-404-wrapper .pages-404-title{margin:0 0 15px}}
.blocks-view-video-similar-wrapper .blocks-view-video-similar-heading{display:flex;flex-direction:row;gap:20px;justify-content:center;flex-wrap:wrap;margin:0 0 20px;color:var(--rx-color-primary-50);cursor:default}.blocks-view-video-similar-wrapper .blocks-view-video-similar-heading [data-active]{color:var(--rx-color-accent)}.blocks-view-video-similar-wrapper .blocks-view-video-similar-heading a{color:var(--rx-color-primary-50)}.blocks-view-video-similar-wrapper .blocks-view-video-similar-heading a:hover{color:var(--rx-color-link-hover)}.blocks-view-video-similar-wrapper .blocks-view-video-similar-heading a:active,.blocks-view-video-similar-wrapper .blocks-view-video-similar-heading a:focus{color:var(--rx-color-link-active)}
.blocks-video-comments-wrapper .blocks-video-comments-comments{margin:50px 0 0}.blocks-video-comments-wrapper .blocks-video-comments-success{margin:0 0 30px;color:var(--rx-color-green)}.blocks-video-comments-wrapper .blocks-video-comments-add{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap;max-width:700px}.blocks-video-comments-wrapper .blocks-video-comments-add .blocks-video-comments-smileys{min-height:140px;background:var(--rx-color-primary-5);border:1px solid var(--rx-color-primary-10);border-radius:4px}.blocks-video-comments-wrapper .blocks-video-comments-add .blocks-video-comments-smileys .blocks-video-comments-count{position:absolute;top:5px;right:6px;color:var(--rx-color-primary-25)}.blocks-video-comments-wrapper .blocks-video-comments-add .blocks-video-comments-button,.blocks-video-comments-wrapper .blocks-video-comments-add .blocks-video-comments-input{width:290px}@media (max-width:960px){.blocks-video-comments-wrapper .blocks-video-comments-add .blocks-video-comments-button,.blocks-video-comments-wrapper .blocks-video-comments-add .blocks-video-comments-input{width:auto}}.blocks-video-comments-edit-comment-form .blocks-video-comments-edit-smileys{position:relative;background:var(--rx-color-primary-5);border:1px solid var(--rx-color-primary-10);border-radius:1px}.blocks-video-comments-edit-comment-form .blocks-video-comments-edit-smileys .fake-textarea-edit{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;height:190px;padding:14px 60px 14px 20px;overflow-y:auto;overflow-wrap:anywhere;outline:none;background:var(--rx-color-primary-5)}.blocks-video-comments-edit-comment-form .blocks-video-comments-edit-smileys .blocks-video-comments-count{position:absolute;top:5px;right:6px;color:var(--rx-color-primary-25)}.blocks-video-comments-edit-comment-form .blocks-video-comments-delete{display:block;width:-moz-fit-content;width:fit-content;margin:20px auto 0}
.blocks-tags-list-wrapper{-moz-column-gap:20px;column-gap:20px;margin:30px 0 0;-moz-column-count:10;column-count:10}@media (max-width:1320px){.blocks-tags-list-wrapper{-moz-column-count:5;column-count:5}}@media (max-width:960px){.blocks-tags-list-wrapper{-moz-column-count:3;column-count:3}}@media (max-width:620px){.blocks-tags-list-wrapper{-moz-column-count:2;column-count:2}}.blocks-tags-list-wrapper .blocks-tags-list-column{display:block;-moz-column-break-inside:avoid;break-inside:avoid}.blocks-tags-list-wrapper .blocks-tags-list-column .blocks-tags-list-letter{margin:20px 0 10px}.blocks-tags-list-wrapper .blocks-tags-list-column>li:first-child{margin:0 0 10px}.blocks-tags-list-wrapper .blocks-tags-list-column .blocks-tags-list-count{font-size:14px;opacity:.5}.blocks-tags-list-wrapper .blocks-tags-list-empty-content{margin:20px 0 0}
.blocks-related-articles-wrapper{margin:40px 0 0}.blocks-related-articles-wrapper .blocks-related-articles-title{margin:0 0 20px}.blocks-related-articles-wrapper .blocks-related-articles-more{margin:20px auto 0}.blocks-related-articles-more{max-width:340px;margin:20px auto 0}
.blocks-post-view-wrapper{max-width:700px;margin:0 auto}.blocks-post-view-wrapper .blocks-post-view-categories{display:flex;flex-direction:row;gap:6px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;margin:10px 0}.blocks-post-view-wrapper .blocks-post-view-categories .blocks-post-view-list{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.blocks-post-view-wrapper .blocks-post-view-models{margin:50px 0}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model{margin:0 0 80px}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model img{border-radius:8px}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-stats{justify-content:flex-start;margin:0 0 8px}@media (max-width:960px){.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-stats{justify-content:center}}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-title{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:flex-start;flex-wrap:wrap}@media (max-width:960px){.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-title{justify-content:center}}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-title .blocks-post-view-rank{color:var(--rx-color-accent)}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-title:hover .blocks-post-view-rank{color:var(--rx-color-link-hover);transition:.2s}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-title svg{width:24px;height:24px;transition:.2s}@media (max-width:960px){.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-title svg{width:18px;height:18px}}.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-link{gap:4px;margin:20px 0 0}@media (max-width:960px){.blocks-post-view-wrapper .blocks-post-view-models .blocks-post-view-model .blocks-post-view-link{margin:40px 0 0}}.blocks-post-view-wrapper .blocks-post-view-share{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin:50px 0 0}.blocks-post-view-wrapper .blocks-post-view-share a:hover,.blocks-post-view-wrapper .blocks-post-view-share button:hover{opacity:.8;transition:.2s}.blocks-post-view-wrapper .blocks-post-view-separator{height:2px;margin:20px 0 0}
.blocks-playlist_edit_edit_playlist_form-wrapper{padding:0}.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner{padding:10px}.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-height:200px;overflow-y:scroll}.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-list li{font-size:14px;line-height:150%;font-style:normal;overflow:hidden}.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-search{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:nowrap;height:28px;padding:0 7px;margin:10px 0 0;border:2px solid var(--rx-color-primary-50);border-radius:4px}.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-search svg{width:15px;height:15px}.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-search input,.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-search input:focus,.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-search input:focus-visible,.blocks-playlist_edit_edit_playlist_form-wrapper .blocks-playlist_edit_edit_playlist_form-inner .blocks-playlist_edit_edit_playlist_form-search input:hover{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;border:0}.blocks-playlist_edit_edit_playlist_form-success{display:flex;flex-direction:column;gap:10px;justify-content:mull;flex-wrap:wrap}
.blocks-playlist-view-playlist-view-wrapper{display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-player-wrapper{display:flex;width:100%;max-width:1060px;margin:0 0 30px}@media (max-width:620px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-player-wrapper{width:calc(100% + 40px);max-width:none;margin:0 -20px 20px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-player-wrapper .blocks-playlist-view-playlist-view-player{position:relative;width:100%;height:auto;border-radius:8px}@media (max-width:620px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-player-wrapper .blocks-playlist-view-playlist-view-player{margin:0}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-player-wrapper .blocks-playlist-view-playlist-view-player .kt-player{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:8px!important}@media (max-width:620px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-player-wrapper .blocks-playlist-view-playlist-view-player .kt-player{border-radius:0!important}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;width:100%;max-width:1060px}@media (max-width:960px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container{gap:20px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-playlist-inner .item.selected [data-playlist-image]{border:3px solid var(--rx-color-accent)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-playlist-inner .blocks-playlist-view-playlist-view-playlist-item .blocks-playlist-view-playlist-view-playlist-image{overflow:hidden;border:3px solid transparent;border-radius:8px;transition:.2s}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-playlist-inner .blocks-playlist-view-playlist-view-playlist-item .blocks-playlist-view-playlist-view-playlist-image .blocks-playlist-view-playlist-view-thumbnail{height:auto}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-playlist-inner .blocks-playlist-view-playlist-view-playlist-item .blocks-playlist-view-playlist-view-title{padding:0 3px}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-playlist-inner .blocks-playlist-view-playlist-view-playlist-item:hover .blocks-playlist-view-playlist-view-playlist-image{border:3px solid var(--rx-color-link-hover)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;width:100%;padding:0 0 30px;margin:30px 0 0;border-bottom:3px solid var(--rx-color-primary-10)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content{width:100%;max-width:700px}@media (max-width:1140px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content{max-width:520px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header{margin-bottom:30px}@media (max-width:960px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header{margin-bottom:20px}}@media (max-width:1320px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header .blocks-playlist-view-playlist-view-header-title{font-size:28px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header .blocks-playlist-view-playlist-view-info-items{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header .blocks-playlist-view-playlist-view-info-items .blocks-playlist-view-playlist-view-item{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header .blocks-playlist-view-playlist-view-info-items .blocks-playlist-view-playlist-view-item .blocks-playlist-view-playlist-view-icon{width:18px;height:18px;padding-right:2px;color:var(--rx-color-primary-50)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-header .blocks-playlist-view-playlist-view-info-items .blocks-playlist-view-playlist-view-item .blocks-playlist-view-playlist-view-text{color:var(--rx-color-primary-50)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-actions-mobile-wrapper{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-actions-mobile-wrapper .blocks-playlist-view-playlist-view-votes-wrapper{flex:1;width:100%;min-width:230px}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-actions-mobile-wrapper .blocks-playlist-view-playlist-view-subscribe{width:120px;height:34px;font-size:18px}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-actions-mobile-wrapper .blocks-playlist-view-playlist-view-subscribe svg{width:20px;height:20px}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper{max-width:700px;margin-top:30px}@media (max-width:960px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper{margin-top:20px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-info-text{margin-bottom:8px;overflow-wrap:anywhere}@media (max-width:960px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-info-text{margin-bottom:15px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-author{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-author .blocks-playlist-view-playlist-view-link{color:var(--rx-color-accent)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-author .blocks-playlist-view-playlist-view-link:hover{color:var(--rx-color-link-hover)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-author .blocks-playlist-view-playlist-view-link:active,.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-text-wrapper .blocks-playlist-view-playlist-view-author .blocks-playlist-view-playlist-view-link:focus{color:var(--rx-color-link-active)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper{display:flex;flex-direction:row;gap:30px 40px;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:30px 0 0}@media (max-width:960px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper{display:flex;flex-direction:column;gap:30px;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-categories-list{display:flex;flex-direction:row;gap:18px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-categories-list .blocks-playlist-view-playlist-view-count{padding-left:3px;color:var(--rx-color-primary-50)}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag{padding:4px 8px;font-size:16px;background-color:var(--rx-color-primary-10);border-radius:8px}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag:hover{color:var(--rx-color-base);background:var(--rx-color-link-hover)}body.darkmode .blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag:hover{background:#f09}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag:active,.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag:focus{background:var(--rx-color-link-active)}body.darkmode .blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag:active,body.darkmode .blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-info-content .blocks-playlist-view-playlist-view-categories-wrapper .blocks-playlist-view-playlist-view-tags-list .blocks-playlist-view-playlist-view-tag:focus{background:#ce3792}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-actions-wrapper{width:230px}@media (max-width:1140px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-actions-wrapper{width:160px}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-actions-wrapper .blocks-playlist-view-playlist-view-actions-buttons{display:flex;flex-direction:column;gap:10px;flex-wrap:nowrap;margin:30px 0 0}@media (max-width:1140px){.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-info-wrapper .blocks-playlist-view-playlist-view-actions-wrapper .blocks-playlist-view-playlist-view-actions-buttons .blocks-playlist-view-playlist-view-button{width:100%;min-width:auto}}.blocks-playlist-view-playlist-view-wrapper .blocks-playlist-view-playlist-view-container .blocks-playlist-view-playlist-view-comments{width:100%;max-width:700px;margin:30px 0 0}
.blocks-my-conversations-wrapper{position:relative;width:100%;max-width:700px;padding:20px 0;border:3px solid var(--rx-color-primary-20);border-radius:32px}@media (max-width:960px){.blocks-my-conversations-wrapper{width:100%;max-width:-moz-fit-content;max-width:fit-content}}.blocks-my-conversations-wrapper .blocks-my-conversations-preloader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blocks-my-conversations-wrapper .blocks-my-conversations-preloader div{margin:0 auto;text-align:center;border:4px solid var(--rx-color-quaternary);border-top-color:var(--rx-color-accent)}.blocks-my-conversations-wrapper .blocks-my-conversations-headline{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:0 20px 15px}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title .blocks-my-conversations-image{width:34px;height:34px}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title .blocks-my-conversations-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title a{max-width:500px;overflow:hidden;text-overflow:ellipsis;transition:all .2s}@media (max-width:1320px){.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title a{max-width:450px}}@media (max-width:1140px){.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title a{max-width:350px}}@media (max-width:620px){.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-title a{max-width:240px}}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-options span,.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-options svg{color:var(--rx-color-primary-50)}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-options:hover span,.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-options:hover svg{color:var(--rx-color-link-hover)}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-options:active span,.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-options:active svg{color:var(--rx-color-link-active)}.blocks-my-conversations-wrapper .blocks-my-conversations-headline .blocks-my-conversations-body{width:-moz-max-content;width:max-content}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list{position:relative;min-height:200px;max-height:480px;padding:30px 20px 0;overflow:auto;scrollbar-width:thin}body.darkmode .blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list{scrollbar-color:var(--rx-color-primary-20) transparent}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item:first-child{margin:0}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-image{width:34px;height:34px}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me{max-width:460px;margin:0 0 0 auto;color:var(--rx-color-primary-75)}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me:first-child{margin:0 0 0 auto}@media (max-width:960px){.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me{max-width:350px}}@media (max-width:620px){.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me{max-width:230px}}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me .blocks-my-conversations-message-text .blocks-my-conversations-message-friend{overflow-wrap:anywhere}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me .blocks-my-conversations-message-text .blocks-my-conversations-message-friend .blocks-my-conversations-original-text{display:block;text-align:right}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me .blocks-my-conversations-message-text .blocks-my-conversations-message-friend .blocks-my-conversations-original-text img{display:inline-block;width:20px;height:20px}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item.blocks-my-conversations-message-me .blocks-my-conversations-item-date{display:flex;justify-content:flex-end}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text{margin:8px 0 0}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-original-text{display:flex;flex-direction:row;gap:1px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-original-text{font-size:14px}}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-original-text img{display:inline-block;width:20px;height:20px}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-message-friend{overflow-wrap:anywhere}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-message-friend .blocks-my-conversations-inline-text img{display:inline-block;width:20px;height:20px}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-message-friend .blocks-my-conversations-actions{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:wrap;margin:10px 0 0}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-message-text .blocks-my-conversations-message-friend .blocks-my-conversations-actions button{width:150px;height:40px;border-radius:40px}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-item-date{color:var(--rx-color-primary-50)}@media (max-width:960px){.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-message-item .blocks-my-conversations-item-date{font-size:12px}}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-empty-content{display:flex;flex-direction:column;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;margin:70px 0 100px;text-align:center}@media (max-width:960px){.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-empty-content{margin:40px 0 80px}}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-empty-content svg{align-self:center;max-width:180px;height:auto;opacity:.5}@media (max-width:960px){.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-empty-content svg{max-width:160px}}.blocks-my-conversations-wrapper .blocks-my-conversations-box .blocks-my-conversations-messages-list .blocks-my-conversations-empty-content div{color:var(--rx-color-primary-50)}.blocks-my-conversations-wrapper [data-pagination-ajax]{margin:0}.blocks-my-conversations-wrapper [data-pagination-ajax] .pb-show-more{width:100%;margin:0 20px}@media (max-width:960px){.blocks-my-conversations-wrapper [data-pagination-ajax] .pb-show-more{margin:0 16px}}.blocks-my-conversations-wrapper [data-pagination-ajax] .pb-show-more button{margin:0;color:var(--rx-color-primary-50);border-color:var(--rx-color-primary-50)}@media (max-width:960px){.blocks-my-conversations-wrapper [data-pagination-ajax] .pb-show-more button{margin:15px 0 0}}.blocks-my-conversations-wrapper [data-pagination-ajax] .pb-show-more button:hover{color:var(--rx-color-primary);border-color:var(--rx-color-primary)}body.darkmode .blocks-my-conversations-wrapper [data-pagination-ajax] .pb-show-more button:hover{color:var(--rx-color-link-hover);border-color:var(--rx-color-link-hover)}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form{position:relative;margin:16px 20px 0}@media (max-width:960px){.blocks-my-conversations-wrapper .blocks-my-conversations-message-form{margin:15px 16px 0}}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-smileys{min-height:140px;border:3px solid var(--rx-color-primary-75);border-radius:25px}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-smileys .blocks-my-conversations-count{position:absolute;top:14px;right:20px;color:var(--rx-color-primary-50)}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-description{color:var(--rx-color-primary-50);font-size:14px;line-height:140%;font-style:normal;margin:10px 0}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-description a{display:inline-block}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-form-bottom{position:absolute;top:14px;right:14px}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-form-bottom .blocks-my-conversations-message-submit{position:relative;width:30px;height:30px;outline:none;background:none;border:none}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-form-bottom .blocks-my-conversations-message-submit svg{color:var(--rx-color-primary-50)}.blocks-my-conversations-wrapper .blocks-my-conversations-message-form .blocks-my-conversations-form-bottom .blocks-my-conversations-message-submit:hover svg{color:var(--rx-color-accent)}
.blocks-models-list-wrapper{margin:100px 0 0}@media (max-width:1320px){.blocks-models-list-wrapper{margin:80px 0 0}}@media (max-width:960px){.blocks-models-list-wrapper{margin:60px 0 0}}@media (max-width:620px){.blocks-models-list-wrapper{margin:50px 0 0}}.blocks-models-list-wrapper .blocks-models-list-heading{display:flex;flex-direction:row;gap:20px;align-items:center;flex-wrap:wrap;margin:0 0 20px}.blocks-models-list-wrapper .row .col:nth-last-child(-n+2){display:none}@media (min-width:620px){.blocks-models-list-wrapper .row .col:nth-last-child(-n+2){display:block}}@media (min-width:1620px){.blocks-models-list-wrapper .row .col:nth-last-child(-n+2){display:none}}
.blocks-model-view-wrapper{display:flex;flex-direction:column;gap:30px;flex-wrap:wrap;width:320px;padding:0;margin:0 20px 30px 0}@media (max-width:960px){.blocks-model-view-wrapper{gap:20px;width:auto;margin:0 0 30px;text-align:center}}.blocks-model-view-wrapper .blocks-model-view-image{width:220px}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-image{margin:0 auto}}@media (max-width:620px){.blocks-model-view-wrapper .blocks-model-view-image{width:100px}}.blocks-model-view-wrapper .blocks-model-view-image .blocks-model-view-thumbnail{position:relative;width:100%}.blocks-model-view-wrapper .blocks-model-view-image .blocks-model-view-thumbnail img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.blocks-model-view-wrapper .blocks-model-view-info-model{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-title{display:flex;flex-direction:row;gap:6px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-title{justify-content:center}}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-title h1{font-size:38px;font-weight:400;line-height:100%;font-style:normal;overflow-wrap:anywhere}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-title svg{width:24px;height:24px}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-title svg{width:18px;height:18px}}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-collab{display:flex;flex-direction:row;gap:6px;align-items:center;flex-wrap:wrap;margin:2px 0 0}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-collab{justify-content:center;font-size:16px}}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-collab .blocks-model-view-collab-text{font-weight:700;color:var(--rx-color-accent)}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-status{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:wrap;margin:2px 0 0;line-height:160%;color:var(--rx-color-primary-50)}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-status{justify-content:center;font-size:16px}}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-status.blocks-model-view-online{color:var(--rx-color-primary)}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-status.blocks-model-view-online span:first-child{background:var(--rx-color-green)}.blocks-model-view-wrapper .blocks-model-view-info-model .blocks-model-view-status span:first-child{width:10px;height:10px;background:var(--rx-color-primary-50);border-radius:50%}.blocks-model-view-wrapper .blocks-model-view-info-model a,.blocks-model-view-wrapper .blocks-model-view-info-model button{display:flex;flex-direction:row;gap:3px;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;max-width:220px}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-model a,.blocks-model-view-wrapper .blocks-model-view-info-model button{margin:0 auto}}.blocks-model-view-wrapper .blocks-model-view-info-details{display:flex;flex-direction:column;gap:15px;flex-wrap:wrap}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-details{gap:5px;align-items:center}}.blocks-model-view-wrapper .blocks-model-view-info-details div{overflow-wrap:anywhere}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-info-details div{color:var(--rx-color-primary);font-size:14px;line-height:150%;font-style:normal;max-width:100%}}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-creator-description{display:flex;flex-direction:row;flex-wrap:wrap;overflow-wrap:anywhere}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-creator-description img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-top-lists a{color:var(--rx-color-accent)}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-top-lists a:hover{color:var(--rx-color-link-hover)}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-top-lists a:active,.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-top-lists a:focus{color:var(--rx-color-link-active)}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-top-lists a{display:inline-block}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-subscribers{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;cursor:default}.blocks-model-view-wrapper .blocks-model-view-info-details .blocks-model-view-subscribers span{color:var(--rx-color-primary-50)}.blocks-model-view-wrapper .blocks-model-view-social-bar ul{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.blocks-model-view-wrapper .blocks-model-view-social-bar ul{justify-content:center;width:auto}.blocks-model-view-wrapper .blocks-model-view-social-bar ul div{width:30px;height:30px}}
.blocks-member_profile_edit_edit_profile_forms_advanced-wrapper form{padding:20px 0}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper{padding:60px 180px!important}@media (max-width:960px){.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper{padding:60px 20px!important}}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper form{padding:20px 0}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:700px}@media (max-width:960px){.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header{width:100%}}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header .blocks-member_profile_edit_edit_profile_forms_advanced-avatar{position:relative;width:100px;height:100px}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header .blocks-member_profile_edit_edit_profile_forms_advanced-avatar:hover .blocks-member_profile_edit_edit_profile_forms_advanced-edit svg{opacity:1}@media (max-width:960px){.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header .blocks-member_profile_edit_edit_profile_forms_advanced-avatar{width:70px;height:70px}}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header .blocks-member_profile_edit_edit_profile_forms_advanced-avatar img{border-radius:50%}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header .blocks-member_profile_edit_edit_profile_forms_advanced-avatar .blocks-member_profile_edit_edit_profile_forms_advanced-edit{position:absolute;top:0;right:0;z-index:100;width:30px;height:30px;color:var(--rx-color-accent)}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-header .blocks-member_profile_edit_edit_profile_forms_advanced-avatar .blocks-member_profile_edit_edit_profile_forms_advanced-edit svg{opacity:0}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main{display:flex;flex-direction:row;gap:20px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;width:100%}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main div{width:100%}@media (max-width:1140px){.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main{flex-direction:column}}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper{display:flex;flex-direction:column;gap:20px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;width:100%}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-fields-wrapper{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-fields-wrapper div{width:100%}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-date-wrapper{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-main .blocks-member_profile_edit_edit_profile_forms_advanced-group-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-date-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-item{width:100%;min-width:110px}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-smileys{min-height:140px;border:3px solid var(--rx-color-primary-75);border-radius:25px}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-smileys .blocks-member_profile_edit_edit_profile_forms_advanced-count{position:absolute;top:14px;right:20px;color:var(--rx-color-primary-50)}.blocks-member_profile_edit_edit_profile_forms_advanced-change-profile-wrapper .blocks-member_profile_edit_edit_profile_forms_advanced-smileys img{display:inline-block;width:20px;height:20px}.blocks-member_profile_edit_edit_profile_forms_advanced-success{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap;color:var(--rx-color-primary);font-size:18px;font-weight:400;line-height:160%;font-style:normal;white-space:nowrap}@media (max-width:960px){.blocks-member_profile_edit_edit_profile_forms_advanced-success{white-space:normal}}
.blocks-member_profile_edit_change_profile_avatar-wrapper{width:100%}.blocks-member_profile_edit_change_profile_avatar-wrapper form{width:340px;max-width:340px;padding-top:20px}.blocks-member_profile_edit_change_profile_avatar-wrapper form .blocks-member_profile_edit_change_profile_avatar-fake-input{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;width:100%;padding:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:transparent;border:3px solid var(--rx-color-primary-75);border-radius:30px;transition:all .2s ease-in-out}.blocks-member_profile_edit_change_profile_avatar-wrapper form .blocks-member_profile_edit_change_profile_avatar-fake-input:hover{border-color:var(--rx-color-link-hover)}.blocks-member_profile_edit_change_profile_avatar-wrapper form .blocks-member_profile_edit_change_profile_avatar-fake-input:hover .blocks-member_profile_edit_change_profile_avatar-button{background-color:var(--rx-color-link-hover)}.blocks-member_profile_edit_change_profile_avatar-wrapper form .blocks-member_profile_edit_change_profile_avatar-fake-input .blocks-member_profile_edit_change_profile_avatar-button{width:-moz-max-content;width:max-content;min-width:unset;padding:0 25px;white-space:nowrap}.blocks-member_profile_edit_change_profile_avatar-wrapper form .blocks-member_profile_edit_change_profile_avatar-fake-input .blocks-member_profile_edit_change_profile_avatar-file{overflow:hidden;text-overflow:ellipsis;color:var(--rx-color-primary-75);white-space:nowrap}.blocks-member_profile_edit_change_profile_avatar-success{color:var(--rx-color-primary);font-size:18px;font-weight:400;line-height:160%;font-style:normal;letter-spacing:.36px;overflow-wrap:break-word}
.blocks-member_profile_delete_delete_profile_form-wrapper form{padding-top:20px}.blocks-member_profile_delete_delete_profile_form-success{color:var(--rx-color-primary);font-size:18px;font-weight:400;line-height:160%;font-style:normal;width:100%}
.blocks-member-profile-sidebar-wrapper{display:flex;gap:20px;align-items:center;flex-wrap:wrap;width:340px;margin:0 0 30px}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper{display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;text-align:center}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main{display:flex;flex-direction:column;gap:20px;flex-wrap:wrap}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main{align-items:center;width:100%}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info{display:flex;flex-direction:column;gap:6px;flex-wrap:wrap}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info{align-items:center}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link{position:relative;display:block;width:140px}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link{width:100px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link:hover img{opacity:.9}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link:hover svg{opacity:1}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:50%}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link svg{position:absolute;top:0;right:0;z-index:1;opacity:0;transition:opacity .2s ease-in-out}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link svg{width:20px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link .blocks-member-profile-sidebar-premium{position:absolute;right:0;bottom:0;z-index:1;color:var(--rx-color-base)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link .blocks-member-profile-sidebar-premium.blocks-member-profile-sidebar-icon-premium{cursor:default}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link .blocks-member-profile-sidebar-premium svg{position:static;opacity:1}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-link .blocks-member-profile-sidebar-premium svg{width:24px;height:30px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info h1{margin:0;line-height:120%;text-transform:capitalize}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info h1 a{overflow-wrap:anywhere}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-info{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-info div{text-transform:capitalize}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-info span{font-weight:400;color:var(--rx-color-primary-50);text-transform:lowercase}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity{display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity div{font-size:18px;font-weight:400;line-height:120%;font-style:normal}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity div{font-size:14px;font-weight:400;line-height:150%;font-style:normal}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points{gap:0}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points span{color:var(--rx-color-primary-50);font-size:18px;font-weight:400;line-height:120%;font-style:normal}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points span{font-size:14px;font-weight:400;line-height:150%;font-style:normal}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points svg{width:24px;height:24px;color:var(--rx-color-primary-20);cursor:pointer}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points svg{width:20px;height:20px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-tooltip{line-height:0}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points button:hover svg{color:var(--rx-color-accent)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-body{z-index:311;width:240px;padding:20px;text-align:left;transition:.5s}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-body div{font-size:14px;font-weight:400;line-height:150%;font-style:normal}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-body .blocks-member-profile-sidebar-list{margin:20px 0 0}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-body .blocks-member-profile-sidebar-list span{font-size:14px;font-weight:400;line-height:150%;font-style:normal}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-body .blocks-member-profile-sidebar-list span:first-child{color:var(--rx-color-primary);font-size:14px;font-weight:700;line-height:150%;font-style:normal}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-user-info .blocks-member-profile-sidebar-activity .blocks-member-profile-sidebar-points .blocks-member-profile-sidebar-body .blocks-member-profile-sidebar-description{margin:20px 0 0}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons{display:flex;flex-direction:column;gap:10px;align-items:flex-start;flex-wrap:wrap}@media (max-width:620px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons{align-items:center}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-button,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons a{display:flex;flex-direction:row;gap:5px;align-items:center;flex-wrap:wrap}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-button,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons a{min-width:335px}}@media (max-width:620px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-button,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons a{min-width:220px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation{max-width:220px}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation{max-width:335px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation form{margin:0}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation .blocks-member-profile-sidebar-info-message{color:var(--rx-color-accent);overflow-wrap:anywhere}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation .blocks-member-profile-sidebar-bottom{display:flex;flex-direction:row;gap:2px;flex-wrap:nowrap}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation .blocks-member-profile-sidebar-bottom .blocks-member-profile-sidebar-confirm,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation .blocks-member-profile-sidebar-bottom .blocks-member-profile-sidebar-reject{min-width:109px;margin:10px 0 20px}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation .blocks-member-profile-sidebar-bottom .blocks-member-profile-sidebar-confirm,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-invitation .blocks-member-profile-sidebar-bottom .blocks-member-profile-sidebar-reject{width:167px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-subscribe-button svg{display:none}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-subscribe-button[data-subscribe-to] svg:last-of-type,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-subscribe-button[data-unsubscribe-to] svg:first-of-type{display:block}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade{display:flex;flex-direction:row;gap:4px;align-items:center;flex-wrap:nowrap}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade{gap:0}}@media (max-width:620px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade{margin:0 0 0 20px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade .blocks-member-profile-sidebar-tooltip{line-height:100%}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade .blocks-member-profile-sidebar-tooltip{width:20px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade button svg{width:24px;height:24px;color:var(--rx-color-primary-20)}@media (max-width:960px){.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade button svg{width:20px;height:20px}}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade button:hover svg{color:var(--rx-color-accent)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-upgrade .blocks-member-profile-sidebar-body{width:240px;padding:20px;text-align:left;transition:.5s}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-popover-body{padding:15px 0}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-popover-body ul li a{font-size:18px}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-edit-button svg{color:var(--rx-color-accent)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-edit-button:hover svg{color:var(--rx-color-link-hover)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-edit-button:active svg,.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-buttons .blocks-member-profile-sidebar-edit-button:focus svg{color:var(--rx-color-link-active)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-about{display:flex;flex-direction:row;gap:0;align-items:center;flex-wrap:wrap;overflow-wrap:anywhere}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-block-main .blocks-member-profile-sidebar-about img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-show-info{display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-accent);font-size:14px;font-weight:700;line-height:120%;font-style:normal;text-transform:uppercase;cursor:pointer}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-show-info [data-label]{transition:opacity .2s}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-show-info svg{transform:rotate(180deg);transition:transform .3s}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-show-info[data-state=hide] svg{transform:rotate(0deg)}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-model-profiles{display:flex;flex-direction:column;gap:10px;flex-wrap:wrap}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-model-profiles .blocks-member-profile-sidebar-list{display:flex;flex-direction:column;gap:0;flex-wrap:wrap}.blocks-member-profile-sidebar-wrapper .blocks-member-profile-sidebar-model-profiles .blocks-member-profile-sidebar-list a{width:-moz-fit-content;width:fit-content;overflow-wrap:anywhere}
.blocks-list_playlists_common_playlists_list-wrapper h1{margin:0 0 20px}
.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;padding:50px 0 0;margin:50px 0 20px;cursor:default}@media (max-width:1140px){.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading{padding:20px 0 0;margin:30px 0 20px}}@media (max-width:620px){.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading{gap:15px}}.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading [data-active]{color:var(--rx-color-primary)}.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading a{color:var(--rx-color-primary-50)}.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading a:hover{color:var(--rx-color-link-hover)}.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading a:active,.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading a:focus{color:var(--rx-color-link-active)}.blocks-list-videos-similar-videos-wrapper .blocks-list-videos-similar-videos-heading .blocks-list-videos-similar-videos-separator{color:var(--rx-color-primary-50)}
.blocks-list-videos-my-favourite-videos-wrapper h2{overflow:hidden;text-overflow:ellipsis;line-break:anywhere}.blocks-list-videos-my-favourite-videos-wrapper h2 a{color:var(--rx-color-accent)}.blocks-list-videos-my-favourite-videos-wrapper h2 a:hover{color:var(--rx-color-link-hover)}.blocks-list-videos-my-favourite-videos-wrapper h2 a:active,.blocks-list-videos-my-favourite-videos-wrapper h2 a:focus{color:var(--rx-color-link-active)}.blocks-list-videos-my-favourite-videos-wrapper .blocks-list-videos-my-favourite-videos-actions{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin:10px 0 20px}@media (max-width:960px){.blocks-list-videos-my-favourite-videos-wrapper .blocks-list-videos-my-favourite-videos-actions{margin:10px 0 15px}}.blocks-list-videos-my-favourite-videos-wrapper .blocks-list-videos-my-favourite-videos-actions a,.blocks-list-videos-my-favourite-videos-wrapper .blocks-list-videos-my-favourite-videos-actions button{padding:0 12px}
.blocks-list-models-wrapper{margin:80px 0 0}.blocks-list-models-wrapper .blocks-list-models-title{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 20px}.blocks-list-models-wrapper .blocks-list-models-title svg{color:var(--rx-color-accent)}.blocks-list-models-wrapper .blocks-list-models-link{max-width:334px;margin:20px auto 0}@media (max-width:620px){.blocks-list-models-wrapper .blocks-list-models-link{max-width:100%}}@media (min-width:1620px){.blocks-list-models-wrapper .row>.col:nth-last-child(-n+2){display:none}}@media (max-width:960px){.blocks-list-models-wrapper .row>.col:nth-last-child(-n+3){display:none}}@media (max-width:620px){.blocks-list-models-wrapper .row>.col:nth-last-child(-n+4){display:none}}
.blocks-featured-videos-wrapper h2{margin:0 0 20px}@media (max-width:960px){.blocks-featured-videos-wrapper h2{margin:0 0 15px}}
.blocks-content-comments-wrapper{max-width:700px;margin:30px 0 0}.blocks-content-comments-wrapper .blocks-content-comments-list{display:flex;flex-direction:column;gap:25px;flex-wrap:wrap}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item.blocks-content-comments-hide{display:none}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:nowrap}@media (max-width:960px){.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user{gap:6px}}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-image img{width:40px;height:40px;border-radius:4px}@media (max-width:960px){.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-image img{width:30px;height:30px}}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-username{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:flex-start;flex-wrap:nowrap}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-username a{max-width:375px}@media (max-width:620px){.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-username a{max-width:100px}}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-username .blocks-content-comments-profile-premium{color:var(--rx-color-base)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-username .blocks-content-comments-profile-premium svg{width:20px;height:26px}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-user .blocks-content-comments-date{color:var(--rx-color-primary-25)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions{display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:flex-end;flex-wrap:nowrap}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-rating{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--rx-color-primary);font-size:14px;font-weight:700;line-height:180%;font-style:normal;width:30px;height:30px;background-color:var(--rx-color-primary-5);border-radius:50%}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like{color:var(--rx-color-primary-50)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike:active,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike:focus,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike:hover,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like:active,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like:focus,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like:hover{color:var(--rx-color-primary)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like{background-color:var(--rx-color-primary-5)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike.disabled,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like.disabled{pointer-events:none;opacity:.5}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike:hover,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like:hover{background-color:var(--rx-color-link-hover)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike:active,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like:active{background-color:var(--rx-color-link-active)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike svg,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like svg{width:25px}@media (max-width:960px){.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-dislike svg,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-like svg{width:22px}}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-edit{color:var(--rx-color-primary-5)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-edit:hover{color:var(--rx-color-link-hover)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-edit:active,.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-edit:focus{color:var(--rx-color-link-active)}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-edit svg{width:30px;height:30px}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-info .blocks-content-comments-actions .blocks-content-comments-rating{cursor:default}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-content{margin:5px 0 0}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-content span{color:var(--rx-color-primary-50);overflow-wrap:anywhere}.blocks-content-comments-wrapper .blocks-content-comments-list .blocks-content-comments-comment-item .blocks-content-comments-content span img{display:inline-block;width:20px;height:20px}.blocks-content-comments-wrapper .blocks-content-comments-button{margin:30px 0 0}.blocks-content-comments-wrapper .blocks-content-comments-button a{max-width:191px}.blocks-content-comments-delete-comment-form .blocks-content-comments-actions{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:space-between;flex-wrap:nowrap}.blocks-content-comments-delete-comment-form .blocks-content-comments-actions .blocks-content-comments-button{min-width:150px}
.blocks-categories-list-wrapper .blocks-categories-list-list{margin:20px 0 0}
.blocks-album-view-wrapper .blocks-album-view-heading{align-items:center}@media (max-width:960px){.blocks-album-view-wrapper .blocks-album-view-heading{display:flex;flex-direction:column}}.blocks-album-view-wrapper .blocks-album-view-info{display:flex;flex-direction:row;gap:15px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-album-view-wrapper .blocks-album-view-info .blocks-album-view-views{display:flex;flex-direction:row;gap:2px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-album-view-wrapper .blocks-album-view-info .blocks-album-view-meta{opacity:.5}.blocks-album-view-wrapper .blocks-album-view-info .blocks-album-view-meta,.blocks-album-view-wrapper .blocks-album-view-model{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.blocks-album-view-wrapper .blocks-album-view-actions{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-end;flex-wrap:nowrap}@media (max-width:960px){.blocks-album-view-wrapper .blocks-album-view-actions{display:flex;justify-content:flex-start;margin:20px 0 0}}@media (max-width:620px){.blocks-album-view-wrapper .blocks-album-view-actions{display:flex;flex-direction:column}}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;flex-wrap:nowrap}@media (max-width:620px){.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes{width:100%;display:flex;justify-content:flex-start}}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls{display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:nowrap}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like{display:flex;flex-direction:row;gap:0;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;width:40px;height:40px;color:var(--rx-color-white);cursor:pointer;background:var(--rx-color-primary-20);border-radius:50%;transition:all .2s}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike .blocks-album-view-tooltip,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like .blocks-album-view-tooltip{color:var(--rx-color-noir);font-size:14px;font-weight:400;line-height:normal;font-style:normal;position:absolute;bottom:-25px;z-index:100;visibility:hidden;padding:2px 10px;background:var(--rx-color-white);border-radius:8px;box-shadow:0 2px 8px 0 var(--rx-color-box-shadow);opacity:0;transition:.2s}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike:hover,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like:hover{background:var(--rx-color-link-hover)}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike:hover .blocks-album-view-tooltip,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like:hover .blocks-album-view-tooltip{visibility:visible;opacity:1}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike:active,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike:focus,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like:active,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like:focus{background:var(--rx-color-link-active)}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-dislike.blocks-album-view-voted,.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-controls .blocks-album-view-rate-like.blocks-album-view-voted{background:var(--rx-color-accent)}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-votes-rating .blocks-album-view-voters{color:var(--rx-color-primary);font-size:18px;font-weight:700;line-height:normal;font-style:normal;text-align:center}@media (max-width:620px){.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-votes-rating .blocks-album-view-voters{text-align:left}}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-votes-rating .blocks-album-view-voters span{color:var(--rx-color-primary-50);font-weight:400;font-style:normal}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-votes-rating .blocks-album-view-progress-rate{position:relative;display:block;width:110px;height:8px;overflow:hidden;background:var(--rx-color-primary-20);border-radius:4px}@media (max-width:620px){.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-votes-rating .blocks-album-view-progress-rate{width:180px}}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-votes .blocks-album-view-votes-rating .blocks-album-view-progress-rate .blocks-album-view-scale{position:absolute;top:0;left:0;height:8px;background:var(--rx-color-accent);border-radius:4px}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons{display:flex;flex-direction:row;gap:20px;flex-wrap:nowrap}@media (max-width:620px){.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons{display:flex;gap:8px;justify-content:flex-start;width:100%}}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-button{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:center;flex-wrap:nowrap}@media (max-width:1140px){.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-button{min-width:180px;height:40px}}@media (max-width:620px){.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-button{min-width:150px}}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-favorites .blocks-album-view-favorites-body ul li{position:relative;transition:background .2s}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-favorites .blocks-album-view-favorites-body ul li:hover{background:var(--rx-color-primary-10)}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-favorites .blocks-album-view-favorites-body ul li .blocks-album-view-favorites-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding:0 8px}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-favorites .blocks-album-view-favorites-body ul li .blocks-album-view-favorites-wrapper .blocks-album-view-apply{color:var(--rx-color-accent)}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-favorites .blocks-album-view-favorites-body ul li .blocks-album-view-favorites-wrapper .blocks-album-view-delete{padding:0}.blocks-album-view-wrapper .blocks-album-view-actions .blocks-album-view-buttons .blocks-album-view-favorites .blocks-album-view-favorites-body ul li .blocks-album-view-favorites-wrapper .blocks-album-view-favorites-link:hover{background:transparent}.blocks-album-view-wrapper .blocks-album-view-images{margin:20px 0 0}.blocks-album-view-wrapper .blocks-album-view-images img{border-radius:8px}
