@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 0.625rem 0.25rem;
}
@media (max-width: 768px) {
  .modal-reg .modal-body .close {
    right: 0;
    top: 0;
    padding: 0.25rem 0.825rem 0.375rem;
  }
}
.modal-reg .modal-dialog {
  text-align: center;
  max-width: 860px;
  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: 0.5rem;
  border: none;
}
.modal-reg .modal-dialog .modal-container {
  padding: 1rem 3rem 0.5rem;
}
@media (max-width: 768px) {
  .modal-reg .modal-dialog .modal-container {
    padding: 0.75rem 1rem 0;
  }
}
.modal-reg .modal-dialog .logo-modal {
  width: 30rem;
  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: 0.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: #078241;
  border: 1px solid #078241;
  color: #fff;
  max-width: 250px;
}
.modal-reg .modal-dialog .btn:hover {
  background: transparent;
  color: #078241;
  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: 0.875rem;
  color: #cccccc;
  margin-top: 0.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 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);
}

#panel-video .modal-dialog {
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 768px) {
  #panel-video .modal-dialog {
    padding: 0 0.5rem;
  }
}
#panel-video .modal-content {
  background-color: transparent;
  border: none;
}
#panel-video .modal-body {
  position: relative;
  padding: 0px;
}
#panel-video .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2.25rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#panel-video .close:hover {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
@media (max-width: 768px) {
  #panel-video .close {
    right: 2px;
    top: -42px;
    font-size: 2.5rem;
  }
}

.btn:link, .btn:visited, .btn {
  background-color: #44F597;
  color: #2b2b2b;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  max-width: 250px;
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .btn:link, .btn:visited, .btn {
    padding: 0.8625rem 1rem;
    max-width: 100%;
  }
}
.btn:hover {
  background: #275C31;
  color: #fff;
}
.btn:active {
  background-color: #275C31;
  color: #d7bc7e;
}
.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: #078241;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

footer {
  padding: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.8125rem;
  letter-spacing: 0.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 0.35s;
  transition: all 0.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: 0.75rem;
  margin-right: 0.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: #44F597;
}
@media (max-width: 768px) {
  footer .footer-sales {
    margin-top: 0.25rem;
    text-align: left;
  }
  footer .past-events {
    text-align: center;
  }
}

header {
  color: #5C5C5C;
  padding-bottom: 6rem;
  padding-top: 3rem;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: none;
  background-color: #078241;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 92, 49, 0)), color-stop(70%, rgba(39, 92, 49, 0.9)));
  background: linear-gradient(0deg, rgba(39, 92, 49, 0), rgba(39, 92, 49, 0.9) 70%);
}
@media (max-width: 576px) {
  header {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(39, 92, 49, 0)), color-stop(85%, rgba(39, 92, 49, 0.9)));
    background: linear-gradient(0deg, rgba(39, 92, 49, 0) 25%, rgba(39, 92, 49, 0.9) 85%);
    padding: 4rem 0 3rem;
  }
}
header::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  list-style: none;
  background-repeat: repeat;
  background-image: url("../img/bg1.jpg");
  background-color: #078241;
}
header .header_info {
  padding-right: 4rem;
  text-align: center;
}
header img.event_logo {
  width: 440px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  header img.event_logo {
    margin-top: 0;
    width: 310px;
    margin-bottom: 2rem;
  }
}
header p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #cdffe4;
}
header h1 {
  color: #2b2b2b;
  font-weight: 700;
  font-size: 2.75rem;
  margin-top: 1rem;
}
header h4 {
  color: #44F597;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
header h4 span {
  font-weight: 200;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.4375rem;
  margin-left: 1rem;
}
header h4 span::before {
  content: "/";
  padding-right: 1rem;
}
header .sponsors {
  color: #cdffe4;
  margin-top: 2.5rem;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
header .sponsors img {
  height: 100%;
  width: 100%;
  max-height: 60px;
  max-width: 240px;
}
@media (max-width: 576px) {
  header .header_info {
    padding: 0 1.5rem 2rem;
  }
  header .sponsors img {
    max-height: 60px;
    margin-bottom: 1rem;
  }
}

#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: 0.5px;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  #register-section {
    padding-left: 0.75rem;
    padding-right: 0.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 button.btn:link, .registration_form button.btn:visited, .registration_form button.btn {
  background-color: #078241;
  color: #fff;
}
.registration_form button.btn:hover {
  background: #275C31;
}
.registration_form button.btn:active {
  color: #d7bc7e;
}
.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: #078241;
}
.registration_form input,
.registration_form select {
  text-align: left;
  background-color: rgba(39, 92, 49, 0.075);
  color: #275C31;
  border: none;
  height: 3rem;
  border-radius: 4px;
  padding: 0 1rem;
}
.registration_form input:focus,
.registration_form select:focus {
  border-color: #078241;
}
@media (max-width: 576px) {
  .registration_form {
    padding: 0.75rem 0 1.5rem;
  }
}
.registration_form label {
  float: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.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: 0.125rem;
}

.signup_form {
  border-radius: 12px;
  padding: 0 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: 0.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: #078241;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(7, 130, 65, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(7, 130, 65, 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: 0.5rem 0.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: #078241;
}
.signup_form button:disabled:hover {
  -webkit-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;
}
.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: 0.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: 0.5rem;
  padding-top: 0.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: #078241;
  background-color: #078241;
}
.reg-choices .custom-control .custom-control-label,
.reg-choices .custom-switch .custom-control-label {
  display: block;
  padding-left: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  color: #2b2b2b;
  letter-spacing: 0;
  font-size: 0.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: 0.375rem;
  color: #8c9fb1;
  text-transform: none;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 0.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: 0.125rem;
  padding-top: 1rem;
}
.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: #078241;
}

