/* === Spring Meeting css Begin === */
.tui_full_row_image {
  background-image: url("../../../content/dam/sites/data/data360/spring-meeting/blue-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.tui_brand_logo {
  margin-top: 48px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tui_brand_logo {
    max-width: 258px;
  }
}
@media (min-width: 1024px) {
  .tui_brand_logo {
    margin-top: 54px;
    margin-bottom: 42px;
  }
}

.tui_data_playground {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  padding: 32px 24px;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .tui_data_playground {
    padding: 48px 60px 60px 60px;
    margin-bottom: 52px;
  }
}

.tui_data_playground__title h1 {
  color: #012740;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tui_data_playground__title h1 {
    font-size: 42px;
  }
}

.tui_playcard {
  width: calc(100% - 24px);
}
@media (min-width: 768px) {
  .tui_playcard {
    width: calc(50% - 26px);
  }
}
@media (min-width: 1024px) {
  .tui_playcard {
    width: calc(33.3333333333% - 26px);
  }
}
.tui_playcard .cmp-teaser {
  display: flex;
  padding: 0px 24px;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 100%;
}
.tui_playcard .cmp-teaser__image {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.tui_playcard .cmp-teaser__content {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}
.tui_playcard .cmp-teaser__title {
  color: #004370;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.tui_playcard .cmp-teaser__title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.tui_playcard .cmp-teaser__title a::after {
  content: "\e122";
  font-family: "loopicon";
  padding-left: 8px;
  vertical-align: middle;
}
.tui_playcard .cmp-teaser__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.tui_flexbox_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 32px;
  width: calc(100% + 26px);
}

/* === Spring Meeting css End === *//*# sourceMappingURL=spring-meeting.css.map */