/* sass --watch sport-continent/style.scss:sport-continent/style.css */
.casePageWrapper .caseBanner {
  position: relative;
}
.casePageWrapper ul li,
.casePageWrapper ol li {
  font-size: inherit;
  line-height: inherit;
}
.casePageWrapper b {
  font-weight: 600;
  color: #007800;
}
.casePageWrapper .textContainer {
  font-size: 18px;
  line-height: 32px;
}
.casePageWrapper .textContainer p + p {
  margin-top: 32px;
}
.casePageWrapper .textContainer.light {
  color: #fff;
}
.casePageWrapper .textContainer.light b {
  color: inherit;
}
.casePageWrapper img {
  display: block;
  max-height: none;
  max-width: none;
}
.casePageWrapper .bannerTitle {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 50px;
}
.casePageWrapper .sectionImage img {
  max-width: 100%;
}
.casePageWrapper .preTitle {
  display: block;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.casePageWrapper .preTitle + * {
  margin-top: 75px;
}
.casePageWrapper .preTitle + .sectionTitle {
  margin-top: 24px;
}
.casePageWrapper .sectionTitle {
  font-size: 50px;
  line-height: 65px;
  color: #1d1d1d;
  font-weight: normal;
  margin-bottom: 40px;
}
.casePageWrapper .sectionTitle.light {
  color: #fff;
}
.casePageWrapper .stepTitle {
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
  color: #000;
  margin-bottom: 65px;
}
.casePageWrapper .stepTitle.center {
  text-align: center;
}
.casePageWrapper .stepTitle .count {
  color: #007800;
}
.casePageWrapper .stepTitle.accent {
  color: #1D1D1D;
}
.casePageWrapper .stepTitle.accent .count {
  color: #fff;
}
.casePageWrapper .stepTitle.accent2 {
  color: #007800;
}
.casePageWrapper .stepTitle.accent2 .count {
  color: #1D1D1D;
}
.casePageWrapper .stepTitle.light {
  color: #fff;
}
.casePageWrapper .stepTitle.light .count {
  color: #fff;
}
.casePageWrapper .iconList {
  font-size: 18px;
  line-height: 28px;
  color: #1d1d1d;
  margin: -70px -40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.casePageWrapper .iconList li {
  position: relative;
  width: 50%;
  padding-left: 92px;
  margin-top: 70px;
  min-height: 64px;
  padding-right: 40px;
}
.casePageWrapper .iconList .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0px 15px 60px rgba(122, 92, 154, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
.casePageWrapper .checkCircleList {
  font-size: 18px;
  line-height: 32px;
  color: #1d1d1d;
}
.casePageWrapper .checkCircleList li {
  position: relative;
  padding-left: 40px;
}
.casePageWrapper .checkCircleList li:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 28px;
  left: 0;
  top: 0;
  background-image: url(/img/sport-continent/icon-circle-check.svg);
}
.casePageWrapper .checkCircleList li + li {
  margin-top: 32px;
}
.casePageWrapper .checkCircleList.light {
  color: #fff;
}
.casePageWrapper .checkCircleList.light li:before {
  background-image: url(/img/sport-continent/icon-circle-check-light.svg);
}
.casePageWrapper .checkCircleList.light b {
  color: #fff;
}
.casePageWrapper .stepMark {
  display: table;
  position: relative;
  z-index: 2;
  font-size: 70px;
  line-height: 110px;
  font-weight: 600;
  padding: 0 36px;
  color: #fff;
  margin: 0 auto 82px;
  border-radius: 15px;
  min-width: 514px;
  text-align: center;
}
.casePageWrapper .stepMark.old {
  background-color: #000;
  color: #fff;
}
.casePageWrapper .stepMark.new {
  background-color: #fff;
  color: #007800;
}
@media (max-width: 1199px) {
  .casePageWrapper .stepMark {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .casePageWrapper .stepMark {
    min-width: 0px;
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) {
  .casePageWrapper .textContainer {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .textContainer p + p {
    margin-top: 22px;
  }
  .casePageWrapper .sectionTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .casePageWrapper .stepTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .casePageWrapper .preTitle {
    letter-spacing: 0.2em;
  }
  .casePageWrapper .preTitle + * {
    margin-top: 40px;
  }
  .casePageWrapper .preTitle + .sectionTitle {
    margin-top: 20px;
  }
  .casePageWrapper .checkList {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .checkCircleList {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .checkCircleList li + li {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .casePageWrapper .sectionTitle {
    margin-bottom: 30px;
  }
  .casePageWrapper .preTitle + * {
    margin-top: 30px;
  }
}

.caseSportContinent .caseBanner {
  padding: 86px 0px 68px;
  background-image: url(/img/sport-continent/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.caseSportContinent .caseBanner:after {
  content: "";
  display: block;
  position: absolute;
  width: 94.4270833333%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #000 0.28%, rgba(0, 0, 0, 0) 98.17%);
}
.caseSportContinent .caseBanner .textContainer {
  line-height: 28px;
  color: #fff;
}
.caseSportContinent .caseBanner .textContainer p + p {
  margin-top: 48px;
}
.caseSportContinent .bannerInner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.caseSportContinent .logosLine {
  display: flex;
  align-items: center;
  margin-top: 82px;
  padding-top: 22px;
  margin-left: -51px;
  position: relative;
}
.caseSportContinent .logosLine:before {
  content: "";
  display: block;
  position: absolute;
  left: 51px;
  top: 0;
  border-top: 2px solid #fff;
  width: calc(100% - 51px);
}
.caseSportContinent .logosLine .item {
  padding-left: 51px;
  opacity: 0.55;
}
.caseSportContinent .bannerContent {
  max-width: 847px;
}
.caseSportContinent .preTitle {
  color: #000;
}
.caseSportContinent .preTitle.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.caseSportContinent .preTitle .count {
  color: #007800;
}
.caseSportContinent .preTitle.accent {
  color: #007800;
}
.caseSportContinent .preTitle.accent .count {
  color: #000;
}
.caseSportContinent .preTitle.light {
  color: #fff;
}
.caseSportContinent .preTitle.light .count {
  color: #fff;
}
.caseSportContinent .preTitle.accent2 {
  color: #BF272E;
}
.caseSportContinent .preTitle.accent3 {
  color: #fff;
}
.caseSportContinent .preTitle.accent3 .count {
  color: #fff;
}
.caseSportContinent .caseStart {
  padding: 84px 0 123px;
  position: relative;
  z-index: 1;
  background-image: url(/img/sport-continent/image-start.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 536px) calc(50% - 94px);
}
.caseSportContinent .textColumns {
  display: flex;
  margin: 0 -32px;
}
.caseSportContinent .textColumns .textContainer {
  padding: 0 32px;
  width: 50%;
}
.caseSportContinent .caseMission {
  padding-top: 75px;
  padding-bottom: 107px;
  background-color: #d9d9d9;
  position: relative;
}
.caseSportContinent .caseMission .sectionImage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 107px);
  width: 1420px;
  z-index: 1;
}
.caseSportContinent .caseMission:before {
  content: "";
  display: block;
  position: absolute;
  width: 338px;
  height: 338px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/img/sport-continent/visual-mission.png);
  left: calc(50% - 1083px);
  top: -170px;
  pointer-events: none;
}
.caseSportContinent .caseMission .sectionContent {
  max-width: 493px;
}
.caseSportContinent .caseAnalysis {
  padding: 77px 0 163px;
  background-color: #101010;
}
.caseSportContinent .headText {
  margin-left: auto;
  margin-right: auto;
  max-width: 1039px;
}
.caseSportContinent .audienceList {
  display: flex;
  position: relative;
  max-width: calc(100% - 214px);
  margin: 160px auto 0;
}
.caseSportContinent .audienceList .textContainer {
  margin-bottom: auto;
}
.caseSportContinent .audienceList .item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding: 0 39px;
}
.caseSportContinent .audienceList img {
  display: block;
}
.caseSportContinent .audienceList .visualCard {
  background-color: #d9d9d9;
  border-radius: 25px;
  width: 258px;
  height: 365px;
  position: relative;
  pointer-events: none;
  margin: 126px auto 0;
}
.caseSportContinent .audienceList .imageContainer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.caseSportContinent .processHead {
  padding-top: 82px;
}
.caseSportContinent .chapterTitle {
  color: #007800;
  display: block;
  font-size: 70px;
  line-height: 85px;
  font-weight: bold;
  text-align: center;
  margin-left: -107px;
  margin-right: -107px;
}
.caseSportContinent .dotList {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.caseSportContinent .dotList li {
  position: relative;
  padding-left: 30px;
}
.caseSportContinent .dotList li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  border-radius: 50%;
  background-color: #000;
  top: 14px;
}
.caseSportContinent .dotList li + li {
  margin-top: 32px;
}
.caseSportContinent .finishedLine {
  position: absolute;
  left: 50%;
  top: 0;
  margin: -24px auto 42px;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #007800;
  margin-left: -9px;
}
.caseSportContinent .finishedLine:before, .caseSportContinent .finishedLine:after {
  content: "";
  display: block;
  position: absolute;
  width: 328px;
  border-bottom: 3px solid #007800;
  top: 3px;
  border-radius: 2px;
}
.caseSportContinent .finishedLine:before {
  right: 100%;
  margin-right: 15px;
}
.caseSportContinent .finishedLine:after {
  left: 100%;
  margin-left: 15px;
}
.caseSportContinent .processStep {
  background-repeat: no-repeat;
}
.caseSportContinent .processStep .sectionImage {
  position: relative;
}
.caseSportContinent .processStep .sectionImage img {
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  box-shadow: 4px 4px 15px 2px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.caseSportContinent .processStep:first-child {
  position: relative;
}
.caseSportContinent .processStep:first-child .stepChapter {
  padding-bottom: 85px;
  padding-top: 85px;
  position: relative;
}
.caseSportContinent .processStep:first-child .stepChapter:first-child {
  padding-top: 133px;
}
.caseSportContinent .processStep:first-child .stepChapter:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 1023px;
  height: 683px;
  background-image: url(/img/sport-continent/visual-step-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -325px;
  left: calc(50% - 20px);
  z-index: -1;
  pointer-events: none;
}
.caseSportContinent .processStep:first-child .stepChapter:first-child .sectionImage {
  margin-left: -217px;
  margin-right: -217px;
  max-width: 1634px;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(2) {
  background-image: url(/img/sport-continent/back-step-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.9);
  top: 0;
  left: 0;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
  margin-left: -107px;
  margin-right: -107px;
  max-width: 1414px;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(3) {
  padding-bottom: 50px;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  width: 1952px;
  height: 1305px;
  background-image: url(/img/sport-continent/visual-step-1-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: calc(50% - 210px);
  z-index: -1;
  pointer-events: none;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
  padding-bottom: 168px;
  padding-top: 221px;
  margin-left: -117px;
  margin-right: -117px;
}
.caseSportContinent .processStep:first-child .stepChapter:nth-child(3) img:nth-child(2) {
  position: absolute;
  right: 100%;
  margin-right: -236px;
  top: 0;
  box-shadow: none;
  height: 100%;
}
.caseSportContinent .processStep:nth-child(2) .checkCircleList, .caseSportContinent .processStep:nth-child(3) .checkCircleList, .caseSportContinent .processStep:nth-child(4) .checkCircleList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-top: -45px;
}
.caseSportContinent .processStep:nth-child(2) .checkCircleList li, .caseSportContinent .processStep:nth-child(3) .checkCircleList li, .caseSportContinent .processStep:nth-child(4) .checkCircleList li {
  width: 50%;
  padding-right: 25px;
  margin-top: 32px;
}
.caseSportContinent .processStep:nth-child(2) {
  background-color: #d9d9d9;
  padding-top: 84px;
  padding-bottom: 57px;
  position: relative;
}
.caseSportContinent .processStep:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 537px;
  height: 498px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/img/sport-continent/visual-step-2.png);
  left: calc(50% + 504px);
  bottom: -12px;
  z-index: 2;
  pointer-events: none;
}
.caseSportContinent .processStep:nth-child(2) img:nth-child(2) {
  box-shadow: none;
  position: absolute;
  height: 100%;
  top: 0;
}
.caseSportContinent .processStep:nth-child(2) .sectionImage {
  position: relative;
  margin-left: -203px;
  margin-right: -203px;
  z-index: 1;
}
.caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) {
  padding-top: 87px;
  padding-bottom: 176px;
}
.caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:first-child {
  margin-left: 0px;
}
.caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:nth-child(2) {
  left: calc(100% - 514px);
}
.caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) {
  padding-top: 117px;
  padding-bottom: 119px;
}
.caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:first-child {
  margin-right: 82px;
}
.caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:nth-child(2) {
  right: calc(100% - 450px);
}
.caseSportContinent .processStep:nth-child(2) .sectionImage + .sectionImage {
  margin-top: -34px;
}
.caseSportContinent .processStep:nth-child(3) {
  background-color: #1F1F1F;
  padding-top: 82px;
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}
.caseSportContinent .processStep:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  width: 525px;
  height: 393px;
  background-image: url(/img/sport-continent/visual-step-3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  bottom: -44px;
  left: calc(50% - 885px);
}
.caseSportContinent .processStep:nth-child(3) .sectionImage {
  margin-top: 75px;
}
.caseSportContinent .processStep:nth-child(3) img + img {
  margin-top: 85px;
}
.caseSportContinent .processStep:nth-child(4) {
  padding: 85px 0 46px;
  position: relative;
  z-index: 1;
}
.caseSportContinent .processStep:nth-child(4) img:nth-child(2) {
  position: absolute;
  top: 0;
  height: 100%;
  box-shadow: none;
}
.caseSportContinent .processStep:nth-child(4) .sectionImage {
  padding-top: 108px;
  padding-bottom: 314px;
  margin-top: 50px;
  margin-left: -107px;
  margin-right: -107px;
}
.caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:first-child {
  margin-right: 0px;
}
.caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
  right: calc(100% - 364px);
}
.caseSportContinent .usedLogos {
  border-radius: 39px;
  background-color: #000;
  padding: 29px 69px;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.caseSportContinent .caseResults {
  padding: 85px 0;
  background-color: #05080D;
  color: #fff;
  background-image: url(/img/sport-continent/back-result.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.caseSportContinent .caseResults:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0) 99.82%);
}
.caseSportContinent .caseResults .sectionInner {
  max-width: calc(50% - 20px);
  position: relative;
}
.caseSportContinent .caseResults .dotList,
.caseSportContinent .caseResults .sectionTitle,
.caseSportContinent .caseResults b {
  color: #fff;
}
.caseSportContinent .caseResults .dotList li:before {
  background-color: #fff;
}
.caseSportContinent .resultBullets {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: calc(100% + 40px);
  transform: translateY(-50%);
}
.caseSportContinent .resultBullets .statistic {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  max-width: 421px;
}
.caseSportContinent .resultBullets .num {
  display: block;
  font-size: 96px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  border-top: 3px solid #fff;
  padding-top: 23px;
  margin-top: 22px;
}
@media (max-width: 1899px) {
  .caseSportContinent .caseMission:before {
    left: calc(50% - 983px);
  }
}
@media (max-width: 1699px) {
  .caseSportContinent .chapterTitle {
    margin-left: -50px;
    margin-right: -50px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child .sectionImage {
    margin-left: -105px;
    margin-right: -105px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    margin-left: -60px;
    margin-right: -60px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    margin-left: -60px;
    margin-right: -60px;
    padding-bottom: 120px;
    padding-top: 120px;
    margin-top: 20px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) img:nth-child(2) {
    margin-right: -350px;
  }
  .caseSportContinent .processStep:nth-child(2):before {
    left: calc(50% + 404px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage {
    margin-left: -60px;
    margin-right: -60px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    left: calc(100% - 430px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:first-child {
    margin-right: 0px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:nth-child(2) {
    right: calc(100% - 475px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage + .sectionImage {
    margin-top: -34px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage {
    margin-left: -60px;
    margin-right: -60px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    right: calc(100% - 510px);
  }
  .caseSportContinent .usedLogos {
    width: calc(100% - 540px);
  }
}
@media (max-width: 1599px) {
  .caseSportContinent .caseMission:before {
    width: 260px;
    height: 260px;
    left: calc(50% - 850px);
    top: -145px;
  }
  .caseSportContinent .caseAnalysis {
    padding-bottom: 110px;
  }
  .caseSportContinent .audienceList {
    margin-top: 100px;
  }
  .caseSportContinent .audienceList .item {
    padding: 0 20px;
  }
}
@media (max-width: 1439px) {
  .caseSportContinent .caseStart {
    background-size: 560px auto;
    background-position: calc(50% + 440px) calc(100% + 40px);
  }
  .caseSportContinent .caseMission .sectionImage {
    width: 1367px;
  }
  .caseSportContinent .caseMission:before {
    width: 200px;
    height: 200px;
    left: calc(50% - 720px);
    top: -125px;
  }
  .caseSportContinent .audienceList {
    max-width: calc(100% - 90px);
  }
  .caseSportContinent .audienceList img {
    max-height: 390px;
  }
  .caseSportContinent .audienceList .visualCard {
    margin-top: 40px;
  }
  .caseSportContinent .chapterTitle {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3):before {
    width: 1600px;
    height: 1070px;
    top: 45px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:nth-child(2):before {
    width: 420px;
    height: 389px;
    left: calc(50% + 340px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:nth-child(3):after {
    width: 440px;
    height: 329px;
    left: calc(50% - 785px);
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 260px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    right: calc(100% - 520px);
  }
}
@media (max-width: 1199px) {
  .caseSportContinent .container {
    width: 920px !important;
  }
  .caseSportContinent .bannerContent {
    max-width: 50%;
  }
  .caseSportContinent .bannerTitle {
    margin-bottom: 40px;
  }
  .caseSportContinent .caseBanner {
    padding: 60px 0;
  }
  .caseSportContinent .caseBanner .textContainer p + p {
    margin-top: 32px;
  }
  .caseSportContinent .logosLine {
    margin-top: 60px;
    padding-top: 20px;
    margin-left: -32px;
    max-width: calc(100% + 32px);
  }
  .caseSportContinent .logosLine .item {
    padding-left: 32px;
  }
  .caseSportContinent .logosLine img {
    height: 52px;
  }
  .caseSportContinent .logosLine:before {
    left: 32px;
    width: calc(100% - 32px);
  }
  .caseSportContinent .bannerImage {
    left: calc(50vw + 15px);
    width: 600px;
  }
  .caseSportContinent .caseStart {
    padding: 60px 0;
    background-size: 440px auto;
    background-position: calc(50% + 400px) calc(100% + 20px);
  }
  .caseSportContinent .caseMission {
    padding: 60px 0;
  }
  .caseSportContinent .caseMission .sectionContent {
    max-width: 50%;
  }
  .caseSportContinent .caseMission:before {
    width: 160px;
    height: 160px;
    left: calc(50% - 580px);
    top: -84px;
  }
  .caseSportContinent .caseMission .sectionImage {
    left: 50%;
    width: 926px;
  }
  .caseSportContinent .caseAnalysis {
    padding: 60px 0;
  }
  .caseSportContinent .headText {
    max-width: 720px;
  }
  .caseSportContinent .audienceList {
    margin-top: 60px;
    max-width: calc(100% - 40px);
  }
  .caseSportContinent .audienceList .item {
    padding: 0 15px;
  }
  .caseSportContinent .audienceList .visualCard {
    width: 220px;
    height: 312px;
  }
  .caseSportContinent .audienceList img {
    max-height: 340px;
  }
  .caseSportContinent .textColumns {
    margin: 0 -20px;
  }
  .caseSportContinent .textColumns .textContainer {
    padding: 0 20px;
    width: 50%;
  }
  .caseSportContinent .processHead {
    padding-top: 60px;
  }
  .caseSportContinent .iconList {
    font-size: 14px;
    line-height: 22px;
    margin-top: -32px;
    margin-right: -40px;
  }
  .caseSportContinent .iconList li {
    margin-top: 32px;
    padding-left: 90px;
    padding-right: 40px;
  }
  .caseSportContinent .chapterTitle {
    font-size: 48px;
    line-height: 65px;
  }
  .caseSportContinent .finishedLine {
    margin-bottom: 24px;
  }
  .caseSportContinent .processStep:first-child .stepChapter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child {
    padding-top: 60px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3):before {
    width: 1440px;
    height: 962px;
    top: 0px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    padding-top: 90px;
    margin-top: 20px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) img:nth-child(2) {
    margin-right: -220px;
  }
  .caseSportContinent .processStep:nth-child(2) .checkCircleList, .caseSportContinent .processStep:nth-child(3) .checkCircleList, .caseSportContinent .processStep:nth-child(4) .checkCircleList {
    margin-top: -32px;
  }
  .caseSportContinent .processStep:nth-child(2) {
    padding-top: 60px;
  }
  .caseSportContinent .processStep:nth-child(2):before {
    width: 360px;
    height: 333px;
    left: calc(50% + 290px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    left: calc(100% - 292px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:nth-child(2) {
    right: calc(100% - 344px);
  }
  .caseSportContinent .processStep:nth-child(3) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseSportContinent .processStep:nth-child(3):after {
    width: 360px;
    height: 269px;
    left: calc(50% - 640px);
  }
  .caseSportContinent .processStep:nth-child(3) .sectionImage {
    margin-top: 60px;
  }
  .caseSportContinent .processStep:nth-child(3) img + img {
    margin-top: 60px;
  }
  .caseSportContinent .processStep:nth-child(4) {
    padding-top: 60px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage {
    padding-top: 90px;
    padding-bottom: 220px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    right: calc(100% - 384px);
  }
  .caseSportContinent .usedLogos {
    width: calc(100% - 400px);
    bottom: 40px;
  }
  .caseSportContinent .dotList {
    font-size: 14px;
    line-height: 22px;
  }
  .caseSportContinent .dotList li {
    padding-left: 20px;
  }
  .caseSportContinent .dotList li:before {
    left: 5px;
    top: 10px;
  }
  .caseSportContinent .caseResults {
    padding: 60px 0;
  }
  .caseSportContinent .resultBullets .statistic {
    font-size: 16px;
    line-height: 24px;
    max-width: 421px;
  }
  .caseSportContinent .resultBullets .num {
    font-size: 72px;
    padding-top: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .caseSportContinent .container {
    width: 688px !important;
  }
  .caseSportContinent .textColumns {
    margin: 0 -20px;
  }
  .caseSportContinent .textColumns .textContainer {
    padding: 0 20px;
  }
  .caseSportContinent .logosLine {
    margin-top: 40px;
  }
  .caseSportContinent .logosLine img {
    height: 40px;
  }
  .caseSportContinent .bannerContent {
    max-width: calc(50% + 120px);
  }
  .caseSportContinent .caseBanner .textContainer {
    line-height: 22px;
  }
  .caseSportContinent .caseBanner .textContainer p + p {
    margin-top: 22px;
  }
  .caseSportContinent .caseStart {
    background-size: 440px auto;
    background-position: calc(50% + 280px) calc(100% + 20px);
  }
  .caseSportContinent .caseMission:before {
    left: calc(50% - 480px);
  }
  .caseSportContinent .caseMission .sectionImage {
    width: 814px;
  }
  .caseSportContinent .audienceList {
    max-width: calc(100% - 10px);
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .caseSportContinent .audienceList .item {
    padding: 0 10px;
    padding-top: 40px;
    width: 50%;
  }
  .caseSportContinent .stepMark {
    margin-bottom: 40px;
    padding: 0 24px;
    min-width: 320px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child:before {
    top: -290px;
    left: calc(50% - 120px);
    width: 820px;
    height: 547px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child .sectionImage, .caseSportContinent .processStep:first-child .stepChapter:nth-child(2) .sectionImage, .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    margin-left: -45px;
    margin-right: -45px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3):before {
    width: 1200px;
    height: 802px;
    top: 15px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 20px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) img:nth-child(2) {
    margin-right: -200px;
  }
  .caseSportContinent .processStep:nth-child(2):before {
    width: 290px;
    height: 269px;
    left: calc(50% + 220px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage {
    margin-left: -45px;
    margin-right: -45px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1), .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    left: calc(100% - 261px);
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:nth-child(2) {
    right: calc(100% - 304px);
  }
  .caseSportContinent .processStep:nth-child(3):after {
    width: 290px;
    height: 217px;
    left: calc(50% - 480px);
  }
  .caseSportContinent .processStep:nth-child(3) .sectionImage {
    margin-top: 40px;
  }
  .caseSportContinent .processStep:nth-child(3) img + img {
    margin-top: 40px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage {
    padding-top: 60px;
    padding-bottom: 140px;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 40px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    right: calc(100% - 324px);
  }
  .caseSportContinent .usedLogos {
    width: calc(100% - 360px);
    bottom: 20px;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .caseSportContinent .container {
    width: 100% !important;
  }
  .caseSportContinent .textColumns {
    display: block;
  }
  .caseSportContinent .textColumns .textContainer {
    width: 100%;
  }
  .caseSportContinent .textColumns .textContainer + .textContainer {
    margin-top: 22px;
  }
  .caseSportContinent .caseBanner {
    padding: 40px 0;
    background-position: calc(50% + 220px) center;
  }
  .caseSportContinent .bannerTitle {
    margin-bottom: 30px;
  }
  .caseSportContinent .logosLine {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .caseSportContinent .logosLine .item {
    margin-top: 10px;
  }
  .caseSportContinent .logosLine img {
    height: 56px;
  }
  .caseSportContinent .bannerContent {
    max-width: 75%;
  }
  .caseSportContinent .caseStart {
    padding: 40px 0 60px;
    background-size: 360px auto;
    background-position: calc(50% + 200px) calc(0% - 260px);
  }
  .caseSportContinent .caseMission {
    padding: 40px 0 0px;
  }
  .caseSportContinent .caseMission .sectionContent {
    max-width: 100%;
  }
  .caseSportContinent .caseMission:before {
    left: calc(50% - 380px);
    width: 120px;
    height: 120px;
    top: -72px;
  }
  .caseSportContinent .caseMission .sectionImage {
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    width: calc(100% + 30px + 240px);
    margin-top: 30px;
  }
  .caseSportContinent .caseAnalysis {
    padding: 40px 0;
  }
  .caseSportContinent .audienceList {
    display: block;
    margin-top: 0;
  }
  .caseSportContinent .audienceList .item {
    width: 100%;
    padding-top: 40px;
  }
  .caseSportContinent .processHead {
    padding-top: 40px;
  }
  .caseSportContinent .chapterTitle {
    font-size: 32px;
    line-height: 44px;
  }
  .caseSportContinent .finishedLine {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .caseSportContinent .finishedLine:before, .caseSportContinent .finishedLine:after {
    width: 206px;
  }
  .caseSportContinent .processStep:first-child .stepChapter {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child {
    padding-top: 40px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child:before {
    top: -118px;
    left: calc(50% - 60px);
    width: 640px;
    height: 427px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child .sectionImage, .caseSportContinent .processStep:first-child .stepChapter:nth-child(2) .sectionImage, .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) {
    padding-bottom: 40px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3):before {
    width: 820px;
    height: 548px;
    top: 77px;
    left: calc(50% - 132px);
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) img:nth-child(2) {
    right: auto;
    left: 150px;
    margin-right: 0px;
    transform: translateX(-100%);
  }
  .caseSportContinent .processStep:nth-child(2) .checkCircleList, .caseSportContinent .processStep:nth-child(3) .checkCircleList, .caseSportContinent .processStep:nth-child(4) .checkCircleList {
    display: block;
    margin-top: 0;
  }
  .caseSportContinent .processStep:nth-child(2) .checkCircleList li, .caseSportContinent .processStep:nth-child(3) .checkCircleList li, .caseSportContinent .processStep:nth-child(4) .checkCircleList li {
    width: 100%;
    padding-right: 0px;
  }
  .caseSportContinent .processStep:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseSportContinent .processStep:nth-child(2):before {
    width: 240px;
    height: 222px;
    left: auto;
    right: -108px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage {
    margin-left: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1), .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    left: auto;
    right: -27px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:nth-child(2) {
    right: auto;
    left: -32px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage + .sectionImage {
    margin-top: -20px;
  }
  .caseSportContinent .processStep:nth-child(3) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseSportContinent .processStep:nth-child(3):after {
    width: 240px;
    height: 217px;
    left: calc(50% - 400px);
  }
  .caseSportContinent .processStep:nth-child(3) .sectionImage {
    margin-top: 30px;
  }
  .caseSportContinent .processStep:nth-child(3) img + img {
    margin-top: 20px;
  }
  .caseSportContinent .processStep:nth-child(4) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage {
    padding-top: 40px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    height: calc(100% - 127px);
    right: auto;
    left: -30px;
  }
  .caseSportContinent .usedLogos {
    margin-top: 60px;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .caseSportContinent .iconList {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
  }
  .caseSportContinent .iconList li {
    padding-right: 0px;
    width: 100%;
    padding-left: 80px;
  }
  .caseSportContinent .stepTitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .caseSportContinent .caseResults {
    padding: 40px 0;
  }
  .caseSportContinent .caseResults .sectionInner {
    max-width: 100%;
  }
  .caseSportContinent .resultBullets {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%);
    margin-top: 32px;
  }
  .caseSportContinent .resultBullets .num {
    font-size: 60px;
  }
}
@media (max-width: 599px) {
  .caseSportContinent .caseBanner {
    background-position: calc(50% + 40px) center;
  }
  .caseSportContinent .caseMission .sectionImage {
    width: calc(100% + 30px + 220px);
  }
  .caseSportContinent .caseMission:before {
    left: calc(50% - 300px);
    width: 100px;
    height: 100px;
    top: -60px;
  }
  .caseSportContinent .caseResults .sectionInner {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .caseSportContinent .bannerContent {
    max-width: 100%;
  }
  .caseSportContinent .caseBanner {
    background-position: calc(50% + 40px) center;
  }
  .caseSportContinent .logosLine {
    margin-left: -24px;
  }
  .caseSportContinent .logosLine .item {
    padding-left: 24px;
  }
  .caseSportContinent .logosLine:before {
    left: 24px;
    width: calc(100% - 24px);
  }
  .caseSportContinent .caseStart {
    background-position: calc(50% + 120px) calc(0% - 260px);
  }
  .caseSportContinent .caseMission .sectionImage {
    width: calc(100% + 30px + 160px);
  }
  .caseSportContinent .caseMission:before {
    left: -40px;
  }
  .caseSportContinent .finishedLine:before, .caseSportContinent .finishedLine:after {
    width: calc((100vw - 30px - 30px - 18px) / 2);
  }
  .caseSportContinent .usedLogos {
    margin-top: 40px;
    padding: 15px 20px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:first-child:before {
    top: -20px;
    width: 480px;
    height: 320px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) {
    padding-bottom: 20px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3):before {
    display: none;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) .sectionImage {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
  }
  .caseSportContinent .processStep:first-child .stepChapter:nth-child(3) img:nth-child(2) {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    transform: translateX(0%);
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .caseSportContinent .processStep:nth-child(2):before {
    width: 220px;
    height: 204px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage {
    margin-top: 30px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1), .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    right: auto;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage:nth-child(2n) img:nth-child(2) {
    left: auto;
  }
  .caseSportContinent .processStep:nth-child(2) .sectionImage + .sectionImage {
    margin-top: 20px;
  }
  .caseSportContinent .processStep:nth-child(2) img:nth-child(2) {
    position: relative;
    top: auto;
    height: auto;
    right: auto;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .caseSportContinent .processStep:nth-child(3):after {
    width: 220px;
    height: 164px;
    left: calc(50% - 291px);
    bottom: -25px;
  }
  .caseSportContinent .processStep:nth-child(4) img:nth-child(2) {
    position: relative;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage {
    padding-top: 0;
    margin-top: 30px;
  }
  .caseSportContinent .processStep:nth-child(4) .sectionImage:nth-child(2n+1) img:nth-child(2) {
    height: auto;
    right: auto;
    left: auto;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
