
.sp-section {
  padding: 2rem 0;
}

.sp-section.sp-section--flat {
  padding: 0;
}

.sp-section.sp-section--1r {
  padding: 1rem 0;
}

.sp-section.sp-section--2r {
  padding: 2rem 0;
}

.sp-section.sp-section--3r {
  padding: 3rem 0;
}

.sp-section:nth-of-type(odd) {
  background-color: #fff;
}

.sp-section:nth-of-type(2n) {
  background-color: #f7f7f7;
}

.sp-section .sp-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sp-section .sp-section-head__title {
  font-size: 2rem;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 1rem 0;
}

.sp-section .sp-section-head__sections-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  color: #fff;
  list-style-type: none;
}

.sp-section .sp-section-head__sections-list-item {
  margin: 0.25rem;
  padding: 0;
  border: 1px solid;
}

.sp-section .sp-section-head__sections-list-item a {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
}

.sp-section .sp-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 5px;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 0.5rem;
}

.sp-section .sp-section-container__title {
  margin: 0.5rem 0;
}

.sp-section .sp-section-container__title:after {
  display: block;
  content: "";
  border-radius: 6px;
  background-color: #80b9dd; /* fda81a */
  width: 75px;
  height: 3px;
  margin: 10px auto;
}

.sp-section
  .sp-section-container__title.sp-section-container__title--pseudo-left:after {
  display: block;
  content: "";
  border-radius: 6px;
  background-color: #80b9dd; /* fda81a */
  width: 75px;
  height: 3px;
  margin: 10px 0;
}

.sp-section .sp-section-container__subtitle {
  margin: 0 0 0.75rem;
}

.sp-section .sp-section-container__lead-para {
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
}

.sp-section .sp-section-container__para {
  margin: 0 0 0.5rem;
}

.sp-section .sp-section-container__para-link {
  border-bottom: 1px solid #80b9dd; /* fda81a */
}

.sp-section .sp-section-container__highlight {
  font-size: 1.25rem;
  font-weight: 700;
}

.sp-section .sp-section-container__list {
  padding: 0;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.sp-section .sp-section-container__list-item {
  list-style: none;
}

.sp-section .sp-section-container__cta {
  display: inline-block;
  position: relative;
  margin: 2rem auto;
  padding: 0.5rem;
  width: auto;
  max-width: none;
  overflow: hidden;
}

.sp-section .sp-section-container__cta:hover:after,
.sp-section .sp-section-container__cta:hover:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.sp-section .sp-section-container__cta:after,
.sp-section .sp-section-container__cta:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  right: 0;
  bottom: 0;
  background-color: #80b9dd; /* fda81a */
}

