body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  color: var(--black);
  background-color: #fff;
}

.mobile {
  display: none;
}

.dn {
  display: none !important;
}

body.no-scroll {
  overflow-y: hidden;
}

main {
  overflow: hidden;
}

:root {
  --black: #000;
  --yellow: #fece52;
  --magenta: #c93e99;
  --blue: #2b1e59;
}

::selection {
  background-color: var(--magenta);
  color: #fff;
}

.f-phosphate {
  font-family: 'Phosphate';
}

section {
  position: relative;
  display: block;
  width: 100%;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 76.66%;
  max-width: 1680px;
}

.wrapper-home {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 73.8%;
  max-width: 1680px;
}

.wrapper-big {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 94%;
  max-width: 1680px;
}

.enter-y {
  transform: translateY(100px);
  opacity: 0;
  transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enter-y-r {
  transform: translateY(-100px);
  opacity: 0;
  transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.error-page .enter-y-r {
  transform: none;
  opacity: 1;
}

.error-page .enter-y {
  transform: none;
  opacity: 1;
}

.error-section {
  margin-top: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em 0;
}

.error-section h2 {
  color: var(--magenta);
  margin-bottom: 3rem;
}

.error-section p {
  line-height: 1.42;
  font-size: 1.3em;
  padding-top: 1.5em;
  width: 75%;
}

.error-link {
  font-weight: 600;
  color: var(--magenta);
}

.enter-x {
  transform: translateX(-100px);
  opacity: 0;
  transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.enter-x-r {
  transform: translateX(100px);
  opacity: 0;
  transition:
    opacity 1s,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-inview .delay-1 {
  transition-delay: 0.2s !important;
}

.is-inview .delay-2 {
  transition-delay: 0.4s !important;
}

.is-inview .delay-2-5 {
  transition-delay: 0.5s !important;
}

.is-inview .delay-3 {
  transition-delay: 0.6s !important;
}

.is-inview .delay-3-5 {
  transition-delay: 0.7s !important;
}

.is-inview .delay-4 {
  transition-delay: 0.8s !important;
}

.is-inview .delay-4-5 {
  transition-delay: 0.9s !important;
}

.is-inview .delay-5 {
  transition-delay: 1s !important;
}

.is-inview .delay-6 {
  transition-delay: 1.2s !important;
}

.is-inview .delay-7 {
  transition-delay: 1.4s !important;
}

.is-inview .delay-8 {
  transition-delay: 1.6s !important;
}

.is-inview .delay-9 {
  transition-delay: 1.8s !important;
}

.is-inview .delay-10 {
  transition-delay: 2s !important;
}

.is-inview .delay-11 {
  transition-delay: 2.2s !important;
}

.is-inview .delay-12 {
  transition-delay: 2.4s !important;
}

.is-inview .delay-13 {
  transition-delay: 2.6s !important;
}

.is-inview .delay-14 {
  transition-delay: 2.8s !important;
}

.is-inview .delay-15 {
  transition-delay: 3s !important;
}

.is-inview .delay-16 {
  transition-delay: 3.2s !important;
}

.is-inview .enter-y,
.is-inview .enter-x,
.is-inview .enter-y-r,
.is-inview .enter-x-r {
  opacity: 1;
  transform: translate(0);
}

h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
}

h3,
.s-impact h2,
.powered h2,
.about-map h2,
.tips h2,
.blo-part-sect-bot .h-c-f-text h2,
.partner-form-send .h-c-f-text h2,
.no-thks-bottom .h-c-f-text h2,
.customer-support-form-t {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--blue);
}

header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 100;
  top: 0;
  text-align: left;
  transition: all 0.4s;
}

header.hide {
  top: -120px;
}

header.scrolled.shows {
  background: rgba(43, 31, 80, 0.8);
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  top: 0;
}

header.scrolled {
  top: -120px;
}

.toggle-nav {
  position: relative;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
  background: var(--magenta);
  border-radius: 50%;
}

header.scrolled .toggle-nav {
  top: 0;
  transition: all 0.3s !important;
}

.toggle-nav span {
  position: absolute;
  top: 21px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 2px;
  border-radius: 10px;
  transition: all 0.3s;
  background: #fff;
  overflow: hidden;
}

.toggle-nav span:nth-child(2) {
  top: 50%;
}

.toggle-nav span:nth-child(3) {
  top: unset;
  bottom: 19px;
}

.active.toggle-nav span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  height: 3px;
}

.active.toggle-nav span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.active.toggle-nav span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-135deg) !important;
  -moz-transform: rotate(-135deg) !important;
  -o-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  height: 3px;
}

.toggle-nav span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transition: all 0.5s;
  background: #874cda;
}

.toggle-nav span:nth-child(2)::before {
  transition-delay: 0.07s;
}

.toggle-nav span:nth-child(3)::before {
  transition-delay: 0.14s;
}

.toggle-nav:hover span::before {
  left: 100%;
}

.header-container {
  position: relative;
  width: 81%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-container nav {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  text-transform: uppercase;
  color: #fff;
  align-items: center;
}

.header-sections {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.header-sections > .js-site-link {
  white-space: nowrap;
  padding: 8px 0;
}

.header-download {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 85px;
  color: rgba(255, 255, 255, 0.5);
}

.header-download p {
  font-size: 18px;
}

.logo {
  width: 10%;
  z-index: 1;
}

a.logo {
  width: 209px;
}

/* Tooltip styles */
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-left: 50px;
  top: 40px;
}

.tooltip {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 10px));
  padding: 6px 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  width: 20rem;
  z-index: 10;
}

.tooltip::before {
  content: '';
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip-trigger {
  width: 2em;
  aspect-ratio: 1;
  display: block;
  border: none;
  background: url(../assets/img/info-icon.svg) #fff center no-repeat;
  cursor: help;
}

/** Accordion styles **/
.accordion {
  max-width: 1010px;
  position: relative;
  border: 1px solid var(--blue);
  margin: 0 auto;
  margin-top: 20px;
}

.s-impact .accordion {
  margin-top: 65px;
}

.accordion button svg {
  position: relative;
  height: 1em;
  margin-left: auto;
}

.accordion li {
  list-style-type: none;
}

.accordion .accordion__header {
  max-width: 100%;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
}

.accordion .accordion__header button {
  all: inherit;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.accordion__header button:focus {
  outline: var(--magenta) auto 5px;
}

.accordion__header button:hover,
.accordion__header button:focus {
  background: #f3fbfd;
}

.accordion__panel {
  margin: 0 auto;
}

.accordion .accordion__panel p {
  max-width: none;
  margin: 0 auto;
  text-align: left;
  font-size: 1.1875rem;
  color: hsl(0deg, 0%, 46%);
  line-height: 1.5;
  padding: 1rem;
}

.accordion [aria-expanded='true'] .vert {
  display: none;
}

.accordion [aria-expanded] rect {
  fill: currentColor;
}

.s-impact .tooltip-wrapper,
.wallgreens .tooltip-wrapper {
  margin-left: 170px;
}

.s-impact .wrapper .tooltip-wrapper,
.wallgreens .wrapper .tooltip-wrapper {
  margin-left: 50px;
}

[data-icon='info-circle'] {
  width: 1em;
}
.h-s-link-container,
.header-sections li > a {
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  position: relative;
}

.h-s-more-options li > a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-top: 5px;
}
.header-sections li > div.under-line {
  display: flex;
}

.h-s-more-options li > a:hover,
.h-s-more-options li > a:focus {
  color: var(--magenta);
}

.h-s-link-container {
  display: flex;
  padding: 8px;
  margin: 0;
}

.h-s-link-container button {
  padding: 0;
  margin-left: 5px;
  border: none;
  background: #3b226f;
}
.h-s-link-container button:hover > span,
.h-s-link-container button:focus > span {
  background: url(../assets/img/down-arrow-active.png) #fff center no-repeat;
}

.h-s-link-container button > span {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../assets/img/down-arrow.png) center no-repeat;
}

.h-s-link-container button:hover,
.h-s-link-container button:focus {
  background: #fff;
}

.h-s-link-container a {
  position: relative;
  display: block;
}

.our-impact-link {
  display: flex !important;
}

.our-impact-link span {
  display: block;
}

.our-impact-link span:last-child {
  margin-left: 5px;
}

.h-s-link-container:hover .h-s-more-options,
.h-s-link-container.open .h-s-more-options {
  display: block;
  opacity: 1;
  pointer-events: all;
  top: 71px;
}
.h-s-more-options {
  position: absolute;
  width: max-content;
  display: none;
  justify-content: space-between;
  top: 91px;
  left: 50%;
  background: #fff;
  margin: 0 auto;
  filter: drop-shadow(0 30px 100px rgba(68, 43, 120, 0.25));
  border-radius: 0 0 35px 35px;
  padding: 0 30px;
  transition: 0.4s;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.h-s-more-options::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30px;
}

header:not(.hide) .h-s-link-container:hover .h-s-more-options,
header:not(.hide) .h-s-link-container.active .h-s-more-options {
  opacity: 1;
  pointer-events: all;
  top: 71px;
}

.h-s-more-options svg {
  position: absolute;
  top: -29px;
  right: 42%;
}

.h-s-more-options svg {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.header-download::before {
  position: absolute;
  content: '';
  height: 36px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

#header.no-bg .wrapper-big {
  background: unset;
}

#header.bg-blue .wrapper-big {
  background: #3b226f;
}

#header .wrapper-big {
  background: #3b226f;
  border-radius: 0 0 70px 70px;
  padding: 22px 22px 16px;
  z-index: 15;
  transition: 0.5s;
}

.header-download a:nth-of-type(1) {
  margin: 0 13px 0 38px;
}

section.hero {
  padding-top: 103px;
  padding-bottom: 50px;
}

section.hero::after,
section.hero::before {
  position: absolute;
  height: 1px;
  width: 100%;
  max-width: 1070px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.hero-back {
  position: absolute;
  background: linear-gradient(180deg, #321e5b 0%, #442b78 100%);
  height: 460px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0 0 115px 115px;
  margin-top: -110px;
  background: linear-gradient(180deg, #3b226f 54.17%, #442b78 100%);
}

.hero-card {
  position: absolute;
  width: 100%;
  max-width: 1288px;
  height: 100%;
  background: #e441a7;
  border-radius: 114px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -5px;
  z-index: 0;
  background-image: url(img/card-hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 20px 100px rgba(68, 43, 120, 0.25);
}

.home-content::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(43, 30, 89, 0.1);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 850px;
}

.hero-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1070px;
  padding: 50px 0;
  margin: 0 auto;
}

.hero-slide.desktop {
  border-top: solid 1px rgba(43, 30, 89, 0.1);
  border-bottom: solid 1px rgba(43, 30, 89, 0.1);
}

.hero-slide.mobile::after,
.hero-slide.mobile::before {
  position: absolute;
  content: '';
  background-color: rgba(43, 30, 89, 0.1);
  height: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 85%;
}

.hero-slide.mobile::before {
  top: unset;
  bottom: 0;
}

a.h-s-link img {
  transition: 0.3s;
}

a.h-s-link:hover img {
  opacity: 0.7;
}

.hero-slide-text {
  font-size: 25px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  max-width: 700px;
}

.hero-slide-text p {
  position: relative;
  max-width: 689px;
  text-align: center;
  margin: 0 auto;
  padding: 0 80px;
}

.h-s-t-item .o-q,
.h-s-t-item .c-q {
  position: absolute;
  top: 50px;
  font-size: 200px;
  color: #dedede;
}

.h-s-t-item .c-q {
  right: 0;
  top: initial;
  left: initial;
}

.h-s-t-item .o-q {
  left: 0;
}

.h-s-t-i-user {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
}

.h-s-t-i-user-name {
  position: relative;
  margin: -10px 0 0 -10px;
}

.h-s-t-i-user-name p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: initial;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  padding: unset !important;
}

.h-s-t-i-user-name p:nth-of-type(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: initial;
  color: rgba(0, 0, 0, 0.6);
}

/* .hero-slide-text .h-s-t-i-comment::before,
.hero-slide-text .h-s-t-i-comment::after {
    position: absolute;
    content: '“';
    top: 50px;
    left: 0;
    font-size: 200px;
    color: #dedede;
    z-index: -1;
}

.hero-slide-text .h-s-t-i-comment::after {
    content: '”';
    top: initial;
    left: initial;
    bottom: -60px;
    right: 0;
} */

.h-s-t-i-comment .comment {
  display: inline-block;
  width: 85%;
}

.h-s-next,
.h-s-prev {
  position: absolute;
  top: 40px;
  cursor: pointer;
  border: none;
  background: none;
}

.h-s-next {
  right: 10%;
}

.h-s-prev {
  left: 10%;
}

.h-s-next:hover svg,
.h-s-prev:hover svg {
  transform: scale(1.2);
}

.h-s-next svg,
.h-s-prev svg {
  transition: 0.3s;
}

.TOS-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  max-width: 850px;
  margin-top: 48px;
  margin-bottom: 60px;
}

.h-c-flex {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1094px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.h-c-flex:nth-of-type(even) .h-c-f-text {
  order: 2;
}

.h-c-f-text {
  position: relative;
  width: 50%;
}

.h-c-f-img {
  position: relative;
  width: 50%;
}

.h-c-f-text p {
  position: relative;
  width: 100%;
  max-width: 920px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  margin: 45px 0;
}

.ul-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  list-style: disc;
  margin-left: 1.5em;
}

.ul-text span.bold {
  display: inline;
  font-weight: bold;
}
.ul-text li {
  list-style: disc;
}

.button.larger.btn-chat {
  margin: 2em auto;
  background-color: #1da0ce;
}

.home-content.turnkey h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  margin-top: 1em;
}

.home-content.turnkey p {
  margin: 0;
}

.home-content.turnkey .title {
  color: var(--magenta);
  text-align: center;
  margin: 1em;
}

p.h-c-legal {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.employers-problem .p-section:last-of-type {
  border-left: none;
}
.h-c-f-text h2,
.h-c-f-text span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 40px;
  font-weight: unset;
}

.home-content.hero-prod-detail h2,
.prod-detail h2 {
  color: var(--blue);
}

.home-content .h-c-f-text h2,
.home-content.hero-prod-detail h1 {
  color: #442b78;
}

.home-content .impact-quote-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home-content .impact-quote-text .quote {
  width: 60%;
}

.h-c-f-text a,
.h-c-f-text button:not(.no-white) {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #eb3fb2;
  color: var(--magenta);
  position: relative;
  width: fit-content;
  transition: 0.3s;
  cursor: pointer;
  padding: 15px 6px;
  background: none;
  border: none;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
}

.h-c-f-text a::after,
.h-c-f-text button::after {
  bottom: 0;
}

.underline-hover::after {
  position: absolute;
  content: '';
  width: calc(100% + 10px);
  height: 2px;
  background: var(--magenta);
  left: -5px;
  bottom: 0;
  transition: 0.3s;
}

.underline-hover:hover::after {
  background: var(--blue);
}

.underline-hover:hover {
  color: var(--blue) !important;
}

.footer-open-jobs {
  font-size: 1em;
}

.button {
  position: relative;
  background: #442b78;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 20px 40px;
  width: fit-content;
  box-shadow: 0 20px 100px rgba(68, 43, 120, 0.25);
  border: none;
  cursor: pointer;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
}

.home-content .button {
  margin: 0 auto;
  display: block;
}

.home-slide-item {
  position: relative;
  width: 100%;
  width: 55%;
}

.w-e-c-n-title {
  font-style: normal;
  font-weight: 500;
  margin-top: 120px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  color: var(--blue);
}

.counter-description {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--blue);
  margin-top: -20px;
  margin-bottom: 20px;
}

section.why-earnin::before {
  position: absolute;
  content: '';
  width: 850px;
  max-width: 100%;
  height: 1px;
  background: rgba(43, 30, 89, 0.1);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.home-slide {
  padding-top: 120px;
  margin-bottom: 80px;
}

.h-s-i-tex {
  position: relative;
  z-index: 1;
  color: #fff;
}

.h-s-i-tex > p {
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  max-width: 420px;
}

.h-s-i-back {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66px 96px 160px;
}

.home-slide-item > img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.h-s-i-tex h3 {
  margin-bottom: 20px;
  max-width: 50%;
  max-width: 80%;
}

.h-s-i-t-appstore {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 70px;
  z-index: 1;
}

.home-content {
  padding-bottom: 100px;
  padding-top: 5em;
}

.home-slide::before,
.home-slide::after {
  position: absolute;
  content: '';
  width: 380px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: linear-gradient(to right, white, transparent);
  pointer-events: none;
}

.home-slide::after {
  left: initial;
  right: 0;
  background-image: linear-gradient(to left, white, transparent);
}

.home-slide-dots {
  position: relative;
  width: fit-content;
  margin-top: 110px;
  display: block;
  text-align: center;
}

.swiper-pagination-bullet {
  background: rgba(201, 62, 153);
  width: 10px;
  height: 10px;
  margin-right: 23px !important;
  opacity: 0.75;
}

.swiper-pagination-bullet:focus {
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: var(--magenta);
  opacity: 1;
  transform: scale(1.5);
}

.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.h-s-i-t-a-logo {
  position: relative;
  width: 72px;
  max-height: 72px;
  margin-right: 21px;
}

.h-s-i-t-a-text {
  position: relative;
  width: calc(100% - 72px);
}

.h-s-i-t-a-starts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 210px;
}

.h-s-i-t-a-text .stars {
  display: inline;
  position: relative;
}

.h-s-i-t-a-text > p {
  font-size: 22px;
  line-height: 28px;
  color: #442b78;
}

.h-s-i-t-a-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #442b78;
}

