@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,900&display=swap");
@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: bold; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.otf") format("opentype");
  font-weight: 700;
  font-style: bolder; }
  .modal-reg .modal-body {
    position: relative;
    padding-top: 2rem; }
    .modal-reg .modal-body .close {
      position: absolute;
      right: 8px;
      top: 12px;
      z-index: 999;
      font-size: 2.5rem;
      font-weight: normal;
      color: #a1a1a1;
      background-color: transparent;
      opacity: 1;
      padding: 0 .625rem .25rem; }
      @media (max-width: 768px) {
        .modal-reg .modal-body .close {
          right: 0;
          top: 0;
          padding: .25rem .825rem .375rem; } }
  .modal-reg .modal-dialog {
    text-align: center;
    max-width: 820px;
    font-family: "PN", "Roboto", sans-serif;
    color: #2b2b2b; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog {
        min-width: 200px;
        margin-bottom: 6rem; } }
    .modal-reg .modal-dialog .modal-content {
      background-color: #fff;
      border-radius: .5rem;
      border: none; }
    .modal-reg .modal-dialog .modal-container {
      padding: 1rem 3rem .5rem; }
      @media (max-width: 768px) {
        .modal-reg .modal-dialog .modal-container {
          padding: .75rem 1rem 0; } }
    .modal-reg .modal-dialog .logo-modal {
      width: 15rem;
      margin: 1.5rem 0 0; }
    .modal-reg .modal-dialog h2 {
      font-family: "PN", "Roboto", sans-serif;
      font-size: 2.25rem;
      font-weight: 900;
      margin-top: 1.5rem; }
    .modal-reg .modal-dialog h5 {
      font-weight: 500;
      font-size: 1rem;
      color: #2b2b2b;
      letter-spacing: .5px;
      text-transform: uppercase;
      margin-top: 1rem;
      margin-bottom: 2.5rem; }
      .modal-reg .modal-dialog .btn:link, .modal-reg .modal-dialog .btn:visited, .modal-reg .modal-dialog .btn {
        background-color: #6153b3;
        border: 1px solid #6153b3;
        color: #fff;
        max-width: 250px; }
      .modal-reg .modal-dialog .btn:hover {
        background: transparent;
        color: #6153b3;
        background-color: rgba(204, 204, 204, 0.2);
        border: 1px solid rgba(204, 204, 204, 0.2); }
    .modal-reg .modal-dialog .divider {
      width: 12rem;
      padding: auto;
      margin: auto;
      margin-top: 2rem;
      margin-bottom: 2rem;
      height: 0;
      border-bottom: 2px solid rgba(43, 43, 43, 0.25);
      text-align: center; }
    .modal-reg .modal-dialog .reg__result {
      text-align: left;
      margin-bottom: 1rem;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.3;
      padding-left: 1.75rem;
      position: relative;
      color: #cccccc; }
      .modal-reg .modal-dialog .reg__result span {
        font-weight: 400;
        font-size: .875rem;
        color: #cccccc;
        margin-top: .125rem;
        line-height: 1.4;
        display: block; }
      .modal-reg .modal-dialog .reg__result::before {
        content: '';
        background-size: cover;
        background-position: 100% 100%;
        background-repeat: none;
        background-image: url("../img/svg/icon-no.svg");
        position: absolute;
        width: 14px;
        height: 14px;
        top: 3px;
        left: 0; }
      .modal-reg .modal-dialog .reg__result--yes {
        color: rgba(43, 43, 43, 0.75); }
        .modal-reg .modal-dialog .reg__result--yes::before {
          background-image: url("../img/svg/icon-yes.svg"); }
        .modal-reg .modal-dialog .reg__result--yes span {
          color: green; }
      .modal-reg .modal-dialog .reg__result--error {
        color: #cc0000; }
        .modal-reg .modal-dialog .reg__result--error::before {
          background-image: url("../img/svg/icon-error.svg"); }
        .modal-reg .modal-dialog .reg__result--error span {
          color: rgba(204, 0, 0, 0.5); }
    .modal-reg .modal-dialog p.disclaimer {
      font-size: 0.875rem;
      margin-top: 2rem;
      color: #a1a1a1;
      font-weight: 400; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog .reg__result {
        margin-left: 1rem;
        margin-right: 1rem; }
      .modal-reg .modal-dialog .logo-modal {
        width: 18rem;
        margin: 1.75rem 0 .75rem; }
      .modal-reg .modal-dialog p {
        font-size: 1rem;
        margin-bottom: 1rem; } }
  @media (max-width: 768px) {
    .modal-reg {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; } }

.fade {
  background-color: rgba(0, 0, 0, 0.8); }
  .btn:link, .btn:visited, .btn {
    background-color: #6153b3;
    border: 1px solid #6153b3;
    color: #fff;
    padding: .75rem 2rem;
    border-radius: .5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9375rem;
    letter-spacing: .5px;
    max-width: 350px;
    width: 100%;
    margin-top: 1rem; }
    @media (max-width: 768px) {
      .btn:link, .btn:visited, .btn {
        padding: .8625rem 1rem;
        max-width: 100%; } }
  .btn:hover {
    background: transparent;
    color: #6153b3; }
  .btn:active {
    background-color: #6153b3;
    color: #fff; }
  .btn#updates_form_disabled {
    opacity: 1;
    background-color: #f7f7f7;
    border: 1px solid #ced4da; }
  .btn:disabled, .btn[disabled] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #6153b3; }
  @media (max-width: 768px) {
    .btn {
      width: 100%; } }

footer {
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: .8125rem;
  letter-spacing: .25px;
  color: rgba(218, 238, 255, 0.35);
  margin-bottom: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  footer .footer-title {
    display: inline-block;
    margin-right: 1rem; }
  footer .footer-sales {
    text-align: right; }
    footer .past-events a,
    footer .past-events a:active,
    footer .past-events a:link,
    footer .past-events a:visited {
      color: #daeeff;
      font-weight: 400;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      position: relative; }
      footer .past-events a:not(:last-child),
      footer .past-events a:active:not(:last-child),
      footer .past-events a:link:not(:last-child),
      footer .past-events a:visited:not(:last-child) {
        padding-right: .75rem;
        margin-right: .5rem; }
        footer .past-events a:not(:last-child)::after,
        footer .past-events a:active:not(:last-child)::after,
        footer .past-events a:link:not(:last-child)::after,
        footer .past-events a:visited:not(:last-child)::after {
          content: '';
          position: absolute;
          right: 0;
          top: 2px;
          width: 1px;
          height: 11px;
          background-color: rgba(255, 255, 255, 0.25); }
      footer .past-events a:hover,
      footer .past-events a:active:hover,
      footer .past-events a:link:hover,
      footer .past-events a:visited:hover {
        text-decoration: none;
        color: #ffbb01; }
  @media (max-width: 768px) {
    footer .footer-sales {
      margin-top: .25rem;
      text-align: left; } }

section {
  color: #5C5C5C;
  padding-bottom: 2rem;
  padding-top: 1rem;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: none;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45%); }
  @media (max-width: 576px) {
    section {
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.65)), color-stop(45%, rgba(255, 255, 255, 0.9)));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9) 45%);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9) 45%);
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9) 45%); } }

