* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter;
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: Inter;
  font-weight: 300;
  background-color: #EFEFEF;
  -webkit-font-smoothing: antialiased;
  background-color: #f0f0f0;
  font-size: 20px;
  line-height: 32px;
}

img {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #181c3f;
  font-weight: 700;
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

li::marker {
  color: #00B1C9;
}

a {
  color: #00B1C9;
}

/* HEADER STYLES */
.main_header__container {
  z-index: 100;
  background-color: rgb(24, 28, 63);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: sticky;
  width: 100%;
  left: 0px;
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  overflow: hidden;
  position: fixed;
}

.wtc_header__container {
  display: flex;
  flex: 1 1 0%;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 1225px;
}

.wtc_header {
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: max-content;
}

.wtc_header__leaf-img {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;

  @media (min-width: 768px) {
      left: 100px;
  }
}

.wtc_header__logo_container {
  display: flex;
  flex-direction: row;
  flex: 1 1 0%;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-start;
}

.wtc_header__logo {
  display: flex;
  cursor: pointer;
  height: 100%;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mobile-logo {
    display: none;
  }

  .desktop-logo {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none;
  }
}

.wtc_header__button_container {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-end;
}

.wtc_header__button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  --webkit-user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(0, 177, 201);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  border-radius: 25px;
}

.wtc_header__button:hover {
  background-color: rgb(0, 123, 140);
}

.wtc_header__button_text {
  margin: 0px;
  font-family: Inter;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-transform: none;
  font-size: 0.7em;
}

/* SEARCH BAR STYLES */

.wtc_search__main_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.wtc_search__container {
  background-color: rgb(25, 28, 61);
  width: 100%;
  padding: 10% 5%;
  margin: 0px;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.334;
}

.wtc_search__title {
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 3rem;
}

/* WTC MAIN PAGE STYLES */

.wtc_group-name__text {
  margin: 0px;
  font-family: Inter;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
}

.wtc_merchant__text {
  margin: 0px;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

/* MERCHANT STYLES */

.merchant__main_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding: 0px 20px;
  margin: auto;
}

.merchant_author__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  padding-bottom: 10px;
}

.merchant_author__img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 10px;
  border: 4px solid rgb(0, 177, 201);
}

.merchant_cta__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  border-radius: 15px;
  padding: 10px;
  margin: 20px 0px;
  background-color: rgb(245, 245, 245);
}

.merchant_cta__text {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.merchant_cta__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgba(0, 0, 0, 0.87);
  background-color: #00B1C9;
  border-radius: 100px;
  box-shadow: none;
}

.merchant_cta__button:hover {
  text-decoration: none;
  background-color: rgb(0, 123, 140);
}

.merchant_cta__button_c_var {
  position: absolute;
  right: 20px;
}

