#perks {
  margin-top: 15px;
}

#perks .title {
  font-size: 23px;
  margin: 0 0 15px 0;
}

#perks .left {
  width: 50%;
  overflow: hidden;
  clip-path: ellipse(67% 145% at 33% 50%);
  padding: 42px 0 34px 0;
  background-image: url('../../images/home/perks-bg-1.png');
  background-image: image-set(url('../../images/home/perks-bg-1.png') 1x,
      url('../../images/home/perks-bg-1@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  padding-left: 20px;
}

#perks .left img {
  position: relative;
  left: -20px;
}

#perks .left-inner {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

#perks .right {
  width: 50%;
  background-image: url('../../images/home/perks-bg-2.png');
  background-image: image-set(url('../../images/home/perks-bg-2.png') 1x,
      url('../../images/home/perks-bg-2@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  text-align: center;
  padding-right: 20px;
}

#perks .right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  height: 100%;
}

#perks p {
  font-size: 23.5px;
  line-height: 1.3191489362em;
}

#perks .button {
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  background-color: var(--yellow);
  color: #000;
  margin-top: 13px;
  width: 100%;
  max-width: 235px;
}

.scrolltext {
  font-size: 22px;
  max-width: 100%;
  overflow: hidden;
  padding: 7px 0;
}

.scrolltext .inner {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.scrolltext span {
  display: inline-flex;
  align-items: center;
}

.scrolltext img {
  margin: -3px 10px 0;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (max-width: 991px ) {
  #perks {
    background-image: url('../../images/home/perks-bg-m.png');
    background-image: image-set(url('../../images/home/perks-bg-m.png') 1x,
        url('../../images/home/perks-bg-m@2x.png') 2x);
    background-position: left 94%;
    background-repeat: no-repeat;
  }
  #perks .inner {
    flex-direction: column;
    background-image: url('../../images/home/perks-bg-m-2.png');
    background-image: image-set(url('../../images/home/perks-bg-m-2.png') 1x,
        url('../../images/home/perks-bg-m-2@2x.png') 2x);
    background-position: right 94%;
    background-repeat: no-repeat;
  }
  #perks .title {
    margin-bottom: 11px;
  }
  #perks .left,
  #perks .right {
    width: 100%;
  }
  #perks .left-inner,
  #perks .right-inner {
    max-width: unset;
    text-align: center;
  }
  #perks .left img {
    margin: 0 auto;
    max-width: 319px;
    width: 100%;
    height: auto;
    left: 0;
  }
  #perks .left {
    background-image: unset;
    padding: 22px 0 92px 0;
    clip-path: ellipse(78% 145% at 50% -54%);
  }
  #perks .right {
    padding: 0 0 35px 0;
    background-image: unset;
    background: none;
  }
  .perks-new {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 567px ) {
  #perks {
    margin-top: 50px;
  }
  #perks .title {
    font-size: 20.5px;
  }
  #perks p {
    font-size: 16px;
  }
  #perks .button {
    height: 43px;
    font-size: 16px;
    max-width: 188px;
    line-height: 46px;
  }
  .scrolltext {
    font-size: 16px;
    line-height: 22px;
  }
  .scrolltext img {
    width: 16.5px;
    height: auto;
    margin-top: -5px;
  }
}