<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bx--loading {
  animation-duration: 690ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  width: 5.5rem;
  height: 5.5rem;
}

.bx--loading svg circle {
  animation-duration: 10ms;
  animation-name: init-stroke;
  animation-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
}

@media screen and (prefers-reduced-motion: reduce) {
  .bx--loading svg circle {
    animation: none;
  }
}
.bx--loading__svg {
  fill: rgba(0, 0, 0, 0);
}

.bx--loading__svg circle {
  stroke-dasharray: 276.4608 276.4608;
  stroke-linecap: butt;
  stroke-width: 10;
}

.bx--loading__stroke {
  stroke: #0f62fe;
  stroke-dashoffset: 52.527552;
}

.bx--loading--small .bx--loading__stroke {
  stroke-dashoffset: 143.759616;
}

.bx--loading--stop {
  animation: rotate-end-p1 700ms cubic-bezier(0.2, 0, 1, 0.9) forwards, rotate-end-p2 700ms cubic-bezier(0.2, 0, 1, 0.9) 700ms forwards;
}

.bx--loading--stop svg circle {
  animation-delay: 700ms;
  animation-duration: 700ms;
  animation-fill-mode: forwards;
  animation-name: stroke-end;
  animation-timing-function: cubic-bezier(0.2, 0, 1, 0.9);
}

@media screen and (prefers-reduced-motion: reduce) {
  .bx--loading--stop svg circle {
    animation: none;
  }
}
.bx--loading--small {
  width: 1rem;
  height: 1rem;
}

.bx--loading--small circle {
  stroke-width: 16;
}

.bx--loading--small .bx--loading__svg {
  stroke: #0f62fe;
}

.bx--loading__background {
  stroke: #e0e0e0;
  stroke-dashoffset: -22;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    circle.bx--loading__background {
      stroke-dasharray: 265;
      stroke-dashoffset: 0;
    }
  }
}
.bx--loading-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 22, 22, 0.5);
  transition: background-color 720ms cubic-bezier(0.4, 0.14, 0.3, 1);
}

.bx--loading-overlay--stop {
  display: none;
}

.bx--file__state-container .bx--loading__svg {
  stroke: #161616;
}

.bx--file__state-container .bx--file-complete {
  cursor: pointer;
  fill: #0f62fe;
}

.bx--file__state-container .bx--file-complete:focus {
  outline: 1px solid #0f62fe;
}

@media screen and (prefers-contrast) {
  .bx--file__state-container .bx--file-complete:focus {
    outline-style: dotted;
  }
}
.bx--file__state-container .bx--file-complete [data-icon-path=inner-path] {
  fill: #fff;
  opacity: 1;
}

.bx--file__state-container .bx--file-invalid {
  width: 1rem;
  height: 1rem;
  fill: #da1e28;
}

.bx--file__state-container .bx--file-close {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  fill: #161616;
}

.bx--file__state-container .bx--file-close:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}

@media screen and (prefers-contrast) {
  .bx--file__state-container .bx--file-close:focus {
    outline-style: dotted;
  }
}
.bx--file__state-container .bx--file-close svg path {
  fill: #161616;
}