.hero-back-container {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 46%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero-card-text {
  position: relative;
  z-index: 3;
}

.hero-back-container img {
  position: absolute;
  bottom: 0;
  left: -124px;
  z-index: 1;
}

.hero-card-text p {
  font-size: 24px;
  line-height: 35px;
  color: #442b78ff;
  max-width: 592px;
  margin-bottom: 40px;
}

.hero-card-download {
  position: relative;
  display: flex;
}

.hero-card-download-option {
  position: relative;
  margin-right: 30px;
}

.hero-card-download-option .button {
  display: flex;
  text-transform: unset;
  padding: 12px 30px;
}

.hero-card-download-option .button div span {
  display: block;
  font-weight: 500;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-card-text h1 {
  margin-bottom: 30px;
}

.hero-card-download-option .button div span:nth-of-type(2) {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

.hero-card-download-option .button svg {
  margin-right: 14px;
}

.hero-card-download-option .button img {
  position: relative;
}

.hero-card-download-option .stars {
  display: inline;
  margin-right: 10px;
}

.h-c-d-o-rating > span {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #1a0d40; /*small font*/
  display: inline;
}

.h-c-d-o-rating > span small {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  margin-right: 3px;
}

.h-c-d-o-rating {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.hero-slide-dots {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 48px;
}

.h-s-i-t-appstore .h-s-i-t-a-text {
  background: rgba(255, 255, 255, 0.55);
  padding: 10px 20px;
  border-radius: 5px;
}

.footer-container {
  position: relative;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 115px 50px;
  border-radius: 75px;
  box-shadow: 0 20px 100px rgba(68, 43, 120, 0.25);
}

.container-bg {
  background-image: url('/assets/img/footer-back.webp');
}

.footer-links {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.f-l-sections {
  position: relative;
  display: flex;
  width: 60%;
}

.f-l-c-links {
  position: relative;
  width: fit-content;
  margin-right: 27px;
  min-width: 127px;
}

.f-l-c-links h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.f-l-c-links a {
  font-size: 14px;
  color: #eb3fb2;
  color: #f490db; /* Neon pink with light for background dark */
  display: block;
  margin-bottom: 14px;
  transition: 0.3s;
  width: fit-content;
}

.f-l-c-links a::after,
.f-e-by a::after {
  bottom: -6px;
  height: 1px;
}

.f-l-download {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  display: flex;
  width: 40%;
  justify-content: flex-end;
  margin-top: -2px;
}

footer .nav-download.os-type {
  margin-top: -20px;
}

.footer-legal {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  color: #d5d4dd; /* GRAY EARNIN */
  max-width: 717px;
  margin: 24px 0 60px;
}

.footer-end::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: -30px;
  right: 0;
}

.f-l-download a:nth-of-type(1) {
  margin-right: 13px;
  margin-left: 18px;
}

.f-l-download a {
  margin-top: -20px;
}

.footer-end {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-e-colum {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}

.f-e-colum span {
  font-weight: 700;
  font-size: 14px;
  margin-right: 3px;
}

.f-e-colum a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-left: 40px;
  transition: all 0.3s;
}

.f-e-colum a:hover {
  color: var(--magenta);
}

.f-e-colum a:nth-of-type(1) {
  top: 0;
}

.f-e-by a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  display: block;
  width: fit-content;
  position: relative;
}

.disclaimer {
  position: relative;
  margin-top: -145px;
}

.disclaimer-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 976px;
  margin: 0 auto;
  margin-bottom: 110px;
}

.disclaimer-text p {
  margin-bottom: 13px;
  color: rgba(0, 0, 0, 0.6);
}

sup {
  unicode-bidi: -moz-isolate;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  vertical-align: super;
}

.w-e-container {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 80px;
}

.w-e-container h2 {
  text-align: center;
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--blue);
}

.w-e-h-p {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #eb3fb2;
  max-width: 558px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.w-e-c-checks {
  position: relative;
  display: flex;
  font-size: 22px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
}

.w-e-c-checks svg {
  margin-right: 10px;
}

.we-believe {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}

.we-believe span {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-align: right;
  color: hsl(0deg, 0%, 46%);
}

.we-believe-text {
  position: relative;
}

.we-believe-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  max-width: 680px;
}

.we-believe svg {
  margin: 0 17px;
}

.w-e-c-numbers {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 875px;
}

.w-e-c-n-colum {
  position: relative;
  width: fit-content;
}

img.img-24,
img.img-75 {
  position: absolute;
  top: -40px;
  left: -30px;
}

.w-e-c-n-colum span {
  font-weight: 700;
  font-size: 120px;
  line-height: 155px;
  text-align: center;
  color: var(--blue);
}

.w-e-c-n-colum p:nth-of-type(2) {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}

.w-e-c-n-colum small {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 250px;
  display: block;
}

.w-e-c-n-title {
  font-style: normal;
  font-weight: 500;
  margin-top: 120px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  color: var(--blue);
}

.counter-description {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--blue);
  margin-top: -20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.w-e-c-n-colum a {
  position: relative;
  display: block;
}

.w-e-c-n-colum a {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #eb3fb2;
  margin: 30px 0;
  position: relative;
  width: fit-content;
}

.w-e-b-container .button {
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}

.w-e-c-numbers::after {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 30px);
  background: rgba(43, 30, 89, 0.1);
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.why-earnin {
  margin-bottom: 160px;
  z-index: 5;
}

.w-e-background {
  position: absolute;
  width: 100%;
  height: 46%;
  background: linear-gradient(180deg, rgba(159, 159, 159, 0.2) 0%, rgb(247 247 247) 45.83%);
  border-radius: 115px 115px 0 0;
}

.footer-background {
  position: absolute;
  width: 100%;
  height: 1148px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  bottom: -100px;
  z-index: 0;
  pointer-events: none;
}

footer {
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

@property --num {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}

.hero-slide svg path {
  fill: var(--magenta);
  transition: 0.3s;
}

.counter {
  transition: --num 2s;
  counter-set: num var(--num);
}
@media (prefers-reduced-motion) {
  .counter {
    transition: none;
  }
}

.counter.c-49,
.counter.c-77 {
  transition: --num 1.3s;
}
@media (prefers-reduced-motion) {
  .counter.c-49,
  .counter.c-77 {
    transition: none;
  }
}

.counter.c-73,
.counter.c-75,
.counter.c-82,
.counter.c-88 {
  transition: --num 1.5s;
}
@media (prefers-reduced-motion) {
  .counter.c-73,
  .counter.c-75,
  .counter.c-82,
  .counter.c-88 {
    transition: none;
  }
}

.counter.c-66,
.counter.c-84,
.counter.c-81,
.counter.c-44 {
  transition: --num 1.7s;
}
@media (prefers-reduced-motion) {
  .counter.c-66,
  .counter.c-84,
  .counter.c-81,
  .counter.c-44 {
    transition: none;
  }
}
.counter::after {
  content: counter(num) '%';
}

.counter.c-49::after,
.counter.c-66::after,
.counter.c-84::after,
.counter.c-73::after,
.counter.c-75::after,
.counter.c81::after,
.counter.c82::after,
.counter.c74::after,
.counter.c-88::after,
.counter.c-44::after {
  content: counter(num) '%';
}

.is-inview .counter {
  --num: 84;
}

.is-inview .counter.c-73 {
  --num: 73;
}

.is-inview .counter.c-75 {
  --num: 74;
}

.is-inview .counter.c-66 {
  --num: 66;
}

.is-inview .counter.c-49 {
  --num: 49;
}

.is-inview .counter.c-84 {
  --num: 48;
}

.is-inview .counter.c-65 {
  --num: 65;
}

.is-inview .counter.c-88 {
  --num: 88;
}

.is-inview .counter.c-44 {
  --num: 44;
}

.is-safari .c-65::after {
  content: '65%' !important;
}

.is-inview .counter.c-74 {
  --num: 75;
}

.is-safari .c-74::after {
  content: '75%' !important;
}

.is-inview .counter.c-87 {
  --num: 87;
}

.is-safari .c-87::after {
  content: '87%' !important;
}

.is-safari .home-slide::before {
  background: none !important;
}

.is-safari .home-slide::after {
  background: none !important;
}

.is-safari .count-home-84:after {
  content: '84%' !important;
}

.is-safari .c-73::after {
  content: '73%' !important;
}

.is-safari .c-75::after {
  content: '74%' !important;
}

.is-safari .c-66::after {
  content: '66%' !important;
}

.is-safari .c-49::after {
  content: '49%' !important;
}

.is-safari .c-84::after {
  content: '48%' !important;
}

.is-safari .prc50::after {
  content: '50%' !important;
}

.is-safari .prc75::after {
  content: '75%' !important;
}

.is-safari .prc41::after {
  content: '41%' !important;
}

.is-safari .prc45::after {
  content: '45%' !important;
}

.is-safari .prc30::after {
  content: '30%' !important;
}

.is-safari .prc36::after {
  content: '36%' !important;
}

.is-safari .counter.c-81::after {
  content: '81%' !important;
}

.is-safari .counter.c-82::after {
  content: '82%' !important;
}

.is-safari .counter.c-77::after {
  content: '77%' !important;
}

.is-safari .counter.c-88::after {
  content: '88%' !important;
}

.is-safari .counter.c-44::after {
  content: '44%' !important;
}

.swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash linear 150s;
  animation-iteration-count: unset;
  stroke: #442b78;
}
@media (prefers-reduced-motion) {
  .swiper-pagination-bullet-active .path {
    animation: none;
  }
}

.path {
  display: none;
}

button.swiper-pagination-bullet svg {
  transform: translate(-3px, -17px) scale(2);
}

.partner-quote-dots button.swiper-pagination-bullet svg {
  transform: translate(-3px, -3px) scale(2) !important;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}
.home-slide-dots button.swiper-pagination-bullet svg {
  transform: translate(-3px, -3px) scale(2);
}

.under-line::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  background: var(--magenta);
  bottom: -12px;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.button {
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.button:focus,
a:focus,
button:focus {
  outline: 2px solid var(--magenta);
  z-index: 10;
  border-radius: 2px;
}

.button {
  background-image: linear-gradient(to right, #4d367d, #53317d, #c93e99fe, #c93e99, #c93e99);
}

.button.b-invert-c {
  background-image: linear-gradient(to right, #c93e99, #c93e99, #c93e99fe, white, white);
  font-weight: 700;
}

.button.b-invert-c:hover {
  color: var(--blue);
}

.button.b-invert-white {
  background-image: linear-gradient(to right, white, white, white, #c93e99, #c93e99, #c93e99fe);
  font-weight: 700;
  color: var(--blue);
  box-shadow: inset 0 0 0 2px var(--blue);
}

.button.larger {
  padding: 1.1em 5em;
  background: var(--blue);
}

.button.b-invert-white:hover {
  color: #fff;
}

a.ios-svg-h svg path,
a.ios-svg-h svg rect,
a.android-svg-h svg path,
a.android-svg-h svg rect {
  transition: 0.4s;
}

div#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -50;
  pointer-events: none;
  transition: 0.3s;
}

.modal-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  transition: 0.4s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
}

.modal-container {
  position: absolute;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  background: #fff;
  border-radius: 60px;
  padding: 60px 65px 25px;
  overflow: hidden;
  margin-top: calc(380px / -2);
}

.modal-container h1 {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #2b1e59;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  border: none;
  background: unset;
  cursor: pointer;
  z-index: 1;
}

input[type='text'],
input[type='number'] {
  border: unset;
  background: #f2f2f2;
  border-radius: 30px;
  width: 51%;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #4f4f4f;
  padding-left: 30px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.modal-get-app {
  position: relative;
  display: flex;
  margin-top: 25px;
}

.input-phone-usa {
  display: flex;
  flex-direction: column;
}
.input-phone-usa label {
  position: absolute;
  transform: translate(25px, -24px);
}

.input-phone-usa img {
  margin-left: auto;
  transform: translateX(-40px);
}
.input-phone-usa .phone-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.input-phone-usa label {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #4f4f4f;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
}

.input-phone-usa input {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

.get-app-success {
  color: #eb3fb2;
  margin-top: 20px;
  display: none;
  text-align: center;
}

.get-app-success.get-app-error {
  color: #bd0000;
}

.get-app-success.show {
  display: block;
}

.modal-get-app button {
  margin-left: 20px;
  padding: 20px 30px;
}

.modal-policy {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin-top: 25px;
}

.modal-policy a {
  color: #dd4aad;
  text-decoration: underline;
}

.modal-close svg path {
  transition: 0.3s;
}

div#modal.is-inview {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
  transition: 0s;
}

div#modal.is-inview .modal-overlay {
  opacity: 1;
}

.terms-container {
  position: relative;
  display: flex;
  margin-bottom: 90px;
}

.active.terms-d-container {
  display: block !important;
}

.terms-types {
  position: relative;
  max-width: 330px;
}

.terms-description {
  position: relative;
  width: calc(100% - 410px);
  margin-left: 80px;
}

section.terms {
  padding-top: 210px;
  z-index: 10;
}

.earningamegiveaway .terms,
.earnindaygiveaway .terms,
.munchiesgiveaway .terms,
.lemonadedaygiveaway .terms,
.getawaygiveaway .terms,
.paydaygiveaway .terms,
.taxseasongiveaway .terms,
.bracketgiveaway .terms,
.twelvegiveaway .terms {
  margin-top: 55px;
}

@media screen and (max-width: 900px) {
  .earningamegiveaway .terms,
  .earnindaygiveaway .terms,
  .munchiesgiveaway .terms,
  .lemonadedaygiveaway .terms,
  .getawaygiveaway .terms,
  .paydaygiveaway .terms,
  .taxseasongiveaway .terms,
  .bracketgiveaway .terms,
  .twelvegiveaway .terms {
    padding: 0 36px;
    overflow-wrap: break-word;
  }
}

.earningamegiveaway section.terms a,
.earnindaygiveaway section.terms a,
.munchiesgiveaway section.terms a,
.lemonadedaygiveaway section.terms a,
.getawaygiveaway section.terms a,
.paydaygiveaway section.terms a,
.taxseasongiveaway section.terms a,
.bracketgiveaway section.terms a,
.twelvegiveaway section.terms a {
  all: revert;
}

.earningamegiveaway .title,
.earnindaygiveaway .title,
.munchiesgiveaway .title,
.lemonadedaygiveaway .title,
.getawaygiveaway .title,
.paydaygiveaway .title,
.taxseasongiveaway .title,
.bracketgiveaway .title,
.twelvegiveaway .title {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.earnindaygiveaway,
.munchiesgiveaway,
.earningamegiveaway,
.lemonadedaygiveaway,
.getawaygiveaway,
.paydaygiveaway,
.bracketgiveaway,
.twelvegiveaway {
  font-weight: 300;
}

.munchiesgiveaway ol,
.lemonadedaygiveaway ol,
.earningamegiveaway ol,
.paydaygiveaway ol,
.taxseasongiveaway ol,
.bracketgiveaway ol,
.earnindaygiveaway ol,
.earnindaygiveaway li,
.twelvegiveaway ol,
.twelvegiveaway li,
.getawaygiveaway ol,
.getawaygiveaway li,
.munchiesgiveaway li,
.lemonadedaygiveaway li,
.earningamegiveaway li,
.paydaygiveaway li,
.taxseasongiveaway li,
.bracketgiveaway li {
  list-style-type: decimal;
}

.highlighted {
  text-decoration: underline;
  font-style: italic;
}

.italic {
  font-style: italic;
}

h1.terms-title {
  font-weight: 700;
  font-size: 85px;
  line-height: 95px;
  color: #442b78;
  margin-bottom: 64px;
}

.privacy .terms-d-container,
.evolve-privacy .terms-d-container {
  display: flex;
  justify-content: center;
}
.privacy .terms-d-container > *,
.evolve-privacy .terms-d-container > * {
  width: 90%;
}

.privacy .contact > p {
  margin: 0;
}

.privacy .bold {
  font-weight: 800;
}

.terms-d-block {
  position: relative;
  margin-bottom: 30px;
}

.terms-d-block h2,
.evolve h2,
.terms-d-block h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #2b1e59;
  margin-bottom: 20px;
}

.evolve .agreement-link {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}

.evolve .agreement-link:hover {
  text-decoration: underline;
}

.evolve .wrapper {
  margin-bottom: 50px;
}

.terms-d-block h2:first-letter,
.terms-d-block h3:first-letter {
  text-transform: uppercase;
}

.terms-d-block ol,
.terms-d-block p,
.terms-d-block ul,
.terms-d-block table,
.terms-d-block h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 18px;
}

.terms-d-block h4 {
  font-weight: bold;
  display: inline;
}

.terms-d-block a {
  color: #ef40b3;
  color: var(--magenta);
}

.terms-d-block th,
.terms-d-block td {
  border: 1px solid grey;
  padding: 20px;
  text-align: left;
}

.terms-d-block table {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #352060;
  border-collapse: unset;
}

.terms-d-block th {
  background: #e4e4e4;
}

.terms-d-block ul > li {
  list-style-type: circle;
  margin-left: 20px;
}

.t-d-b-bullet {
  position: relative;
  display: block;
  color: #ef3fb3;
  color: var(--magenta);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 18px;
}

.t-d-b-bullet span {
  position: relative;
  display: block;
}

.term-type {
  position: relative;
  box-sizing: border-box;
  filter: drop-shadow(0 20px 100px rgba(68, 43, 120, 0.25));
  border: unset;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #442b78;
  margin-bottom: 25px;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #442b78;
  transition: 0.3s;
  min-width: 330px;
  text-align: left;
  z-index: 10;
}

#term-multi.active {
  border-radius: 50px;
}

.term-type-hide small,
.term-type small {
  font-size: 13px;
  line-height: 27px;
  letter-spacing: -0.045em;
}

.active.term-type {
  background: #442b78;
}
.term-type:focus {
  border-radius: 50px;
}
[role='button']:focus > span,
#term-multi:focus > span {
  outline: 2px solid var(--magenta);
}

.active.term-type > span {
  color: #fff;
  background: #442b78;
}

.tip.term-type > span,
.express.term-type > span {
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.term-type-close {
  position: absolute;
  top: 20px;
  right: 30px;
}

.term-type-hide {
  text-align: left;
  position: relative;
  background: #f7f7f7;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -20px;
  border-radius: 0 0 50px 50px;
  transform: translate(0px, -56px);
}

.tip .term-type-hide,
.express .term-type-hide {
  transform: translate(0px, -10px);
}

.term-type-hide .term-t-h-id {
  position: relative;
  box-sizing: border-box;
  filter: drop-shadow(0 20px 100px rgba(68, 43, 120, 0.25));
  border: unset;
  display: block;
  padding: 16px 30px;
  border: unset;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  background: transparent;
  list-style: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #442b78;
  cursor: pointer;
  text-align: left;
}

.term-type-hide .term-t-h-id > span,
.term-type-hide .term-t-h-id > small {
  opacity: 0.7;
}

.tip .term-type-hide .term-t-h-id,
.express .term-type-hide .term-t-h-id {
  opacity: 0.55;
}

.term-type-hide .term-t-h-id.active > small,
.term-type-hide .term-t-h-id.active > span,
.tip .term-type-hide .term-t-h-id.active,
.express .term-type-hide .term-t-h-id.active {
  opacity: 1;
  text-decoration: underline;
}

.term-type-hide > button:last-of-type {
  border: unset;
  padding-bottom: 27px;
  border-radius: 0 0 50px 50px;
}

.term-type-hide .bg-fix {
  height: 30px;
}

.term-type svg,
.term-type svg path {
  transition: 0.3s;
}

.term-type.active svg path {
  stroke: #fff;
}

.term-type.active svg {
  transform: rotate(180deg);
}

.faq-row h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #442b78;
  cursor: pointer;
  font-family: Arial;
}

.faq-row.active h2 {
  color: #ef3fb3;
  color: var(--magenta);
}

span.f-b,
span.s-b {
  position: relative;
  padding-left: 20px;
  display: block;
}

span.f-b::after,
span.s-b::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #442c78;
  top: 11px;
  left: 0;
}

span.s-b {
  padding-left: 40px;
}

span.s-b::after {
  background: #ef40b3;
  left: 20px;
}

section.evolve {
  padding-top: 120px;
}
section.asac,
section.evolve_electronic,
section.evolve_privacy {
  display: flex;
  padding: 2em;
  padding-top: 120px;
  z-index: 10;
}

