@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

/* Margins */
.m-0 {
  margin: 0;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

/* Padding */
.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

/* Width */
.w-full {
  width: 100%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

/* Height */
.h-auto {
  height: auto;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.theme-primary-color {
  color: #e02e3b;
}

/* Border */
.rounded-md {
  border-radius: 0.375rem;
}

html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #1F2937;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

section#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#header section#menu {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* Common Pre builts*/
img {
  max-width: 100%;
  height: auto;
}

/* Animation */
.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke,
 opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke,
 opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke,
 opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke,
 opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

/* Button */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #374151;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: white;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

.btn:focus, .btn:active, .btn:active:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
  background-color: white;
  border-color: transparent;
}

.btn-primary {
  color: white;
  background-color: #e02e3b;
  border: 1px solid #e02e3b;
}

.btn-primary:hover {
  background-color: #de212f;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  outline: none;
  background-color: #e02e3b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
}

.btn-theme {
  color: white;
  background-color: #e02e3b;
  border: 1px solid #e02e3b;
}

.btn-theme:hover {
  background-color: #de212f;
  border-color: transparent;
}

.btn-theme:focus, .btn-theme:active, .btn-theme:active:focus {
  outline: none;
  background-color: #e02e3b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
}

.reset-btn {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.message-alert {
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  background-color: #d1fae5;
  color: #10b981;
  font-weight: 600;
  margin-top: 1rem;
}

label {
  font-weight: 400;
}

input[type="text"],
input[type="email"],
textarea {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.375rem 0.75rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #D1D5DB;
  background-clip: padding-box;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.3);
          box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.3);
  border: 1px solid #e02e3b;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5rem;
}

select {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.375rem 0.75rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #D1D5DB;
  background-clip: padding-box;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  background-color: #fff;
  background-image: url(https://mycs-cdn.myconferencesuite.com/other/Client/599/13/80/carat.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 20px;
}

select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.3);
          box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.3);
  border: 1px solid #e02e3b;
}

.de_p_hide {
  display: none;
}

#content form .panel {
  margin: 1rem;
}

.fancybox-slide {
  background-color: rgba(0, 0, 0, 0.5);
}

#app-layout-virtual #main_body {
  margin: 2rem auto;
}

#app-layout-virtual h2.title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid black;
  color: black;
}

#app-layout-virtual #header {
  background: none;
}

#app-layout-virtual #header .container > .row {
  display: none;
}

#app-layout-virtual .top-navigation {
  background-color: #19202e;
}

#app-layout-virtual .top-navigation .navbar-nav {
  gap: 0.25rem;
  border-radius: 4px;
}

#app-layout-virtual .top-navigation .navbar-nav .nav-link {
  color: white;
  border-radius: 4px;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#app-layout-virtual .top-navigation .navbar-nav .nav-link.active {
  color: black;
  background-color: white;
  border-color: transparent;
}

#app-layout-virtual .top-navigation .navbar-nav .nav-link.active:hover {
  color: white;
}

#app-layout-virtual .top-navigation .navbar-nav .nav-link:hover {
  color: #e02e3b;
  background-color: white;
  border-color: transparent;
}

#app-layout-virtual .top-navigation .navbar-nav button {
  color: white;
  font-weight: 600;
}

#app-layout-virtual .btn-primary,
#app-layout-virtual .btn-dark,
#app-layout-virtual .attendee-list .message {
  background-color: #e02e3b;
  border-color: #e02e3b;
}

#app-layout-virtual .btn-primary:hover, #app-layout-virtual .btn-primary:focus, #app-layout-virtual .btn-primary:active,
#app-layout-virtual .btn-dark:hover,
#app-layout-virtual .btn-dark:focus,
#app-layout-virtual .btn-dark:active,
#app-layout-virtual .attendee-list .message:hover,
#app-layout-virtual .attendee-list .message:focus,
#app-layout-virtual .attendee-list .message:active {
  background-color: #d5202d;
  border-color: #d5202d;
}

#app-layout-virtual .btn-primary:focus,
#app-layout-virtual .btn-dark:focus,
#app-layout-virtual .attendee-list .message:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(224, 46, 59, 0.5);
}

@media (max-width: 640px) {
  #app-layout-virtual .content-user-schedule .session-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#app-layout-virtual .content-user-schedule .right-side, #app-layout-virtual .content-user-schedule .session-col, #app-layout-virtual .content-user-schedule .session-item-left {
  width: 100%;
}

#app-layout-virtual .content-user-schedule .bg-gray-200 {
  background-color: #19202e;
}

#app-layout-virtual #scheduleTabs .nav-link,
#app-layout-virtual #profile_tabs .nav-link,
#app-layout-virtual #contacts_tabs .nav-link {
  color: #19202e;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#app-layout-virtual #scheduleTabs .nav-link.active,
#app-layout-virtual #profile_tabs .nav-link.active,
#app-layout-virtual #contacts_tabs .nav-link.active {
  background-color: #e02e3b;
  color: white;
  border: none;
}

