:root {
  --black: #262626;
  --gray: #c7c7c7;
  --lightgray: #f5f5f5;
  --lightgray2: #f0f0f0;
  --mediumgray: #8c8c8c;
}

.b-lightgray2 {
  background-color: var(--lightgray2);
}

#newsletter {
  margin-top: 0;
}

#benefits-hero {
  background-image: url(../../images/redesign/benefits/bg-hero.png);
  background-image: -webkit-image-set(url("../../images/redesign/benefits/bg-hero.png") 1x, url("../../images/redesign/benefits/bg-hero@2x.png") 2x);
}

#benefits-hero.v2 {
  background-image: url(../../images/redesign/benefits/bg-hero.webp);
  background-image: -webkit-image-set(url("../../images/redesign/benefits/bg-hero.webp") 1x, url("../../images/redesign/benefits/bg-hero@2x.webp") 2x);
  margin-top: 15px;
  padding: 32px 0;
}

#benefits-hero p.absolute span {
  background: #1d3460;
}

#benefits-hero a {
  width: 188px;
  height: 51px;
  line-height: 51px;
  padding-top: 4px;
  font-size: 17px;
  margin-top: 30px;
  text-decoration: none;
}

#benefits-savings .innr {
  padding-top: 15px;
}

#benefits-savings.v2 .innr {
  padding-top: 11px;
}

#benefits-savings h1 {
  font-size: 50px;
}

#benefits-savings p {
  font-size: 24px;
  line-height: 32px;
  max-width: 530px;
}

#benefits-savings.v2 p {
  font-size: 20px;
  line-height: 26px;
  color: #000 !important;
  max-width: 540px;
}

#benefits-savings .breadcrumbs {
  padding-top: 7px;
}

#benefits-savings .breadcrumbs,
#benefits-savings .breadcrumbs a {
  color: var(--mediumgray);
  font-size: 17px;
}

#benefits-savings .breadcrumbs .container {
  padding: 0;
}

#benefits-savings .breadcrumbs .bc-inner {
  font-family: "mr-eaves-xl-modern";
  font-weight: 400;
}

@media screen and (min-width: 568px) {
  #benefits-hero .blocktitle {
    padding: 15px 70px 10px 70px;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 567px) {
  #benefits-hero {
    background-image: url(../../images/redesign/about/benefits/bg-hero-m.png);
    background-image: -webkit-image-set(url("../../images/redesign/benefits/bg-hero-m.png") 1x, url("../../images/redesign/benefits/bg-hero-m.png") 2x);
    padding: 10px 0 23px 0;
    margin-top: 22px;
  }

  #benefits-hero.v2 {
    margin-top: 18px;
    padding: 6px 0 15px 0;
  }

  #benefits-hero.v2 img {
    width: 300px;
  }

  #benefits-hero .blocktitle {
    padding: 15px 10px 10px 10px;
    margin-bottom: 40px;
  }

  #benefits-hero .blocktitle h3 {
    font-size: 37px;
    line-height: 37px;
  }

  #benefits-hero .blocktitle p {
    font-size: 32px;
    top: -17px;
  }

  #benefits-hero a {
    margin-top: -10px;
  }

  #benefits-hero.v2 a {
    margin-top: 16px;
  }

  #benefits-savings .innr {
    padding: 15px 0 0 0;
  }

  #benefits-savings.v2 .innr {
    padding-top: 19px;
  }

  #benefits-savings h1 {
    font-size: 37px;
    line-height: 40px;
  }

  #benefits-savings p {
    font-size: 18px;
    line-height: 23px;
  }

  #benefits-savings.v2 p {
    font-size: 18px;
    line-height: 23px;
    max-width: 340px;
  }

  #benefits-savings .breadcrumbs {
    padding: 0 0 15px 0;
    font-size: 13px;
  }

  #benefits-savings .breadcrumbs a {
    font-size: 13px;
  }

  #benefits-savings p {
    padding: 0;
  }
}

#signup {
  padding-bottom: 120px;
}

#signup .button {
  width: 187.5px;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  margin-top: 4px;
}

#signup .inner {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 21.5px;
  max-width: 770px;
}

@media screen and (min-width: 769px) {
  #signup.v2 {
    padding-bottom: 102px;
  }

  #signup.v2 .inner {
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1163px;
  }

  #signup.v2 .item {
    width: calc((100% / 3) - 15px);
  }
}

