<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    background-color: transparent;
    background-image: linear-gradient(135deg, #181818 0%, #000000 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  
}

a {
	color: #ffd98e !important;
}

.nav-link a {
    color: #fff !important;
  }

.carousel-control span {
	color: #ffd98e!important;
}

hr {
	border-top: 1px solid rgba(206,178,121,0.5);
}

.panel {
	background-color: transparent;
  background-image: linear-gradient(135deg, #0000009D 0%, #3d3d3d9D 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .05);
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-radius: 0px;
}

.card.card-cascade.wider .card-body.card-body-cascade {
	background-color: transparent;
  background-image: linear-gradient(135deg, #0000009D 0%, #3d3d3d9D 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .05);
  border-radius: 0px;
}

.card.card-cascade.wider .card-body.card-body-cascade.darker-card {
    background-color: transparent;
  background-image: linear-gradient(135deg, #0000009D 0%, #3d3d3d9D 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .05);
  border-radius: 0px;
}

.card.card-narrow-gradient {
  background-color: transparent;
  background-image: linear-gradient(135deg, #0000009D 0%, #3d3d3d9D 100%);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .05);
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-radius: 0px;
}

.card.card-cascade.narrower.darker-card {
    background-color: #101010;
}

.card {
	background-color: transparent;
}

.brand-footer-color {
    background-color: #101010;
}

span.brand-primary-color {
    color: #ffd98e !important;
}

span.brand-grey-color {
    color: #8a8a8a !important;
    font-weight: 400;
}

.modal-dialog.modal-notify.modal-brand .modal-header { 
	background-color: #101010;
}

/* .modal-dialog.modal-notify.modal-success .badge, .modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #00c851;
} */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    color: #e4e3df; 
    letter-spacing: 0.5px;
  }
  
  h1 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
  }
  
  p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #e4e3df !important;
  }
  
  .countdown-timer {
    font-family: 'Lato', sans-serif;
    color: #ffd98e !important; 
    font-weight: 200;
    font-size: 3.2rem;
    letter-spacing: 0.5px;
  }
  

.table td, .table th {
	border-top: none;
    border-bottom: none;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.55);
}

table th {
	color: #fff;
	font-weight: 300;
}

table tr {
	color: #bcbcbc;
}

.md-form label {
	color: #ccc;
}

.form-control, .form-control:focus {
	color: #fff;
}

.md-form input:not([type]), .md-form input[type=password]:not(.browser-default), .md-form input[type=email]:not(.browser-default), .md-form input[type=url]:not(.browser-default), .md-form input[type=time]:not(.browser-default), .md-form input[type=date]:not(.browser-default), .md-form input[type=datetime]:not(.browser-default), .md-form input[type=datetime-local]:not(.browser-default), .md-form input[type=tel]:not(.browser-default), .md-form input[type=number]:not(.browser-default), .md-form input[type=search]:not(.browser-default), .md-form input[type=search-md], .md-form input[type=text]:not(.browser-default), .md-form textarea.md-textarea {
	border-bottom: 1px solid #999;
}



.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 0.8rem;
    font-size: 1rem;
    margin-bottom: -1px;
    background-color: #10121b;
    border: 1px solid rgba(0,0,0,0.25);
    color: #ededed;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #10121b;
    border-color: #000;
}

.list-group-item.expansive {
    z-index: 2;
    color: #cdcdcd;
    font-size: 0.9rem;
    background-color: #000;
    border-color: #10121b;
}

.list-group a {
	/*color: #c397f9 !important;*/
	transition: 1s;
}

.list-group a:hover {
	color: #9fadfa !important;
	transition: 1s;
}

.expansive p {
    color: #777 !important;
    font-size: 0.8rem;
    font-weight: 400;
}

/* Modal Start */