.bx--file__state-container .bx--inline-loading__animation {
  margin-right: -0.5rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-end-p1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-end-p2 {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes init-stroke {
  0% {
    stroke-dashoffset: 276.4608;
  }
  100% {
    stroke-dashoffset: 52.527552;
  }
}
@keyframes stroke-end {
  0% {
    stroke-dashoffset: 52.527552;
  }
  100% {
    stroke-dashoffset: 276.4608;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
.bx--inline-loading {
  display: flex;
  width: 100%;
  min-height: 2rem;
  align-items: center;
}

.bx--inline-loading__text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0.32px;
  color: #525252;
}

.bx--inline-loading__animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.bx--inline-loading__checkmark-container {
  fill: #198038;
}

.bx--inline-loading__checkmark-container.bx--inline-loading__svg {
  position: absolute;
  top: 0.75rem;
  width: 0.75rem;
}

.bx--inline-loading__checkmark-container[hidden] {
  display: none;
}

.bx--inline-loading__checkmark {
  animation-duration: 250ms;
  animation-fill-mode: forwards;
  animation-name: stroke;
  fill: none;
  stroke: #0f62fe;
  stroke-dasharray: 12;
  stroke-dashoffset: 12;
  stroke-width: 1.8;
  transform-origin: 50% 50%;
}

.bx--inline-loading--error {
  width: 1rem;
  height: 1rem;
  fill: #da1e28;
}

.bx--inline-loading--error[hidden] {
  display: none;
}

.bx--loading--small .bx--inline-loading__svg {
  stroke: #0f62fe;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bx--inline-loading__checkmark-container {
    top: 1px;
    right: 0.5rem;
  }
  .bx--inline-loading__checkmark {
    animation: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
/*foundation tabs*/
ul.tabs.av-tabs {
  margin-bottom: -1px !important;
}
ul.tabs.av-tabs li {
  /* &amp;:after{
    content: "";
    width: 100%;
    height:5px;
    background: white;
    position: absolute;
    left: 0;
    bottom:-2px;
  } */
}
ul.tabs.av-tabs li:nth-of-type(1) a {
  border-right: 0;
  border-radius: 0px 0 0 0;
}
ul.tabs.av-tabs li:last-of-type a {
  border-radius: 0 0px 0 0;
}
ul.tabs.av-tabs li a {
  border: 1px solid #eee;
  border-bottom: 0;
}
ul.tabs.av-tabs li a:active, ul.tabs.av-tabs li a:focus {
  outline: none !important;
}

div.av-tabs-content, .bx--tab-content {
  border: 1px solid #eee;
  border-radius: 0 0px 0px 0px;
  padding: 1.875rem;
}

/*exhibitor module css*/
body.bx--body--with-modal-open {
  overflow: hidden;
}
body.bx--body--with-modal-open:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#av-module #exhibitor_module_section {
  /*layout*/
  /*inputs*/
  /*toolbar*/
  /*tables*/
  /*2nd table column (Last Name)*/
  /*3rd table column (Email)*/
  /*pagination*/
  /*modals*/
  /*forms (in modals)*/
  /*success*/
  /*tabs*/
  /*bx buttons*/
  /*bx loader*/
}
#av-module #exhibitor_module_section .edition-info {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 0.9375rem;
  margin-bottom: 1.875rem;
  /*buttons*/
  /*labels*/
}
#av-module #exhibitor_module_section .edition-info span.attribute-name {
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.4375rem;
  font-weight: bold;
  display: inline-block;
}
#av-module #exhibitor_module_section .edition-info span.attribute {
  display: inline-block;
  line-height: 1;
}
#av-module #exhibitor_module_section .edition-info .bx--tag,
#av-module #exhibitor_module_section .edition-info .av-tag {
  text-align: center;
  border-radius: 0.9375rem;
  padding: 0.234375rem 0.46875rem;
  font-size: 90%;
}
#av-module #exhibitor_module_section .edition-info .bx--tag.av-available, #av-module #exhibitor_module_section .edition-info .bx--tag.bx--tag--green,
#av-module #exhibitor_module_section .edition-info .av-tag.av-available,
#av-module #exhibitor_module_section .edition-info .av-tag.bx--tag--green {
  background-color: rgba(67, 172, 106, 0.5);
  color: #0a1910;
}
#av-module #exhibitor_module_section .edition-info .bx--tag.av-unavailable, #av-module #exhibitor_module_section .edition-info .bx--tag.bx--tag--magenta,
#av-module #exhibitor_module_section .edition-info .av-tag.av-unavailable,
#av-module #exhibitor_module_section .edition-info .av-tag.bx--tag--magenta {
  background-color: #ddd;
  color: #777777;
}
#av-module #exhibitor_module_section .edition-info .bx--tag.av-info, #av-module #exhibitor_module_section .edition-info .bx--tag.bx--tag--blue,
#av-module #exhibitor_module_section .edition-info .av-tag.av-info,
#av-module #exhibitor_module_section .edition-info .av-tag.bx--tag--blue {
  background-color: rgba(160, 211, 232, 0.5);
  color: #257697;
}
#av-module #exhibitor_module_section code {
  white-space: pre-wrap;
}
#av-module #exhibitor_module_section .bx--grid .bx--row {
  display: flex;
  flex-wrap: wrap;
}
#av-module #exhibitor_module_section .bx--grid .bx--row .bx--col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 0.46875rem;
}
#av-module #exhibitor_module_section .bx--visually-hidden {
  display: none !important;
}
#av-module #exhibitor_module_section select:focus-visible {
  border-radius: 0px;
  outline: none;
}
#av-module #exhibitor_module_section .toolbar,
#av-module #exhibitor_module_section .bx--table-toolbar {
  margin-bottom: 1.875rem;
  vertical-align: top;
}
#av-module #exhibitor_module_section .toolbar .bx--search,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search {
  display: inline-block;
  vertical-align: middle;
  height: 3.4375rem;
  position: relative;
  margin-right: 1.875rem;
}
#av-module #exhibitor_module_section .toolbar .bx--search label,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search label {
  display: none;
}
#av-module #exhibitor_module_section .toolbar .bx--search input,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search input {
  font-size: 100%;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin: -1px 0 0 0;
  /* idk why this is needed, but it makes it look better :/ */
  height: 100%;
  line-height: 1;
  padding: 0.46875rem;
}
#av-module #exhibitor_module_section .toolbar .bx--search input:focus-visible,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search input:focus-visible {
  border-radius: 0px;
  outline: none;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section .toolbar .bx--search input,
  #av-module #exhibitor_module_section .bx--table-toolbar .bx--search input {
    width: 100%;
    margin: 0;
  }
}
#av-module #exhibitor_module_section .toolbar .bx--search button.close,
#av-module #exhibitor_module_section .toolbar .bx--search button.bx--search-close,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search button.close,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search button.bx--search-close {
  padding: 0 0.234375rem;
  height: 100%;
  position: absolute;
  background: #ddd;
  top: -1px;
  /* idk why this is needed, but it makes it look better :/ */
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section .toolbar .bx--search button.close,
  #av-module #exhibitor_module_section .toolbar .bx--search button.bx--search-close,
  #av-module #exhibitor_module_section .bx--table-toolbar .bx--search button.close,
  #av-module #exhibitor_module_section .bx--table-toolbar .bx--search button.bx--search-close {
    right: 0;
  }
}
#av-module #exhibitor_module_section .toolbar .bx--search.bx--toolbar-search-container-active input,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search.bx--toolbar-search-container-active input {
  box-shadow: inset 0 0 10px #ddd;
}
#av-module #exhibitor_module_section .toolbar .bx--search.bx--toolbar-search-container-active button.close,
#av-module #exhibitor_module_section .toolbar .bx--search.bx--toolbar-search-container-active button.bx--search-close,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search.bx--toolbar-search-container-active button.close,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search.bx--toolbar-search-container-active button.bx--search-close {
  padding: 0.234375rem;
  background: #290076;
}
#av-module #exhibitor_module_section .toolbar .bx--search .bx--search-magnifier,
#av-module #exhibitor_module_section .bx--table-toolbar .bx--search .bx--search-magnifier {
  display: none;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section .toolbar .bx--search,
  #av-module #exhibitor_module_section .bx--table-toolbar .bx--search {
    width: 100%;
    margin: 0 auto 0.46875rem;
  }
}
#av-module #exhibitor_module_section .toolbar button,
#av-module #exhibitor_module_section .bx--table-toolbar button {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section .toolbar button,
  #av-module #exhibitor_module_section .bx--table-toolbar button {
    padding: 0.46875rem;
  }
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section .bx--data-table-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
#av-module #exhibitor_module_section table {
  text-align: left;
  width: 100%;
  border-radius: 0px;
  border-collapse: collapse;
  margin-bottom: 0.9375rem !important;
  display: table !important;
  table-layout: fixed;
  /*table buttons*/
  /*mobile*/
}
#av-module #exhibitor_module_section table thead {
  background: #290076;
  color: white;
  display: table-header-group !important;
}
#av-module #exhibitor_module_section table thead tr {
  display: table-row !important;
}
#av-module #exhibitor_module_section table thead th {
  padding: 5px !important;
  line-height: 1;
  font-size: 0.9rem;
  vertical-align: top;
}
#av-module #exhibitor_module_section table thead th#last_name {
  width: 100px;
}
#av-module #exhibitor_module_section table thead th#email {
  width: 100px;
}
#av-module #exhibitor_module_section table thead th#company {
  width: 80px;
}
#av-module #exhibitor_module_section table thead th#tools {
  width: 60px !important;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section table thead th {
    /*override ugly aventri mobile styles*/
    width: 8.75rem !important;
    display: table-cell !important;
    padding: 5px !important;
    font-size: 0.7875rem !important;
  }
}
#av-module #exhibitor_module_section table thead th div {
  margin: 0 !important;
  font-size: 0.9rem;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section table thead th div {
    /*override ugly aventri mobile styles*/
    font-size: 0.7875rem !important;
  }
}
#av-module #exhibitor_module_section table thead th .bx--select-input__wrapper select {
  margin-top: 0.46875rem;
  width: 100%;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #170043;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section table thead th .bx--select-input__wrapper select {
    /*override ugly aventri mobile styles*/
    margin: 0.46875rem 0 0 0 !important;
    padding: 5px !important;
  }
}
#av-module #exhibitor_module_section table thead th .bx--select-input__wrapper svg {
  display: none;
}
#av-module #exhibitor_module_section table tbody {
  display: table-row-group !important;
}
#av-module #exhibitor_module_section table tbody tr {
  transition: 0.3s all ease;
  display: table-row !important;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section table tbody tr {
    font-size: 100%;
  }
}
#av-module #exhibitor_module_section table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
#av-module #exhibitor_module_section table tbody tr:hover {
  background-color: #e5e5e5;
}
#av-module #exhibitor_module_section table tbody tr td {
  padding: 5px;
  font-size: 0.84375rem;
}
#av-module #exhibitor_module_section table tbody tr td:nth-of-type(2), #av-module #exhibitor_module_section table tbody tr td:nth-of-type(3), #av-module #exhibitor_module_section table tbody tr td:nth-of-type(4) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#av-module #exhibitor_module_section table tbody tr td:nth-of-type(2):hover, #av-module #exhibitor_module_section table tbody tr td:nth-of-type(3):hover, #av-module #exhibitor_module_section table tbody tr td:nth-of-type(4):hover {
  overflow: visible;
  white-space: break-spaces;
  overflow-wrap: break-word;
  text-overflow: unset;
}
@media only screen and (max-width: 1281px) {
  #av-module #exhibitor_module_section table tbody tr td {
    /*override ugly aventri mobile styles*/
    display: table-cell !important;
    padding: 5px !important;
    font-size: 0.7875rem !important;
    width: auto !important;
  }
}
#av-module #exhibitor_module_section table button.icon,
#av-module #exhibitor_module_section table button.bx--btn--icon-only {
  float: right;
  /*entitlements*/
  /*edit*/
  /*delete*/
  margin: 0;
  padding: 0.234375rem;
}
#av-module #exhibitor_module_section table button.icon:nth-of-type(1),
#av-module #exhibitor_module_section table button.bx--btn--icon-only:nth-of-type(1) {
  background-color: #290076;
}
#av-module #exhibitor_module_section table button.icon:nth-of-type(2),
#av-module #exhibitor_module_section table button.bx--btn--icon-only:nth-of-type(2) {
  background-color: #2e0f67;
}
#av-module #exhibitor_module_section table button.icon:nth-of-type(3),
#av-module #exhibitor_module_section table button.bx--btn--icon-only:nth-of-type(3) {
  background-color: #321e59;
}
#av-module #exhibitor_module_section table button.icon:hover span.bx--assistive-text,
#av-module #exhibitor_module_section table button.bx--btn--icon-only:hover span.bx--assistive-text {
  background: #FF6A42;
  top: -75%;
  z-index: 1;
}
#av-module #exhibitor_module_section table button.icon:hover span.bx--assistive-text:after,
#av-module #exhibitor_module_section table button.bx--btn--icon-only:hover span.bx--assistive-text:after {
  border-color: #FF6A42 transparent transparent transparent;
}
#av-module #exhibitor_module_section table button.icon span.bx--assistive-text,
#av-module #exhibitor_module_section table button.bx--btn--icon-only span.bx--assistive-text {
  transition: 0.3s all ease;
  position: absolute;
  background: transparent;
  left: 50%;
  right: auto;
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
  font-size: 90%;
  padding: 0.125rem 0.3125rem;
  width: 6.875rem;
  z-index: -1;
}
#av-module #exhibitor_module_section table button.icon span.bx--assistive-text:after,
#av-module #exhibitor_module_section table button.bx--btn--icon-only span.bx--assistive-text:after {
  transition: 0.3s all ease;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  position: absolute;
  left: 50%;
  right: auto;
  position: absolute;
  transform: translateX(-50%);
  bottom: -5px;
}
#av-module #exhibitor_module_section table button.icon svg,
#av-module #exhibitor_module_section table button.bx--btn--icon-only svg {
  height: 1.5rem;
  width: 1.5rem;
}
#av-module #exhibitor_module_section .bx--table-toolbar + table td:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#av-module #exhibitor_module_section .bx--table-toolbar + table td:nth-child(2):hover {
  overflow: visible;
  white-space: break-spaces;
  overflow-wrap: break-word;
  text-overflow: unset;
}
#av-module #exhibitor_module_section .bx--table-toolbar + table td:nth-child(3) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#av-module #exhibitor_module_section .bx--table-toolbar + table td:nth-child(3):hover {
  overflow: visible;
  white-space: break-spaces;
  overflow-wrap: break-word;
  text-overflow: unset;
}
#av-module #exhibitor_module_section .bx--pagination {
  background: #f2f2f2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__left,
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right {
  display: flex;
  height: 100%;
  align-items: center;
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__left button,
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right button {
  margin: 0;
  padding: 0.46875rem;
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__left button .bx--assistive-text,
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right button .bx--assistive-text {
  display: none;
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__left button:first-of-type,
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right button:first-of-type {
  margin-right: 1px;
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right {
  /*select*/
  /*text*/
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right .bx--select__page-number svg {
  display: none;
}
#av-module #exhibitor_module_section .bx--pagination .bx--pagination__right .bx--pagination__text {
  margin: 0 0.9375rem;
}
#av-module #exhibitor_module_section .bx--modal {
  position: fixed;
  z-index: 9999;
  max-width: 62.5rem;
}
#av-module #exhibitor_module_section .bx--modal.is-visible {
  visibility: visible;
  opacity: 1;
  display: block;
}
#av-module #exhibitor_module_section .bx--modal .bx--modal-close {
  padding: 0.46875rem 0.9375rem;
  margin: 0;
}
#av-module #exhibitor_module_section .bx--modal .bx--modal-close:after {
  content: "x";
}
#av-module #exhibitor_module_section .bx--modal .bx--modal-close svg {
  display: none;
}
#av-module #exhibitor_module_section .bx--modal .bx--modal-content {
  max-height: 70vh;
  overflow-y: auto;
}
#av-module #exhibitor_module_section .bx--form {
  width: 100%;
  /*errors*/
}
#av-module #exhibitor_module_section .bx--form fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 0.9375rem;
}
#av-module #exhibitor_module_section .bx--form fieldset svg {
  display: none;
}
#av-module #exhibitor_module_section .bx--form .bx--label-description {
  font-size: 90%;
}
#av-module #exhibitor_module_section .bx--form select {
  background-color: rgba(221, 221, 221, 0.5);
}
#av-module #exhibitor_module_section .bx--form select,
#av-module #exhibitor_module_section .bx--form input {
  width: 100%;
  border-radius: 0px;
  outline: none;
  border: 1px solid #ddd;
  padding: 0.46875rem;
}
#av-module #exhibitor_module_section .bx--form .bx--form-requirement {
  color: #ee6161;
}
#av-module #exhibitor_module_section .bx--form .bx--select--invalid select,
#av-module #exhibitor_module_section .bx--form .bx--select--invalid input,
#av-module #exhibitor_module_section .bx--form .bx--text-input__field-wrapper[data-invalid=true] select,
#av-module #exhibitor_module_section .bx--form .bx--text-input__field-wrapper[data-invalid=true] input {
  border: 2px solid #ee6161;
}
#av-module #exhibitor_module_section .bx--form .bx--toast-notification {
  position: relative;
}
#av-module #exhibitor_module_section .bx--form .bx--toast-notification .bx--toast-notification__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.234375rem 0.46875rem;
  margin: 0;
  background-color: #ee6161;
}
#av-module #exhibitor_module_section .bx--form .bx--toast-notification .bx--toast-notification__close-button:after {
  content: "x";
}
#av-module #exhibitor_module_section .bx--form .bx--toast-notification .bx--toast-notification__close-button svg {
  display: none;
}
#av-module #exhibitor_module_section .bx--toast-notification--success svg, #av-module #exhibitor_module_section .bx--toast-notification--success button {
  display: none;
}
#av-module #exhibitor_module_section .bx--tabs + br {
  display: none;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav {
  margin-bottom: -1px !important;
  position: static;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav:after {
  clear: both;
  content: "";
}
#av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
  width: auto;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item:nth-of-type(1) a {
  border-right: 0;
  border-radius: 0px 0 0 0;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item:last-of-type a {
  border-radius: 0 0px 0 0;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item.bx--tabs__nav-item--selected a.bx--tabs__nav-link {
  background: #FFFFFF;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item a.bx--tabs__nav-link {
  background: #EFEFEF;
  padding: 1rem 2rem;
  font-size: 1rem;
  display: block;
  width: auto;
  height: auto;
  border: 1px solid #eee;
  border-bottom: 0;
  text-decoration: none;
}
#av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item a.bx--tabs__nav-link:active, #av-module #exhibitor_module_section ul.bx--tabs__nav li.bx--tabs__nav-item a.bx--tabs__nav-link:focus {
  outline: none !important;
}
#av-module #exhibitor_module_section .bx--btn, #av-module #exhibitor_module_section .bx--copy-btn {
  background: #290076;
  color: white;
}
#av-module #exhibitor_module_section .bx--btn:hover, #av-module #exhibitor_module_section .bx--copy-btn:hover {
  background: #060010;
}
#av-module #exhibitor_module_section .bx--btn.bx--btn--secondary, #av-module #exhibitor_module_section .bx--copy-btn.bx--btn--secondary {
  color: white !important;
}
#av-module #exhibitor_module_section .bx--loading {
  display: none !important;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 !important;
  border: 0 !important;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eee;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.flatpickr-day.today {
  border-color: #f64747;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #4f99ff;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #eee;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: 307.875px;
}