.asac .bold {
  font-weight: bold;
}
.asac ol,
.asac ul,
.asac li {
  list-style: auto;
}
.asac > .content {
  padding: 1em;
}

.faq-row p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

.faq-row::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ef3fb3;
  background: var(--magenta);
  top: 0;
  left: 0;
}

.faq-row {
  position: relative;
  padding-top: 30px;
  margin-bottom: 25px;
  border: none;
  width: 100%;
  background-color: unset;
  text-align: left;
}

span.faq-refes {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
}

span.faq-refes > span {
  display: block;
  margin-top: 10px;
}

span.faq-refes a {
  color: #3b226f;
}

.faq-row svg {
  position: absolute;
  top: 35px;
  right: 0;
  cursor: pointer;
}

.faq-row svg line {
  transition: 0.3s;
  transform-origin: center;
}

.faq-row.active svg line:nth-of-type(2) {
  stroke: #ef40b3;
  transform: rotate(90deg);
}

.faq-row.active svg line:nth-of-type(1) {
  opacity: 0;
}

.faq-row:last-of-type::after {
  position: absolute;
  content: '';
  bottom: -30px;
  width: 100%;
  height: 1px;
  background: #ef3fb3;
  background: var(--magenta);
}

.l-o-person {
  position: relative;
  width: fit-content;
  text-align: center;
  margin-top: 80px;
  width: 20%;
}

.l-o-person p {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ef3fb3;
  color: var(--magenta);
}

.l-o-person p:nth-of-type(2) {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

h1.leadership-title {
  font-weight: 700;
  font-size: 85px;
  line-height: 95px;
  text-align: center;
  color: #442b78;
}

section.leadership {
  padding-top: 220px;
  z-index: 1;
}

h2.leadership-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 40px;
  text-align: center;
  color: #442b78;
  position: relative;
  z-index: 1;
}

.earnin-safe {
  padding: 0.8em;
}

.earnin-safe .row {
  padding: 0.5em;
}

.earnin-safe h2 {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 2.2em;
}

.earnin-safe ul,
.earnin-safe li {
  list-style: disc;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 25px;
  margin-left: 0.5em;
}

.earnin-safe .row a {
  color: blue;
}

.leadership-overview {
  position: relative;
  display: flex;
  flex-flow: wrap;
  z-index: 5;
}

.l-o-person img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.4s;
  margin: 0 auto;
}

.l-o-person svg {
  position: absolute;
  top: 40px;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

svg.l-o-p-linkedin {
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  top: unset !important;
  bottom: 0;
}

.l-o-person svg:nth-of-type(2) {
  left: unset;
  right: 0;
  top: 45px;
  transition-delay: 0.1s;
}

.leadership a.button {
  margin: 0 auto;
  display: block;
  margin-top: 90px;
  margin-bottom: 143px;
}

.figura-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.figura-2 {
  position: absolute;
  top: 180px;
  left: 0;
}

.leadership-img-container {
  position: relative;
  padding-top: 70px;
}

.leadership-img-container::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 105%;
  background: linear-gradient(180deg, #f2f2f2 0%, #f8f8f8 45.83%);
  border-radius: 115px;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.l-person-b {
  position: relative;
  z-index: 1;
}

.l-person-b .button {
  margin-top: 48px !important;
  margin-bottom: 215px !important;
}

.leadership-img-container.is-inview::after {
  opacity: 1;
}

p.leadership-t-text {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 950px;
}

.leadership-button {
  position: relative;
}

.leadership-button .button {
  display: block;
  margin: 0 auto;
}

.l-o-person p:nth-of-type(1) {
  color: #442b78;
  transition: 0.3s;
}

section.about-hero {
  padding-top: 210px;
  padding-bottom: 100px;
}

section.about-hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 85px;
  line-height: 85px;
  text-align: center;
  color: var(--blue);
  max-width: 976px;
  margin: 0 auto;
}

.a-h-video-container {
  position: relative;
  display: block;
  margin-top: 55px;
}

.a-h-video-container svg {
  position: absolute;
  pointer-events: none;
}

.a-h-video-container img {
  position: relative;
  margin: 0 auto;
  display: block;
}

.video-employers {
  display: flex;
  justify-content: center;
  padding-top: 1em;
  max-height: 570px;
  max-width: 1010px;
  aspect-ratio: 4/3;
  margin: 0 auto;
}

.video-mask iframe {
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: 0.4s;
}

.video-mask > span,
.video-mask > svg {
  pointer-events: none;
}

.active.video-mask > span,
.active.video-mask > svg,
.active.video-mask > img,
.active.video-mask > picture {
  opacity: 0;
  pointer-events: none;
}

.video-mask {
  transition-delay: 1s !important;
}

.video-mask > .play:focus {
  border-radius: 50%;
  outline: var(--magenta) 3px solid;
  border-radius: 50%;
}

.active.video-mask {
  border-radius: 0;
}

.video-mask > picture,
.video-mask > img {
  transition: 0.6s;
  transition-delay: 1s;
  position: relative;
}

.active.video-mask iframe {
  opacity: 1;
}

.video-slide {
  position: relative;
  display: block;
  width: 1010px;
  height: 570px;
  overflow: hidden;
  margin: 0 auto;
}

.video-slide-dots {
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 40;
}

.a-h-video-container > svg:nth-of-type(1) {
  top: -160px;
  right: -100px;
}

.a-h-video-container svg:nth-of-type(2) {
  top: 180px;
  left: 0;
}

.a-h-video-container svg:nth-of-type(3) {
  top: 0;
  left: 0;
}

section.about-hero p {
  max-width: 680px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 55px;
}

section.about-hero .button {
  margin: 0 auto;
  display: block;
}

.section-title,
section.cycle .wrapper > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  color: #442b78;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.cycle-flex {
  position: relative;
  display: flex;
  justify-content: center;
}

.cycle-colum {
  position: relative;
  max-width: 500px;
}

.cycle-colum h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #442b78;
}

.cycle-colum p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
}

.cycle-img h2 {
  max-width: 733px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  color: #ef3fb3;
  color: var(--magenta);
  margin: 0 auto;
}

.cycle-img {
  position: relative;
  margin-top: 185px;
}

.cycle-img > img {
  top: 0;
  right: 0;
}

.cycle-img > img:nth-of-type(1) {
  top: -21%;
  right: -8%;
  transform: rotate(-35deg);
}

.cycle-img > img:nth-of-type(2) {
  top: 41%;
  transform: rotate(-55deg);
}

.cycle-img svg {
  position: absolute;
  top: -30px;
  right: -70px;
}

.cycle-img-cantainer {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1064px;
  width: 100%;
  background-image: url(img/about-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 110px;
  margin-top: 80px;
  border-radius: 90px;
}

.cycle-img-cantainer h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 5px;
}

.cycle-img-cantainer p {
  max-width: 543px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}

.cycle-img-cantainer img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.cycle-img svg:nth-of-type(2) {
  top: 130px;
  right: 100px;
}

section.cycle .button {
  margin: 0 auto;
  display: block;
  margin-top: 90px;
}

.cycle-img .cycle-flex h3 {
  color: #ef3fb3;
  color: var(--magenta);
}

section.cycle {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.tips::after,
section.powered::after,
section.about-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  max-width: 1070px;
  background: rgba(43, 30, 89, 0.1);
  height: 1px;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  left: 0;
}

.cycle-img-cantainer::after {
  position: absolute;
  content: '';
  width: 100%;
  max-width: 1070px;
  background: rgba(43, 30, 89, 0.1);
  height: 1px;
  margin: 0 auto;
  top: -110px;
  right: 0;
  left: 0;
}

.a-map-container {
  position: relative;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, #f2f2f2 0%, #f8f8f8 45.83%);
  border-radius: 115px;
  padding: 50px;
}

.a-map-container h2 {
  margin-bottom: 8px;
}

.a-map-container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: var(--blue);
  line-height: 40px;
  margin-bottom: 30px;
}

.a-map-container svg {
  width: 90%;
  margin-left: -10%;
}

.a-map-container svg text {
  fill: transparent;
  transition: all 0.3s;
}

.a-map-container svg .featured text {
  fill: #fff !important;
}

.a-map-container svg g {
  cursor: pointer;
}

.a-map-container svg circle {
  transition: all 0.3s;
}

section.about-map {
  margin-top: 90px;
  padding-bottom: 100px;
}

section.powered {
  padding-top: 70px;
  padding-bottom: 90px;
}

section.powered h2,
section.powered p {
  max-width: 866px;
  margin: 0 auto;
  text-align: center;
}

section.powered p {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin-top: 40px;
}

section.powered .button {
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}

section.tips .wrapper > h2 {
  text-align: center;
}

section.tips .wrapper > p {
  max-width: 816px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-top: 30px;
}

.tips-flex {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 35px;
}
.tips .line-bg {
  position: absolute;
  transform: translateY(220px);
}

.tip-colum {
  position: relative;
  max-width: 330px;
}

.tip-colum p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
}

.tip-colum p span {
  font-style: italic;
}

section.tips .button {
  margin: 0 auto;
  display: block;
  margin-top: 90px;
}

section.tips {
  padding-bottom: 90px;
  padding-top: 85px;
}

section.community {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

section.community .wrapper h2 {
  text-align: center;
  margin-bottom: 55px;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--blue);
}

.community-flex {
  position: relative;
  display: flex;
  justify-content: center;
}

.community-flex.desktop h3 {
  min-height: 72px;
}

section.community .button {
  margin: 0 auto;
  display: block;
  margin-top: 65px;
}

.c-f-colum {
  position: relative;
}

.c-f-colum:nth-of-type(2) {
  margin: 0 40px;
  padding: 0 40px;
}

.c-f-colum span {
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  color: #2b1e59;
  text-shadow: 10px 10px 50px rgba(68, 43, 120, 0.1);
  margin-bottom: 4px;
  display: block;
}

.c-f-colum .impact-detail {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #2b1e59;
  text-shadow: 10px 10px 50px rgba(68, 43, 120, 0.1);
  margin-bottom: 30px;
}

.c-f-colum p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 25px;
}

.c-f-colum small {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}

.c-f-colum a {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #eb3fb2;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.c-f-colum a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #eb3fb2;
  bottom: -15px;
  left: 0;
}

.cycle-colum:nth-of-type(2) {
  margin-left: 30px;
}

.cycle-colum a {
  position: relative;
  font-style: normal;
  font-weight: 700;
  margin-top: 40px;
  font-size: 15px;
  line-height: 19px;
  color: var(--magenta);
  display: block;
  width: fit-content;
  text-transform: uppercase;
  padding: 10px 2px;
  transition: 0.3s;
}

.community-flex .c-f-colum:nth-of-type(2)::after,
.community-flex .c-f-colum:nth-of-type(2)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(43, 30, 89, 0.1);
  top: 0;
  left: 0;
}

.community-flex .c-f-colum:nth-of-type(2)::after {
  right: 0;
  left: initial;
}

section.blog {
  padding-top: 210px;
}

svg.blog-svg {
  position: absolute;
  top: 0;
  z-index: 0;
}

section.blog h1 {
  color: #442b78;
  line-height: 55px;
}

.blog-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  z-index: 1;
}

.blog-cards {
  position: relative;
  width: 63%;
}

.blog-cat {
  position: relative;
  width: 30%;
}

.blog-svg {
  position: absolute;
}

.blog-svg:nth-of-type(1),
.blog-svg:nth-of-type(2) {
  top: -210px;
  right: 10%;
}

.blog-svg:nth-of-type(3) {
  top: -30px;
  right: -10%;
}

.blog-svg:nth-of-type(4) {
  top: 600px;
  left: -5%;
}

.blog-svg:nth-of-type(5) {
  top: 900px;
  right: -5%;
}

.detail.blog-svg:nth-of-type(4) {
  left: -40%;
}

.detail.blog-svg:nth-of-type(5) {
  right: -40%;
}

.b-c-container {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 30px 100px rgba(68, 43, 120, 0.2);
  border-radius: 33px;
  padding: 47px 30px;
}

.b-c-container h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #442b78;
  margin-bottom: 18px;
}

.b-c-container p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 75px;
}

.b-c-container small {
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
}

.b-c-container .button {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
}

.b-c-container.cat > h4 {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #442b78;
  text-transform: uppercase;
}

a.b-category {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #ef3fb3;
  color: var(--magenta);
  transition: all 0.3s;
}

a.b-category:hover {
  padding-left: 5px;
}

.b-c-container small a {
  color: #ef3fb3;
  color: var(--magenta);
}

.b-c-container.cat small {
  margin-top: 45px;
}

.b-c-container {
  margin-bottom: 65px;
}

.blog-card {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 30px 100px rgba(68, 43, 120, 0.2);
  border-radius: 41px;
  overflow: hidden;
  margin-bottom: 65px;
}

.b-c-img {
  position: relative;
  width: 100%;
  height: 325px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.b-c-content {
  position: relative;
  padding: 30px 80px;
  display: block;
  width: 100%;
}

.b-c-content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.b-c-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #ef3fb3;
  color: var(--magenta);
}
.blog-card.press .b-c-info {
  margin-bottom: 45px;
}

.blog-card.press .b-c-date {
  margin-top: 10px;
}

small.b-c-date {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #ef3fb3;
  color: var(--magenta);
  margin-bottom: 30px;
}

p.b-c-info,
.b-c-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}

.b-c-content p a {
  color: #3b226f;
}

.b-c-tags {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  flex-flow: wrap;
}

.b-c-content .button {
  display: block;
}