.modal-dialog .modal-content {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.modal-content {
	background-color: #101010;
}

.modal-header {
	border-bottom: 1px solid #333;
}

.modal-footer {
	border-top: 1px solid #333;
}

.modal-body {
	font-size: 0.8rem; 
	color: #ededed;
	font-weight: 300;
}

.modal-body {
	letter-spacing: 0.4px;
}

.modal-body hr {
	border-top: 1px dotted #3d456c;
}


.close {
	color: #6d76a7;
	text-shadow: 0 1px 0 #000;
	transition: .4s;
}

.close:hover {
	color: #8ea2f6;
	transition: .4s;
}


/* Modal End */

/* Form Classes Start */

.section-wrapper-feet {
    border: 1px dotted #7f6552;
  }
  
  .section-wrapper-facesitting {
    border: 1px dotted #66597e;
  }
  
  .section-wrapper-femdom-exalted {
    border: 1px dotted #464f7e;
  }
  
  label {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  
  .form-check-label:hover {
    color: #ffd98e;
    transition: all 0.3s ease-in-out;
  }
  
  .form-check-input[type=checkbox]+label:before, .form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]+label:before, label.btn input[type=checkbox]:not(.filled-in)+label:after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 18px;
      height: 18px;
      margin-top: 3px;
      content: "";
      border: 2px solid #8a8a8a;
      border-radius: 1px;
      transition: .2s;
  }
  
  .form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
      top: -4px;
      left: -5px;
      width: 12px;
      height: 1.375rem;
      border-top: 2px solid transparent;
      border-right: 2px solid #ffd98e;
      border-bottom: 2px solid #ffd98e;
      border-left: 2px solid transparent;
      transform: rotate(40deg);
      transform-origin: 100% 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  
  .section-peach .form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
      border-right: 2px solid #ffcba4;
      border-bottom: 2px solid #ffcba4;
  }
  
  .section-peach .form-check-label:hover {
    color: #ffcba4;
    transition: all 0.3s ease-in-out;
  }
  
  .section-lavender .form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
      border-right: 2px solid #ccb2fd;
      border-bottom: 2px solid #ccb2fd;
  }
  
  .section-lavender .form-check-label:hover {
    color: #ccb2fd;
    transition: all 0.3s ease-in-out;
  }
  
  .section-indigo .form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
      border-right: 2px solid #8292e4;
      border-bottom: 2px solid #8292e4;
  }
  
  .section-indigo .form-check-label:hover {
    color: #8292e4;
    transition: all 0.3s ease-in-out;
  }
  
  .section-cyan {
      border: 1px solid rgba(36, 157, 206, .25);
      padding: 1rem;
  }
  
  input[type="file"]::file-selector-button {
    border: none;
    padding: 0.8rem 0 0.8rem 0;
    width: 98%;
    border-radius: 0rem;
    /*border: 1px solid rgba(255, 255, 255, .05);*/
    border: 1px solid rgba(0, 255, 255, .25);
    background-color: transparent;
    background-image: linear-gradient(135deg, #2121217D 0%, #4444447D 100%);
    transition: 1s;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0.4rem 0.8rem 0 0;
    transition: all 0.3s ease-in-out;
    /*box-shadow: 0 15px 30px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
    opacity: 1;
    color: #ffd98e;
  }
  
  input[type="file"]::file-selector-button:hover {
    border-radius: 1rem;
    border: 1px solid rgba(0, 255, 255, .75);
    background-color: transparent;
    background-image: linear-gradient(135deg, #2121217D 0%, #4444447D 100%);
    transition: all 0.3s ease-in-out;
    opacity: 1;
  }
  
  input[type='file'] {
    color: rgba(0, 0, 0, 0);
  }
  
  @media (max-width: 560px) {
    input[type="file"]::file-selector-button {
      width: 100%;
    }
  }
  
  
  .form-group {
    margin: 1rem 0 1rem 0;
  }
  
  @media (max-width: 560px) {
      .section-checklist {
        margin: 0 0 3.5rem 2.0rem;
      }
    }
  
  
  .form-control {
    padding: 1.8rem 0 1.8rem 1.2rem;
    background-color: transparent;
    background-image: linear-gradient(135deg, #0000006D 0%, #0000006D 100%);
    border-color: #8f7c55;
    /*
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .05);
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    */
    transition: all 0.3s ease-in-out;
    border-radius: 0.8rem;
  }
  
  .form-control.form-control-lg {
    border-radius: 0;
    font-size: 1rem;
    /*min-width: 340px;*/
  }
  
  input {
    color: #fcedb4 !important;
    font-weight: 200;
  }
  
  ::placeholder {
    color: #cdb27a !important;
  }
  
  .form-control:hover {
    border-color: #cdb27a;
    /*box-shadow: inset 0 0 0 1px #00838F;*/
    box-shadow: 0 15px 30px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    transition: all 0.3s ease-in-out;
  }
  
  .form-control:focus {
    border-color: #8f7c55;
    background-color: transparent;
    background-image: linear-gradient(135deg, #0000009D 0%, #0000009D 100%);
    /*
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .05);
    border-top: 1px solid rgba(255, 255, 255, .1);
    */
    box-shadow: 0 0px 0px rgba(143,124,85,0.30), 0 15px 12px rgba(143,124,85,0.22);
    transition: all 0.3s ease-in-out;
  
  }
  /* Form Classes End */
  
  .narrow-width {
    max-width: 680px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  
  .narrow-width-shadowless {
    max-width: 680px;
  }

/* Dropdown Menu Start */

.dropdown-menu {
	background-color: #181818;
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover {
    background-color: #8f7c55;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    transition: all .1s linear;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #000;
}

.dropdown-divider {
	border-top: 1px solid #3d456c;
}

.brand .text-muted {
	color: #212121 !important;
}

.btn-amber {
    background-color: #f1d184 !important;
    color: #212121 !important;
    font-weight: 600;
}

.btn-pink {
    background-color: #c297fb !important;
    color: #212121 !important;
    font-weight: 600;
}

/* Hodlers Area Start */

.vip .brand-nav-color{
	background-color: #000;
}

.vip .brand-color-tabs-justified {
	background-color: #000;
}

body.vip {
	background-color: #08090d;
}

.vip .card {
	background-color: #0c0d14;
}

.vip .card.card-cascade.wider .card-body.card-body-cascade.darker-card {
    background-color: #12141f;
}

.vip .brand-footer-color {
    background-color: #12141f;
}

.vip .wrapper-dark {
	background-color: #000;
}

.vip .dropdown-menu {
    background-color: #000;
}

.vip .panel {
	background-color: #08090d;
}

.vip .md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
    background-color: rgba(160,174,250,.15);
}

.vip .loading-bg {
  background-image: url("../images/assets/animations/loady-colored-primary-vip.gif");
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
}
/*
.vip .navbar.navbar-dark .breadcrumb .nav-item.active&gt;.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active&gt;.nav-link {
    background-color: rgba(160,174,250,.15);
}
*/

.vip .dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
    background-color: #181a25;
}

.fa, .fas {
    font-weight: 900;
    color: #ffd98e;
}

.segment-container {
    border: 1px dotted #3d3d3d;
    padding: 25px;
    margin: 0 0 2rem 0 !important;
    background-image: linear-gradient(to right, #0000003D 0%, #181818 51%, #0000003D 100%);
    background-color: transparent;
}

.email-sub-table {
    width: 100%;
}

ul {
  list-style-image: url(../images/bullet.png);
  color: #f2f2f2;
}



ul.faq {
  list-style-image: url(../images/bullet.png);
  color: #f2f2f2;
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
}

ul.faq li {
  padding-bottom: 0.8rem;
}

.list-delimiter {
  color: #f2f2f2;
  margin-top: 1.2rem !important;
}
/*
@media (max-width: 776) {
	.navbar.navbar-dark .breadcrumb .nav-item.active&gt;.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active&gt;.nav-link {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
}</pre></body></html>