/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/aubank/common/seeallbutton/css/seeallbutton.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap);
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/aubank/common/seeallbutton/css/seeallbutton.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@-webkit-keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mb-container {
  margin-bottom: 60px !important;
}

.mb-desktop-only {
  margin-bottom: 60px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .mb-container {
    margin-bottom: 12px !important;
  }
  .mb-desktop-only {
    margin-bottom: 0 !important;
  }
  .pt-12 .cmp-container {
    padding-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 12px !important;
  }
  .mt-24 {
    padding-top: 24px !important;
  }
}
.flex-display .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .flex-display .cmp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .need-assistance-padding {
    padding: 0 !important;
  }
}

.display-mobile {
  display: none;
}
@media (max-width: 767px) {
  .display-mobile {
    display: block;
  }
}

.display-desktop {
  display: block;
}
@media (max-width: 767px) {
  .display-desktop {
    display: none;
  }
}

.teaser-title-center .cmp-teaser__content {
  text-align: center;
  padding: 20px 0 28px 0;
}
.teaser-title-center .cmp-teaser__content h2 {
  color: #12121c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.teaser-title-center .cmp-teaser__content .cmp-teaser__description {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.teaser-title-center .cmp-teaser__content .cmp-teaser__description p {
  color: #6b6b80;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .teaser-title-center .cmp-teaser__content {
    text-align: left;
  }
  .teaser-title-center .cmp-teaser__content h2 {
    color: var(--Typography-Heading, #12121c);
    /* Type/SH1 */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    /* 30px */
  }
  .teaser-title-center .cmp-teaser__content .cmp-teaser__description {
    text-align: left;
  }
  .teaser-title-center .cmp-teaser__content .cmp-teaser__description p {
    color: var(--typography-body-supporting, #6b6b80);
    /* Type/B2 */
    font-size: 14px;
    font-style: normal;
    text-align: left;
    /* 18.2px */
  }
}

@media (max-width: 767px) {
  .mob-border {
    border-bottom: 8px solid #f2f2f2;
  }
}

@media (max-width: 767px) {
  .mob-background {
    background-color: #f2f2f2;
  }
}

@media (max-width: 767px) {
  .padding-20 {
    padding-bottom: 20px !important;
  }
}

.three-cards-container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1240px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .three-cards-container .cmp-container {
    gap: 12px;
  }
}

.box-container-820 .cmp-container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.box-container-820 .mandate-container .mandate-title {
  color: #12121C;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-list {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-list li {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-list:last-child {
  margin-bottom: 0;
}
.box-container-820 .mandate-container .mandate-description {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-description:last-child {
  margin-bottom: 0;
}
.box-container-820 .mandate-container .mandate-description .mandate-cta {
  color: #C84318;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.42px;
}
@media (max-width: 768px) {
  .box-container-820 .mandate-container .mandate-title {
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
}

.text-paragraph {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.text-paragraph a {
  color: #C84318;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.36px;
}

.text-color-red .cmp-container p {
  margin-bottom: 5px;
}
.text-color-red .cmp-container p a {
  color: var(--Action-Primary, #C84318);
  /* CTA/S */
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 13.8px */
  letter-spacing: -0.36px;
}
@media (max-width: 768px) {
  .text-color-red {
    background-color: #F2F2F5;
  }
  .text-color-red .cmp-container {
    padding: 12px 0px;
  }
  .text-color-red .cmp-container p {
    margin-bottom: 8px;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #43444F;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading-1,
h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #12121C;
  margin-bottom: 24px;
}

.heading-2,
h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #12121C;
  margin-bottom: 16px;
}

.heading-3,
h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C26;
  margin-bottom: 16px;
}

.heading-4,
h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #1C1C26;
  margin-bottom: 8px;
}

.heading-5,
h5 {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #43444F;
  margin-bottom: 8px;
}

.heading-6,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #43444F;
  margin-bottom: 8px;
}

.text-large {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #43444F;
}

.text-body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #43444F;
}

.text-small {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #666666;
}

.text-caption {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #6B6B80;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-bold {
  font-weight: 700;
}

.text-primary {
  color: #6B6B80;
}

.text-primary-dark {
  color: #42265E;
}

.text-secondary {
  color: #C84318;
}

