@charset "UTF-8";
/* roboto-100 - latin */
/* roboto-100italic - latin */
/* roboto-300 - latin */
/* roboto-300italic - latin */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto-v27-latin-500.woff2") format("woff2"), url("../fonts/roboto-v27-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v27-latin-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/roboto-v27-latin-900.woff2") format("woff2"), url("../fonts/roboto-v27-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-size: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #211f20;
  background: #ffffff;
  line-height: 1.5;
  overflow-y: scroll;
}

p {
  white-space: normal;
  min-height: 30px;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #211f20;
}

h1 {
  text-align: center;
  color: #282e6e;
  /*font-size: 2em;*/
  font-size: 1.9em;
  line-height: 1.2;
  display: block;
}

h3 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  color: #254893;
}

hr {
  background: #3a8a41;
  border: 0;
  height: 1px;
  margin: 10px 0;
}

.button-spacer {
  height: 2px;
  background: #ffffff;
}

.blue-button {
  height: 35px;
  line-height: 35px;
  background: #254893;
  padding: 0 20px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 0;
}

.yellow-button {
  height: 35px;
  line-height: 35px;
  background: #ebe219;
  /* padding: 0 20px; */
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #254893;
  border: 0;
  width: 125px;
  text-align: center;
}

.yellow-button:hover {
  background: #254893;
  color: #ffffff;
}

.yellow-button2 {
  height: 35px;
  line-height: 35px;
  background: #ebe219;
  padding: 0 20px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #254893;
  border: 0;
  margin-bottom: 20px;
}

.yellow-button2:hover {
  background: #254893;
  color: #ffffff;
}

.grey-button a {
  height: 50px;
  line-height: 50px;
  background: #eeeeee;
  padding: 0 40px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #254893;
  border: 0;
  margin: 10px 10px;
  min-width: 260px;
  text-align: center;
}

.grey-button:hover a {
  background: #254893;
  color: #ebe219;
}

@media only screen and (max-width: 1120px) {
  .grey-button a {
    width: 100%;
    margin: 10px auto;
  }
}
.lavenderGrey-button {
  height: 50px;
  line-height: 50px;
  background: #c6c7de;
  padding: 0 40px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #254893;
  border: 0;
  margin: 30px auto 50px auto;
  min-width: 260px;
  text-align: center;
  max-width: 500px;
}

.lavenderGrey-button:hover {
  background: #254893;
  color: #ebe219;
}

@media only screen and (max-width: 1120px) {
  .lavenderGrey-button {
    width: 100%;
    margin: 10px auto;
    max-width: unset;
  }
}
.whiteSmoke-button {
  height: 50px;
  line-height: 50px;
  background: #c6c7de;
  padding: 0 40px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #254893;
  border: 0;
  margin: 20px auto;
  min-width: 260px;
  text-align: center;
  /*max-width: 500px;*/
  width: 300px;
}

.whiteSmoke-button:hover {
  background: #254893;
  color: #ebe219;
}

@media only screen and (max-width: 1120px) {
  .whiteSmoke-button {
    width: 100%;
    margin: 10px auto;
  }
}
.pointer {
  cursor: pointer;
}

.large-green-button {
  height: 30px;
  line-height: 30px;
  background-color: #3a8a41;
  padding: 0 20px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  background-image: url("../img/arrow_right.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 95px) 0;
}

.large-blue-button {
  height: 30px;
  line-height: 30px;
  background-color: #4b7cad;
  padding: 0 20px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  background-image: url("../img/arrow_right_blue.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% - 82px) 0;
}

div.page-background {
  /*width: 1120px;*/
  /*margin: 0 auto 0 auto;*/
  /*background-image: url('../img/background.jpg');*/
  /*background-position: right 0;*/
  /*background-repeat: no-repeat;*/
  /*background-image: linear-gradient(to bottom, #7691c3, #194798);
  min-height: 100%;*/
}

.block-large {
  font-size: 50px;
  font-weight: 900;
  color: #254893;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 30px 0 0 0;
}

.block-small {
  font-size: 20px;
  font-weight: 900;
  color: #254893;
  display: block;
  margin: 0 0 30px 0;
  text-align: center;
}

@media only screen and (max-width: 1120px) {
  div.page-background {
    width: 100%;
  }

  h1 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 590px) {
  h1 {
    font-size: 1.2em;
  }
}
/*****************************************
 * Map
 *****************************************/
.map {
  background: #ffffff;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.map-image {
  text-align: center;
}
.map-image svg {
  vertical-align: top;
  width: 65vw;
  min-width: 950px;
}
.map-image svg text,
.map-image svg image {
  pointer-events: none;
}
.map-image svg [id$=Btn] {
  cursor: pointer;
}
.map-info {
  background: #fff;
  position: absolute;
  top: 0;
  right: -316px;
  bottom: 60px;
  width: 316px;
  overflow: auto;
  right: 158px;
  z-index: 1;
}
.map-info-close {
  font-size: 22px;
  color: #fff;
  height: 32px;
  width: 32px;
  background: #254893;
  text-align: center;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.map-info-details {
  margin: 32px 20px 20px 20px;
}
.map-info-details .loadWrapper {
  display: inline-block;
  width: 100%;
  margin-top: 182px;
}
.map-info-details .loadWrapper .loader {
  font-size: 10px;
}
.map-info-details-logo {
  height: 120px;
}
.map-info-details-name {
  color: #272c72;
  font-size: 18px;
  font-weight: bold;
}
.map-info-details-website a {
  color: #272c72;
  text-decoration: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.map-info-details-website a:hover {
  text-decoration: underline;
}
.map-info-details-social a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  height: 32px;
  width: 32px;
  background: #254893;
  display: inline-block;
  text-align: center;
  margin: 8px 8px 8px 0;
}
.map-info-details-sponsor {
  margin: 20px 0;
}
.map-info-details-content {
  font-size: 14px;
  line-height: 1.6;
}
.map-info-details .btn {
  color: #254893;
  background: #ebe219;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
.map-info-details .btn:hover {
  color: #ebe219;
  background: #254893;
}
.map-arrow {
  border-top: 0;
  border-right: 100px solid transparent;
  border-bottom: 40px solid #ebe219;
  border-left: 100px solid transparent;
  display: inline-block;
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 60px;
  z-index: 3;
}
.map-title {
  color: #194798;
  font-size: 1.9em;
  line-height: 60px;
  display: block;
  text-align: center;
  font-weight: bold;
  height: 60px;
}

@media only screen and (max-width: 1616px) {
  .map-arrow {
    border-top: 0;
    border-right: 6vw solid transparent;
    border-bottom: 30px solid #ebe219;
    border-left: 6vw solid transparent;
    display: inline-block;
    width: 12vw;
    position: absolute;
    left: calc(50% - 6vw);
    bottom: 60px;
  }
  .map-info-details .loadWrapper {
    margin-top: 10vw;
  }
}
@media only screen and (max-width: 949px) {
  .map {
    display: none;
  }
}
/*****************************************
 * Header
 *****************************************/
header {
  width: 100%;
  margin: 0 auto 0 auto;
  background: #e4e4e4;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  /*visibility: hidden;*/
}

body.nav-menu header {
  left: 80px;
  width: calc(100% - 80px);
  position: absolute;
}

@media only screen and (min-width: 950px) {
  header {
    box-shadow: 0 -5px 10px #000;
  }
}
@media only screen and (max-width: 355px) {
  body.nav-menu header {
    left: 49px;
    width: calc(100% - 49px);
  }
}
header > .wrapper {
  /* width: 1616px; */
  /*height: 80px;*/
  /*margin: 20px auto 20px auto;*/
  /* padding: 0 0 0 94px;
  margin: 0 auto;
  display: table;
  height: 100%; */
  display: flex;
  padding-left: 20px;
  max-width: 1616px;
  margin: 0 auto;
}

body.nav-menu .wrapper {
  padding-left: 0;
}

header > .wrapper > .logo-wrapper {
  /* display: table-cell;
  height: inherit; */
}

body.nav-menu .logo-wrapper {
  width: 100%;
}

header > .wrapper > .logo-wrapper > #menu-logo {
  vertical-align: top;
  height: 156px;
}

header > .header-banner {
  background: #ebe219;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 5px 20px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

@media only screen and (max-width: 1266px) {
  header > .header-banner {
    position: absolute;
    left: -84px;
    right: 0;
  }
}
header > .header-banner span {
  font-weight: bold;
}

header > .header-banner .join {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 28px;
  width: 90px;
  background: #254893;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  text-decoration: none;
}

.menu-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100%;
  gap: 4px;
}
.menu-buttons .btn {
  display: grid;
  background: #ebe219;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #254893;
  border: 0;
  text-align: center;
  align-items: center;
}
.menu-buttons .btn span {
  display: grid;
}
.menu-buttons .btn:hover {
  background: #254893;
  color: #ebe219;
}

@media only screen and (max-width: 949px) {
  .menu-buttons {
    display: none;
  }
}
.header-background {
  /*background-image: url('../img/header_back_large.jpg');*/
  /*background-position: center;*/
  /*text-align: center;
  margin-top: 156px;
  border-bottom: 28px solid #ebe219;
  width: 1616px;
  margin: 0 auto;*/
}

.header-background > img {
  /*vertical-align: top;*/
}

@media only screen and (max-width: 1616px) {
  header > .wrapper {
    /* width: 100%; */
    /* padding: 0 0 0 20px; */
  }

  .header-background {
    /*margin-top: 152px;*/
  }

  .header-background > img {
    /*width: 100%;*/
  }
}
.header-spacer {
  /* height: 30px; */
  height: 156px;
}

@media only screen and (max-width: 1529px) {
  header > .wrapper > .logo-wrapper > #menu-logo {
    max-height: 80px;
  }

  .header-spacer {
    height: 80px;
  }
}
@media only screen and (max-width: 590px) {
  header {
    padding: 0;
    /* text-align: center; */
  }

  header > .wrapper > .logo-wrapper > #menu-logo {
    /* width: 100%; */
  }
}
@media only screen and (max-width: 530px) {
  .register-interest {
    display: none;
  }

  header > .wrapper > .logo-wrapper > #menu-logo {
    max-width: 100%;
    height: auto !important;
  }
}
#slick-header {
  display: none;
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
}

