<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
span.facebook_email{
    color: white;
    display: block;
    font-family: Verdana,sans-serif;
    font-size: 9pt;
    height: 23px;
    line-height: 25px;
}

#choose_avatar_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/choose_avatar_header_en.png') no-repeat 0 0;
}
#name_pass_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    opacity:0;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/name_password_header_en.png') no-repeat 0 0;
}

.fall #choose_avatar_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/fall_2023/createmodel/choose_avatar_header.png') no-repeat 0 0;
}

.fall #name_pass_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    opacity:0;
    background:url('https://cdn.gosupermodel.com/images/loginpage/fall_2023/createmodel/name_password_header.png') no-repeat 0 0;
}
.spt #choose_avatar_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/spt_2024/createmodel/choose_avatar_header.png') no-repeat 0 0;
}

.spt #name_pass_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    opacity:0;
    background:url('https://cdn.gosupermodel.com/images/loginpage/spt_2024/createmodel/name_password_header.png') no-repeat 0 0;
}
.xmas #choose_avatar_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    background:url('https://cdn.gosupermodel.com/images/campaigns/xmas2023/theme/createmodel/ChooseLook.png') no-repeat 0 0;
}

.xmas #name_pass_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    opacity:0;
    background:url('https://cdn.gosupermodel.com/images/campaigns/xmas2023/theme/createmodel/ChooseName.png') no-repeat 0 0;
}

.halloween #choose_avatar_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    background:url('https://cdn.gosupermodel.com/images/campaigns/halloween2024/theme/pick_model_starter_outfit.png') no-repeat 0 0;
}

.halloween #name_pass_sign{
    position:absolute;
    top:8px;
    left:529px;
    height:73px;
    width:511px;
    opacity:0;
    background:url('https://cdn.gosupermodel.com/images/campaigns/halloween2024/theme/pick_name.png') no-repeat 0 0;
}

.modelcard{
    position:absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:371px;
    width:295px;
    display: block;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}
.modelcard.hidden{
    display:none;
}
.modelcard.center{
    z-index:4;
    transform: scale(1.0) translate(640px, 90px);
}
.modelcard.left{
    z-index:1;
    cursor:pointer;
    transform: scale(0.75) translate(617px, 110px);
}
.modelcard.right {
    z-index: 1;
    cursor: pointer;
    transform: scale(0.75) translate(1090px, 110px);
}
.modelcard.highz {
    z-index: 2;
}
.modelcard.center.highz {
    z-index: 5;
}

.model{
    width:100%;
    top:10%;
    height:81%;
    position:absolute;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.model.disclaimer {
    background-color: darkgray;
    left: 8%;
    font-size: 18px; /*19x/20x for shorter text!*/
    color: white;
    text-align: center;
    padding: 11% 7%;
    width: 70%;
    top: 5%;
    height: 70%;
}

.arrow{
    z-index:5;
    overflow:hidden;
    cursor:pointer;
    height:56px;
    width:55px;
    position:absolute;
    background-image:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/arrows.png');
    top:250px;
    left:480px;
}
.arrow:hover{
    background-position:-55px 0;
}
.arrow.right{
    background-position: 0 -54px;
    left:1040px;
}
.arrow.right:hover{
    background-position: -55px -54px;
}

.fall .arrow{
    z-index:5;
    overflow:hidden;
    cursor:pointer;
    height:56px;
    width:55px;
    position:absolute;
    background-image:url('https://cdn.gosupermodel.com/images/loginpage/fall_2023/createmodel/arrows.png');
    top:250px;
    left:480px;
}
.fall .arrow:hover{
    background-position:-55px 0;
}
.fall .arrow.right{
    background-position: 0 -54px;
    left:1040px;
}
.fall .arrow.right:hover{
    background-position: -55px -54px;
}
.xmas .arrow{
    z-index:5;
    overflow:hidden;
    cursor:pointer;
    height:56px;
    width:55px;
    position:absolute;
    background-image:url('https://cdn.gosupermodel.com/images/campaigns/xmas2023/theme/createmodel/CreatorArrows.png');
    top:250px;
    left:480px;
}
.xmas .arrow:hover{
    background-position:-55px 0;
}
.xmas .arrow.right{
    background-position: 0 -54px;
    left:1040px;
}
.xmas .arrow.right:hover{
    background-position: -55px -54px;
}
.halloween .arrow{
    z-index:5;
    overflow:hidden;
    cursor:pointer;
    height:56px;
    width:55px;
    position:absolute;
    background-image:url('https://cdn.gosupermodel.com/images/campaigns/halloween2024/theme/arrows.png');
    top:250px;
    left:480px;
}
.halloween .arrow:hover{
    background-position:-55px 0;
}
.halloween .arrow.right{
    background-position: 0 -54px;
    left:1040px;
}
.halloween .arrow.right:hover{
    background-position: -55px -54px;
}

#backbtn{
    position:absolute;
    height:80px;
    width:146px;
    top:450px;
    left:492px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/createmodel_buttons_en.png') no-repeat 0 -317px;
    cursor:pointer;
    z-index:6;
}

