<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  background: linear-gradient(to right, #FEF9F3 0, #ffffff 50%, #F7E8EC 100%);
}

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #333333;
  font-size: 14px;
  background: linear-gradient(to right, #FEF9F3 0, #ffffff 50%, #F7E8EC 100%);
}

.content--wrapper {
  padding-top: 70px;
  padding-bottom: 333px;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 766px) {
  .content--wrapper {
    padding-bottom: 625px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .content--wrapper {
    padding-bottom: 353px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .content--wrapper {
    padding-bottom: 353px;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.collapse {
  display: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-right {
  margin-right: 20px;
}

.margin-left {
  margin-left: 20px;
}

.padding-top-10 {
  padding-top: 10px;
}

.no-overflow {
  overflow: hidden;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

p {
  font-weight: 300;
  font-size: 18px;
}
p strong {
  font-weight: 700;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 strong {
  font-weight: 700;
}

a {
  color: #880088;
  text-decoration: none;
}
a.btn {
  background: #880088;
  color: #ffffff;
}
a.btn:hover {
  background: #041f33;
  color: #ffffff;
}
a:hover {
  color: #041f33;
}

.btn {
  border-radius: 0;
}
.btn.btn-register {
  background: #C42079;
  color: #ffffff;
}
.btn.btn-register.big {
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
.btn.btn-register.big.discover {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.btn.btn-register.big.discover:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn.btn-register.btn-register-header {
  width: 49%;
  padding: 10px 20px;
  border-radius: 0;
}
.btn.btn-register:hover {
  color: #ffffff;
  background: #880088;
}
.btn.btn-register:focus {
  color: #ffffff;
  background: #880088;
}
.btn.btn-register:disabled {
  background: #333333;
  color: #ffffff;
}

input {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input:focus {
  outline: none;
}

input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #a8a8a8;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked {
  color: #fff;
}
input[type=checkbox]:checked:after {
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff;
}

/* Navigation Header Styles */
.navbar-conference {
  background: linear-gradient(to right, #FEF9F3 0, #ffffff 50%, #F7E8EC 100%);
  color: #333333;
  box-shadow: 2px 0px 5px #221f20;
  border: 0 none;
  height: 70px;
}

.navbar-date {
  color: #333333;
  text-align: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .navbar-date {
    display: none;
  }
}
@media (max-width: 528px) {
  .navbar-conference .btn-register {
    display: none;
  }
}
.btn-menu {
  padding: 0;
  margin-left: 10px;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu .hamburger-box {
  margin-top: 6px;
  width: 34px;
}
.btn-menu.is-active .hamburger-inner {
  background-color: #333333;
}
.btn-menu.is-active .hamburger-inner::before {
  background-color: #333333;
}
.btn-menu.is-active .hamburger-inner::after {
  background-color: #333333;
}
.btn-menu .hamburger-inner {
  width: 34px;
  background-color: #333333;
}
.btn-menu .hamburger-inner::before {
  width: 34px;
  background-color: #333333;
}
.btn-menu .hamburger-inner::after {
  width: 34px;
  background-color: #333333;
}

/* Menu Styles */
.main-menu--wrapper {
  position: fixed;
  color: #ffffff;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(136, 0, 136, 0.95);
  visibility: hidden;
  overflow-y: auto;
}
.main-menu--wrapper .info-menu {
  color: rgba(255, 255, 255, 0.9);
}
.main-menu--wrapper .info-menu a {
  color: rgba(255, 255, 255, 0.9);
}
.main-menu--wrapper h4 {
  font-weight: 300;
}
.main-menu--wrapper h4 strong {
  font-weight: 700;
}
.main-menu--wrapper .menu-margin {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.main-menu--wrapper.show {
  visibility: visible;
}
.main-menu--wrapper ul.menu-items {
  list-style: none;
  padding: 0;
}
.main-menu--wrapper ul.menu-items.small a {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.main-menu--wrapper a {
  color: #ffffff;
  fill: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.main-menu--wrapper a.no-animation:hover {
  padding-left: 0;
}
.main-menu--wrapper a.animate-right:hover {
  padding-right: 5px;
}
.main-menu--wrapper a:hover {
  text-decoration: none;
  color: #ffffff;
  fill: #ffffff;
  padding-left: 5px;
}
.main-menu--wrapper .social a {
  font-size: 30px;
  margin-right: 10px;
  opacity: 0.7;
}
.main-menu--wrapper .social a:hover {
  padding-left: 0;
  opacity: 1;
}

.section {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.no-padding {
  padding: 0;
}
.section.primary {
  background: linear-gradient(to right, #880088 0, #C42079 50%, #880088 100%);
  color: #ffffff;
}
.section.primary .btn {
  background: #041f33;
  color: #ffffff;
}
.section.primary .btn:hover {
  background: #880088;
  color: #ffffff;
}
.section.primary a {
  color: #ffffff;
  font-weight: 700;
}
.section.white {
  background: #ffffff;
  color: #333333;
}
.section.secondary {
  background: linear-gradient(to right, #041f33 0, #0d3a56 50%, #041f33 100%);
  color: #ffffff;
}
.section.secondary a {
  color: #ffffff;
  font-weight: 700;
}
.section.secondary a:hover {
  color: #ffffff;
  font-weight: 700;
}
.section.secondary a.btn:hover {
  background: #ffffff;
  color: #880088;
}
.section.dark-accent {
  background: #151515;
  color: #ffffff;
}
.section.news {
  box-shadow: 0px 5px 12px rgba(34, 31, 32, 0.3);
  position: relative;
  z-index: 100;
}
.section.news .bordered {
  border-right: 1px solid rgba(34, 31, 32, 0.5);
}
.section.news h3 {
  font-weight: 700;
}
.section.news a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.section.accent {
  background: #880088;
  color: #ffffff;
}
.section.dark {
  background: #221f20;
  color: #ffffff;
}
.section.dark a {
  color: #ffffff;
}
.section.dark a:hover {
  color: #ffffff;
}
.section.dark .btn {
  background: #041f33;
  color: #ffffff;
}
.section.dark .btn:hover {
  background: #880088;
  color: #880088;
}
.section.gray {
  background: #f7f7f7;
  color: #333333;
}
.section.gray .card--wrapper {
  background-color: #fff;
  padding-bottom: 20px;
  height: 100%;
}
.section.gray .card--wrapper h3 {
  padding-left: 20px;
  padding-right: 20px;
  color: #880088;
  font-weight: 600;
}
.section.gray .card--wrapper p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.section.gray .card--wrapper img {
  width: 100%;
}

.cover {
  position: relative;
  overflow: hidden;
  background-image: url("../../images/cover.jpg");
  background-size: cover;
  background-position: center;
}
.cover .container {
  position: relative;
}
.cover video {
  width: 100%;
  height: 570px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
  display: block;
  margin-top: -70px;
}
.cover .cover-highlight {
  min-height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  padding: 30px 20px;
  box-shadow: 0px 5px 12px rgba(34, 31, 32, 0.3);
  backdrop-filter: blur(3px);
  margin-top: 40px;
  margin-bottom: 40px;
  width: 440px;
}
.cover h1 {
  color: #091f2c;
  font-weight: 400;
  font-size: 36px;
  margin-top: 0;
}
.cover p {
  font-size: 26px;
  color: #225B62;
  font-weight: 400;
  margin-bottom: 0;
}
.cover p strong {
  margin-right: 10px;
}
.cover p .date {
  color: #8661c5;
}
.cover p .year {
  color: #c03bc4;
}
.cover span.rain-bow {
  font-size: 46px;
  font-weight: 600;
  background-image: linear-gradient(90deg, #006BB8, #D45A83, #975A83);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 60px;
}
.cover .overlay-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cover .overlay-wrapper .overlay {
  position: absolute;
  max-width: 450px;
  top: 40px;
  left: 15px;
  color: #fff;
}

@media (max-width: 1200px) {
  .cover.next {
    height: 1000px;
  }
  .cover.next .venue-right {
    top: 500px;
    left: 0;
  }
  .cover.next .overlay-wrapper .overlay {
    top: 540px;
    left: 50%;
    margin-left: -260px;
    right: auto;
  }
  .cover.next .overlay-wrapper .overlay.left {
    top: 40px;
    left: 50%;
    margin-left: -260px;
    right: auto;
  }
}
.indicator-row h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
}
.indicator-row div.indicator {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.indicator-row div.indicator span::after {
  content: "+";
}
.indicator-row div.indicator div.indicator-overlay {
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  background: #880088;
  color: #ffffff;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  overflow: hidden;
}
.indicator-row div.indicator div.indicator-overlay a {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.indicator-row div.indicator div.indicator-overlay a:hover {
  text-decoration: none;
  color: #ffffff;
}
.indicator-row div.indicator:hover div.indicator-overlay {
  bottom: 0;
}
.indicator-row p.indicator {
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

.speaker--wrapper {
  margin-bottom: 10px;
}
.speaker--wrapper a {
  color: #333333;
}
.speaker--wrapper a p {
  text-align: center;
  margin-bottom: 0px;
}
.speaker--wrapper a img {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 5px solid #041f33;
}
.speaker--wrapper a .speaker-name {
  font-size: 16px;
  font-weight: 600;
}
.speaker--wrapper a .speaker-title {
  font-size: 14px;
}
.speaker--wrapper a .speaker-title::after {
  content: "";
  margin-left: 0;
}
.speaker--wrapper a .speaker-company {
  font-size: 16px;
  font-weight: 600;
  color: #880088;
}
.speaker--wrapper a:hover {
  text-decoration: none;
  color: #333333;
}

.session--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 20px;
  display: table;
  background: rgba(136, 0, 136, 0.05);
  margin-bottom: 20px;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.session--wrapper .learn-more {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.session--wrapper:hover {
  text-decoration: none;
  color: #333333;
  background: #041f33;
}
.session--wrapper:hover .header {
  color: #ffffff;
}
.session--wrapper:hover .speaker {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .abstract {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .track-wrapper .track {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}
.session--wrapper:hover .track-wrapper .track:hover {
  border: 1px solid rgba(136, 0, 136, 0.8);
  color: #333333;
}
.session--wrapper:hover .track-wrapper .track:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.session--wrapper:hover .learn-more {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .learn-more:hover {
  color: rgba(255, 255, 255, 0.8);
}
.session--wrapper .track-wrapper {
  margin-bottom: 0;
}
.session--wrapper .track-wrapper .track {
  font-size: 14px;
  border: 1px solid rgba(136, 0, 136, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}
.session--wrapper:focus {
  text-decoration: none;
}
.session--wrapper .header {
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}
.session--wrapper .speaker {
  font-size: 16px;
  font-weight: 600;
}
.session--wrapper .abstract {
  font-size: 14px;
}
.session--wrapper .learn-more {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.session--wrapper .learn-more i.fa {
  font-weight: 600;
  margin-left: 5px;
}

.track-wrapper {
  margin-bottom: 0;
}
.track-wrapper .track {
  font-size: 14px;
  border: 1px solid rgba(136, 0, 136, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}

.speaker-panel {
  margin-top: 20px;
  background: #880088;
  color: #ffffff;
  padding: 20px;
}
.speaker-panel h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.speaker-panel .speaker-listing--wrapper {
  display: table;
  width: 100%;
}
.speaker-panel a.profile-photo-wrapper {
  float: left;
}
.speaker-panel .profile-photo {
  width: 80px;
  margin-right: 10px;
}
.speaker-panel .speaker-short-name {
  font-weight: 700;
}
.speaker-panel .speaker-short-name a {
  color: #ffffff;
}
.speaker-panel .speaker-short-name a:hover {
  color: #ffffff;
}
.speaker-panel .speaker-short-title {
  color: rgba(255, 255, 255, 0.7);
}
.speaker-panel .speaker-short-company {
  color: rgba(255, 255, 255, 0.5);
}

.session-style h1 {
  font-weight: 300;
}
.session-style h1 strong {
  font-weight: 700;
}
.session-style h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
}
.session-style .speaker-company {
  font-weight: 700;
}
.session-style .session-abstract {
  margin-top: 20px;
}
.session-style .speaker-info-text .speaker--photo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
}

.session-detail-panel {
  background: rgba(136, 0, 136, 0.9);
  color: #ffffff;
  margin-bottom: 40px;
  padding: 20px;
}
.session-detail-panel label {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 700;
}
.session-detail-panel span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}

div.track--wrapper {
  margin-bottom: 20px;
}
div.track--wrapper span.track {
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(136, 0, 136, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 10px;
}
div.track--wrapper span.track:hover {
  cursor: pointer;
  color: #333333;
  background: rgba(136, 0, 136, 0.05);
}
div.track--wrapper span.track.selected {
  background: rgba(4, 31, 51, 0.7);
  color: #ffffff;
  border-color: #041f33;
}

.img-earlybird {
  max-height: 150px;
}

.header-earlybird {
  margin: 20px 0;
  font-size: 18px;
}

.field-item label {
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
}
.field-item label input[type=checkbox] {
  margin-top: 8px;
  margin-bottom: 0;
}

.hotel {
  background-image: url("../../images/venue/LSFR/LSFR_Exterior_Water-Taxi.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hotel div.container {
  padding-top: 300px;
}
.hotel .hotel-info {
  color: #fff;
  background: rgba(136, 0, 136, 0.8);
  padding: 30px;
  display: inline-block;
  min-width: 350px;
  width: 40%;
}
.hotel .hotel-info .btn {
  background: #041f33;
  color: #ffffff;
}
.hotel .hotel-info .btn:hover {
  background: #880088;
  color: #ffffff;
}

.toggle-dropdown {
  border: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px;
}
.toggle-dropdown:hover {
  background: rgba(51, 51, 51, 0.05);
}

.dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  line-height: auto;
}
.dropdown-menu .track--wrapper {
  line-height: 18px;
}
.dropdown-menu .track--wrapper .track {
  line-height: 18px;
}
.dropdown-menu.big {
  width: 600px;
  left: -70px !important;
}
.dropdown-menu div.column {
  width: 260px;
  margin-right: 20px;
  float: left;
}
.dropdown-menu div.column:last-child {
  margin-right: 0;
}
.dropdown-menu label {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
.dropdown-menu input {
  height: auto;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
}
.dropdown-menu select {
  height: auto;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
}

.search-input {
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333333;
}
.search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

table {
  margin-top: 30px;
}

.thead-default {
  background-color: #880088;
  color: #ffffff;
}

.thead-default th {
  border-bottom: 2px solid #880088 !important;
}

tr:nth-child(odd) {
  background: rgba(136, 0, 136, 0.1);
}

.registration-form .btn {
  border-radius: 0;
}
.registration-form input {
  color: #000000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.registration-form ::placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.registration-form label {
  font-weight: 400;
}

.sponsor--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.sponsor--wrapper img {
  margin-bottom: 20px;
}

.sponsorship-info {
  font-size: medium;
  font-weight: bold;
  color: #ffffff;
}

.news-list {
  list-style: none;
  padding: 0;
}
.news-list li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

footer {
  background: #221f20;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
footer h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
footer h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 3px;
}
footer ul li.animated {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer ul li.animated:hover {
  padding-left: 5px;
}
footer p {
  color: #ffffff;
}
footer p.copyright {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
footer p.copyright a {
  color: #ffffff;
  font-weight: 700;
}
footer p.copyright a:hover {
  color: #ffffff;
}
footer p a {
  color: #880088;
  font-size: 12px;
  margin-bottom: 0;
}
footer p.social {
  height: 28px;
  line-height: 28px;
}
footer p.social a {
  font-size: 24px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
footer p.social a:hover {
  color: #ffffff;
  fill: #ffffff;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 3px;
}
footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 570px) {
  .cover .overlay-wrapper .overlay {
    left: 15px !important;
    right: 15px !important;
    top: 5px !important;
    margin-left: 0 !important;
  }
  .cover .overlay-wrapper .overlay.left {
    margin-left: 0;
    left: 15px;
    right: 15px;
  }
  .cover .overlay-wrapper .overlay .logo-wrapper {
    width: auto;
  }
  .cover .overlay-wrapper .overlay img {
    max-width: 80%;
  }
}
.venue-right {
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.virtual-logo {
  color: #ffffff;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.section-hotel {
  background-image: url("../../images/venue/orlando/bg-swan-dolphin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-hotel.next {
  background-image: url("../../images/venue/vegas/MGM-Grand.jpg");
}
.section-hotel div.container {
  padding-top: 300px;
}
.section-hotel .hotel-info {
  color: #ffffff;
  background: rgba(136, 0, 136, 0.7);
  padding: 30px;
  display: inline-block;
}
.section-hotel a.btn {
  background: #ffffff;
  color: #880088;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.section-hotel a.btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

#jssor_1 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 25px;
  overflow: hidden;
  visibility: hidden;
}

#jssor_1 #jssor-slide--container {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

#jssor_1 #jssor-slide--container div {
  font-size: 18px;
  line-height: 22px;
}

#jssor_1 #jssor-slide--container div strong {
  font-size: 24px;
  font-weight: 600;
}

.text-upper {
  text-transform: uppercase;
}

.badge-register {
  padding: 2px 10px;
}
.badge-register input[type=checkbox] {
  margin: 5px 0;
}
.badge-register label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 4px;
  margin-left: 10px;
}

.intersection-logos {
  text-align: right;
}

.date-wrapper {
  display: inline-block;
  margin-right: 20px;
}
.date-wrapper p {
  font-size: 14px;
  margin: 0;
}
.date-wrapper i {
  margin-right: 5px;
}
.date-wrapper strong {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 767px) {
  .intersection-logos {
    text-align: center;
    margin-bottom: 20px;
  }
  .date-container {
    text-align: center;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 100%;
  }
  .cover .overlay-wrapper .overlay .overlay-section {
    width: 100%;
  }
  .bordered {
    border-right: 0px !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  }
}
.modal-style {
  background: rgba(23, 23, 23, 0.5);
}
.modal-style .modal-content {
  border-radius: 0;
  border: 0 none;
  color: #ffffff;
  background: #880088;
}
.modal-style .btn-primary {
  background: #041f33;
}

.cert-section {
  padding-bottom: 0;
}
.cert-section a {
  color: #ffffff;
  text-decoration: none;
}
.cert-section a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cert-section div.row {
  padding-left: 40px;
  padding-right: 40px;
}

.cert-discl {
  padding: 10px 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

ul.cert-ul {
  padding-left: 14px;
  font-size: 18px;
}

.cert-price {
  font-size: 28px;
  font-weight: 600;
}
.cert-price span {
  font-size: 16px;
  font-weight: 400;
}

div.offer {
  position: relative;
  height: 100%;
  background: #041f33;
}

div.offer-wrapper {
  color: #ffffff;
  padding: 10px;
  padding-bottom: 75px;
}
div.offer-wrapper h3 {
  font-weight: 400;
}
div.offer-wrapper h3 a {
  color: #ffffff;
}
div.offer-wrapper h3 a:hover {
  color: #ffffff;
}
div.offer-wrapper p {
  font-size: 16px;
}
div.offer-wrapper p.offer-price {
  font-size: 28px;
  font-weight: 600;
}
div.offer-wrapper p.offer-price span {
  font-size: 16px;
  font-weight: 400;
}
div.offer-wrapper ul {
  list-style-position: inside;
  padding-left: 0;
}
div.offer-wrapper ul li {
  font-size: 16px;
}

div.offer-footer {
  background: #880088;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
div.offer-footer a {
  color: #ffffff;
}
div.offer-footer a:hover {
  color: #ffffff;
}

.hotel-list {
  list-style-type: none;
  padding: 0;
}
.hotel-list li {
  margin-bottom: 20px;
}
.hotel-list li .name {
  font-size: 22px;
  font-weight: 400;
}
.hotel-list li .address {
  font-size: 16px;
}
.hotel-list li .address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .phone {
  font-size: 16px;
}
.hotel-list li .phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .distance {
  font-size: 16px;
}
.hotel-list li .distance::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f554";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .website {
  font-size: 16px;
}
.hotel-list li .website::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}

ul.description {
  padding-left: 0;
  list-style-position: inside;
  font-size: 18px;
  font-weight: 300;
}

#signupForm input[type=submit] {
  background: #880088;
  color: #fff;
}
#signupForm input[type=submit]:hover {
  background: #041f33;
}

.main-menu ul {
  margin-bottom: 0;
  line-height: 45px;
  list-style-type: none;
}
.main-menu ul li {
  font-size: 18px;
  margin-right: 15px;
}
.main-menu ul li a {
  color: #333333;
}
.main-menu ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #880088;
}
.main-menu .priority-nav__dropdown-toggle {
  border: none;
  background: transparent;
  font-size: 18px;
  text-transform: capitalize;
  color: #333333;
  margin-right: 20px;
}
.main-menu .priority-nav__dropdown-toggle:hover {
  text-decoration: underline;
  text-decoration-color: #880088;
}
.main-menu .priority-nav__dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 600;
  margin-left: 5px;
  font-size: 14px;
}
.main-menu .priority-nav__dropdown {
  background: #ffffff;
  padding: 20px 32px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  top: 25px;
}
.main-menu.is-empty {
  order: -1 !important;
  flex: none !important;
}
.main-menu.is-empty .menu--top-list {
  display: none;
}
.main-menu.is-empty .priority-nav__dropdown-toggle {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 28px;
  margin-right: 10px;
}
.main-menu.is-empty .priority-nav__dropdown-toggle:hover {
  text-decoration: none;
  color: #880088;
}
.main-menu.is-empty .priority-nav__dropdown-toggle::after {
  content: "";
}
.main-menu.is-empty .priority-nav__dropdown {
  position: fixed;
  background-color: #ffffff;
  top: 70px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  overflow-y: auto;
}
.main-menu.is-empty .priority-nav__dropdown li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.main-menu.is-empty .priority-nav__dropdown li a {
  display: block;
  width: 100%;
}</pre></body></html>