.pagination {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.pagination ol > * {
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.pagination > ol > *:hover {
  color: #502c7f;
}

.pagination > ol {
  display: flex;
  align-items: center;
}

.pagination > ol > li {
  display: inline-block;
}

.pagination .pagination-prev:hover {
  margin-right: 5px;
}

.pagination .pagination-next:hover {
  margin-left: 5px;
}

.pagination .active {
  color: #e441a7;
  color: hsl(322.5, 75.1%, 49%) !important;
}

a.b-c-tag {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #442b78;
  opacity: 0.69;
  padding: 5px 20px;
  border: 2px solid #442b78;
  box-sizing: border-box;
  filter: drop-shadow(0 20px 100px rgba(68, 43, 120, 0.25));
  border-radius: 50px;
  margin-right: 17px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

a.b-c-tag:hover {
  opacity: 1;
  transform: scale(1.1);
}

.b-c-container.sub input {
  padding: 15px 30px;
  width: auto;
  display: block;
  position: relative;
  width: 100%;
}

.b-d-img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 356px;
  border-radius: 46px;
  margin-bottom: 75px;
}

.b-d-title {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.b-d-title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 40px;
  color: var(--magenta) !important;
  width: 60%;
}

.b-d-date {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #442b78;
  margin: 25px 0 70px;
}

.b-d-body {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  color: rgba(0, 0, 0, 0.6);
}

.b-d-body p {
  margin-bottom: 22px;
}

.b-d-body h3 {
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 30px;
}

.b-d-body h2 {
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 50px;
}

.b-d-body h1 {
  font-size: 60px;
  line-height: 1.3 !important;
  margin-bottom: 30px;
  margin-top: 50px;
}

.b-d-social a {
  margin-left: 8px;
}

.b-d-social a svg circle {
  transition: 0.3s;
}

.b-d-social a:hover svg circle {
  fill: #352060;
}

.b-d-back {
  font-weight: 700;
  position: relative;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: var(--magenta);
  margin-bottom: 20px;
}

.b-d-back svg {
  margin-right: 5px;
}

.blog-detail {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

.press-title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 95px;
  color: #442b78;
  margin-bottom: 10px;
}

section.career {
  padding-top: 210px;
  padding-bottom: 80px;
}

.career-hero {
  position: relative;
}

.career-hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 85px;
  line-height: 85px;
  text-align: center;
  color: var(--blue);
}

.career-faces-container {
  position: relative;
  max-width: 1680px;
  height: 600px;
  margin: 0 auto;
  margin-bottom: -90px;
}

.c-f-c-svg {
  position: absolute;
}

.c-f-c-svg:nth-of-type(1) {
  top: 0;
  left: -10%;
  z-index: 1;
}

.c-f-c-svg:nth-of-type(2) {
  top: 140px;
  left: -10%;
}

.c-f-c-svg:nth-of-type(3) {
  top: 140px;
  left: 20%;
}

.c-f-c-svg:nth-of-type(4) {
  top: 40px;
  right: 20%;
}

.c-f-c-svg:nth-of-type(5) {
  top: 0;
  right: 0%;
}

.c-f-c-svg:nth-of-type(6) {
  top: 270px;
  right: 0%;
}

.c-f-c-face {
  position: absolute;
  z-index: 2;
}

.c-f-c-face:nth-of-type(1) {
  top: 0;
  left: 0;
}

.c-f-c-face:nth-of-type(2) {
  top: 320px;
  left: 10%;
}

.c-f-c-face:nth-of-type(3) {
  top: 120px;
  left: 20%;
}

.c-f-c-face:nth-of-type(4) {
  top: 210px;
  left: 28%;
}

.c-f-c-face:nth-of-type(5) {
  top: 0;
  left: 40%;
}

.c-f-c-face:nth-of-type(6) {
  top: 200px;
  right: 34%;
}

.c-f-c-face:nth-of-type(7) {
  top: 350px;
  right: 24%;
  z-index: 3;
}

.c-f-c-face:nth-of-type(8) {
  top: 0;
  right: 20%;
}

.c-f-c-face:nth-of-type(9) {
  top: 140px;
  right: 12%;
}

.c-f-c-face:nth-of-type(10) {
  top: 0;
  right: 6%;
}

.c-f-c-face:nth-of-type(11) {
  top: 370px;
  right: 0;
}

.c-f-c-face:nth-of-type(12) {
  top: 140px;
  right: 0;
}

.button-center {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.c-h-wath-s {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  font-style: normal;
  margin-top: 40px;
  font-size: 20px;
  color: var(--blue);
}

.c-h-wath-s span {
  margin-left: 14px;
}

.bottom-line::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1070px;
  height: 1px;
  background: rgba(43, 30, 89, 0.1);
  margin: 0 auto;
}

.values-container {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.values-container h3 {
  font-size: 19px;
  font-weight: bold;
}

.values-container.f-wrap {
  justify-content: space-between;
}

.values-container.f-wrap .value {
  margin-left: 0;
  width: 27%;
}

.value {
  position: relative;
  width: 30%;
  margin-left: 20px;
  margin-bottom: 155px;
}

.value svg {
  position: absolute;
  top: -30px;
  left: -100px;
}

.v-logo {
  position: relative;
  width: 81px;
  height: 81px;
  background-color: #fff;
  border-radius: 50%;
}

.bg-img {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.emoji-pos {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  margin: 0 auto;
}

.value h3,
.value h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.value p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  max-width: 290px;
  color: rgba(0, 0, 0, 0.6);
}

section.find-y-role,
section.differences,
section.workforce,
section.career-video,
section.work-h,
section.we-value {
  padding: 75px 75px;
}
.we-value .subhead {
  text-align: center;
  font-size: 2em;
  padding: 1.5em;
  color: var(--magenta);
}

section#open-jobs {
  z-index: 1;
}

section.career-video > h2 {
  max-width: unset;
}

section.workforce {
  padding-bottom: 175px;
}

.video-mask {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.video-mask svg {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  transition: 0.4s;
}

.video-mask span {
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  display: block;
  width: fit-content;
  transition: 0.4s;
}

.video-mask svg rect {
  transition: 0.35s;
}

.video-mask:hover svg rect {
  fill: #ef3fb3;
  fill: var(--magenta);
}

.career-video .button-center {
  margin-top: 62px;
}

.work-h .swiper-wrapper {
  align-items: center;
}

.work-h .button.controls {
  display: block;
  margin: 20px auto;
}

.w-h-slide.s1 {
  width: 614px;
  height: 421px;
  border-radius: 85px;
}

.w-h-slide.s2 {
  width: 542px;
  height: 358px;
  border-radius: 70px;
}

.w-h-slide.s3 {
  width: 427px;
  height: 284px;
  border-radius: 57px;
}

.w-h-slide.s4 {
  width: 366px;
  height: 244px;
  border-radius: 57px;
}

.workforce-desc {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin-bottom: 80px;
}

.wf .value {
  text-align: center;
  margin: unset;
}

.wf .value p {
  max-width: unset;
}

.wf .value:nth-of-type(1) svg {
  left: -70px;
}

.wf .value svg {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wf .value .v-logo {
  margin: 0 auto;
  margin-bottom: 35px;
}

.wf .value:nth-of-type(1) strong {
  color: var(--blue);
}

.wf .value:nth-of-type(2) strong {
  color: var(--magenta);
}

.values-container.wf {
  margin-top: 55px;
}

.differences-flex {
  position: relative;
  display: flex;
  flex-flow: wrap;
  margin-top: 95px;
}

.differences-f-colum {
  position: relative;
  width: 25%;
}

.differences-f-colum h3,
.differences-f-colum h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.differences-f-colum p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  max-width: 284px;
  margin: 0 auto;
}

.differences-f-colum img {
  margin: 0 auto;
  display: block;
}

.c-button {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: var(--magenta);
  margin-top: 105px;
  display: block;
  transition: 0.3s;
  padding: 12px 0;
}

section.find-y-role h2.section-title {
  max-width: unset;
}

.finde-container {
  position: relative;
  display: flex;
}

.f-c-area {
  position: relative;
}

.locations {
  margin-bottom: 1em;
}

.locations label {
  font-weight: 600;
  margin-left: 0.3em;
}

.a-rows {
  position: relative;
}

.a-rows button {
  display: block;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  color: var(--magenta);
  transition: 0.3s;
  text-transform: uppercase;
  padding: 13px 6px;
  border: none;
  background-color: #fff;
  white-space: nowrap;
}

.a-rows button.active,
.a-rows button:hover {
  background: var(--magenta);
  color: #fff;
  border-radius: 3px;
}

.f-c-results {
  position: relative;
  margin-left: 120px;
  width: 65%;
}

#load-more-jobs.hide {
  display: none;
}

.f-c-r-row {
  position: relative;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.f-c-r-row:not([data-page='1']) {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

.r-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: var(--blue);
}

.f-c-r-row p {
  position: relative;
  display: inline;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
}

.f-c-r-row p:first-of-type {
  margin-right: 35px;
}

.f-c-r-row a {
  position: relative;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-top: 26px;
  font-size: 15px;
  line-height: 19px;
  color: var(--magenta);
  padding: 10px 0;
}

.f-c-r-row::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  left: 0;
  bottom: 0;
}

.is-active,
.f-e-by a:hover {
  color: #ef3fb3 !important;
  color: var(--magenta) !important; /* Neon pink with light for background dark */
}

.h-s-link-container > .is-active,
.header-sections > li > .is-active {
  color: #f490db !important;
}

.hero.wallgreens .hero-card {
  background: #fff;
}

.hero.wallgreens .hero-back-container img {
  left: 0;
}

.hero.wallgreens .hero-card-text h1 {
  font-size: 75px;
  line-height: 80px;
  color: var(--blue);
  color: #442b78;
  margin-bottom: 55px;
}

.hero.wallgreens .button {
  margin-right: 20px;
  max-width: 205px;
  width: 100%;
  text-align: center;
}

.hero.wallgreens .hero-card-text p {
  max-width: 330px;
  margin-bottom: 45px;
}

.hero-walgreens-logos {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

.hero-walgreens-logos img {
  position: relative;
  align-items: center;
  width: 218px;
  object-fit: contain;
}

.hero-walgreens-logos img:last-of-type {
  width: 245px;
}

.hero-walgreens-logos span {
  position: relative;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #442b78;
  opacity: 0.5;
  margin: 13px 17px 0 8px;
  height: auto;
}

.hero.wallgreens .hero-back-container {
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 50%;
}

section.hero.wallgreens {
  padding-top: 143px;
  padding-bottom: 0;
}

.hero.wallgreens .hero-back {
  height: 580px;
  margin: 0 auto;
  margin-top: -170px;
  background: linear-gradient(180deg, #3b226f 43.24%, #9732a5 100%);
}

.hero.wallgreens .hero-back img {
  position: absolute;
  left: 10px;
  top: 90px;
}

.hero.wallgreens .hero-back img:last-of-type {
  right: 0;
  left: initial;
  top: 80px;
}

.hero.wallgreens .hero-slide-text {
  max-width: unset;
  margin-top: 0;
  padding-top: 115px;
}

.hero.wallgreens .hero-slide-text .h-s-t-i-comment::before {
  top: 10px;
}

.hero.wallgreens .h-s-prev {
  left: 0;
}

.hero.wallgreens .h-s-next {
  right: 0;
}

.hero.wallgreens .hero-slide-text .h-s-t-i-comment {
  display: flex;
  max-width: 1020px;
  padding: unset;
  width: calc(100% - 70px);
}

.hero.wallgreens .hero-slide-text .h-s-t-i-comment .c-q,
.hero.wallgreens .hero-slide-text .h-s-t-i-comment .o-q {
  flex-basis: 5%;
  top: 50px;
  position: relative;
}
.hero.wallgreens .hero-slide-text .h-s-t-i-comment .c-q {
  align-self: flex-end;
}

.hero.wallgreens .hero-slide-text p strong {
  color: #eb3fb2;
  display: block;
}

.hero.wallgreens .h-s-t-i-user-name {
  font-size: 18px;
  line-height: 40px;
  margin-top: 18px;
}

.hero.wallgreens .hero-slide-text .h-s-t-i-comment::after {
  bottom: -90px;
}

.wallgreens .value svg {
  left: -15%;
  right: 0;
  margin: 0 auto;
  top: 50px;
}

.wallgreens .value {
  text-align: center;
  margin-bottom: 110px;
}

.wallgreens .value .v-logo.bg-img {
  margin: 0 auto;
  margin-bottom: 30px;
  left: -15%;
  background-size: 50%;
}

.wallgreens .value h3 {
  margin-bottom: 16px;
  text-align: left;
  width: 235px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.wallgreens-value-text {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin-bottom: 90px;
}

.wallgreens-value-text strong {
  display: block;
}

section.career-video.bottom-line.wallgreens {
  padding-bottom: 30px;
}

small.w-numbre-source {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-top: 50px;
}

.wallgreens .c-f-colum p {
  max-width: 295px;
}

.a-h-video-container.svg-2 > svg:nth-of-type(1) {
  right: initial;
  left: 0;
  bottom: 0;
  top: initial;
}

.a-h-video-container.svg-2 > svg:nth-of-type(2) {
  top: -40px;
  right: 200px;
  left: initial;
}

.a-h-video-container.svg-2 > svg:nth-of-type(3) {
  top: initial;
  bottom: -40px;
  right: 60px;
  left: initial;
}

.a-h-video-container.svg-2 > img {
  z-index: -1;
  bottom: -40px;
  left: -60px;
}

.wallgreens .differences-f-colum h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  max-width: 263px;
  margin: 0 auto;
}

svg.w-d-line {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 80px;
  margin: 0 auto;
  z-index: 0;
}

.wallgreens .differences-f-colum {
  z-index: 1;
}

section.w-text-button {
  z-index: 1;
  text-align: center;
  padding: 95px 0;
}

.w-text-button p {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 816px;
}

.w-text-button h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #442b78;
  margin-bottom: 50px;
}

section.career-video.wallgreens {
  padding-bottom: 10px;
}

section.we-value.bottom-line.wallgreens {
  padding-bottom: 80px;
}

section.we-value .c-impact,
section.we-value .company-culture,
section.differences .parentin {
  color: hsl(161.7, 57.1%, 41%);
}

section.we-value .learn-and-grow,
section.we-value .outstanding,
section.differences .women-at-earnin {
  color: #f8c025;
  color: hsl(44 94% 38% / 1);
}
section.community.wallgreens {
  padding-top: 80px;
  padding-bottom: 100px;
}

section.differences.bottom-line.wallgreens {
  padding-top: 80px;
}

section.career-video.bottom-line.wallgreens.w-video-2 {
  padding-bottom: 115px;
}

section.differences.bottom-line.wallgreens {
  padding-bottom: 100px;
}

section.w-text-button.wallgreens {
  padding-bottom: 140px;
}

.hero-slide-dots.wallgreens {
  margin-top: 65px;
  margin-bottom: 65px;
}

.wallgreens .value p {
  max-width: 235px;
  margin: 0 auto;
  text-align: left;
}

.hero.wallgreens .h-s-prev,
.hero.wallgreens .h-s-next {
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.wallgreens .values-container.f-wrap {
  justify-content: space-around;
}

.wallgreens .differences-f-colum img {
  max-width: 190px;
}

.wallgreens .a-h-video-container svg:nth-of-type(2) {
  top: 70px;
}

.wallgreens .a-h-video-container > svg:nth-of-type(1) {
  top: -120px;
}

.wallgreens .a-h-video-container > svg:nth-of-type(1) {
  top: -18%;
}

section.community.wallgreens .button {
  width: 240px;
}

.wallgreens.w-dots button.swiper-pagination-bullet svg {
  transform: translate(-3px, -3px) scale(2);
}

h2.cashout-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  color: var(--blue);
}

.products .v-logo.bg-img {
  box-shadow: 0 20px 100px rgba(68, 43, 120, 0.25);
  margin-bottom: 23px !important;
}

.products .value svg {
  top: 0;
}

.products .value:nth-of-type(2) svg {
  top: 80%;
}

p.value-text-prod {
  position: relative;
}

p.value-text-prod svg {
  top: -120px !important;
}

img.value-img-prod {
  position: relative;
  display: block;
  margin-bottom: 13px;
  margin: 0 auto;
}

.products .value h3 {
  width: 100%;
  max-width: 298px;
}

.products .value p {
  max-width: 298px;
}

h2.e-e-title {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  margin-bottom: 110px;
  color: var(--blue);
}

.e-e-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.e-e-text {
  position: relative;
  width: 50%;
}

.e-e-text-row {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.e-e-text-row h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #442b78;
  margin-bottom: 14px;
}

.e-e-text-row p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
}

.e-e-text-row h4 span {
  position: absolute;
  top: 10px;
  left: -50px;
}

.e-e-text-row .button:last-of-type {
  margin-left: 35px;
}

.products .differences-f-colum {
  width: 33%;
}

.products .differences-f-colum p {
  text-align: left;
}

.products .differences-f-colum h3 {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

section.home-content.cashout {
  padding-top: 60px;
}

section.cashout .wrapper-home .h-c-flex:nth-of-type(3) {
  margin-bottom: 60px;
  border: unset;
  padding-top: 30px;
}

.products .value {
  margin-bottom: 150px;
}

section.earnin-expres {
  padding: 90px 80px;
}

.balance h2.cashout-title {
  margin-bottom: 83px;
}

.wewin h2.cashout-title {
  margin-bottom: 50px;
}

.products .differences-flex {
  margin-bottom: 85px;
}

section.securely {
  padding: 90px 0 210px;
  text-align: center;
  z-index: 1;
  background-image: url(img/products/escudo.png);
  background-repeat: no-repeat;
  background-position: center;
}

section.securely h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 77px;
  color: #2b1e59;
  margin-bottom: 45px;
}

section.securely p {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  max-width: 815px;
  margin: 0 auto;
  margin-bottom: 90px;
}

.products .hero-card {
  background-image: unset;
}

.products .hero-back-container img {
  bottom: 0;
  left: 0;
}

.products .hero-back-container {
  padding-left: 53%;
}

.products .hero-card-text p {
  color: #fff;
}

.products .hero-card-download-option .button {
  padding: 19px 85px;
}

section.securely .button,
.products .button {
  padding: 19px 100px;
}

.products .value svg {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products .values-container.f-wrap {
  justify-content: space-between;
}

.products.wewin .value:nth-of-type(2) svg {
  top: 70%;
}

.cashout .h-c-flex {
  justify-content: center;
  padding: 77px 0 105px;
  margin-bottom: unset;
  border-bottom: 1px solid rgba(43, 30, 89, 0.1);
}

.cashout .h-c-flex .h-c-f-img {
  width: fit-content;
}

.wewin .value svg {
  z-index: -1;
  top: 80%;
}

.products.wewin .value {
  width: 33%;
}

.values-text-container {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 50px;
}

.values-text-container h4,
.values-text-container p {
  margin: unset;
  width: 100%;
  max-width: unset;
  text-align: left;
}

.e-e-container img {
  width: 40%;
}

.differences-text-container h4,
.differences-text-container p {
  max-width: 80% !important;
  text-align: left;
  width: 100%;
  margin: unset !important;
}

.differences-text-container {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 35%;
  margin-top: 50px;
}

.cashout .h-c-f-text p {
  max-width: 350px;
}

.products.wewin .value:nth-of-type(1) img {
  margin: unset;
}

.products.wewin .value:nth-of-type(3) img {
  margin: unset;
  margin-left: auto;
}

.products.wewin .value:nth-of-type(1) .values-text-container {
  margin: unset;
}

.products.wewin .value:nth-of-type(3) .values-text-container {
  margin-left: 38%;
}

.products.wewin .value:nth-of-type(3) svg {
  left: 77%;
}

nav,
.toggle-nav {
  display: none;
}

.toggle-nav.active {
  background: #fff;
}

.toggle-nav.active span {
  background: var(--magenta);
}

nav::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url(/assets/img/nav-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-card-impact {
  position: absolute;
  width: 100%;
  max-width: 1288px;
  height: 100%;
  background: #9732a5;
  border-radius: 114px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -5px;
  z-index: 0;
  overflow: hidden;
}

.hero-impact-inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(img/impact/hero-mask-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.txt-h2-imp {
  text-align: center;
  margin-bottom: 27px;
}

.txt-p-imp {
  text-align: center;
}

.hero-back-container-imp {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 56%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero-card-impact img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-card-text-imp {
  font-size: 20px;
  line-height: 35px;
  color: #ffffff !important;
  max-width: 512px !important;
  margin-bottom: 40px;
}

.s-impact {
  margin-bottom: 100px;
  z-index: 5;
}

.video-masking {
  position: relative;
  margin-top: 100px;
}

.video-masking-1:after {
  content: '';
  position: absolute;
  top: -4.5vw;
  right: 0;
  width: 30vw;
  height: 100%;
  background-image: url(img/impact/video-1-mask-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.video-masking-1:before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 100%;
  background-image: url(img/impact/video-1-mask-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 7.5vw;
  left: 9vw;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-7.12deg);
}

.video-masking-2:after {
  content: '';
  position: absolute;
  top: -4.5vw;
  right: 0;
  width: 30vw;
  height: 100%;
  background-image: url(img/impact/video-ethical-mask-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.video-masking-2:before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 100%;
  background-image: url(img/impact/video-ethical-mask-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 12.5vw;
  left: 6vw;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-7.12deg);
}

.video-masking-3:after {
  content: '';
  position: absolute;
  top: -2.5vw;
  right: 3vw;
  width: 30vw;
  height: 100%;
  background-image: url(img/impact/video-belive-mask-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.video-masking-3:before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 100%;
  background-image: url(img/impact/video-belive-mask-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 12.5vw;
  left: 6vw;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-7.12deg);
}

.xp-impact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}

.exp-impact-item {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.exp-impact-bg {
  width: 250px;
}

.exp-impact-bg img {
  width: 100%;
  object-fit: contain;
  transform: scale(1.3);
}

.exp-impact-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #442b78;
}

.exp-impact-item h3 strong {
  font-weight: 700 !important;
}

.exp-impact-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.xp-bot-p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.xp-bot-mt {
  margin-top: 7rem;
}

.video-masking-3:after {
  content: '';
  position: absolute;
  top: -2.5vw;
  right: 3vw;
  width: 30vw;
  height: 100%;
  background-image: url(img/impact/video-belive-mask-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.video-masking-3:before {
  content: '';
  position: absolute;
  width: 25vw;
  height: 100%;
  background-image: url(img/impact/video-belive-mask-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 12.5vw;
  left: 6vw;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-7.12deg);
}

.xp-impact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}

.exp-impact-item {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.exp-impact-bg {
  width: 250px;
}

.exp-impact-bg img {
  width: 100%;
  object-fit: contain;
  transform: scale(1.3);
}

.exp-impact-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #442b78;
}

.exp-impact-item h3 strong {
  font-weight: 700 !important;
}

.exp-impact-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.xp-bot-p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.xp-bot-mt {
  margin-top: 7rem;
}

.access-p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.access-h3-txt {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #442b78;
  text-align: center;
  margin-top: 4rem;
}

.w-ppl-list {
  width: 70%;
  margin: 5rem auto 0;
  position: relative;
}

.w-ppl-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.w-ppl-icon {
  display: flex;
  flex-direction: row;
  width: 172px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.w-ppl-icon-bg {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 20px 100px rgb(68 43 120 / 25%);
  border-radius: 74px;
}

.w-ppl-percentage {
  width: calc(100% - 172px);
  height: 50px;
  background: #ead6ed;
  mix-blend-mode: normal;
  border-radius: 33.5px;
  position: relative;
}

.w-ppl-percentage-inner {
  background: #9732a5;
  box-shadow: 0 30px 100px rgba(68, 43, 120, 0.25);
  border-radius: 33.5px;
  height: 100%;
  transition: all 1s ease-in-out;
  width: 0;
  top: 0;
  left: 0;
  position: relative;
}

.w-ppl-inner-txt {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #2b1e59;
  margin-left: 8px;
}

.w-ppl-lines {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 172px);
  height: 105%;
  justify-content: space-evenly;
  margin-top: 5px;
  z-index: -1;
}

.w-ppl-inner-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.w-ppl-inner-line {
  width: 1px;
  height: 100%;
  border: 1px dashed #5a5a5a;
  opacity: 0.3;
  pointer-events: none;
}

.w-ppl-inner-num {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #2b1e59;
  margin-top: 1rem;
}

.w-ppl-percentage-number {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 10px 10px 50px rgba(68, 43, 120, 0.1);
  position: relative;
  top: 20%;
  transform: translate(-110%, -50%);
  left: unset;
  right: -7%;
  position: absolute;
  top: 50%;
}

.is-inview .prcIncrement50 {
  width: 50% !important;
}

.is-inview .prcIncrement75 {
  width: 75% !important;
  transition-delay: 0.15s;
}

.is-inview .prcIncrement41 {
  width: 41% !important;
  transition-delay: 0.2s;
}

.is-inview .prcIncrement45 {
  width: 45% !important;
  transition-delay: 0.25s;
}

.is-inview .prcIncrement30 {
  width: 30% !important;
  transition-delay: 0.3s;
}

.is-inview .prcIncrement36 {
  width: 36% !important;
  transition-delay: 0.35s;
}

.is-inview .counter.prc50 {
  --num: 50 !important;
}

.is-inview .counter.prc75 {
  --num: 75 !important;
}

.is-inview .counter.prc41 {
  --num: 41 !important;
}

.is-inview .counter.prc45 {
  --num: 45 !important;
}

.is-inview .counter.prc30 {
  --num: 30 !important;
}

.is-inview .counter.prc36 {
  --num: 36;
}

.helpin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.helpin-txt p {
  color: #ef3fb3 !important;
  color: var(--magenta) !important;
}

.helpin-mt {
  margin-top: 20px;
}

.rental-assist {
  display: flex;
}

.rental-img img {
  width: 90%;
  object-fit: contain;
}

.rental-assist-info h2 {
  text-align: center;
  margin-bottom: 30px;
}

.rental-assist-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  color: #2b1e59;
  text-align: center;
  max-width: 680px;
}

.rental-assist-info-txt {
  padding-bottom: 70px;
}

.rental-data {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.rental-data-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
}

.rental-data-info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #2b1e59;
}

.rental-data-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.earnin-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.earnin-news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
}

.earnin-news-item {
  width: 33.33%;
}

.earnin-news-inner {
  padding-left: 60px;
}

.n-date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  color: #2b1e59;
}

.n-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #2b1e59;
  margin-bottom: 30px;
}

.n-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.s-imp-line {
  position: relative;
}

.s-imp-line::before {
  position: absolute;
  content: '';
  width: 850px;
  max-width: 100%;
  height: 1px;
  background: rgba(43, 30, 89, 0.1);
  right: 0;
  left: 0;
  margin: 0 auto;
}

.s-imp-line-mt {
  padding-top: 100px;
}

.access-container {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 100px;
}

.access-value {
  position: relative;
  width: 20%;
  margin-bottom: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.access-value svg {
  position: absolute;
}

.a-v-logo {
  position: relative;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  top: -10px;
  left: -70px;
}

.access-value p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.access-value-svg-1 {
  top: 0;
  left: -10px;
}

.access-value-svg-2 {
  top: -20px;
  left: -40px;
}

.access-value-svg-3 {
  top: 15px;
  left: 0;
}

.access-value-svg-4 {
  top: 0;
  left: -10px;
}

.mid-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #2b1e59;
  margin-bottom: 30px;
  text-align: center;
}

.belive-btn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.accriedited-business-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 1rem;
  background: #fff;
  box-shadow: 0 20px 100px rgb(68 43 120 / 25%);
  border-radius: 20px;
}

.video-slide-our {
  position: relative;
  display: block;
  width: 1100px !important;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.dog-friend {
  position: absolute !important;
  bottom: 40px;
  right: 0;
  width: 300px;
  height: 300px;
  transform: scale(1.4);
  pointer-events: none;
}

.impact-quote {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.e-quote:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(img/impact/quote-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.e-quote:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url(img/impact/quote-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.e-quote:after {
  bottom: 40px;
}

.impact-quote-text {
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 40px;
  text-align: center;
  color: #efefef;
  top: 0;
  left: 0;
}

.impact-quote-text {
  position: relative;
  display: block;
  margin-top: 80px;
}

.impact-quote-text .quote {
  display: flex;
}

.impact-quote .c-q {
  align-self: flex-end;
}
/* .impcat-quote-text::after {
    position: absolute;
    content: '“';
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 40px;
    text-align: center;
    color: #efefef;
    bottom: 0;
    right: 0;
    transform: rotate(-180deg);
} */

.impact-quote-2:before {
  top: 65px !important;
}

.logos-imp-q {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.logos-imp-q > img {
  margin: 0 20px;
  width: 140px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 50px rgba(68, 43, 120, 0.25);
}

.logotize {
  width: 140px;
  border-radius: 50%;
  box-shadow: 0 10px 50px rgb(68 43 120 / 25%);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  padding: 10px 5px;
}
.separator {
  margin: 1em 20px;
}

.is-safari .logos-imp-q img {
  box-shadow: none !important;
}

.impact-quote-t {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: var(--magenta);
  margin-bottom: 15px;
  text-align: center;
}

.impact-quote-p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #442b78;
  text-align: center;
}

.h-w-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.h-w-options {
  position: relative;
  width: 50%;
}

.h-w-phone {
  position: relative;
  width: 50%;
  max-width: 548px;
}

.h-woption {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}

.h-woption.active {
  opacity: 1;
}

.h-woption p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 25px;
  max-width: 360px;
}

.h-w-phone-d-s {
  position: relative;
  width: 35%;
  overflow: hidden;
  padding: 5px;
}
.h-e-w-btn {
  background-color: #36c69a;
  background-image: none;
}

section.how-its-works {
  z-index: 1;
  padding: 85px 0 135px;
}

.h-w-phone-imgs {
  position: absolute;
  width: 59.8%;
  max-width: 325px;
  height: 75%;
  background: #000;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.h-w-phone img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}

.h-w-phone-imgs img {
  left: 100%;
  position: absolute;
  transition: 0.3s;
  transition-delay: 1s;
  z-index: 1;
}

.h-w-phone-img.active {
  left: 0;
  transition-delay: unset;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.72, 0.42, 0, 0.94);
}

section.home-content.cashout {
  z-index: 1;
  padding: unset;
}

section.home-content.cashout .h-c-flex:nth-of-type(2) {
  flex-flow: row-reverse;
}

h2.h-w-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #442b78;
  margin-bottom: 45px;
}

.h-w-options + .button {
  position: absolute;
  bottom: 0;
  left: 25%;
  display: block;
  padding: 19px 70px;
  transform: translateY(20px);
}

.h-c-flex.cashout h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  color: #442b78;
}

section.home-content.hero-prod-detail.cashout-hero {
  padding-top: 222px;
  padding-bottom: 50px;
}

.cashout .h-c-flex .button,
section.home-content.hero-prod-detail.cashout-hero .button {
  margin: unset;
  padding: 19px 75px;
}

h2.discover-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #442b78;
  margin-top: 77px;
}

section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
}

section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 85px;
  line-height: 110%;
  color: var(--blue);
}

