body {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.5), #fff 1px, transparent 2px, transparent 20px), linear-gradient(to right, #3494e6, #ec6ead);
  background-size: 60px 65px, 100%;
}
body .wrap {
  position: relative;
  width: 700px;
  height: 700px;
}
body .wrap .segment {
  position: absolute;
  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #12ff67, #00782b, #12ff67);
  border-radius: 100%;
  box-shadow: 4px -2px 0px #000, 4px 2px 0px #000;
  offset-path: path("M 550 550 C 100 600 150 500 100 400 C 0 150 100 200 300 150 C 450 100 700 100 600 200 C 350 400 750 500 550 550 ");
  -webkit-animation: follow 5s linear infinite;
          animation: follow 5s linear infinite;
}
@-webkit-keyframes follow {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes follow {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
body .wrap .segment:nth-of-type(1) {
  -webkit-animation-delay: -0.025s;
          animation-delay: -0.025s;
  width: calc(5px + 1px);
  height: calc(5px + 1px);
}
body .wrap .segment:nth-of-type(2) {
  -webkit-animation-delay: -0.05s;
          animation-delay: -0.05s;
  width: calc(5px + 2px);
  height: calc(5px + 2px);
}
body .wrap .segment:nth-of-type(3) {
  -webkit-animation-delay: -0.075s;
          animation-delay: -0.075s;
  width: calc(5px + 3px);
  height: calc(5px + 3px);
}
body .wrap .segment:nth-of-type(4) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  width: calc(5px + 4px);
  height: calc(5px + 4px);
}
body .wrap .segment:nth-of-type(5) {
  -webkit-animation-delay: -0.125s;
          animation-delay: -0.125s;
  width: calc(5px + 5px);
  height: calc(5px + 5px);
}
body .wrap .segment:nth-of-type(6) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
  width: calc(5px + 6px);
  height: calc(5px + 6px);
}
body .wrap .segment:nth-of-type(7) {
  -webkit-animation-delay: -0.175s;
          animation-delay: -0.175s;
  width: calc(5px + 7px);
  height: calc(5px + 7px);
}
body .wrap .segment:nth-of-type(8) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  width: calc(5px + 8px);
  height: calc(5px + 8px);
}
body .wrap .segment:nth-of-type(9) {
  -webkit-animation-delay: -0.225s;
          animation-delay: -0.225s;
  width: calc(5px + 9px);
  height: calc(5px + 9px);
}
body .wrap .segment:nth-of-type(10) {
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  width: calc(5px + 10px);
  height: calc(5px + 10px);
}
body .wrap .segment:nth-of-type(11) {
  -webkit-animation-delay: -0.275s;
          animation-delay: -0.275s;
  width: calc(5px + 11px);
  height: calc(5px + 11px);
}
body .wrap .segment:nth-of-type(12) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  width: calc(5px + 12px);
  height: calc(5px + 12px);
}
body .wrap .segment:nth-of-type(13) {
  -webkit-animation-delay: -0.325s;
          animation-delay: -0.325s;
  width: calc(5px + 13px);
  height: calc(5px + 13px);
}
body .wrap .segment:nth-of-type(14) {
  -webkit-animation-delay: -0.35s;
          animation-delay: -0.35s;
  width: calc(5px + 14px);
  height: calc(5px + 14px);
}
body .wrap .segment:nth-of-type(15) {
  -webkit-animation-delay: -0.375s;
          animation-delay: -0.375s;
  width: calc(5px + 15px);
  height: calc(5px + 15px);
}
body .wrap .segment:nth-of-type(16) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  width: calc(5px + 16px);
  height: calc(5px + 16px);
}
body .wrap .segment:nth-of-type(17) {
  -webkit-animation-delay: -0.425s;
          animation-delay: -0.425s;
  width: calc(5px + 17px);
  height: calc(5px + 17px);
}
body .wrap .segment:nth-of-type(18) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
  width: calc(5px + 18px);
  height: calc(5px + 18px);
}
body .wrap .segment:nth-of-type(19) {
  -webkit-animation-delay: -0.475s;
          animation-delay: -0.475s;
  width: calc(5px + 19px);
  height: calc(5px + 19px);
}
body .wrap .segment:nth-of-type(20) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  width: calc(5px + 20px);
  height: calc(5px + 20px);
}
body .wrap .segment:nth-of-type(21) {
  -webkit-animation-delay: -0.525s;
          animation-delay: -0.525s;
  width: calc(5px + 21px);
  height: calc(5px + 21px);
}
body .wrap .segment:nth-of-type(22) {
  -webkit-animation-delay: -0.55s;
          animation-delay: -0.55s;
  width: calc(5px + 22px);
  height: calc(5px + 22px);
}
body .wrap .segment:nth-of-type(23) {
  -webkit-animation-delay: -0.575s;
          animation-delay: -0.575s;
  width: calc(5px + 23px);
  height: calc(5px + 23px);
}
body .wrap .segment:nth-of-type(24) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  width: calc(5px + 24px);
  height: calc(5px + 24px);
}
body .wrap .segment:nth-of-type(25) {
  -webkit-animation-delay: -0.625s;
          animation-delay: -0.625s;
  width: calc(5px + 25px);
  height: calc(5px + 25px);
}
body .wrap .segment:nth-of-type(26) {
  -webkit-animation-delay: -0.65s;
          animation-delay: -0.65s;
  width: calc(5px + 26px);
  height: calc(5px + 26px);
}
body .wrap .segment:nth-of-type(27) {
  -webkit-animation-delay: -0.675s;
          animation-delay: -0.675s;
  width: calc(5px + 27px);
  height: calc(5px + 27px);
}
body .wrap .segment:nth-of-type(28) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  width: calc(5px + 28px);
  height: calc(5px + 28px);
}
body .wrap .segment:nth-of-type(29) {
  -webkit-animation-delay: -0.725s;
          animation-delay: -0.725s;
  width: calc(5px + 29px);
  height: calc(5px + 29px);
}
body .wrap .segment:nth-of-type(30) {
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  width: calc(5px + 30px);
  height: calc(5px + 30px);
}
body .wrap .segment:nth-of-type(31) {
  -webkit-animation-delay: -0.775s;
          animation-delay: -0.775s;
  width: calc(5px + 31px);
  height: calc(5px + 31px);
}
body .wrap .segment:nth-of-type(32) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  width: calc(5px + 32px);
  height: calc(5px + 32px);
}
body .wrap .segment:nth-of-type(33) {
  -webkit-animation-delay: -0.825s;
          animation-delay: -0.825s;
  width: calc(5px + 33px);
  height: calc(5px + 33px);
}
body .wrap .segment:nth-of-type(34) {
  -webkit-animation-delay: -0.85s;
          animation-delay: -0.85s;
  width: calc(5px + 34px);
  height: calc(5px + 34px);
}
body .wrap .segment:nth-of-type(35) {
  -webkit-animation-delay: -0.875s;
          animation-delay: -0.875s;
  width: calc(5px + 35px);
  height: calc(5px + 35px);
}
body .wrap .segment:nth-of-type(36) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  width: calc(5px + 36px);
  height: calc(5px + 36px);
}
body .wrap .segment:nth-of-type(37) {
  -webkit-animation-delay: -0.925s;
          animation-delay: -0.925s;
  width: calc(5px + 37px);
  height: calc(5px + 37px);
}
body .wrap .segment:nth-of-type(38) {
  -webkit-animation-delay: -0.95s;
          animation-delay: -0.95s;
  width: calc(5px + 38px);
  height: calc(5px + 38px);
}
body .wrap .segment:nth-of-type(39) {
  -webkit-animation-delay: -0.975s;
          animation-delay: -0.975s;
  width: calc(5px + 39px);
  height: calc(5px + 39px);
}
body .wrap .segment:nth-of-type(40) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  width: calc(5px + 40px);
  height: calc(5px + 40px);
}
body .wrap .segment:nth-of-type(41) {
  -webkit-animation-delay: -1.025s;
          animation-delay: -1.025s;
  width: calc(5px + 41px);
  height: calc(5px + 41px);
}
body .wrap .segment:nth-of-type(42) {
  -webkit-animation-delay: -1.05s;
          animation-delay: -1.05s;
  width: calc(5px + 42px);
  height: calc(5px + 42px);
}
body .wrap .segment:nth-of-type(43) {
  -webkit-animation-delay: -1.075s;
          animation-delay: -1.075s;
  width: calc(5px + 43px);
  height: calc(5px + 43px);
}
body .wrap .segment:nth-of-type(44) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  width: calc(5px + 44px);
  height: calc(5px + 44px);
}
body .wrap .segment:nth-of-type(45) {
  -webkit-animation-delay: -1.125s;
          animation-delay: -1.125s;
  width: calc(5px + 45px);
  height: calc(5px + 45px);
}
body .wrap .segment:nth-of-type(46) {
  -webkit-animation-delay: -1.15s;
          animation-delay: -1.15s;
  width: calc(5px + 46px);
  height: calc(5px + 46px);
}
body .wrap .segment:nth-of-type(47) {
  -webkit-animation-delay: -1.175s;
          animation-delay: -1.175s;
  width: calc(5px + 47px);
  height: calc(5px + 47px);
}
body .wrap .segment:nth-of-type(48) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  width: calc(5px + 48px);
  height: calc(5px + 48px);
}
body .wrap .segment:nth-of-type(49) {
  -webkit-animation-delay: -1.225s;
          animation-delay: -1.225s;
  width: calc(5px + 49px);
  height: calc(5px + 49px);
}
body .wrap .segment:nth-of-type(50) {
  -webkit-animation-delay: -1.25s;
          animation-delay: -1.25s;
  width: calc(5px + 50px);
  height: calc(5px + 50px);
}
body .wrap .segment:nth-of-type(51) {
  -webkit-animation-delay: -1.275s;
          animation-delay: -1.275s;
  width: calc(5px + 51px);
  height: calc(5px + 51px);
}
body .wrap .segment:nth-of-type(52) {
  -webkit-animation-delay: -1.3s;
          animation-delay: -1.3s;
  width: calc(5px + 52px);
  height: calc(5px + 52px);
}
body .wrap .segment:nth-of-type(53) {
  -webkit-animation-delay: -1.325s;
          animation-delay: -1.325s;
  width: calc(5px + 53px);
  height: calc(5px + 53px);
}
body .wrap .segment:nth-of-type(54) {
  -webkit-animation-delay: -1.35s;
          animation-delay: -1.35s;
  width: calc(5px + 54px);
  height: calc(5px + 54px);
}
body .wrap .segment:nth-of-type(55) {
  -webkit-animation-delay: -1.375s;
          animation-delay: -1.375s;
  width: calc(5px + 55px);
  height: calc(5px + 55px);
}
body .wrap .segment:nth-of-type(56) {
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  width: calc(5px + 56px);
  height: calc(5px + 56px);
}
body .wrap .segment:nth-of-type(57) {
  -webkit-animation-delay: -1.425s;
          animation-delay: -1.425s;
  width: calc(5px + 57px);
  height: calc(5px + 57px);
}
body .wrap .segment:nth-of-type(58) {
  -webkit-animation-delay: -1.45s;
          animation-delay: -1.45s;
  width: calc(5px + 58px);
  height: calc(5px + 58px);
}
body .wrap .segment:nth-of-type(59) {
  -webkit-animation-delay: -1.475s;
          animation-delay: -1.475s;
  width: calc(5px + 59px);
  height: calc(5px + 59px);
}
body .wrap .segment:nth-of-type(60) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  width: calc(5px + 60px);
  height: calc(5px + 60px);
}
body .wrap .segment:nth-of-type(61) {
  -webkit-animation-delay: -1.525s;
          animation-delay: -1.525s;
  width: calc(5px + 61px);
  height: calc(5px + 61px);
}
body .wrap .segment:nth-of-type(62) {
  -webkit-animation-delay: -1.55s;
          animation-delay: -1.55s;
  width: calc(5px + 62px);
  height: calc(5px + 62px);
}
body .wrap .segment:nth-of-type(63) {
  -webkit-animation-delay: -1.575s;
          animation-delay: -1.575s;
  width: calc(5px + 63px);
  height: calc(5px + 63px);
}
body .wrap .segment:nth-of-type(64) {
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  width: calc(5px + 64px);
  height: calc(5px + 64px);
}
body .wrap .segment:nth-of-type(65) {
  -webkit-animation-delay: -1.625s;
          animation-delay: -1.625s;
  width: calc(5px + 65px);
  height: calc(5px + 65px);
}
body .wrap .segment:nth-of-type(66) {
  -webkit-animation-delay: -1.65s;
          animation-delay: -1.65s;
  width: calc(5px + 66px);
  height: calc(5px + 66px);
}
body .wrap .segment:nth-of-type(67) {
  -webkit-animation-delay: -1.675s;
          animation-delay: -1.675s;
  width: calc(5px + 67px);
  height: calc(5px + 67px);
}
body .wrap .segment:nth-of-type(68) {
  -webkit-animation-delay: -1.7s;
          animation-delay: -1.7s;
  width: calc(5px + 68px);
  height: calc(5px + 68px);
}
body .wrap .segment:nth-of-type(69) {
  -webkit-animation-delay: -1.725s;
          animation-delay: -1.725s;
  width: calc(5px + 69px);
  height: calc(5px + 69px);
}
body .wrap .segment:nth-of-type(70) {
  -webkit-animation-delay: -1.75s;
          animation-delay: -1.75s;
  width: calc(5px + 70px);
  height: calc(5px + 70px);
}
body .wrap .segment:nth-of-type(71) {
  -webkit-animation-delay: -1.775s;
          animation-delay: -1.775s;
  width: calc(5px + 71px);
  height: calc(5px + 71px);
}
body .wrap .segment:nth-of-type(72) {
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  width: calc(5px + 72px);
  height: calc(5px + 72px);
}
body .wrap .segment:nth-of-type(73) {
  -webkit-animation-delay: -1.825s;
          animation-delay: -1.825s;
  width: calc(5px + 73px);
  height: calc(5px + 73px);
}
body .wrap .segment:nth-of-type(74) {
  -webkit-animation-delay: -1.85s;
          animation-delay: -1.85s;
  width: calc(5px + 74px);
  height: calc(5px + 74px);
}
body .wrap .segment:nth-of-type(75) {
  -webkit-animation-delay: -1.875s;
          animation-delay: -1.875s;
  width: calc(5px + 75px);
  height: calc(5px + 75px);
}
body .wrap .segment:nth-of-type(76) {
  -webkit-animation-delay: -1.9s;
          animation-delay: -1.9s;
  width: calc(5px + 76px);
  height: calc(5px + 76px);
}
body .wrap .segment:nth-of-type(77) {
  -webkit-animation-delay: -1.925s;
          animation-delay: -1.925s;
  width: calc(5px + 77px);
  height: calc(5px + 77px);
}
body .wrap .segment:nth-of-type(78) {
  -webkit-animation-delay: -1.95s;
          animation-delay: -1.95s;
  width: calc(5px + 78px);
  height: calc(5px + 78px);
}
body .wrap .segment:nth-of-type(79) {
  -webkit-animation-delay: -1.975s;
          animation-delay: -1.975s;
  width: calc(5px + 79px);
  height: calc(5px + 79px);
}
body .wrap .segment:nth-of-type(80) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  width: calc(5px + 80px);
  height: calc(5px + 80px);
}
body .wrap .segment:nth-of-type(81) {
  -webkit-animation-delay: -2.025s;
          animation-delay: -2.025s;
  width: calc(5px + 81px);
  height: calc(5px + 81px);
}
body .wrap .segment:nth-of-type(82) {
  -webkit-animation-delay: -2.05s;
          animation-delay: -2.05s;
  width: calc(5px + 82px);
  height: calc(5px + 82px);
}
body .wrap .segment:nth-of-type(83) {
  -webkit-animation-delay: -2.075s;
          animation-delay: -2.075s;
  width: calc(5px + 83px);
  height: calc(5px + 83px);
}
body .wrap .segment:nth-of-type(84) {
  -webkit-animation-delay: -2.1s;
          animation-delay: -2.1s;
  width: calc(5px + 84px);
  height: calc(5px + 84px);
}
body .wrap .segment:nth-of-type(85) {
  -webkit-animation-delay: -2.125s;
          animation-delay: -2.125s;
  width: calc(5px + 85px);
  height: calc(5px + 85px);
}
body .wrap .segment:nth-of-type(86) {
  -webkit-animation-delay: -2.15s;
          animation-delay: -2.15s;
  width: calc(5px + 86px);
  height: calc(5px + 86px);
}
body .wrap .segment:nth-of-type(87) {
  -webkit-animation-delay: -2.175s;
          animation-delay: -2.175s;
  width: calc(5px + 87px);
  height: calc(5px + 87px);
}
body .wrap .segment:nth-of-type(88) {
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  width: calc(5px + 88px);
  height: calc(5px + 88px);
}
body .wrap .segment:nth-of-type(89) {
  -webkit-animation-delay: -2.225s;
          animation-delay: -2.225s;
  width: calc(5px + 89px);
  height: calc(5px + 89px);
}
body .wrap .segment:nth-of-type(90) {
  -webkit-animation-delay: -2.25s;
          animation-delay: -2.25s;
  width: calc(5px + 90px);
  height: calc(5px + 90px);
}
body .wrap .segment:nth-of-type(91) {
  -webkit-animation-delay: -2.275s;
          animation-delay: -2.275s;
  width: calc(5px + 91px);
  height: calc(5px + 91px);
}
body .wrap .segment:nth-of-type(92) {
  -webkit-animation-delay: -2.3s;
          animation-delay: -2.3s;
  width: calc(5px + 92px);
  height: calc(5px + 92px);
}
body .wrap .segment:nth-of-type(93) {
  -webkit-animation-delay: -2.325s;
          animation-delay: -2.325s;
  width: calc(5px + 93px);
  height: calc(5px + 93px);
}
body .wrap .segment:nth-of-type(94) {
  -webkit-animation-delay: -2.35s;
          animation-delay: -2.35s;
  width: calc(5px + 94px);
  height: calc(5px + 94px);
}
body .wrap .segment:nth-of-type(95) {
  -webkit-animation-delay: -2.375s;
          animation-delay: -2.375s;
  width: calc(5px + 95px);
  height: calc(5px + 95px);
}
body .wrap .segment:nth-of-type(96) {
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  width: calc(5px + 96px);
  height: calc(5px + 96px);
}
body .wrap .segment:nth-of-type(97) {
  -webkit-animation-delay: -2.425s;
          animation-delay: -2.425s;
  width: calc(5px + 97px);
  height: calc(5px + 97px);
}
body .wrap .segment:nth-of-type(98) {
  -webkit-animation-delay: -2.45s;
          animation-delay: -2.45s;
  width: calc(5px + 98px);
  height: calc(5px + 98px);
}
body .wrap .segment:nth-of-type(99) {
  -webkit-animation-delay: -2.475s;
          animation-delay: -2.475s;
  width: calc(5px + 99px);
  height: calc(5px + 99px);
}
body .wrap .segment:nth-of-type(100) {
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  width: calc(5px + 100px);
  height: calc(5px + 100px);
}
body .wrap .segment:nth-of-type(101) {
  -webkit-animation-delay: -2.525s;
          animation-delay: -2.525s;
  width: calc(5px + 101px);
  height: calc(5px + 101px);
}
body .wrap .segment:nth-of-type(102) {
  -webkit-animation-delay: -2.55s;
          animation-delay: -2.55s;
  width: calc(5px + 102px);
  height: calc(5px + 102px);
}
body .wrap .segment:nth-of-type(103) {
  -webkit-animation-delay: -2.575s;
          animation-delay: -2.575s;
  width: calc(5px + 103px);
  height: calc(5px + 103px);
}
body .wrap .segment:nth-of-type(104) {
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  width: calc(5px + 104px);
  height: calc(5px + 104px);
}
body .wrap .segment:nth-of-type(105) {
  -webkit-animation-delay: -2.625s;
          animation-delay: -2.625s;
  width: calc(5px + 105px);
  height: calc(5px + 105px);
}
body .wrap .segment:nth-of-type(106) {
  -webkit-animation-delay: -2.65s;
          animation-delay: -2.65s;
  width: calc(5px + 106px);
  height: calc(5px + 106px);
}
body .wrap .segment:nth-of-type(107) {
  -webkit-animation-delay: -2.675s;
          animation-delay: -2.675s;
  width: calc(5px + 107px);
  height: calc(5px + 107px);
}
body .wrap .segment:nth-of-type(108) {
  -webkit-animation-delay: -2.7s;
          animation-delay: -2.7s;
  width: calc(5px + 108px);
  height: calc(5px + 108px);
}
body .wrap .segment:nth-of-type(109) {
  -webkit-animation-delay: -2.725s;
          animation-delay: -2.725s;
  width: calc(5px + 109px);
  height: calc(5px + 109px);
}
body .wrap .segment:nth-of-type(110) {
  -webkit-animation-delay: -2.75s;
          animation-delay: -2.75s;
  width: calc(5px + 110px);
  height: calc(5px + 110px);
}
body .wrap .segment:nth-of-type(111) {
  -webkit-animation-delay: -2.775s;
          animation-delay: -2.775s;
  width: calc(5px + 111px);
  height: calc(5px + 111px);
}
body .wrap .segment:nth-of-type(112) {
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  width: calc(5px + 112px);
  height: calc(5px + 112px);
}
body .wrap .segment:nth-of-type(113) {
  -webkit-animation-delay: -2.825s;
          animation-delay: -2.825s;
  width: calc(5px + 113px);
  height: calc(5px + 113px);
}
body .wrap .segment:nth-of-type(114) {
  -webkit-animation-delay: -2.85s;
          animation-delay: -2.85s;
  width: calc(5px + 114px);
  height: calc(5px + 114px);
}
body .wrap .segment:nth-of-type(115) {
  -webkit-animation-delay: -2.875s;
          animation-delay: -2.875s;
  width: calc(5px + 115px);
  height: calc(5px + 115px);
}
body .wrap .segment:nth-of-type(116) {
  -webkit-animation-delay: -2.9s;
          animation-delay: -2.9s;
  width: calc(5px + 116px);
  height: calc(5px + 116px);
}
body .wrap .segment:nth-of-type(117) {
  -webkit-animation-delay: -2.925s;
          animation-delay: -2.925s;
  width: calc(5px + 117px);
  height: calc(5px + 117px);
}
body .wrap .segment:nth-of-type(118) {
  -webkit-animation-delay: -2.95s;
          animation-delay: -2.95s;
  width: calc(5px + 118px);
  height: calc(5px + 118px);
}
body .wrap .segment:nth-of-type(119) {
  -webkit-animation-delay: -2.975s;
          animation-delay: -2.975s;
  width: calc(5px + 119px);
  height: calc(5px + 119px);
}
body .wrap .segment:nth-of-type(120) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  width: calc(5px + 120px);
  height: calc(5px + 120px);
}
body .wrap .segment:nth-of-type(121) {
  -webkit-animation-delay: -3.025s;
          animation-delay: -3.025s;
  width: calc(5px + 121px);
  height: calc(5px + 121px);
}
body .wrap .segment:nth-of-type(122) {
  -webkit-animation-delay: -3.05s;
          animation-delay: -3.05s;
  width: calc(5px + 122px);
  height: calc(5px + 122px);
}
body .wrap .segment:nth-of-type(123) {
  -webkit-animation-delay: -3.075s;
          animation-delay: -3.075s;
  width: calc(5px + 123px);
  height: calc(5px + 123px);
}
body .wrap .segment:nth-of-type(124) {
  -webkit-animation-delay: -3.1s;
          animation-delay: -3.1s;
  width: calc(5px + 124px);
  height: calc(5px + 124px);
}
body .wrap .segment:nth-of-type(125) {
  -webkit-animation-delay: -3.125s;
          animation-delay: -3.125s;
  width: calc(5px + 125px);
  height: calc(5px + 125px);
}
body .wrap .segment:nth-of-type(126) {
  -webkit-animation-delay: -3.15s;
          animation-delay: -3.15s;
  width: calc(5px + 126px);
  height: calc(5px + 126px);
}
body .wrap .segment:nth-of-type(127) {
  -webkit-animation-delay: -3.175s;
          animation-delay: -3.175s;
  width: calc(5px + 127px);
  height: calc(5px + 127px);
}
body .wrap .segment:nth-of-type(128) {
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  width: calc(5px + 128px);
  height: calc(5px + 128px);
}
body .wrap .segment:nth-of-type(129) {
  -webkit-animation-delay: -3.225s;
          animation-delay: -3.225s;
  width: calc(5px + 129px);
  height: calc(5px + 129px);
}
body .wrap .segment:nth-of-type(130) {
  -webkit-animation-delay: -3.25s;
          animation-delay: -3.25s;
  width: calc(5px + 130px);
  height: calc(5px + 130px);
}
body .wrap .segment:nth-of-type(131) {
  -webkit-animation-delay: -3.275s;
          animation-delay: -3.275s;
  width: calc(5px + 131px);
  height: calc(5px + 131px);
}
body .wrap .segment:nth-of-type(132) {
  -webkit-animation-delay: -3.3s;
          animation-delay: -3.3s;
  width: calc(5px + 132px);
  height: calc(5px + 132px);
}
body .wrap .segment:nth-of-type(133) {
  -webkit-animation-delay: -3.325s;
          animation-delay: -3.325s;
  width: calc(5px + 133px);
  height: calc(5px + 133px);
}
body .wrap .segment:nth-of-type(134) {
  -webkit-animation-delay: -3.35s;
          animation-delay: -3.35s;
  width: calc(5px + 134px);
  height: calc(5px + 134px);
}
body .wrap .segment:nth-of-type(135) {
  -webkit-animation-delay: -3.375s;
          animation-delay: -3.375s;
  width: calc(5px + 135px);
  height: calc(5px + 135px);
}
body .wrap .segment:nth-of-type(136) {
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  width: calc(5px + 136px);
  height: calc(5px + 136px);
}
body .wrap .segment:nth-of-type(137) {
  -webkit-animation-delay: -3.425s;
          animation-delay: -3.425s;
  width: calc(5px + 137px);
  height: calc(5px + 137px);
}
body .wrap .segment:nth-of-type(138) {
  -webkit-animation-delay: -3.45s;
          animation-delay: -3.45s;
  width: calc(5px + 138px);
  height: calc(5px + 138px);
}
body .wrap .segment:nth-of-type(139) {
  -webkit-animation-delay: -3.475s;
          animation-delay: -3.475s;
  width: calc(5px + 139px);
  height: calc(5px + 139px);
}
body .wrap .segment:nth-of-type(140) {
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
  width: calc(5px + 140px);
  height: calc(5px + 140px);
}
body .wrap .segment:nth-of-type(50) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(51) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(52) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(53) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(54) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(55) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(56) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(57) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(58) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(59) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(60) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(61) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(62) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(63) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(64) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(65) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(66) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(67) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(68) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(69) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(70) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(71) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(72) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(73) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(74) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(75) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(76) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(77) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(78) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(79) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(80) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(81) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(82) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(83) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(84) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(85) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(86) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(87) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(88) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(89) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(90) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(91) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(92) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(93) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(94) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(95) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(96) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(97) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(98) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(99) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(100) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(101) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(102) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(103) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(104) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(105) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(106) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(107) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(108) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(109) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(110) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(111) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(112) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(113) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(114) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(115) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(116) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(117) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(118) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(119) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(120) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(121) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(122) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(123) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(124) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(125) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(126) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(127) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(128) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(129) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(130) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(131) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(132) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(133) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(134) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(135) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(136) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(137) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(138) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(139) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body .wrap .segment:nth-of-type(140) {
  width: 55px;
  height: 55px;
  z-index: 999;
}
body .wrap .segment:nth-of-type(6n) {
  background: #005f22;
}
body .wrap .segment:last-of-type:before {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/oprah.svg");
  background-size: cover;
  left: -15px;
  top: -55px;
  transform: rotate(90deg);
  z-index: 2;
  box-shadow: none;
}
body .wrap .segment:last-of-type:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  background: #ffffa2;
  background: radial-gradient(circle at right center, #00ab3d -30%, #ffffa2);
  left: 20px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}