@charset "UTF-8";
/* line 1, app/assets/stylesheets/ads/_ads.scss */
.announcement-pane {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
}

/* line 11, app/assets/stylesheets/ads/_ads.scss */
.header-announcement {
  font-family: Inter, 'Open Sans', sans-serif;
  width: 600px;
  padding-top: 100px;
  text-align: center;
  flex-shrink: 0;
}

/* line 18, app/assets/stylesheets/ads/_ads.scss */
.header-announcement .announcement-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #f47e42;
  padding-bottom: 15px;
}

/* line 25, app/assets/stylesheets/ads/_ads.scss */
.header-announcement .announcement-subtitle {
  font-size: 60px;
  font-weight: 300;
  line-height: 55px;
  padding-bottom: 25px;
}

/* line 32, app/assets/stylesheets/ads/_ads.scss */
.header-announcement .announcement-message {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #615d5d;
  padding-bottom: 15px;
}

/* line 40, app/assets/stylesheets/ads/_ads.scss */
.header-announcement .announcement-testimonial {
  font-weight: bold;
}

/* line 43, app/assets/stylesheets/ads/_ads.scss */
.header-announcement .announcement-testimonial .quote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* line 50, app/assets/stylesheets/ads/_ads.scss */
.header-announcement .announcement-testimonial .cite {
  line-height: 20px;
}

/* line 56, app/assets/stylesheets/ads/_ads.scss */
.header-image {
  background: url(/assets/new_header-2dc1d2b522e2341b4185ce81aed69833d4e829d90b2b64022d05e07863b8e8a1.jpg) no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  width: 100%;
  height: 540px;
}

/* line 4, app/assets/stylesheets/ads/_login-ads.scss */
.carousel-slide {
  display: block;
  height: 100%;
  opacity: 1;
  width: 100%;
}

/* line 11, app/assets/stylesheets/ads/_login-ads.scss */
.color-white {
  color: #fff;
}

/* line 15, app/assets/stylesheets/ads/_login-ads.scss */
.color-black {
  color: #000;
}

/* line 19, app/assets/stylesheets/ads/_login-ads.scss */
.color-orange {
  color: #ff5200;
}

/* line 23, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane {
  color: #fff;
  display: flex;
  font-family: Inter;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* line 31, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 48px;
  width: 100%;
}

/* line 38, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content {
  max-width: 550px;
}

@media (max-width: 1600px) {
  /* line 38, app/assets/stylesheets/ads/_login-ads.scss */
  .content-pane .caption .content {
    max-width: 450px;
  }
}

@media (max-width: 1400px) {
  /* line 38, app/assets/stylesheets/ads/_login-ads.scss */
  .content-pane .caption .content {
    max-width: 400px;
  }
}

/* line 49, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .orange-text {
  color: #ff5200;
}

/* line 53, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .logo {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 59, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .logo .text {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

/* line 67, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .brow {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 75, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .brow:before {
  color: #ff5200;
  content: "—";
  font-weight: 500;
  padding-right: 5px;
}

/* line 83, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .headline {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

/* line 91, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .subline {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

/* line 99, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .body-copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

/* line 106, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .body-copy a {
  color: #ff5200;
  border-bottom: 1px solid #ff5200;
}

/* line 110, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .body-copy a:hover, .content-pane .caption .content .body-copy a:active {
  text-decoration: none;
  color: #ff5200;
}

/* line 118, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .disclaimer {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 25px;
}

/* line 126, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .ul-default {
  list-style-type: none;
  margin-bottom: 25px;
  padding: 0;
}

/* line 131, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .ul-default li {
  margin-bottom: 12.5px;
  padding-left: 25px;
  text-indent: -22.5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

/* line 139, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .ul-default li:before {
  color: #ff5200;
  content: "+";
  font-weight: 500;
  padding-right: 12.5px;
}

/* line 148, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .action-button {
  border: 2px solid;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 12.5px 25px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}

/* line 162, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .action-button:hover {
  outline: 0;
}

/* line 166, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .action-button.orange-button {
  border-color: #ff5200;
  background: transparent;
  color: #ff5200;
}

/* line 171, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .action-button.orange-button:hover {
  background: #ff5200;
  color: #fff;
}

/* line 177, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .action-button.white-button {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

/* line 182, app/assets/stylesheets/ads/_login-ads.scss */
.content-pane .caption .content .action-button.white-button:hover {
  background: #fff;
  color: #000;
}

/* line 192, app/assets/stylesheets/ads/_login-ads.scss */
.slide-1 {
  background: url(/assets/marketing/GBK25-bac7dd46984db209984316e0d17df0b311a81a3bb68c1a40c594c35f9e759860.png) #fff left/cover no-repeat;
  color: #000;
}

/* line 200, app/assets/stylesheets/ads/_login-ads.scss */
.slide-2 {
  background: url(/assets/marketing/InnovationSummit-203d6da2bf97cb129a4415a76628e71bf657f63a7abd1ee78d41ec18a618fdd7.jpg) #000 left/cover no-repeat;
  color: #fff;
}

/* line 208, app/assets/stylesheets/ads/_login-ads.scss */
.slide-3 {
  background: url(/assets/marketing/GBKAwards-b3ad835a3c78a41bf7bd546c43d69e93832b8541921d74b610319b68fb897d6e.png) #fff left/cover no-repeat;
  color: #000;
}

/* line 2, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel {
  position: relative;
  height: 100%;
}

/* line 5, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .carousel-slide {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.5s ease-in-out;
}

/* line 11, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .nav-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0 12px;
  color: #ffffff;
  margin: -35px 0 0 0;
  visibility: hidden;
  transition: all 0.15s;
  font-size: 50px;
  z-index: 50;
  pointer-events: none;
}

/* line 26, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .left-arrow {
  cursor: pointer;
  float: left;
  pointer-events: visible;
}

/* line 31, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .right-arrow {
  cursor: pointer;
  float: right;
  pointer-events: visible;
}

/* line 36, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .nav-dots {
  position: absolute;
  z-index: 10;
  bottom: 45px;
  left: calc(50% - 32px);
}

/* line 41, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .nav-dots .dots {
  border-radius: 50%;
  border: solid 1px #ffffff;
  display: inline-block;
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 4px;
}

/* line 49, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .nav-dots .dots:hover {
  background-color: #ffffff;
}

/* line 53, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel .nav-dots .dots-white {
  background-color: #ffffff;
}

/* line 59, app/assets/stylesheets/ads/_login-carousel.scss */
.login-carousel:hover .nav-arrows {
  visibility: visible;
  opacity: 1;
}
