<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:400,700&amp;display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-white {
    color: #fff !important;
}

body {
    background-color: #000;
}

.cta-video {
    background-color: #362bae;
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    transition: 0.3s all;
}

.cta-video:hover {
    background-color: #c99c00;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1380px;
    height: auto;
    margin: 0 auto;
}

.inner-wrapper-1 {
    padding-left: 1%;
    padding-right: 1%;
}

.inner-wrapper {
    padding-left: 2%;
    padding-right: 2%;
}

@media (min-width: 240px) and (max-width: 430px) {
    .inner-wrapper {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.flex-vert-ctr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta {
    font-family: RobotoCondensed_Regular, "Arial Narrow", Arial, sans-serif;
    background-color: #362bae;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    transition: 0.3s all;
    border-radius: 1.4px; /* Adds rounded corners */
}

.cta:hover {
    background-color: #181818;
    color: #fff;
    text-decoration: none;
}

.btn-lg {
    padding: 1em;
    font-size: calc(1rem + ((1vw - 3.2px) * 4.9254));
    margin: 0 1em;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-lg {
        margin: 0;
    }
    .top-title.bestPornTitle {
        font-size: 22px !important;
    }
    .top-title.bestPornTitle p {
        font-size: 14px !important;
    }
    .top-title.bestPornTitle:after {
        top: 13% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .btn-lg {
        font-size: 40px;
        font-weight: bold;
    }
}

.btn-sm {
    padding: 0.5em 2em;
    font-size: 2em;
    font-weight: bold;
}

@media (min-width: 280px) and (max-width: 430px) {
    .btn-sm {
        padding: 0.2em 0;
        font-size: 1.7em;
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    .btn-sm {
        padding: 0.2em 0;
        font-size: 1.7em;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .btn-sm {
        padding: 0.2em 0;
        font-size: 1.7em;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 2px 0;
    border-radius: 2px;
    color: #fff;
    background-color: #362bae;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.btn:hover {
    color: #fff;
    background-color: #bf9400;
}

.btn-white {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 2px 0;
    border-radius: 2px;
}

.btn-join {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 2px 0;
    padding: 0.5em 3em;
    color: #fff;
    background-color: #7a2dff;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.div-spacer {
    padding-top: 4%;
    padding-bottom: 4%;
}

.div-spacer-sm {
    padding-top: 1%;
    padding-bottom: 1%;
}

.bottom-spacer {
    padding-top: 0;
    padding-bottom: 4%;
}

@media (min-width: 300px) and (max-width: 530px) {
    .bottom-spacer {
        padding-bottom: 8%;
    }
}

.text-center {
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

.p-center {
    text-align: center;
}

.pad-top {
    padding-top: 3em;
}

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*,
html,
body {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 36px;
    line-height: 1.25em;
    font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 1.66667rem;
    margin-bottom: 24px;
}

h2 {
    font-size: 1.92308rem;
    margin-bottom: 18.46154px;
}

h3 {
    font-size: 1.66667rem;
    margin-bottom: 16px;
}

h4 {
    font-size: 1.47059rem;
    margin-bottom: 14.11765px;
}

h5 {
    font-size: 1.18889rem;
    margin-bottom: 13.33333px;
}

h6 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

p {
    margin-bottom: 20px;
    font-size: 1.0625rem;
    line-height: 1.5em;
    color: #4c4c4c;
}

p:last-of-type {
    margin-bottom: 0;
}

ul,
ol {
    margin: 20px 0 0 20px;
}

ul li,
ol li {
    line-height: 1.5em;
    color: #505050;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0;
}

ol li {
    list-style: decimal;
}

hr {
    height: 3px;
    margin: 30px 0;
    border: none;
    background-color: #323232;
    opacity: 0.3;
}

blockquote {
    margin: 30px 0;
    font-size: 1.4375rem;
    line-height: 1.5em;
    color: #505050;
    text-align: center;
    font-style: italic;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table,
td,
th {
    text-align: left;
}

th {
    font-weight: 800;
}

th,
td {
    padding: 15px;
}

figure {
    margin: 30px 0;
}

figure img {
    margin: 0;
}

figcaption {
    margin-top: 10px;
    color: #6a6a6a;
    font-size: 16px;
}

pre {
    display: block;
    margin: 0 0 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    overflow: auto;
    border-radius: 3px;
}

pre code {
    position: static;
    padding: 0;
    border: none;
    line-height: 1.5em;
}

code {
    position: relative;
    top: -0.2em;
    padding: 3px;
    font-family: Courier New, Courier, monospace;
    font-size: 0.88542rem;
    color: #282828;
    line-height: 1em;
    pointer-events: none;
    border: 1px solid #dadada;
    border-radius: 3px;
}

em,
i,
.italic {
    font-style: italic;
}

strong,
b,
.bold {
    font-weight: 800;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #362bae;
}

.right-title h2 {
    margin-bottom: 0;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    max-height: 50px;
    border-bottom: 1px solid #eaeaea;
    font-family: "Roboto", "Arial", sans-serif;
}

header #menu_mobile.active {
    left: 0;
}

header #menu_mobile {
    display: none;
    grid-template-columns: 40px auto 160px;
    grid-template-rows: 50px auto auto;
    grid-template-areas:
        "button logo join"
        "options options options"
        "search search search";
    height: auto;
    width: 100%;
    background-color: #212121;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.2s;
    z-index: 125;
}

@media (max-width: 992px) {
    header #menu_mobile {
        display: grid;
    }
}

header #menu_mobile #menu_button_mobile {
    cursor: pointer;
    justify-content: end;
    width: 100%;
    height: 100%;
}

.button_area {
    display: grid;
    grid-area: button;
}

header #menu_mobile #menu_button_mobile #closeBtn {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

header #menu_mobile #menu_button_mobile #closeBtn img,
header #menu_mobile #menu_button_mobile #closeBtn svg {
    height: 20px;
    width: 20px;
}

svg:not(:root) {
    overflow: hidden;
}

* {
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

header #menu_mobile #menu_logo_mobile {
    cursor: pointer;
    align-items: center;
    margin: 0px auto;
    width: 100%;
}

.logo_area {
    display: grid;
    grid-area: logo;
}

header #menu_mobile #menu_logo_mobile a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
}

header #menu_mobile #menu_logo_mobile a img,
header #menu_mobile #menu_logo_mobile a svg {
    object-fit: contain;
    max-height: 40px;
    min-height: 30px;
    margin-left: 15px;
    margin-left: 0;
    width: auto;
}

header #menu_mobile #menu_join_mobile {
    align-items: center;
    width: 100%;
}