.dayContainer {
  padding: 0;
  border-right: 0;
}

span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}

span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}

span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}

span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}

span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}

.rangeMode .flatpickr-day {
  margin-top: -1px;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}

.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}

.hasWeeks .flatpickr-days {
  border-right: 0;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  span.flatpickr-day {
    display: block;
    flex: 1 0 auto;
  }
}
.tb-container {
  padding: 3.75rem;
  background: transparent;
}
@media only screen and (max-width: 1281px) {
  .tb-container {
    padding: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .tb-container {
    padding: 0;
  }
}

#app {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  border: 0 solid #000;
  background: white;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  /*errors*/
}
@media screen and (max-height: 700px) {
  #app {
    position: static;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  #app {
    position: static;
    transform: none;
  }
}
#app .tb-header {
  background: url("https://www.transparenttextures.com/patterns/shattered.png") #290076;
  background-repeat: repeat;
  background-size: auto;
  background-position: auto;
  padding: 1.875rem;
}
#app .tb-header .row, #app .tb-header .bx--grid &gt; .bx--row {
  text-align: center;
}
#app .tb-header .row .av-event-logo, #app .tb-header .bx--grid &gt; .bx--row .av-event-logo {
  width: auto;
}
#app .tb-header .row .av-event-info, #app .tb-header .bx--grid &gt; .bx--row .av-event-info {
  color: white;
}
#app .tb-header .row .av-event-info i, #app .tb-header .bx--grid &gt; .bx--row .av-event-info i {
  /*from _header.scss*/
  display: inline-block;
  min-width: 1.5625rem;
}
#app .tb-header .row .av-event-info .av-event-date, #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-date {
  /*from _header.scss*/
}
#app .tb-header .row .av-event-info .av-event-date span:after, #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-date span:after {
  content: "September 17-20, 2025";
}
html:lang(es) #app .tb-header .row .av-event-info .av-event-date span:after, html:lang(es) #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-date span:after {
  content: "";
}
html:lang(pt) #app .tb-header .row .av-event-info .av-event-date span:after, html:lang(pt) #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-date span:after {
  content: "";
}
#app .tb-header .row .av-event-info .av-event-location, #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-location {
  /*from _header.scss*/
}
#app .tb-header .row .av-event-info .av-event-location span:after, #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-location span:after {
  content: "The Venetian Expo | Las Vegas, NV";
}
html:lang(es) #app .tb-header .row .av-event-info .av-event-location span:after, html:lang(es) #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-location span:after {
  content: "";
}
html:lang(pt) #app .tb-header .row .av-event-info .av-event-location span:after, html:lang(pt) #app .tb-header .bx--grid &gt; .bx--row .av-event-info .av-event-location span:after {
  content: "";
}
#app .contenidoprincipal br {
  display: none;
}
#app #main-content {
  padding: 1.875rem 0.9375rem;
}
#app #main-content .exhibitor {
  text-align: center;
  margin-bottom: 1.875rem;
}
#app #main-content .exhibitor h3:after {
  content: " | Exhibitor Badge Registration";
}
html:lang(es) #app #main-content .exhibitor h3:after {
  content: "Registro de credencial de expositor";
}
html:lang(pt) #app #main-content .exhibitor h3:after {
  content: "Cadastro de Crachá de Expositor";
}
#app .bx--grid .bx--row .bx--row:last-child .bx--col + .bx--col {
  text-align: right;
}
#app label,
#app input {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif !important;
}
#app label {
  /*from forms-v2*/
  font-weight: 500;
  padding-bottom: 0;
}
#app input {
  /*from forms-v2*/
  padding-top: 0.46875rem;
  margin-bottom: 1.875rem;
  width: 100% !important;
  border-radius: 0px !important;
  height: 50px;
  text-transform: none;
  background: white !important;
  appearance: revert !important;
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
  /*from aventri*/
  border: 1px solid #abadb3;
  border-right-color: #dbdfe6;
  border-bottom-color: #dbdfe6;
  color: #2f2f2f;
  border-radius: 4px;
  min-height: 32px;
  line-height: 24px;
  padding: 0 30px 0 10px;
}
#app input:focus {
  border-radius: 0px !important;
  outline: 0 !important;
  border: 1px solid #abadb3;
}
#app button {
  margin: 0;
}
#app .bx--text-input__field-outer-wrapper {
  position: relative;
}
#app .bx--text-input__field-outer-wrapper .bx--text-input__invalid-icon {
  fill: #ee6161;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#app .bx--form-requirement {
  color: #ee6161;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
#app .bx--text-input--invalid {
  border-color: #ee6161;
}</pre></body></html>