.text-neutral {
  color: #444444;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

.text-gray-900 {
  color: #12121C;
}

.text-gray-800 {
  color: #1C1C26;
}

.text-gray-700 {
  color: #43444F;
}

.text-gray-600 {
  color: #666666;
}

.text-gray-500 {
  color: #6B6B80;
}

.text-gray-400 {
  color: #AAAAAA;
}

.text-muted {
  color: #6B6B80;
}

.text-error {
  color: #DB5E2B;
}

.text-success {
  color: #22c55e;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal-case {
  text-transform: none;
}

.text-underline {
  text-decoration: underline;
}

.text-no-underline {
  text-decoration: none;
}

.text-line-through {
  text-decoration: line-through;
}

.leading-tight {
  line-height: 1.2;
}

.leading-normal {
  line-height: 1.4;
}

.leading-relaxed {
  line-height: 1.6;
}

.leading-loose {
  line-height: 1.8;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.display-large {
  font-family: "Noto Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #12121C;
}
@media (max-width: 991px) {
  .display-large {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .display-large {
    font-size: 36px;
  }
}

.display-medium {
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #12121C;
}
@media (max-width: 991px) {
  .display-medium {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .display-medium {
    font-size: 30px;
  }
}

.display-small {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #12121C;
}
@media (max-width: 991px) {
  .display-small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .display-small {
    font-size: 24px;
  }
}

.lead {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 24px;
}

.blockquote {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #43444F;
  border-left: 4px solid #6B6B80;
  padding-left: 24px;
  margin: 32px 0;
}
.blockquote cite {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #6B6B80;
  margin-top: 8px;
}
.blockquote cite::before {
  content: "— ";
}

.code {
  font-family: "Courier New", monospace;
  font-size: 0.875em;
  background: #F5F5F5;
  padding: 2px 6px;
  border-radius: 4px;
  color: #1C1C26;
}

.pre {
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #F5F5F5;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  color: #1C1C26;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.link {
  color: #6B6B80;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.link:hover {
  color: #42265E;
}
.link:focus {
  outline: 2px solid #6B6B80;
  outline-offset: 2px;
}
.link:active {
  color: #42265E;
}

.link-subtle {
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.link-subtle:hover {
  color: #6B6B80;
  text-decoration: underline;
}

.list-styled {
  padding-left: 24px;
}
.list-styled li {
  margin-bottom: 4px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-unstyled li {
  margin-bottom: 4px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@keyframes buttonSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mb-container {
  margin-bottom: 60px !important;
}

.mb-desktop-only {
  margin-bottom: 60px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .mb-container {
    margin-bottom: 12px !important;
  }
  .mb-desktop-only {
    margin-bottom: 0 !important;
  }
  .pt-12 .cmp-container {
    padding-top: 20px !important;
  }
  .mb-20 {
    margin-bottom: 12px !important;
  }
  .mt-24 {
    padding-top: 24px !important;
  }
}
.flex-display .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .flex-display .cmp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .need-assistance-padding {
    padding: 0 !important;
  }
}

.display-mobile {
  display: none;
}
@media (max-width: 767px) {
  .display-mobile {
    display: block;
  }
}

.display-desktop {
  display: block;
}
@media (max-width: 767px) {
  .display-desktop {
    display: none;
  }
}

.teaser-title-center .cmp-teaser__content {
  text-align: center;
  padding: 20px 0 28px 0;
}
.teaser-title-center .cmp-teaser__content h2 {
  color: #12121c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.teaser-title-center .cmp-teaser__content .cmp-teaser__description {
  margin: 0 auto;
  max-width: 610px;
  width: 100%;
}
.teaser-title-center .cmp-teaser__content .cmp-teaser__description p {
  color: #6b6b80;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .teaser-title-center .cmp-teaser__content {
    text-align: left;
  }
  .teaser-title-center .cmp-teaser__content h2 {
    color: var(--Typography-Heading, #12121c);
    /* Type/SH1 */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-align: left;
    /* 30px */
  }
  .teaser-title-center .cmp-teaser__content .cmp-teaser__description {
    text-align: left;
  }
  .teaser-title-center .cmp-teaser__content .cmp-teaser__description p {
    color: var(--typography-body-supporting, #6b6b80);
    /* Type/B2 */
    font-size: 14px;
    font-style: normal;
    text-align: left;
    /* 18.2px */
  }
}

@media (max-width: 767px) {
  .mob-border {
    border-bottom: 8px solid #f2f2f2;
  }
}

@media (max-width: 767px) {
  .mob-background {
    background-color: #f2f2f2;
  }
}

@media (max-width: 767px) {
  .padding-20 {
    padding-bottom: 20px !important;
  }
}

.three-cards-container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1240px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .three-cards-container .cmp-container {
    gap: 12px;
  }
}

.box-container-820 .cmp-container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.box-container-820 .mandate-container .mandate-title {
  color: #12121C;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-list {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-list li {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-list:last-child {
  margin-bottom: 0;
}
.box-container-820 .mandate-container .mandate-description {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.box-container-820 .mandate-container .mandate-description:last-child {
  margin-bottom: 0;
}
.box-container-820 .mandate-container .mandate-description .mandate-cta {
  color: #C84318;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.42px;
}
@media (max-width: 768px) {
  .box-container-820 .mandate-container .mandate-title {
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
}

.text-paragraph {
  color: #6B6B80;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.text-paragraph a {
  color: #C84318;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.36px;
}

.text-color-red .cmp-container p {
  margin-bottom: 5px;
}
.text-color-red .cmp-container p a {
  color: var(--Action-Primary, #C84318);
  /* CTA/S */
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 13.8px */
  letter-spacing: -0.36px;
}
@media (max-width: 768px) {
  .text-color-red {
    background-color: #F2F2F5;
  }
  .text-color-red .cmp-container {
    padding: 12px 0px;
  }
  .text-color-red .cmp-container p {
    margin-bottom: 8px;
  }
}

.seeallbutton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seeallbutton-container .cta-redirectionbutton {
  color: #C84318;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: var(--Action-Background, #FFF0EB);
  /* display: flex; */
  min-width: 90px;
  padding: var(--M, 12px) var(--XL, 20px);
  justify-content: center;
  align-items: center;
  gap: var(--XXS, 6px);
}
.seeallbutton-container .cta-redirectionbutton .cta-redirectionicon img {
  width: 18px;
  height: 18px;
}