.join_area {
    display: grid;
    grid-area: join;
}

header #menu_mobile #menu_join_mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: #362bae;
    color: #ffffff;
    font-size: 17px;
    min-width: 160px;
    z-index: 0;
    padding: 0px 15px;
    height: 100%;
    font-family: RobotoCondensed_Bold, "Arial Narrow", Arial, sans-serif;
    letter-spacing: 0.02em;
    transition: all 0.3s;
    text-decoration: none;
}

header #menu_mobile #menu_join_mobile a:hover {
    background-color: black;
    transition: 0.3s all;
    color: #fff;
}

header #menu_mobile #menu_options_mobile {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "options";
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.options_area {
    display: grid;
    grid-area: options;
}

header #menu_mobile #menu_options_mobile ul.menu_links {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50px 50px 50px 50px 50px 50px;
    align-items: center;
    margin: 0;
    padding: 0px 5px 0px 5px;
    list-style: none;
    text-transform: uppercase;
}

header #menu_mobile #menu_options_mobile ul.menu_links li {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 10px;
    border-bottom: 0.5px solid #333333;
}

header #menu_mobile #menu_options_mobile ul.menu_links li a {
    color: #fff;
    white-space: nowrap;
    margin: 0px 5px;
}

header #menu_mobile #menu_options_mobile ul.menu_links li .icon {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

header #menu_mobile #menu_options_mobile ul.menu_links li .icon img,
header #menu_mobile #menu_options_mobile ul.menu_links li .icon svg {
    width: 20px;
    height: 20px;
}

.search_area {
    display: grid;
    grid-area: search;
}

header #menu_mobile #menu_search_mobile #searchbar_mobile {
    padding: 15px;
}

header #menu_mobile #menu_search_mobile #searchbar_mobile #searchform_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    position: relative;
}

header
    #menu_mobile
    #menu_search_mobile
    #searchbar_mobile
    #searchform_mobile
    #autosuggest {
    padding: 10px;
    padding-right: 40px;
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    outline: none;
}

input {
    overflow: visible;
}

