
.conference-hero-01 .dnd_area-dnd_partial-1-column-6-background-layers{
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


.conference-hero-01 .dnd_area-dnd_partial-1-column-7-background-layers{
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


.countdown-module .countdown-inner__number{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.148rem;
  font-weight: 400;
  letter-spacing: -1.493px;
  line-height: 120%;
  text-decoration: none;
  display: block;
}
.countdown-module .countdown-inner__letter{
  font-weight: 700;
}
.countdown-module .countdown-inner:last-of-type{
  display: none;
}
.countdown-module .countdown-inner{
  position: relative;
}
.countdown-module .countdown-inner::after{
  content:"";
  width: 75px;
  height: 2px;
  background-color: #999;
  transform: rotate(-80.7deg);
  position: absolute;
  top: 50%;
  right: -3rem;
}
.countdown-module .countdown-inner:last-of-type::after{
  display: none;
}
.form-module .form-module__heading{
  color: #142864;
  padding-bottom: 1rem;
  border-bottom: 1px solid #83C341;
}


.conference-speakers .team-info h4{
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}
.conference-speakers .team-image__wrapper{
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.homepage.conference-speakers .team-module {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem; /* matches gap-8 */
}

.homepage.conference-speakers .team-item {
  flex: 0 1 260px; /* set to roughly your current column width */
}


.registration-01{
  background-color: #142864;
}
.registration-01 h2{
  font-size: 2rem;
}


.exhibitors-01{
  background-color: #f2f2f2;
}

.venue-01 .venue-01__image {
  height: 20rem;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.venue-01 .venue-01__image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: left bottom; /* updated from 'center bottom' */
}
/*=======  Bootstrap 4 Media Queries  =======*/
/*==========  Mobile First Method  ==========*/

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
/* min-width : 576px */
@media only screen and (min-width: 576px){
}

/* Medium devices (tablets, 768px and up) */
/* min-width : 768px */
@media only screen and (min-width: 768px){
  
    .exhibitors-01 {
    background-image: linear-gradient(
      90deg,
      rgb(242, 242, 242) calc(68.4% - 22px),
      transparent 0px
    ), url("https://6437372.fs1.hubspotusercontent-na1.net/hubfs/6437372/Landing%20Pages/img-registration-01.png");
  }
}
  .countdown-module{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .venue-01 .venue-01__image{
/*     width: calc(50vw + (2 * (73.333rem / 12)));
    max-width: calc(50vw + (2 * (73.333rem / 12)));
    margin-left: calc(((50vw + (2 * (73.333rem / 12))) * -1) + 100%);
    height: 33.8rem; */
    height: 33.8rem;
    margin-left: calc(-40vw - 12.22217rem + 100%);
    max-width: calc(40vw + 12.22217rem);
    width: calc(40vw + 12.22217rem);
  }
  .venue-01 .venue-01__image *{
    height: 100%;
    width: 100%;
  }
  .venue-01 .venue-01__image img{
    object-fit: cover;
    object-position: center bottom;
    border-radius: inherit;
    height: 100% !important;
    position: static !important;
    transition: inherit;
    width: 100%;
  }
  .questions-01__image{
    width: calc(50vw + (2 * (73.333rem / 12)));
    max-width: calc(50vw + (2 * (73.333rem / 12)));
    height: 20.139rem;
  }
  .questions-01__image *{
    height: 100%;
    width: 100%;
  }
  .questions-01__image img{
    object-fit: cover;
    border-radius: inherit;
    height: 100% !important;
    position: static !important;
    transition: inherit;
    width: 100%;
  }
  .registration-01{
    background-image: linear-gradient(to right, #142864 65%, transparent 65%), url('https://6437372.fs1.hubspotusercontent-na1.net/hubfs/6437372/Landing%20Pages/img-registration-01.png') !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
  }
  
/*   .exhibitors-01{
    background-image: linear-gradient(to right, #f2f2f2 66.8%, transparent 66.8%), url('https://6437372.fs1.hubspotusercontent-na1.net/hubfs/6437372/Landing%20Pages/img-registration-01.png') !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
  } */
  .registration-01 h2{
    font-size: 3.111111111111111rem;
  }
}

/* Large devices (desktops, 992px and up) */
/* min-width : 992px */
@media only screen and (min-width: 992px){
}

/* Extra large devices (large desktops, 1200px and up) */
/* min-width : 1200px */
@media only screen and (min-width: 1200px){
}

/* min-width: 1440px */
@media only screen and (min-width: 1440px){
    .exhibitors-01 {
    background-image: linear-gradient(
      90deg,
      rgb(242, 242, 242) calc(50% + 242px),
      transparent 0px
    ), url("https://6437372.fs1.hubspotusercontent-na1.net/hubfs/6437372/Landing%20Pages/img-registration-01.png");
  
}
}