#slick-header > .wrapper > .logo-wrapper {
  display: table-cell;
  height: inherit;
  width: 100%;
}

#slick-header > .wrapper > .logo-wrapper > img {
  vertical-align: top;
  height: 80px;
}

/*#slick-header > .wrapper > .register-interest {
  display: table-cell;
  vertical-align: middle;
  background: #ebe219;
}*/
@media only screen and (max-width: 590px) {
  #slick-header > .wrapper > .register-interest {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  #slick-header > .wrapper > .logo-wrapper > img {
    height: auto;
    max-height: 80px;
    width: 100%;
  }
}
/*****************************************
 * Footer
 *****************************************/
footer {
  background: #0f3a7a;
  overflow: hidden;
  /* width: 1616px; */
  margin: 0 auto 0 auto;
  padding: 80px 155px 80px 155px;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}

footer .exhibitor_dashboard {
  text-align: center;
}
footer .exhibitor_dashboard a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
footer .exhibitor_dashboard a:hover {
  text-decoration: underline;
}

footer > .wrapper {
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

footer > .wrapper a {
  color: #ffffff;
}

footer > .wrapper > .text {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

footer > .wrapper > .text > .footer-button {
  text-decoration: none;
}

footer > .wrapper > .text > .footer-button:hover {
  text-decoration: underline;
}

footer > .wrapper > .social {
  font-size: 0;
  text-align: center;
}

footer > .wrapper > .social > a {
  color: #ffffff;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  margin: 0 8px 0 8px;
  border: 1px solid #ebe219;
  border-radius: 50%;
}

@media only screen and (max-width: 1616px) {
  footer {
    width: 100%;
    padding: 80px 50px 80px 50px;
  }
}
@media only screen and (max-width: 355px) {
  footer > .wrapper {
    flex-direction: column;
  }

  footer > .wrapper > .text {
    align-items: center;
  }
}
/*****************************************
 * Canvas
 *****************************************/
.canvas {
  margin-top: 20px;
  background: #ffffff;
  /* width: 1616px; */
  margin: 0 auto 0 auto;
  font-size: 18px;
  overflow: hidden;
}

.canvas > .wrapper {
  margin: 50px auto;
  max-width: 1300px;
}

.canvas > .wrapper-center {
  margin: 0 20px;
  text-align: center;
}

.canvas ul,
.canvas ol {
  margin: 0;
  padding: 0;
}
.canvas ul li,
.canvas ol li {
  position: relative;
  left: 1.5em;
}

@media only screen and (max-width: 1380px) {
  .canvas {
    width: 100%;
  }

  .canvas > .wrapper {
    margin: 50px 30px;
  }
}
@media only screen and (max-width: 1120px) {
  .canvas > .wrapper {
    margin: 30px 30px;
  }
}
/*****************************************
 * Gallery
 *****************************************/
.gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gallery .gallery-wrapper .gallery-item {
  flex: 1 0 33%;
  position: relative;
}

.gallery .gallery-wrapper .gallery-item img {
  vertical-align: top;
  width: 100%;
}

.gallery .gallery-wrapper .gallery-item .icon {
  display: none;
}

.gallery .gallery-wrapper .gallery-item.play .icon {
  display: block;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.75;
}

.gallery .gallery-wrapper .gallery-item.play .icon:hover {
  opacity: 1;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .gallery .gallery-wrapper .gallery-item.play .icon {
    background-size: 30%;
  }
}
/*****************************************
 * Header Slides
 *****************************************/
.header-slides {
  margin-top: 20px;
  background: #f4f4f4;
  /* width: 1616px; */
  margin: 0 auto 0 auto;
  font-size: 16px;
  overflow: hidden;
}

.header-slides > img {
  vertical-align: top;
  width: 100%;
  height: auto;
  /* height: 460px; */
}

#header-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-container .swiper-pagination {
  text-align: left;
  padding-left: 10px;
}

#header-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ffffff;
  opacity: 1;
}

#header-container .swiper-pagination-bullet-active {
  background: transparent;
  border: 3px solid #ffffff;
}

@media only screen and (max-width: 1616px) {
  .header-slides {
    width: 100%;
  }
}
/*****************************************
 * Carousel
 *****************************************/
#carousel-container .swiper-wrapper {
  transition-timing-function: linear;
}

#carousel-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*****************************************
 * Other Exhibitors Carousel
 *****************************************/
.other-exhibitors {
  margin: 50px 0;
}
.other-exhibitors h4.swiper-title {
  color: #ebe219;
  margin: 0;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  font-size: 22px;
}
.other-exhibitors h4.swiper-title > span {
  color: #fff;
}
.other-exhibitors .swiper-container {
  width: 100%;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}
.other-exhibitors .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.other-exhibitors .swiper-container a {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

/*****************************************
 * Video Header
 *****************************************/
.header-video {
  margin: 0 auto;
  width: 1616px;
}

.header-video video {
  vertical-align: top;
  width: 100%;
}

@media only screen and (max-width: 1616px) {
  .header-video {
    width: 100%;
  }
}
/*****************************************
 * Loading
 *****************************************/
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #272c72, 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.5), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.7), 1.8em -1.8em 0 0em #272c72, 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.5), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.7), 2.5em 0em 0 0em #272c72, 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.5), 2.5em 0em 0 0em rgba(39, 44, 114, 0.7), 1.75em 1.75em 0 0em #272c72, 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.5), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.7), 0em 2.5em 0 0em #272c72, -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.5), 0em 2.5em 0 0em rgba(39, 44, 114, 0.7), -1.8em 1.8em 0 0em #272c72, -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.5), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.7), -2.6em 0em 0 0em #272c72, -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.5), -2.6em 0em 0 0em rgba(39, 44, 114, 0.7), -1.8em -1.8em 0 0em #272c72;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #272c72, 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.5), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.7), 1.8em -1.8em 0 0em #272c72, 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.5), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.7), 2.5em 0em 0 0em #272c72, 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.5), 2.5em 0em 0 0em rgba(39, 44, 114, 0.7), 1.75em 1.75em 0 0em #272c72, 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.5), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.7), 0em 2.5em 0 0em #272c72, -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.2), -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.5), 0em 2.5em 0 0em rgba(39, 44, 114, 0.7), -1.8em 1.8em 0 0em #272c72, -2.6em 0em 0 0em rgba(39, 44, 114, 0.2), -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.5), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.7), -2.6em 0em 0 0em #272c72, -1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(39, 44, 114, 0.2), 1.8em -1.8em 0 0em rgba(39, 44, 114, 0.2), 2.5em 0em 0 0em rgba(39, 44, 114, 0.2), 1.75em 1.75em 0 0em rgba(39, 44, 114, 0.2), 0em 2.5em 0 0em rgba(39, 44, 114, 0.2), -1.8em 1.8em 0 0em rgba(39, 44, 114, 0.5), -2.6em 0em 0 0em rgba(39, 44, 114, 0.7), -1.8em -1.8em 0 0em #272c72;
  }
}
/*****************************************
 * Main Menu
 *****************************************/
#main-menu-wrapper {
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  text-align: right;
  font-size: 0;
  /* display: table-cell;
  vertical-align: middle; */
  padding-right: 40px;
  flex-grow: 1;
  align-self: center;
}