header
    #menu_mobile
    #menu_search_mobile
    #searchbar_mobile
    #searchform_mobile
    button {
    position: absolute;
    right: 5px;
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    opacity: 1;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

header
    #menu_mobile
    #menu_search_mobile
    #searchbar_mobile
    #searchform_mobile
    button
    img,
header
    #menu_mobile
    #menu_search_mobile
    #searchbar_mobile
    #searchform_mobile
    button
    svg {
    width: 25px;
    height: 25px;
}

header #menu_desktop {
    display: grid;
    grid-template-columns: 200px auto 160px;
    grid-template-rows: 50px;
    grid-template-areas: "logo options join";
    height: 100%;
}

@media (max-width: 992px) {
    header #menu_desktop {
        grid-template-columns: 10% 50% 10% 30%;
        grid-template-areas: "button logo search join";
    }
}

header #menu_desktop #menu_button {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: end;
    font-size: 25px;
    color: #00669c;
}

@media (max-width: 992px) {
    header #menu_desktop #menu_button {
        display: grid;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header #menu_desktop #menu_logo {
    cursor: pointer;
    align-items: center;
    margin: 0px auto;
    width: 100%;
}

.logo_area {
    display: grid;
    grid-area: logo;
}

header #menu_desktop #menu_logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 992px) {
    header #menu_desktop #menu_logo a {
        padding: 0px 15px;
    }
}

header #menu_desktop #menu_logo a img {
    object-fit: contain;
    max-height: 40px;
    margin-left: 15px;
}

header #menu_desktop #menu_options {
    grid-template-columns: auto 100px;
    grid-template-rows: 50px;
    grid-template-areas: "links search";
    align-items: center;
    justify-content: space-between;
    padding-inline-start: 50px;
}

@media (max-width: 992px) {
    header #menu_desktop #menu_options {
        display: none;
    }
}

.options_area {
    display: grid;
    grid-area: options;
}

header #menu_desktop #menu_options ul.menu_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: none;
    font-weight: normal;
    font-size: medium;
}

header #menu_desktop #menu_options ul.menu_links li a {
    color: #4c4c4c;
    white-space: nowrap;
    margin: 0px 10px;
    text-decoration: none;
}

header #menu_desktop #menu_options #searchbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
    position: relative;
}

header #menu_desktop #menu_options #searchbar #searchform.hidden {
    pointer-events: none;
}

header #menu_desktop #menu_options #searchbar #searchform {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 60%;
    pointer-events: all;
}

.hidden {
    display: none;
}

header #menu_desktop #menu_options #searchbar #searchform.hidden #autosuggest {
    padding: 0;
    border: none;
    width: 0;
}

header #menu_desktop #menu_options #searchbar #searchform #autosuggest {
    padding: 8px 5px;
    font-size: 13px;
    width: 350px;
    text-transform: uppercase;
    transition: all 0.5s;
    outline: none;
    background-color: #333;
    color: #fff;
}

button,
input {
    overflow: visible;
}

header #menu_desktop #menu_options #searchbar #searchform.hidden button {
    opacity: 0;
}

header #menu_desktop #menu_options #searchbar #searchform button {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    opacity: 1;
    transition: all 0.2s;
    outline: none;
    visibility: hidden;
    pointer-events: none;
}

header #menu_desktop #menu_options #searchbar #searchToggler {
    display: block;
    cursor: pointer;
    width: 60px;
    text-align: center;
    z-index: 2;
    color: #000;
    margin-right: 1rem;
}

header #menu_desktop #menu_join {
    align-items: center;
    width: 100%;
}

.join_area {
    display: grid;
    grid-area: join;
}

header #menu_desktop #menu_join a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: #362bae;
    color: #ffffff;
    font-size: 20px;
    min-width: 160px;
    z-index: 0;
    padding: 0px 15px;
    height: 100%;
    font-family: RobotoCondensed_Bold, "Arial Narrow", Arial, sans-serif;
    letter-spacing: 0.02em;
    transition: 0.3s all;
    text-decoration: none;
}

header #menu_desktop #menu_join a:hover {
    background-color: black;
    transition: 0.3s all;
    color: #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header {
    width: 100%;
    height: auto;
    padding-top: 3em;
}

.bg-darkgray {
    background-color: #212121;
}

.head-title {
    display: flex;
    align-items: center;
    align-content: center;
    padding-left: 1rem;
}

.head-title h1 {
    margin: 0;
    padding-right: 1rem;
}

.head_line {
    color: #4c4c4c;
}

