.ctabutton:after {
  content: "";
  background-color: rgba(117, 117, 117, 0.85);
  -webkit-mask-image: url(../svg/cta_bgi.svg);
  mask-image: url(../svg/cta_bgi.svg);
  right: 0;
  bottom: 0;
  width: 359px;
  height: 216px;
  position: absolute;
  right: 0px;
}
.ctabutton.grey:after {
  background-color: rgba(117, 117, 117, 0.35);
}
.ctabutton.blue:after {
  background-color: rgba(255, 255, 255, 0.85);
}
.ctabutton.orange:after {
  background-color: rgba(255, 255, 255, 0.85);
}
.ctabutton {
  position: relative;
  background: #f5f6f8;
  align-items: center;
  display: inline-flex;
  padding: 40px;
  flex-direction: column;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: auto;
  width: 100%;
}
h2.ctabutton-title {
  color: var(--ink-default, #111);
  text-align: center;
  text-transform: inherit;
  font-family: Montserrat-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.ctabutton a.maw_advanced_btn {
  background: #0076bf;
  color: #fff;
  text-align: center;
  /* Action/M */
  font-family: Montserrat-semibold;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  display: flex;
  height: 40px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 267px;
  margin: auto;
  z-index: 2;
}
.ctabutton .ctabutton-content p {
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}

.ctabutton a.maw_advanced_btn:hover {
  background: #00588f;
}
.ctabutton.blue {
  background: #004773;
}
.ctabutton.blue h2.ctabutton-title {
  color: #fff;
}
.ctabutton.blue a.maw_advanced_btn {
  background: #ffc043;
  color: #242628;
}
.ctabutton.blue a.maw_advanced_btn:hover {
  background: rgba(242, 170, 25, 1);
  color: #242628;
}

.ctabutton.blue .ctabutton-content p {
  color: #fff;
}

.ctabutton.orange {
  background: #ffc043;
}
.ctabutton.right {
  padding: 64px;
}
.ctabutton.right h2.ctabutton-title {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}
.ctabutton.right a.maw_advanced_btn {
  font-size: 19px;
  line-height: 125%;
  max-width: 305px;
  margin: inherit;
  width: 305px;
  display: flex;
  height: 56px;

  gap: 16px;
}
.ctabutton.right:after {
  content: none !important;
}
.ctabutton.right .ctabutton-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctabutton-wrap {
  margin: 20px 0;
  z-index: 4;
  position: relative;
}

@media screen and (max-width: 1023px) {
  h2.ctabutton-title,
  .ctabutton.right h2.ctabutton-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .ctabutton .ctabutton-content p {
    font-size: 15px;
    line-height: 22px;
  }
  .ctabutton a.maw_advanced_btn,
  .ctabutton.right a.maw_advanced_btn {
    font-size: 11px;
    line-height: 125%;
  }
  .ctabutton.right .ctabutton-content {
    flex-direction: column;
  }
  .ctabutton.right a.maw_advanced_btn {
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 12px 20px;
    font-size: 11px;
    line-height: 100%;
  }
  .ctabutton.right {
    padding: 40px;
  }
}