body.nav-menu #main-menu-wrapper {
  display: none;
}

#main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

#main-menu > li {
  display: inline-block;
  margin: 0 10px 0 10px;
}

#main-menu > li > a {
  line-height: 22px;
  display: inline-block;
  font-size: 18px;
  padding: 0;
  margin: 0;
  background: #e4e4e4;
  color: #000000;
  text-decoration: none;
  height: 22px;
}

#main-menu > li.selected > a {
  color: #254893;
}

#main-menu > li:hover > a {
  color: #254893;
}

/*****************************************
 * Slicknav Menu
 *****************************************/
.slicknav_menu {
  display: none;
  /*position: fixed;
  top: 0;*/
  width: 100%;
  min-height: 80px;
  z-index: 1000;
  padding: 0;
  background-color: transparent;
}

.slicknav_nav a {
  color: #254893;
}

body.nav-menu #slick-header {
  display: block;
}

/* body.nav-menu header, */
body.nav-menu .header-spacer {
  display: none;
}

body.nav-menu .header-background {
  margin-top: 54px;
}

body.nav-menu .slicknav_menu {
  display: block;
  background-color: #fff;
}

body.nav-menu .slicknav_nav {
  background-color: #ebe219;
}

.slicknav_btn {
  margin: 0;
  border-radius: 0;
  height: 80px;
  padding: 28px 5px 0 5px;
  float: left;
  background-color: #ebe219;
  z-index: 1001;
}

.slicknav_menu .slicknav_menutxt {
  line-height: unset;
  text-shadow: unset;
  color: #254893;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #254893;
  box-shadow: unset;
}

.slicknav_nav a:hover {
  background: #254893;
  color: #ffffff;
}

@media only screen and (max-width: 355px) {
  .slicknav_btn {
    min-width: 49px;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_menu .slicknav_icon {
    margin-left: 0.638em;
  }
}
/*
 * Sponsors
 */
#sponsor-dialog {
  display: none;
  background: #ffffff;
  width: 700px;
  padding: 30px;
  margin: 10px;
  font-size: 0;
}

/* Close button */
#sponsor-dialog .sponsor-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#sponsor-dialog .top-wrapper {
  display: table;
  width: 100%;
}

/* Logo */
#sponsor-dialog .top-wrapper .logo-wrapper {
  display: table-cell;
}

/* Sponsor header info */
#sponsor-dialog .top-wrapper .heading-wrapper {
  display: table-cell;
  width: 100%;
}

#sponsor-dialog .top-wrapper .heading-wrapper .heading {
  display: inline-block;
}

#sponsor-dialog .top-wrapper .heading-wrapper .heading .wrapper {
  height: 142px;
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 0 10px;
}

#sponsor-dialog .top-wrapper .heading-wrapper .heading .wrapper p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  min-height: auto;
  white-space: nowrap;
}

#sponsor-dialog .top-wrapper .heading-wrapper .heading .wrapper .social {
  font-size: 0;
  min-height: 48px;
}

#sponsor-dialog .top-wrapper .heading-wrapper .heading .wrapper .social a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  height: 32px;
  width: 32px;
  background: #254893;
  display: inline-block;
  text-align: center;
  margin: 8px 8px 8px 0;
}

/* Details */
#sponsor-dialog .details {
  background: #dbdcf0;
  font-size: 16px;
  padding: 20px;
}

@media only screen and (max-width: 760px) {
  #sponsor-dialog {
    width: auto;
    margin: 0;
  }

  #sponsor-dialog .top-wrapper .logo-wrapper {
    vertical-align: unset;
  }

  #sponsor-dialog .top-wrapper .logo-wrapper .logo {
    width: 80px;
  }
}
@media only screen and (max-width: 560px) {
  #sponsor-dialog .top-wrapper .picture-wrapper .logo {
    width: 50px;
  }

  #sponsor-dialog .top-wrapper .heading-wrapper .heading .wrapper {
    height: 110px;
  }
}
/*
 * Speakers
 */
#speaker-dialog {
  display: none;
  background: #ffffff;
  width: 700px;
  padding: 30px;
  margin: 10px;
  font-size: 0;
}

/* Close button */
#speaker-dialog .speaker-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#speaker-dialog .top-wrapper {
  /* display: table;
  width: 100%; */
  display: grid;
  align-items: center;
  grid-template-columns: 142px auto 142px;
}

/* Picture */
#speaker-dialog .top-wrapper .picture-wrapper {
  /* display: table-cell; */
}

/* Speaker header info */
#speaker-dialog .top-wrapper .heading-wrapper {
  /* display: table-cell; 
  width: 100%; */
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

#speaker-dialog .top-wrapper .heading-wrapper p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  min-height: auto;
  white-space: nowrap;
}

#speaker-dialog .top-wrapper .heading-wrapper p.line1 {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}

#speaker-dialog .top-wrapper .heading-wrapper p.line2,
#speaker-dialog .top-wrapper .heading-wrapper p.line2 > p {
  font-weight: bold;
  font-size: 14px;
  color: #254893;
}

#speaker-dialog .top-wrapper .heading-wrapper p.line2 > p {
  display: inline-block;
}

#speaker-dialog .top-wrapper .heading-wrapper p.line2 > p:hover {
  text-decoration: underline;
  cursor: pointer;
}

#speaker-dialog .top-wrapper .heading-wrapper .social {
  font-size: 0;
  min-height: 48px;
}
#speaker-dialog .top-wrapper .heading-wrapper .social:empty {
  display: none;
}

#speaker-dialog .top-wrapper .heading-wrapper .social a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  height: 32px;
  width: 32px;
  background: #254893;
  display: inline-block;
  text-align: center;
  margin: 8px 8px 8px 0;
}

/* Logo */
#speaker-dialog .top-wrapper .logo-wrapper {
  /* display: table-cell;
  vertical-align: top; */
}

#speaker-dialog .top-wrapper .logo-wrapper .logo {
  /* float: right;
  max-width: 178px; */
}

/* Details */
#speaker-dialog .details {
  background: #dbdcf0;
  font-size: 16px;
  padding: 20px;
}

/* Agenda */
#speaker-dialog .details .agenda-title {
  font-size: 14px;
  font-weight: bold;
  min-height: auto;
}

#speaker-dialog .details .agenda p {
  font-size: 13px;
  min-height: auto;
  margin: 0 0 0 20px;
}

#speaker-dialog .details .agenda .time {
  font-size: 13px;
  min-height: auto;
  margin: 10px 0 0 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 760px) {
  #speaker-dialog {
    width: auto;
    margin: 0;
  }

  #speaker-dialog .top-wrapper {
    grid-template-columns: 80px auto 142px;
  }

  #speaker-dialog .top-wrapper .picture-wrapper .picture {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 600px) {
  #speaker-dialog .top-wrapper {
    grid-template-columns: 80px auto;
  }

  #speaker-dialog .top-wrapper .heading-wrapper {
    grid-row: 2;
    background: #dbdcf0;
    grid-column: 1/span 2;
    padding: 20px 20px 0 20px;
  }

  #speaker-dialog .top-wrapper .logo-wrapper {
    text-align: right;
  }
}
/*
 * Video
 */
#video-dialog {
  display: none;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  font-size: 0;
}

/* Close button */
#video-dialog .video-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#video-dialog video {
  width: 900px;
}

#video-dialog .video-play-icon {
  position: absolute;
}

@media only screen and (max-width: 960px) {
  #video-dialog video {
    width: 100%;
  }
}
/*
 * Interested
 */
#interested-dialog {
  display: none;
  background: #fff;
  max-width: 500px;
  padding: 30px;
  margin: 0;
  font-size: 0;
  width: 100%;
}

/* Close button */
#interested-dialog .interested-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#interested-dialog .form-wrapper input[type=email],
#interested-dialog .form-wrapper input[type=text] {
  border: 0;
  border-radius: 0;
  background: #f1f1fa;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  display: block;
}

#interested-dialog .form-wrapper button {
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#interested-dialog .form-wrapper p {
  font-size: 16px;
  margin-bottom: 10px;
}

#interested-dialog .form-wrapper p.notice {
  display: none;
  color: #d32525;
  font-size: 13px;
  text-align: center;
}

#interested-dialog .form-wrapper .thankyou {
  display: none;
}

/*
 * Map
 */
#map-dialog {
  display: none;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  font-size: 0;
  /*max-height: 90%;
  max-width: 90%;*/
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/*@media only screen and (max-width: 1360px) {
  #map-dialog {
    width: 100%;
  }
}*/
/* Close button */
#map-dialog .map-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/*
 * Download
 */
#download-dialog {
  display: none;
  background: #fff;
  max-width: 500px;
  padding: 30px;
  margin: 0;
  font-size: 0;
  width: 100%;
}