.merchant_cta__img_b_var {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .merchant_cta__container_b_var,
  .merchant_cta__container_c_var {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    margin: 20px 0px;
    background-color: #e3e4e5;
    justify-content: flex-start;
    height: 55px;
    position: relative;
  }

  .merchant_cta__img_b_var,
  .merchant_cta__img_c_var {
    width: 40px;
  }

  .merchant_cta__btn_text {
    font-size: 16px;
  }

  .merchant_cta__text_b_var {
    font-size: 12px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.5;
    width: 55%;
  }

  .merchant_cta__text_c_var {
    margin-left: 60px;
    font-size: 12px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.5;
    width: 40%;
  }

  .merchant_cta__button_b_var,
  .merchant_cta__button_c_var {
    height: 35px;
  }

  .merchant_cta__btn_text_b_var,
  .merchant_cta__btn_text_c_var {
    font-size: 12px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.5;
  }

  .merchant_cta__button.steps {
    height: 35px;
  }

  .merchant_cta__button.steps.width {
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .merchant_cta__container_b_var,
  .merchant_cta__container_c_var {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    margin: 20px 0px;
    background-color: #e3e4e5;
    justify-content: flex-start;
    height: 112px;
    position: relative;
  }

  .merchant_cta__btn_text {
    font-size: var(--font-size);
  }

  .merchant_cta__img_b_var,
  .merchant_cta__img_c_var {
    width: 101px;
  }

  .merchant_cta__text_b_var {
    font-size: 20px;
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.5;
  }

  .merchant_cta__text_c_var {
    font-size: 20px;
    margin-left: 150px;
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.5;
  }

  .merchant_cta__button_b_var,
  .merchant_cta__button_c_var {
    height: 50px;
  }
  
  .merchant_cta__btn_text_b_var,
  .merchant_cta__btn_text_c_var {
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.5;
  }

  .merchant_cta__button.steps {
    height: 40px;
  }

  .merchant_cta__button.steps.width {
    width: var(--width);
    height: var(--height);
  }
}

/* SHARED */

.merchant__section {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.merchant__section > div {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .merchant__section {
      flex-direction: column;
  }

  .merchant__section > div {
      width: 100%;
  }

  .merchant_mobile-reverse {
      flex-direction: column-reverse;
  }
}

.merchant_cta__bottom_button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #00B1C9;
  color: #FFF;
  height: 55px;
  border-radius: 100px;
  text-transform: none;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}

.merchant_cta__bottom_button:hover {
  background-color: rgba(0, 177, 201, 0.6);
}

.reconcile_fraud__step_container {
  display: flex;
  align-items: center;
  border-radius: 2em;
  background-color: #e3e4e5;
  width: 100%;
}

.reconcile_fraud__step_sub_container {
  flex-direction: column;
  width: 100%;
}

.fraud_alert_img {
  position: absolute;
  right: -5%;
  top: 43%;
  width: 110%;
}

@media screen and (max-width: 768px) {
  .reconcile_fraud__step_container {
    padding: 30px;
    flex-direction: column;
  }

  .reconcile_fraud__img {
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .reconcile_fraud__step_container {
    padding: 60px;
    flex-direction: row;
  }

  .reconcile_fraud__step_container._reverse {
    flex-direction: row-reverse;
  }

  .reconcile_fraud__img {
    width: 40%;
    position: relative;
  }
}

/* CODES STYLES */

.codes__main_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding: 0px 20px;
  margin: auto;
}

.codes__main_title {
  line-height: 1;
}

.codes_author__name {
  color: #74778C;
  font-weight: medium;
  margin-right: 5px;
}

.codes_author__date {
  color: #74778C;
  font-weight: normal;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .codes__main_title {
    font-size: 1.5rem;
  }

  .codes_author__name {
    font-size: 0.6em;
  }

  .codes_author__date {
    font-size: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .codes__main_title {
    font-size: 2rem;
  }

  .codes_author__name {
    font-size: 0.8em;
  }

  .codes_author__date {
    font-size: 0.75em;
  }
}

.codes_author__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  padding-bottom: 10px
}

.codes_author__image_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-right: 10px;
  border: 3px solid #00B1C9;
}

.codes_author__image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.codes_gauge__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.codes_gauge__sub_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  width: 100%;
  border-radius: 10px;
  padding: 80px 20px;
}

.codes_gauge__background_colors {
  width: 35%;
}

.codes_gauge__needle {
  width: 35%;
  margin-left: -35%;
  transform-origin: 50% 85%;
}

@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  .desktop {
    display: none;
  }

  .codes_gauge__container {
    flex-direction: column;
  }
  .codes_gauge__sub_container {
    flex-direction: column;
    padding: 20px;
  }

  .codes_gauge__background_colors {
    width: 45%;
  }
  
  .codes_gauge__needle {
    width: 45%;
    margin-left: -45%;
  }
}

.codes_cta__button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  font-family: Inter;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #00B1C9;
  color: #FFF;
  height: 55px;
  border-radius: 100px;
  text-transform: none;
}

.codes_cta__button:hover {
  background-color: rgba(0, 177, 201, 0.6);
}

