/*--- Activate Product Page Style ---*/


.activate_product_hero {
  background-color: #000;
  padding: 140px 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.activate_product_hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -750px;
  width: 1050px;
  height: 1050px;
  transform: translateX(-50%);
  border-radius: 1050px;
  background: #FBC7F3;
  z-index: -1;

  filter: blur(166.5399932861328px);
}

.activate_product_hero .ap_hero__content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.activate_product_hero .ap_hero__logo {
  max-width: 340px;
  width: 100%;
}

.activate_product_hero .ap_hero__logo figure {
  width: 100%;
  margin: 0 !important;
}

.ap_hero__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.activate_product_hero .pretitle {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

.activate_product_hero .pretitle p {
  margin: 0 !important;
}

.activate_product_hero .ap_hero__title {
  color: #F5F5F5;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.12px;
}

.ap_hero__title strong {
  font-weight: inherit;
  color: #FFCAF7;
}


.activate_product_hero .ap_hero__buttons {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ap_btn {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 14px 24px;
  text-decoration: none;
  border-radius: 60px;
  border: 1px solid #4F4F4F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 7px;
  transition: 0.35s all ease-in-out;
}

.ap_btn p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}

.ap_btn__light {
  color: #000;
  background-color: #FFF;
  border-color: #FFF
}

.ap_btn:hover {
  background-color: #4F4F4F;
}

.ap_btn__light:hover {
  background-color: #d2d4d7;
}

.activate_product_hero .ap_hero__img {
  font-size: 0;
  margin-top: 57px;
}

.activate_product_hero .ap_hero__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


@media (max-width: 1188.98px) {
  .activate_product_hero .ap_hero__title {
    font-size: 48px;
  }

  .activate_product_hero .ap_hero__logo {
    max-width: 280px;
  }

  .activate_product_hero:after {
    width: 650px;
    height: 650px;
    bottom: -500px;
  }
}

@media (max-width: 759.98px) {
  .activate_product_hero .ap_hero__logo {
    max-width: 220px;
  }

  .activate_product_hero .ap_hero__title {
    font-size: 40px;
  }

  .activate_product_hero .ap_hero__img {
    margin-top: 40px;
  }


  .activate_product_hero:after {
    width: 350px;
    height: 350px;
    bottom: -200px;
  }
}

/*--- AP Hero Style end ---*/


.scroller_section {
  padding: 65px 0 44px;
  background-color: #1C1B1E;
}

.scroller_section .scroller_container {
  display: flex;
  justify-content: center;
}

.scroller_section .scroller_list {
  border-radius: 128px;
  border: 1px solid #333;
  background: #000;
  box-shadow: 0 0 50px 0 rgba(60, 100, 250, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 48px;
  gap: 20px;
}

.scroller_section .scroller_list a {
  color: #D2D4D7;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.35s all ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 28px;
}

.scroller_section .scroller_list a p {
  margin: 0 !important;
}

.scroller_section .scroller_list a.active,
.scroller_section .scroller_list a:hover {
  background-color: #1C1B1E;
}

@media (max-width: 1188.98px) {
  .scroller_section .scroller_list {
    gap: 7px;
    padding: 10px 22px;
  }

  .scroller_section .scroller_list a {
    padding: 6px 15px;
    font-size: 14px;
  }
}

@media (max-width: 759.98px) {
  .scroller_section .scroller_list {
    flex-wrap: wrap;
  }
}

/*--- Scroller Section Style End ---*/

.ap_logos_section {
  padding: 50px 0;
  background-color: #1C1B1E;
}

.scroller_section+.ap_logos_section {
  padding-top: 0;
}

.ap_logos_section .p {
  color: #D2D4D7;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 30px 0;
}

.ap_logos_slider .swiper-wrapper {
  transition-timing-function: linear !important;
  justify-content: center;
}

.ap_logos_section .swiper-slide {
  text-align: center;
  width: auto;
  max-width: inherit;
  flex: 0 0 auto;
}

.ap_logos_section .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

/*  */
.activate_product_page {
  background: #1C1B1E;
}

.activate_product_page .activate_product_connectors {
  padding: 65px 0;
}

.activate_product_page .activate_product_connectors .pretitle {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

.activate_product_page .activate_product_connectors .title {
  color: #828282;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-top: 22px;
  max-width: 900px;
}

.activate_product_page .activate_product_connectors .title * {
  margin: 0;
}

.activate_product_page .activate_product_connectors .title::first-line {
  color: white;
}

.activate_product_page .activate_product_connectors .logos_grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 30px;
}

.activate_product_page .activate_product_connectors .logos_grid .grid_item {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 155px;
  gap: 16px;
  padding-top: 10px;
  margin-bottom: -1px;
}

.activate_product_page .activate_product_connectors .logos_grid .name {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.activate_product_page .activate_product_connectors .logos_grid .name * {
  margin: 0;
}

.activate_product_page .activate_product_connectors .after_grid {
  margin-top: 48px;
}

.activate_product_page .activate_product_connectors .after_grid a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.activate_product_page .activate_product_connectors .after_grid a,
.activate_product_page .activate_product_connectors .after_grid a * {
  color: var(--Core-WHITE, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0;
}

@media screen and (max-width: 1188.98px) {
  .activate_product_page .activate_product_connectors .logos_grid .grid_item {
    width: 33%;
  }
}

@media screen and (max-width: 759.98px) {
  .activate_product_page .activate_product_connectors .logos_grid .grid_item {
    width: 50%;
  }
}

/*  */


.activate_product_page .ddd_section {
  padding: 48px 0 65px 0;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}

.activate_product_page .ddd_section .ddd_bg_img {
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin: 0;
}

.ddd_bg_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}


.activate_product_page .ddd_section .ddd_title_top {
  max-width: 1050px;
  margin: 0 auto 37px;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 24px;
}

.activate_product_page .ddd_section .ddd_title_top h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin: 0;
}

.activate_product_page .ddd_section .ddd_title_top h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin: 0;
}

.activate_product_page .ddd_section .ddd_title_top h2 strong {
  color: #828282;
  font-weight: inherit;
}


.activate_product_page .ddd_section .ddd_team_row {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 0;
}

.activate_product_page .ddd_section .ddd_team_row figure {
  width: 108px;
  flex: 0 0 108px;
  margin: 0 !important;
}

.activate_product_page .ddd_section .ddd_team_row img {
  width: 100%;
  object-fit: contain;
}

.activate_product_page .ddd_section .ddd_tabs_list {
  display: flex;
  gap: 14px;
  margin-bottom: 48px;
}

.activate_product_page .ddd_section .ddd_tab_btn {
  border-radius: 20px;
  background-color: #000;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: 0.35s all ease-in-out;
  max-width: 26.6%;
  flex: 0 0 26.6%;
  width: 100%;
  padding: 2px;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}

.activate_product_page .ddd_section .ddd_tab_btn:after {
  background-color: #1C1B1E;
  bottom: 10px;
  content: none;
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-45deg);
  width: 30px;
  z-index: -1;
  opacity: 0;
  transition: 0.35s all ease-in-out;
}

