.login-product-section .segment-cdp-week-container {
  background-image: url(/public_assets/web-assets/1.0.21/bundles/login-product/img/segment-cdp-week-bg.png);
  background-size: cover;
  display: flex;
  flex-grow: 1;
  flex-shrink: 2;
  align-items: center;
  justify-content: center;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  max-width: 840px;
  padding: 58px 65px 79px;
  border-radius: 8px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section {
  display: flex;
  flex-direction: row;
  max-width: 585px;
  margin-bottom: 45px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section .logo-container, .login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section .title {
  padding: 0 31px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section .logo-container {
  display: flex;
  border-right: 1.88069px solid #001541;
  align-items: center;
  padding-left: 0;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section .logo-container .logo {
  background-image: url(/public_assets/web-assets/1.0.21/bundles/login-product/img/segment-cdp-week-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 240px;
  height: 60px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section .title {
  display: flex;
  align-items: center;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .title-section .title .logo {
  background-image: url(/public_assets/web-assets/1.0.21/bundles/login-product/img/segment-cdp-week-eventmark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 240px;
  height: 60px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .info-section {
  font-family: Graphik, sans-serif;
  font-style: normal;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding: 0;
  color: #011541;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .description-section {
  font-family: Graphik,sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  color: #011541;
  margin-bottom: 50px;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .cta-section p {
  text-align: center;
}
.login-product-section .segment-cdp-week-container .segment-cdp-week-content .cta-section p a {
  display: inline-block;
  width: 240px;
  height: 55px;
  border-radius: 8px;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  font-family: Graphik,sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1C0732;
  background: linear-gradient( 90deg, #FC7C80 0%, #F7C848 33.333%, #F7C848 66.666%, #FC7C80 100% );
  -webkit-background-size: 300% auto;
  background-size: 300% auto;
  border: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1590px) {
  .login-product-section .segment-cdp-week-container .segment-cdp-week-content {
    max-width: 95%;
  }
}