section.home-content.hero-prod-detail.cashout-hero .h-c-f-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
}

section.home-content.cashout:after {
  display: none;
}

.prod-detail .h-c-f-text p {
  max-width: unset;
}

.prod-detail .h-c-flex {
  justify-content: space-between;
}

.h-w-i-img {
  position: relative;
  display: block;
  margin: 0 auto;
}

.h-w-item .h-woption {
  margin: 0 auto;
  justify-content: center;
  text-align: left;
  margin-top: 40px;
  opacity: 1;
  margin-bottom: 58px;
}

.impact-quote-p strong {
  font-weight: 700;
}

.oh-prc {
  overflow: hidden;
  height: 100%;
}

.community-flex-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.community-flex-hero p {
  text-align: left !important;
}

.community-img-sc {
  transform: scale(1.55);
  pointer-events: none;
  margin-left: -80px;
}

.community-means-t {
  text-align: center;
}

.community-means-p {
  max-width: 680px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #eb3fb2;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

section.community-hero::after {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.community-ppl {
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 1;
}

.community-ppl-t {
  text-align: center;
}

.community-ppl-p {
  max-width: 450px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}

.cm-tl-def {
  max-width: inherit;
  margin-bottom: 0 !important;
}

.val-wrap {
  width: 96.66%;
}

.cm-df {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partner-content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.h-partnership-t {
  margin-bottom: 30px;
}

.h-partnership-p {
  max-width: 950px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.3em;
  text-align: center;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-bottom: 60px;
  padding-top: 1em;
}

.h-partnership-af-btn {
  position: relative;
  margin: 40px auto;
  width: fit-content;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: var(--blue);
}

.h-partnership-af-btn-mb {
  margin-top: 10px;
}

.ml-ngt img {
  margin-left: -50px;
}

.partner-col {
  width: 33.333%;
}

.partner-quote-slide {
  overflow: hidden;
  padding-top: 100px;
}

.partner-quote-slide-wrap {
  margin-bottom: 80px;
}

.partner-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partner-slide h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #eb3fb2;
  text-align: center;
  margin-bottom: 50px;
  width: 80%;
}

.partner-slide p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #442b78;
  text-align: center;
}

.partner-slide p strong {
  font-weight: 700;
}

.partner-quote-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-slide-t-quote {
  position: relative;
}

.partner-slide-t-quote:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(img/impact/quote-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.partner-slide-t-quote:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 70px;
  width: 50px;
  height: 50px;
  background-image: url(img/impact/quote-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.faqs-employers {
  z-index: 1;
}
.faqs-employers .title {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.faqs-employers .faq-row {
  padding-right: 30px;
}

.faqs-employers .terms-description {
  width: 100%;
  margin-left: 0px;
}

.customer-support-form-t {
  text-align: center;
  margin-bottom: 30px;
}

.customer-support-form-p {
  max-width: 650px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: hsl(0deg, 0%, 46%);
  margin: 0 auto;
  margin-bottom: 60px;
}

.is-as-easy {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.is-as-easy span {
  color: var(--magenta);
}

.customer-support-form-p a {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: var(--magenta);
  display: inline-block;
  width: fit-content;
  text-transform: uppercase;
  padding: 10px 2px;
  transition: 0.3s;
}

.customer-support-form-fill {
  max-width: 650px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #442b78;
  margin: 0 auto;
  margin-bottom: 10px;
}

.employers-problem {
  display: flex;
  flex-wrap: wrap;
}
.employers-problem .p-section {
  width: 50%;
  padding: 0.3em;
  margin-top: 1em;
  padding-left: 1em;
}

.employers-problem h4 {
  color: var(--magenta);
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.employers-problem p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin: 10px 0 25px;
}

.employers-problem p .underline {
  text-decoration: underline;
}

.employers-problem p .bold {
  font-weight: bold;
}

.h-partnership-p-mb {
  margin-bottom: 20px;
  color: var(--magenta);
  position: relative;
}

.form-partnership-wrap {
  width: 60%;
  margin: 0 auto;
}

.form-partnership {
  width: 100%;
}

.form-partnership .errors-list {
  display: none;
}

.form-partnership .form-part-input {
  scroll-margin-top: 150px;
}

.form-partnership .errors > li {
  background: aliceblue;
  padding: 5px;
  text-decoration: underline;
}

.form-partnership .errors-list > p {
  margin: 8px 0;
}

.form-partnership .errors-list > p {
  padding: 5px;
}

.form-partnership input:focus,
.form-partnership select:focus {
  outline: 2px solid var(--magenta);
  box-shadow: 1px 1px 8px 1px var(--magenta);
}

.form-part-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
}

.form-part-p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2b1e59;
  width: 200px;
  text-transform: uppercase;
}

input[required] + .form-part-p::after {
  content: '*';
}

.reqField {
  color: #2b1e59;
}

.form-partnership .error {
  flex: 0 0 100%;
  padding: 5px 10px;
  text-align: right;
  color: #ff1111;
}

.form-partnership .required {
  display: block;
  padding: 10px 0;
  text-align: right;
  color: var(--magenta);
}

.form-part-input {
  background: transparent !important;
  border-bottom: 1px solid #9b9b9b !important;
  border-radius: inherit !important;
  padding-left: 0 !important;
  padding-bottom: 17px;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 35px !important;
  color: #828282 !important;
  color: hsl(0deg, 0%, 46%) !important;
  width: calc(100% - 200px) !important;
}

.form-part-input::-webkit-input-placeholder {
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
}

.form-part-input-mail {
  border: none;
}

.form-part-dropdown {
  width: calc(100% - 200px);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.form-part-dropdown-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9b9b9b !important;
  padding-bottom: 17px;
}

.form-part-dropdown-info-p {
  width: 100%;
  border: none;
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  -webkit-appearance: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='3.35297' width='4.74176' height='13.435' rx='2.37088' transform='rotate(-45 0 3.35297)' fill='%23442B78'%3E%3C/rect%3E%3Crect x='15.647' width='4.74176' height='13.435' rx='2.37088' transform='rotate(45 15.647 0)' fill='%23442B78'%3E%3C/rect%3E%3C/svg%3E")
    no-repeat;
  background-position: right 5px top 50%;
  scroll-margin-top: 150px;
}

select.form-part-dropdown-info-p option {
  background-color: var(--magenta);
  color: #fff;
}

.form-part-dropdown-info svg {
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease-in-out;
}

.form-part-dropdown-list {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 110%;
  background: #fff;
  box-shadow: 0 20px 100px rgba(68, 43, 120, 0.25);
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}

.form-active .form-part-dropdown-list {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.form-active .form-part-dropdown-info svg {
  transform: rotate(180deg);
}

.form-part-dropdown-item {
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.35s ease-in-out;
}

.form-part-dropdown-item:hover {
  color: rgba(0, 0, 0, 1);
}

.message-send {
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  color: #2b1e59;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}

.message-active {
  opacity: 1 !important;
}

.creating-ethical {
  max-width: inherit !important;
}

.we-advocates-p-txt {
  width: 100% !important;
  margin: 0 auto;
  max-width: 760px !important;
}

.products.wewin .value {
  width: 32%;
}

.products.wewin .values-container {
  flex-wrap: unset;
}

nav#more-o-products .h-s-more-options {
  left: 50%;
}

.h-s-link-container:hover {
  z-index: 5;
}

section.we-value.prod-detail .value svg {
  top: 69%;
}

section.we-value.prod-detail .value:last-of-type svg {
  top: 65%;
}

img.back-prod {
  position: absolute;
  top: 0;
  right: 0;
}

.prod-detail.bs .h-c-f-text {
  text-align: center;
  width: 100%;
}

.quad .value {
  width: 50% !important;
}

section.wewin-info {
  z-index: 1;
}

.wewin-info-container {
  position: relative;
  display: block;
  padding: 80px 0 77px;
}

.wewin-info-container h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #442b78;
  margin-bottom: 47px;
}

.wewin-info-container p {
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  text-align: center;
}

section.breakdown {
  padding: 77px 0 90px;
}

.breakdown-text {
  position: relative;
  width: 70%;
}

.breakdown-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2.break-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  color: #442b78;
  margin-bottom: 30px;
}

h3.break-title {
  font-family: "EarnInMori", "Inter", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 113.6%;
  color: #442b78;
  margin-bottom: 25px;
}

p.break-description {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin-bottom: 45px;
}

h4.break-titlelist {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #9732a5;
  margin-bottom: 50px;
  position: relative;
  display: block;
}

li.break-l-row {
  position: relative;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 46px;
}

li.break-l-row::before {
  position: absolute;
  content: '';
  background-image: url(img/products/check-svg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 33px;
  height: 23px;
  top: 15px;
  left: 0;
}

.we-value.wallgreens.products.balance.prod-detail,
section.we-value.bottom-line.wallgreens.products.balance.prod-detail {
  z-index: 1;
}

.button-duo .button {
  display: inline-block;
  position: relative;
}

.button-duo .button:nth-of-type(1) {
  margin-right: 31px !important;
}

.button-duo {
  position: relative;
  display: block;
}

.button-duo.values {
  width: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 55px;
}

.button-duo .button {
  padding: 19px 12% !important;
}

.cbr .value svg {
  top: 50% !important;
}

.prod-detail .value {
  margin-bottom: 0;
}

section.home-content.cashout.prod-detail a.underline-hover {
  margin-top: 40px !important;
  display: block;
}

h2.h-c-f-discover {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--blue);
}

.b-s .h-c-f-text {
  width: 50% !important;
}

.quad .value {
  margin-bottom: 80px;
}

.quad {
  margin-bottom: -80px;
}

.quad .value p,
.quad .value h3 {
  max-width: 400px;
  transform: translateX(70px);
}

.nav-download.android > a:nth-of-type(1),
.nav-download.ios > a:nth-of-type(2),
.nav-download.android > button:nth-of-type(1),
.nav-download.ios > button:nth-of-type(2) {
  display: none;
  width: 0;
}

.nav-download.os-type.enter-y-r.delay-4.nn.get {
  margin-left: 18px;
  margin-left: 55px;
  white-space: nowrap;
}

.is-safari .h-s-more-options {
  padding: 0 30px 0 0px !important;
  filter: drop-shadow(0 10px 30px rgba(68, 43, 120, 0.25)) !important;
}

.is-safari .w-ppl-icon-bg {
  box-shadow: none !important;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.js-scrollElem {
  cursor: pointer;
}

[data-anchor] {
  color: var(--magenta);
}

.js-term-svrs {
  cursor: pointer;
  color: var(--magenta);
}

.hero-slide-dots.wallgreens {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hmnot:after {
  display: none !important;
}

.csot-mt {
  margin-top: 80px;
}

.csot-mb {
  padding-bottom: 100px;
}

.hgmb {
  padding-bottom: 0 !important;
}

.prd-btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-p-cash {
  font-size: 42px;
  line-height: 42px;
}

.h-c-f-text {
  width: 40%;
}

.no-under-line {
  border-bottom: 0 !important;
}

.h-c-flex0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-checkit {
  padding: 20px 72px !important;
}

.partner-top-pd {
  padding-top: 100px;
}

.prd-lf-ps {
  left: 40px;
}

.terms-d-block.gdocs .c22,
.terms-d-block.gdocs .c34 {
  font-weight: 700;
  font-style: italic;
}

.terms-d-block.gdocs .c17 {
  font-weight: 700;
}

.terms-d-block.gdocs .cp {
  color: var(--magenta);
}
.terms-d-block .li-ord li {
  list-style: lower-roman;
}

.terms-d-block .inner-list {
  margin-left: 20px;
}

.terms-d-block li {
  margin-left: 20px;
}

.terms-d-block .list-o-i li {
  list-style-type: upper-alpha;
}

.terms-d-block .list-o-i span {
  color: var(--magenta);
}

.terms-d-block .list-o-r li {
  list-style-type: lower-alpha;
  color: rgba(0, 0, 0, 0.6);
}
.terms-d-block .list-o-p li {
  list-style-type: upper-alpha;
  color: rgba(0, 0, 0, 0.6);
}

.terms-d-block .list-o-v li {
  list-style-type: decimal;
  color: rgba(0, 0, 0, 0.6);
}

.terms-d-block .li-ord li {
  list-style: lower-roman;
}

.anchor {
  scroll-margin-top: 140px;
}

ol.evolve-t-a,
ol.evolve-u-y-a,
ol.evolve-a-a-w,
ol.evolve-m {
  margin-left: 25px;
}

.evolve-t-a > li,
.evolve-u-y-a > li,
.evolve-a-a-w > li,
.evolve-m > li {
  list-style-type: upper-alpha;
}
.t-t-unstyle {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 18px;
  border: unset;
  box-shadow: unset;
  padding: unset;
}

.hero-card-download.partnership {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 40px;
}

.hero-card-download.partnership .stars svg > path {
  fill: #51307c;
}

.hero-card-download.partnership .stars svg rect {
  fill: #fff;
}

.hero-card-download.partnership .hero-card-download-option a {
  min-width: 100%;
}

.hero-card-download.partnership .hero-card-download-option {
  min-width: 225px;
}

.get-started {
  display: none;
}

/* FTI  */

.consulting h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 81px;
  text-align: center;
  color: #442b78;
}

section.consulting {
  padding-top: 205px;
  padding-bottom: 60px;
}

.consulting-detail {
  display: flex;
  align-items: center;
  margin-top: 100px;
  justify-content: space-evenly;
}

.logos-consulting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logos-consulting .logos-consulting-earnin {
  height: 60px;
}

.logos-consulting .fti {
  padding-left: 30px;
  border-left: 1px solid #442b78;
}

.logos-consulting div:first-child {
  padding-right: 30px;
  min-width: 275px;
  display: flex;
  justify-content: flex-end;
}

.consulting p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  max-width: 558px;
}

.is-inview .counter.c-81 {
  --num: 81;
}

.is-inview .counter.c-82 {
  --num: 82;
}

.is-inview .counter.c-77 {
  --num: 77;
}

.EWA-1 h2 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--blue);
}