header {
  color: #5C5C5C;
  padding-bottom: 6rem;
  padding-top: 9rem;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: none;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 45%); }
  @media (max-width: 576px) {
    header {
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.65)), color-stop(45%, rgba(255, 255, 255, 0.9)));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9) 45%);
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9) 45%);
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.9) 45%);
      padding: 8rem 0 3rem; } }
  header::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    list-style: none;
    background-size: cover;
    background-image: url("../img/bg1.jpg"); }
  header .header_info {
    padding-right: 4rem; }
  header img.event_logo {
    max-width: 200px;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      header img.event_logo {
        margin-top: 1rem;
        margin-bottom: 3rem; } }
  header h1 {
    color: #2b2b2b;
    font-weight: 700;
    font-size: 2.75rem;
    margin-top: 1rem; }
  header h4 {
    color: #6153b3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    header h4 span {
      text-transform: none;
      font-weight: 400;
      font-style: italic;
      color: #5C5C5C;
      letter-spacing: .25px; }
  header .hpanels {
    color: #ffbb01;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: .5rem;
    padding: 1rem 1.625rem .75rem;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2; }
    header .hpanels .schedule {
      padding: 1rem 0;
      color: #6153b3;
      border-radius: .5rem;
      text-transform: none;
      letter-spacing: 0; }
      header .hpanels .schedule__card {
        padding-bottom: .5rem;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.4;
        cursor: pointer;
        -webkit-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in; }
        header .hpanels .schedule__card:not(:last-child) {
          border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
          margin-bottom: .875rem; }
        header .hpanels .schedule__card--time {
          font-weight: 400;
          color: rgba(92, 92, 92, 0.7);
          font-size: .875rem;
          margin-bottom: 0;
          -webkit-transition: all .15s ease-in;
          -o-transition: all .15s ease-in;
          transition: all .15s ease-in; }
        header .hpanels .schedule__card--date {
          font-weight: 500;
          margin-right: .5rem;
          color: #5C5C5C;
          font-weight: 600; }
        header .hpanels .schedule__card:hover {
          color: #ffbb01; }
    header .hpanels h3 {
      display: inline-block;
      font-size: 1.125rem;
      font-weight: 600;
      margin-top: 1rem;
      margin-bottom: .75rem;
      text-transform: uppercase;
      color: #2b2b2b;
      letter-spacing: .5px; }
  header .sponsors {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .5px; }
    header .sponsors img {
      max-height: 28px; }
    header .sponsors img.az {
      max-height: 40px; }
  @media (max-width: 576px) {
    header .hpanels {
      padding: 2rem 1.5rem; }
      header .hpanels .schedule {
        padding: 0 0 1rem; }
    header .header_info {
      padding: 0 1.5rem 2rem; }
    header .sponsors { }
      header .sponsors img {
        max-height: 28px;
        margin-bottom: 1.25rem; } }

#register-section {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 0;
  margin: auto; }
  #register-section h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: .5px;
    margin-bottom: 2rem; }
  @media (max-width: 576px) {
    #register-section {
      padding-left: .75rem;
      padding-right: .75rem; } }