#backbtn:hover{
    background-position: 0 -397px;
}

#nextbtn{
    position:absolute;
    height:79px;
    width:147px;
    top:450px;
    left:940px;
    cursor:pointer;
    z-index:6;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/createmodel_buttons_en.png') no-repeat 0 -158px;
}
#nextbtn:hover{
    background-position: 0 -237px;
}
#nextbtn.donebtn{
    background-position: 0 0;
}
#nextbtn.donebtn:hover{
    background-position: 0 -79px;
}

.fall #backbtn{
    position:absolute;
    height:80px;
    width:146px;
    top:450px;
    left:492px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/fall_2023/createmodel/createmodel_buttons.png') no-repeat 0 -317px;
    cursor:pointer;
    z-index:6;
}

.fall #backbtn:hover{
    background-position: 0 -397px;
}

.fall #nextbtn{
    position:absolute;
    height:79px;
    width:147px;
    top:450px;
    left:940px;
    cursor:pointer;
    z-index:6;
    background:url('https://cdn.gosupermodel.com/images/loginpage/fall_2023/createmodel/createmodel_buttons.png') no-repeat 0 -158px;
}
.fall #nextbtn:hover{
    background-position: 0 -237px;
}
.fall #nextbtn.donebtn{
    background-position: 0 0;
}
.fall #nextbtn.donebtn:hover{
    background-position: 0 -79px;
}


.spt #backbtn{
    position:absolute;
    height:80px;
    width:146px;
    top:450px;
    left:492px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/spt_2024/createmodel/createmodel_buttons.png') no-repeat 0 -317px;
    cursor:pointer;
    z-index:6;
}

.spt #backbtn:hover{
    background-position: 0 -397px;
}

.spt #nextbtn{
    position:absolute;
    height:79px;
    width:147px;
    top:450px;
    left:940px;
    cursor:pointer;
    z-index:6;
    background:url('https://cdn.gosupermodel.com/images/loginpage/spt_2024/createmodel/createmodel_buttons.png') no-repeat 0 -158px;
}
.spt #nextbtn:hover{
    background-position: 0 -237px;
}
.spt #nextbtn.donebtn{
    background-position: 0 0;
}
.spt #nextbtn.donebtn:hover{
    background-position: 0 -79px;
}

.xmas #backbtn{
    position:absolute;
    height:80px;
    width:146px;
    top:450px;
    left:492px;
    background:url('https://cdn.gosupermodel.com/images/campaigns/xmas2023/theme/createmodel/CreatorButtons.png') no-repeat 0 -317px;
    cursor:pointer;
    z-index:6;
}

.xmas #backbtn:hover{
    background-position: 0 -397px;
}

.xmas #nextbtn{
    position:absolute;
    height:79px;
    width:147px;
    top:450px;
    left:940px;
    cursor:pointer;
    z-index:6;
    background:url('https://cdn.gosupermodel.com/images/campaigns/xmas2023/theme/createmodel/CreatorButtons.png') no-repeat 0 -158px;
}
.xmas #nextbtn:hover{
    background-position: 0 -237px;
}
.xmas #nextbtn.donebtn{
    background-position: 0 0;
}
.xmas #nextbtn.donebtn:hover{
    background-position: 0 -79px;
}

.halloween #backbtn{
    position:absolute;
    height:80px;
    width:146px;
    top:450px;
    left:492px;
    background:url('https://cdn.gosupermodel.com/images/campaigns/halloween2024/theme/createmodel_buttons.png') no-repeat 0 -317px;
    cursor:pointer;
    z-index:6;
}

.halloween #backbtn:hover{
    background-position: 0 -397px;
}

.halloween #nextbtn{
    position:absolute;
    height:79px;
    width:147px;
    top:450px;
    left:940px;
    cursor:pointer;
    z-index:6;
    background:url('https://cdn.gosupermodel.com/images/campaigns/halloween2024/theme/createmodel_buttons.png') no-repeat 0 -158px;
}
.halloween #nextbtn:hover{
    background-position: 0 -237px;
}
.halloween #nextbtn.donebtn{
    background-position: 0 0;
}
.halloween #nextbtn.donebtn:hover{
    background-position: 0 -79px;
}
#signupbox{
    position:absolute;
    left:490px;
    width:282px;
    height:348px;
    display:none;
    top:92px;
    padding:20px 0 0 35px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/bluebk.png');
}