/* .activate_product_page .ddd_section .ddd_tab_btn+.ddd_tab_btn:before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjExMzggNi40Nkg2Ljg1MzgzVjEwLjc4SDUuMTUzODNWNi40NkgwLjkxMzgyOFY0LjkySDUuMTUzODNWMC41Nzk5OTlINi44NTM4M1Y0LjkySDExLjExMzhWNi40NloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
} */

.activate_product_page .ddd_section .ddd_tab_btn_inner {
  background: #000;
  padding: 18px 16px 24px 16px;
  border-radius: 18px;
  height: 100%;
}

.activate_product_page .ddd_section .ddd_tab_btn.active .ddd_tab_btn_inner {
  background-color: #1C1B1E;
}

.activate_product_page .ddd_section .ddd_tab_btn h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
}

.activate_product_page .ddd_section .ddd_tab_btn p {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 11px 0 0 0;
}

.activate_product_page .ddd_section .ddd_tab_btn.active {
  background-color: #1C1B1E;
}

.activate_product_page .ddd_section .ddd_tab_btn.active,
.activate_product_page .ddd_section .ddd_tab_btn:hover {
  background: linear-gradient(180deg, #77F -11.88%, #FF8BF3 63.49%);
  ;
}

.activate_product_page .ddd_section .ddd_tab_btn.active:after,
.activate_product_page .ddd_section .ddd_tab_btn:hover:after {
  bottom: 0;
  opacity: 1;
}

.activate_product_page .ddd_section .ddd_tab_btn.active p {
  color: #FFF
}

.activate_product_page .ddd_section .ddd_tab_content {
  min-height: 230px;
}

.activate_product_page .ddd_section .ddd_tab_inner {
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.5s ease, visibility 0.4s ease; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.activate_product_page .ddd_section .ddd_tab_inner.show {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.activate_product_page .ddd_section .ddd_tab_inner figure {
  margin: 0 !important;
  border-radius: 12px;
  overflow: hidden;
}

.activate_product_page .ddd_section .ddd_tab_inner img,
.activate_product_page .ddd_section .ddd_tab_inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.67;
}

@media (max-width: 1188px) {
  .ddd_section {
    padding: 100px 0 0 0;
  }

  .activate_product_page .ddd_section .ddd_tabs_list {
    overflow: auto;
    padding: 35px 15px;
    margin-bottom: 30px;
  }

  .activate_product_page .ddd_section .ddd_tabs_list {
    margin-bottom: 0;
  }

  .activate_product_page .ddd_section .ddd_tab_btn {
    max-width: 200px;
    flex: 0 0 200px;
  }

  .activate_product_page .ddd_section .ddd_tab_btn_inner {
    padding: 15px 12px 30px 12px;
  }

  .ddd_section .container-default-sm.ddd_tabsList_container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 759px) {
  .activate_product_page .ddd_section {
    padding: 65px 0 0 0;
  }

  .activate_product_page .ddd_section .ddd_tabs_list {
    margin-bottom: 10px;
  }

  .activate_product_page .ddd_section .ddd_tab_btn h4 {
    font-size: 16px;
  }

  .activate_product_page .ddd_section .ddd_tab_btn {
    max-width: 180px;
    flex: 0 0 180px;
  }

  .activate_product_page .ddd_section .ddd_tab_btn p {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .activate_product_page .ddd_section .ddd_tab_btn_inner {
    padding: 15px 12px;
  }

  .activate_product_page .ddd_section .ddd_title_top h2 {
    font-size: 36px;
  }

  .activate_product_page .ddd_section .ddd_title_top h2 br {
    display: none;
  }

  .activate_product_page .ddd_section .ddd_title_top p {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .activate_product_page .ddd_section .ddd_title_top {
    gap: 16px;
    margin-bottom: 0;
  }

  .activate_product_page .ddd_section .ddd_title_top h4 {
    letter-spacing: 2px;
  }

  .activate_product_page .ddd_section .ddd_tab_content {
    min-height: auto;
  }
}

/*-- DDD Section End --*/

/*  */


.finServ_agents_section {
  padding: 77px 0 77px;
  font-family: "Poppins", sans-serif;
}

.finServ_agents_section .fonServ_agents_title {
  font-family: "Poppins", sans-serif;
  margin: 0 0 56px 0;
}

.finServ_agents_section .title {
  color: #828282;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin: 0 0 10px 0;
}

.finServ_agents_section .title::first-line {
  color: #FFF;
}

.finServ_agents_section .fonServ_agents_title .text {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.finServ_agents_section .fonServ_agents_title>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 20px 0;
}

.finServ_agents_section .fonServ_agents_title h5 {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  margin: 0;
}

.finServ_agents_section .finServ_agents_tab_block_title {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2px;
  margin-bottom: 26px;
}

.finServ_agents_section .finServ_agents_tab_block_title * {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.ap_tabs_wrap {
  margin-bottom: 108px
}

.ap_tabs_quote {
  max-width: 540px;
  margin-top: 42px;
}

.ap_tabs_quote .quote,
.ap_tabs_quote .quote p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Graphik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.ap_tabs_quote .quote p {
  margin: 0 !important;
}

.ap_tabs_quote .author {
  display: flex;
  margin-top: 15px;
  gap: 9px;
}

.ap_tabs_quote .author .left {}

.ap_tabs_quote .author .right .name,
.ap_tabs_quote .author .right .name p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.ap_tabs_quote .author .right .name p {
  margin: 0;
}

.ap_tabs_quote .author .right .title {
  margin-top: 12px;
  margin-bottom: 0px;
}

.ap_tabs_quote .author .right .title,
.ap_tabs_quote .author .right .title p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.1px;
}

.ap_tabs_quote .author .right .title p {
  margin: 0;
}

.ap_tabs_quote .author .right .logo {}

.finServ_agents_section .finServ_agents_tab_block {
  border-radius: 20px;
  background-color: #000;
  overflow: hidden;
  display: flex;
}

.finServ_agents_section .ap_tabs_wrap.reverse .finServ_agents_tab_block {
  flex-direction: row-reverse;
}

.finServ_agents_section .finServ_agents_block_left {
  width: 100%;
  max-width: 320px;
  flex: 0 0 320px;
  padding: 30px 22px;
  min-height: 600px;
}

.finServ_agents_section .finServ_agents_block_left .accordion_heading {
  padding-left: 6px;
  margin-top: 3px;
  margin-bottom: 18px;
}

.finServ_agents_section .finServ_agents_block_left .accordion_heading .title {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.1px;
  margin-bottom: 15px;
}

.finServ_agents_section .finServ_agents_block_left .accordion_heading .text {
  color: var(--Core-GRAY-300, #D2D4D7);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Graphik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.finServ_agents_section h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 18px 0;
}

.finServ_agents_section p {
  color: #D2D4D7;
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px 0;
}

.finServ_agents_section .finServ_agents_block_left>h3,
.finServ_agents_section .finServ_agents_block_left>p {
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}

.finServ_agents_section p:last-child {
  margin-bottom: 0;
}

.finServ_agents_section .finServ_agents_accordion {
  padding: 10px;
  border-radius: 7px;
}

.finServ_agents_section .finServ_agents_accordion+.finServ_agents_accordion {
  margin-top: 15px;
}

.finServ_agents_section .finServ_agents_accordion_header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.finServ_agents_section .finServ_agents_accordion h4 {
  color: #D4B2F7;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 111%;
  margin: 0;
  cursor: pointer;
}

.finServ_agents_section .finServ_agents_accordion p {
  color: var(--Core-GRAY-300, #D2D4D7);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.finServ_agents_section .finServ_agents_accordion_content {
  display: none;
  padding: 7px 0 0 0;
}

.finServ_agents_section .finServ_agents_accordion_content_cta {
  color: var(--Core-WHITE, #FFF);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.57;
  text-decoration: none;
  display: flex;
  margin-bottom: 9px;
}

.finServ_agents_section .finServ_agents_accordion.open {
  background-color: #1C1B1E;
}

.finServ_agents_section .finServ_agents_accordion.open .finServ_agents_accordion_content {
  display: block;
}

.finServ_agents_section .finServ_agents_block_right {
  display: flex;
  width: 100%;
  font-size: 0;
  background-color: #F5F5F9;
}

.finServ_agents_section .finServ_agents_block_right>figure {
  display: none;
}

.finServ_agents_section .finServ_agents_block_right>figure>* {
  height: 100% !important;
  object-fit: cover;
  object-position: left;
  aspect-ratio: 1.215;
}


.finServ_agents_content+.finServ_agents_content {
  margin-top: 130px;
}

@media (max-width: 1188px) {
  .finServ_agents_section {
    padding: 100px 0;
  }

  .finServ_agents_section .finServ_agents_block_right {
    align-self: flex-end;
  }

  .finServ_agents_content+.finServ_agents_content {
    margin-top: 85px;
  }

  .finServ_agents_section .finServ_agents_tab_block {
    flex-wrap: wrap;
  }

  .finServ_agents_section .finServ_agents_block_left,
  .finServ_agents_section .finServ_agents_block_right {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    min-height: max-content;
  }

  .finServ_agents_section .finServ_agents_block_left>h3,
  .finServ_agents_section .finServ_agents_block_left>p {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .finServ_agents_section .fonServ_agents_title {
    margin-bottom: 30px;
  }
}

@media (max-width: 759px) {
  .finServ_agents_section {
    padding: 65px 0;
  }

  .finServ_agents_section h2 {
    font-size: 36px;
  }


}

/*  */
.activate_product_page .sf_bottom_cta_block .sf_bottom_cta_wrapper {
  padding: 95px 0px 123px;
  max-width: 690px;
}

.activate_product_page .sf_bottom_cta_block .bottom-cta-text {
  margin-bottom: 37px;
}

.activate_product_page .sf_bottom_cta_block .bottom-cta-buttons .bottom-cta-button {
  line-height: 1;
  height: max-content;
  padding: 21px 23px;
}

/*--- Activate Product Page Style End ---*/