.codes_cta__button_text {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.codes_chat-bubble__icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: #00B1C9;
}

.codes_write_comment__button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #00B1C9;
  color: #FFF;
  height: 55px;
  border-radius: 100px;
  text-transform: none;
}

.codes_write_comment__button:hover {
  background-color: rgba(0, 177, 201, 0.6);
}

.codes_comment__text_area_container {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
  width: 100%;
}

.codes_comment__text_area_sub_container {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.87);
  background-color: #e3e4e5;
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
  padding: 16.5px 14px;
}

.codes_comment__text_area {
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: auto;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  resize: none;
  padding: 0px;
}

.codes_name__field_set,
.codes_comment__field_set {
  text-align: left;
  position: absolute;
  inset: -5px 0px 0px;
  margin: 0px;
  padding: 0px 8px;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  min-width: 0%;
}

.codes_name__field_set[data-focused="false"],
.codes_comment__field_set[data-focused="false"] {
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.codes_name__field_set[data-focused="true"],
.codes_comment__field_set[data-focused="true"] {
  border: 2px solid #00B1C9;
}

.codes_comment__legend {
  float: unset;
  width: auto;
  overflow: hidden;
  padding: 0px;
  line-height: 11px;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.codes_comment__send_button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #00B1C9;
  color: #FFF;
  height: 55px;
  border-radius: 100px;
  text-transform: none;
}

.codes_comment__send_button:hover {
  background-color: rgba(0, 177, 201, 0.6);
}

.bottom_banner__container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  background:#e4e5e6;
}

.bottom_banner__button_container {
  position: absolute;
  top: 70%;
}

@media screen and (min-width: 787px) {
  .codes__footer {
    flex-direction: row;
  }

  .unauthorized_background {
    width: 100%;
  }

  .bottom_banner__container {
    height: 400px;
  }

  .bottom_banner__button_container {
    left: 28%;
  }

  .send_comment__title {
    font-size: large;
  }

  .comment_text__container {
    width: 80%;
  }
}

@media screen and (max-width: 787px) {
  .codes__footer {
    flex-direction: column;
  }

  .unauthorized_background {
    width: 80%;
  }

  .bottom_banner__container {
    height: 170px;
  }

  .bottom_banner__button_container {
    left: 10%;
  }

  .send_comment__title {
    font-size: medium;
  }

  .comment_text__container {
    width: 75%;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel {
  padding: 0px 20px;
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .carousel_title {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .carousel_title {
    font-size: 1.5em;
  }
}

.carousel__wrapper {
  display: flex;
  align-items: center;
  width: calc(var(--slides-in-view) * var(--slide-width));
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
}

.carousel__wrapper:hover > * {
  animation-play-state: paused;
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
  padding: 0px 10px;
}

.carousel__item {
  background-color: #e3e4e5;
  min-width: 200px;
  height: var(--slide-height);
  padding: 0px 30px;
  scroll-snap-align: center;
  border-radius: 8px;
}

.footer_leaf {
  position: absolute;
  top: 0px;
  overflow: hidden;
}

.footer_cta__title_container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.footer_cta__title {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .footer_leaf {
    left: 0px;
  }

  .footer_leaf__img {
    width: 100%;
  }

  .footer_cta__title_container {
    width: 50%;
  }

  .footer_cta__title {
    font-size: 1em;
  }

  .merchant_cta__button.steps.width.footer_button {
    width: 50vw;
  }
}

@media screen and (min-width: 768px) {
  .footer_leaf {
    left: 25%;
  }

  .footer_leaf__img {
    height: 350px;
  }

  .footer_cta__title_container {
    width: 20%;
  }

  .footer_cta__title {
    font-size: 2em;
  }
}

/* SEND APP LINK */

.send_link__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 20px;
}

.send_link__input {
  height: 50px;
  border-radius: 8px;
  border: 1px solid rgb(209, 210, 217);
  padding-left: 20px;
  font-size: 15px;
  color: rgb(24, 28, 63);
  font-weight: 500;
  width: 100%;
}