.page-marketing {
  background: #fff;
  color: #000;
  overflow: hidden;
}

.page-marketing img {
  display: block;
  max-width: 100%;
}

.marketing-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  background: url('../assets/images/marketing/section-bg@2x.png') center / cover no-repeat;
}

.marketing-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketing-hero__line {
  display: block;
}

.marketing-hero__en {
  width: 655px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-family: var(--font-family);
  line-height: 23px;
  text-transform: uppercase;
}

.marketing-hero__title {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.marketing-hero__title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 128px;
  height: 12px;
  background-image: linear-gradient(90deg, rgba(216, 47, 47, 1) 0, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.marketing-hero__lead,
.marketing-hero__desc {
  width: 655px;
  margin: 29px 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
}

.marketing-hero__desc {
  margin-top: 20px;
}

.marketing-hero__visual {
  width: 462px;
  object-fit: contain;
}

.marketing-all-media {
  position: relative;
  height: 730px;
  overflow: hidden;
  background: url('../assets/images/marketing/bottom-bg@2x.png') center top / cover no-repeat;
}

.marketing-all-media__inner {
  display: grid;
  grid-template-columns: 655px 655px;
  column-gap: 90px;
  align-items: start;
  height: 100%;
  padding-top: 130px;
}

.marketing-collage {
  position: relative;
  margin: 0;
  width: 704px;
}

.marketing-collage img {
  width: 704px;
  height: 470px;
  object-fit: cover;
}

.marketing-content {
  padding-top: 24px;
}

.marketing-section-heading h2 {
  margin: 0;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

.marketing-section-heading p {
  margin: -8px 0 0;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 46px;
  text-transform: uppercase;
}

.marketing-section-heading__rule {
  display: block;
  width: 67px;
  height: 3px;
  margin-top: 8px;
  background-color: rgba(216, 47, 47, 1);
}

.marketing-content > p {
  width: 642px;
  margin: 25px 0 0;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.marketing-feature-list,
.marketing-self-feature-list {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}
.marketing-feature-list {
  display: grid;
  column-gap: 13px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
}
.marketing-self-feature-list {
  display: flex;
  gap: 36px;
}

.marketing-feature-list li,
.marketing-self-feature-list li {
  display: grid;
  grid-template-columns: 55px 154px;
  column-gap: 17px;
  align-items: start;
}

.marketing-feature-list img,
.marketing-self-feature-list img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-top: 7px;
}

.marketing-feature-list h3,
.marketing-self-feature-list h3 {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap;
}

.marketing-feature-list p,
.marketing-self-feature-list p {
  margin: -8px 0 0;
  color: rgba(102, 102, 102, 1);
  font-size: 10px;
  line-height: 13px;
}

.marketing-more-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 642px;
  margin-top: 64px;
}

.marketing-more-btn {
  width: 135px;
  height: 45px;

  border: 1px solid rgba(216, 47, 47, 1);
  border-radius: 25px;
  color: rgba(216, 47, 47, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  line-height: 26px;
}

.marketing-more-btn img {
  width: 15px;
  height: 9px;
  object-fit: contain;
}

.marketing-more-btn--text {
  font-size: 16px;
  color: #d82f2f;
  line-height: 46px;
}
.marketing-more-btn--text .marketing-more-btn--text-icon {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
  width: 6px;
}

.marketing-self-media {
  position: relative;
  height: 685px;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  background: url('../assets/images/marketing/hero-bg@2x.png') center / cover no-repeat;
}

.marketing-self-media__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 130px;
}

.marketing-content--light {
}

.marketing-section-heading--light h2,
.marketing-section-heading--light p,
.marketing-content--light > p,
.marketing-self-feature-list h3 {
  color: rgba(255, 255, 255, 1);
}

.marketing-content--light > p {
  width: 577px;
  margin-top: 25px;
}

.marketing-self-feature-list p {
  color: rgba(201, 201, 201, 1);
}

.marketing-more-btn--light {
  margin-top: 54px;
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.marketing-platforms {
  position: relative;
  min-height: 1329px;
  padding: 73px 0 96px;
  background: #fff;
}

.marketing-platforms__inner {
  position: relative;
}

.marketing-platforms__header {
  text-align: center;
}

.marketing-platforms__header h2 {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

.marketing-platforms__header > p {
  margin: -8px 0 0;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 46px;
  text-transform: uppercase;
}

.marketing-platforms__header > span {
  display: block;
  width: 67px;
  height: 3px;
  margin: 8px auto 0;
  background-color: rgba(216, 47, 47, 1);
}

.marketing-platforms__header .marketing-platforms__lead {
  margin: 25px auto 0;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  line-height: 26px;
}

.marketing-platforms__tags {
  width: 723px;
  height: 59px;
  margin: 42px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.marketing-platforms__tags li {
  height: 58px;
  border: 1px solid rgba(255, 171, 171, 1);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(216, 47, 47, 1);
  font-size: 18px;
  line-height: 23px;
  background: rgba(255, 255, 255, 1);
}

.marketing-platforms__tags li:nth-child(1) {
  width: 173px;
}

.marketing-platforms__tags li:nth-child(2),
.marketing-platforms__tags li:nth-child(3) {
  width: 205px;
}

.marketing-platforms__tags img {
  width: 28px;
  height: 25px;
  object-fit: contain;
}

.marketing-platforms__service {
  display: flex;
  justify-content: center;
  gap: 78px;
  width: 1153px;
  margin: 43px auto 0;
}

.marketing-platforms__visual {
  width: 504px;
  margin: 0;
}

.marketing-platforms__visual img {
  width: 504px;
  height: 424px;
  object-fit: contain;
}

.marketing-platforms__copy {
  margin-top: 55px;
  flex: 1;
}

.marketing-platforms__copy section + section {
  margin-top: 0;
}

.marketing-platforms__copy h3 {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}
.marketing-platforms__copy h3::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 9px;
  height: 9px;
  background: #d82f2f;
}

.marketing-platforms__copy p {
  margin: 16px 0 0;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.marketing-platforms__copy section + section {
  margin-top: 64px;
}

.marketing-platforms__authorization {
  margin: 25px auto 0;
  text-align: center;
}

.marketing-platforms__authorization h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.marketing-platforms__authorization h3 span {
  width: 9px;
  height: 9px;
  background: rgba(216, 47, 47, 1);
}

.marketing-platforms__authorization img {
  width: 1352px;
  height: 430px;
  margin: 27px auto 0;
  object-fit: contain;
}
