<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.marketingIFrameDiv {
    margin: 0px 40px 0px 30px;
    display: flex; 
    align-items: center;
    align-content: space-around;
    order: -1;
}

#marketingIFrame {
    border: none;
    border-radius: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
	height: 4%; 
	width: 100%;
}

.signup-form {
	display: flex; 
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.signup-brand-logo {
	max-width: 50%; 
	padding: 10%; 
	padding-bottom: 0; 
	cursor: pointer;
}

@media (max-width : 1400px) {
	.signup-brand-logo {
	/* Don't render the background on phones  */
		max-width: 65%;	
	}
}

.signup-page-holder {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.signup-page-cover,
.signup-page {
	height: 100vh;
	width: 100%;
	margin: auto;
	text-align: center;
	position: absolute;
}

.signup-page {
	background-image: url('/res/weekly-schedule-mockup-medium.png'); 
	background-size: cover; 
	background-repeat: no-repeat;
}

@media (max-width : 1000px) {
	.signup-page {
	/* Don't render the background on phones  */
	display: none;	
	}
}

.signup-page-cover {
	background: #404884cc;
    background: linear-gradient(to bottom right, #404884cc, #6e4494cc);
}

.brand-holder {
	height: 145px;
	width: 145px;
	display: inline-block;
	margin: 10px;
	background-color: white;
	color: slategray;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 20px 0 rgba(105,143,183,.1);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    font-size: 18px;
}

.brand-holder.review {
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 0px;
}

@media (max-width : 1000px) {
	.brand-holder {
		height: 100%;
    	width: 100%;
    	font-size: 60px;
	}
}

.select-account-type-button {
	height: 150px;
	width: 150px;
	display: inline-block;
	margin: 10px;
	background-color: white;
	color: cornflowerblue;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 20px 0 rgba(105,143,183,.1);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    font-size: 18px;
}

@media (max-width : 1000px) {
	.select-account-type-button {
		height: 100%;
    	width: 100%;
    	font-size: 25px;
	}
}

.select-account-type-button:hover {
	opacity: 0.7;
	box-shadow: 0 0 20px 0 rgba(105,143,183,.3);
	bottom: 10px;
}

.centered {
	width: 100%;
	margin: auto;
	text-align: center;
}

.signup-page-content {
	margin-top: 10vh; 
	margin-left: auto; 
	margin-right: auto; 
	width: 500px;
	max-width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	background-color: #f7fafe;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(105,143,183,.1);
    box-shadow: 0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.1);
}

@media (max-width : 1400px) {
	.signup-page-content {
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: 100vh;
		max-height: 100vh;
		border-radius: 0;	
	}
}

.signup-content-body {
	width: 90%; 
	max-width: 400px; 
	margin: auto; 
	margin-bottom: 3vh;
}

@media (max-width : 1000px) {
	.signup-content-body {
		max-width: 600px; 
	}
}

.signup-content-body.with-subscription-tier {
    padding: 20px;
    max-width: 555px;
}

.password-parent {
	width: 400px;
	position: relative;
	margin: auto;
	margin-bottom: 3vh;
}

@media (max-width : 1400px) {
	#signup-form {
		margin-top: 10vh;	
	}
	
	.password-parent {
		width: 100%;
	}
}

.signup-input,
.password-input {
	width: 380px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 100;
	color: black;
	outline-color: cornflowerblue;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid transparent; 
	box-shadow: 0 1px 3px 0 #e6ebf1; 
	-webkit-transition: box-shadow 150ms ease; 
	transition: box-shadow 150ms ease;
	margin-top: 5%;
}

.signup-input,
.select {
	cursor: pointer;
    background-color: white;
    height: inherit;
}

.signup-input.color-value {
    max-width: 140px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0px 7px 0px 0px;
}

.signup-input.color-choice {
    max-width: 34px;
    height: 32px;
    line-height: 32px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
}

.signup-input.color-choice-input {
    display: none;
}

.signup-input.border-radius {
    width: 90px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 11px;
}

@media (max-width : 1400px) {
	.signup-input,
	.password-input {
		width: 90%;
		font-size: 18px;
		padding: 5px 10px;
	}
}

.signup-password-icon {
	position: absolute; 
	right: 5%; 
	bottom: 10px; 
	color: gray; 
	cursor: pointer;
	color: #7787f7;
}

@media (max-width : 1400px) {
	.signup-password-icon {
		right: 7%;
	}
}

@media (max-width : 1400px) {
	.signup-input-button {
		font-size: 18px !important;
		width: 100% !important;
	}
}

.signup-input.half::placeholder {
	opacity: 0.3;
}

.signup-input.half {
	width: 175px;
	display: inline-block;
	border-radius: 0px;
}

.signup-input.third {
    width: 87px;
    margin-left: 14px;
    margin-right: 14px;
}

.signup-input.full {
	display: inline-block;
}

.signup-input.signup-with-whitelabel {
	margin-top: 0;
}

.password-input.signup-with-whitelabel {
	margin-top: 0;
}

.signup-input.non-editable:focus {
    outline: none;
}

@media (max-width : 1000px) {
	.signup-input.half {
		width: 41%;
	}
}

.signup-input.right {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.signup-input.left {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.signup-input-button {
	outline: none;
	cursor: pointer;
	min-width: 125px;
	width: max-content;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 100;
	padding: 10px;
	border-radius: 5px;
	background-color: cornflowerblue;
	border: none !important;
}

.signup-input-button.positive {
	color: white;
	background-color: cornflowerblue;
}

.signup-input-button.neutral {
	color: cornflowerblue !important;
	background-color: white !important;
	border: 1px cornflowerblue solid !important;
}

.signup-input-button.neutral:hover {
	background: white !important;
	background-color: white !important;
	opacity: 0.7;
}

.signup-input-button.not-clickable {
    cursor: default;
    background: lightgray;
}

.signup-input-button:hover {
	background: #7787f7cc;
    background: -webkit-linear-gradient(left top, #7787f7cc, #ba77f7cc);
    background: -o-linear-gradient(bottom right, #7787f7cc, #ba77f7cc);
    background: -moz-linear-gradient(bottom right, #7787f7cc, #ba77f7cc);
    background: linear-gradient(to bottom right, #7787f7cc, #ba77f7cc);
}

.signup-input-button.whitelabel-brand-settings {
    margin-top: 11px;
    min-width: 67px;
    min-height: 22px;
    padding: 0;
    font-size: 14px;
    padding: 2px;
}

.signup-input-button.whitelabel-brand-settings:disabled {
	pointer-events: none;
}

.signup-whitelabel-skip-link {
    text-decoration: underline;
    cursor: pointer;
}

.greyed-out-skip-link {
    opacity: 0.5;
}

.signup-input-button.whitelabel-next {
    margin-left: 29px;
}

.signup-input-button.upgrade-tier {
    width: 90%;
    color: #9BA6F9;
    border: 1px #9BA6F9 solid;
    background: #FFFFFF;
    font-size: 18px;
}

.signup-input-button.upgrade-tier:hover {
    opacity: 0.7;
}

.whitelabel-sidebar-text-container {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    margin-top: 50px;
    text-align: left;
}

.whitelabel-sidebar-text-container.upgrade {
   align-items: center;
}

.upgrade-tier-bullet-points {
    list-style-position: inside;
    padding-left: 0;
}

.whitelabel-next-arrow {
    margin-left: 5px;
}

.signup-button {
	width: 300px;
	font-size: 16px;
	background-color: #7787f7;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	margin-top: 5vh;
	border: none;
}

.signup-button:hover {
	filter: opacity(.7);
}

.signup-button.loading {
	cursor: default;
}

.signup-button.loading:hover {
	filter: none;
}

.signup-button[disabled] {
	background-color: lightgray !important;
	cursor: default !important;
	border: none !important;
}

.signup-button[disabled]:hover {
	filter: opacity(1) !important;
}

@media (max-width : 1400px) {
	.signup-button {
		font-size: 18px;
		margin-top: 2vh;
		width: 90%;
	}
}

.login-text {
	padding: 3vh 5% 2vh 5%;
	font-size: 12px;
	color: #2b4a78;
	display: flex;
	justify-content: space-evenly;
}

@media (max-width : 1400px) {
	.login-text {
		font-size: 18px;
	}
}

.signup-text {
	padding-top: 3vh;
	padding-bottom: 1vh;
	font-size: 14px;
	font-weight: 100;
	color: #2b4a78;
	margin: 0;
}

.signup-text.whitelabel {
    padding: 0;
}

.logo-setting {
    margin-bottom: 14px;
}

.logo-setting-image {
   max-width: 35%;
   max-height: 126px;
   margin-top: 11px;
}

.favicon-setting-image {
   max-width: 18%;
   max-height: 120px;
   margin-top: 11px;
}

.logo-upload-input-element {
    display: none;
}

.brand-styling-container {
    color: #000000;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    margin-top: 24px;
}

.brand-styling-item {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.brand-styling-clickable-item {
   display: flex;
   flex-direction: row;
}

.brand-color-items-container {
    display: flex;
    flex-direction: row;
}

.brand-styling-content-items-container {
    display: flex;
    flex-direction: column;
}

.brand-styling-content-item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.buttons-display-container {
    display: flex;
    flex-direction: row;
    margin-top: 11px;
}

.button-display {
    width: 146px;
    height: 45px;
    margin-right: 13px;
    border: none;
}

.button-display.neutral {
    border: 1px solid;
}

.color-picker-title {
    margin-top: 19px;
}

.color-picker-input {
    margin-top: 11px;
    display: flex;
    flexDirection: row;
}

.show-settings-link {
   text-decoration: none;
   margin-left: 10px;
   cursor: pointer;
}

.show-settings-chevron {
   margin-left: 5px;
}

.show-settings-title {
   width: 88px;
}

.whitelabel-next-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width : 1400px) {
	.signup-text {
		font-size: 18px;
		color: black;
	}
}

.title {
	font-size: 24px;
	text-align: center;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 600;
	padding: 20px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.subtitle {
	color: #2b4a78;
	font-size: 20px;
	text-align: center;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 500;
	padding: 20px;
	margin: 0;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

@media (max-width : 1400px) {
	.subtitle {
		font-size: 22px;
	}
}

.subtitle.with-subscription-tier {
    text-align: left;
    margin-left: 0;
    padding: 0;
    width: 75%;
}

.subtitle.review {
    text-align: left;
    margin-left: 0;
    padding: 0;
    width: 75%;
    margin-top: 32px;
    margin-bottom: 9px;
}

.subtitle-container {
   display: flex;
   flex-direction: row;
   margin-bottom: 20px;
}

.signup-review-category {
    display: flex;
    flex-direction: column;
}

.signup-review-title {
    color: #2B4A78;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px;
}

.signup-review-title-container {
    display: flex;
    flex-direction: row;
}

.signup-review-clickable-item {
   display: flex;
   flex-direction: row;
}

.signup-review-link {
   text-decoration: none;
   margin-left: 10px;
   font-size: 12px;
   margin-top: 2px;
   cursor: pointer;
}

.signup-review-text {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.selected-plan {
   font-size: 16px;
   font-weight: 400;
   color: #2b4a78;
   display: flex;
   align-items: flex-end;
}

.greyed-out-whitelabel-form {
    opacity: 0.5;
}

.domain-name-container {
   width: 483px;
   display: flex;
   flex-direction: row;
   align-items: center;
}

.masked-video-link-setting {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #2B4A78;
    font-size: 14px;
    display: flex;
    flex-direction: row;
}

.masked-video-link-icon {
    margin-left: 5px;
    color: #2B4A78;
}

.domain-verified-check {
    color: #00A15E;
}

.domain-invalid-x {
    color: #C60000;
}

.contest-subtitle {
	font-size: 20px;
	color: #2b4a78;
	text-align: left;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
	font-weight: 500;
	padding: 20px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	margin-bottom: 3vh;
    margin-top: 3vh;
    width: 100%;
}

@media ( max-width : 1000px) {
	.contest-subtitle {
		color: black;
		font-size: 32px;
		text-align: center;
	}
}
    
.error-text {
	width: 50%; 
	margin: auto; 
	text-align: center; 
	margin-top: 3vh; 
	margin-bottom: 3vh; 
	color: red;
}

@media (max-width : 1400px) {
	.error-text {
		width: 80%;
		font-size: 18px; 
	}
}

.coupon {
	padding: 15px;
	border-radius: 5px;
	font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
	font-family: 'Hind', 'Avenir', 'Helvetica', arial;
    font-size: 13px;
	color: white;
	width: 90%;
	margin: auto;
	margin-top: 3vh;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.coupon.invalid {
	background-color: #d9534f;
}

.coupon.valid {
	background-color: #5cb85c;
}

.split-signup-page-content-primary {
	width: 60%;
}

@media (max-width : 700px) {
	.split-signup-page-content-primary {
		width: 100% !important;
	}
}

.desktop-table-cell {
	display: table-cell;
}

@media (max-width : 700px) {
	.desktop-table-cell {
		display: none !important;
	}
}

.mobile-table-cell {
	display: none;
}

@media (max-width : 700px) {
	.mobile-table-cell {
		display: table-cell !important;
	}
}

.split-signup-page-content {
	margin-top: 10vh; 
	margin-bottom: 10vh;
	margin-left: auto; 
	margin-right: auto;
	width: 80%; 
	max-width: 900px;
	background-color: #f7fafe;
	border-radius: 10px;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width : 1400px) {
	.split-signup-page-content {
		margin: 0;
		width: 100%;
		max-width: 100%;
		max-height: 100vh;
		border-radius: 0;
		overflow-y: auto;	
	}
}

.signup-info-div {
	background: #7787f7cc;
    background: -webkit-linear-gradient(left top, #7787f7cc, #ba77f7cc);
    background: -o-linear-gradient(bottom right, #7787f7cc, #ba77f7cc);
    background: -moz-linear-gradient(bottom right, #7787f7cc, #ba77f7cc);
    background: linear-gradient(to bottom right, #7787f7cc, #ba77f7cc);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

@media ( max-width : 1000px) {
	.signup-info-div {
		border-bottom-right-radius: 0;
    	border-top-right-radius: 0;
	}
}

.signup-info-div.top-align {
    vertical-align: top;
}

.signup-info-div.whitelabel {
    text-align: center;
}

.signup-info-content {
	width: 80%;
    margin: auto;
    color: #f7fafe;
    line-height: 1.3em;
    font-size: 18px;
    font-weight: 100;
    padding: 3% 0;
}

.white-label-sidebar-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 53px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.profile-pic {
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 50px;
	width: 50px;
	margin: auto;
}

.profile-pic img {
    flex-shrink: 0;
    max-width: 250px;
}

.loading-accounts-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Hind', 'Avenir', 'Helvetica', arial;
}

.loading-accounts-banner {
	background-color: #F7FAFE;
	padding: 24px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	max-width: 852px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
  }


.loading-accounts-banner-icon{
	color: #7787f7;
	margin-right: 24px;
	margin-bottom: 100px;
}

.loading-accounts-banner-text {
	color: #4A4D52;
  }
  
  .loading-accounts-banner-text h4 {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
  }
  
  .loading-accounts-banner-text p {
	margin: 5px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.01em;
  }

/* Stripe Styling */

.StripeElement {
  background-color: white;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.close-image-modern {
	height: 30px;
    color: white;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: #c38282;
    width: 30px;
    border-radius: 50%;
    line-height: 30px !important;
    text-shadow: none !important;
    text-align: center;
    z-index: 1;
}

@media (max-width : 1400px) {
	.close-image-modern {
		top: 5px;
		right: 5px;
		font-size: 22px;	
	}
}

.close-image-modern:hover {
	background: indianred;	
}

.congrats-screen {
	height: 100vh; 
	position: fixed; 
	z-index: 99; 
	background: white; 
	left: 100%; 
	-webkit-transition: all 150ms ease; 
	transition: all 150ms ease;
	width: 100%;
	text-align: center;	
}

.congrats-screen-content {
	width: 600px;
	position: relative;
    height: 100vh;
    margin: auto;
}

@media (max-width : 1000px) {
	.congrats-screen-content {
		width: 100%;	
	}
}

.s2wl-banner {
	position: absolute; 
	top: 45px; 
	right: 45px; 
	background-color: rgba(100, 149, 237, .9); 
	color: white; 
	z-index: 999; 
	padding: 1em; 
	border-radius: 10px;
}

@media (max-width : 1400px) {
	.alertify-button {
		width: 100%;
		margin: 2% 0;
	}
}

#masked_link_toggle {
    width: 28px;
    height: 15px;
    border: 1px black solid;
}

#masked_link_toggle:before {
	height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px black solid;
}

#masked_link_toggle.checked {
  border: 1px cornflowerblue solid;;
}

#masked_link_toggle.checked:before {
  border: 1px cornflowerblue solid;
}

.linked-accounts-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Hind', 'Avenir', 'Helvetica', arial;
}

.linked-accounts-banner {
	background-color: #F7FAFE;
	padding: 16px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 852px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.linked-accounts-banner-icon {
	color: #00E;
	font-size: 47px;
}

.linked-accounts-banner-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.linked-accounts-banner-text &gt; h4 {
	margin: 0;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.12px;
}

.linked-accounts-banner-text &gt; p {
	margin: 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.2px;
}
</pre></body></html>