/* Close button */
#download-dialog .download-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#download-dialog .form-wrapper input[type=email],
#download-dialog .form-wrapper input[type=text] {
  border: 0;
  border-radius: 0;
  background: #f1f1fa;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  display: block;
}

#download-dialog .form-wrapper button {
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#download-dialog .form-wrapper p {
  font-size: 14px;
  margin-bottom: 10px;
}

#download-dialog .form-wrapper label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

#download-dialog .form-wrapper p.notice {
  display: none;
  color: #d32525;
  font-size: 13px;
  text-align: center;
}

/*
 * Dashboard
 */
#dashboard-dialog {
  display: none;
  background: #ffffff;
  padding: 30px;
  margin: 0;
  font-size: 0;
  width: calc(100vw - 20px);
  height: calc(100vh - 20px);
}
#dashboard-dialog .dashboard-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#dashboard-dialog .wrapper {
  display: grid;
  font-size: 16px;
  grid-template-rows: auto 30vh;
}
#dashboard-dialog .wrapper .graph-wrapper {
  position: relative;
  height: calc(70vh - 80px);
  width: calc(100vw - 80px);
}
#dashboard-dialog .wrapper .controls {
  display: grid;
  align-self: center;
  gap: 10px;
}
#dashboard-dialog .wrapper .controls .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
#dashboard-dialog .wrapper .controls .buttons .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  background-color: #194798;
  border-radius: 15px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-decoration: none;
}
#dashboard-dialog .wrapper .controls .buttons .button > i {
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  width: 50px;
  color: #ebe219;
}
#dashboard-dialog .wrapper .controls .buttons .button > span {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #ebe219;
  display: none;
}
#dashboard-dialog .wrapper .controls .download {
  border: 1px solid #194798;
  border-radius: 5px;
  padding: 10px 10px;
  position: relative;
}
#dashboard-dialog .wrapper .controls .download > span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #194798;
  padding-bottom: 5px;
}
#dashboard-dialog .wrapper .controls .download > i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 40px;
  text-align: center;
  color: #272c72;
  background: #fff;
  right: 10px;
  bottom: 11px;
}
#dashboard-dialog .wrapper .controls .download > i:hover {
  color: #ebe219;
  cursor: pointer;
}
#dashboard-dialog .wrapper .controls .download > i:active {
  color: #272c72;
}
#dashboard-dialog .wrapper .controls .download > input {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  width: calc(100% - 50px);
  border: 1px solid #c0c0c0;
  font-size: 13px;
  font-weight: 500;
  color: #194798;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
#dashboard-dialog .wrapper .controls .logout a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #194798;
  text-decoration: none;
}
#dashboard-dialog .wrapper .controls .logout a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  #dashboard-dialog {
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
  }
  #dashboard-dialog .wrapper {
    display: grid;
    font-size: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 340px;
  }
  #dashboard-dialog .wrapper .graph-wrapper {
    position: relative;
    height: calc(100vh - 160px);
    width: calc(100vw - 500px);
  }
  #dashboard-dialog .wrapper .controls {
    gap: 30px;
  }
  #dashboard-dialog .wrapper .controls .buttons .button {
    height: 100px;
    width: 100px;
  }
  #dashboard-dialog .wrapper .controls .buttons .button > i {
    line-height: 60px;
    font-size: 46px;
    width: 100px;
  }
  #dashboard-dialog .wrapper .controls .buttons .button > span {
    display: block;
  }
  #dashboard-dialog .wrapper .controls .download {
    padding: 20px 10px;
  }
  #dashboard-dialog .wrapper .controls .download > span {
    padding-bottom: 10px;
  }
}
/*
 * Popup
 */
#popup-dialog {
  display: none;
  background: #fff;
  max-width: 520px;
  padding: 30px;
  margin: 0;
  font-size: 0;
  width: 100%;
}

/* Close button */
#popup-dialog .popup-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#popup-dialog .form-wrapper input[type=email],
#popup-dialog .form-wrapper input[type=text] {
  border: 0;
  border-radius: 0;
  background: #f1f1fa;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  display: block;
}

#popup-dialog .form-wrapper .buttons {
  text-align: center;
}

#popup-dialog .form-wrapper button {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #254893;
}
#popup-dialog .form-wrapper button.close-button {
  background: #fff;
  color: #254893;
}
#popup-dialog .form-wrapper button:hover {
  border-color: #ebe219;
  background-color: #ebe219;
  color: #254893;
}

#popup-dialog .form-wrapper p {
  font-size: 14px;
  margin-bottom: 10px;
}

#popup-dialog .form-wrapper label {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

#popup-dialog .form-wrapper p.notice {
  display: none;
  color: #d32525;
  font-size: 13px;
  text-align: center;
}

#popup-dialog .form-wrapper .categoryListWrapper {
  height: 150px;
  border: 1px solid #aaa;
  overflow-y: scroll;
}
#popup-dialog .form-wrapper .categoryListWrapper label {
  font-size: 13px;
  display: block;
  white-space: nowrap;
  line-height: 16px;
  height: 16px;
}
#popup-dialog .form-wrapper .categoryListWrapper label input {
  vertical-align: text-bottom;
}

/*
 * Popup notice
 */
#popup-dialog-2 {
  display: none;
  background: #fff;
  max-width: 520px;
  padding: 30px;
  margin: 0;
  font-size: 0;
  width: 100%;
}

/* Close button */
#popup-dialog-2 .popup-dialog_close {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #3a8a41;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#popup-dialog-2 .form-wrapper .buttons {
  text-align: center;
}

#popup-dialog-2 .form-wrapper button {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #254893;
}
#popup-dialog-2 .form-wrapper button.close-button {
  background: #254893;
  color: #ebe219;
}
#popup-dialog-2 .form-wrapper button:hover {
  border-color: #ebe219;
  background-color: #ebe219;
  color: #254893;
}

#popup-dialog-2 .form-wrapper p {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

