footer,
header,
nav,
section{display: block;}
audio,
canvas,
progress,
video{display: inline-block;
  vertical-align: baseline;}
b,
strong{font-weight: bold;}
img{border: 0;}
svg:not(:root){overflow: hidden;}
hr{box-sizing: content-box;
  height: 0;}
button,
input,
optgroup,
select,
textarea{color: inherit;
  font: inherit;
  margin: 0;}
button{overflow: visible;}
button,
select{text-transform: none;}
button,
html input[type=button],
input[type=reset],
input[type=submit]{-webkit-appearance: button;
  cursor: pointer;}
button[disabled],
html input[disabled]{cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner{border: 0;
  padding: 0;}
input{line-height: normal;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{height: auto;}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th{background-color: #FAFBFC;}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th{background-color: #EAEEF2;}
input[type=file]{display: block;}
input[type=range]{display: block;
  width: 100%;}
input[type=file]:focus{outline: thin dotted;
  outline-offset: -2px;}
@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month]{line-height: 33px;}}
@keyframes progress-bar-stripes{from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }}
.progress.active .progress-bar,
.progress-bar.active{animation: progress-bar-stripes 2s linear infinite;}
:root {
  --header-height: 0px;
  --pwa-height: 0px;
  --cs-danger: #E46F61;
  --cs-primary-action-text: #FFFFFF;
  --cs-primary-action: #A2C41F;
  --cs-primary-text: #FFFFFF;
  --cs-primary: #F841B5;
  --cs-secondary-action-text: #FFFFFF;
  --cs-secondary-action: #F7A541;
  --cs-secondary-text: #FFFFFF;
  --cs-secondary: #05B0FA;
  --cs-success: #07E66E;
  --cs-auth-signup-randomize-icon: #888888;
  --cs-auth-signup-randomize-icon-hover: #666666;
  --cs-background: #F9F9F9;
  --cs-darkred: #8B0000;
  --cs-lightpink: #F4CCE5;
  --cs-fans-modal-footer-top: #000000;
  --cs-form-input-radio-background: #EBEBEB;
  --cs-form-input-radio-checked-background: #FFFFFF;
  --cs-green: #008000;
  --cs-gray-00: #000000;
  --cs-gray-11: #111111;
  --cs-gray-30: #303030;
  --cs-gray-33: #333333;
  --cs-gray-45: #454545;
  --cs-gray-66: #666666;
  --cs-gray-90: #909090;
  --cs-gray-CC: #CCCCCC;
  --cs-gray-DD: #DDDDDD;
  --cs-gray-E0: #E0E0E0;
  --cs-gray-F0: #F0F0F0;
  --cs-gray-FF: #FFFFFF;
  --cs-modal-border: #FFFFFF;
  --cs-modal-border-separate: #E0E0E0;
  --cs-pm-message-content-background: #EEEEEE;
  --cs-pm-message-content-border: #DDDDDD;
  --cs-pm-message-footer-tip-background: #F0F0F0;
  --cs-pm-message-footer-tip-border: #DDDDDD;
  --cs-private-request-note: #606060;
  --cs-purchase-media-modal-notes: #666666;
  --cs-support-icon: #111111;
  --cs-table-striped-background: #FAFBFC;
  --cs-tip-menu-modal-item: #333333;
  --cs-verify-manual-message: inherit;
  --cs-verify-manual-legal: #666666;
  --cs-yellow-66: #F6ECB3;
  --cs-color-000000-a0: rgba(0, 0, 0, 0);
  --cs-color-000000-a15: rgba(0, 0, 0, .15);
  --cs-color-000000-a25: rgba(0, 0, 0, .25);
  --cs-color-000000-a30: rgba(0, 0, 0, .3);
  --cs-color-000000-a50: rgba(0, 0, 0, .5);
  --cs-color-000000-a60: rgba(0, 0, 0, .6);
  --cs-color-000000-a75: rgba(0, 0, 0, .75);
  --cs-color-000000-a80: rgba(0, 0, 0, .8);
  --cs-color-000000-a90: rgba(0, 0, 0, .9);
  --cs-color-FFFFFF-a50: rgba(255, 255, 255, .5);
  --cs-color-FFFFFF-a60: rgba(255, 255, 255, .6);
  --cs-color-FFFFFF-a75: rgba(255, 255, 255, .75);
  --cs-color-FFFFFF-a80: rgba(255, 255, 255, .8);
  --cs-color-F0FAFF: #F0FAFF;
  --cs-color-CBEFFF: #CBEFFF;
  --cs-color-F2FAFE: #F2FAFE;
  --cs-token-modal-lightblue: #F2FAFE;
  --cs-token-modal-lightpink: #FEF5FB;
}
html{font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;}
body{background-color: var(--cs-background);
  color: var(--cs-gray-33);
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{background-color: transparent;
  color: var(--cs-secondary);
  cursor: pointer;
  outline: none !important;
  text-decoration: none;}
a:focus, a:hover{text-decoration: none;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color: var(--cs-gray-11);
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;}
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small, h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small{color: var(--cs-gray-45);
  font-weight: normal;
  line-height: 1;}
h1, .h1,
h2, .h2,
h3, .h3{margin-bottom: 9.5px;
  margin-top: 19px;}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small{font-size: 65%;}
h1, .h1{font-size: 30px;}
h2, .h2{font-size: 25px;}
h1, h2, h3, h4{font-weight: bold;}
p{margin: 0 0 9.5px;}
input,
button,
select,
textarea{background-color: var(--cs-gray-FF);
  color: var(--cs-gray-33);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;}
input ::-webkit-input-placeholder,
button ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder{color: var(--cs-gray-DD);}
input ::placeholder,
button ::placeholder,
select ::placeholder,
textarea ::placeholder{color: var(--cs-gray-DD);}
input ::-ms-input-placeholder,
button ::-ms-input-placeholder,
select ::-ms-input-placeholder,
textarea ::-ms-input-placeholder{color: var(--cs-gray-DD);}
img{vertical-align: middle;}
hr{border: 0;
  border-top: 1px solid var(--cs-gray-F0);
  margin-bottom: 19px;
  margin-top: 19px;}
body.ai-side-menu-active{padding-left: 80px;
  transition: padding-left 0.3s ease-in-out;}
body.ai-side-menu-active.ai-side-menu-expanded{padding-left: 280px;}
body.global-modal-item-open{overflow: hidden;}
.modal-wrapper-module__headerWithSubtitle--mQAlg strong{display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;}
.modal-wrapper-module__headerWithSubtitle--mQAlg span{color: var(--cs-gray-66);
  display: block;}
.modal-gallery-module__thumb--bF6hm li img{border: none;
  border-radius: 0;
  display: block;
  height: 110px;
  margin: 3px;
  width: 110px;}
@media (min-width: 600px){.modal-gallery-module__thumb--bF6hm li img{height: 200px;
    width: 200px;}}
@media (min-width: 1200px){.modal-gallery-module__thumb--bF6hm li img{height: 300px;
    width: 300px;}}
@keyframes spinner-module__spinner_keyframe--WEsvV{to {
    transform: rotate(360deg);
  }}
.spinner-module__spinner--t5QJY > div{height: 16px;
  width: 16px;}
.spinner-module__spinner--t5QJY > div::before{animation: spinner-module__spinner_keyframe--WEsvV 0.6s linear infinite;
  border-radius: 50%;
  border-right: 2px solid transparent;
  border-top: 2px solid var(--cs-gray-00);
  content: "";
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: 3;}
.spinner-module__spinner--t5QJY.spinner-module__light--ZU0Rt > div:before{border-top-color: var(--cs-gray-FF);}
.tooltip-module__tooltip--HOkqf strong{font-weight: 600;}
.index-module__alert--KTsAb a{color: #383D41;
  text-decoration: underline;}
.index-module__alert--KTsAb.index-module__alertWarning--GWxPs a{color: #856404;}
.index-module__alert--KTsAb.index-module__alertSuccess--pQLVe a{color: #155724;}
.index-module__alert--KTsAb.index-module__alertInfo--fYCAF a{color: #004085;}
.index-module__alert--KTsAb.index-module__alertDanger--iwAy0 a{color: #721C24;}
@keyframes new-module__ld--YF7Nf{0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }}
.video-thumb-module__wrapper--HLube{align-items: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;}
.video-thumb-module__wrapper--HLube picture{height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}
.video-thumb-module__wrapper--HLube > img,
.video-thumb-module__wrapper--HLube > picture img,
.video-thumb-module__wrapper--HLube > video{display: block;
  flex-shrink: 0;
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;}
.video-thumb-module__wrapper--HLube > video + .video-thumb-module__pressHint--LbR6j{opacity: 0;
  transition: opacity 0.25s;}
.video-thumb-module__wrapper--HLube .video-thumb-module__pressHint--LbR6j{align-items: center;
  background-color: var(--cs-color-000000-a25);
  border-radius: 4px;
  color: var(--cs-gray-FF);
  display: flex;
  fill: currentColor;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  left: 50%;
  line-height: 1.2;
  max-height: 75%;
  max-width: 75%;
  opacity: 1;
  padding: 8px 8px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 1;}
.video-thumb-module__wrapper--HLube .video-thumb-module__pressHint--LbR6j svg{height: 16px;}
.media-item-module__subtitle--VRwsa a{color: var(--cs-gray-66) !important;}
.media-item-module__fanClubImgWrapper--wn89b img{height: 22px;}
.media-item-module__thumbFanclub--XM_wn img{height: 16px;}
@keyframes button-module__ld--FLXuP{0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }}
.purchase-media-modal-module__notes--MuP_b strong{font-weight: 600;}
.purchase-media-modal-module__fanclub--zaMr0 .purchase-media-modal-module__fanclubIcons--mAWkF img{height: 22px;}
.FourOhFour-module__link--xqO_6 a{text-decoration: underline !important;}
.MediaItemGallery-module__gallery--wPVWU li > img{background-color: #E1E2E3;
  border: 1px solid #717171;
  border-radius: 3px;
  height: auto;
  max-width: 100%;}
.TwitterIntentModelMedia-module__button--ZMCw8 span{display: none;}
@media (min-width: 600px){.TwitterIntentModelMedia-module__button--ZMCw8 span{display: inline;}}
.MediaItemPage-module__playlistHeader--BUjHo span{font-weight: normal;}
.MediaItemPage-module__selected--BSdV0 a{border-color: #05B0FA;}
.index-module__verify--uKeva .index-module__wrapper--WkscZ p{margin: 0 0 20px 0;}
.index-module__default--Capw1 strong{font-weight: 600;}
.index-module__default--Capw1 input{box-sizing: border-box;
  cursor: pointer;
  height: 0;
  margin: 4px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;}
.index-module__default--Capw1 input[disabled]{cursor: not-allowed;}
.index-module__default--Capw1 input:focus{outline: thin dotted;
  outline-offset: -2px;}
.index-module__default--Capw1 input:checked ~ .index-module__icon--ka6h8{border-color: var(--cs-primary);}
.index-module__default--Capw1 input:checked ~ .index-module__icon--ka6h8:before{background: var(--cs-primary);
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;}
.modal-module__buttons--hCphr button{white-space: nowrap;}
.modal-module__buttons--hCphr button img{max-width: 50px;
  padding: 0 2px;}
.modal-module__promoVariantB--geCsf .modal-module__promoVariantBLabel--Rl1v2 strong{display: block;
  font-size: 16px;
  margin-bottom: 5px;}
.ageChecker-module__cardIcons--Ef_Ym img{height: 22px;}
.ageChecker-module__radio--i2gpA span{font-weight: normal;
  margin-left: 10px;}
.PromoOfferModal-module__promoOfferModalNew--YBcrv img{max-width: 100%;}
.PostPay-module__postpayModal--hl7Ao h2{font-size: 18px;
  line-height: 20px;
  margin: 0 10px 15px 0;
  text-align: center;}
@media (min-width: 400px){.PostPay-module__postpayModal--hl7Ao h2{font-size: 23px;}}
@media (min-width: 500px){.PostPay-module__postpayModal--hl7Ao h2{font-size: 24px;}}
.PostPay-module__postpayModal--hl7Ao p{background: rgba(204, 229, 255, 0.25);
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 14px 8px 14px;
  text-align: justify;}
@media (min-width: 500px){.PostPay-module__postpayModal--hl7Ao p{font-size: 13px;}}
body.site-iframed .browser-module__iframedHide--qakrm{display: none !important;}
body.site-iframed .browser-module__iframedHideInner--na8sW *{display: none !important;}
.modal-module__body--Yyshn{}
.dvr-module__button--NBejD svg{fill: #FFFFFF !important;}
@-webkit-keyframes index-module__pulse--vDqMx{0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }}
.index-module__volumeSlider--ydbS4 input{appearance: none;
  background-color: var(--cs-color-FFFFFF-a50);
  border-radius: 3px;
  height: 7px;}
.index-module__volumeSlider--ydbS4 input::-moz-range-thumb{appearance: none;
  background-color: var(--cs-gray-F0);
  border: none;
  border-radius: 100%;
  height: 11px;
  width: 11px;}
.index-module__volumeSlider--ydbS4 input::-webkit-slider-thumb{appearance: none;
  background-color: var(--cs-gray-F0);
  border: none;
  border-radius: 100%;
  height: 11px;
  width: 11px;}
.index-module__switch--A9ddT span{background-color: #EBEBEB;
  border: 1px solid var(--cs-gray-DD);
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 40px;}
.index-module__switch--A9ddT span:after{background-color: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-DD);
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;}
.index-module__switch--A9ddT input{opacity: 0;
  position: absolute;
  z-index: -1;}
.index-module__switch--A9ddT input:checked + span{background-color: var(--cs-primary, #F841B5);}
.index-module__switch--A9ddT input:checked + span:after{left: auto;
  right: 0;}
.loader-module__loaderWrapper--OfoId video{bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;}
.Footer-module__footer--ceS4E{content-visibility: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;}
.Footer-module__footerWrapper--VZt0z{background: var(--cs-gray-FF);
  border-top: 1px solid var(--cs-gray-DD);
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  padding: 16px;
  width: 100%;}
.Footer-module__footerWrapper--VZt0z hr{margin: 0;
  width: 100%;}
.Footer-module__footerWrapper--VZt0z .Footer-module__section--gXN_M{align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;}
@media (max-width: 1125px){.Footer-module__footerWrapper--VZt0z .Footer-module__section--gXN_M{gap: 32px;}}
.Footer-module__footerWrapper--VZt0z .Footer-module__columns3--yDPlQ, .Footer-module__footerWrapper--VZt0z .Footer-module__sideBySide--vUJQ5{align-items: flex-start;
  color: var(--cs-gray-66);
  display: grid;
  font-size: 14px;
  font-weight: 600;
  gap: 16px;}
.Footer-module__footerWrapper--VZt0z .Footer-module__columns3--yDPlQ{grid-template-columns: repeat(3, 1fr);}
@media (max-width: 750px){.Footer-module__footerWrapper--VZt0z .Footer-module__columns3--yDPlQ{grid-template-columns: 1fr;
    text-align: center;}}
.Footer-module__footerWrapper--VZt0z .Footer-module__sideBySide--vUJQ5{grid-template-columns: repeat(2, 1fr);}
@media (max-width: 750px){.Footer-module__footerWrapper--VZt0z .Footer-module__sideBySide--vUJQ5{grid-template-columns: 1fr;}}
.Footer-module__footerWrapper--VZt0z .Footer-module__sideBySide--vUJQ5 .Footer-module__sales--Y2hnl{display: flex;
  flex-direction: column;
  gap: 16px;}
@media (max-width: 750px){.Footer-module__footerWrapper--VZt0z .Footer-module__sideBySide--vUJQ5 .Footer-module__sales--Y2hnl{text-align: center;}}
.Footer-module__footerWrapper--VZt0z .Footer-module__sideBySide--vUJQ5 .Footer-module__sales--Y2hnl p{margin: 0;}
.Footer-module__footerWrapper--VZt0z .Footer-module__socials--Cl_Bv{align-items: flex-start;
  background-color: var(--cs-color-F0FAFF);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;}
@media (max-width: 1125px){.Footer-module__footerWrapper--VZt0z .Footer-module__socials--Cl_Bv{align-items: center;
    flex: 1;}}
.Footer-module__footerWrapper--VZt0z .Footer-module__linkSections--F96DH{display: grid;
  flex: 1;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);}
@media (max-width: 1125px){.Footer-module__footerWrapper--VZt0z .Footer-module__linkSections--F96DH{grid-template-columns: repeat(2, 1fr);}}
.Footer-module__footerWrapper--VZt0z .Footer-module__linkSection--ugfvG, .Footer-module__footerWrapper--VZt0z .Footer-module__links--NXxFb{display: flex;
  flex-direction: column;
  font-weight: 600;}
.Footer-module__footerWrapper--VZt0z .Footer-module__linkSection--ugfvG{color: var(--cs-gray-66);
  font-size: 14px;
  gap: 16px;}
.Footer-module__footerWrapper--VZt0z .Footer-module__links--NXxFb{font-size: 16px;
  gap: 12px;}
.Footer-module__footerWrapper--VZt0z .Footer-module__links--NXxFb a{line-height: 1.5;
  text-wrap-mode: nowrap;}
.Footer-module__footerImageWrapper--eLY4E{align-items: center;
  display: flex;
  justify-content: center;}
.Footer-module__footerImageList--kT4PI{align-items: center;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  gap: 8px;
  padding: 8px;}
.Footer-module__footerImageList--kT4PI .Footer-module__footerImage--jNxKM{font-size: 0 !important;}
.Footer-module__footerImageList--kT4PI .Footer-module__footerImage--jNxKM .Footer-module__safelabeling--kDYyL{object-fit: none;
  object-position: top left;}
.Footer-module__footerImageList--kT4PI .Footer-module__footerImage--jNxKM .Footer-module__rta--T33K4{object-fit: none;
  object-position: top center;}
.Footer-module__footerImageList--kT4PI .Footer-module__footerImage--jNxKM .Footer-module__asacp--pNaga{object-fit: none;
  object-position: top right;}
.Footer-module__footerDist--cCcuG a{color: var(--cs-secondary, #05B0FA);}
@media (min-width: 1000px){.Footer-module__footer3Col--cN2Fz .Footer-module__footerImageList--kT4PI{justify-content: flex-end;}}
.Footer-module__footerRight--C4R4k a{color: var(--cs-secondary);
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.8;
  text-decoration: none;
  text-transform: uppercase;}
.Footer-module__footerRight--C4R4k a:last-of-type{padding-right: 0;}
.FooterAddress-module__addressWrapper--bPnw6 p{margin-bottom: 0;}
.index-module__footerLang--gXhJn{display: flex;
  flex-wrap: wrap;
  justify-content: end;}
@media (max-width: 750px){.index-module__footerLang--gXhJn{justify-content: center;}}
.index-module__footerLang--gXhJn a{border-right: 1px solid var(--cs-gray-11);
  color: var(--cs-secondary);
  padding: 0 8px;
  transition: color 0.2s;}
.index-module__footerLang--gXhJn a:hover{color: var(--cs-gray-11);}
.index-module__footerLang--gXhJn a:last-of-type{border-right: none;
  padding-right: 0;}
.index-module__footerLang--gXhJn a:first-of-type{padding-left: 0;}
.SocialIcons-module__icons--S6egV{align-items: center;
  background-color: var(--cs-gray-FF);
  border-radius: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 8px;}
.SocialIcons-module__icons--S6egV a{align-items: center;
  aspect-ratio: 1;
  color: var(--cs-secondary);
  display: flex;
  flex: 1 1 0;
  height: auto;
  justify-content: center;
  margin: 8px;
  max-width: 28px;
  min-width: 20px;}
@media (max-width: 500px){.SocialIcons-module__icons--S6egV a{margin: 6px;}}
@media (max-width: 375px){.SocialIcons-module__icons--S6egV a{margin: 4px;}}
.SocialIcons-module__icons--S6egV a:hover{background-color: var(--cs-secondary);
  border-radius: 8px;
  color: var(--cs-gray-FF);}
.SocialIcons-module__icons--S6egV a:hover .SocialIcons-module__icon--EHkqL{width: 75%;}
.SocialIcons-module__icons--S6egV a .SocialIcons-module__icon--EHkqL{height: auto;
  width: 85%;}
.install-modal-module__body--dhneY p{margin: 0;}
.Alert-module__listItem--lffRD a{color: #333333;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;}
.Alert-module__listItem--lffRD a:hover{color: #000000;}
.Alert-module__listItem--lffRD a strong{font-weight: 700;
  text-decoration: underline;}
.Alert-module__inlineList--ajuVr a, .Alert-module__inlineList--ajuVr p{display: inline;}
.Announcement-module__wrapper--__Nrm strong{font-weight: 700;
  text-decoration: underline;}
a.Announcement-module__label--_zoVe{cursor: pointer;}
a.Announcement-module__label--_zoVe:hover{color: #000000;}
.BrowserVersionAlert-module__wrapper--YciFu strong{font-weight: 700;
  text-decoration: underline;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT{border-bottom: 1px solid var(--cs-gray-DD);
  display: flex;
  flex-direction: column;
  margin: 16px -25px 24px;
  padding: 0 25px 24px;
  position: relative;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__headerSearchInputWrapper--U7iEG{border: 1px solid var(--cs-gray-DD);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 4px 8px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__headerSearchInputWrapper--U7iEG .Header-module__icon--nOnpp{fill: none;
  stroke: var(--cs-gray-DD);
  width: 16px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__link--JUFDT, .Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__label--Mkaa8{font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__button--IecoV{border-radius: 8px;
  font-size: 14px;
  margin: 8px auto;
  width: calc(100% - 16px);}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__headerDropdownWrapper--BvMut{bottom: 25px;
  left: 25px;
  transform: translateY(100%);
  width: calc(100% - 50px);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerRight--ug2KB{align-items: center;
  display: flex;
  gap: 12px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerRight--ug2KB .Header-module__headerButtonAccount--LXO74{margin-left: 0;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdown--QBUkV > div:first-of-type{align-items: center;
  display: flex;
  justify-content: center;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut{bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut:before{display: none;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl{border-radius: 0 8px 8px 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  white-space: initial;
  width: min(70vw, 300px);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl:before{content: none;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW{align-items: center;
  display: flex;
  gap: 8px;
  height: 40px;
  padding: 8px;
  text-transform: none;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW svg{fill: var(--cs-gray-33);
  height: 18px;
  width: 18px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW svg.Header-module__withStroke--pU94P{fill: none;
  stroke: var(--cs-gray-33);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW svg:last-child{height: 12px;
  margin: 0 10px 0 auto;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW .Header-module__text--g1PPH{flex: 1;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW .Header-module__toggle--a5S80{margin-bottom: 0;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__signupActionText--_BBRl{align-self: center;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 0 0 8px;
  text-align: center;
  width: 100%;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemDivider--rIaYZ{background-color: var(--cs-gray-F0);
  font-weight: 600;
  height: 32px;
  padding: 8px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh{justify-content: center;
  margin: 8px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh + .Header-module__headerDropdownItemButton--WFzgh{margin-top: 0;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh.Header-module__headerDropdownItemButtonAction--_WHVM{text-transform: uppercase;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItemButtonLight--cgQdG{background-color: var(--cs-secondary);
  color: var(--cs-secondary-text);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownLinkedAccount--A6f5A{display: flex;
  justify-content: space-between;
  padding-left: 35px;}
.Header-module__headerBottom--CxQlS{align-items: center;
  background-color: var(--cs-color-header-bottom);
  display: flex;
  position: relative;}
.Header-module__headerBottom--CxQlS .Header-module__headerRight--ug2KB{align-items: center;
  display: flex;
  float: none;
  gap: 5px;
  margin-left: auto;}
.Header-module__headerBottom--CxQlS .Header-module__headerButtonIcon--dJ7_D{color: var(--cs-color-header-bottom-text);}
.Header-module__headerBottom--CxQlS .Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));}
.Header-module__headerBottom--CxQlS .Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX{background-color: var(--cs-secondary-action, #A2C41F);
  color: var(--cs-secondary-action-text, var(--cs-gray-FF));}
.Header-module__headerButton--mgCOo{background: none;
  border: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;}
.Header-module__headerButton--mgCOo.Header-module__headerButtonJoin--C4C9i{background-color: var(--cs-primary-action, #A2C41F);
  color: var(--cs-primary-action-text, var(--cs-gray-FF));}
.Header-module__headerButton--mgCOo.Header-module__headerButtonModels--PdDGi{background: var(--cs-color-header-top);
  color: var(--cs-color-header-top-text);}
.Header-module__headerButton--mgCOo.Header-module__headerButtonTransparent--xWYqB{background: var(--cs-color-header-bottom);
  color: var(--cs-color-header-bottom-text);}
.Header-module__headerButton--mgCOo.Header-module__headerButtonToken--Znx_S{background-color: var(--cs-secondary-text, var(--cs-gray-FF));
  color: var(--cs-secondary, #05B0FA);
  text-transform: none;}
.Header-module__headerButton--mgCOo.Header-module__headerButtonToken--Znx_S:before{border-left-color: var(--cs-secondary);
  border-right-color: var(--cs-secondary);}
.Header-module__headerButtonIcon--dJ7_D{align-items: center;
  background: none;
  border: none;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;}
.Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-top-text);
  height: 16px;
  stroke: var(--cs-color-header-top-text);}
.Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{align-items: center;
  border-color: var(--cs-primary);
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  justify-content: center;
  line-height: 1;
  min-width: 15px;
  overflow: hidden;
  padding: 0 2px 1px 1px;
  position: absolute;
  right: -6px;
  top: -4px;}
.Header-module__headerDropdown--QBUkV{display: inline-block;
  text-align: left;
  vertical-align: top;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-E0);
  border-radius: 3px;
  font-size: 10px;
  line-height: 15px;
  margin-top: 2px;
  position: absolute;
  z-index: 1000;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl{display: flex;
  flex-direction: column;
  justify-content: stretch;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut:before{border-bottom: 10px solid var(--cs-gray-FF);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  top: -6px;
  z-index: 0;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownEmpty--gVuMY,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownLoading--jdv5G{border: none;
  border-bottom: 1px solid var(--cs-gray-E0);
  border-radius: 0;
  color: var(--cs-gray-90);
  line-height: 80px;
  text-align: center;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownEmpty--gVuMY:last-child,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW:last-child,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownLoading--jdv5G:last-child{border-bottom: none !important;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownList--iZE7N{border-bottom: 1px solid var(--cs-gray-E0);
  max-height: 277px;
  overflow-y: scroll;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW{color: var(--cs-gray-66);
  display: block;
  font-size: 13px;
  line-height: 14px;
  padding: 14px;
  text-align: left;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));
  border: none;
  border-radius: 5px;
  font-weight: 700;
  margin: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh + .Header-module__headerDropdownItemButton--WFzgh{margin-top: 0;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButtonAction--_WHVM{background-color: var(--cs-secondary, #05B0FA);
  color: var(--cs-secondary-text, var(--cs-gray-FF));}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButtonLight--cgQdG{background: var(--cs-gray-E0);
  color: var(--cs-private-request-note);}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemDivider--rIaYZ{color: var(--cs-gray-90);
  padding: 24px 10px 10px 10px;
  text-transform: uppercase;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemLink--hG7t4{font-weight: 600;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemLink--hG7t4 i{color: #A0A0A0;
  display: inline-block;
  margin-right: 3px;
  padding-right: 4px;
  text-align: center;
  vertical-align: top;
  width: 24px;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemUnread--Pb8Ub{background: var(--cs-gray-F0);}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemWithThumb--l9vyH{height: 50px;
  padding: 10px 10px 10px 50px;
  position: relative;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemThumb--ctX6n{background-color: var(--cs-gray-E0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 30px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 30px;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemTitle--NLuoY,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemSubtitle--WrfNt{display: block;
  font-weight: 600;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemSubtitle--WrfNt{color: var(--cs-gray-90);
  font-weight: 400;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownEnd--Wkx92{padding: 10px 0;
  text-align: center;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownAll--oxDp0{color: var(--cs-gray-90);
  display: block;
  font-weight: 700;
  padding: 10px;
  text-align: center;}
.Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemTitle--NLuoY, .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownSearch--XuKrT .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemTitle--NLuoY{height: 30px;
  line-height: 30px;}
.Header-module__headerDropdown--QBUkV.Header-module__headerDropdownNotification--FR3FI .Header-module__headerDropdownItem--bckhW{font-size: 11px;}
.Header-module__headerLeft--UxUQp{float: left;}
.Header-module__headerLogo--XcE6d{display: inline-block;}
.Header-module__headerLogo--XcE6d img{display: inline-block;
  width: auto;}
.Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{color: var(--cs-color-header-top-text);}
.Header-module__headerRight--ug2KB{align-items: center;
  display: flex;
  float: right;}
.Header-module__headerSearchInput--Kr4m2{border: none;
  border-radius: 3px;
  color: var(--cs-gray-33);
  font-size: 16px;
  line-height: 27px;
  padding: 0 5px;
  width: 100%;}
.Header-module__headerTop--KZryz{background-color: var(--cs-color-header-top);
  position: relative;}
.Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{color: var(--cs-color-header-top-text);}
.Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{background-color: var(--cs-gray-F0);
  color: var(--cs-secondary);}
.Header-module__headerTop--KZryz .Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));}
body:has(.Header-module__headerMobile--Rkwzt){--header-height: 40px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileBarsIcon--LsLXf{height: 14px !important;}
.Header-module__headerMobile--Rkwzt .Header-module__headerSearchIcon--SQtMM{fill: none !important;}
.Header-module__headerMobile--Rkwzt .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-bottom-text);
  height: 17px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileMenu--itZcw .Header-module__headerDropdownWrapper--BvMut:before{left: 4px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileMenu--itZcw .Header-module__headerDropdownItemLink--hG7t4{text-transform: lowercase;}
.Header-module__headerMobile--Rkwzt .Header-module__headerBottom--CxQlS{height: 33px;
  padding: 0px 10px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerBottom--CxQlS .Header-module__headerButtonIcon--dJ7_D{align-items: center;
  display: inline-flex;
  font-size: 16px;
  line-height: 27px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerButton--mgCOo{font-size: 12px;
  line-height: 25px;
  margin: 0 0 0 6px;
  padding: 0 6px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerButtonAccount--LXO74 img{border-color: var(--cs-color-header-top-text);
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 32px;
  width: 32px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{left: 1px;
  right: 1px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut{margin-top: 6px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut:before{right: 0;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut:before{left: 36px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownNotification--FR3FI .Header-module__headerDropdownWrapper--BvMut:before{left: 64px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownSearch--XuKrT .Header-module__headerDropdownWrapper--BvMut{bottom: 25px;
  left: 25px;
  transform: translateY(100%);
  width: calc(100% - 50px);}
.Header-module__headerMobile--Rkwzt .Header-module__headerLeft--UxUQp{align-items: center;
  display: inline-flex;
  height: 25px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLeft--UxUQp .Header-module__headerButtonIcon--dJ7_D{margin-right: 12px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLogo--XcE6d{align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLogo--XcE6d img{height: 32px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{font-size: 22px;
  line-height: 32px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W{display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 3px;
  justify-content: center;
  padding: 3px 0;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W .Header-module__headerMobileChatheaderUsername--G9nxd{color: var(--cs-primary-text, var(--cs-gray-FF));
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W .Header-module__headerMobileChatheaderUsercount--ehjt2{color: var(--cs-primary-text, var(--cs-gray-FF));
  display: block;
  font-size: 9px;
  line-height: 10px;
  opacity: 0.8;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W .Header-module__headerMobileChatheaderUsercount--ehjt2 strong{font-weight: 600;}
.Header-module__headerMobile--Rkwzt .Header-module__headerToken--eP8DD{line-height: 26px;
  margin: 3px 0 3px 10px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX{line-height: 20px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz{display: flex;
  padding: 4px 10px;
  text-align: center;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz.Header-module__newLook--YrG5z .Header-module__headerButtonIcon--dJ7_D svg{fill: var(--cs-color-header-top-text);
  height: 20px;
  stroke: var(--cs-color-header-top-text);}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz.Header-module__newLook--YrG5z .Header-module__headerButtonIcon--dJ7_D svg.Header-module__iconMenu--fKXGF{height: 14px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerLeft--UxUQp,
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerRight--ug2KB{float: none;
  white-space: nowrap;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerButton--mgCOo{margin: 1px 0 1px 6px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{font-size: 17px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-top-text);
  height: 19px;}
body:has(.Header-module__headerDesktop--WpPsy){--header-height: 96px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-bottom-text);}
.Header-module__headerDesktop--WpPsy .Header-module__headerBottom--CxQlS{height: 37px;
  padding: 0px 10px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerBottom--CxQlS .Header-module__headerButton--mgCOo{font-size: 12px;
  line-height: 29px;
  margin: 0 0 0 7.5px;
  padding: 0 9px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerButtonAccount--LXO74{color: var(--cs-color-header-top-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 41px;
  margin-left: 8px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR{display: inline-block;
  margin-top: 5px;
  position: relative;
  vertical-align: top;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR .avatarImg{border-color: var(--cs-color-header-top-text);
  border-style: solid;
  border-width: 2px;
  height: 31px;
  width: 31px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h{display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a, .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button{background: none;
  border: none;
  color: var(--cs-color-header-top-text);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 41px;
  margin-left: 10px;
  padding: 0;
  text-transform: lowercase;
  vertical-align: top;}
@media (max-width: 800px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+4), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+4){display: none;}}
@media (min-width: 801px) and (max-width: 880px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+5), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+5){display: none;}}
@media (min-width: 881px) and (max-width: 960px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+6), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+6){display: none;}}
@media (min-width: 961px) and (max-width: 1040px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+7), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+7){display: none;}}
@media (min-width: 1041px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a, .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button{display: inline-block;}}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV{position: relative;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{left: 0;
  width: 260px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut:before{right: 5px !important;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownNtification--qgqa7 .Header-module__headerDropdownWrapper--BvMut:before{right: 3px !important;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d img{height: 31px;
  margin: 5px 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{font-size: 21px;
  line-height: 31px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerButtonIcon--dJ7_D,
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDesktopAvatar--tSSsR{margin-left: 17px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{left: auto;
  right: -5px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut:before{right: 3px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut{margin-top: 6px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut:before{right: 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerSearchInput--Kr4m2{line-height: 31px;
  width: 180px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz{padding: 9px 10px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButton--mgCOo{font-size: 14px;
  line-height: 35px;
  margin: 3px 0 3px 10px;
  padding: 0 10px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{font-size: 17px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{height: 19px;}
@media (min-width: 1200px){.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz{padding: 9px 15px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerBottom--CxQlS{padding: 0px 15px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d img{height: 41px;
    margin: 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{font-size: 27px;
    line-height: 41px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a, .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button{font-size: 14px;
    margin-left: 15px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR{margin-top: 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR .avatarImg{height: 41px;
    width: 41px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerButtonAccount--LXO74{max-width: 110px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{font-size: 21px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{height: 23px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{font-size: 11px;
    height: 16px;
    min-width: 16px;
    padding: 0 3px 1px 3px;
    right: -6px;
    top: -4px;}}
.Header-module__headerDropdownMobile--dn4Uj{border-radius: 0 8px 8px 0;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  white-space: nowrap;
  width: min(70vw, 300px);
  z-index: 1000;}
.Header-module__headerDropdownMobile--dn4Uj.Header-module__show--lBz6c{display: block;}
.Header-module__headerDropdownMobile--dn4Uj > div:first-of-type{align-items: normal !important;}
.Header-module__desktopSearch--tkMHy{margin: 5px 0 0 15px;}
.Header-module__desktopSearch--tkMHy .Header-module__headerSearchInput--Kr4m2{background: rgba(0, 0, 0, 0.25);
  color: #FFFFFF;}
.Header-module__desktopSearch--tkMHy .Header-module__headerSearchInput--Kr4m2::placeholder{color: rgba(255, 255, 255, 0.6);}
@media (min-width: 1100px){.Header-module__desktopSearch--tkMHy .Header-module__headerSearchInput--Kr4m2{width: 230px;}}
.Header-module__desktopGenderLink--s7acS{border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  color: var(--cs-secondary-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
  padding: 0 5px;}
.Header-module__desktopGenderLink--s7acS.active{border-bottom-color: var(--cs-primary);
  font-weight: 700;}
@media (min-width: 700px) and (max-width: 960px){.Header-module__headerTokenButton--JY_JX span,
.Header-module__headerTokenText--K1TOK span{display: none;}}
@media (min-width: 900px){.Header-module__desktopGenderLink--s7acS{padding: 0 10px;}}
.index-module__open--coMOx > a{color: var(--cs-gray-66);
  position: relative;}
.index-module__open--coMOx > a:hover{background: var(--cs-gray-F0);
  cursor: pointer;}
.index-module__open--coMOx > a.index-module__borderTop--rIvzo{margin-top: 3px;}
.index-module__genderNav--t7Ko2{display: flex;}
.index-module__navWrapper--wo928{display: flex;
  justify-content: space-between;}
.filter-module__wrapper--Fw3qc{font-size: 12px;
  line-height: 25px;
  padding: 0 5px;}
.filter-module__sectionTitle--pgcpe{background: var(--cs-gray-F0);
  display: block;
  font-weight: 600;
  line-height: 22px;
  margin: 20px 0 0 0;
  padding: 0 5px;
  position: relative;}
.filter-module__sectionTitle--pgcpe:first-child{margin-top: 0;}
.filter-module__sectionTitle--pgcpe:before{background: var(--cs-secondary);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.08;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;}
.filter-module__sectionItem--ui1F4{background: none;
  border: none;
  display: block;
  overflow: hidden;
  padding: 0 6px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;}
.filter-module__sectionItem--ui1F4.exph{display: none;}
.filter-module__sectionItem--ui1F4:hover{color: var(--cs-secondary);
  font-weight: 600;}
.filter-module__sectionItemActive--eKsNZ{align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  width: 100%;}
.filter-module__sectionItemActive--eKsNZ.exph{display: none;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveLink--u623x{flex: 1 1;
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveClear--k0S0T{align-items: center;
  background: var(--cs-gray-F0);
  border-radius: 100%;
  color: var(--cs-gray-66);
  display: flex;
  height: 16px;
  justify-content: center;
  width: 16px;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveClear--k0S0T .filter-module__sectionItemActiveClearIcon--wfZ1q{fill: var(--cs-gray-66);
  height: 12px;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveClear--k0S0T:hover .filter-module__sectionItemActiveClearIcon--wfZ1q{fill: var(--cs-gray-33);}
.filter-module__categories--xaiY0{display: block;
  font-size: 11px;
  margin: 15px 0;
  padding: 6px;}
.HeaderMobile-module__headerTop--pgCHJ .HeaderMobile-module__centerElement--fJraZ img{height: auto;
  max-height: 100%;}
.HeaderMobile-module__tokenButton--sV6iP{align-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  color: var(--cs-primary-text);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 3px;
  height: 30px;
  justify-content: space-between;
  line-height: 1;
  margin: 0;
  padding: 0 3px;
  text-transform: uppercase;
  vertical-align: top;}
.HeaderMobile-module__tokenButton--sV6iP .HeaderMobile-module__add--mbMXM{font-size: 12px;
  font-weight: 700;}
.HeaderMobile-module__tokenButton--sV6iP .HeaderMobile-module__plus--jgdeH{align-items: center;
  display: flex;
  justify-content: center;}
.HeaderMobile-module__tokenButton--sV6iP .HeaderMobile-module__spinner--WjgL7{background-color: var(--cs-primary);
  border-radius: 2px;
  flex: 1;
  font-weight: 700;
  height: 24px;
  position: relative;
  width: 24px;}
.HeaderMobile-module__tokenButton--sV6iP .HeaderMobile-module__spinner--WjgL7 span{align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;}
.HeaderMobile-module__tokenButton--sV6iP .HeaderMobile-module__spinner--WjgL7 span:not(:only-child){animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-name: HeaderMobile-module__fadeNumberAdd--KPUo_;}
.HeaderMobile-module__tokenButton--sV6iP .HeaderMobile-module__spinner--WjgL7 .HeaderMobile-module__add--mbMXM{animation-delay: -8s;
  font-size: 8px;
  transform: translateY(-100%);}
.HeaderMobile-module__joinButton--sdEYJ{background: var(--cs-secondary);
  border: none;
  border-radius: 3px;
  color: var(--cs-secondary-text);
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 1;
  margin: 0;
  padding: 0 4px;
  text-transform: uppercase;}
@keyframes HeaderMobile-module__fadeNumberAdd--KPUo_{0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }}
.index-module__message--V6GY2 img{display: block;
  vertical-align: top;
  width: 100%;}
.index-module__message--V6GY2 span{padding-left: 2px;}
body:has(.index-module__installAppWrap--qTCZ3){--pwa-height: 60px;}
.SurveyLinks-module__elitevip--FzFBB a{color: var(--cs-gray-33);}
.SurveyLinks-module__elitevip--FzFBB a:hover{color: var(--cs-secondary, #05B0FA);}
.SurveyLinks-module__elitevip--FzFBB strong{color: var(--cs-secondary, #05B0FA);
  display: block;
  font-size: 12px;
  font-weight: 700 !important;}
@media (max-width: 749px){.SurveyLinks-module__elitevip--FzFBB strong{display: inline-block;}}
.ContestsPage-module__iconWrapper--lsia4 > svg{fill: currentColor;
  flex: 1;}
.ContestsPage-module__flexRow--MNQQm h1, .ContestsPage-module__flexRow--MNQQm h3{margin: 0;}
.ContestsPage-module__rank--l33bQ > span{align-items: center;
  border: 1px solid var(--cs-gray-66);
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 24px;
  justify-content: center;
  width: 24px;}
.ContestsPage-module__contestsHeader--RVYpu.ContestsPage-module__overview--DtmdN > a{flex: none;}
.ContestsPage-module__contestsHeader--RVYpu.ContestsPage-module__overview--DtmdN > a.ContestsPage-module__active--poYMa, .ContestsPage-module__contestsHeader--RVYpu.ContestsPage-module__overview--DtmdN > a:hover{border-bottom: 3px solid var(--cs-secondary);}
.ContestsPage-module__contestsHeader--RVYpu > a{align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  padding: 8px;
  text-align: center;
  text-wrap: nowrap;
  transition: border-bottom-color 0.2s ease-in-out;}
@media (max-width: 750px){.ContestsPage-module__contestsHeader--RVYpu > a{font-size: 12px;
    padding: 4px;}}
.ContestsPage-module__contestsHeader--RVYpu > a .ContestsPage-module__iconWrapper--lsia4{background-color: var(--cs-gray-F0);
  color: var(--cs-secondary);
  height: 32px;
  padding: 8px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 32px;}
.ContestsPage-module__contestsHeader--RVYpu > a.ContestsPage-module__disabled--KHmmH{color: inherit;
  cursor: not-allowed;}
.ContestsPage-module__contestsHeader--RVYpu > a.ContestsPage-module__active--poYMa, .ContestsPage-module__contestsHeader--RVYpu > a:hover{border-bottom-color: var(--cs-secondary);}
.ContestsPage-module__contestsHeader--RVYpu > a.ContestsPage-module__active--poYMa .ContestsPage-module__iconWrapper--lsia4, .ContestsPage-module__contestsHeader--RVYpu > a:hover .ContestsPage-module__iconWrapper--lsia4{background-color: var(--cs-secondary);
  color: var(--cs-gray-FF);}
.result-module__wrapper--LQX1a{background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-DD);
  padding: 0 2px;}
.result-module__wrapper--LQX1a .result-module__wrapperH2--LwLCB{font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 5px 5px 10px 5px;}
@media (min-width: 750px){.result-module__wrapper--LQX1a{padding-top: 0;}}
.result-module__wrapper--LQX1a.result-module__mobile--gtcdb{border: none;
  margin: 0 -5px;}
.result-module__wrapper--LQX1a.result-module__empty--he8aA, .result-module__wrapper--LQX1a .result-module__loading--FshoL{padding: 0 5px 5px;}
.result-module__wrapper--LQX1a .result-module__wrapperMedia--aCD8H .result-module__item--cpBt_{margin: 0;}
@media (min-width: 750px){.result-module__wrapper--LQX1a{border-top: none;}}
.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(2, minmax(0, 1fr));}
.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh .result-module__promo--yOp80{grid-column: span 2;
  grid-row: 2;}
@media (min-width: 860px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (min-width: 1000px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(4, minmax(0, 1fr));}
.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh .result-module__promo--yOp80{grid-row: 1;}}
@media (min-width: 1140px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(5, minmax(0, 1fr));}}
@media (min-width: 1320px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(6, minmax(0, 1fr));}}
@media (min-width: 1480px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(7, minmax(0, 1fr));}}
@media (min-width: 1640px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(8, minmax(0, 1fr));}}
.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(2, minmax(0, 1fr));}
@media (min-width: 1140px){.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (min-width: 1320px){.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(4, minmax(0, 1fr));}}
@media (min-width: 1480px){.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(5, minmax(0, 1fr));}}
.result-module__wrapperMedia--aCD8H .result-module__item--cpBt_{margin: 2px;}
.ContestsModel-module__wrapper--DmXSd.ContestsModel-module__primary--S9AEa > span{border-color: var(--cs-primary);}
.ContestsModel-module__wrapper--DmXSd.ContestsModel-module__secondary--oDDO5 > span{border-color: var(--cs-secondary);}
.ContestsModel-module__thumb--cIrTI > video{animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: ContestsModel-module__thumbVideo--CqrUn;}
@keyframes ContestsModel-module__thumbVideo--CqrUn{0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }}
.ContestsModel-module__info--Vd55b > span{color: var(--cs-gray-66);
  font-size: 9px;
  line-height: 14px;}
.ContestsModel-module__info--Vd55b > span.ContestsModel-module__infoSubject--R5hCc{display: block;
  height: 14px;
  overflow: hidden;
  white-space: break-spaces;}
.ContestsRank-module__rank--HF5Eh.ContestsRank-module__primary--uhKGk > span{border-color: var(--cs-primary);}
.ContestsRank-module__rank--HF5Eh.ContestsRank-module__secondary--up9eC > span{border-color: var(--cs-secondary);}
.ContestsRank-module__rank--HF5Eh > span{align-items: center;
  background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-66);
  border-radius: 50%;
  display: flex;
  font-size: 0.8em;
  height: 2.5em;
  justify-content: center;
  width: 2.5em;}
.index-module__pagination--StbXY button{align-items: center;
  background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-DD);
  border-radius: 3px;
  display: inline-flex;
  flex-basis: 36px;
  height: 35px;
  justify-content: center;
  max-width: 36px;
  padding: 0;
  transition: border-color 0.2s, color 0.2s;}
.index-module__pagination--StbXY button svg{fill: currentColor;
  height: 1em;}
.index-module__pagination--StbXY button.index-module__active--axi6h{border-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary, #F841B5);}
.index-module__pagination--StbXY button.index-module__ellipsis--hS_Qt{background: none;
  border: none;}
.index-module__pagination--StbXY button:disabled:not(.index-module__active--axi6h){border-color: var(--cs-gray-F0);
  color: #C0C0C0;}
.index-module__pagination--StbXY button:hover:not(:disabled){border-color: var(--cs-secondary, #05B0FA);
  color: var(--cs-secondary, #05B0FA);}
.index-module__pagination--StbXY .index-module__pageDropdown--PpLWN span{margin: 0 8px;
  white-space: nowrap;}
.index-module__pagination--StbXY.index-module__compact--W10xC button{border-color: var(--cs-gray-F0);
  border-radius: 0;
  color: var(--cs-gray-66);
  flex-basis: 40px;
  height: 32px;
  margin-right: -1px;
  max-width: 40px;}
.index-module__pagination--StbXY.index-module__compact--W10xC button.index-module__active--axi6h{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));}
.index-module__pagination--StbXY.index-module__compact--W10xC button:hover:not(:disabled){border-color: var(--cs-gray-F0);
  color: var(--cs-primary, #F841B5);}
.index-module__pagination--StbXY.index-module__compact--W10xC button.index-module__ellipsis--hS_Qt{border: 1px solid var(--cs-gray-F0);}
.index-module__pagination--StbXY.index-module__compact--W10xC button:disabled:not(.index-module__active--axi6h){color: #C0C0C0;}
.index-module__pagination--StbXY.index-module__compact--W10xC button:first-of-type{border-radius: 5px 0 0 5px;}
.index-module__pagination--StbXY.index-module__compact--W10xC button:last-of-type{border-radius: 0 5px 5px 0;
  margin-right: 0;}
@media (min-width: 500px){.index-module__pagination--StbXY:not(.index-module__compact--W10xC) button{flex-basis: 54px;
    font-size: 19.5px;
    height: 52.5px;
    max-width: 54px;}
.index-module__pagination--StbXY:not(.index-module__compact--W10xC) button svg{height: 19.5px;}}
.ContestsFooter-module__footerWrapper--N62C0 p, .ContestsFooter-module__footerWrapper--N62C0 ul{color: var(--cs-gray-00);
  font-size: 12px;
  line-height: 1.5;}
.ContestsFooter-module__footerWrapper--N62C0 p, .ContestsFooter-module__footerWrapper--N62C0 li, .ContestsFooter-module__footerWrapper--N62C0 h2{margin: 0 0 0.4em 0;}
.Contests-module__wrapper--haoF_ h1{margin: 8px 0;}
.Contests-module__wrapper--haoF_ p{color: var(--cs-gray-66);
  font-size: 16px;
  margin: 0;}
.Contests-module__contest--bi3fI h2, .Contests-module__contest--bi3fI p{margin: 0;}
.Contests-module__contest--bi3fI hr{margin: 8px 0;
  width: 100%;}
.index-module__content--cxiaB{min-height: 100svh;}
.index-module__left--jx_pm{overflow: hidden;}
@media (min-width: 750px){.index-module__content--cxiaB{display: flex;}
.index-module__content--cxiaB.index-module__withRight--gLyUv{grid-template-columns: 280px 1fr 165px;}}
.targeted-free-tokens-offer-module__offerWrapper--YBrIA .targeted-free-tokens-offer-module__svgContainer--sHeHz img, .targeted-free-tokens-offer-module__offerWrapper--YBrIA .targeted-free-tokens-offer-module__svgContainer--sHeHz svg{fill: var(--cs-primary);
  height: 25px;
  width: 25px;}
.targeted-free-tokens-offer-module__fapelloHeader--xdlsi img{margin-bottom: 1px;
  margin-right: -12px;
  max-height: 17px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT{border-bottom: 1px solid var(--cs-gray-DD);
  display: flex;
  flex-direction: column;
  margin: 16px -25px 24px;
  padding: 0 25px 24px;
  position: relative;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__headerSearchInputWrapper--U7iEG{border: 1px solid var(--cs-gray-DD);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 4px 8px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__headerSearchInputWrapper--U7iEG .Header-module__icon--nOnpp{fill: none;
  stroke: var(--cs-gray-DD);
  width: 16px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__link--JUFDT, .Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__label--Mkaa8{font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__button--IecoV{border-radius: 8px;
  font-size: 14px;
  margin: 8px auto;
  width: calc(100% - 16px);}
.Header-module__newLook--YrG5z.Header-module__headerDropdownSearch--XuKrT .Header-module__headerDropdownWrapper--BvMut{bottom: 25px;
  left: 25px;
  transform: translateY(100%);
  width: calc(100% - 50px);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerRight--ug2KB{align-items: center;
  display: flex;
  gap: 12px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerRight--ug2KB .Header-module__headerButtonAccount--LXO74{margin-left: 0;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdown--QBUkV > div:first-of-type{align-items: center;
  display: flex;
  justify-content: center;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut{bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut:before{display: none;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl{border-radius: 0 8px 8px 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  white-space: initial;
  width: min(70vw, 300px);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl:before{content: none;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW{align-items: center;
  display: flex;
  gap: 8px;
  height: 40px;
  padding: 8px;
  text-transform: none;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW svg{fill: var(--cs-gray-33);
  height: 18px;
  width: 18px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW svg.Header-module__withStroke--pU94P{fill: none;
  stroke: var(--cs-gray-33);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW svg:last-child{height: 12px;
  margin: 0 10px 0 auto;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW .Header-module__text--g1PPH{flex: 1;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW .Header-module__toggle--a5S80{margin-bottom: 0;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__signupActionText--_BBRl{align-self: center;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 0 0 8px;
  text-align: center;
  width: 100%;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemDivider--rIaYZ{background-color: var(--cs-gray-F0);
  font-weight: 600;
  height: 32px;
  padding: 8px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh{justify-content: center;
  margin: 8px;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh + .Header-module__headerDropdownItemButton--WFzgh{margin-top: 0;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh.Header-module__headerDropdownItemButtonAction--_WHVM{text-transform: uppercase;}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownItemButtonLight--cgQdG{background-color: var(--cs-secondary);
  color: var(--cs-secondary-text);}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl .Header-module__headerDropdownLinkedAccount--A6f5A{display: flex;
  justify-content: space-between;
  padding-left: 35px;}
.Header-module__headerBottom--CxQlS{align-items: center;
  background-color: var(--cs-color-header-bottom);
  display: flex;
  position: relative;}
.Header-module__headerBottom--CxQlS .Header-module__headerRight--ug2KB{align-items: center;
  display: flex;
  float: none;
  gap: 5px;
  margin-left: auto;}
.Header-module__headerBottom--CxQlS .Header-module__headerButtonIcon--dJ7_D{color: var(--cs-color-header-bottom-text);}
.Header-module__headerBottom--CxQlS .Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));}
.Header-module__headerBottom--CxQlS .Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX{background-color: var(--cs-secondary-action, #A2C41F);
  color: var(--cs-secondary-action-text, var(--cs-gray-FF));}
.Header-module__headerButton--mgCOo{background: none;
  border: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;}
.Header-module__headerButton--mgCOo.Header-module__headerButtonJoin--C4C9i{background-color: var(--cs-primary-action, #A2C41F);
  color: var(--cs-primary-action-text, var(--cs-gray-FF));}
.Header-module__headerButton--mgCOo.Header-module__headerButtonModels--PdDGi{background: var(--cs-color-header-top);
  color: var(--cs-color-header-top-text);}
.Header-module__headerButton--mgCOo.Header-module__headerButtonTransparent--xWYqB{background: var(--cs-color-header-bottom);
  color: var(--cs-color-header-bottom-text);}
.Header-module__headerButton--mgCOo.Header-module__headerButtonToken--Znx_S{background-color: var(--cs-secondary-text, var(--cs-gray-FF));
  color: var(--cs-secondary, #05B0FA);
  text-transform: none;}
.Header-module__headerButton--mgCOo.Header-module__headerButtonToken--Znx_S:before{border-left-color: var(--cs-secondary);
  border-right-color: var(--cs-secondary);}
.Header-module__headerButtonIcon--dJ7_D{align-items: center;
  background: none;
  border: none;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;}
.Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-top-text);
  height: 16px;
  stroke: var(--cs-color-header-top-text);}
.Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{align-items: center;
  border-color: var(--cs-primary);
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  justify-content: center;
  line-height: 1;
  min-width: 15px;
  overflow: hidden;
  padding: 0 2px 1px 1px;
  position: absolute;
  right: -6px;
  top: -4px;}
.Header-module__headerDropdown--QBUkV{display: inline-block;
  text-align: left;
  vertical-align: top;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-E0);
  border-radius: 3px;
  font-size: 10px;
  line-height: 15px;
  margin-top: 2px;
  position: absolute;
  z-index: 1000;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut.Header-module__mobileMenu--EWSbl{display: flex;
  flex-direction: column;
  justify-content: stretch;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut:before{border-bottom: 10px solid var(--cs-gray-FF);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  top: -6px;
  z-index: 0;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownEmpty--gVuMY,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownLoading--jdv5G{border: none;
  border-bottom: 1px solid var(--cs-gray-E0);
  border-radius: 0;
  color: var(--cs-gray-90);
  line-height: 80px;
  text-align: center;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownEmpty--gVuMY:last-child,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW:last-child,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownLoading--jdv5G:last-child{border-bottom: none !important;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownList--iZE7N{border-bottom: 1px solid var(--cs-gray-E0);
  max-height: 277px;
  overflow-y: scroll;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW{color: var(--cs-gray-66);
  display: block;
  font-size: 13px;
  line-height: 14px;
  padding: 14px;
  text-align: left;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));
  border: none;
  border-radius: 5px;
  font-weight: 700;
  margin: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButton--WFzgh + .Header-module__headerDropdownItemButton--WFzgh{margin-top: 0;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButtonAction--_WHVM{background-color: var(--cs-secondary, #05B0FA);
  color: var(--cs-secondary-text, var(--cs-gray-FF));}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemButtonLight--cgQdG{background: var(--cs-gray-E0);
  color: var(--cs-private-request-note);}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemDivider--rIaYZ{color: var(--cs-gray-90);
  padding: 24px 10px 10px 10px;
  text-transform: uppercase;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemLink--hG7t4{font-weight: 600;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemLink--hG7t4 i{color: #A0A0A0;
  display: inline-block;
  margin-right: 3px;
  padding-right: 4px;
  text-align: center;
  vertical-align: top;
  width: 24px;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemUnread--Pb8Ub{background: var(--cs-gray-F0);}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW.Header-module__headerDropdownItemWithThumb--l9vyH{height: 50px;
  padding: 10px 10px 10px 50px;
  position: relative;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemThumb--ctX6n{background-color: var(--cs-gray-E0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 30px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 30px;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemTitle--NLuoY,
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemSubtitle--WrfNt{display: block;
  font-weight: 600;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemSubtitle--WrfNt{color: var(--cs-gray-90);
  font-weight: 400;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownEnd--Wkx92{padding: 10px 0;
  text-align: center;}
.Header-module__headerDropdown--QBUkV .Header-module__headerDropdownAll--oxDp0{color: var(--cs-gray-90);
  display: block;
  font-weight: 700;
  padding: 10px;
  text-align: center;}
.Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemTitle--NLuoY, .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownSearch--XuKrT .Header-module__headerDropdownItem--bckhW .Header-module__headerDropdownItemTitle--NLuoY{height: 30px;
  line-height: 30px;}
.Header-module__headerDropdown--QBUkV.Header-module__headerDropdownNotification--FR3FI .Header-module__headerDropdownItem--bckhW{font-size: 11px;}
.Header-module__headerLeft--UxUQp{float: left;}
.Header-module__headerLogo--XcE6d{display: inline-block;}
.Header-module__headerLogo--XcE6d img{display: inline-block;
  width: auto;}
.Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{color: var(--cs-color-header-top-text);}
.Header-module__headerRight--ug2KB{align-items: center;
  display: flex;
  float: right;}
.Header-module__headerSearchInput--Kr4m2{border: none;
  border-radius: 3px;
  color: var(--cs-gray-33);
  font-size: 16px;
  line-height: 27px;
  padding: 0 5px;
  width: 100%;}
.Header-module__headerTop--KZryz{background-color: var(--cs-color-header-top);
  position: relative;}
.Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{color: var(--cs-color-header-top-text);}
.Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{background-color: var(--cs-gray-F0);
  color: var(--cs-secondary);}
.Header-module__headerTop--KZryz .Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));}
body:has(.Header-module__headerMobile--Rkwzt){--header-height: 40px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileBarsIcon--LsLXf{height: 14px !important;}
.Header-module__headerMobile--Rkwzt .Header-module__headerSearchIcon--SQtMM{fill: none !important;}
.Header-module__headerMobile--Rkwzt .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-bottom-text);
  height: 17px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileMenu--itZcw .Header-module__headerDropdownWrapper--BvMut:before{left: 4px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileMenu--itZcw .Header-module__headerDropdownItemLink--hG7t4{text-transform: lowercase;}
.Header-module__headerMobile--Rkwzt .Header-module__headerBottom--CxQlS{height: 33px;
  padding: 0px 10px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerBottom--CxQlS .Header-module__headerButtonIcon--dJ7_D{align-items: center;
  display: inline-flex;
  font-size: 16px;
  line-height: 27px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerButton--mgCOo{font-size: 12px;
  line-height: 25px;
  margin: 0 0 0 6px;
  padding: 0 6px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerButtonAccount--LXO74 img{border-color: var(--cs-color-header-top-text);
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 32px;
  width: 32px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{left: 1px;
  right: 1px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut{margin-top: 6px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut:before{right: 0;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut:before{left: 36px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownNotification--FR3FI .Header-module__headerDropdownWrapper--BvMut:before{left: 64px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownSearch--XuKrT .Header-module__headerDropdownWrapper--BvMut{bottom: 25px;
  left: 25px;
  transform: translateY(100%);
  width: calc(100% - 50px);}
.Header-module__headerMobile--Rkwzt .Header-module__headerLeft--UxUQp{align-items: center;
  display: inline-flex;
  height: 25px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLeft--UxUQp .Header-module__headerButtonIcon--dJ7_D{margin-right: 12px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLogo--XcE6d{align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLogo--XcE6d img{height: 32px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{font-size: 22px;
  line-height: 32px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W{display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 3px;
  justify-content: center;
  padding: 3px 0;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W .Header-module__headerMobileChatheaderUsername--G9nxd{color: var(--cs-primary-text, var(--cs-gray-FF));
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W .Header-module__headerMobileChatheaderUsercount--ehjt2{color: var(--cs-primary-text, var(--cs-gray-FF));
  display: block;
  font-size: 9px;
  line-height: 10px;
  opacity: 0.8;}
.Header-module__headerMobile--Rkwzt .Header-module__headerMobileChatheader--s3F7W .Header-module__headerMobileChatheaderUsercount--ehjt2 strong{font-weight: 600;}
.Header-module__headerMobile--Rkwzt .Header-module__headerToken--eP8DD{line-height: 26px;
  margin: 3px 0 3px 10px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX{line-height: 20px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz{display: flex;
  padding: 4px 10px;
  text-align: center;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz.Header-module__newLook--YrG5z .Header-module__headerButtonIcon--dJ7_D svg{fill: var(--cs-color-header-top-text);
  height: 20px;
  stroke: var(--cs-color-header-top-text);}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz.Header-module__newLook--YrG5z .Header-module__headerButtonIcon--dJ7_D svg.Header-module__iconMenu--fKXGF{height: 14px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerLeft--UxUQp,
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerRight--ug2KB{float: none;
  white-space: nowrap;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerButton--mgCOo{margin: 1px 0 1px 6px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{font-size: 17px;}
.Header-module__headerMobile--Rkwzt .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-top-text);
  height: 19px;}
body:has(.Header-module__headerDesktop--WpPsy){--header-height: 96px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerSvgIcon--wfyWw{fill: var(--cs-color-header-bottom-text);}
.Header-module__headerDesktop--WpPsy .Header-module__headerBottom--CxQlS{height: 37px;
  padding: 0px 10px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerBottom--CxQlS .Header-module__headerButton--mgCOo{font-size: 12px;
  line-height: 29px;
  margin: 0 0 0 7.5px;
  padding: 0 9px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerButtonAccount--LXO74{color: var(--cs-color-header-top-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 41px;
  margin-left: 8px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR{display: inline-block;
  margin-top: 5px;
  position: relative;
  vertical-align: top;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR .avatarImg{border-color: var(--cs-color-header-top-text);
  border-style: solid;
  border-width: 2px;
  height: 31px;
  width: 31px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h{display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a, .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button{background: none;
  border: none;
  color: var(--cs-color-header-top-text);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 41px;
  margin-left: 10px;
  padding: 0;
  text-transform: lowercase;
  vertical-align: top;}
@media (max-width: 800px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+4), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+4){display: none;}}
@media (min-width: 801px) and (max-width: 880px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+5), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+5){display: none;}}
@media (min-width: 881px) and (max-width: 960px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+6), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+6){display: none;}}
@media (min-width: 961px) and (max-width: 1040px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a:nth-child(n+7), .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button:nth-child(n+7){display: none;}}
@media (min-width: 1041px){.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a, .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button{display: inline-block;}}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV{position: relative;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{left: 0;
  width: 260px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownFavorite--TBmCo .Header-module__headerDropdownWrapper--BvMut:before{right: 5px !important;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownNtification--qgqa7 .Header-module__headerDropdownWrapper--BvMut:before{right: 3px !important;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d img{height: 31px;
  margin: 5px 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{font-size: 21px;
  line-height: 31px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerButtonIcon--dJ7_D,
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDesktopAvatar--tSSsR{margin-left: 17px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut{left: auto;
  right: -5px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV .Header-module__headerDropdownWrapper--BvMut:before{right: 3px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut{margin-top: 6px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerRight--ug2KB .Header-module__headerDropdown--QBUkV.Header-module__headerDropdownAccount--K3LpU .Header-module__headerDropdownWrapper--BvMut:before{right: 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerSearchInput--Kr4m2{line-height: 31px;
  width: 180px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz{padding: 9px 10px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButton--mgCOo{font-size: 14px;
  line-height: 35px;
  margin: 3px 0 3px 10px;
  padding: 0 10px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{font-size: 17px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{height: 19px;}
@media (min-width: 1200px){.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz{padding: 9px 15px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerBottom--CxQlS{padding: 0px 15px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d img{height: 41px;
    margin: 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerLogo--XcE6d .Header-module__headerLogoText--uJlJC{font-size: 27px;
    line-height: 41px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h a, .Header-module__headerDesktop--WpPsy .Header-module__headerDesktopTopNav--UTk5h button{font-size: 14px;
    margin-left: 15px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR{margin-top: 0;}
.Header-module__headerDesktop--WpPsy .Header-module__headerDesktopAvatar--tSSsR .avatarImg{height: 41px;
    width: 41px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerButtonAccount--LXO74{max-width: 110px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D{font-size: 21px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerSvgIcon--wfyWw{height: 23px;}
.Header-module__headerDesktop--WpPsy .Header-module__headerTop--KZryz .Header-module__headerButtonIcon--dJ7_D .Header-module__headerButtonIconCount--hpIVR{font-size: 11px;
    height: 16px;
    min-width: 16px;
    padding: 0 3px 1px 3px;
    right: -6px;
    top: -4px;}}
.Header-module__headerDropdownMobile--dn4Uj{border-radius: 0 8px 8px 0;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  white-space: nowrap;
  width: min(70vw, 300px);
  z-index: 1000;}
.Header-module__headerDropdownMobile--dn4Uj.Header-module__show--lBz6c{display: block;}
.Header-module__headerDropdownMobile--dn4Uj > div:first-of-type{align-items: normal !important;}
.Header-module__desktopSearch--tkMHy{margin: 5px 0 0 15px;}
.Header-module__desktopSearch--tkMHy .Header-module__headerSearchInput--Kr4m2{background: rgba(0, 0, 0, 0.25);
  color: #FFFFFF;}
.Header-module__desktopSearch--tkMHy .Header-module__headerSearchInput--Kr4m2::placeholder{color: rgba(255, 255, 255, 0.6);}
@media (min-width: 1100px){.Header-module__desktopSearch--tkMHy .Header-module__headerSearchInput--Kr4m2{width: 230px;}}
.Header-module__desktopGenderLink--s7acS{border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  color: var(--cs-secondary-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
  padding: 0 5px;}
.Header-module__desktopGenderLink--s7acS.active{border-bottom-color: var(--cs-primary);
  font-weight: 700;}
@media (min-width: 700px) and (max-width: 960px){.Header-module__headerTokenButton--JY_JX span,
.Header-module__headerTokenText--K1TOK span{display: none;}}
@media (min-width: 900px){.Header-module__desktopGenderLink--s7acS{padding: 0 10px;}}
.index-module__button--Jsug7 svg{fill: currentColor;
  height: 10px;
  width: 10px;}
.filter-module__wrapper--Fw3qc{font-size: 12px;
  line-height: 25px;
  padding: 0 5px;}
.filter-module__sectionTitle--pgcpe{background: var(--cs-gray-F0);
  display: block;
  font-weight: 600;
  line-height: 22px;
  margin: 20px 0 0 0;
  padding: 0 5px;
  position: relative;}
.filter-module__sectionTitle--pgcpe:first-child{margin-top: 0;}
.filter-module__sectionTitle--pgcpe:before{background: var(--cs-secondary);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.08;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;}
.filter-module__sectionItem--ui1F4{background: none;
  border: none;
  display: block;
  overflow: hidden;
  padding: 0 6px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;}
.filter-module__sectionItem--ui1F4.exph{display: none;}
.filter-module__sectionItem--ui1F4:hover{color: var(--cs-secondary);
  font-weight: 600;}
.filter-module__sectionItemActive--eKsNZ{align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  width: 100%;}
.filter-module__sectionItemActive--eKsNZ.exph{display: none;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveLink--u623x{flex: 1 1;
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveClear--k0S0T{align-items: center;
  background: var(--cs-gray-F0);
  border-radius: 100%;
  color: var(--cs-gray-66);
  display: flex;
  height: 16px;
  justify-content: center;
  width: 16px;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveClear--k0S0T .filter-module__sectionItemActiveClearIcon--wfZ1q{fill: var(--cs-gray-66);
  height: 12px;}
.filter-module__sectionItemActive--eKsNZ .filter-module__sectionItemActiveClear--k0S0T:hover .filter-module__sectionItemActiveClearIcon--wfZ1q{fill: var(--cs-gray-33);}
.filter-module__categories--xaiY0{display: block;
  font-size: 11px;
  margin: 15px 0;
  padding: 6px;}
.index-module__wrapper--TYjvC .index-module__browseHeaderWrapper--TACf1 h2{color: #FFFFFF;
  display: flex;
  margin-left: 10px;
  text-transform: capitalize;}
.index-module__wrapper--TYjvC .index-module__browseHeaderWrapper--TACf1 .index-module__sortWrapper--LVXEs span{display: inline-block;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 5px;
  width: 85px;}
@keyframes spinner-module__spinner_keyframe--EeIBd{to {
    transform: rotate(360deg);
  }}
.desktop-module__wrapperOpen--PqUvE{background: var(--cs-gray-FF);
  border-right: 1px solid var(--cs-gray-DD);
  flex: 0 0 180px;
  position: relative;}
.desktop-module__wrapperOpen--PqUvE.desktop-module__closed--P1wT8{display: none;}
.desktop-module__title--ez5Jo{align-items: center;
  color: var(--cs-gray-66);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 38px;
  padding: 0 15px;}
.desktop-module__title--ez5Jo .desktop-module__link--x42rm{font-size: 13px;
  font-weight: 400;
  margin-right: 16px;}
.footer-module__wrapper--r0uIW{padding: 15px;}
.footer-module__wrapper--r0uIW h2{font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;}
.footer-module__wrapper--r0uIW h3{font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px 0;}
.footer-module__wrapper--r0uIW p, .footer-module__wrapper--r0uIW ul{font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;}
.footer-module__wrapper--r0uIW.footer-module__seo--ZD4Ga{font-size: 12px;
  line-height: 18px;}
.footer-module__wrapper--r0uIW.footer-module__seo--ZD4Ga h2:not(:first-child){margin: 10px 0;}
.footer-module__wrapper--r0uIW.footer-module__seo--ZD4Ga ul{margin: 10px 0;}
.footer-module__wrapper--r0uIW .footer-module__tagsWrapper--ciVoh, .footer-module__wrapper--r0uIW .footer-module__tagsLinks--Ud4Qs{display: flex;
  flex-wrap: wrap;
  gap: 4px;}
.ai-girlfriend-module__wrapper--ubRm0 .ai-girlfriend-module__left--R62Z5 h1{color: #F841B5;
  font-size: 35px;
  font-weight: 900;
  text-wrap: nowrap;}
.ai-girlfriend-module__wrapper--ubRm0 .ai-girlfriend-module__left--R62Z5 p{font-size: 20px;
  font-weight: 500;
  line-height: 25px;}
@media (max-width: 1042px){.ai-girlfriend-module__wrapper--ubRm0 .ai-girlfriend-module__left--R62Z5 p{display: none;}
.ai-girlfriend-module__wrapper--ubRm0 .ai-girlfriend-module__left--R62Z5 h1{color: #000000;
    font-size: 20px;
    margin-top: 5px;
    padding: 3px;}}
.header-module__wrapper--udDiV{align-items: center;
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 1px 7px 5px 7px;}
.header-module__followUs--xjsrE .header-module__item--mwKEj img{height: 20px;}
h1{align-items: center;
  color: #5D5D5D;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: -0.25px;
  line-height: 20px;
  margin: 1px 0 0 7px;
  padding: 0;}
.header-module__description--LS4Yd{-webkit-box-orient: vertical;
  color: #6D6D6D;
  display: -webkit-box;
  font-size: 12px;
  letter-spacing: -0.25px;
  line-height: 17px;
  margin: 1px 0 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;}
.header-module__seoHeader--cYFZ1 p, .header-module__seoHeader--cYFZ1 h3{margin: 0;}
.index-module__item--FBWwU a{text-decoration: underline;}
.header-mobile-module__followUs--fZ6qB .header-mobile-module__item--r7qvl img{height: 20px;}
.navigation-module__slider--4faUL{background-color: var(--cs-gray-FF);
  border-top: 1px solid var(--cs-gray-DD);
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 40px;
  margin: 0 -5px;
  -ms-overflow-style: none;
  overflow-x: auto;
  padding: 0;
  position: relative;
  scrollbar-width: none;}
@media (min-width: 750px){.navigation-module__slider--4faUL{border: 1px solid var(--cs-gray-DD);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin: 0;}
.navigation-module__slider--4faUL.navigation-module__sliderActive--UMjQ4{height: 43px;
    padding-bottom: 3px;}}
.navigation-module__slider--4faUL::-webkit-scrollbar{display: none;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h{align-items: center;
  border: none;
  color: var(--cs-secondary);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  line-height: 1;
  order: 2;
  padding: 0 8px;
  position: relative;
  white-space: nowrap;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h.navigation-module__front--ETABd{border-right: 1px solid var(--cs-gray-DD);
  order: 0;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h.navigation-module__tabActive--W_FpO{font-size: 15px;
  font-weight: 700;
  order: 1;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h.navigation-module__tabActive--W_FpO a{color: var(--cs-secondary);}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h.navigation-module__tabActive--W_FpO:after{background-color: var(--cs-secondary);
  bottom: 0;
  content: " ";
  height: 3px;
  position: absolute;
  width: calc(100% - 16px);}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h.navigation-module__tabPrefix--Gs3wR{color: var(--cs-gray-66);
  font-weight: 400;
  padding-left: 30px;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h.navigation-module__allTags--ZysZF{border: none;
  gap: 3px;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h .navigation-module__icon--zfqmD{fill: none;
  height: 16px;
  stroke: var(--cs-secondary);}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h .navigation-module__count--K1MqR{align-content: center;
  align-items: center;
  background-color: var(--cs-primary);
  border-radius: 100%;
  color: var(--cs-primary-text);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  height: 12px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 12px;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h .navigation-module__tabClose--MVf5m{margin-left: 6px;}
.navigation-module__slider--4faUL .navigation-module__tab--giY0h .navigation-module__tabClose--MVf5m .navigation-module__tabCloseIcon--QxqLU{display: block;
  fill: var(--cs-secondary);
  height: 14px;}
.result-module__wrapper--LQX1a{background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-DD);
  padding: 0 2px;}
.result-module__wrapper--LQX1a .result-module__wrapperH2--LwLCB{font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 5px 5px 10px 5px;}
@media (min-width: 750px){.result-module__wrapper--LQX1a{padding-top: 0;}}
.result-module__wrapper--LQX1a.result-module__mobile--gtcdb{border: none;
  margin: 0 -5px;}
.result-module__wrapper--LQX1a.result-module__empty--he8aA, .result-module__wrapper--LQX1a .result-module__loading--FshoL{padding: 0 5px 5px;}
.result-module__wrapper--LQX1a .result-module__wrapperMedia--aCD8H .result-module__item--cpBt_{margin: 0;}
@media (min-width: 750px){.result-module__wrapper--LQX1a{border-top: none;}}
.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(2, minmax(0, 1fr));}
.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh .result-module__promo--yOp80{grid-column: span 2;
  grid-row: 2;}
@media (min-width: 860px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (min-width: 1000px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(4, minmax(0, 1fr));}
.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh .result-module__promo--yOp80{grid-row: 1;}}
@media (min-width: 1140px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(5, minmax(0, 1fr));}}
@media (min-width: 1320px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(6, minmax(0, 1fr));}}
@media (min-width: 1480px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(7, minmax(0, 1fr));}}
@media (min-width: 1640px){.result-module__wrapper--LQX1a .result-module__grid--Ex8Wh{grid-template-columns: repeat(8, minmax(0, 1fr));}}
.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(2, minmax(0, 1fr));}
@media (min-width: 1140px){.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(3, minmax(0, 1fr));}}
@media (min-width: 1320px){.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(4, minmax(0, 1fr));}}
@media (min-width: 1480px){.result-module__wrapper--LQX1a .result-module__aiGf--xvhg4{grid-template-columns: repeat(5, minmax(0, 1fr));}}
.result-module__wrapperMedia--aCD8H .result-module__item--cpBt_{margin: 2px;}
.index-module__wrapper--XqyW8{background: var(--cs-gray-FF);
  border: 1px var(--cs-gray-CC) solid;
  border-radius: 4px;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  position: relative;}
.index-module__thumb--JgrBg{background: var(--cs-gray-F0);}
.index-module__thumb--JgrBg > video{animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: index-module__thumbVideo--fbyGO;}
@keyframes index-module__thumbVideo--fbyGO{0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }}
.index-module__flagNew--MIAcu span{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));
  box-shadow: 0 3px 10px -5px #000000;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  position: absolute;
  right: -26px;
  text-align: center;
  top: 5px;
  transform: rotate(45deg);
  width: 80px;}
.index-module__displayName--Y8mYz{color: var(--cs-secondary);
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 2px 4px 0 4px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;}
.index-module__displayName--Y8mYz.index-module__aiBot--WmKhw{background-color: rgba(0, 0, 0, 0.48);
  border-radius: 5px;
  bottom: 3px;
  color: #FFFFFF !important;
  font-size: 13px;
  left: 3px;
  line-height: 22px;
  padding: 0 5px 0 5px;
  position: absolute;}
.index-module__flagCtr--EWJ_h strong,
.index-module__flagExclusive--siTcW strong,
.index-module__flagFirstPps--qeOdt strong,
.index-module__flagLive--rW8Wv strong,
.index-module__flagLimited--WR7KZ strong,
.index-module__flagOffline--pBy18 strong,
.index-module__flagPrivate--zlKWI strong,
.index-module__flagPromoted--t11YN strong,
.index-module__flagSodastar--gje4P strong,
.index-module__flagStandby--_OB30 strong,
.index-module__flagVersus--l5mdM strong,
.index-module__flagVipOnlyShow--YycQD strong,
.index-module__flagVoyeur--iGw_3 strong,
.index-module__flagWebrtc--t_Ubb strong{display: block;}
.index-module__flagPrivate--zlKWI strong{color: var(--cs-gray-FF);}
.index-module__info--rKOKc > span{color: var(--cs-gray-66);
  font-size: 9px;
  line-height: 14px;}
.index-module__info--rKOKc > span.index-module__infoSubject--vXSM4{display: block;
  height: 14px;
  overflow: hidden;
  white-space: break-spaces;}
.index-module__infoSubject--vXSM4{color: var(--cs-gray-33);
  display: block;
  line-height: 13px;
  margin: 1px 4px 3px 4px;
  overflow: hidden;
  white-space: nowrap;}
.index-module__infoConnectionCount--rl4gs{align-items: center;
  font-size:11px;
  background: var(--cs-gray-FF);
  color: var(--cs-gray-33);
  display: flex;
  gap: 4px;
  padding: 0 4px;
  position: absolute;
  right: 0;
  top: 1px;
  white-space: nowrap;}
.index-module__infoConnectionCount--rl4gs.index-module__withEye--b3m0y:before{background-image: url("data:image/svg+xml;utf8,<svg fill=\"%23333\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"/></svg>");
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  width: 9px;}
.index-module__infoConnectionCount--rl4gs .index-module__infoConnectionCountIcon--yPdPF{color: var(--cs-gray-33);
  fill: var(--cs-gray-33);
  height: 8px;
  margin-left: 2px;}
.index-module__infoConnectionCount--rl4gs img{display: block;
  height: 8px;}
.index-module__article--Tq2AU .index-module__wrapper--XqyW8{display: block;
  width: 100%;}
.index-module__wrapper--d3RS5 button,
.index-module__wrapperChristmas--drsgm button,
.index-module__wrapperBlackFriday--TVl5S button{border-color: var(--cs-gray-FF);
  border-radius: 0.6em;
  border-style: solid;
  border-width: 0.1em;
  font-size: 2.2em;
  font-weight: 900;
  grid-column-end: span 2;
  grid-column-start: 1;
  line-height: 0.85;
  margin: 0;
  padding: 0.2em 0.6em;}
.index-module__wrapperChristmas--drsgm button{background-color: #336633 !important;}
.index-module__promoText--EibRd span{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));
  box-shadow: 0 3px 10px -5px var(--cs-gray-00);
  display: block;
  font-size: 9px;
  font-weight: 700;
  left: -80px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  white-space: nowrap;
  width: 233px;}
body.site-iframed .browser-module__iframedHide--qakrm{display: none !important;}
body.site-iframed .browser-module__iframedHideInner--na8sW *{display: none !important;}
.modal-module__body--Yyshn{}
.index-module__pagination--StbXY button{align-items: center;
  background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-DD);
  border-radius: 3px;
  display: inline-flex;
  flex-basis: 36px;
  height: 35px;
  justify-content: center;
  max-width: 36px;
  padding: 0;
  transition: border-color 0.2s, color 0.2s;}
.index-module__pagination--StbXY button svg{fill: currentColor;
  height: 1em;}
.index-module__pagination--StbXY button.index-module__active--axi6h{border-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary, #F841B5);}
.index-module__pagination--StbXY button.index-module__ellipsis--hS_Qt{background: none;
  border: none;}
.index-module__pagination--StbXY button:disabled:not(.index-module__active--axi6h){border-color: var(--cs-gray-F0);
  color: #C0C0C0;}
.index-module__pagination--StbXY button:hover:not(:disabled){border-color: var(--cs-secondary, #05B0FA);
  color: var(--cs-secondary, #05B0FA);}
.index-module__pagination--StbXY .index-module__pageDropdown--PpLWN span{margin: 0 8px;
  white-space: nowrap;}
.index-module__pagination--StbXY.index-module__compact--W10xC button{border-color: var(--cs-gray-F0);
  border-radius: 0;
  color: var(--cs-gray-66);
  flex-basis: 40px;
  height: 32px;
  margin-right: -1px;
  max-width: 40px;}
.index-module__pagination--StbXY.index-module__compact--W10xC button.index-module__active--axi6h{background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));}
.index-module__pagination--StbXY.index-module__compact--W10xC button:hover:not(:disabled){border-color: var(--cs-gray-F0);
  color: var(--cs-primary, #F841B5);}
.index-module__pagination--StbXY.index-module__compact--W10xC button.index-module__ellipsis--hS_Qt{border: 1px solid var(--cs-gray-F0);}
.index-module__pagination--StbXY.index-module__compact--W10xC button:disabled:not(.index-module__active--axi6h){color: #C0C0C0;}
.index-module__pagination--StbXY.index-module__compact--W10xC button:first-of-type{border-radius: 5px 0 0 5px;}
.index-module__pagination--StbXY.index-module__compact--W10xC button:last-of-type{border-radius: 0 5px 5px 0;
  margin-right: 0;}
@media (min-width: 500px){.index-module__pagination--StbXY:not(.index-module__compact--W10xC) button{flex-basis: 54px;
    font-size: 19.5px;
    height: 52.5px;
    max-width: 54px;}
.index-module__pagination--StbXY:not(.index-module__compact--W10xC) button svg{height: 19.5px;}}
.index-module__wrapper--SG382 .index-module__list--m7Ul4 a{background: var(--cs-gray-F0);
  color: var(--cs-gray-00);
  display: block;
  padding: 3px 5px;}
.index-module__wrapper--vCfSA{display: flex;
  width: 100%;}
.page-wrap{flex: 1;
  min-width: 0;
  padding: 5px;}
.page-wrap h2{font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  margin: 1px 0 0 7px;
  padding: 20px 0 10px;}
.index-module__genderLink--xUTxv.active{border-bottom-color: var(--cs-secondary);
  font-weight: 700;}
.index-module__genderNav--t7Ko2{display: flex;}
.index-module__navWrapper--wo928{display: flex;
  justify-content: space-between;}
.index-module__add--AQHQK a{color: var(--cs-secondary);
  font-weight: 600;}
.index-module__head--sMPWc h2{display: inline;
  flex: 1 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;}
.leader-card-module__infoSection--jBprj .leader-card-module__aboutMe--jfZcU > div{height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;}
.leader-card-module__positionBadge--yYdCW > span:nth-child(2){display: inline-flex;
  gap: inherit;}
.leader-card-module__positionBadge--yYdCW > span:nth-child(2)::before{align-self: center;
  background: currentColor;
  content: "";
  height: 11px;
  opacity: 0.3;
  width: 1px;}
.index-module__slide--_8_hb img{display: block;
  max-width: 1920px;
  width: 100%;}
@media (min-width: 1001px){.index-module__slide--_8_hb img{border: 1px solid #333333;
    border-radius: 10px;}}
.index-module__arrow--MX1vo svg{fill: rgba(255, 255, 255, 0.8);
  height: 24px;
  width: 24px;}
.index-module__arrow--MX1vo:hover svg{fill: #FFFFFF;}
@media (max-width: 768px){.index-module__arrow--MX1vo svg{height: 20px;
    width: 20px;}}
.index-module__wrapper--ENSpl img, .index-module__wrapper--ENSpl video{border-radius: 20px;}
.video-thumb-module__wrapper--fshe6 img,
.video-thumb-module__wrapper--fshe6 video{display: block;
  filter: brightness(110%) contrast(105%) saturate(108%);
  flex-shrink: 0;
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: filter 0.3s ease;
  width: 100%;}
.video-thumb-module__wrapper--fshe6 video + .video-thumb-module__pressHint--eJuW0{opacity: 0;
  transition: opacity 0.25s;}
.video-thumb-module__wrapper--fshe6 .video-thumb-module__pressHint--eJuW0 svg{height: 16px;}
.index-module__footer--minNT a{margin-left: 5px;
  margin-right: 5px;}
.index-module__wrapper--IYOFE{display: block;
  margin-bottom: 20px;}
.index-module__player--FIHX1{margin-bottom: 10px;
  position: relative;}
.index-module__video--o3hXD{display: block;
  position: relative;
  width: 100%;
  z-index: 1;}
.index-module__description--X9PgE{display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;}
.index-module__breadcrumb--LGl70 a{align-items: center;
  color: var(--cs-link-color, #0066CC);
  display: flex;
  text-decoration: none;
  transition: opacity 0.2s ease;}
.index-module__breadcrumb--LGl70 a:hover{opacity: 0.7;
  text-decoration: underline;}
.index-module__breadcrumb--LGl70 a:not(:last-child):after{color: var(--cs-gray-90);
  content: "/";
  font-weight: 300;
  margin-left: 8px;
  opacity: 0.6;}
.index-module__info--p7vLF > div:not(:last-child){border-right: 1px solid var(--cs-gray-90);
  margin-right: 15px;
  padding-right: 15px;}
.index-module__watchTogetherItem--EV_uR span{display: block;
  font-size: 12px;
  max-width: 100px;
  overflow: hidden;
  text-align: center;
  width: 100%;}
@media (max-width: 750px){.Header-module__headerDesktop--WpPsy{display: none;}}
@media (min-width: 751px){.Header-module__headerMobile--Rkwzt{display: none;}}
@media (max-width: 750px){.index-module__left--jx_pm{display: none;}}
.Header-module__newLook--YrG5z.Header-module__headerTop--KZryz{display: flex;
  justify-content: space-between;
  align-items: center;}
.index-module__breadcrumbs--O0WMR {
  font-size: 15px;
  gap: 10px;
  line-height: 15px;
  list-style: none;
  padding: 10px;
  text-align: center;
}
.index-module__item--fNJ83 {
  display: inline-block;
}
.index-module__item--fNJ83:not(:last-child):after {
  color: var(--cs-gray-66);
  content: ">";
  font-size: 10px;
  margin: 0 10px;
}
.Header-module__headerToken--eP8DD {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 3px;
  color: var(--cs-secondary-text);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  height: 27px;
  line-height: 12px;
  padding: 0 5px;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.Header-module__headerToken--eP8DD.Header-module__amount--Uipm_ {
  flex-wrap: nowrap;
}
.Header-module__headerToken--eP8DD .Header-module__headerTokenText--K1TOK {
  display: inline-block;
  font-size: 10px;
  margin-right: 3px;
  opacity: 0.8;
  vertical-align: top;
}
.Header-module__headerToken--eP8DD .Header-module__headerTokenButton--JY_JX {
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 21px;
  line-height: 21px;
  margin: 0 -2px 0 6px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.Header-module__headerToken--eP8DD:hover {
  color: var(--cs-gray-FF);
}

.index-module__wrapper--d3RS5,
.index-module__wrapperChristmas--drsgm,
.index-module__wrapperBlackFriday--TVl5S {
  align-items: center;
  background-color: var(--cs-secondary);
  background-image: linear-gradient(to top right, var(--cs-primary) 20%, var(--cs-secondary) 80%);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--cs-gray-FF);
  display: flex;
  font-size: 12px;
  justify-content: right;
  line-height: 0.8;
  overflow: hidden;
  padding: 1em;
  position: relative;
  vertical-align: top;
}
.index-module__wrapper--d3RS5 .index-module__background--e1kwp,
.index-module__wrapperChristmas--drsgm .index-module__background--e1kwp,
.index-module__wrapperBlackFriday--TVl5S .index-module__background--e1kwp {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}
.index-module__wrapper--d3RS5 .index-module__banner--tfJJR,
.index-module__wrapperChristmas--drsgm .index-module__banner--tfJJR,
.index-module__wrapperBlackFriday--TVl5S .index-module__banner--tfJJR {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  gap: 0.2em;
  position: relative;
  text-shadow: 0.15em 0.15em 0.15em var(--cs-gray-33);
  z-index: 2;
}
.index-module__wrapper--d3RS5 .index-module__grid--nuM7k,
.index-module__wrapperChristmas--drsgm .index-module__grid--nuM7k,
.index-module__wrapperBlackFriday--TVl5S .index-module__grid--nuM7k {
  display: grid;
  font-size: 2em;
  gap: 0.1em;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
}
.index-module__wrapper--d3RS5 .index-module__column--ciKdk,
.index-module__wrapperChristmas--drsgm .index-module__column--ciKdk,
.index-module__wrapperBlackFriday--TVl5S .index-module__column--ciKdk {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  padding-bottom: 0.2em;
}
.index-module__wrapper--d3RS5 .index-module__line1--rW7s0,
.index-module__wrapperChristmas--drsgm .index-module__line1--rW7s0,
.index-module__wrapperBlackFriday--TVl5S .index-module__line1--rW7s0 {
  font-size: 1.75em;
  font-weight: 300;
  padding-bottom: 0.1em;
}
.index-module__wrapper--d3RS5 .index-module__line2--dynPI,
.index-module__wrapperChristmas--drsgm .index-module__line2--dynPI,
.index-module__wrapperBlackFriday--TVl5S .index-module__line2--dynPI {
  font-size: 5.25em;
}
.index-module__wrapper--d3RS5 .index-module__line3--Ksjme,
.index-module__wrapperChristmas--drsgm .index-module__line3--Ksjme,
.index-module__wrapperBlackFriday--TVl5S .index-module__line3--Ksjme {
  font-size: 3.25em;
}
.index-module__wrapper--d3RS5 .index-module__tokens--JWLbr,
.index-module__wrapperChristmas--drsgm .index-module__tokens--JWLbr,
.index-module__wrapperBlackFriday--TVl5S .index-module__tokens--JWLbr {
  font-size: 1.125em;
  font-weight: 300;
  grid-column-end: span 2;
  grid-column-start: 1;
  justify-self: center;
  line-height: 1;
}
.index-module__wrapper--d3RS5 .index-module__discount--mhQC8,
.index-module__wrapperChristmas--drsgm .index-module__discount--mhQC8,
.index-module__wrapperBlackFriday--TVl5S .index-module__discount--mhQC8 {
  align-items: center;
  line-height: 0.8;
}
.index-module__wrapper--d3RS5 .index-module__number--J1T9w,
.index-module__wrapperChristmas--drsgm .index-module__number--J1T9w,
.index-module__wrapperBlackFriday--TVl5S .index-module__number--J1T9w {
  align-self: center;
  font-size: 3.5em;
  grid-row-end: span 2;
  grid-row-start: 1;
  justify-self: end;
  margin-left: -0.05em;
}
.index-module__wrapper--d3RS5 .index-module__percent--YVooe,
.index-module__wrapperChristmas--drsgm .index-module__percent--YVooe,
.index-module__wrapperBlackFriday--TVl5S .index-module__percent--YVooe {
  align-self: start;
  font-size: 1.95em;
  justify-self: start;
  margin-right: -0.05em;
  padding-top: 0.05em;
}
.index-module__wrapper--d3RS5 .index-module__text--BiKSB,
.index-module__wrapperChristmas--drsgm .index-module__text--BiKSB,
.index-module__wrapperBlackFriday--TVl5S .index-module__text--BiKSB {
  align-self: end;
  font-size: 1.25em;
  justify-self: start;
}
.index-module__wrapper--d3RS5 button,
.index-module__wrapperChristmas--drsgm button,
.index-module__wrapperBlackFriday--TVl5S button {
  border-color: var(--cs-gray-FF);
  border-radius: 0.6em;
  border-style: solid;
  border-width: 0.1em;
  font-size: 2.2em;
  font-weight: 900;
  grid-column-end: span 2;
  grid-column-start: 1;
  line-height: 0.85;
  margin: 0;
  padding: 0.2em 0.6em;
}
.button-module__btnPrimary--UJelH {
  background-color: var(--cs-primary, #F841B5);
  color: var(--cs-primary-text, var(--cs-gray-FF));
}
.button-module__btnPrimary--UJelH:hover {
  filter: brightness(0.96);
}

.index-module__grid--WuOYT {
  display: grid;
  gap: 0 5px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  overflow: hidden
}

.index-module__grid--WuOYT .index-module__mediaItem--Rl8on {
  margin: 2.5px 0
}

@media(min-width: 640px) {
  .index-module__grid--WuOYT {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

@media(min-width: 850px) {
  .index-module__grid--WuOYT {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
}

@media(min-width: 1150px) {
  .index-module__grid--WuOYT {
    grid-template-columns:repeat(5,minmax(0,1fr))
  }
}

@media(min-width: 1400px) {
  .index-module__grid--WuOYT {
    grid-template-columns:repeat(6,minmax(0,1fr))
  }
}

@media(min-width: 1800px) {
  .index-module__grid--WuOYT {
    grid-template-columns:repeat(7,minmax(0,1fr))
  }
}

@media(min-width: 2100px) {
  .index-module__grid--WuOYT {
    grid-template-columns:repeat(8,minmax(0,1fr))
  }
}

.media-item-module__mediaItem--JTgWy,.media-item-module__mediaItemCustom--dvZId {
  background: var(--cs-gray-FF);
  border: 1px solid var(--cs-gray-DD);
  border-radius: 4px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: border-color .2s;
  width: 100%
}

.index-module__grid--WuOYT .index-module__mediaItem--Rl8on {
  margin: 2.5px 0
}

.seo-intro {
  color: var(--cs-gray-66);
  font-size: 11px;
  line-height: 18px;
  margin: 1px 0 2px 7px;
}

.seo-intro p {
  margin: 0;
}

.browse-gender-nav {
  align-items: center;
  display: flex;
  flex: 1 1;
}

.browse-gender-nav nav {
  flex: 1 1;
}

.browse-gender-nav__link {
  border-bottom: 3px solid transparent;
  color: var(--cs-secondary);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 10px;
}

.browse-gender-nav__link--active {
  border-bottom-color: var(--cs-secondary);
  font-weight: 700;
}

@media (min-width: 750px) {
  .browse-gender-nav {
    padding: 0;
  }
}

/* Voyeur House media cards */
.vh-media-list {
  padding: 0 7px;
}

.vh-media-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E0E0E0;
  padding: 12px 0;
}

.vh-media-card__info {
  margin-bottom: 4px;
}

.vh-media-card__source {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.vh-media-card__title {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  margin: 2px 0 6px;
  text-align: center;
}

.vh-media-card__model-link {
  color: var(--cs-secondary);
  text-decoration: none;
}

.vh-media-card__model-link:hover {
  text-decoration: underline;
}

.vh-media-card__thumb {
  display: block;
  position: relative;
  width: 100%;
}

.vh-media-card__thumb img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.vh-media-card__duration {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  position: absolute;
  right: 6px;
  top: 6px;
}

.vh-media-card__sprites {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2px;
}

.vh-media-card__sprite {
  display: block;
  overflow: hidden;
}

.vh-media-card__sprite-cell {
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-size: 500% 500%;
  width: 100%;
}

.vh-media-card__sprite--4,
.vh-media-card__sprite--5 {
  display: none;
}

@media (min-width: 750px) {
  .vh-media-card {
    align-items: stretch;
    display: grid;
    gap: 4px;
    grid-template-columns: 150px 2fr 3fr;
    grid-template-rows: auto;
  }

  .vh-media-card__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-right: 8px;
  }

  .vh-media-card__title {
    text-align: left;
  }

  .vh-media-card__thumb img {
    aspect-ratio: 16 / 9;
    height: 100%;
  }

  .vh-media-card__sprites {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    margin-top: 0;
  }

  .vh-media-card__sprite--4,
  .vh-media-card__sprite--5 {
    display: block;
  }
}