label {
	display:block;
	font-size:9pt;
	font-family:Verdana, sans-serif;
    font-weight:bold;
	color:#FFFFFF;
	height:28px;
	line-height:34px;
}

input[type="text"], input[type="password"] {
	background:transparent url("https://cdn.gosupermodel.com/images/createmodel/modelling_card_input_bg.png") no-repeat scroll left top;
	width:200px;
	height:23px;
	color:#79615a;
	font-family:Verdana, sans-serif;
	font-size:10pt;
	padding-left:2px;
	padding-top:0;
	border-width:0;
}

input[type="text"]:focus,input[type="password"]:focus {
	background:transparent url("https://cdn.gosupermodel.com/images/createmodel/modelling_card_input_focus_bg.png") no-repeat scroll left top;
}

#validation #validation_input &gt; button {
	float:left;
	margin-right:4px;
	width:40px;
	height:39px;
	display:block;
	border:0;
	padding:0;
	text-decoration:none;
	cursor:pointer;
}

#validation #validation_input #validation_facebook {
	background:transparent url("https://cdn.gosupermodel.com/images/loginpage/createmodel/signup_validate.png") no-repeat -40px 0;
}

#validation #validation_input #validation_email {
	background:transparent url("https://cdn.gosupermodel.com/images/loginpage/createmodel/signup_validate.png") no-repeat 0 0;
}

.errorbox_container{
    position:absolute;
    display:none;
    bottom:0;
    left:0;
    width:234px;
    opacity:0;
}

.errorbox_text{
    background-color:#ED643F;
    padding:11px;
    position:relative;
    line-height:12px;
    left:4px;
    width:234px;
    font-weight:normal;
    box-shadow:1px 2px 4px 1px gray;
    color:white;
}

.errorbox_bottom{
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/error_message_bottom.png') no-repeat 0 0;
    height:23px;
    width:264px;
    position:relative;
}

div#optinbox {
    position:absolute;
    left:60px;
    top:258px;
    width:180px;
    font-family:Verdana, sans-serif;
    font-size:8pt;
}

div#optinbox * {
    font-size:8pt;
}

div#optinbox label {
    line-height:1.1em;
    position: relative;
    top: -20px;
}

div#optinbox input[type="checkbox"] {
    position:absolute;
    left:-25px;
    top:-20px;
    background-color:transparent;
}

div#termsbox {
	position:absolute;
	left:60px;
	top:284px;
	width:180px;
	font-family:Verdana, sans-serif;
	font-size:8pt;
}

div#termsbox * {
	font-size:8pt;
}

div#termsbox label {
	line-height:1.1em;
}

div#termsbox input[type="checkbox"] {
	position:absolute;
	left:-25px;
	top:5px;
	background-color:transparent;
}

div#viewtermsbox {
	display:none;
}

div#viewtermsbox div.terms {
	overflow:auto;
	height:310px;
	width:100%;
}

div#viewtermsbox button#viewtermsclose {
	position:absolute;
	border:0;
	background:transparent url("https://cdn.gosupermodel.com/images/loginpage/createmodel/closebutton.png") no-repeat -32px 0;
	width:32px;
	height:32px;
	cursor:pointer;
    top:0;
    left:285px;
}

div#viewtermsbox button#viewtermsclose:hover {
	background-position:0 0;
}

div#viewtermsbox button#viewtermsclose &gt; * {
	position:relative;
	left:-9999px;
}

div#paper_preload {
	position:absolute;
	left:-9999px !important;
	width:1px !important;
	height:1px !important;
	visibility:hidden;
}

div.paper {
	position:absolute;
	top:91px;
	left:491px;
	display:block;
	z-index:1;
	background:transparent url("https://cdn.gosupermodel.com/images/loginpage/createmodel/terms_bk.png") no-repeat left top;
    padding: 30px 3px 0 18px;
    width:295px;
	height:379px;
}

.icon_ok{
    position:absolute;
    height:43px;
    width:44px;
    top:20px;
    left:214px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/input_status.png') no-repeat 0 0;
}

.icon_not_ok{
    position:absolute;
    height:43px;
    width:44px;
    top:20px;
    left:214px;
    background:url('https://cdn.gosupermodel.com/images/loginpage/createmodel/input_status.png') no-repeat -44px 0;
}</pre></body></html>