#app-layout-virtual #scheduleTabs .nav-link:hover,
#app-layout-virtual #profile_tabs .nav-link:hover,
#app-layout-virtual #contacts_tabs .nav-link:hover {
  border-color: #19202e transparent transparent transparent;
}

#app-layout-virtual .attendee-list .avatar,
#app-layout-virtual .message_center .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#app-layout-virtual .attendee-list img,
#app-layout-virtual .message_center img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .content-user-schedule .day-tabs-content .grid-view .session-item-left {
    max-width: 10rem;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 0 1 auto;
  }
}

#app-layout-virtual .content-user-schedule .flex-1 {
  -ms-flex: 0 1 auto;
}

#app-layout-virtual #main_body > .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

#app-layout-virtual #main_body.content-slide > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar {
  display: block;
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.navbar .btn-transparent {
  background-color: transparent;
  border: none;
  padding: 0.5rem;
}

.navbar .btn-transparent:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.5);
}

.navbar.light {
  background-color: white;
  color: #4B5563;
}

.navbar .wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar .sub-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 4rem;
  padding-top: 1rem;
  max-width: 92rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .navbar .sub-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}

.navbar .sub-wrapper > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .multi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 0 1 auto;
  width: 100%;
}

.navbar .multi-wrapper > :not(:first-child) {
  margin-left: 0.75rem;
}

@media (min-width: 640px) {
  .navbar .multi-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar .button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.25rem;
}

@media (min-width: 640px) {
  .navbar .button-wrapper {
    display: none;
  }
}

.navbar .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar .logo-wrapper img {
  height: 2rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.navbar .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 0 1 auto;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .navbar .links-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
  }
}

.navbar .links-wrapper .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  -ms-flex: 0 1 auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

.navbar .links-wrapper .navbar-nav.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .links-wrapper .navbar-nav.hidden {
  display: none;
}

.navbar .links-wrapper .navbar-nav a {
  padding: 0;
}

.navbar .links-wrapper .navbar-nav a:hover {
  background-color: transparent;
}

.navbar .links-wrapper .navbar-nav > * {
  padding: 0.75rem 0.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  color: #4B5563;
  border-top: 1px solid #E5E7EB;
  margin-top: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.navbar .links-wrapper .navbar-nav > *:hover {
  color: #4B5563;
  background: #E5E7EB;
}

.navbar .links-wrapper .navbar-nav > *.active {
  color: #F9FAFB;
  background: #e02e3b;
}

.navbar .links-wrapper .navbar-nav > *.active:hover {
  color: #F9FAFB;
}

@media (min-width: 640px) {
  .navbar .links-wrapper .navbar-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar .links-wrapper .navbar-nav > * {
    padding: 0.5rem 1rem;
    margin: 0.375rem;
    border-top: none;
  }
}

.navbar .language-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar .language-toggle a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #374151;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: white;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #19202e;
  border: 1px solid #19202e;
}

.navbar .language-toggle a:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

.navbar .language-toggle a:focus, .navbar .language-toggle a:active, .navbar .language-toggle a:active:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
  background-color: white;
  border-color: transparent;
}

.navbar .language-toggle a:hover {
  background-color: #141924;
  border-color: transparent;
}

.navbar .language-toggle a:focus, .navbar .language-toggle a:active, .navbar .language-toggle a:active:focus {
  outline: none;
  background-color: #19202e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 32, 46, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 32, 46, 0.5);
}

.banner {
  background-color: #DEDEEB;
}

@media (min-width: 1024px) {
  .banner {
    min-height: 20rem;
  }
}

.banner .banner-wrapper {
  max-width: 92rem;
  margin: 1rem auto;
  text-align: center;
}

.banner .banner-wrapper img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#content {
  position: relative;
  max-width: 92rem;
  font-size: 0.875rem;
  margin: 0 auto;
}

#content .panel {
  padding: 0 1rem;
  margin: 1rem 2rem;
}

#content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#content .row .col-sm-3 {
  border-top: 1px solid #ddd;
  width: 100%;
}

@media (min-width: 768px) {
  #content .row .col-sm-3 {
    border-left: 1px solid #ddd;
    border-top: none;
    width: 25%;
  }
}

#content .row .col-sm-9 {
  margin-bottom: 1rem;
}

#content p {
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  #content {
    margin-top: -8rem;
  }
}

.body-wrapper {
  margin-bottom: 2rem;
}

.body-wrapper h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  word-break: break-word;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  color: #19202e;
  border-bottom: 1px solid #ccc;
}

.body-wrapper p {
  padding: 1rem;
  padding-bottom: 0;
}

#register {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #374151;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: white;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #e02e3b;
  border: 1px solid #e02e3b;
}

#register:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

#register:focus, #register:active, #register:active:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
  background-color: white;
  border-color: transparent;
}

#register:hover {
  background-color: #de212f;
  border-color: transparent;
}

#register:focus, #register:active, #register:active:focus {
  outline: none;
  background-color: #e02e3b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
}

#register:hover {
  text-decoration: none;
}