.counter-EWA1 .counter {
  position: relative;
}

.EWA-1 p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 120px;
}

.bg-counter {
  position: absolute;
  top: -80px;
  transform: rotate(-80deg);
  right: -20px;
}

.bg-counter-2 {
  position: absolute;
  top: -60px;
  left: 50px;
}

.bg-counter-3 {
  position: absolute;
  top: -90px;
  transform: rotate(60deg);
  left: -50px;
}

.c-f-colum.counter-EWA1 h3 {
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

.download-infographic {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-infographic {
  position: relative;
  right: -40px;
}

img.view-img-infographic {
  position: absolute;
  top: 40px;
  left: 40px;
}

.download-infographic .button {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.arrow-download {
  background-color: #9732a5;
  margin-left: 10px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 22px;
  transition: all 3s;
}

.hero-card-download-option .button .arrow-download svg {
  margin-right: 0px;
}

.download-infographic .hero-card-download-option {
  position: relative;
  left: -50px;
  margin-right: 0px;
}

.download-infographic .button span {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
}

.EWA-1 .hero-card-download-option:hover .arrow-download {
  background-color: #442b78;
}

.who-uses-EWA {
  display: flex;
  align-items: center;
}

.s-imp-line-mt-2 {
  padding-top: 65px;
}

.who-EWA-detail {
  width: 50%;
  padding: 0px 0px 0px 70px;
}

.who-EWA-detail h3 {
  color: #442b78;
  text-align: initial;
}

.who-EWA-detail p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  color: #828282;
  color: hsl(0deg, 0%, 46%);
  margin-top: 30px;
}

.who-EWA-img {
  width: 50%;
  padding-right: 40px;
}

section.EWA-2 {
  padding-bottom: 110px;
}
.EWA-2 .w-e-c-numbers {
  margin-top: 0px;
}

.EWA-2 .button {
  margin: 0 auto;
  display: block;
  margin-top: 75px;
  max-width: max-content;
}

.EWA-2 div {
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .mobile {
    display: none;
  }

  .f-l-c-links a:hover {
    transform: translateX(3px);
  }

  .button.b-big {
    font-size: 30px;
    padding: 24px 82px;
    font-weight: 700;
    border-radius: 110px;
  }

  .under-line:hover::after {
    width: 100%;
  }

  .button:hover {
    background-position: 100% 0;
    moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
  }

  .button.b-invert-white:hover {
    box-shadow: inset 0 0 0 2px #c940a6;
  }

  .hero-card-download-option .button:hover span {
    color: #442b78 !important;
  }

  .hero-card-download-option .button:hover svg path {
    fill: #442b78;
  }

  .hero-card-download-option .button {
    background-image: linear-gradient(
      to right,
      #3b226f,
      #3b226f,
      #53317d,
      #ffffff9e,
      #ffffffd6,
      #ffffff,
      white
    );
  }

  a.android-svg-h:hover svg path,
  a.ios-svg-h:hover svg rect:nth-of-type(1),
  a.android-svg-h:hover svg rect:nth-of-type(1) {
    fill: #fff;
  }

  a.android-svg-h:hover svg rect:nth-of-type(2) {
    fill: var(--magenta);
  }

  a.ios-svg-h:hover svg path {
    fill: var(--magenta);
  }

  a.ios-svg-h:hover svg rect {
    stroke: #fff;
  }

  .modal-close:hover svg path {
    fill: #623283;
  }

  .hero-slide a:hover svg path {
    opacity: 0.75;
  }
  .hero-slide a:hover.a-no-text {
    transform: scale(1.2);
    transition: 0.3s;
  }

  .l-o-person:hover {
    filter: grayscale(0);
  }

  .l-o-person:hover .l-o-p-linkedin {
    bottom: -30px;
  }

  .l-o-person:hover svg:nth-of-type(2) {
    top: 20px;
  }

  .l-o-person:hover svg {
    top: 0;
    opacity: 1;
  }

  .l-o-person:hover img:nth-of-type(2) {
    opacity: 1;
  }

  .l-o-person:hover p:nth-of-type(1) {
    color: #ef40b3;
    color: var(--magenta);
  }

  a.l-o-person:nth-of-type(4) > img {
    transform: scaleY(0.9);
    aspect-ratio: 1;
  }

  .a-h-video-container.svg-2 > img {
    display: none;
  }

  .products.rewards .differences-flex {
    margin-left: -10%;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-flex {
    max-width: unset;
    justify-content: center;
    justify-content: space-around;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-flex > div {
    width: 47.5%;
  }
  .employers-problem .p-section:last-of-type {
    border-left: 1px solid lightgray;
  }
}

@media screen and (max-width: 1360px) {
  .hero-card-text h1 {
    font-size: 5.8vw;
    line-height: 1;
  }
  .tooltip-wrapper {
    display: none;
  }
  .header-container {
    width: 100%;
  }

  .header-container {
    width: 100%;
    /* z-index: 11; */
  }

  .footer-container {
    padding: 60px;
  }

  .f-l-sections {
    flex-flow: wrap;
  }

  .values-container.f-wrap .value {
    width: fit-content;
    margin-left: 20px;
  }

  .values-container.f-wrap {
    justify-content: space-around;
  }

  .products .hero-back-container img {
    width: 560px;
    left: -1%;
  }

  .products .hero-back-container {
    padding-bottom: 30px;
  }

  .products .hero-card {
    overflow: hidden;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h2 {
    font-size: 55px;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-flex {
    justify-content: space-between;
  }

  .button-duo.values .button {
    margin: 0 auto !important;
  }

  .button-duo.values .button:last-of-type {
    margin-top: 20px !important;
  }

  h3.break-title {
    font-size: 55px;
  }

  h4.break-subtitle {
    font-size: 40px;
    margin-bottom: 20px;
  }

  p.break-description {
    margin-bottom: 20px;
  }

  h4.break-titlelist {
    margin-bottom: 20px;
  }

  li.break-l-row {
    font-size: 18px;
  }
}

@media screen and (max-width: 1240px) {
  .e-e-container {
    display: block;
  }

  .tooltip-wrapper {
    display: none;
  }
  .e-e-container img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 75px;
  }

  .e-e-text {
    width: 100%;
  }

  .e-e-text-row {
    max-width: 722px;
    margin: 0 auto;
    margin-bottom: 43px;
  }

  .e-e-text-row:last-of-type {
    justify-content: center;
    display: flex;
    padding-left: unset;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h2 br {
    content: '';
  }

  section.we-value.prod-detail .values-container {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1160px) {
  section.hero {
    padding-top: 120px;
  }

  #header . {
    border-radius: 0 0 50px 50px;
  }
  .tooltip-wrapper {
    display: none;
  }

  .hero-back-container {
    padding-left: 37%;
    padding-right: 5%;
  }

  .hero-back-container-imp {
    padding-left: 37%;
    padding-right: 5%;
  }

  .hero-card-text h1 {
    font-size: 6.3vw;
  }

  .l-o-person {
    width: 25%;
  }

  .blog-container {
    margin-top: 70px;
    flex-flow: wrap;
  }

  .blog-cards {
    width: 100%;
  }

  .blog-cat {
    width: 100%;
  }

  .f-l-c-links:last-of-type {
    margin-top: 20px;
  }

  .c-f-c-face:nth-of-type(1) {
    opacity: 0;
  }

  .c-f-c-face:nth-of-type(12) {
    opacity: 0;
  }

  .c-f-c-face:nth-of-type(10) {
    opacity: 0;
  }

  .c-f-c-face:nth-of-type(3) {
    left: 6%;
  }

  .c-f-c-face:nth-of-type(4) {
    top: 320px;
  }

  .c-f-c-face:nth-of-type(5) {
    left: 25%;
  }

  .c-f-c-face:nth-of-type(9) {
    right: 0%;
    top: 70px;
  }

  .breakdown-img {
    display: none;
  }

  .breakdown-text {
    width: 100%;
  }

  .breakdown-text img.mobile {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h2 {
    font-size: 45px;
  }

  .button-duo .button {
    display: block;
  }

  .button-duo .button:nth-of-type(1) {
    margin-bottom: 20px !important;
  }

  .button-duo .button {
    width: 60%;
  }
}

@media screen and (max-width: 1100px) {
  .header-sections {
    display: none;
  }

  nav,
  .toggle-nav {
    display: block;
  }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    left: 50%;
    right: 0;
    margin: 0 auto;
    background: #3b226f;
    width: 100vw !important;
    height: 100vh;
    text-align: center;
    transform: translatey(-150%) translateX(-50%);
    opacity: 0;
    /* z-index: 10; */
    transition: all 0.8s cubic-bezier(0.72, 0.42, 0, 0.94);
    overflow: auto;
    padding-bottom: 20px;
  }

  .nav-section,
  .nav-download {
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
  }

  .nav-container {
    max-width: 410px;
    width: 85%;
    margin: 0 auto;
    margin-top: 160px;
  }

  header.active nav {
    transform: translatey(0%) translateX(-50%);
    opacity: 1;
  }

  a.nav-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    display: block;
    color: #fff;
  }

  .nav-download {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding-top: 58px;
    font-size: 15px;
    line-height: 19px;
  }
  .tooltip-wrapper {
    display: none;
  }

  .nav-download > span {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .nav-download svg {
    margin: 0 5px;
  }

  .nav-download::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    max-width: 356px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    opacity: 0.5;
  }

  a.nav-section {
    margin-bottom: 75px;
  }

  .nav-option {
    position: relative;
    margin: 0 auto;
    max-width: 410px;
  }

  .nav-download .button {
    background: #ef3fb3;
    background: var(--magenta);
  }

  .nav-hide {
    position: relative;
    background: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    padding: 57px 0 42px;
    margin-bottom: 70px;
  }

  .nav-hide svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .active.nav-hide svg {
    top: -27px;
  }

  .get-started {
    display: block;
    margin-left: inherit;
    margin-right: 12px;
  }

  .nav-section .button {
    display: none;
  }

  .nav-hide a {
    color: var(--blue);
    text-transform: uppercase;
    line-height: 270%;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
  }

  .logo svg {
    width: 160px;
    display: flex;
  }

  .nav-hide svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.3s;
    transition-delay: 0.3s;
  }

  span.h-s-hide-arrow {
    position: absolute;
    padding: 20px;
    top: -12px;
    transition: 0.3s;
    right: 0;
  }

  span.h-s-hide-arrow.active {
    transform: rotate(180deg);
  }

  .hero-walgreens-logos {
    display: block;
    width: fit-content;
  }

  .hero-walgreens-logos span {
    display: block;
    margin: 5px 0;
  }

  .products .hero-back-container img {
    width: 480px;
  }
}

@media screen and (max-width: 900px) {
  .logo {
    width: initial;
  }

  html,
  body {
    overflow: unset;
  }

  .a-h-video-container img {
    border-radius: 35px;
  }

  .mobile {
    display: initial;
  }

  .desktop {
    display: none !important;
  }

  .hero-back-container {
    padding: unset;
    margin: 0 auto;
    margin-top: 10px;
  }
  .tooltip-wrapper {
    display: none;
  }

  .employers-problem .p-section {
    width: 100%;
  }

  .hero-back-container-imp {
    padding: unset;
    margin: 0 auto;
    margin-top: 10px;
  }

  .home-slide-dots {
    margin-top: 60px;
  }

  .hero-card-text h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 100%;
    max-width: 304px;
  }

  img.mobile.hero-img-mobile {
    margin: 0 auto;
    max-width: 100vw;
    position: relative;
    right: unset;
    left: 50%;
    top: inherit;
    bottom: unset;
    margin: 0 auto;
    transform: translateX(-50%);
    display: block;
    margin-left: 0;
  }

  .hero-card-download.android .hero-card-download-option:nth-of-type(1),
  .hero-card-download.ios .hero-card-download-option:nth-of-type(2),
  .nav-download.android > a:nth-of-type(1),
  .nav-download.ios > a:nth-of-type(2),
  .nav-download.android > button:nth-of-type(1),
  .nav-download.ios > button:nth-of-type(2) {
    display: none;
    width: 0;
  }

  .hero-card-download-option {
    margin-top: -20px;
    margin-right: unset;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .hero-card-text {
    padding: 27px 35px;
    background-image: url(img/hero-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 33px;
  }

  .hero-card-text p {
    font-style: normal;
    font-size: 24px;
    font-size: 3.7vw;
    line-height: 2;
    color: #fff;
  }

  .hero-card {
    display: none;
  }

  .wrapper-big {
    width: 85.4%;
  }

  .hero-card-download-option .button {
    width: 100%;
    margin: 0 auto;
    padding: 12px 24px;
    align-items: center;
    justify-content: center;
  }

  .hero-card-download-option .button div span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 23px;
    color: #fff;
    display: inline;
  }

  .hero-card-download.mobile {
    display: flex;
    margin-bottom: 35px;
  }

  .hero .hero-card-download.mobile {
    margin: 0 auto;
    margin-top: -27px;
    margin-bottom: 35px;
  }

  section#home-slide {
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .w-e-container {
    padding-top: 50px;
  }

  .home-content {
    padding-bottom: 50px;
  }

  .TOS-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    margin: 38px 0 60px;
    position: relative;
    display: block;
  }

  .wrapper {
    width: 85.4%;
  }

  .hero-slide-text {
    font-size: 22px;
    line-height: 38px;
  }

  .h-s-prev,
  .h-s-next {
    display: none;
  }

  section.hero::before {
    max-width: 410px;
    bottom: 50px;
    width: 85.5%;
  }

  section.hero::after {
    width: 85.5%;
    max-width: 410px;
  }

  .hero-back {
    border-radius: unset;
    margin-top: -250px;
    background: #442b78;
  }

  div#hero-links-slide {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
  }

  div#hero-links-slide .swiper-wrapper {
    align-items: center;
  }

  .h-c-f-text {
    width: 100%;
    text-align: center;
  }

  .in-card-img-container {
    position: relative;
    max-width: 418px;
    width: 100%;
    height: 280px;
    display: block;
    margin: 0 auto;
  }

  .in-card-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .h-c-f-text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  .h-c-f-text h3 br {
    content: '';
  }

  .h-c-f-text p {
    margin-top: 0;
  }

  p.h-c-legal {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 43px;
    margin-bottom: 0;
    text-align: left;
  }

  .h-c-flex {
    max-width: 410px;
    border-bottom: 0.965307px solid #e2e2e2;
    margin-bottom: 0;
    padding-bottom: 77px;
    padding-top: 77px;
  }
  section.asac,
  section.evolve_privacy,
  section.evolve_electronic {
    display: block;
  }

  .button {
    max-width: 410px;
    width: 100%;
    text-align: center;
  }

  .get-started {
    max-width: fit-content;
  }

  .b-c-content .button {
    margin-left: auto;
    margin-right: auto;
  }

  .w-e-container h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 58px;
  }

  .we-believe {
    flex-flow: wrap;
  }

  .we-believe span br {
    content: '';
  }

  .we-believe span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .we-believe svg {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 13px;
  }

  .we-believe-text {
    max-width: 410px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .w-e-c-n-title {
    font-size: 35px;
    line-height: 45px;
    max-width: 270px;
    margin: 0 auto;
    margin-top: 85px;
  }

  footer .hero-card-download-option .button {
    background: var(--magenta);
  }

  .footer-container {
    border-radius: 48px;
    padding: 60px 42px;
  }

  footer .hero-card-download-option .button span {
    font-size: 16px !important;
  }

  footer .h-c-d-o-rating > span {
    color: #fff;
  }

  .f-l-c-links:nth-of-type(1) {
    width: 100%;
    text-align: center;
    margin: unset;
    margin-bottom: 53px;
  }

  .f-l-c-links a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .f-l-sections {
    width: 100%;
  }

  .f-l-c-links:last-of-type {
    margin-top: 0;
  }

  .f-l-c-links:nth-of-type(2),
  .f-l-c-links:nth-of-type(3) {
    width: 50%;
    margin-right: unset;
    text-align: center;
  }

  .f-e-colum a {
    position: absolute;
    top: -50px;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
  }

  .f-e-colum a:nth-of-type(1) {
    top: -15px;
  }

  .f-e-colum a:nth-of-type(2) {
    top: 30px;
  }

  .f-e-colum {
    width: 100%;
    padding-top: 100px;
    justify-content: center;
  }

  .f-e-by {
    position: absolute;
    bottom: 8px;
    right: 0;
  }

  .footer-end {
    padding-top: 50px;
  }

  .footer-legal {
    margin: 24px 0 50px;
  }

  .footer-end::before {
    top: 0;
  }

  nav {
    background: #442b78;
  }

  #header .wrapper-big {
    padding: 10px 0;
    border-radius: unset;
    background: unset;
  }

  .w-e-c-n-colum {
    text-align: center;
  }

  .w-e-c-n-colum small {
    text-align: center;
    margin: 0 auto;
  }

  div#numbers-slide {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .generic-slide-dots,
  .home-slide-numbers-dots {
    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content !important;
    margin-top: 40px;
  }

  .generic-slide-dots button svg,
  .home-slide-numbers-dots button svg {
    transform: translate(-3px, -3px) scale(2);
  }

  .nav-open {
    overflow: hidden;
  }

  header#header {
    background: #442b78;
  }

  section.about-hero h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 105%;
    text-align: center;
    color: #442b78;
  }

  .video-mask {
    border-radius: 35px;
  }

  .video-mask span {
    display: none;
  }

  .video-mask svg {
    width: 62px;
  }

  .a-h-video-container > svg:nth-of-type(1) {
    width: 230px;
    top: -250px;
  }

  .a-h-video-container svg:nth-of-type(2) {
    width: 153px;
    top: -110px;
    left: -50px;
  }

  .a-h-video-container > img {
    top: -10px;
    width: 190px;
    left: -40px;
  }

  .section-title,
  section.cycle .wrapper > h2 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 52px;
  }

  .cycle-img-cantainer {
    padding: 50px 38px;
    padding-bottom: 50px;
    border-radius: 35px;
    overflow: hidden;
    background-color: var(--magenta);
    margin-bottom: 0;
  }

  .cycle-img-cantainer h3 {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .cycle-img-cantainer h3 br {
    content: '';
  }

  .cycle-img-cantainer p {
    font-size: 17px;
    line-height: 1.8;
  }

  .cycle-img-cantainer img {
    opacity: 0.6;
    bottom: 0;
    right: -70px;
    display: none;
  }

  section.about-map .wrapper-big {
    width: 100%;
    max-width: unset;
  }

  .about-map::after {
    display: none;
  }

  .a-map-container {
    border-radius: unset;
  }

  section.powered h2 {
    font-size: 45px;
    line-height: 50px;
  }

  section.powered h2 br {
    content: '';
  }

  section.powered p {
    font-size: 20px;
    line-height: 30px;
  }

  .generic-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  .cycle-colum a {
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 53px;
  }

  .cycle-colum a::after {
    width: 100%;
  }

  .cycle-colum {
    max-width: unset;
    margin-left: initial !important;
  }

  .video-slide {
    width: 100%;
    height: 100%;
  }

  section.tips .wrapper > h2 {
    font-size: 45px;
    line-height: 50px;
  }

  section.tips .wrapper > p {
    font-size: 20px;
    line-height: 35px;
  }

  .tips-flex {
    flex-flow: wrap;
    justify-content: center;
  }

  .tip-colum p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .tip-colum {
    text-align: center;
  }

  section.community .wrapper h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
  }

  .tips-flex svg {
    display: none;
  }

  section.about-hero {
    overflow: hidden;
    padding-bottom: 66px;
  }

  section.powered {
    overflow: hidden;
  }

  .a-map-container h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .a-map-container h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .a-map-container {
    padding: 50px 0;
  }

  .a-map-container svg {
    width: 130%;
    margin-left: -22%;
  }

  section.about-hero {
    padding-top: 150px;
  }

  section.cycle {
    padding-top: 66px;
    padding-bottom: 10px;
  }

  section.about-map {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .cycle-colum h3 {
    margin-bottom: 38px;
  }

  .cycle-img {
    margin-top: 0;
  }

  .cycle-img::before {
    position: absolute;
    content: '';
    top: -45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4e2ea;
  }

  .cycle-img > img:nth-of-type(1) {
    display: none;
  }

  section.powered {
    padding: 63px 0;
  }

  section.tips.is-inview {
    padding: 63px 0;
  }

  section.community.is-inview {
    padding: 63px 0 140px;
  }

  h1.terms-title {
    font-size: 52px;
    line-height: 105%;
    text-align: center;
  }

  .terms-container {
    flex-flow: wrap;
  }

  .terms-types {
    width: 100%;
    max-width: unset;
  }

  .terms-types .term-type {
    border: unset;
    text-align: left;
  }

  .terms-description {
    width: 100%;
    margin: unset;
  }

  .term-type:not(.t-t-unstyle) {
    font-size: 16px;
    line-height: 40px;
    padding: 8px 30px;
  }

  .term-type span br {
    content: '';
  }

  .faq-row h2 {
    font-size: 24px;
    line-height: 32px;
    width: calc(100% - 25px);
  }

  section.terms {
    padding-top: 150px;
  }

  .term-type-close {
    top: 10px;
  }

  .l-o-person {
    width: 48%;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .l-o-person:last-of-type {
    margin: 0 auto;
  }

  .leadership-overview {
    justify-content: space-between;
  }

  h1.leadership-title {
    font-size: 52px;
    line-height: 105%;
  }

  p.leadership-t-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 50px;
  }

  h2.leadership-subtitle.enter-y.delay-7 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    margin-top: 100px;
  }

  .leadership a.button {
    margin-bottom: 80px;
  }

  h2.leadership-subtitle {
    font-size: 45px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #2b1e59;
  }

  .l-person-b .button {
    margin: 0 !important;
  }

  .leadership-img-container::after {
    width: 100%;
    border-radius: unset;
    height: 104.5%;
  }

  .figura-1 {
    right: -11%;
    top: 1%;
    width: 316px;
  }

  .figura-2 {
    width: 100px;
    left: -40px;
  }

  section.leadership {
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 96px;
    margin-bottom: 96px;
  }

  .l-person-b {
    margin-top: 96px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  section.blog {
    padding-top: 200px;
    overflow: hidden;
  }

  section.blog h1 {
    font-size: 52px;
    line-height: 105%;
    text-align: center;
  }

  h3.b-c-title {
    font-size: 24px;
    line-height: 32px;
  }

  p.b-c-info,
  .b-c-content p {
    font-size: 18px;
  }

  .b-c-content {
    padding: 30px;
  }

  .b-c-img {
    height: 140px;
  }

  .blog-card {
    border-radius: 32px;
    margin-bottom: 30px;
  }

  a.b-c-tag {
    font-size: 16px;
  }

  .b-c-container {
    margin-bottom: 30px;
  }

  .b-d-img {
    height: 238px;
    border-radius: 32px;
  }

  .b-d-title h1 {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 32px !important;
    width: 100%;
  }

  .b-d-social {
    width: 100%;
    text-align: right;
  }

  .b-d-title {
    flex-flow: wrap;
  }

  .b-d-social a svg {
    width: 34px;
  }

  .b-d-date {
    margin: 10px 0;
  }

  .b-d-body {
    font-size: 18px;
    line-height: 30px;
  }

  .b-d-body h2,
  .b-d-body h3 {
    font-size: 24px;
    line-height: 32px;
  }

  section.hero {
    overflow: hidden;
    padding-top: 100px;
  }

  .h-s-link svg,
  .h-s-link img {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  footer {
    padding-bottom: 0;
    margin-bottom: 160px;
  }

  .why-earnin {
    margin-bottom: 50px;
  }

  section.career.bottom-line {
    padding-top: 150px;
    overflow: hidden;
  }

  .career-hero h1 {
    font-size: 52px;
    line-height: 105%;
    max-width: 480px;
    width: 85%;
    margin: 0 auto;
  }

  .button-center {
    max-width: 410px;
    width: 85%;
    display: block;
  }

  .button-center.w-fit {
    width: fit-content;
  }

  .button-center .button {
    width: 100%;
    display: block;
  }

  .value {
    margin-left: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 47px;
  }

  .v-logo {
    margin: 0 auto;
  }

  .value p {
    margin: 0 auto;
  }

  .value:nth-of-type(odd) svg {
    left: initial;
    right: -100px;
  }

  .value.swiper-slide svg {
    top: 0;
    right: 0;
    left: 0;
  }

  .wf .value:nth-of-type(2) {
    margin-top: 130px;
  }

  section.find-y-role,
  section.differences,
  section.workforce,
  section.career-video,
  section.work-h,
  section.we-value {
    overflow: hidden;
    padding: 75px 0;
  }

  section.we-value .generic-slide {
    margin-bottom: 50px;
  }

  section.work-h {
    padding: 50px 5%;
  }

  .c-f-c-face {
    display: none;
  }

  .c-h-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
  }

  .value svg {
    top: -90px;
  }

  .workforce-desc {
    font-size: 20px;
    line-height: 35px;
  }

  .section-title br,
  .career-hero h1 br {
    content: '';
  }

  .w-h-slide.s1,
  .w-h-slide.s2,
  .w-h-slide.s3,
  .w-h-slide.s4 {
    width: 366px;
    height: 244px;
    border-radius: 57px;
  }

  .custom-select {
    position: relative;
    max-width: 410px;
    width: 100%;
    display: block;
    border: 2px solid #442b78;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 19px 34px;
    font-weight: 700;
    font-size: 16px;
    color: #442b78;
    margin-bottom: 35px;
  }

  span.c-s-selected {
    position: relative;
    text-overflow: ellipsis;
    width: calc(100% - 25px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }

  span.c-s-arrow {
    position: absolute;
    padding: 7px;
    top: 13px;
    right: 20px;
    transition: 0.4s;
  }

  .c-s-values {
    position: relative;
  }

  button.c-s-value,
  span.c-s-value {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 25px;
    border: none;
    background: none;
  }

  button.c-s-value.active,
  span.c-s-value.active {
    border: 1px solid;
  }

  span.c-s-selected small,
  span.c-s-value small {
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
  }

  span.c-s-arrow.active {
    transform: rotate(180deg);
  }

  button.c-s-value::after,
  span.c-s-value::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    top: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0.05;
  }

  header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 75px;
    top: 0vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #442b78;
    pointer-events: none;
    z-index: 11;
  }

  .home-slide::before,
  .home-slide::after {
    display: none;
  }

  /* .home-slide-item > img {
        display: none;
    } */

  .h-s-i-back {
    border-radius: 35px;
    padding: 41px 36px 150px;
  }

  .h-s-i-t-a-text > p {
    font-size: 18px;
    line-height: 23px;
  }

  .h-s-i-tex h3 {
    font-size: 42px;
    line-height: 47px;
    max-width: 100%;
  }

  .h-s-i-tex > p {
    font-size: 16px;
    line-height: 28px;
  }

  .home-slide-item {
    max-width: 410px;
    width: 85%;
  }

  .h-s-i-t-appstore {
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 410px;
    width: 85%;
    bottom: 40px;
  }

  .h-s-i-t-appstore.white .h-s-i-t-a-text > p {
    font-size: 16px;
  }

  .download-fix.mobile {
    position: fixed;
    bottom: 0vh;
    z-index: 10;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: var(--magenta);
    padding: 20px 0;
    transform: translateY(100%);
    transition: all 0.5s;
    padding-bottom: 7px;
  }

  .download-fix.mobile.hide {
    transform: translateY(100%) !important;
  }

  .download-fix.mobile.show {
    transform: translateY(0);
  }

  .download-fix.mobile .hero-card-download.mobile {
    margin-bottom: unset;
    padding: 0 10px;
  }

  .close-d-f {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    z-index: 3;
  }

  .close-d-f svg {
    width: 15px;
    height: 15px;
  }

  .download-fix.mobile .hero-card-download.mobile .hero-card-download-option {
    margin-top: unset;
  }

  .finde-container {
    flex-direction: column;
  }

  .f-c-results {
    width: 100%;
    margin-left: 0;
  }

  .counter.c-49::after {
    content: '49%';
  }

  .counter.c-84::after {
    content: '48%';
  }

  .counter.c-66::after {
    content: '66%';
  }

  .counter.c-73::after {
    content: '73%';
  }

  .counter.c-75::after {
    content: '74%';
  }

  .counter.c-81::after {
    content: '81%';
  }

  .counter.c-82::after {
    content: '82%';
  }

  .counter.c-77::after {
    content: '77%';
  }

  .c-f-colum:nth-of-type(2) {
    margin: 0;
    padding: 0;
  }

  .career-faces-container {
    margin-bottom: 50px;
    height: 410px;
  }

  .download-fix .hero-card-download-option .button {
    justify-content: center;
  }

  span.mobile.desc-video {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #442b78;
    z-index: 1;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }

  section.about-hero p {
    line-height: 30px;
    margin-top: 50px;
  }

  section.tips::after,
  section.powered::after,
  section.about-hero::after {
    width: 85%;
    max-width: 480px;
  }

  svg.l-o-p-linkedin {
    opacity: 1;
    bottom: -30px;
  }

  svg.l-o-p-linkedin path {
    fill: #442b78;
  }

  svg.l-o-p-linkedin path {
    fill: #442b78;
  }

  .why-earnin {
    margin-bottom: 80px;
  }

  br.br-mobile {
    content: initial !important;
  }

  .txt-h2-imp {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  .we-believe-text p {
    position: relative;
    width: 100%;
    max-width: 920px;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.6);
    margin: 10px 0;
  }

  .access-p {
    font-size: 20px;
    line-height: 35px;
  }

  .s-impact {
    margin-bottom: 60px;
  }

  .s-imp-line-mt {
    padding-top: 60px;
  }

  .video-masking {
    margin-top: 60px;
  }

  .exp-impact-item h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .exp-impact-item p {
    font-size: 21px;
    line-height: 33px;
  }

  .exp-impact-item {
    width: 60%;
    margin-bottom: 4rem;
  }

  .access-h3-txt {
    font-size: 28px;
    line-height: 36px;
  }

  .wallgreens .hero-card-text {
    width: 100%;
    background: #fff;
    filter: drop-shadow(0 20px 100px rgba(68, 43, 120, 0.25));
    padding: 27px 35px 9px;
  }

  .hero.wallgreens .hero-back-container {
    padding-left: unset;
  }

  .hero.wallgreens .hero-back-container .hero-img-mobile {
    transform: unset;
    right: initial;
    left: initial;
    margin: -27px 0 0 -35px;
    max-width: 93vw;
  }

  .hero.wallgreens .hero-card-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #442b78;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 39px;
  }

  .hero-walgreens-logos {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 55px;
  }

  .wallgreens .hero-card-download {
    display: block;
    text-align: center;
  }

  .hero.wallgreens .button {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 335px;
    margin-bottom: 30px;
  }

  section.hero.wallgreens {
    padding-top: 0;
  }

  .hero.wallgreens .hero-slide-text {
    padding-top: 70px;
    border-top: 1px solid #e2e2e2;
  }

  .wallgreens-value-text {
    font-size: 20px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  section.we-value.bottom-line.wallgreens {
    padding-top: 60px;
  }

  .wallgreens .value {
    display: block;
    align-self: center;
  }

  .wallgreens .values-container.f-wrap {
    justify-content: center;
    flex-flow: column;
    text-align: center;
  }

  .wallgreens .value svg {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .wallgreens .value .v-logo.bg-img {
    left: initial;
  }

  .wallgreens .value h3 {
    text-align: center;
  }

  .wallgreens .value p {
    text-align: center;
  }

  .wallgreens .c-f-colum p {
    text-align: center;
    margin: 0 auto;
  }

  .w-text-button p {
    font-size: 22px;
    line-height: 40px;
  }

  .w-text-button h3 {
    font-size: 45px;
    line-height: 50px;
  }

  .phone-flex {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
  }

  .phone-flex img {
    max-width: 190px;
  }

  .phone-flex p {
    font-size: 24px;
    line-height: 32px;
    max-width: 167px;
    min-width: 167px;
  }

  .phone-flex-text {
    position: relative;
    text-align: center;
  }

  .phone-flex:last-of-type {
    margin-bottom: 0;
  }

  .wallgreens .a-h-video-container > svg {
    width: 150px;
    height: 160px;
  }

  .wallgreens .a-h-video-container > svg:nth-of-type(1) {
    right: -13%;
  }

  .wallgreens .a-h-video-container svg:nth-of-type(2) {
    left: -9%;
    top: 25%;
  }

  .svg-2 img.mobile {
    position: absolute;
    top: -11%;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: scale(1.1);
  }

  .bottom-line::after {
    max-width: 480px;
    width: 85%;
  }

  section.differences.bottom-line.wallgreens {
    padding-bottom: 70px;
  }

  section.w-text-button {
    padding: 70px 0;
  }

  section.community.wallgreens {
    padding: 70px 0;
  }

  .hero.wallgreens .hero-slide-text .h-s-t-i-comment::before {
    top: 0;
    left: -40px;
  }

  .hero.wallgreens .hero-slide-text .h-s-t-i-comment::after {
    bottom: -48px;
    right: -40px;
  }

  .hero-slide-dots.wallgreens.w-dots.swiper-pagination-clickable.swiper-pagination-bullets {
    margin-bottom: 4px;
  }

  .hero.wallgreens .hero-back {
    background: linear-gradient(180deg, #442c78 43.24%, #9732a5 100%);
  }

  .products .hero-back-container {
    width: 100%;
    padding-left: unset;
    padding-bottom: 0;
  }

  .products .hero-card-text {
    background-image: unset;
    background: #ef3fb3;
    background: var(--magenta);
  }

  .products .hero-back-container img {
    width: calc(100% + 60px);
    margin: unset;
    margin-left: -35px;
    left: unset;
    transform: unset;
    top: unset;
    bottom: unset;
    margin-top: -60px;
  }

  .products .hero-card-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 105%;
    display: block;
    position: relative;
    width: 100%;
    max-width: unset;
    z-index: 1;
    margin-top: -40px;
  }

  .products .hero-card-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
    display: block;
  }

  section.hero.products {
    padding-bottom: 60px;
  }

  section.home-content.cashout {
    padding-top: 15px;
    padding-bottom: 77px;
  }

  .cashout .h-c-flex {
    display: block;
    width: 100%;
    border: unset;
    margin-top: unset;
    margin-bottom: 80px;
    padding: unset;
  }

  .cashout .h-c-f-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .cashout .h-c-f-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  section.we-value.products {
    padding-top: 77px !important;
  }

  .balance h2.cashout-title {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  .products .value h3,
  .products .value p {
    max-width: unset;
  }

  .products .value h3,
  .products .value p {
    max-width: unset;
    transform: unset;
  }

  .products .value svg {
    left: 50%;
  }

  .products.balance .value {
    margin-bottom: 140px;
    margin-left: unset;
  }

  .products.wewin .value {
    margin: 0 auto;
    margin-bottom: 45px;
  }

  .products.wewin .values-text-container {
    margin: 0 auto;
  }

  .products.wewin .values-container.f-wrap .value:nth-of-type(1) img {
    transform: translateX(-30px);
  }

  section.earnin-expres {
    padding: 90px 0 77px;
  }

  .e-e-text-row h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
  }

  .e-e-text-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }

  .e-e-text-row {
    padding-left: 30px;
  }

  .e-e-text-row h4 span {
    left: -4%;
  }

  .e-e-text-row .button {
    padding: 19px 30px;
    width: fit-content;
    margin: unset;
    font-size: 2.4vw;
  }

  .products .differences-flex {
    display: block;
  }

  .products .differences-f-colum {
    width: 100%;
    margin-bottom: 70px;
  }

  .differences-text-container {
    margin-left: unset;
    text-align: center;
    margin-top: 45px;
  }

  .products .differences-f-colum h4 {
    text-align: center;
    max-width: unset !important;
  }

  .products .differences-f-colum p {
    text-align: center;
    max-width: unset !important;
  }

  section.securely h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  section.securely p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
  }

  section.securely {
    padding: 77px 0 135px;
    background-size: contain;
  }

  section.differences.products {
    padding-bottom: 77px;
  }

  section.cashout .wrapper-home .h-c-flex:nth-of-type(3) p {
    margin-bottom: 0;
  }

  section.securely .button,
  .products .button,
  .cashout .button {
    padding: 19px 0;
  }

  h2.e-e-title {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: var(--blue);
  }

  h2.cashout-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  .differences.products h2.section-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  .e-e-text-row:last-of-type {
    margin-bottom: 0;
  }

  section.earnin-expres:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    height: 1px;
    background-color: #e2e2e2;
    max-width: 480px;
    width: 85%;
  }

  .e-e-container img {
    width: 100%;
    max-width: 344px;
  }

  #header.bg-blue .wrapper-big {
    background: #442b78;
  }

  .cashout .h-c-f-text p {
    max-width: unset;
  }

  .products.wewin .values-container.f-wrap .value:nth-of-type(1) img {
    margin: 0 auto;
  }

  .products.wewin .value:nth-of-type(3) img {
    margin: 0 auto;
  }

  .products.wewin .value:nth-of-type(3) svg {
    left: 50%;
  }

  .products.wewin .value:nth-of-type(3) .values-text-container {
    margin: 0 auto;
  }

  section.differences.products .differences-f-colum:nth-of-type(2) img {
    transform: translateX(-13%);
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-flex {
    padding: unset;
  }

  section.home-content.hero-prod-detail.cashout-hero {
    padding-top: 107px;
    padding-bottom: 66px;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h1 {
    font-size: 26px;
    line-height: 40px;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h2 {
    font-size: 52px;
    line-height: 105%;
  }

  section.we-value.prod-detail {
    padding: 66px 0px !important;
  }

  section.we-value.bottom-line.wallgreens h2.cashout-title {
    margin-bottom: 66px;
  }

  section.how-its-works {
    padding: 66px 0;
  }

  section.home-content.cashout.prod-detail {
    padding-top: 0;
  }

  section.home-content.cashout.prod-detail .h-c-flex {
    margin-top: unset;
    margin-bottom: unset;
    padding: 66px 0;
    border-bottom: 1px solid rgba(43, 30, 89, 0.1);
  }

  h2.discover-title {
    margin: unset;
    padding-top: 66px;
  }

  section.home-content.cashout.prod-detail .h-c-flex:last-of-type {
    padding-top: 33px;
    border: unset;
  }

  section.we-value.prod-detail .value:last-of-type {
    margin-bottom: 20px;
  }

  section.home-content.cashout.prod-detail .h-c-flex h3 {
    font-size: 40px;
  }

  section.home-content.cashout.prod-detail .h-c-flex h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    margin-top: 25px;
  }

  .w-ppl-list {
    width: 100%;
    position: relative;
  }

  .w-ppl-icon {
    width: 80px;
  }

  .w-ppl-icon-bg {
    width: 66px;
    height: 66px;
  }

  .w-ppl-icon-bg img {
    width: 26px;
    height: 26px;
  }

  .w-ppl-percentage {
    width: calc(100% - 80px);
    height: 40px;
  }

  .w-ppl-lines {
    width: calc(100% - 80px);
  }

  .w-ppl-percentage-number {
    font-size: 18px;
  }

  .w-ppl-inner-num {
    font-size: 12px;
  }

  .w-ppl-inner-txt {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: -25px;
    left: 0;
  }

  .respondents {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #1a0d40;
    opacity: 0.5;
    position: absolute;
    bottom: -60px;
    right: 50px;
  }

  .txt-h2-imp br {
    display: none !important;
  }

  .we-believe {
    justify-content: center;
  }

  .we-b-svg {
    margin: 0 auto;
  }

  .we-believe.helpin svg {
    width: 100%;
    margin-top: -50px;
    display: block;
    transform: rotate(90deg) scale(1.5) !important;
  }

  .helpin-txt {
    margin-top: -50px;
  }

  .video-slide-our {
    width: 100% !important;
    height: 100% !important;
  }

  .video-slide-dots-offset {
    transform: translateY(0) !important;
  }

  .rental-assist-info h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
  }

  .rental-assist-info p {
    font-size: 20px;
    line-height: 30px;
  }

  .rental-data-info h5 {
    font-size: 20px;
    line-height: 42px;
  }

  .hlp-df {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
  }

  .video-masking-2 {
    margin-bottom: 3rem;
  }

  .accriedited-business-img {
    width: 170px;
  }

  .ear-mb {
    margin-bottom: 5rem;
  }

  .access-container {
    flex-direction: column;
    align-items: center;
  }

  .access-value {
    margin-bottom: 100px;
    width: 80%;
  }

  .access-value-svg-1 {
    top: -10px;
    left: 10px;
  }

  .access-value-svg-2 {
    top: -30px;
    left: -10px;
  }

  .access-value-svg-3 {
    left: 40px;
  }

  .access-value-svg-4 {
    left: 30px;
  }

  .n-date {
    font-size: 14px;
    line-height: 40px;
  }

  .a-v-logo {
    top: 0;
    left: -40px;
  }

  .mid-title {
    font-size: 24px;
    line-height: 34px;
    max-width: 90%;
    margin: 0 auto;
  }

  .mid-title br {
    display: none;
  }

  .video-masking-3:before {
    width: 250px;
    top: 22.5vw;
    left: -21vw;
  }

  .video-masking-3:after {
    width: 250px;
    top: -12.5vw;
    right: -37vw;
  }

  .impact-quote-t {
    font-size: 20px;
    line-height: 35px;
  }

  .impact-quote-p {
    font-size: 20px;
    line-height: 30px;
  }

  .e-quote:before {
    top: 20px;
    left: 20px;
  }

  .impact-quote:after {
    bottom: 60px;
    right: -30px;
  }

  .hero-card-text-imp {
    background-image: none !important;
    margin-top: -50px !important;
  }

  .hero-card-impact {
    border-radius: 35px;
  }

  .hero-im-mb {
    margin-bottom: 75px !important;
  }

  .hpfc {
    flex-direction: column;
  }

  .no-thks-bottom {
    border-bottom: none !important;
    padding-bottom: 10px !important;
  }

  .community-ppl-svg-1 {
    top: 0 !important;
    right: -10px !important;
  }

  .community-ppl-svg-2 {
    top: -50px !important;
  }

  .community-ppl-svg-3 {
    top: -30px !important;
    right: -60px !important;
  }

  .i-c-com-scale {
    transform: scale(1.5);
  }

  .com-pt {
    padding-top: 0 !important;
  }

  .h-partnership-p {
    width: 80%;
  }

  .h-partnership-af-btn {
    text-align: center;
  }

  .partner-for-numb {
    padding-bottom: 60px !important;
  }

  .partner-slide h3 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .partner-slide-t-quote:after {
    right: 30px;
  }

  .h-partnership-t {
    max-width: 100% !important;
    font-size: 52px !important;
  }

  .form-partnership-wrap {
    width: 100%;
  }

  .form-part-col {
    flex-direction: column;
  }

  .form-part-input {
    width: 100% !important;
  }

  .form-part-p {
    margin-bottom: 20px;
  }

  .form-part-dropdown {
    width: 100% !important;
  }

  .form-part-dropdown-list {
    width: 105%;
    left: -5px;
    top: -10px;
  }

  .hero-card-download > div {
    width: 100%;
  }

  .rental-assist {
    margin-bottom: 100px;
  }

  .message-send {
    text-transform: initial;
    padding-bottom: 20px;
  }

  .form-btn-msg {
    padding-top: 0 !important;
  }

  .cycle-colum-impact a:after {
    width: calc(100% + 10px) !important;
  }

  .btn-news-mob {
    margin-top: -50px;
    margin-bottom: 70px;
  }

  .belive-btn {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .we-advocates-p-txt {
    width: 100% !important;
  }

  .text-com-center {
    text-align: center !important;
  }

  .community-flex-hero p {
    text-align: center !important;
  }

  .community-flex-hero-mb {
    justify-content: center;
    align-items: center;
  }

  .mt-neg-25 {
    margin-top: -25px;
  }

  .mt-neg-35 {
    margin-top: -35px;
  }

  .mb-bot-7 {
    margin-bottom: 7rem !important;
  }

  .t-scale-mob {
    transform: scale(1.1) !important;
  }

  .s-impact-for-mob {
    padding-bottom: 5rem;
  }

  .belive-btn-for-mob {
    margin-top: 3rem !important;
  }

  section.how-its-works .generic-slide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-image: url(img/products/cashout-slide-back.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
  }

  .h-w-item img {
    max-width: 186px;
  }

  .products.wewin .values-container.f-wrap .value:nth-of-type(2) img {
    transform: translateX(-6px);
  }

  .products.wewin .values-container.f-wrap .value:nth-of-type(3) img {
    transform: translateX(-12px);
  }

  section.differences.products.rewards .differences-f-colum:nth-of-type(1) img {
    transform: translateX(-20px);
  }

  .h-c-flex.cashout.noti .in-card-img-container {
    margin: -40px 0 -50px;
  }

  section.home-content.cashout.prod-detail .h-c-flex:nth-of-type(2) .in-card-img-container,
  section.home-content.cashout.prod-detail .h-c-flex:last-of-type .in-card-img-container {
    height: 186px;
  }

  .hc-fl-mob {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: none !important;
  }

  .hc-fl-mob-1 {
    padding-bottom: 25px !important;
    border-bottom: none !important;
  }

  .community-ppl-mb-1 {
    padding-bottom: 90px !important;
  }

  .ml-ngt img {
    margin-left: 0 !important;
  }

  .quad .value {
    width: 100% !important;
  }

  .button-duo .button {
    width: 100%;
  }

  .f-l-c-links {
    width: 50% !important;
    position: relative;
    margin-right: initial;
    text-align: center;
  }

  section.home-content.cashout.prod-detail a.underline-hover {
    margin: 0 auto;
  }

  .b-s .h-c-f-text {
    width: 100% !important;
  }

  .counter::after {
    content: '84%';
  }

  .counter.c-73::after {
    content: '73%';
  }

  .counter.c-75::after {
    content: '74%';
  }

  .counter.c-66::after {
    content: '66%';
  }

  .counter.c-49::after {
    content: '49%';
  }

  .counter.c-84::after {
    content: '48%';
  }

  .counter.prc50::after {
    content: '50%' !important;
  }

  .counter.prc75::after {
    content: '75%' !important;
  }

  .counter.prc41::after {
    content: '41%' !important;
  }

  .counter.prc45::after {
    content: '45%' !important;
  }

  .counter.prc30::after {
    content: '30%' !important;
  }

  .counter.prc36::after {
    content: '36%';
  }

  .impact-quote-2 {
    width: 90% !important;
  }

  .logos-imp-q {
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
  }

  .logos-imp-q img {
    margin-bottom: 1em;
  }

  .impact-quote-2:before {
    left: 0 !important;
    top: 60px !important;
  }

  .impact-quote-2:after {
    right: 0 !important;
  }

  .h-c-f-text {
    width: 100% !important;
  }

  .csot-mt {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

  .title-p-cash {
    margin-bottom: 20px;
  }

  .title-p-cash-br br {
    display: block !important;
  }

  .btn-col-join {
    flex-direction: column;
    max-width: 410px;
    width: 96%;
    align-items: center;
  }

  .btn-col-join a:first-child {
    margin-bottom: 25px;
  }

  .btn-col-join a {
    width: 90% !important;
  }

  .e-e-text-row .button {
    font-size: 15px;
  }

  .btn-checkit {
    padding: 20px 0 !important;
  }

  .cashout-pb50 {
    padding-bottom: 30px !important;
  }

  .h-partnership-af-btn span {
    width: 50px;
    display: inline-block;
  }

  .h-partnership-af-btn span:not(:last-child) {
    margin-right: 10px;
  }

  .is-ml-not {
    margin-left: 0 !important;
  }

  .customer-support-form-p br {
    display: none !important;
  }

  .partner-form-send:after {
    display: none !important;
  }

  .partner-top-pd {
    padding-top: 30px !important;
  }

  .j-pt-pb {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .prd-btn-center div {
    width: 100%;
  }

  .prd-btn-center div a {
    display: block;
  }

  .csot-mb {
    padding-bottom: 50px;
  }

  .hero-par-bot {
    padding-bottom: 20px !important;
  }

  .blo-part-sect-bot {
    padding-bottom: 50px !important;
  }

  .blo-part-sect-none {
    padding-bottom: 0 !important;
  }

  .prd-lf-ps {
    left: 0 !important;
  }

  .hero-card-download.partnership {
    max-width: 410px;
    width: 100%;
    margin-top: 50px;
  }

  section.consulting {
    padding-top: 130px;
  }
  .consulting-detail {
    display: block;
    margin-top: 20px;
  }

  .consulting-detail p {
    text-align: center;
    max-width: unset;
    margin-top: 40px;
  }

  .logos-consulting {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .logos-consulting div:first-child {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }

  .logos-consulting .fti {
    padding: 0px;
    border: none;
    margin-top: 20px;
  }

  .download-infographic {
    padding-bottom: 80px;
  }

  .who-uses-EWA {
    display: block;
    width: 100%;
  }

  .who-EWA-detail {
    width: 100%;
    padding: 0px;
  }

  .who-EWA-detail h3 {
    text-align: center;
  }

  .who-EWA-detail p {
    text-align: center;
  }

  .who-EWA-img {
    width: 100%;
  }

  .EWA-1 h2 {
    font-size: 55px;
    line-height: 55px;
  }

  .EWA-1 h2 br {
    display: none;
  }

  .consulting h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .EWA-1 .swiper-wrapper .swiper-slide p {
    margin-bottom: 20px;
  }

  .EWA-1 .button span {
    font-size: 20px;
  }

  .info-button {
    width: unset;
  }

  .info-button .arrow-download {
    padding: 15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 700px) {
  .hero-slide-text .h-s-t-i-comment::before,
  .hero-slide-text .h-s-t-i-comment::after {
    font-size: 100px;
    top: 20px;
  }

  .hero-slide-text .h-s-t-i-comment::after {
    bottom: -60px;
    top: initial;
  }

  .hero-slide-text p {
    padding: 0 34px;
  }

  .dog-friend {
    display: none !important;
  }

  .get-started {
    padding: 20px 10px;
  }

  .download-infographic {
    display: block;
    width: 100%;
    text-align: center;
  }

  .img-infographic {
    right: inherit;
  }

  .view-img-infographic {
    top: 10% !important;
    left: 25% !important;
  }

  .download-infographic .hero-card-download-option {
    left: 0px;
    margin-top: 10px;
  }
  .tooltip-wrapper {
    display: none;
  }

  .EWA-1 .button span {
    font-size: 18px;
  }

  br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .hero-card-download-option .button div span {
    font-size: 4.5vw !important;
    line-height: 5px !important;
  }

  .get-started {
    display: none;
  }

  .nav-section .button {
    display: block;
  }

  footer .hero-card-download-option .button div span {
    font-size: 3.8vw !important;
    line-height: 1;
  }

  .tooltip-wrapper {
    display: none;
  }

  .hero .hero-card-download-option .button {
    padding: 3vw 0;
  }

  .hero .hero-card-download-option .button svg {
    width: 8vw;
  }

  .hero .hero-card-download-option .button div span {
    font-size: 3.7vw !important;
    line-height: 5px !important;
  }

  .download-fix .hero-card-download-option .button {
    padding: 12px 0;
  }

  .download-fix .hero-card-download-option .button {
    padding: 12px 0;
  }

  .w-e-h-p {
    font-size: 5.4vw;
  }

  .xp-impact-list {
    flex-direction: column;
  }

  .exp-impact-item {
    width: 90%;
    margin-bottom: 5rem;
  }

  .consulting h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .EWA-1 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .who-EWA-detail h3 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 450px) {
  .cycle-img-cantainer {
    padding: 15% 10%;
  }

  section.about-hero h1,
  .career-hero h1 {
    font-size: 40px;
  }

  .tooltip-wrapper {
    display: none;
  }

  .career-hero h1 {
    max-width: 90%;
    margin: 0 auto;
  }

  .f-l-c-links:nth-of-type(2),
  .f-l-c-links:nth-of-type(3) {
    width: 100%;
  }

  .f-l-c-links:nth-of-type(2) {
    margin-bottom: 53px;
  }

  .f-e-colum a {
    font-size: 12px;
  }

  .hero-card-text h1 {
    font-size: 37px;
    line-height: 34px;
    max-width: 200px;
  }

  .hero-card-download-option .button div span {
    font-size: 14px !important;
  }

  .footer-container {
    padding: 60px 20px;
    padding-top: 45px;
  }

  .f-e-by {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
    width: fit-content;
  }

  .h-s-i-t-a-starts {
    flex-flow: wrap;
  }

  .nav-section,
  .nav-download {
    font-size: 35px;
  }

  .section-title,
  section.cycle .wrapper > h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .w-text-button h3 {
    font-size: 9.5vw;
  }

  .products .hero-card-text h1 {
    font-size: 37px;
    line-height: 34px;
  }

  .products .hero-card-text p {
    font-size: 3.7vw;
    line-height: 2;
  }

  section.home-content.hero-prod-detail.cashout-hero .h-c-f-text h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 500px) {
  .hero-card-download-option .button div span {
    font-size: 4.5vw !important;
    line-height: 5px !important;
  }

  footer .hero-card-download-option .button div span {
    font-size: 3.8vw !important;
    line-height: 1;
  }

  .hero .hero-card-download-option .button {
    padding: 3vw 0;
  }

  .hero .hero-card-download-option .button svg {
    width: 8vw;
  }

  .hero .hero-card-download-option .button div span {
    font-size: 3.7vw !important;
    line-height: 5px !important;
  }

  .download-fix .hero-card-download-option .button {
    padding: 12px 0;
  }

  .download-fix .hero-card-download-option .button {
    padding: 12px 0;
  }

  .w-e-h-p {
    font-size: 5.4vw;
  }

  .xp-impact-list {
    flex-direction: column;
  }

  .tooltip-wrapper {
    display: none;
  }

  .exp-impact-item {
    width: 90%;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 350px) {
  .f-l-c-links {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .tooltip-wrapper {
    display: none;
  }
}

.e-e-text-row.btn-col-join {
  display: flex;
  justify-content: space-between;
}

.e-e-text-row.btn-col-join a {
  padding: 20px !important;
  width: 40%;
  text-align: center;
}

.disclaimer-text a {
  color: #ef3fb3;
  color: var(--magenta);
  transition: 0.3s;
}

.disclaimer-text a:hover {
  color: #582f7d;
}

.c-f-c-face.c-f-custom-3 {
  top: 270px;
  right: 3%;
}

.c-f-c-face.c-f-custom-1 {
  top: 280px;
  right: 39%;
}

.c-f-c-face.c-f-custom-2 {
  top: 150px;
  right: 19%;
}

.ol-roman {
  list-style: lower-roman;
}

.ol-roman > li {
  margin-left: 2.5em;
  list-style: lower-roman;
}

ol.ol-alpha {
  margin-left: 2rem;
  list-style: lower-alpha;
}

ol.ol-alpha > li {
  list-style: lower-alpha;
}

.terms .contact > p {
  margin: 0;
}

.terms h4 {
  font-weight: bold;
}

.terms h5 {
  font-weight: bold;
}