.video-card-wrapper {
    width: 100%;
    height: auto;
    padding-top: 1em;
    /*display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 1.5em;
    */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

@media (min-width: 300px) and (max-width: 430px) {
    .video-card-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    .video-card-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
}

@media (min-width: 769px) and (max-width: 999px) {
    .video-card-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1em;
    }
}

.video-card .video-card-img {
    position: relative;
}

.video-card .video-card-img .main-video-img {
    width: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.video-card .video-card-img .main-video-img:hover {
    transform: scale(1.06);
}

.video-card .video-card-text {
    background-color: #ebebeb;
    border-top: 2px solid #ebebeb;
    padding: 0.5em 0;
}

.video-card .video-card-text div {
    color: #000;
    margin: 0 0.5rem;
    padding: 0.3rem 0;
}

.video-card .video-card-text h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    margin: 0 0.5rem;
}

.video-card .video-card-text h4 a {
    color: #4c4c4c;
    text-decoration: none;
}

.video-card .video-card-text a {
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
}

.video-card .video-card-text a:hover {
    color: #000;
}

@media (min-width: 300px) and (max-width: 430px) {
    .video-card .video-card-text a {
        font-size: 1.1em;
        margin-bottom: 2px;
    }
}

@media (min-width: 431px) and (max-width: 998px) {
    .video-card .video-card-text a {
        font-size: 1em;
    }
}

.video-card .video-card-text p {
    color: #fff;
    font-size: 14px;
}

