@media (min-width: 450px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 670px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 600px;
  }
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .back-btn {
  padding: 12px 16px;
  color: #2f6f94;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  outline: none;
  background-color: transparent;
  border: none !important;
  font-family: loos-wide, sans-serif;
}

.top-section {
  padding: 20px 0;
  text-align: center;
}
.top-section h1 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.top-section h2 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.top-section h3 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.top-section p {
  font-family: "Inter", sans-serif;
  color: #2A323D;
  font-size: 16px;
  font-weight: 400;
}

.tile-section {
  padding: 20px 0;
}
.tile-section .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.tile-section .tile {
  border-radius: 5px;
}
.tile-section .tile .tile-img {
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tile-section .tile .tile-info {
  padding: 12px 15px;
  background-color: #63bbc5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tile-section .tile .tile-info h4 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.slider-section .site-img {
  width: 100%;
  height: auto;
}
.slider-section .col {
  padding-right: 5px;
  padding-left: 5px;
}

.content-section {
  padding: 20px 0;
}
.content-section h2 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.content-section h3 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.content-section p {
  font-family: "Inter", sans-serif;
  color: #2A323D;
  font-size: 16px;
  font-weight: 400;
}

.exhibitor-section {
  padding: 20px 0;
}
.exhibitor-section .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.exhibitor-section h2 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.exhibitor-section .image-tile {
  position: relative;
  height: 140px;
  display: flex;
  padding: 12px;
  border: 1px solid #2A323D;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.exhibitor-section .image-tile img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.exhibitor-section .tile-info {
  padding: 12px 15px;
  background-color: #63bbc5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.exhibitor-section .tile-info h4 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.exhibitor-section .tile-info h5 {
  font-family: loos-wide, sans-serif;
  color: #586F90;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.exhibitor-section .tile-info-sponsor {
  padding: 12px 15px;
  background-color: #2f6f94;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.exhibitor-section .tile-info-sponsor h4 {
  font-family: loos-wide, sans-serif;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.exhibitor-section .tile-info-sponsor h5 {
  font-family: loos-wide, sans-serif;
  color: #63bbc5;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.exhibitor-section .tile-info-sponsor h5 span {
  float: right;
}

.image-section .image-tile {
  position: relative;
  height: 140px;
  display: flex;
  padding: 12px;
  border: 1px solid #2A323D;
  border-radius: 5px;
}
.image-section .image-tile img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.image-section .speaker-img {
  width: 100%;
  height: auto;
  border: 1px solid #2A323D;
  border-radius: 5px;
}
.image-section .conference-img {
  width: 100%;
  height: auto;
}
.image-section h3 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.image-section h3 a {
  color: #2f6f94;
}

.speakers-section {
  padding: 20px 0;
}
.speakers-section .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.speakers-section h2 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.speakers-section .tile {
  border-radius: 5px;
}
.speakers-section .tile .tile-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #2A323D;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.speakers-section .tile .tile-info {
  padding: 12px 15px;
  background-color: #63bbc5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.speakers-section .tile .tile-info h4 {
  font-family: loos-wide, sans-serif;
  color: #2A323D;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.speakers-section .tile .tile-info h5 {
  font-family: loos-wide, sans-serif;
  color: #2f6f94;
  font-size: 14px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}/*# sourceMappingURL=style.css.map */