#signup .image {
  flex-basis: 59%;
  padding-top: 21px;
}

#signup .item {
  height: 215px;
}

#signup .item .front {
  padding: 20px;
}

#signup.v2 .item .front {
  padding: 10px;
}

#signup .item p {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000 !important;
}

#signup .swiper-button-next,
#signup .swiper-button-prev {
  display: none;
}

#signup .swiper-button-next,
#signup .swiper-button-prev {
  background-image: url('../../images/swiper-arrow.png');
  background-size: 7px 11px;
  background-position: center;
  background-repeat: no-repeat;
  width: 37.5px;
  height: 37.5px;
  border-radius: 50%;
  border: 1px solid var(--gray);
  top: calc(50% + 5px);
  background-color: #fff;
}

#signup .swiper-button-next {
  transform: scale(-1);
}

#signup .swiper-button-prev::after,
#signup .swiper-button-next::after {
  display: none;
}

#signup .front {
  inset: 0;
}

#signup .back,
#signup .front {
  transition: 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

#signup .back {
  inset: 0;
  transform: rotateY(-180deg);
  padding: 20px 15px;
}

#signup.v2 .back {
  padding: 20px 10px;
}

#signup .item:hover .back,
#signup .item:active .back,
#signup .item.hover .back {
  transform: rotateY(0deg);
}

#signup .item:hover .front,
#signup .item:active .front,
#signup .item.hover .front {
  transform: rotateY(180deg);
}

#signup .back p {
  font-size: 14px;
  line-height: 18px;
}

#signup.v2 .back p {
  margin-bottom: 0;
}

#signup .back .title {
  font-size: 21px;
  line-height: 24px;
}

#signup.v2 .back .title {
  margin-bottom: 0;
  padding-bottom: 0;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  animation: confetti-slow 5.25s linear 1 forwards;
}

.confetti--animation-medium {
  animation: confetti-medium 4.75s linear 1 forwards;
}

.confetti--animation-fast {
  animation: confetti-fast 4.25s linear 1 forwards;
}

@media screen and (max-width: 992px) {
  #signup .inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  #signup {
    overflow: hidden;
    padding-bottom: 20px;
  }

  #signup .inner {
    display: flex;
    gap: 0;
  }

  #signup .swiper {
    margin-left: -15px;
    width: 100vw;
    position: relative;
  }

  #signup .swiper-button-next,
  #signup .swiper-button-prev {
    display: block;
  }

  #signup .back {
    padding: 20px 57px;
  }

}

@media screen and (max-width: 567px) {
  #signup .inner {
    margin-top: 35px;
  }

  #signup .item {
    height: 253px;
  }

  #signup .item .front p {
    max-width: 250px;
    margin: 0 auto;
  }

  #signup .image {
    flex-basis: 55%;
    margin-top: -20px;
  }

  #signup.v2 .image {
    flex-basis: 46%;
    margin-top: -7px;
  }

  #signup.v2 .image img {
    width: 73.5px;
  }

  #signup.v2 .back p {
    max-width: 300px;
    margin: 0 auto;
  }

  #signup .swiper-button-next, #signup .swiper-button-prev {
    top: 45%;
  }
}

#banner-questions {
  background-image: url('../../images/redesign/benefits/questions-bg.png');
  background-image: -webkit-image-set(url("../../images/redesign/benefits/questions-bg.png") 1x, url("../../images/redesign/benefits/questions-bg@2x.png") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 18px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}

#banner-questions .inner {
  padding: 53px 0 50px 0;
}

#banner-questions .title {
  font-size: 50px;
  line-height: 47.5px;
  margin-bottom: 3px;
}

#banner-questions .text {
  font-size: 30px;
}

#banner-questions a {
  font-size: 17px;
  width: 275px;
  height: 52px;
  line-height: 54px;
  margin-top: 23px;
  text-decoration: none;
}

#banner-questions img {
  bottom: 25px;
  right: 157px;
}

@media screen and (max-width: 1200px) {
  #banner-questions img {
    right: 50px;
  }
}

@media screen and (max-width: 567px) {
  #banner-questions {
    margin-top: 0;
  }

  #banner-questions .inner {
    padding: 33px 0 37px 0;
  }

  #banner-questions .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  #banner-questions .text {
    font-size: 18px;
    line-height: 23px;
  }
}