.video-card .img-hover-zoom {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video-card-img .hover-logo {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: block;
    border-radius: 3px;
    z-index: 9;
    padding: 2px 5px 4px 5px;
}

.video-card-img .hover-logo img {
    max-width: 120px;
    height: auto;
    border: 0;
    border-radius: 0;
}

@media (max-width: 1250px) {
    .video-card-img .hover-logo img {
        display: none;
    }
}

.video-card-img .text-light {
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: block;
    border-radius: 3px;
    z-index: 9;
    padding: 2px 5px 4px 5px;
    display: flex;
}

@media (max-width: 1250px) {
    .video-card-img .text-light {
        display: none;
    }
}

.text-light {
    color: #f8f9fa !important;
}

.star {
    width: 27px;
    height: auto;
}

.meta {
    font-size: 12px;
    color: #eee;
    display: flex;
    justify-content: space-between;
}

.meta span {
    font-size: 12px;
    color: #4c4c4c;
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.tag-btn {
    background-color: #362bae;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 3px 10px;
    color: #362bae;
    border-radius: 1.4px; /* Adds rounded corners */
}

.tag-btn :hover {
    text-decoration: underline;
}

.header-image {
    background-image: url(../images/sites.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: cover;
    /*height: 650px;*/
    height: 550px;
    margin-top: 3em;
}

@media (min-width: 240px) and (max-width: 459px) {
    .header-image {
        background-image: url(../images/sites-mob.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: cover;
        margin-top: 3em;
        height: 400px;
        overflow: hidden;
    }
}

@media (min-width: 240px) and (max-width: 569px) {
    .header-image {
        background-image: url(../images/sites-mob.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: cover;
        margin-top: 3em;
        height: 350px !important;
        overflow: hidden;
    }
}

@media (min-width: 560px) and (max-width: 768px) {
    .header-image {
        background-image: url(../images/sites-mob.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: cover;
        margin-top: 3em;
        height: 550px;
        overflow: hidden;
    }
}

@media (min-width: 1450px) and (max-width: 1707px) {
    .header-image {
        height: 550px;
    }
}

@media (min-width: 1198px) and (max-width: 1449px) {
    .header-image {
        height: 450px;
    }
}

@media (min-width: 769px) and (max-width: 930px) {
    .header-image {
        height: 300px;
    }
}

@media (min-width: 931px) and (max-width: 1197px) {
    .header-image {
        height: 360px;
    }
}

.header-spacer {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner-originals {
    display: flex;
    margin: 15px auto;
    position: relative;
}

.banner-originals a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-originals .background-image {
    width: 100%;
}

.banner-originals img {
    object-fit: cover;
    width: 100%;
}

.banner-originals .banner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: auto;
    padding: 20px 23px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.banner-originals .banner-info p {
    font-family: RobotoCondensed_Regular, "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0px 5px;
    white-space: nowrap;
}

.banner-originals .banner-info img {
    max-width: 195px;
    min-width: 190px;
}

.pagination {
    display: inline-block;
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modelpagination.pagination {
    padding: 10px 0;
}
.modelpagination.pagination .pagination {
    padding: 10px 0;
}
.pagination a {
    color: #fff;
    background-color: #1a1a1a;
    padding: 10px 25px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 5px;
    font-size: 1.8em;
    font-weight: normal;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination .active-page {
    background-color: #362bae;
    color: #000;
    font-weight: 900;
}

.pagination .active-page:hover {
    background-color: #362bae;
    color: #000;
}

.video-box {
    width: 988px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5em;
    padding-bottom: 1em;
}

.video-box h3 {
    color: #1a1a1a;
    margin-bottom: 0;
    padding: 1rem 0;
}

.video-box h1 {
    color: #4c4c4c;
    margin-bottom: 0;
    padding: 1rem 0;
}

.video-box h6 {
    color: #4c4c4c;
}

.box-title {
    font-size: 32px;
    font-family: "Roboto", "Arial", sans-serif;
}

.text-center {
    text-align: center !important;
}

.player {
    position: relative;
}

.player .img-fluid {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.player .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.player .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
}

.access-popup {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.access-popup .popup-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.access-popup .popup-banner {
    position: relative;
}

.access_upgrade {
    display: inline-block;
    max-width: 100%;
}

.access_upgrade_mobile {
    display: none;
    max-width: 100%;
    margin-top: 100px;
}

a.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 36px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.video-box .video-content h6 {
    font-size: 25px;
}

.video-box .video-content h6 a {
    font-weight: 700;
    color: #362bae;
    text-decoration: none;
}

.video-box .video-content p {
    font-size: 15px;
}

b,
strong {
    font-weight: bolder;
}

.tags {
    /*justify-content: space-between;*/
    justify-content: space-around;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tags .tag {
    margin-bottom: 10px;
}

.tag {
    background-color: #362bae;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    transition: 0.2s ease-in all;
    margin-right: 10px;
    border-radius: 1.4px; /* Adds rounded corners */
}

.tag:hover {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in all;
}

.tag svg {
    margin-right: 15px;
    fill: #fff;
}

@media (max-width: 1200px) {
    .tags {
        /*justify-content: flex-start;*/
    }

    .tag {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .tags .tag {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 22px;
    }
}

@media (max-width: 850px) {
    .access_upgrade_mobile {
        display: inline-block;
        margin-top: 128px;
    }

    a.close-popup {
        top: 128px;
    }
}

@media (max-width: 767px) {
    .access_upgrade {
        display: none;
    }
}

.section-title {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 29px;
    line-height: 1em;
    color: #4c4c4c;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .box-title,
    .section-title,
    .section-med-title {
        font-size: calc(1.5rem + ((1vw - 3.2px) * 2.9254));
    }
    .latest-videos.inner-wrapper .box-title {
        font-size: calc(1.5rem + ((1vw - 3.2px) * 1));
    }
}

section {
    display: block;
}

.top-title {
    font-size: 32px;
    font-weight: 700;
    color: #4c4c4c;
    font-style: normal;
    text-align: center;
}

@media (max-width: 991px) {
    .top-title .top-title {
        font-size: 1.5rem;
    }
}

.section-site {
    padding-top: 1em;
    color: #4c4c4c;
}

.model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

@media (max-width: 1527px) {
    .model-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1198px) {
    .model-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .model-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 431px) and (max-width: 768px) {
    .model-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 240px) and (max-width: 430px) {
    .model-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.5em;
    }
}

.item-title {
    border-top: 2px solid #454443;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    padding: 5px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.item-title a {
    color: #4c4c4c;
}
.sites .item-title {
    border: none;
}
.sites .item-title a {
    text-decoration: none;
}
.item-grid {
    border: 2px solid #000;
}

.item-grid:hover {
    border: 5px solid #362bae;
}
.sites .item-grid {
    border: none;
}

.filter {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13px;
    margin-top: 4rem;
}

.filter_sort {
    align-items: center;
    display: flex;
}

.filter .label {
    font-size: 28px;
    text-transform: uppercase;
    margin-right: 10px;
}

.filter .free-tag {
    font-size: 28px;
    padding: 10px 15px;
    padding-bottom: 5px;
}

.free-tag {
    border-radius: 8px;
    text-transform: uppercase;
    color: #292a40;
    font-size: 46px;
    display: inline-block;
    padding: 0.25em 0.33em;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.free-tag span {
    background: #f9c929;
    background: linear-gradient(to right, #c929f9 0%, #5208b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c929', endColorstr='#0e5762',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.free-tag span.selected {
    text-decoration: underline;
    text-decoration-color: #5208b5;
    text-decoration-thickness: 2px;
}

.filter-select {
    background-color: #272727;
    color: #ffffff;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 11px 16px;
    border-radius: 4px;
    background-image: url("../../dist/images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 90% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .filter .free-tag {
        font-size: 18px;
        padding: 8px 10px;
        padding-bottom: 3px;
    }
}

@media (max-width: 420px) {
    .filter .free-tag {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .filter-select {
        background-position: 95% center;
    }
}

@media (max-width: 420px) {
    .filter-select {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .filter .label,
    .filter-select {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .filter-select {
        padding-bottom: 4px;
    }
}

@media (max-width: 694px) {
    .filter_model {
        width: 100%;
        margin-top: 10px;
    }
}

.sitepage-header-image {
    background-image: url(../../dist/images/sitepage-header.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: cover;
    height: auto;
    margin-top: 3em;
}

.sitepage-header-image h1 {
    margin: 0;
    color: #4c4c4c;
    text-align: center;
    text-transform: uppercase;
    margin: 1.3rem 0;
}

.container-stretch {
    width: 100%;
    padding-right: 20px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.titular-content {
    padding: 2px 10px 2px 0;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 769px) {
    .titular-content {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.titular-content h1 {
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #4c4c4c;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 769px) {
    .titular-content h1 {
        min-width: 272px;
        text-align: left;
        margin-right: 50px;
    }
}

.titular-content .nav-pills {
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    padding: 0;
    font-size: 12px;
}

@media (min-width: 769px) {
    .titular-content .nav-pills {
        font-size: 15px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.titular-content .nav-pills .sort-links {
    display: flex;
}

.titular-content .nav-pills li {
    margin: 5px;
    padding: 2px 6px;
    cursor: pointer;
    list-style: none;
}

.titular-content .nav-pills .sort-links .sort_link_current {
    padding: 10px;
    background-color: #1a1a1a;
}

.titular-content .nav-pills .sort-links .sort_link_current a {
    color: #fff;
    text-decoration: none;
}

.titular-content .nav-pills .sort-links .sort_link {
    background-color: #f5f5f5;
    padding: 10px;
}

.titular-content .nav-pills .sort-links .sort_link a {
    color: #1a1a1a;
    text-decoration: none;
}

.titular-content .nav-pills .sort-links .sort_link a:hover {
    text-decoration: underline;
}

body {
    background: #323232;
    color: #fff;
    font-family: "Roboto", "Arial", sans-serif;
}
/*# sourceMappingURL=main.css.map */

.page-item.active .page-link {
    background-color: #362bae;
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 5px;
    font-size: 1.8em;
    font-weight: normal;
}

.page-item.disabled .page-link {
    color: #fff;
    background-color: #1a1a1a;
    padding: 10px 25px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 5px;
    font-size: 1.8em;
    font-weight: normal;
}

.orig {
    display: block;
    object-fit: cover;
    width: 100%;
}
.orig-mob {
    display: none;
    object-fit: cover;
    width: 100%;
}

.site-desc {
    color: #4c4c4c;
    text-align: center;
    margin: 0 auto;
    width: 75%;
    font-weight: 400;
}

.video-logo {
    position: absolute;
    bottom: 1px;
    left: 5px;
}

.video-logo img {
    width: 100%;
    max-height: 40px;
}

@media only screen and (max-width: 768px) {
    .orig {
        display: none;
    }

    .orig-mob {
        display: block;
    }

    h1 {
        font-size: 1.45rem;
    }

    .top-title {
        font-size: 20px;
        margin-top: 80px !important;
    }

    .item-title {
        font-size: 12px;
    }

    .site-desc {
        margin: 0 auto;
        width: 100%;
        font-size: 14px;
    }
    .slick-slider {
        padding: 0 0 5px 0;
    }
}

@media (min-width: 300px) and (max-width: 530px) {
    .pagination {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    .pagination ul {
        margin: 0;
    }

    .pagination li {
        margin-bottom: 18px;
    }

    .pagination a {
        font-size: 1.2em;
        padding: 5px 12px;
    }

    .page-item.active .page-link,
    .page-item.disabled .page-link {
        font-size: 1.2em;
        padding: 5px 12px;
    }
}
#links_mobile .icon svg {
    fill: #fff;
}
.copyrightP {
    font-size: 0.9rem;
}

.player {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.img-Download {
    margin: 1px 5px 0 0;
    max-height: 20px;
}

@media (max-width: 1366px) {
    .video-logo img {
        max-height: 40px;
    }
}
.RTA img {
    display: inline-block;
}

.RTA {
    text-align: center;
    padding-top: 10px;
    margin-bottom: -20px;
}
.twitterLink {
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 0;
    margin-top: -15px;
}

.saleContainerHeader {
    position: sticky;
    top: 0px;
    z-index: 11;
}

@media (min-width: 1024px) {
    .saleHeader {
        height: 6.2rem;
    }
}
.saleHeader {
    position: relative;
    z-index: 12;
    height: 55px;
    padding: 0px 1.2rem;
    background-color: #00b24e;
}
.headerMessageContainer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0px auto;
}
@media (min-width: 768px) {
    .messageHeaderContainer .bannerMessage:first-child {
        display: none;
    }
}

.messageHeaderContainer .bannerMessage:first-child {
    display: block;
}

@media (min-width: 1024px) {
    .messageBannerSpan {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}

@media (min-width: 480px) {
    .messageBannerSpan {
        font-size: 1.3rem;
    }
}
@media (max-width: 480px) {
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 35px;
    }
}

.messageBannerSpan {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .messageHeaderContainer .bannerMessage:last-child {
        display: block;
    }
}

.messageHeaderContainer .bannerMessage:last-child {
    display: none;
}

@media (min-width: 1024px) {
    .messageBannerSpan {
        font-size: 1.6rem;
        line-height: 3rem;
    }
}

@media (min-width: 480px) {
    .messageBannerSpan {
        font-size: 1.3rem;
    }
}

.messageBannerSpan {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .saveNowHeaderBtn {
        font-size: 1.6rem;
        line-height: 3rem;
        padding: 0px 3rem;
    }
}

@media (min-width: 480px) {
    .saveNowHeaderBtn {
        font-size: 1.3rem;
    }
}

.saveNowHeaderBtn {
    display: block;
    border: 0.2rem solid white;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2rem;
    margin-left: 1.4rem;
    padding: 0px 1.5rem;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    transition: background-color 0.1s ease-in-out 0s;
    white-space: nowrap;
}
.saveNowHeaderBtn:hover {
    color: #fff;
}
.model-thumb img {
    width: 100%;
}

.model-thumb {
    width: 100%;
    max-width: 400px;
}

@media (max-width: 767px) {
    .saleHeader {
        height: 40px;
    }
    header {
        top: 0px;
    }
    .bannerMessage.messageBannerSpan {
        font-size: 13.5px;
        line-height: normal;
    }
    .saveNowHeaderBtn:hover {
        text-decoration: none;
        background: #fff;
    }
    .saveNowHeaderBtn {
        line-height: 22px;
        padding: 0 15px;
        font-size: 13px;
    }

    .section-model .model-box {
        display: block;
    }
    .section-model .model-thumb {
        width: 100%;
        max-width: 100%;
    }
    .section-model .model-detail * {
        margin-left: 0;
    }
    .top-title.bestPornTitle a {
        width: 95%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 992px) {
    .MobileSearch form#searchform input {
        position: absolute;
        left: 0;
        height: 50px;
        padding-left: 10px;
        right: 27px;
        z-index: 9;
    }
    #searchToggler i,
    #CloseSearch i {
        color: #000;
        margin: 17px 13px;
    }
    header #menu_desktop #menu_join a {
        min-width: 111px;
    }
    #searchbar {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .MobileSearch {
        display: none;
    }
    .section-model .model-thumb img {
        min-width: 400px;
    }
}

.MobileSearch #CloseSearch {
    position: absolute;
    z-index: 9;
    right: -3px;
    background: #362bae;
}
.MobileSearch #CloseSearch i {
    color: #fff;
}

.Catfish {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.Catfish img {
    width: 100%;
}
.HideBanner {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    z-index: 102;
    left: calc(98.7% - 12px);
    top: calc(25% - 12px);
    width: 24px;
    height: 24px;
}

@media (max-width: 992px) {
    .CatfishDesktop {
        display: none;
    }
    #Catfish .CatfishMobile {
        display: block !important;
    }
    .HideBanner {
        left: calc(97.7% - 12px);
        top: calc(31% - 12px);
    }
    header #menu_mobile #menu_options_mobile ul.menu_links li {
        min-height: 50px;
    }

    header #menu_mobile #menu_options_mobile ul.menu_links li a {
        text-decoration: none;
        font-weight: bold;
    }

    header #menu_mobile #menu_options_mobile ul.menu_links li i {
        margin-right: 5px;
    }

    .top-title.bestPornTitle {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .top-title.bestPornTitle:after {
        width: 100% !important;
        top: 24% !important;
    }
}

/* iPad Mini in landscape only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .top-title.bestPornTitle:after {
        top: 23% !important;
        width: 94% !important;
    }
}

/* iPad Mini in portrait only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .top-title.bestPornTitle:after {
        top: 18% !important;
        width: 94% !important;
    }
}
.top-title.bestPornTitle {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    align-items: center;
    position: relative;
    margin-top: 55px;
    margin-bottom: 36px;
}
.top-title.bestPornTitle:after {
    width: 70%;
    height: 2px;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    content: "";
    left: 50%;
    z-index: 1;
    background-color: #362bae;
}
.top-title.bestPornTitle a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    background: white;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
}
.top-title.bestPornTitle1 a:before,
.top-title.bestPornTitle1 a:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #362bae;
    margin: auto 10px;
    opacity: 0.4;
}

.desc-container {
    overflow: hidden;
    transition: height 0.3s ease;
    max-height: 50px;
}

.desc-container.expanded {
    max-height: none;
}

.flexy-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexy-gallery .gallery-item {
    max-width: 280px;
    width: 280px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .flexy-gallery .gallery-item {
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

.pill-link {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #362bae;
    color: white;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
}

.pill-link:hover {
    background-color: #000;
    color: white;
    text-decoration: none;
}
.footer.text-center.inner-wrapper-8 a {
    text-decoration: none;
}

/* Nav Fix */

@media (max-width: 1300px) and (min-width: 993px) {
    header #menu_desktop {
        display: grid;
        grid-template-columns: 125px auto 160px;
        grid-template-rows: 50px;
        grid-template-areas: "logo options join";
        height: 100%;
    }

    header #menu_desktop #menu_options {
        grid-template-columns: auto 100px;
        grid-template-rows: 50px;
        grid-template-areas: "links search";
        align-items: center;
        justify-content: space-between;
        padding-inline-start: 0px;
    }

    header #menu_desktop #menu_logo a img {
        object-fit: contain;
        max-height: 40px;
        margin-left: 5px;
    }

    header #menu_desktop #menu_options ul.menu_links li a {
        color: #4c4c4c;
        white-space: nowrap;
        margin: 0px 5px;
        text-decoration: none;
    }

    .loginBlueBtn {
        padding: 2px 8px;
        color: #fff !important;
        background-color: #362bae;
    }

    header #menu_desktop #menu_join a {
        display: flex;
        align-items: center;
        justify-content: left;
        font-weight: 600;
        background-color: #362bae;
        color: #ffffff;
        font-size: 22px;
        min-width: 135px;
        z-index: 0;
        padding: 0px 15px;
        height: 100%;
        font-family: RobotoCondensed_Bold, "Arial Narrow", Arial, sans-serif;
        letter-spacing: 0.02em;
        transition: 0.3s all;
        text-decoration: none;
    }
}

.fluid_pseudo_poster {
    filter: contrast(120%);
}

div#cookiePopup {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    top: 0;
    margin: auto;
    background-color: rgb(0 0 0 / 98%);
    z-index: 999;
}
.cookie-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 392px;
    margin: auto;
    height: 195px;
    border: 2px solid;
    padding: 28px;
    border-radius: 5px;
}
#cookiePopup button.disagree {
    background: #ccc;
    color: #000;
    margin-left: 15px;
}

.video-card {
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.0);*/
    background-color: #ebebeb;
}

.models-rounded {
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .swf-join-btn {
        font-size: 14px !important;
    }
}

/* SFW */
.sfw-blur {
    filter: blur(10px);
}

.video-locked-sfw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
}

.sfw-blur-player {
    filter: blur(15px);
}

#sfwVideo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#sfwVideoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinBlueBtnSFW {
    padding: 10px 20px;
    color: #fff;
    background-color: #362bae;
}

.joinBlueBtnSFW:hover {
    text-decoration: none;
}

.head-title h2 {
    margin: 0;
    padding-right: 1rem;
}

.head-title h3 {
    margin: 0;
    padding-right: 1rem;
}

.head_line h2 {
    margin: 0;
    padding-right: 1rem;
}

.head_line h3 {
    margin: 0;
    padding-right: 1rem;
}
</pre></body></html>