body.auth-login {
  background: none;
}
body.auth-login .canvas {
  background: none;
  max-width: none;
}
body.auth-login .canvas .wrapper {
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f3a7a;
  max-width: none;
}
body.auth-login .canvas .wrapper::before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}
body.auth-login .canvas .wrapper .auth {
  position: relative;
}
body.auth-login .canvas .wrapper .auth .container {
  display: grid;
  height: 100vh;
  align-content: center;
  justify-content: center;
}
body.auth-login .canvas .wrapper .auth .container img {
  max-width: 100%;
}
body.auth-login .canvas .wrapper .auth .container form {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 30px;
  max-width: 450px;
  margin: 0 20px;
  background: #fff;
  border-radius: 4px;
}
body.auth-login .canvas .wrapper .auth .container form .login-field {
  margin-bottom: 20px;
}
body.auth-login .canvas .wrapper .auth .container form .login-field p {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
body.auth-login .canvas .wrapper .auth .container form .login-field span {
  font-size: 13px;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .categoryListWrapper {
  height: 150px;
  border: 1px solid #aaa;
  overflow-y: scroll;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .categoryListWrapper label {
  font-size: 13px;
  display: block;
  white-space: nowrap;
  line-height: 22px;
  height: 22px;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .categoryListWrapper label input {
  vertical-align: text-bottom;
}
body.auth-login .canvas .wrapper .auth .container form .login-field input[type=text],
body.auth-login .canvas .wrapper .auth .container form .login-field input[type=email] {
  text-align: left;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 0;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  padding: 0 10px;
}
body.auth-login .canvas .wrapper .auth .container form .login-field input[type=text][name=pincode],
body.auth-login .canvas .wrapper .auth .container form .login-field input[type=email][name=pincode] {
  text-align: center;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .btn {
  color: #ebe219;
  background: #254893;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  outline: 0;
  margin: 0;
  padding: 0 20px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #254893;
  vertical-align: text-bottom;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .btn:hover {
  color: #254893;
  border: 1px solid #ebe219;
  background: #ebe219;
}
body.auth-login .canvas .wrapper .auth .container form .login-field a.btn {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
body.auth-login .canvas .wrapper .auth .container form .login-field a.btn:hover {
  color: #254893;
  border: 1px solid #ebe219;
  background: #ebe219;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .form-field-notice {
  font-size: 13px;
  text-align: left;
  padding: 5px 10px;
  background: #feb3b3;
  color: #ab0202;
}
body.auth-login .canvas .wrapper .auth .container form .login-field .form-field-notice .content {
  padding-left: 5px;
}
body.auth-login .canvas .wrapper .auth .container form .login-field:last-child {
  text-align: center;
}
body.auth-login .message {
  display: flex;
  margin: 1rem 0;
  width: 100%;
}
body.auth-login .message-container {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-direction: row;
  font-size: 13px;
  width: 100%;
  /* min-height: 4.5rem; */
}
body.auth-login .message-icon {
  display: none;
}
body.auth-login .message-content {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-direction: row;
  width: 100%;
  padding: 10px;
}
body.auth-login .message-content span {
  width: 100%;
}
body.auth-login .message-success {
  background: #d7f5d7;
  color: text-color(#d7f5d7);
  border: 0.1rem solid #259325;
}
body.auth-login .message-success .message-icon {
  background: #69d969;
}

body.pages-agenda #agenda-list {
  visibility: hidden;
}

body.pages-agenda .filter-group {
  visibility: hidden;
  margin-top: 20px;
}

body.pages-agenda .filter-group label {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

body.pages-agenda .filter-group .filter {
  /*padding-top: 10px;*/
}

body.pages-agenda .filter-group select {
  font-size: 13px;
}

body.pages-agenda .filter-group .filter {
  margin-bottom: 20px;
}

body.pages-agenda .select2 {
  font-size: 13px;
  margin-right: 10px;
  min-width: 280px;
}

body.pages-agenda .select2.select2-hidden-accessible {
  min-width: 1px !important;
}

/*body.pages-agenda .select2-results__option {
  padding: 0;
}*/
body.pages-agenda .select2-results__option > span {
  /*padding: 6px;*/
  /*display: block;*/
  font-size: 13px;
}

body.pages-agenda .select2-results__option > span > span {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 6px;
}

/*body.pages-agenda .select2-container--default .select2-results__option--highlighted[aria-selected] span {
  background-color: #5897fb!important;
}*/
/* Date header */
body.pages-agenda #agenda-list > .header {
  font-weight: bold;
  margin: 60px 0 0 0;
}

body.pages-agenda #agenda-list .anchor {
  display: block;
  position: relative;
  top: -20px;
  /* visibility: hidden; */
  background: transparent;
  width: 100%;
  height: 1px;
}

body.pages-agenda .agenda-section {
  width: calc(100% - 90px);
}

/* Agenda title bar */
body.pages-agenda .agenda-section .title-bar.ui-accordion-header::before {
  content: "";
  display: block;
  background-color: #f1f1f9;
  width: 51px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/arrow_down.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

body.pages-agenda .agenda-section .title-bar.ui-accordion-header {
  background-color: #dbdcf2;
  border-radius: 0;
  border: 0;
  min-height: 51px;
}

body.pages-agenda .agenda-section .title-bar {
  color: #211f20;
  text-align: right;
  padding-right: 61px;
}

body.pages-agenda .agenda-section .title-bar .wrapper {
  display: inline-block;
  float: left;
  text-align: left;
}

body.pages-agenda .agenda-section .title-bar .time {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  /*background: #a0a0a0;*/
}

body.pages-agenda .agenda-section .title-bar .name {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*background: #c0c0c0;*/
  margin: 5px 0 5px 0;
}

body.pages-agenda .agenda-section .title-bar .speakers {
  font-size: 12px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  /*background: #a0a0a0;*/
}

body.pages-agenda .agenda-section .title-bar .speakers img {
  vertical-align: top;
  margin-left: 10px;
  border-radius: 50%;
}

body.pages-agenda .agenda-section .title-bar .speakers img.arrow {
  margin-left: 18px;
}

body.pages-agenda .agenda-section .title-bar .join {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 51px;
  width: 90px;
  background: #254893;
  position: absolute;
  color: #fff;
  line-height: 51px;
  font-weight: bold;
  top: 0;
  right: -90px;
}

/* Agenda details */
body.pages-agenda .agenda-section .agenda-details.ui-accordion-content {
  border: 0;
  border-radius: 0;
  background: #f1f1f9;
  display: none;
}

body.pages-agenda .agenda-section .agenda-details .agenda-info {
  margin: 10px 0 10px 0;
  font-size: 13px;
  font-weight: bold;
}

body.pages-agenda .agenda-section .agenda-details .table {
  display: table;
  width: 100%;
  padding-right: 15px;
}

body.pages-agenda .agenda-section .agenda-details .speakers {
  display: table-cell;
  width: 75%;
}

body.pages-agenda .agenda-section .agenda-details .agendaButton {
  display: table-cell;
  width: 25%;
  text-align: right;
  vertical-align: middle;
}

body.pages-agenda .agenda-section .agenda-details .agendaButton a {
  color: #fff;
}

@media (max-width: 830px) {
  .body.pages-agenda .agenda-section .agenda-details .table {
    padding-right: 0;
  }

  body.pages-agenda .agenda-section .agenda-details .speakers {
    display: table-row;
    width: 100%;
  }

  body.pages-agenda .agenda-section .agenda-details .agendaButton {
    display: table-row;
    width: 100%;
    text-align: center;
  }

  body.pages-agenda .agenda-section .agenda-details .agendaButton a {
    margin-top: 20px;
  }
}
body.pages-agenda .agenda-section .agenda-details .speakers div {
  display: inline-block;
  margin: 10px 30px 0 0;
  cursor: pointer;
  /*background: #c0c0c0;*/
}

body.pages-agenda .agenda-section .agenda-details .speakers div img {
  vertical-align: top;
  border-radius: 50%;
}

body.pages-agenda .agenda-section .agenda-details .speakers div p {
  display: inline-block;
  margin: 14px 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}

body.pages-agenda .agenda-section .agenda-details .speakers div .line1,
body.pages-agenda .agenda-section .agenda-details .speakers div .line2 {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}

/* 
 * Speakers List
 */
.speaker-list-wrapper {
  text-align: center;
}

#speakers-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#speakers-list > li {
  display: inline-block;
  margin: 23px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  box-shadow: 5px 5px 5px #f4f4f4;
}

/* Info box */
#speakers-list > li .speaker-info {
  font-size: 12px;
  background: #dbdcf0;
  /*width: 142px;*/
  width: 250px;
  /*height: 66px;*/
  height: 80px;
  position: absolute;
  bottom: 0;
}

#speakers-list > li .speaker-info .wrapper {
  display: table-cell;
  vertical-align: middle;
  /*height: 66px;*/
  height: 80px;
  /*width: 142px;*/
  width: 250px;
}

#speakers-list > li .speaker-info p {
  font-style: italic;
  margin: 0 2px;
}

#speakers-list > li .speaker-info p .name {
  font-weight: bold;
  font-style: normal;
}

#speakers-list > li .speaker-info p .company {
  font-weight: bold;
  font-style: normal;
  color: #254893;
}

/* Read more box */
#speakers-list > li .read-more {
  background: #254893;
  /*width: 142px;*/
  width: 250px;
  /*height: 66px;*/
  height: 80px;
}

#speakers-list > li .read-more p {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  /*padding: 36px 0 0 38px;*/
  padding: 50px 0 0 38px;
  line-height: 30px;
  background-image: url("../img/arrow_right_white.png");
  background-repeat: no-repeat;
  /*background-position: 8px 40px;*/
  background-position: 8px 54px;
  background-size: 40px;
}

#speakers-list > li .read-more p:hover {
  background-image: url("../img/arrow_right_yellow.png");
  color: #ebe219;
}

.sponsor-grid-wrapper {
  text-align: center;
}

.sponsor-grid-wrapper li .overlay {
  display: none;
  position: absolute;
  top: 43px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  width: 160px;
  border: 1px solid #8c979d;
  color: #254893;
  padding: 6px 0 6px 0;
}

.sponsor-grid-wrapper li:hover .overlay {
  display: block;
}

.sponsors-header {
  background: #f1f1fa;
  font-size: 14px;
  padding: 0 0 0 10px;
  line-height: 30px;
  height: 30px;
  text-align: left;
  margin: 30px 0 0 0;
}