.tooltip {
  font-family: "PN", "Roboto", sans-serif !important; }
  .tooltip-inner {
    background-color: red !important; }
  .tooltip .arrow::before {
    border-top-color: red;
    margin-left: 8px; }

.fade {
  background-color: transparent; }

.registration_form {
  padding: 2rem 0 4rem;
  text-align: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
  .registration_form textarea {
    text-align: left;
    background-color: rgba(43, 43, 43, 0.025);
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form textarea:focus {
      border-color: #6153b3; }
  .registration_form input,
  .registration_form select {
    text-align: left;
    background-color: rgba(19, 52, 118, 0.075);
    color: #133476;
    border: none;
    height: 3rem;
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form input:focus,
    .registration_form select:focus {
      border-color: #6153b3; }
  @media (max-width: 576px) {
    .registration_form {
      padding: .75rem 0 1.5rem; } }
  .registration_form label {
    float: left;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #5C5C5C;
    margin-bottom: 0.5rem; }
  .registration_form textarea {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .registration_form__disclaimer {
    font-size: 0.875rem;
    margin-top: 2.5rem; }
    .registration_form__disclaimer p {
      color: #a1a1a1;
      margin-bottom: .125rem; }

.signup_form {
  border-radius: 12px;
  padding: 0 .375rem 1rem;
  text-align: center; }
    .signup_form .form-row [class^='col-'] {
      padding: 0; }
  .signup_form h6 {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1.25rem;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: .5px;
    color: #8b9b9e; }
  .signup_form input,
  .signup_form select {
    text-align: left;
    background-color: rgba(43, 43, 43, 0.025);
    height: 3rem;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 1rem; }
    .signup_form input:focus,
    .signup_form select:focus {
      border-color: #6153b3;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(97, 83, 179, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(97, 83, 179, 0.5); }
  @media (max-width: 576px) {
    .signup_form {
      padding: 0; } }
  .signup_form label {
    float: left;
    font-size: 1rem;
    color: rgba(43, 43, 43, 0.7);
    margin-bottom: 0.25rem; }
  .signup_form button {
    padding: .5rem .25rem;
    color: #fff;
    width: 100%;
    height: 3rem;
    margin: 0;
    border-radius: 0; }
    @media (max-width: 576px) {
      .signup_form button {
        margin: 1rem 0; } }
    .signup_form button:disabled {
      background-color: #fff;
      color: #6153b3; }
      .signup_form button:disabled:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }

.reg-choices {
  margin-top: 2.5rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }
  .reg-choices h5 {
    text-align: center;
    font-weight: 700;
    font-size: 1.375rem;
    font-family: "PN", "Roboto", sans-serif;
    margin-bottom: 1rem; }
  .reg-choices-card {
    background-color: #fff;
    padding: 0;
    margin-bottom: .5rem; }
    .reg-choices-card:not(:last-child) {
      border-bottom: 1px dotted #5C5C5C; }
  .reg-choices .custom-control,
  .reg-choices .custom-switch {
    display: inline-block;
    width: 100%;
    padding-bottom: .5rem;
    padding-top: .6125rem; }
    .reg-choices .custom-control:last-child,
    .reg-choices .custom-switch:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .reg-choices .custom-control .custom-control-input:checked ~ .custom-control-label::before, .reg-choices .custom-control .pg-node-id-684, .reg-choices .custom-control .pg-main-cs-23,
    .reg-choices .custom-switch .custom-control-input:checked ~ .custom-control-label::before,
    .reg-choices .custom-switch .pg-node-id-684,
    .reg-choices .custom-switch .pg-main-cs-23 {
      color: #fff;
      border-color: #6153b3;
      background-color: #6153b3; }
    .reg-choices .custom-control .custom-control-label,
    .reg-choices .custom-switch .custom-control-label {
      display: block;
      padding-left: .5rem;
      font-weight: 500;
      line-height: 1.4;
      color: #133476;
      letter-spacing: 0;
      font-size: .9375rem;
      text-transform: none;
      cursor: pointer; }
      .reg-choices .custom-control .custom-control-label-time,
      .reg-choices .custom-switch .custom-control-label-time {
        display: block;
        font-weight: 400;
        margin-top: .25rem;
        color: #8c9fb1;
        text-transform: none;
        line-height: 1;
        margin-bottom: 4px;
        font-size: .875rem; }
        .reg-choices .custom-control .custom-control-label-time:not(:first-child),
        .reg-choices .custom-switch .custom-control-label-time:not(:first-child) {
          margin-top: .125rem;
          padding-top: 1rem; }
      .reg-choices .custom-control .custom-control-label-date,
      .reg-choices .custom-switch .custom-control-label-date {
        font-weight: 500;
        color: #6153b3;
        margin-right: .25rem; }
    .reg-choices .custom-control .custom-control-input,
    .reg-choices .custom-switch .custom-control-input {
      width: 20rem !important;
      height: 100px; }

.ui_loader_spinner {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 1rem;
  margin-left: 0rem; }

.ui_loader_spinner div {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 8px;
  -webkit-animation: ui_loader_spinner_anim 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ui_loader_spinner_anim 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  background-color: #6153b3; }

.ui_loader_spinner div:nth-child(1) {
  left: 2px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.ui_loader_spinner div:nth-child(2) {
  left: 14px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.ui_loader_spinner div:nth-child(3) {
  left: 26px;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes ui_loader_spinner_anim {
  0% {
    top: 0px;
    height: 20px; }
  50%,
  100% {
    top: 7px;
    height: 8px; } }

@keyframes ui_loader_spinner_anim {
  0% {
    top: 0px;
    height: 20px; }
  50%,
  100% {
    top: 7px;
    height: 8px; } }

.social {
  letter-spacing: .5px;
  font-size: .5rem;
  font-weight: 400;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: right; }
  .social a {
    display: inline-block; }
  @media (max-width: 768px) {
    .social {
      text-align: center;
      padding-top: .875rem;
      width: 100%;
      font-size: 14px; }
      .social a {
        display: inline-block; } }
  .social img {
    width: 32px;
    height: 32px;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: .375rem; }
    @media (max-width: 768px) {
      .social img {
        margin-left: 12px;
        width: 38px;
        height: 38px;
        margin-top: 0; } }
  .social img:hover {
    opacity: 1; }

section#j-6,
section#j-7 {
  overflow: hidden; }
  section#j-6 .container,
  section#j-7 .container {
    max-width: 1204px; }

section#j-7 {
  padding-bottom: 5rem; }

.panel {
  margin-bottom: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  padding: 3rem 2rem;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }
  .panel__background {
    position: relative;
    width: 100%;
    height: 100%; }
    .panel__background img {
      position: absolute;
      right: -550px;
      top: 0; }
  .panel:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
  .panel__date {
    color: #6153b3;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: .25rem;
    letter-spacing: .5px;
    text-transform: uppercase; }
  .panel__time {
    color: #6153b3;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: .25rem;
    letter-spacing: .5px; }
    .panel__time span {
      font-size: 1.0625rem;
      margin-left: .25rem;
      font-weight: 400;
      color: rgba(92, 92, 92, 0.75); }
  .panel h2 {
    font-weight: 600;
    font-size: 2rem; }
  .panel__header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .panel__sponsor {
    height: 100%;
    color: #5C5C5C;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    text-align: right; }
    .panel__sponsor img {
      max-width: 200px;
      max-height: 70px;
      display: inline-block;
      margin-left: .25rem; }
    .panel__sponsor img.az {
      margin-bottom: 1rem; }
    @media (max-width: 576px) {
      .panel__sponsor {
        text-align: left;
        border: none;
        padding-left: 0;
        margin-top: 1rem;
        margin-bottom: .25rem; }
        .panel__sponsor img {
          display: block;
          max-height: 40px;
          margin-left: 0;
          margin-top: .5rem; } }
  .panel .panelists {
    margin-top: 2rem; }
  .panel .single-panelist {
    margin-bottom: 2rem; }
    .panel .single-panelist .card {
      border-radius: .25rem;
      border: none;
      background-color: rgba(255, 255, 255, 0.5);
      height: 100%;
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px); }
      .panel .single-panelist .card::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0); }
      .panel .single-panelist .card__fireside {
        max-width: 100%;
        height: auto; }
      .panel .single-panelist .card img {
        border-radius: 0;
        max-width: 255px; }
      .panel .single-panelist .card-body {
        height: 100%;
        padding-bottom: .75rem; }
      .panel .single-panelist .card-name {
        font-family: "PN", "Roboto", sans-serif;
        line-height: 1.25;
        font-weight: 600;
        font-size: 1.125rem;
        margin-bottom: .25rem; }
      .panel .single-panelist .card-position, .panel .single-panelist .card-company {
        font-size: .875rem;
        line-height: 1.35;
        font-weight: 400;
        margin-bottom: .375rem;
        color: #a1a1a1; }
      .panel .single-panelist .card-company {
        font-weight: 500;
        color: #5C5C5C; }
      .panel .single-panelist .card-moderator {
        display: inline-block;
        font-size: .625rem;
        letter-spacing: .5px;
        text-transform: uppercase;
        font-weight: 500;
        color: #6153b3;
        background-color: rgba(97, 83, 179, 0.1);
        padding: .3125rem .5rem;
        border-radius: .25rem;
        line-height: 1; }
    @media (max-width: 576px) {
      .panel .single-panelist {
        margin-bottom: 1rem; }
        .panel .single-panelist .card {
          max-width: 100%; }
          .panel .single-panelist .card img {
            max-width: 144px; }
          .panel .single-panelist .card-body {
            padding: .5rem 1rem 0; }
          .panel .single-panelist .card-name {
            font-size: 1rem; }
          .panel .single-panelist .card-position, .panel .single-panelist .card-company {
            font-size: .8125rem; } }

@media (max-width: 576px) {
  .panel {
    padding: 2rem .5rem;
    border-radius: 0; }
    .panel__time {
      font-size: 1.25rem; }
      .panel__time span {
        display: block;
        margin-left: 0;
        font-size: 1rem;
        margin-top: .375rem;
        margin-bottom: .25rem;
        letter-spacing: 0; }
  .pad-mob {
    padding-left: 0;
    padding-right: 0; } }

.navbar-brand {
  margin-right: 2rem;
  padding: 0;
  cursor: pointer; }
  .navbar-brand img {
    width: 150px; }
  @media (max-width: 576px) {
    .navbar-brand {
      padding: 0 .25rem; }
      .navbar-brand img {
        width: 10rem; } }

.navbar {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .navbar .nav.menu-nav {
      width: 100%;
      padding-top: .5rem;
      padding-bottom: .5rem; }
    .navbar .nav .nav-item {
      margin-right: 2rem; }
      .navbar .nav .nav-item .nav-link {
        font-family: "PN", "Roboto", sans-serif;
        font-size: .8125rem;
        color: #5C5C5C;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .navbar .nav .nav-item .nav-link:after {
          display: none; }
        .navbar .nav .nav-item .nav-link.btn {
          margin: 0;
          padding: .5rem 1.5rem;
          color: #fff; }
        .navbar .nav .nav-item:hover .nav-link, .navbar .nav .nav-item.active .nav-link {
          color: #6153b3; }
      .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
      @media (max-width: 992px) {
        .navbar .nav .nav-item {
          margin-right: 0;
          margin-bottom: .25rem;
          text-align: center; } }
  @media (max-width: 576px) {
    .navbar {
      padding-left: 1.375rem;
      padding-right: 1.375rem; } }

.navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  margin-top: 27px;
  margin-bottom: 23px; }

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1; }

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0; }

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 7.5px; }

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 6px;
  position: relative; }

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer; }

body {
  font-family: "PN", "Roboto", sans-serif;
  color: #5C5C5C;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  background-attachment: fixed;
  z-index: 1; }

p {
  color: #5C5C5C;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  color: #2b2b2b; }