#returning {
  margin-top: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #374151;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: white;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #e02e3b;
  border: 1px solid #e02e3b;
}

#returning:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

#returning:focus, #returning:active, #returning:active:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
  background-color: white;
  border-color: transparent;
}

#returning:hover {
  background-color: #de212f;
  border-color: transparent;
}

#returning:focus, #returning:active, #returning:active:focus {
  outline: none;
  background-color: #e02e3b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
}

#returning:hover {
  text-decoration: none;
}

#rhome {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section#footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

section#footer .footer p {
  padding-left: 0.5rem;
}

section#footer .footer img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.panel .panel-heading {
  margin-top: 1rem;
}

a#linkReturningRegBack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #374151;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: white;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

a#linkReturningRegBack:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

a#linkReturningRegBack:focus, a#linkReturningRegBack:active, a#linkReturningRegBack:active:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
  background-color: white;
  border-color: transparent;
}

#content form[name="returningRegForm"] {
  margin: 2rem auto;
}

#content form[name="returningRegForm"] .form-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content form[name="returningRegForm"] input[type="text"],
#content form[name="returningRegForm"] input[type="email"] {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.375rem 0.75rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #D1D5DB;
  background-clip: padding-box;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

#content form[name="returningRegForm"] input[type="text"]:focus,
#content form[name="returningRegForm"] input[type="email"]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.3);
          box-shadow: 0 0 0 0.15rem rgba(224, 46, 59, 0.3);
  border: 1px solid #e02e3b;
}

#content form[name="returningRegForm"] input#returning {
  margin-top: 2rem;
}

#content .alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section#breadcrumb {
  display: none;
}

.pageinfo {
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  background-color: #d1fae5;
  color: #10b981;
  margin: 1rem;
  margin-bottom: 0;
}

#singleTab > .row {
  background: white;
  margin: 1rem 0;
  border-radius: 4px;
}

#singleTab > .row .col-sm-3 {
  padding: 0 1rem;
  margin: 1rem 0;
}

#content form[name="regForm"] p {
  padding-top: 0;
}

form[name="regForm"] .field {
  width: 100%;
}

form[name="regForm"] .de_required {
  color: red;
}

form[name="regForm"] legend {
  font-size: 1rem;
}

form[name="regForm"] fieldset {
  width: 100%;
  padding: 0;
}

form[name="regForm"] fieldset .de_fieldset {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form[name="regForm"] a {
  color: #e02e3b;
}

form[name="regForm"] a:hover {
  color: #bf1c28;
}

form[name="regForm"] .de_field_small {
  width: 100%;
}

form[name="regForm"] #fieldContainer {
  width: 100%;
}

form[name="regForm"] .form-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.75rem;
  width: 100%;
}

@media (min-width: 640px) {
  form[name="regForm"] .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  form[name="regForm"] .form-group label {
    width: 35%;
  }
  form[name="regForm"] .form-group > div {
    width: 65%;
  }
  form[name="regForm"] .form-group [type="checkbox"] + label,
  form[name="regForm"] .form-group [type="radio"] + label {
    width: 95%;
  }
}

form[name="regForm"] #button {
  margin: 1rem;
}

form[name="regForm"] input[name="navigate[submit]"], form[name="regForm"] .navButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #374151;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: white;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: white;
  background-color: #e02e3b;
  border: 1px solid #e02e3b;
}

form[name="regForm"] input[name="navigate[submit]"]:hover, form[name="regForm"] .navButton:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}

form[name="regForm"] input[name="navigate[submit]"]:focus, form[name="regForm"] input[name="navigate[submit]"]:active, form[name="regForm"] input[name="navigate[submit]"]:active:focus, form[name="regForm"] .navButton:focus, form[name="regForm"] .navButton:active, form[name="regForm"] .navButton:active:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
  background-color: white;
  border-color: transparent;
}

form[name="regForm"] input[name="navigate[submit]"]:hover, form[name="regForm"] .navButton:hover {
  background-color: #de212f;
  border-color: transparent;
}

form[name="regForm"] input[name="navigate[submit]"]:focus, form[name="regForm"] input[name="navigate[submit]"]:active, form[name="regForm"] input[name="navigate[submit]"]:active:focus, form[name="regForm"] .navButton:focus, form[name="regForm"] .navButton:active, form[name="regForm"] .navButton:active:focus {
  outline: none;
  background-color: #e02e3b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(224, 46, 59, 0.5);
}

form[name="regForm"] .divider {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 1rem;
}

form[name="regForm"] [data-group="heading"] {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.review .pageinfo {
  margin-left: 0;
}

form#couponForm {
  margin-bottom: 3rem;
}

form#couponForm .de_p_hide {
  height: 100%;
  padding: 0.75rem;
  border-radius: 4px;
}

form#paymentForm #bankInfo table {
  width: 100% !important;
}

form#paymentForm #manualInfo {
  border: 1px solid #ddd;
  margin-top: 1rem;
  border-radius: 4px;
  padding: 1rem;
}

form#paymentForm #manualInfo p {
  padding-top: 0;
}
/*# sourceMappingURL=style.css.map */