.sp-section .sp-section-container__cta:before {
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sp-section .sp-section-container__cta:after {
  width: 2px;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.sp-section .sp-section-container__cta-link {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #333;
  border: 2px solid #80b9dd; /* fda81a */
  background-color: #fff;
  margin: 0;
  padding: 1.5rem 2.5rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  cursor: pointer;
}

.sp-section .sp-section-container__cta-link:hover:after,
.sp-section .sp-section-container__cta-link:hover:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.sp-section .sp-section-container__cta-link:after,
.sp-section .sp-section-container__cta-link:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  left: 0;
  top: 0;
  background-color: #80b9dd; /* fda81a */
}

.sp-section .sp-section-container__cta-link:before {
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.sp-section .sp-section-container__cta-link:after {
  width: 2px;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sp-section .sp-section-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section,
.sp-section
  .sp-section-container-content
  .sp-section-container-content__img-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section {
  padding: 0.5rem;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-text,
.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-title {
  color: #fff;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-title {
  font-size: 2.25rem;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-text {
  font-size: 1.125rem;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-list-item {
  margin-bottom: 0.75rem;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta {
  display: inline-block;
  position: relative;
  margin: 2rem auto;
  padding: 0.5rem;
  width: auto;
  max-width: none;
  overflow: hidden;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta:hover:after,
.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta:hover:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta:after,
.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  right: 0;
  bottom: 0;
  background-color: #80b9dd; /* fda81a */
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta:before {
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta:after {
  width: 2px;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #333;
  border: 2px solid #80b9dd; /* fda81a */
  background-color: #fff;
  margin: 0;
  padding: 1.5rem 2.5rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  cursor: pointer;
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link:hover:after,
.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link:hover:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link:after,
.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  left: 0;
  top: 0;
  background-color: #80b9dd; /* fda81a */
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link:before {
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.sp-section
  .sp-section-container-content
  .sp-section-container-content__detail-section-cta-link:after {
  width: 2px;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sp-section.sp-section--hero-cover {
  font-family: Oswald, Arial, sans-serif;
  letter-spacing: 0.025rem;
  background: -o-linear-gradient(45deg, #005083, #0072bb),
    url(/54/homepage/00/12/36/img/hp-hero-bg-v1.jpg);
  background: linear-gradient(45deg, #005083, #0072bb),
    url(/54/homepage/00/12/36/img/hp-hero-bg-v1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: calc(100vh - 104px);
}

.sp-section.sp-section--hero-cover.section-takeover {
  background: -o-linear-gradient(45deg, #005083, #0072bb),
    url(/54/homepage/00/12/36/img/hp-hero-bg-takeover-v2.jpg);
  background: linear-gradient(45deg, #005083, #0072bb),
    url(/54/homepage/00/12/36/img/hp-hero-bg-takeover-v2.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.sp-section.sp-section--hero-cover.section-takeover
  .sp-section-head__site-section-cta-link
  i:before {
  top: auto;
  position: relative;
}

.sp-section.sp-section--hero-cover.section-takeover
  .sp-section-head__site-section-text {
  font-size: 1.5rem;
}

.sp-section.sp-section--hero-cover.section-takeover
  .sp-section-head__site-section-cta-icon {
  padding-right: 0.5rem;
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head {
  height: calc(100vh - 162px);
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head__intro {
  margin: 0 0 1rem;
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head__site-sections {
  margin: 1rem 0 0;
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head__title {
  font-size: 2.25rem;
  margin: 0 0 0.5rem;
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head__title-intro {
  font-size: 1.125rem;
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head__site-section {
  margin: 0;
}

.sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
  .sp-section-head__site-section-text {
  font-size: 1.25rem;
}

.sp-section.sp-section--hero-cover .container {
  height: 100%;
}

.sp-section.sp-section--hero-cover .sp-section-head {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.sp-section.sp-section--hero-cover .sp-section-head__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.sp-section.sp-section--hero-cover .sp-section-head__title-intro {
  font-size: 1.25rem;
  color: #fff;
}

.sp-section.sp-section--hero-cover .sp-section-head__title {
  font-size: 2.5rem;
  line-height: normal;
  margin: 0;
}

.sp-section.sp-section--hero-cover .sp-section-head__site-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-section.sp-section--hero-cover .sp-section-head__site-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  margin: 2.5rem 0;
}

.sp-section.sp-section--hero-cover
  .sp-section-head__site-section.section-insights
  .sp-section-head__site-section-cta-icon
  i:before {
  -webkit-animation: scroll-mouse-tb 2s infinite;
  animation: scroll-mouse-tb 2s infinite;
}

.sp-section.sp-section--hero-cover
  .sp-section-head__site-section.section-marketplace
  .sp-section-head__site-section-cta-icon
  i:before {
  -webkit-animation: scroll-mouse-rl 2s infinite;
  animation: scroll-mouse-rl 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sp-section.sp-section--hero-cover .sp-section-head__site-section-img,
.sp-section.sp-section--hero-cover .sp-section-head__site-section-video {
  display: none;
}

.sp-section.sp-section--hero-cover .sp-section-head__site-section-text {
  color: #fff;
  font-size: 1.125rem;
}

.sp-section.sp-section--hero-cover .sp-section-head__site-section-cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid;
}

.sp-section.sp-section--hero-cover
  .sp-section-head__site-section-cta-link
  i:before {
  top: 50px;
  position: absolute;
}

.sp-section.sp-section--hero-cover .sp-section-head__site-section-cta-icon {
  position: relative;
  font-size: 2rem;
}

.sp-section.sp-section--category-slk-sldr
  .sp-section-container
  .sp-section-container__content {
  margin: 1rem 0 0;
}

.sp-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 100%;
  width: 100%;
}

.sp-section--advertise-with-us-bg,
.sp-section--content-basic,
.sp-section--events,
.sp-section--media-kit,
.sp-section--sp-op {
  background: -o-linear-gradient(45deg, #005083, #0072bb);
  background: linear-gradient(45deg, #005083, #0072bb);
}

.sp-section--audience-profile .sp-section-audience-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: auto;
}

.sp-section--audience-profile .sp-section-audience-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  max-width: 230px;
  margin: 1rem;
  padding: 0;
}

.sp-section--audience-profile .sp-section-audience-card__item-icon-wrap {
  color: #80b9dd; /* fda81a */
  font-size: 5rem;
}

.sp-section--audience-profile .sp-section-audience-card__item-number-wrap {
  font-size: 1.5rem;
}

.sp-section--audience-profile .sp-section-audience-card__item-text-wrap {
  font-size: 1.125rem;
  text-transform: capitalize;
}

.sp-section--benefits .sp-section-benefit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: auto;
}

.sp-section--benefits .sp-section-benefit-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  max-width: 330px;
  margin: 1rem;
  padding: 1rem;
}

.sp-section--benefits .sp-section-benefit-card__item-img,
.sp-section--benefits .sp-section-benefit-card__item-title {
  padding-bottom: 1rem;
}

.sp-section--benefits .sp-section-benefit-card__item-img .item-img,
.sp-section--benefits .sp-section-benefit-card__item-title .item-img {
  border-radius: 10px;
  border: 1px solid #e0e1e6;
  -webkit-box-shadow: 8px 8px 2px -2px hsla(0, 0%, 85.1%, 0.5);
  box-shadow: 8px 8px 2px -2px hsla(0, 0%, 85.1%, 0.5);
}

.sp-section--benefits .sp-section-benefit-card__item-title-wrap {
  font-size: 1.5rem;
}

.sp-section--trusted-companies .sp-section-companies-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: auto;
}

.sp-section--trusted-companies .sp-section-companies-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  max-width: 200px;
  margin: 1rem;
  padding: 0;
}

.sp-section--trusted-companies .sp-section-companies-card__item-img {
  width: 100%;
}

.sp-section--sales-team .sp-section-team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: auto;
}

.sp-section--sales-team .sp-section-team-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  max-width: 330px;
  margin: 1rem;
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e0e1e6;
  -webkit-box-shadow: 8px 8px 2px -2px hsla(0, 0%, 85.1%, 0.5);
  box-shadow: 8px 8px 2px -2px hsla(0, 0%, 85.1%, 0.5);
}

.sp-section--sales-team .sp-section-team-card__item-bottom,
.sp-section--sales-team .sp-section-team-card__item-top {
  width: 100%;
}

.sp-section--sales-team .sp-section-team-card__item-contact {
  display: inline-block;
  font-size: 3rem;
  color: #80b9dd; /* fda81a */
}

.sp-section--sales-team .sp-section-team-card__item-contact.item-contact-lnkin {
  color: #0e76a8;
}

.sp-section--sales-team .sp-section-team-card__item-job-title,
.sp-section--sales-team .sp-section-team-card__item-name {
  margin: 0 0 0.75rem;
}

.sp-section--sales-team .sp-section-team-card__item-img {
  display: block;
  width: 100%;
  max-width: 130px;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
}

.sp-section--newsletter-bg {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(/54/staticpage/00/07/29/site/background_placeholder_image.png);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(/54/staticpage/00/07/29/site/background_placeholder_image.png);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)),
    url(/54/staticpage/00/07/29/site/background_placeholder_image.png);
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-size: cover;
  height: 100%;
}

.sp-section--newsletter-bg .container-fluid {
  height: 100%;
}

@media (min-width: 768px) {
  .sp-section {
    padding: 3rem 0;
  }

  .sp-section .sp-section-head__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .sp-section {
    padding: 4rem 0;
  }

  .sp-section .sp-section-container__title,
  .sp-section .sp-section-head__title {
    font-size: 3rem;
  }

  .sp-section.sp-section--hero-cover {
    height: calc(100vh - 120px);
  }

  .sp-section.sp-section--hero-cover.section-takeover
    .sp-section-head__site-section {
    width: 75%;
    margin: 0 5rem 0 0;
  }

  .sp-section.sp-section--hero-cover.section-takeover
    .sp-section-head__site-section-text {
    font-size: 2rem;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__intro {
    margin: 0 0 2rem;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__site-sections {
    margin: 2rem 0 0;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__title {
    font-size: 3.25rem;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__title-intro {
    font-size: 1.25rem;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__site-section {
    width: 100%;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__site-section-text {
    font-size: 1.5rem;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__title {
    font-size: 3rem;
    margin: 0 0 3rem;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section {
    width: 40%;
    margin: 0 5rem 0 0;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section-img,
  .sp-section.sp-section--hero-cover .sp-section-head__site-section-video {
    display: block;
    position: relative;
    max-width: 320px;
    overflow: visible;
    margin-top: -8rem;
  }

  .sp-section.sp-section--hero-cover
    .sp-section-head__site-section-video:before {
    position: absolute;
    content: "";
    background-image: url(/54/homepage/00/12/36/img/hp-white-dots.png);
    z-index: 0;
    background-repeat: repeat;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section-text {
    font-size: 1.25rem;
  }

  .sp-section--newsletter-bg {
    height: 40vh;
  }
}

@media (min-width: 1280px) {
  .sp-section
    .sp-section-container-content
    .sp-section-container-content__detail-section {
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .sp-section-header {
    height: calc(50vh - 108px);
  }
}

@media (min-width: 1440px) {
  .sp-section.sp-section--hero-cover .sp-section-head__title {
    font-size: 5rem;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section-img,
  .sp-section.sp-section--hero-cover .sp-section-head__site-section-video {
    max-width: 420px;
    margin-top: -4rem;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section-text {
    font-size: 1.25rem;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__title {
    font-size: 4.25rem;
  }

  .sp-section.sp-section--hero-cover.section-takeover.section-takeover--event
    .sp-section-head__title-intro {
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .sp-section {
    padding: 6rem 0;
  }

  .sp-section .sp-section-head__title {
    font-size: 4rem;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__title {
    font-size: 5rem;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section-img,
  .sp-section.sp-section--hero-cover .sp-section-head__site-section-video {
    max-width: 540px;
    margin-top: 0;
  }

  .sp-section.sp-section--hero-cover .sp-section-head__site-section-text {
    font-size: 1.25rem;
  }
}