.sponsors-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  font-size: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.sponsors-list > li {
  display: inline-block;
  margin: 23px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

body.exhibitor-standard .header-spacer {
  height: 156px;
}

@media only screen and (max-width: 1529px) {
  body.exhibitor-standard .header-spacer {
    height: 80px;
  }
}
body.exhibitor-standard .podium {
  grid-template-columns: none;
  max-width: 1616px;
  margin: 0 auto;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop {
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop #video-container {
  background: #000;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop #video-container .video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop #video-container .video iframe {
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons {
  position: absolute;
  width: 100%;
  top: calc(50% - 22px);
  left: 10px;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons .swiper-video-prev {
  position: relative;
  color: #000;
  left: 0;
  margin: 0;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons .swiper-video-prev::after {
  font-size: 26px;
  font-weight: bold;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons .swiper-video-next {
  position: absolute;
  right: 20px;
  color: #000;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons .swiper-video-next::after {
  font-size: 26px;
  font-weight: bold;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-logo {
  display: none;
}
body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact {
  display: none;
}
body.exhibitor-standard .podium .podium-sidebar {
  min-height: 100px;
}
body.exhibitor-standard .podium .podium-sidebar .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  margin: 40px 20px 0 20px;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button {
  width: 360px;
  min-height: 100px;
  min-width: 280px;
  color: #fff;
  display: flex;
  align-items: center;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  background-color: #194798;
  border-radius: 15px;
  height: 100px;
  width: 100px;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .icon i {
  line-height: 60px;
  text-align: center;
  font-size: 46px;
  width: 100px;
  color: #ebe219;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .icon span {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ebe219;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .text {
  margin-right: 10px;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .text > span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #194798;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .text ul {
  list-style: none;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .text ul li {
  font-size: 14px;
  font-weight: 500;
  color: #194798;
  left: 0;
  margin-left: 30px;
}
body.exhibitor-standard .podium .podium-sidebar .buttons .button .text ul li::before {
  content: "•";
  color: #ebe219;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
body.exhibitor-standard .exhibitor-wrapper-white {
  background-color: #ffffff;
}
body.exhibitor-standard .exhibitor-wrapper-gray {
  background-color: #f7f7f7;
}
body.exhibitor-standard .exhibitor-wrapper-blue {
  background-color: #0f3a7a;
}
body.exhibitor-standard .exhibitor {
  max-width: 1360px;
  margin: 50px auto;
  padding: 20px 0;
}
body.exhibitor-standard .exhibitor .exhibitor-content {
  margin: 0 20px;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact {
  display: grid;
  margin: 30px 0;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact h4 {
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #194798;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact div {
  grid-column: 1;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact .company-details-social .company-details-website {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact .company-details-social .company-details-website a {
  color: #272c72;
  text-decoration: none;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact .company-details-social .company-details-website a:hover {
  text-decoration: underline;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact .company-details-social > a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  height: 32px;
  width: 32px;
  background: #254893;
  display: inline-block;
  text-align: center;
  margin: 8px 8px 8px 0;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-top-wrapper {
  display: grid;
  gap: 1em;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-top-wrapper h4 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #194798;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-top-wrapper .exhibitor-content-top {
  grid-row: 2;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-top-wrapper .exhibitor-content-split {
  grid-row: 3;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-presentation {
  background-image: url("../img/keynote.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: #c6c7de;
  width: 100%;
  display: inline-block;
  padding: 20px 30px 20px 90px;
  font-weight: bold;
  text-decoration: none;
  color: #184798;
  margin: 30px 0 0 0;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-presentation:hover {
  text-decoration: underline;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0 0 30px 0;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-banner {
  margin: 0 0 30px 0;
  width: 100%;
  vertical-align: top;
}
body.exhibitor-standard .exhibitor .exhibitor-content.margin-remove :last-child {
  margin: 0;
}

@media only screen and (min-width: 630px) {
  body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact div:last-child {
    grid-row: 2;
    grid-column: last;
  }
}
@media only screen and (min-width: 768px) {
  body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-top-wrapper .exhibitor-content-split {
    grid-row: 2;
  }
}
@media only screen and (min-width: 950px) {
  body.exhibitor-standard .podium .podium-main .podium-backdrop {
    height: 46.9vw;
    max-height: 590px;
    transform-style: preserve-3d;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop #video-container {
    transform: translateZ(-1px);
    position: absolute;
    width: 35.1%;
    bottom: 43%;
    left: 19.5%;
    margin: 0;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons {
    top: calc(35.8% - 22px);
    left: calc(19.5% - 35px);
    width: calc(35.1% + 71px);
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .swiper-buttons .swiper-video-next {
    right: 0;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-logo {
    display: block;
    position: absolute;
    width: 14.5vw;
    bottom: 11%;
    left: 45.5%;
    margin: 0;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact {
    display: block;
    background: #194798;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 #272c72;
    padding: 20px;
    position: absolute;
    right: 5vw;
    width: 30vw;
    max-width: 370px;
    top: 40px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-image {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-image img {
    border-radius: 50%;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-image .person-contact-social {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    align-content: center;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-image .person-contact-social[data-social="3"], body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-image .person-contact-social[data-social="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-image .person-contact-social a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact {
    padding-top: 10px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-name {
    color: #ebe219;
    font-weight: bold;
    font-size: 24px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-position {
    color: #ebe219;
    font-size: 14px;
    font-weight: bold;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-bio {
    font-size: 14px;
    font-weight: 600;
    overflow-y: auto;
    max-height: 12vw;
    padding-right: 10px;
    scrollbar-color: #272c72 #345da4;
    scrollbar-width: auto;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-bio::-webkit-scrollbar {
    width: 10px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-bio::-webkit-scrollbar-track {
    background: #345da4;
    border-radius: 5px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-bio::-webkit-scrollbar-thumb {
    background: #272c72;
    border-radius: 5px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-teams {
    color: #254893;
    background: #ebe219;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    padding: 0 0 0 10px;
    width: 100%;
    display: block;
    height: 30px;
    margin-top: 10px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-teams i {
    font-size: 24px;
    position: absolute;
    right: 10px;
    line-height: 30px;
    height: 30px;
  }
  body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact div:nth-child(2) {
    grid-column: 1;
  }
  body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact div:nth-child(3) {
    grid-column: 2;
  }
  body.exhibitor-standard .exhibitor .exhibitor-content .exhibitor-content-contact div:nth-child(4) {
    grid-column: 3;
  }
}
@media only screen and (min-width: 1260px) {
  body.exhibitor-standard .podium {
    display: grid;
    grid-template-columns: 3.5fr 1fr;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop {
    height: 36.4vw;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-logo {
    width: 11.5vw;
    max-width: 182px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact {
    width: 23vw;
    right: 50px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-bio {
    max-height: 9vw;
  }
  body.exhibitor-standard .podium .podium-sidebar .buttons {
    flex-direction: column;
    margin: 40px 0 0 0;
  }
  body.exhibitor-standard .podium .podium-sidebar .buttons .button {
    width: auto;
  }
}
@media only screen and (min-width: 1616px) {
  body.exhibitor-standard .podium .podium-main .podium-backdrop #video-container {
    width: 440px;
    left: calc(50% - 382px);
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop #video-container .video iframe {
    width: 441px;
    height: 248px;
  }
  body.exhibitor-standard .podium .podium-main .podium-backdrop .podium-contact .person-contact .person-contact-bio {
    display: block;
    max-height: 170px;
  }
}
body.pages-exhibitors .canvas {
  background: #194798;
}
body.pages-exhibitors .canvas h1 {
  color: #ffffff;
}
body.pages-exhibitors #az-exhibitors {
  display: grid;
  grid-auto-flow: column;
  grid-row-gap: 10px;
  text-align: center;
  margin: 30px 0;
}
body.pages-exhibitors #az-exhibitors span {
  font-weight: bold;
  font-size: 20px;
  color: #ebe219;
  opacity: 0.2;
  cursor: default;
  border-right: 1px solid #c0c0c0;
}
body.pages-exhibitors #az-exhibitors span.enabled {
  opacity: 1;
  cursor: pointer;
}
body.pages-exhibitors #az-exhibitors span.enabled:hover {
  text-decoration: underline;
}
body.pages-exhibitors #az-exhibitors span.active:not([data-select="#"]) {
  text-decoration: underline;
}
body.pages-exhibitors #az-exhibitors span:last-child {
  border-right-width: 0;
}
body.pages-exhibitors #filter-exhibitors {
  margin: 0 0 30px 0;
}
body.pages-exhibitors #filter-exhibitors .filter {
  display: grid;
  gap: 20px;
  grid-template-columns: calc(33.3% - 83.3px) calc(33.3% - 83.3px) calc(33.3% - 83.3px) 190px;
}
body.pages-exhibitors #filter-exhibitors .filter #searchCompany {
  width: 100%;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 4px 0 #272c72;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
  background: #345da4;
  color: #fff;
}
body.pages-exhibitors #filter-exhibitors .filter #searchCompany::placeholder {
  color: #fff;
  opacity: 0.3;
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2 {
  font-size: 16px;
  margin-right: 10px;
  /* min-width: 280px; */
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2.select2-container--default .select2-selection--single {
  background-color: #345da4;
  border: none;
  box-shadow: 0 0 4px 0 #272c72;
  height: 40px;
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2 .select2.select2-hidden-accessible {
  min-width: 1px !important;
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2 .select2-results__option > span {
  font-size: 16px;
}
body.pages-exhibitors #filter-exhibitors .filter .exhibitor-select .select2 .select2-results__option > span > span {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 6px;
}
body.pages-exhibitors #filter-exhibitors .filter #searchButton,
body.pages-exhibitors #filter-exhibitors .filter #searchReset {
  color: #254893;
  background: #ebe219;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 20px;
  height: 40px;
  width: 90px;
  cursor: pointer;
}
body.pages-exhibitors #filter-exhibitors .filter #searchButton:hover,
body.pages-exhibitors #filter-exhibitors .filter #searchReset:hover {
  color: #254893;
  background: #ebe219;
}
body.pages-exhibitors #filter-exhibitors .filter #searchButton {
  margin-right: 5px;
}
body.pages-exhibitors #filter-exhibitors .filter #searchReset {
  margin-left: 5px;
}
body.pages-exhibitors .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 16px;
}
body.pages-exhibitors .select2-dropdown {
  border: none;
  background-color: #345da4;
  box-shadow: 0 0 4px 0 #272c72;
}
body.pages-exhibitors .select2-results__option {
  color: #fff;
}
body.pages-exhibitors .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #194798;
}
body.pages-exhibitors #data-container {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
body.pages-exhibitors #data-container .exhibitor {
  background: #345da4;
  padding: 40px;
  display: grid;
  gap: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px 0 #272c72;
}
body.pages-exhibitors #data-container .exhibitor > div:first-child {
  display: grid;
  gap: 10px;
  grid-auto-rows: max-content;
}
body.pages-exhibitors #data-container .exhibitor > div:last-child {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
body.pages-exhibitors #data-container .exhibitor .logo {
  display: block;
  width: 18vw;
  max-width: 200px;
  justify-self: center;
}
body.pages-exhibitors #data-container .exhibitor .name {
  color: #ebe219;
  font-size: 26px;
  font-weight: bold;
}
body.pages-exhibitors #data-container .exhibitor .details {
  color: #ffffff;
}
body.pages-exhibitors #data-container .exhibitor .btn {
  color: #254893;
  background: #ebe219;
  font-size: 16px;
  line-height: 45px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  padding-left: 20px;
}
body.pages-exhibitors #data-container .exhibitor .btn:hover {
  color: #ebe219;
  background: #254893;
}
body.pages-exhibitors #data-container .exhibitor .btn i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  line-height: 45px;
  height: 45px;
}
body.pages-exhibitors #data-container .spacer {
  display: none;
}
body.pages-exhibitors #data-container .gold,
body.pages-exhibitors #data-container .silver {
  grid-column: span 1;
}
body.pages-exhibitors #data-container .gold > div:first-child,
body.pages-exhibitors #data-container .silver > div:first-child {
  grid-template-rows: auto 100%;
}
body.pages-exhibitors #data-container .gold > div:first-child img,
body.pages-exhibitors #data-container .silver > div:first-child img {
  grid-row: span 2;
}
body.pages-exhibitors #data-container .gold > div:first-child .name,
body.pages-exhibitors #data-container .silver > div:first-child .name {
  grid-column: 2;
}
body.pages-exhibitors #data-container .gold > div:first-child .details,
body.pages-exhibitors #data-container .silver > div:first-child .details {
  grid-column: 2;
}
body.pages-exhibitors #data-container .gold > div:last-child,
body.pages-exhibitors #data-container .silver > div:last-child {
  grid-template-columns: 1fr 1fr;
}
body.pages-exhibitors #pagination-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 50px 0;
}
body.pages-exhibitors #pagination-container ul {
  cursor: default;
}
body.pages-exhibitors #pagination-container ul li {
  position: unset;
  left: unset;
  border: none;
}
body.pages-exhibitors #pagination-container ul li a {
  min-width: 30px;
  background: none;
  color: #ebe219;
  opacity: 0.2;
  font-size: 20px;
  font-weight: bold;
}
body.pages-exhibitors #pagination-container ul li a:hover {
  opacity: 1;
}
body.pages-exhibitors #pagination-container ul li.active > a {
  background: #254893;
  color: #ebe219;
  opacity: 1;
  height: 34px;
  line-height: 34px;
}
body.pages-exhibitors #pagination-container ul li.disabled > a {
  color: #ebe219;
  opacity: 0.2;
}

@media only screen and (max-width: 1200px) {
  body.pages-exhibitors #filter-exhibitors .filter {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 1100px) {
  body.pages-exhibitors #data-container .gold,
body.pages-exhibitors #data-container .silver {
    grid-column: span 4;
  }
  body.pages-exhibitors #data-container .gold > div:first-child img,
body.pages-exhibitors #data-container .silver > div:first-child img {
    width: auto;
  }
  body.pages-exhibitors #data-container .standard {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 950px) {
  body.pages-exhibitors .canvas {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  body.pages-exhibitors #az-exhibitors span {
    grid-row: 1;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(n+15) {
    grid-row: 2;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(14) {
    border-right-width: 0;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(15) {
    grid-column: 1;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(16) {
    grid-column: 2;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(17) {
    grid-column: 3;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(18) {
    grid-column: 4;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(19) {
    grid-column: 5;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(20) {
    grid-column: 6;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(21) {
    grid-column: 7;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(22) {
    grid-column: 8;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(23) {
    grid-column: 9;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(24) {
    grid-column: 10;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(25) {
    grid-column: 11;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(26) {
    grid-column: 12;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(27) {
    grid-column: 13;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(28) {
    grid-column: 14;
  }
}
@media only screen and (max-width: 800px) {
  body.pages-exhibitors #data-container .standard .name {
    font-size: 16px;
    min-height: auto;
  }
}
@media only screen and (max-width: 680px) {
  body.pages-exhibitors #filter-exhibitors .filter {
    grid-template-columns: 100%;
  }
  body.pages-exhibitors #filter-exhibitors .filter div:last-child {
    text-align: center;
  }
  body.pages-exhibitors #data-container {
    gap: 20px 0;
    grid-template-columns: auto 250px auto;
  }
  body.pages-exhibitors #data-container .exhibitor > div:first-child {
    grid-template-columns: auto;
  }
  body.pages-exhibitors #data-container .exhibitor .logo {
    width: 100%;
  }
  body.pages-exhibitors #data-container .gold > div:first-child,
body.pages-exhibitors #data-container .silver > div:first-child {
    grid-template-rows: auto;
  }
  body.pages-exhibitors #data-container .gold > div:first-child img,
body.pages-exhibitors #data-container .silver > div:first-child img {
    grid-row: 1;
    max-width: 100%;
  }
  body.pages-exhibitors #data-container .gold > div:first-child .name,
body.pages-exhibitors #data-container .silver > div:first-child .name {
    grid-row: 2;
    grid-column: 1;
    text-align: center;
  }
  body.pages-exhibitors #data-container .gold > div:first-child .details,
body.pages-exhibitors #data-container .silver > div:first-child .details {
    grid-row: 3;
    grid-column: 1;
  }
  body.pages-exhibitors #data-container .gold > div:last-child,
body.pages-exhibitors #data-container .silver > div:last-child {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 530px) {
  body.pages-exhibitors #az-exhibitors span {
    grid-row: 1;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(n+10) {
    grid-row: 2;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(n+19) {
    grid-row: 3;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(28) {
    grid-row: 4;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(9) {
    border-right-width: 0;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(10) {
    grid-column: 1;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(11) {
    grid-column: 2;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(12) {
    grid-column: 3;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(13) {
    grid-column: 4;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(14) {
    border-right-width: 1px;
    grid-column: 5;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(15) {
    grid-column: 6;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(16) {
    grid-column: 7;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(17) {
    grid-column: 8;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(18) {
    border-right-width: 0;
    grid-column: 9;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(19) {
    grid-column: 1;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(20) {
    grid-column: 2;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(21) {
    grid-column: 3;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(22) {
    grid-column: 4;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(23) {
    grid-column: 5;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(24) {
    grid-column: 6;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(25) {
    grid-column: 7;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(26) {
    grid-column: 8;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(27) {
    border-right-width: 0;
    grid-column: 9;
  }
  body.pages-exhibitors #az-exhibitors span:nth-child(28) {
    grid-column: 1/10;
  }
}
@media only screen and (max-width: 355px) {
  body.pages-exhibitors #data-container .exhibitor .btn {
    font-size: 13px;
  }
}
/**
 * login
 */
body.dashboard-login .dashboard-wrapper {
  display: grid;
  height: 100vh;
  width: 100%;
  grid-template-rows: auto max-content;
}
body.dashboard-login .canvas {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  min-height: 500px;
}
body.dashboard-login .canvas .login {
  display: inline-block;
  background: #194798;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #272c72;
  padding: 50px;
}
body.dashboard-login .canvas .login h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 50px 0;
  color: #fff;
}
body.dashboard-login .canvas .login-field {
  position: relative;
  margin: 10px 0;
}
body.dashboard-login .canvas .login-field-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 45px;
  width: 45px;
  color: #fff;
  background: #272c72;
  border-radius: 5px 0 0 5px;
}
body.dashboard-login .canvas .login-field-icon + input[type=text], body.dashboard-login .canvas .login-field-icon + input[type=password] {
  padding-left: 55px;
}
body.dashboard-login .canvas .login-field input {
  min-width: 300px;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  background: #345da4;
  box-shadow: 0 0 4px 0 #272c72;
  border-radius: 5px;
  border: none;
}
body.dashboard-login .canvas .login-field input::placeholder {
  color: #fff;
  opacity: 0.3;
}
body.dashboard-login .canvas .login-field button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 25px;
  transition: background-color 0.2s, color 0.2s;
  border: none;
  outline: none;
  line-height: normal;
  cursor: pointer;
  background-color: #ebe219;
  color: #254893;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 4px 0 #272c72;
}
body.dashboard-login .canvas .form-field-notice {
  font-size: 13px;
  text-align: left;
  padding: 5px 5px 5px 10px;
  background: #feb3b3;
  color: #ab0202;
  z-index: 100;
  position: relative;
}
body.dashboard-login .canvas .form-field-notice .content {
  padding-left: 5px;
}

body.pages-mte .canvas {
  background-color: transparent;
  position: relative;
}
body.pages-mte .mte-wrapper-blue {
  background-color: #0f3a7a;
}
body.pages-mte .section1 {
  display: grid;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
body.pages-mte .section1 .block1 {
  background-color: #194798;
  padding: 0 50px;
}
body.pages-mte .section1 .block1 h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
body.pages-mte .section1 .block1 h1 span {
  color: #ebe219;
}
body.pages-mte .section1 .block2 {
  background-color: #194798;
  padding: 50px;
  display: grid;
  align-content: center;
}
body.pages-mte .section1 .block2 .buttons {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}
body.pages-mte .section1 .block2 .buttons .button {
  background-color: #476bac;
  box-shadow: 0 0 15px 0 #272c72;
  border-radius: 15px;
  height: 150px;
  width: 150px;
  display: grid;
  align-content: center;
}
body.pages-mte .section1 .block2 .buttons .button div:nth-child(1) {
  text-align: center;
  color: #ebe219;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
}
body.pages-mte .section1 .block2 .buttons .button div:nth-child(2) {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
body.pages-mte .section1 .block3 {
  background: #c0c0c0;
  padding: 50px;
  display: none;
}
body.pages-mte .section1 .block4 {
  background: #ebe219;
  background: linear-gradient(90deg, #b8b113 0%, #ecdf1e 3%);
  padding: 50px;
  grid-column: 1;
}
body.pages-mte .section1 .block4 h1 {
  color: #194798;
  text-align: left;
  font-size: 40px;
  margin: 0;
}
body.pages-mte .section1 .block4 p {
  margin: 20px 0;
  color: #194798;
}
body.pages-mte .section1 .block4 .btn {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #194798;
}
body.pages-mte .section1 .block4 .btn i {
  margin-left: 10px;
}
body.pages-mte .section2 {
  display: grid;
  max-width: 1300px;
  margin: 30px;
  gap: 30px;
  overflow: hidden;
}
body.pages-mte .section2 .bullet {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  position: relative;
}
body.pages-mte .section2 .bullet::after {
  content: "";
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  position: absolute;
  bottom: -15px;
}
body.pages-mte .section3 {
  display: grid;
  max-width: 1300px;
  margin: 30px auto;
}
body.pages-mte .section3 h2 {
  color: #194798;
  font-size: 1.9em;
  line-height: 60px;
  font-weight: bold;
  height: 60px;
  text-align: center;
}
body.pages-mte .section3 img {
  width: 100%;
}
body.pages-mte .section4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-bottom: 50px;
}
body.pages-mte .section4 .wrapper {
  display: grid;
  max-width: 1300px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
body.pages-mte .section4 .wrapper .left {
  background: rgba(235, 226, 25, 0.9);
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr;
}
body.pages-mte .section4 .wrapper .left > div:first-child {
  margin: 50px;
}
body.pages-mte .section4 .wrapper .left > div:first-child h3 {
  color: #194798;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}
body.pages-mte .section4 .wrapper .left > div:first-child h3 span {
  color: #fff;
}
body.pages-mte .section4 .wrapper .left > div:first-child p {
  color: #194798;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
body.pages-mte .section4 .wrapper .left > div:first-child .btn {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #194798;
}
body.pages-mte .section4 .wrapper .left > div:first-child .btn i {
  margin-left: 10px;
}
body.pages-mte .section4 .wrapper .left > div:last-child {
  display: none;
}
body.pages-mte .section4 .wrapper .right {
  background: rgba(33, 75, 141, 0.9);
  min-height: 300px;
  padding: 50px;
}
body.pages-mte .section4 .wrapper .right h3 {
  color: #ebe219;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
}
body.pages-mte .section4 .wrapper .right h3 span {
  color: #fff;
}
body.pages-mte .section4 .wrapper .right p {
  color: #ebe219;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
body.pages-mte .section4 .wrapper .right .btn {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #ebe219;
}
body.pages-mte .section4 .wrapper .right .btn i {
  margin-left: 10px;
}
body.pages-mte .section4 .wrapper .right img {
  position: absolute;
  top: 300px;
  left: 80px;
  width: 65%;
  display: none;
}

@media only screen and (min-width: 650px) {
  .section3 {
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
  }
  .section3 h2 {
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 768px) {
  body.pages-mte .section4 {
    border-top-width: 50px;
    border-bottom-width: 50px;
  }
  body.pages-mte .section4 .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  body.pages-mte .section4 .wrapper .left {
    position: relative;
    top: 50px;
  }
  body.pages-mte .section4 .wrapper .right {
    position: relative;
    top: -50px;
  }
}
@media only screen and (min-width: 950px) {
  body.pages-mte .section1 {
    grid-template-columns: 1fr 1fr;
  }
  body.pages-mte .section1 .block1 {
    padding: 3vw 50px 0 50px;
  }
  body.pages-mte .section1 .block1 h1 {
    text-align: left;
  }
  body.pages-mte .section1 .block2 {
    grid-row: 2;
  }
  body.pages-mte .section1 .block3 {
    grid-column: 2;
    z-index: -1;
    display: block;
  }
  body.pages-mte .section1 .block4 {
    grid-column: 2;
  }
  body.pages-mte .section2 {
    grid-template-columns: 1fr 1fr;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1260px) {
  body.pages-mte .section1 .block1 h1 {
    font-size: 60px;
  }
  body.pages-mte .section4 .wrapper .left > div:first-child h3 {
    font-size: 60px;
    line-height: 60px;
  }
  body.pages-mte .section4 .wrapper .right h3 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1300px) {
  body.pages-mte .section4 {
    border-top-width: 100px;
    border-bottom-width: 200px;
  }
  body.pages-mte .section4 .wrapper .left {
    grid-template-columns: 1fr 1fr;
    top: 100px;
  }
  body.pages-mte .section4 .wrapper .left > div:first-child {
    position: relative;
    left: 50px;
    margin: 50px 0;
    min-height: 450px;
  }
  body.pages-mte .section4 .wrapper .left > div:last-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 100px;
    left: 80px;
    z-index: 100;
    display: block;
  }
  body.pages-mte .section4 .wrapper .right {
    top: -100px;
  }
  body.pages-mte .section4 .wrapper .right img {
    display: block;
  }
}
/* @media only screen and (max-width: 1300px) {
  body.pages-wes2021homepage {
    .canvas {
      margin-bottom: -430px;
      .wrapper {
        top: -460px;
      }
    }
  }
} */
body[data-webp].pages-homepage .news {
  background-image: url("../img/background1.webp");
}
body[data-webp].pages-homepage .news .articles li a {
  background-image: url("../img/arrow_right_white.webp");
}
body[data-webp].pages-homepage .news .articles li a:hover {
  background-image: url("../img/arrow_right_yellow.webp");
}
body[data-webp].exhibitors #zoom-in, body[data-webp] body.exhibitors #zoom-out {
  background-image: url("../img/zoom.webp");
}
body[data-webp].pages-agenda .agenda-section .title-bar.ui-accordion-header::before {
  background-image: url("../img/arrow_down.webp");
}
body[data-webp] .large-green-button {
  background-image: url("../img/arrow_right.webp");
}
body[data-webp] .large-blue-button {
  background-image: url("../img/arrow_right_blue.webp");
}
body[data-webp] .gallery .gallery-wrapper .gallery-item.play .icon {
  background-image: url("../img/play.webp");
}
body[data-webp] #speakers-list > li .read-more p {
  background-image: url("../img/arrow_right_white.webp");
}
body[data-webp] #speakers-list > li .read-more p:hover {
  background-image: url("../img/arrow_right_yellow.webp");
}
body[data-webp] .exhibitor-content-presentation {
  background-image: url("../img/keynote.webp");
}
body[data-webp] .exhibitor-sidebar .contact {
  background-image: url("../img/bubbles.webp");
}

/*# sourceMappingURL=main.css.map */