.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: 0.5px;
  font-size: 0.5rem;
  font-weight: 400;
  font-size: 0.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: 0.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;
  transition: all 0.5s;
  margin-left: 0.375rem;
}
@media (max-width: 768px) {
  .social img {
    margin-left: 12px;
    width: 38px;
    height: 38px;
    margin-top: 0;
  }
}
.social img:hover {
  opacity: 1;
}

section#panels .container {
  max-width: 1340px;
  margin-bottom: 5rem;
}

section#schedule .container {
  max-width: 1316px;
  margin-bottom: 5rem;
}

.schedule {
  color: #fff;
  position: relative;
  background-color: #275C31;
  padding: 3rem 5.5rem;
  border-radius: 2px;
}
@media (max-width: 576px) {
  .schedule {
    padding: 2rem 0.75rem;
  }
}
.schedule p {
  color: #fff;
}
.schedule__time {
  color: #44F597;
  margin-bottom: 0.5rem;
}
.schedule__details {
  display: inline-block;
  padding-top: 0.75rem;
  font-size: 0.9375rem;
  color: #44F597;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule__details:hover {
  color: #d7bc7e;
}

.panel {
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  padding: 5rem 6.25rem 2rem;
  border-radius: 2px;
}
.panel .btn:link, .panel .btn:visited, .panel .btn {
  background-color: #078241;
  color: #fff;
}
.panel .btn:hover {
  background: #44F597;
  color: #275C31;
}
.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 ul {
  list-style-image: url("../img/svg/list.svg ");
  padding-left: 1.125rem;
}
.panel ul li {
  padding-left: 0.375rem;
  margin-bottom: 0.375rem;
}
.panel__date {
  color: #078241;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.panel__time {
  color: #078241;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.panel__time span {
  font-size: 1.0625rem;
  margin-left: 0.25rem;
  font-weight: 400;
  color: rgba(92, 92, 92, 0.75);
}
.panel h2 {
  font-weight: 600;
  font-size: 2rem;
}
.panel .panelists {
  margin-top: 3rem;
}
.panel .single-panelist {
  margin-bottom: 2rem;
}
.panel .single-panelist .card {
  border-radius: 0.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: 0.75rem 0;
}
.panel .single-panelist .card-name {
  font-family: "PN", "Roboto", sans-serif;
  line-height: 1.25;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.panel .single-panelist .card-position, .panel .single-panelist .card-company {
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 400;
  margin-bottom: 0.375rem;
  color: #a1a1a1;
}
.panel .single-panelist .card-company {
  font-weight: 500;
  color: #5C5C5C;
}
.panel .single-panelist .card-moderator {
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #078241;
  background-color: rgba(7, 130, 65, 0.1);
  padding: 0.3125rem 0.5rem;
  border-radius: 0.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: 0.5rem 1rem 0;
  }
  .panel .single-panelist .card-name {
    font-size: 1rem;
  }
  .panel .single-panelist .card-position, .panel .single-panelist .card-company {
    font-size: 0.8125rem;
  }
}

@media (max-width: 576px) {
  .panel {
    padding: 3rem 2.5rem;
    border-radius: 0;
  }
  .panel__time {
    font-size: 1.25rem;
  }
  .pad-mob {
    padding-left: 0;
    padding-right: 0;
  }
}
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;
}/*# sourceMappingURL=main.css.map */