/*new blog redesign*/
#wpadminbar {
  position: absolute !important;
  /* display: none !important; */
}
html {
  margin: 0 !important;
}
.blog-page {
  color: #000;
}
.blog-page .header {
  --header__bottom-padding: 2.2rem 0;
}
.blog-page h1 {
  font-size: 4.6rem;
}
.blog-page h2 {
  font-size: 3.6rem;
}
.fsp_info {
  display: inline-flex;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #616161 !important;
}
.single_post_image .post_thumbnail {
  margin-top: 3.7rem !important;
}
/* main.content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: red;
    opacity: 0.2;
  }
  main.content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: red;
    opacity: 0.2;
  } */
@media (min-width: 1400px) {
  .blog-page .container {
    max-width: calc(1245px + var(--global-gap) * 2);
  }
}
@media (min-width: 1600px) {
  .blog-page .container {
    max-width: calc(1420px + var(--global-gap) * 2);
  }
}
.hb {
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 1.3rem 0;
  background: var(--color-white);
  border-top: 1px solid #d9d9d9;
  box-shadow: 0px 5px 20px rgba(80, 54, 123, 0.1);
}
.hb-progress {
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background: #fe0072;
  width: 0;
}
.hb .logo {
  max-width: inherit;
  font-size: 2.1rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 300;
  font-family: var(--f-lt);
  margin-right: auto;
  opacity: 0;
  transform: translateY(-2rem);
  transition: all 0.4s ease-in-out;
  min-width: max-content;
}
.scrolled .hb .logo {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .hb-logo {
    opacity: 1;
    transform: none;
  }
}
.hb .logo picture {
  max-width: 6.7rem;
  min-width: 6.7rem;
  margin-right: 0.4rem;
}
.hb .container {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.hb_nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.hb .go-site {
  font-size: 2rem;
  position: relative;
  align-items: center;
  align-content: center;
  color: var(--color-white);
  text-decoration: none;
  display: none;
}
.hb .go-site i {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.hb .go-site .c-pink {
  font-weight: 600;
  color: var(--color-pink);
}
@media (max-width: 991px) {
  .hb .go-site {
    display: inline-flex;
  }
}
.hb .login-btn {
  --btn-bg: var(--gradient-main);
  --btn-subbg: var(--color-white);
  --btn-color: var(--color-dark);
  display: none;
}
.hb .demo-request {
  /* --btn-bg: var(--gradient-main); */
  /* --btn-subbg: var(--gradient-main); */
  /* --btn-color: var(--color-white); */
  min-width: max-content;
}
@media (max-width: 991px) {
  .hb .login-btn {
    display: inline-flex;
  }
}
.hb-search {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 1.6rem;
}
.hb-search-form_wrap {
  transition: all 0.4s ease;
  overflow: hidden;
  width: 0;
}
.hb-search.open .hb-search-form_wrap {
  width: 16rem;
}
.hb-search-form {
  padding: 0.2rem;
  border-radius: 4rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  width: 16rem;
  height: 2.9rem;
  display: flex;
}
.hb-search-form input {
  background: var(--color-white);
  border-radius: 3.8rem;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0.5rem 1.45rem;
  font-size: 1.4rem;
  color: var(--color-black);
  outline: none;
  border: none !important;
}
.hb-search-form input::placeholder {
  color: #b1b9d1;
  font-size: 1.2rem;
}
.hb-search-actions {
  display: flex;
  margin-left: 1.6rem;
}
.hb-search-actions > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.hb-search-actions i {
  font-size: 2.2rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hb-search-btn {
  display: none;
}
.hb-search.go-search .hb-search-btn {
  display: flex;
}
.hb-search.go-search .hb-search-trigger {
  display: none;
}
.hb-menu {
  position: relative;
  margin-right: 1.6rem;
}
.hb-menu-title {
  font-size: 2rem;
  color: var(--c-white);
  display: none;
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .hb-menu-title {
    display: block;
  }
}
.hb-menu-title i {
  font-size: 1rem;
}
.hb-menu_content {
  position: relative;
}
.hb-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: var(--color-black);
  display: flex;
  margin: 0 -1.8rem;
}
.hb-menu ul li {
  padding: 0 1.8rem;
}
.hb-menu ul li a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 991px) {
  .hb-menu ul li a {
    font-family: var(--f-lt);
  }
}
.hb-menu ul li a:hover {
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hb-menu-button {
  align-items: center;
  align-content: center;
  display: none;
}
@media (max-width: 991px) {
  .hb-menu-button {
    display: flex;
  }
}
.hb-menu-button {
  position: relative;
  border: none;
  outline: 0;
  background-color: transparent;
  width: 2rem;
  height: 2.4rem;
  justify-content: center;
  color: currentColor;
  transition: 0.4s ease-in-out 0.2s;
  margin-left: auto;
}
.hb-menu-button .l {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  border-radius: 0.4rem;
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hb-menu-button .l-2,
.hb-menu-button.active .l-1,
.hb-menu-button.active .l-3 {
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.hb-menu-button .l-1 {
  transform: translateY(-0.7rem);
}
.hb-menu-button .l-3 {
  transform: translateY(0.7rem);
}
.hb-menu-button.active {
  transform: rotate(-315deg);
  transition: 0.4s ease-in-out;
}
.hb-menu-button.active .l-2 {
  transform: rotate(-90deg);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.hb-menu-button.active .l-1,
.hb-menu-button.active .l-3 {
  transform: translateY(0);
}

.hb > .hb-menu-button {
  position: fixed;
  width: 4.8rem;
  right: 0;
  top: 0;
  height: 100vh;
  transform: none !important;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .blog-page .header,
  .single-post .header {
    display: none;
  }
  .hb .logo {
    display: flex;
    text-decoration: none;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .hb_nav {
    --w: 27.2rem;
    position: fixed;
    right: calc(-1 * var(--w));
    top: 0;
    width: var(--w);
    background: #3c1c60;
    color: var(--color-white);
    height: calc(var(--vh, 1vh) * 100);
    display: block;
    padding: 10rem 2.5rem 5rem 1.6rem;
    overflow: auto;
    transition: all 0.4s ease-in-out;
    z-index: 0;
  }
  .hb_nav.open {
    right: 0;
  }
  .hb-menu ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-white);
  }
  .hb_nav-extra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eef1fa;
  }
  .hb .go-site {
    margin-bottom: 2.4rem;
  }
  .hb .login-btn {
    margin-bottom: 1.8rem;
    min-width: 10.1rem;
  }
  .hb-search {
    margin-top: 2rem;
  }
  .hb-search-form_wrap,
  .hb-search-form {
    width: 100%;
  }
  .hb-search-form input {
    padding-right: 3.4rem;
  }
  .hb-search-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: calc(100% - 0.8rem);
    width: 3.4rem;
    justify-content: center;
    padding-right: 0.2rem;
  }
  .hb-search-actions svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hb-search-actions:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.1rem;
    background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  }
  .hb-search-trigger {
    display: none !important;
  }
  .hb-search-btn {
    display: flex !important;
  }
  .hb-menu_content {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  .hb-menu.open .hb-menu_content {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hb .container {
    max-width: 100%;
  }
  .hb .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.3rem;
    height: calc(100% + 2.6rem);
    width: calc(var(--vw, 1vw) * 100 - 4.8rem);
    background: #3c1c60;
    z-index: 1;
    opacity: 0;
  }
  .menu-open .hb .container:before {
    opacity: 1;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .menu-open .hb .logo {
    transform: translateY(0.5rem);
  }
  .hb .container > .hb-menu-button.active {
    color: var(--color-white);
    position: fixed;
    right: 7.3rem;
    top: 1.8rem;
    z-index: 3;
  }
  .menu-open .hb > .hb-menu-button {
    opacity: 1;
    visibility: visible;
  }
  .hb_nav {
    --w: calc(var(--vw, 1vw) * 100 - 4.8rem);
    right: auto;
    left: calc(-1 * var(--w));
  }
  .hb_nav.open {
    left: 0;
  }
  .hb_nav.open .hb-menu-button {
    display: flex;
  }
}

.blog-page {
  background: linear-gradient(180deg, #f5f5f5 5.66%, #ffffff 16.17%), #ffffff;
}
.bnf {
  background: none;
}
.bnf_block {
  position: relative;
}
.bnf_block-head {
  --headings-sizes-h1: 3.6rem;
  padding: 6.1rem 0 7.2rem 0;
  background: #f8f9ff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.bnf_block-head h1:not(:last-child) {
  margin-bottom: 1.3rem;
  line-height: 1.3;
}
.bnf_block-main {
  padding: 4.2rem 0 8.3rem 0;
}
.bnf_items > * {
  position: relative;
}
.bnf_items > *:not(:last-child) {
  padding-bottom: 3.2rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #dee3f0;
}
.bnf .b-card--big {
  max-width: 64.5rem;
}
@media (min-width: 1600px) {
  .bnf .b-card--big {
    max-width: 75rem;
  }
}

.b-card {
  --headings-sizes-h1: 3.6rem;
  --headings-sizes-h2: 3.6rem;
  --headings-sizes-h3: 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  color: #000000;
  font-weight: 300;
  overflow: hidden;
  text-decoration: none !important;
  min-height: 100%;
}
.b-card_image {
  overflow: hidden;
  border-radius: 1rem;
  background: #3c1c60;
}
.b-card_image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fe0072;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.b-card_image picture {
  padding-top: 56.35910224%;
}
.b-card .category {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3c1c60;
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.b-card .title {
  margin-bottom: 0.3rem;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.b-card:hover .title {
  color: #fe0072;
}
.b-card .by {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400;
}
.b-card .descr {
  font-weight: 400;
}
.b-card .by:not(:last-child) {
  margin-bottom: 1.2rem;
}
.b-card--def {
  border-radius: 1rem;
  box-shadow: 0px 11.2856px 22.5712px rgba(80, 54, 123, 0.1);
}
.b-card--def .b-card_image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}
.b-card--def:hover .b-card_image:after {
  opacity: 0.3;
}
.b-card--def .b-card_info {
  background: #fff;
  padding: 2.4rem 1.7rem 4.3rem 1.7rem;
}
.b-card--def .category {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.b-card--def .title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--f-demi);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card--def .by {
  color: #616161;
  font-size: 1.4rem;
}
.b-card--big .b-card_image {
  margin-bottom: 3.8rem;
}
.b-card--simple .category {
  margin-bottom: 1.3rem;
}
.b-card--simple .title {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--f-demi);
}
.b-card--simple .by {
  font-size: 1.4rem;
  color: #616161;
}

@media (max-width: 767px) {
  .b-card .title {
    font-size: 2.8rem !important;
  }
  .b-card--simple .title {
    font-size: 1.6rem !important ;
  }
  .b-card--def .title {
    font-size: 1.6rem !important;
  }
  .b-card--def .by {
    font-size: 1.4rem !important;
  }
  .bnc-on-page .col-12.d-block.d-lg-none.mob-more {
    display: none !important;
  }
}

.bnl {
  padding: 3rem 0;
}
.bnl:nth-last-child(2) {
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .bnl:nth-last-child(2) {
    padding-bottom: 5.5rem;
  }
}
.bnl:last-child {
  padding-bottom: 7.4rem;
}
.bnl_head {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 4.4rem;
  color: #34163e;
}
.b-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-family: var(--f-demi);
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-more {
    font-size: 1.6rem;
  }
}
.b-more i {
  font-size: 1.4rem;
  color: #fd0173;
  transition: transform 0.3s ease-in-out;
}
.b-more > *:not(:last-child) {
  margin-right: 0.5rem;
}
.bnl_slider {
  position: relative;
}
.bnl_slider .swiper-container {
  padding: 3rem 2rem;
  margin: -3rem -2rem;
}
.bnl_slider .swiper-slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.bnl_slider .swiper-slide-visible {
  opacity: 1;
}
.bnl_slider .swiper-buttons {
  padding: 0;
  transform: none;
  margin-top: 8rem;
  justify-content: center;
}
.bnl_slider .swiper-button {
  color: #34163e;
  width: 2.4rem;
  height: 3rem;
  font-size: 2.4rem;
}

.sub-new {
  margin: 3.6rem 0;
  padding: 5.4rem 0;
  background: url("../images/sub-img.png"), #3c1c60;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  color: #fff;
  font-size: 2rem;
}
.sub-new h2 {
  margin-bottom: 0.2rem;
}
.sub-new .su_form {
  margin-top: 2.5rem;
}
.sub-new .su_form .hs-form-field .hs-input {
  border-radius: 1rem !important;
  border: 1px solid #fff !important;
  height: 4.2rem !important;
  width: 100% !important;
  background: none !important;
  color: #fff !important;
  padding: 1rem 1.5rem !important;
}
.sub-new .su_form .hs-form-field {
  flex: none;
  width: 100%;
  max-width: 36.4rem !important;
  margin-right: 1.4rem !important;
}
.sub-new .su_form .hs-form-field .hs-input::placeholder {
  color: #fff !important;
}
.sub-new form .button {
  border-radius: 1rem !important;
  width: 13rem !important;
  height: 4.2rem !important;
  --btn-bg: var(--gradient-main);
  --btn-subbg: #fff;
  --btn-color: #34163e;
  border-radius: 1rem;
  height: 4.2rem;
  border: none;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 700;
}
.sub-new .su_form .hs_submit {
  border-radius: 1rem !important;
  width: 13rem !important;
  height: 4.2rem !important;
  --btn-bg: var(--gradient-main);
  --btn-subbg: #fff !important;
  --btn-color: #34163e !important;
  border-radius: 1rem !important;
  height: 4.2rem !important;
  border: none !important;
  text-transform: none !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  font-family: "Avenir Next LT Pro" !important;
}
.sub-new form {
  margin-bottom: 0;
}
.sub-new .su_form .hs_submit .hs-button {
  background: #fe0072 !important;
  color: #fff;
  border-radius: 0.9rem !important;
  height: 4.2rem !important;
  width: 12.6rem !important;
  text-transform: none !important;
  /* font-family: "Avenir Next LT Pro Regular" !important; */
}
.sub-new .su_form .hs_submit .hs-button:hover {
  background: #e12468 !important;
}
.cdp-copy-alert-success {
  top: auto !important;
  bottom: 0;
}
.bnc {
  --headings-sizes-h1: 3.6rem;
  --headings-sizes-h2: 3.6rem;
  padding: 7.6rem 0 8.3rem 0;
}

.bnc-on-page .section_text {
  text-align: center;
}
.bnc .row {
  margin-bottom: -8rem;
}
.bnc .row > div {
  margin-bottom: 8rem;
}
.bnc_block {
  position: relative;
}
.bnc_block .section_text h2 {
  margin-bottom: 2.8rem;
}
.bnc_block .section_text h4 {
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--f-demi);
}
.bnc_block .section_text h4:nth-last-child(2) {
  margin-bottom: 6.2rem;
}
.bnc-on-page .bnc_block .section_text p:nth-last-child(2) {
  margin-bottom: 2rem;
}
.bnc_block:not(:first-child) {
  margin-top: 11rem;
  padding-top: 10.5rem;
  border-top: 1px solid #dee3f0;
}
.bnc_block:last-child {
  border-top: 0;
  margin-top: 0;
}
.bnc_block:nth-last-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
.bnc_block-more {
  text-align: center;
}
.bnc_block-more .b-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
}

@media (max-width: 991px) {
  .bnc {
    padding: 3.3rem 0 3.8rem 0;
  }
  .bnc_block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .bnc_block:not(:first-child) {
    margin-top: 1.9rem !important;
    padding-top: 2.7rem !important;
  }
}
@media (max-width: 767px) {
  .bnc h2 {
    font-size: 2rem !important;
  }
}

.pagination {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pagination-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-size: 1.2rem;
  color: #34163e;
  text-decoration: none;
}
.pagination-button i {
  color: inherit;
}
.pagination-button.off {
  opacity: 0;
  visibility: hidden;
}
.pagination ul {
  list-style: none;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #a19eb4;
  font-size: 2rem;
  margin: 0;
}
.pagination ul li:not(:last-child) {
  margin-right: 1rem;
}
.pagination ul a {
  color: inherit;
  text-decoration: none;
}
.pagination ul a.active {
  color: #000000;
}
.bnc-on-page {
  padding-top: 8.5rem;
}
.bnc-on-page .section_text {
  max-width: 68.4rem;
  margin: 0 auto;
}
.bnc-on-page .bnc_block:nth-last-child(2) {
  margin-bottom: 8rem;
}
.ready-blog-new {
  padding: 6rem 0;
  height: auto;
  text-align: center;
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #3c1c60 84.75%
  );
}
.ready-blog-new h2 {
  line-height: 1.36;
  margin-bottom: 1.6rem !important;
}
.single-post .ready-blog-new {
  padding: 4.75rem 0;
}
@media (max-width: 991px) {
  .ready-blog-new {
    padding: 3.4rem 0;
  }
  .ready-blog-new .section__text {
    text-align: center !important;
  }
  .ready-blog-new h2 {
    font-size: 2.4rem;
  }
  .bnf_block-head {
    padding: 3rem 0;
    font-size: 1.6rem;
    background: transparent;
  }
  .bnf_block-head h1 {
    font-size: 28px;
  }
  .bnf_block-main {
    padding: 0 0 2.2rem 0;
  }
  .bnf .row {
    margin-bottom: -1.8rem;
  }
  .bnf .row > div {
    margin-bottom: 1.8rem;
  }
  .bnf .b-card--big {
    max-width: 100%;
  }
  .bnf_items {
    border-top: 1px solid #dee3f0;
    padding-top: 2rem;
  }
  .b-card {
    --headings-sizes-h1: 2.8rem;
    --headings-sizes-h2: 2.8rem;
    --headings-sizes-h3: 1.6rem;
    font-size: 1.6rem;
  }
  .bnl {
    padding: 2.2rem 0 3rem 0;
  }
  .bnl h2 {
    font-size: 2.4rem;
  }
  .bnl_head {
    margin-bottom: 3.5rem;
  }
  .bnl .b-card .category {
    background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bnl_slider .swiper-buttons {
    margin-top: 2.7rem;
  }
  .bnl_slider .swiper-button {
    display: inline-flex;
    width: 1.4rem;
    font-size: 1.4rem;
  }
  .sub-new {
    margin: 2rem 0;
    padding: 5.4rem 0 18.5rem 0;
    background-position: bottom right;
    background-size: auto 16.8rem;
  }
  .bnc {
    --headings-sizes-h1: 2.8rem;
    --headings-sizes-h2: 2rem;
    --headings-sizes-h4: 1.6rem;
  }
  .bnc h1 {
    font-size: 2.8rem;
    max-width: 28.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bnc h2 {
    font-size: 2rem;
  }
  .bnc h4 {
    font-size: 1.6rem;
  }
  .bnc-on-page {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
    --headings-sizes-h1: 2.8rem;
  }
  .bnc-on-page--search {
    padding-bottom: 2rem;
  }
  .bnc .section_text h2 {
    margin-bottom: 2rem;
  }
  .bnc-on-page .section_text {
    margin-bottom: 3.6rem;
  }
  .bnc-text-side {
    margin-bottom: 2.4rem;
  }
  .bnc-text-side .b-more {
    display: none;
  }
  .bnc-text-side p:nth-last-child(2) {
    margin-bottom: 0;
  }
  .bnc .mob-more {
    margin-top: 0.8rem;
  }
  .bnc .row {
    margin-bottom: -1.2rem;
  }
  .bnc .row > div {
    margin-bottom: 1.2rem;
  }
  .bnc_block:not(:last-child) {
    margin-bottom: 3.5rem;
    padding-bottom: 2.8rem;
  }
  .bnc-on-page .bnc_block:nth-last-child(2) {
    margin-bottom: 5.2rem;
  }
  .bnc-on-page .bnc_block:last-child {
    padding-bottom: 4.2rem;
    border-bottom: 1px solid #dee3f0;
  }
  .bnc-on-page--search .bnc_block:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bnc_block-more .b-more {
    background: #3c1c60;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .bnc_block-more .b-more:after {
    background: #3c1c60;
  }
  .bnc_block-more .b-more i {
    color: #3c1c60;
  }
  .blog-page {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .bnl {
    overflow: hidden;
  }
  .bnl_slider .swiper-container {
    max-width: 32.5rem;
    overflow: visible;
  }
  .bnl_slider .swiper-slide {
    opacity: 1;
  }
  .sub-new .hbspt-form .hs-form {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .sub-new .su_form .hs-form-field {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
  .sub-new .su_form .hs_submit {
    height: 3.4rem !important;
    width: 10.4rem !important;
  }
  .sub-new .su_form .hs_submit .hs-button {
    height: 3rem !important;
    width: 10rem !important;
    font-size: 1.4rem !important;
  }
  .sub-new h2 {
    font-size: 2.8rem;
  }
  .bnc .b-card {
    flex-direction: row;
    background: none;
    box-shadow: none;
    align-items: center;
    align-content: center;
    margin-bottom: 2rem;
    --headings-sizes-h3: 1.4rem;
  }
  .bnc .b-card .b-card_image {
    width: 13.6rem;
    min-width: 13.6rem;
    border-radius: 1rem;
    margin-right: 1.1rem;
  }
  .bnc .b-card .b-card_info {
    padding: 0;
    background: none !important;
  }
  .bnc .b-card .category {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .bnc .b-card .title {
    margin-bottom: 0;
    font-family: var(--f-rg);
    font-weight: 400;
  }
  .bnc .b-card .by {
    display: none;
  }
  .sub-new {
    background-position: bottom left;
  }
}

.bnc-on-page .error-msg {
  font-size: 2rem !important;
}

.blog-search {
  position: relative;
  width: 46.1rem;
  border-radius: 5rem;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  padding: 0.2rem;
  height: 5.8rem;
  display: flex;
  margin: 0 auto 0 auto;
}
.blog-search_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4.8rem;
  background: #fff;
  padding-left: 2rem;
}
.blog-search_inner input {
  position: relative;
  border: none;
  outline: none;
  padding: 1rem 7rem 1rem 0;
  height: 100%;
  color: #000000;
}
@media (max-width: 991px) {
  .blog-search_inner input {
    font-size: 1.6rem;
  }
}
.blog-search_inner input::placeholder {
  color: #000000;
}
.blog-search_inner button {
  position: absolute;
  height: calc(100% - 1.6rem);
  width: 6.7rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
  padding: 0.4rem 0.4rem 0 0;
  border: none;
  outline: none;
}
.blog-search_inner button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 100%;
  background: linear-gradient(-180deg, #9925cf 0%, #fd0173 100%);
}

@media (max-width: 767px) {
  .blog-search {
    height: 4.9rem;
    padding: 0.1rem;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .single_post_new {
    font-size: 2rem;
  }
}
.single_post_new .default__head {
  flex-direction: column;
  padding: 4.1rem 0 3.2rem 0 !important;
}
.single_post_info h1 {
  font-size: 3.6rem !important;
}
.single_post_image {
  padding-left: 0 !important;
}
.single_post_image .post_thumbnail picture {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.single_post_image img {
  border-radius: 1rem;
}
.post_share-wrap {
  position: relative;
  height: 100%;
  padding-top: 4.1rem;
}
.post_share {
  position: sticky;
  top: 10rem;
  flex-direction: column !important;
}
.socials.post_share a {
  width: 3.75rem !important;
  height: 3.75rem !important;
  border-radius: 100% !important;
  border: 0.5px solid #dbdbdb !important;
  background-color: transparent !important;
  color: #969696 !important;
  text-decoration: none !important;
}
.socials.post_share a:hover {
  color: #3c1c60 !important;
}
.socials.post_share a:hover svg {
  fill: #3c1c60 !important;
  stroke: #3c1c60 !important;
}
.section.post-body img {
  border-radius: 1rem;
}
.single_post_new .default__head {
  align-items: flex-start;
  align-content: flex-start;
}
.single_post_image {
  width: 100%;
}
.single_post_image img {
  width: 100%;
}
.single_post_content {
  font-family: var(--f-lt);
  font-weight: 300;
}
.breadcrumbs {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 1.3rem;
  }
}
.breadcrumbs ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}
.breadcrumbs ul li {
  position: relative;
  display: inline;
  margin-right: 1rem;
}
.breadcrumbs ul li i {
  vertical-align: middle;
  margin-left: 1rem;
  color: #34163e;
  font-size: 1.3rem;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  color: #000;
}
.banner-side_inner {
  padding-top: 4.1rem;
  position: sticky;
  top: 5.8rem;
  max-width: 32.5rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .banner-side_inner {
    max-width: 100%;
  }
}
.banner-link .image,
.banner-link picture {
  width: 100% !important;
}
.banner-link img {
  width: 100% !important;
  border-radius: 1rem;
}
.single_post_new figure {
  width: 100% !important;
}
.bnf_items--single h3 {
  font-size: 2rem !important;
  margin-bottom: 0.2rem !important;
}
.bnf_items--single .r-more {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.bnf_items--single .r-more i {
  margin-left: 1rem;
  font-size: 1rem;
}
.bnf_items--single > *:not(:last-child) {
  border-bottom: none;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
.bnf_items--single {
  margin-bottom: 4.2rem;
}
.single-post {
  background: #fff;
}
.blog-page h1,
.blog-page h2,
.blog-page h3,
.blog-page h4,
.blog-page h5,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: var(--f-bold);
  font-weight: 700;
}
.single_post_content .section.post-body h2:not(:last-child),
.single_post_content .section.post-body h3:not(:last-child),
.single_post_content .section.post-body h4:not(:last-child) {
  margin-bottom: 3rem;
}
.content-side img {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .content-side {
    order: 1;
  }
  .banner-side {
    order: 2;
  }
  .share-side {
    order: 3;
    display: none;
  }
  .post_share {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .single_post_info {
    padding-right: 2rem;
  }
  .single_post_info h1 {
    font-size: 2.8rem !important;
  }
  .post_share {
    flex-direction: row !important;
  }
}

.link-page i.dn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 50%;
  transform: translateY(1rem);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  color: green;
}
.link-page.done i.dn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .blog-page .header .container,
  .blog-page .hb .container {
    max-width: 100%;
  }
}


.single_post_author {
  position: relative;
  padding-left: 3.4rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
}
.single_post_author h4 {
  font-size: 2.2rem !important;
  margin-bottom: 0 !important;
}
.single_post_author h4.ttl {
  font-family: var(--f-rg);
  font-weight: 400;
}
.single_post_author h4.name {
  font-family: var(--f-demi);
  font-weight: 600;
}
.single_post_author h4:not(:last-child) {
  margin-bottom: 0;
}
.single_post_author:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background: #3C1C60;
  border-radius: 3rem;
}
.single_post_author .spa_image {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  border-radius: 100%;
  background: #D9D9D9;
  margin-right: 2.1rem;
}
.single_post_author .spa_info {
  padding-left: 0;
}
.single_post_author .spa_bio {
  margin-top: 3.1rem;
  position: relative;
  font-family: var(--f-lt);
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
}
a.b-card.b-card--simple {
  flex-direction: row;
}
.b-card--simple .b-card_image {
  margin-right: 1.6rem;
  width: 14.7rem;
  min-width: 14.7rem;
}
@media (min-width: 768px) {
  .b-card--simple .b-card_image {
    display: none;
  }
}
@media (max-width: 767px) {
  .single_post_author {
    margin-top: 5rem !important;
  }
  .single_post_author h4 {
    font-size: 1.6rem !important;
    line-height: 1.9rem !important;
    margin-bottom: 0 !important;
  }
  .single_post_content h2 {
    font-size: 2rem !important;
  }
  .banner-side_inner {
    padding-top: 5.8rem !important;
  }
  .banner-side_inner h4 {
    font-size: 2.4rem !important;
  }
  .b-card--simple .category {
    margin-bottom: 0.4rem !important;
  }
  .b-card--simple .category,
  .b-card--simple .by {
    font-size: 1.2rem !important;
  }
  .b-card--simple .title {
    font-size: 1.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .bnc_block .section_text h4:nth-last-child(2) {
    margin-bottom: 1.8rem;
  }
}
.loaded .submenu {
  transition: all 0s ease-in-out;
}
@media (min-width: 1200px) {
  .submenu {
    pointer-events: none;
  }
  .with-child:hover .submenu {
    pointer-events: all;
  }
}
.banner-side_inner {
  position: relative;
  top: 0;
  min-height: 100%;
  /* display: flex;
  flex-direction: column; */
}
.banner-side_inner h4 {
  /* order: 2;
  margin-top: 4.2rem; */
}
.banner-side_inner .banner-link {
  /* order: 1; */
}
.banner-side_inner .bnf_items {
  /* order: 3;
  margin-bottom: 0; */
}
.banner-side_inner .banner-link,
.banner-side_inner .banner-link {
  position: sticky;
  top: 8.8rem !important;
}
/* @media (min-width: 992px) and (max-height: 800px) {
  .banner-side_inner {
    position: relative;
    top: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .banner-side_inner h4 {
    order: 2;
    margin-top: 4.2rem;
  }
  .banner-side_inner .banner-link {
   order: 1;
  }
  .banner-side_inner .bnf_items {
   order: 3;
    margin-bottom: 0;
  }
  .banner-side_inner .banner-link,
  .banner-side_inner .banner-link {
    position: sticky;
    top: 8.8rem !important;
  }
}
*/
.default-privacy table {
  border-collapse: collapse;
}
.default-privacy table td:first-child {
  max-width: 15rem;
}
.default-privacy table td, .default-privacy table th {
  border: 1px solid #000;
  padding: 1rem;
    font-size: 1.6rem;
}

.single_post_image .post_thumbnail {
  width: 100%;
}

/* Main menu */
.submenu.submenu--platform,
.submenu.submenu--solutions,
.submenu.submenu--resources,
.submenu.submenu--threats { left: 0; right: unset; }

/* Resources page */
.section.hero.hero_resources { background: #34163E; padding-bottom: 0; }
.section.hero.hero_resources .hero__main { padding: 14rem 0 4rem; min-height: unset; }
.hero_resources .hero__main h1.g-txt { font-size: 6.6rem; color: #fff; background: unset; -webkit-text-fill-color: unset; margin-bottom: 2.8rem; }
.hero_resources .hero__main p { font-size: 2rem; max-width: unset !important; }

.section.resources_page { padding: 6rem 0 8rem; background: #F8F9FF; }
.section.resources_page .blog__menu.resources_filter { margin-bottom: 3.6rem; }
.section.resources_page .blog__menu.resources_filter ul { height: auto; border-radius: 0; }
.section.resources_page .blog__menu.resources_filter ul li { background: unset; padding: 0; }
.section.resources_page .blog__menu.resources_filter ul li a { font-family: "Avenir Next LT Pro"; font-size: 1.6rem !important; line-height: 2.7rem; font-weight: 500; text-transform: unset; height: auto; padding: 1.2rem 2.4rem; border-top: 1px solid #AFA8B1; border-bottom: 1px solid #AFA8B1; border-right: 1px solid #AFA8B1; }
.section.resources_page .blog__menu.resources_filter ul li:first-of-type a { border-left: 1px solid #AFA8B1 !important; }
.section.resources_page .blog__menu.resources_filter ul li a.active { color: #fff; background: #FE0072; border-top: 1px solid #FE0072 !important; border-bottom: 1px solid #FE0072 !important; border-right: 1px solid #FE0072 !important; }
.section.resources_page .blog__menu.resources_filter ul li:first-of-type a.active,
.section.resources_page .blog__menu.resources_filter ul li:first-of-type a:hover { border-left: 1px solid #FE0072 !important; }
.section.resources_page .blog__menu.resources_filter ul li a:hover { color: #fff; background: #FE0072; border-top: 1px solid #FE0072 !important; border-bottom: 1px solid #FE0072 !important; border-right: 1px solid #FE0072 !important; }

.positions__items.resources_items .resource_item { margin-bottom: 3.2rem !important; }
.positions__items.resources_items .resource_item .position { background: #fff; border: 1px solid #DEE3F0; border-radius: 12px; padding: 0 2.4rem 2.4rem 2.4rem; overflow: hidden; }
.resources_items .resource_item .position .resource_item_img { margin: 0 -2.4rem; }
.resources_items .resource_item .position .resource_item_img picture { width: 100%; display: inline-block; }
.resources_items .resource_item .position .resource_item_img img { width: 100%; vertical-align: top; }
.resources_items .resource_item .position .position__head { height: auto; padding-bottom: 12px; border-bottom: 1px solid #DEE3F0; margin: 16px 0; }
.resources_items .resource_item .position .position__head h4 { font-size: 2rem; color: #A19EB4; line-height: 1.35; font-weight: 600; }
.resources_items .resource_item .position .position__head .arrow { display: none; } /* temp */
.resources_items .resource_item .position .position__head .fas { display: none; } /* temp */
.resources_items .resource_item .position .position__head .arrow { display: inline-flex; }
.resources_items .resource_item .position .position__body h2 { font-family: "Avenir Next LT Pro"; color: #15172C; font-size: 2.6rem; font-weight: 700; line-height: 1.3; letter-spacing: 0.26px; margin-bottom: 1.6rem; }
.resources_items .resource_item .position .position__body p { font-size: 1.6rem; color: #7B737E; line-height: 1.35; font-weight: 500; }
.resources_items .resource_item .position__footer p { font-size: 1.4rem; color: #7B737E; line-height: 1.4; font-weight: 500; text-transform: none; }

.section.resources_page .blog__more.resources_more { margin-top: 3.6rem; }
.section.resources_page .blog__more.resources_more .more { display: flex; gap: 1.6rem; }
.section.resources_page .blog__more.resources_more .g-txt { font-family: "Avenir Next LT Pro"; font-size: 1.6rem; color: #E12468; line-height: 1.4; letter-spacing: 0.32px; font-weight: 600; text-transform: none; background: unset; -webkit-text-fill-color: unset; }
.section.resources_page .blog__more.resources_more .arrow { display: inline-flex; }

/* Platform page */
.title_color { background: unset; -webkit-text-fill-color: unset; }
.pink { color: #FE0072; }

.hero-platform-v2 .hero__main { padding: 14rem 0 7rem; background: #34163E; min-height: unset; }
.hero-platform-v2 .hero__main .section__text { max-width: 614px; margin: 0 auto; text-align: center !important; }
.hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 5rem; margin-bottom: 2rem; }
.hero-platform-v2 .g-txt strong { color: #FE0072; }
.hero-platform-v2 .hero__main .section__text p { font-size: 2rem; line-height: 1.45; max-width: unset !important; margin-bottom: 0 !important; }
.hero-platform-v2 .button { min-width: 220px; margin-top: 4rem; }
.hero-platform-v2 .button a { line-height: 1.1; text-decoration: none; }
.hero-platform-v2 .button:hover a { color: #fff; }
.hero-platform-v2 .button a:hover { color: #fff; }

.hero__extra.hero_extra_updated { background: #fff; padding: 2.4rem 0; }
.hero__extra.hero_extra_updated .trusted .section__text { margin-bottom: 2.4rem; }
.hero__extra.hero_extra_updated .section__text h2 { font-size: 2rem; font-family: var(--f-md); font-weight: 500; color: #34163E; }
.hero__extra.hero_extra_updated .section__text h2 strong { font-family: var(--f-bold); font-weight: 700; }
.hero__extra.hero_extra_updated .trusted__items { padding: 1rem 0; }
.hero__extra.hero_extra_updated .trusted .swiper-container { margin: 0; padding: 0; overflow: visible; }
.hero__extra.hero_extra_updated .trusted__items .swiper-wrapper { align-items: center; align-content: center; }

.sc_solutions { padding: 8rem 0 9rem; background: #DEE4F4; }
.sc_solutions .section__text:not(:last-child) { margin-bottom: 4rem; }
.sc_solutions .g-txt { width: 100%; color: #1C0624; line-height: 1.3; text-align: center; }
.sc_solutions .row { justify-content: center; row-gap: 3rem; }
.sol_item { display: block; padding: 2.4rem; background: #F8F9FF; border-radius: 8px; border: 1px solid #D9D9D9; /*box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12);*/ text-align: center; text-decoration: none; }
a.sol_item { text-decoration: none; }
a.sol_item:hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.sol_item_icon { margin-bottom: 1.2rem; }
.sol_item_icon img { vertical-align: middle; }
.sol_item_text h4 { font-size: 20px; color: #1C0624; line-height: 1.35; font-weight: 800; letter-spacing: 0.4px; }

.sc_security { padding: 10rem 0; background: #F8F9FF; }
.sc_security .row { justify-content: center; row-gap: 3rem; }
.sc_security .section__text { max-width: 770px; margin: 0 auto; text-align: center; }
.sc_security .section__text:not(:last-child) { margin-bottom: 5.6rem; }
.sc_security .g-txt { color: #34163E; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 0; }
.sc_security .g-txt:not(:last-child) { margin-bottom: 2rem; }
.sc_security .section__text p { font-size: 2rem; line-height: 1.45; font-weight: 500; letter-spacing: 0.4px; }
.sec_item { height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 2.4rem; background: #fff; border: 1px solid #D9D9D9; border-radius: 12px; transition: .3s; text-decoration: none; }
.sec_item:hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.sec_item_top { display: flex; justify-content: space-between; gap: 2rem; }
.sec_item_text h4 { font-family: "Avenir Next LT Pro"; font-size: 2.4rem; line-height: 1.35; color: #34163E; font-weight: 700; letter-spacing: 0.48px; margin-bottom: 4px; }
.sec_item_text h4 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.sec_item_text p { font-size: 1.6rem; color: #463D4A; line-height: 1.35; font-weight: 500; }
.sec_item_icon picture { width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border: 1px solid #C2C0C4; border-radius: 50px; }
.sec_item_icon picture img {  }
.sec_item_img { margin-top: 3rem; }
.sec_item_img img { width: 100%; }

.platform_content { background: #F8F9FF; }
.platform_content_item { padding: 10rem 0; border-top: 1px solid #C4CDE6; }
.platform_content_item:last-of-type { border-bottom: 1px solid #C4CDE6; }
.platform_content_item .row { align-items: center; row-gap: 3rem; }
.platform_content_item .section__text { margin-right: -5px; }
.platform_content .section__text .g-txt { color: #34163E; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 2rem; }
.platform_content .section__text p { font-size: 2rem; color: #463D4A; line-height: 1.45; font-weight: 500; letter-spacing: 0.4px; }
.platform_content .image { display: flex; justify-content: flex-end; }
.platform_content .image a { transition: .3s; }
.platform_content .image a:hover { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.platform_content .image picture { max-width: 484px; justify-content: flex-end; }
.platform_content .image picture img { width: 100%; }

.sc_quote { padding: 12rem 0; background: #fff; }
.sc_quote .row { row-gap: 3rem; }
.sc_quote .image picture { justify-content: flex-start; }
.sc_quote .section__text > p { color: #1C0624; font-size: 3.6rem; font-weight: 500; line-height: 1.3; margin-bottom: 4rem; }
.quote_author { display: flex; align-items: center; gap: 36px; }
.quote_author p { color: #463D4A; font-size: 1.6rem; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 0; }

.ready.ready-v2 { height: auto; padding: 7rem 0; background: #3c1c60; }
.ready.ready-v2 .col-xl-8 { margin: 0 auto; }
.ready.ready-v2 h2 { font-family: "Avenir Next LT Pro"; font-size: 5rem; line-height: 1.2; letter-spacing: 0.36px; margin-bottom: 2.9rem !important; }
.ready.ready-v2 h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.ready.ready-v2 .section__text { text-align: center !important; }
.ready.ready-v2 .section__text:not(:last-child) { margin-bottom: 3rem; }
.ready.ready-v2 .button__content { height: 4.8rem; background: none; color: #fff !important; }

@media (min-width: 1400px) {
	.sc .container { max-width: calc(1120px + var(--global-gap)* 2); }
}

@media (max-width: 991px) {
	.sc_quote { padding: 10rem 0; }
	.sc_quote .section__text > p { font-size: 2.6rem !important; margin-bottom: 2rem; }
	
	.hero-platform-v2 .hero__main .section__text { max-width: 614px !important; }
}

@media (max-width: 767px) {
	.hero-platform-v2 .hero__main { padding: 12rem 0 5rem; }
	.sc_solutions { padding: 4rem 0; }
	.sc_security { padding: 4rem 0; }
	.platform_content_item { padding: 4rem 0; }
	.sc_quote { padding: 4rem 0; }
	.ready.ready-v2 { padding: 4rem 0; }
	.ready.ready-v2 h2 { font-size: 4rem; }
	
	.hero-platform-v2 .hero__main .section__text p br { content: " "; }
}

@media (max-width: 550px) {
	.hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 3.5rem; }
	.sc_quote .section__text > p { font-size: 2.0rem !important; }
	.quote_author { flex-direction: column; align-items: flex-start; gap: 2rem; }
}

/* Demo page */
.hero-demo_v2 { padding-bottom: 0; }
.hero-demo_v2 .hero__main { padding: 17rem 0 8rem; background-color: #34163e; min-height: inherit; }
.hero-demo_v2 .hero__main .row { align-items: flex-start; }
.hero-demo_v2 .hero__main .row > div { margin-top: 0; }
.hero-demo_v2:before { display: none; }
.hero-demo_v2 .section__text { max-width: unset; }
.hero-demo_v2 .section__text .before_title { font-family: "Avenir Next LT Pro"; font-size: 3rem; line-height: 1.15; font-weight: 600; margin-bottom: 2.4rem; }
.hero-demo_v2 .section__text .before_title strong { color: #FE0072; font-weight: 800; }
.hero-demo_v2 .section__text .g-txt { font-size: 5rem; color: #fff; line-height: 1.15; font-weight: 700; margin-bottom: 2.4rem !important; background: unset; -webkit-text-fill-color: unset; }
.hero-demo_v2 .section__text p { font-size: 1.6rem; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 3rem !important; }
.hero-demo_v2 .section__text ul { margin: 0; padding: 0; }
.hero-demo_v2 .section__text ul li { font-size: 1.6rem; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 8px; padding-left: 20px; list-style-type: none; position: relative; }
.hero-demo_v2 .section__text ul li:before { content: ''; width: 12px; height: 10px; display: inline-block; background: url('../images/icon/check_mark.svg') no-repeat center center; margin-right: 12px; position: absolute; left: 0; top: 8px; }

.hero-demo_v2 .hero__form:before { content: ""; position: absolute; left: -20px; top: -10px; background: #fe0072; opacity: 0.3; filter: blur(72px); z-index: 0; width: 700px; height: 414px; transform: rotate(6.5deg); border-radius: 700px; }
.hero-demo_v2 .hero__form .hero__form_inner { padding: 3.2rem 4rem 4rem 4rem; background: #fff; border-radius: 16px; position: relative; z-index: 2; }
.hero-demo_v2 .hero__form .hero__form_inner .hbspt-form { max-width: unset; }
.hero-demo_v2 .hero__form .form_title { font-size: 2rem; color: #1C0624; line-height: 1.35; font-weight: 700; letter-spacing: 0.4px; margin-bottom: 2.8rem; }
.hero-demo_v2 .hero__form fieldset { width: 100%; margin-bottom: 0 !important; gap: 16px; }
.hero-demo_v2 .hero__form fieldset:nth-child(1),
.hero-demo_v2 .hero__form fieldset:nth-child(2),
.hero-demo_v2 .hero__form fieldset:nth-child(3),
.hero-demo_v2 .hero__form fieldset:nth-child(4) { margin-bottom: 1.6rem !important; }
.hero-demo_v2 .hero__form fieldset.form-columns-1 { order: 6; }
.hero-demo_v2 .hero__form .hs_submit { order: 5; width: 100%; margin: 12px 0 28px; }
.hero-demo_v2 .hero__form .hs_submit .actions { width: 100%; }
.hero-demo_v2 .hero__form .hs_submit .actions input { width: 100%; font-size: 1.6rem; }
.hero-demo_v2 .hero__form fieldset > div { margin-right: 0 !important; }
.hero-demo_v2 .hero__form fieldset input,
.hero-demo_v2 .hero__form fieldset select.hs-input { background: #EEF1FA !important; border: 1px solid #D9D9D9 !important; border-radius: 4px !important; padding: 12px !important; font-size: 1.6rem !important; color: #000; }
.hero-demo_v2 .hero__form ::placeholder { color: #7B737E; }
.hero-demo_v2 .hero__form fieldset select.hs-input { color: #000 !important; background-image: url('../images/icon/arrow_down.svg') !important; background-repeat: no-repeat !important; background-position: right 12px center !important; }
.hero-demo_v2 .hs-form .hs-richtext p { font-size: 1.4rem; color: #635A66; line-height: 1.4; font-weight: 500; }

.hero-demo_v2 .hero__extra { background: #fff; padding: 2.4rem 0; }
.hero-demo_v2 .hero__extra .trusted-with-slider { padding: 0; }
.hero-demo_v2 .trusted .section__text:not(:last-child) { margin-bottom: 2.4rem; }
.hero-demo_v2 .hero__extra .section__text h2 { font-size: 2rem; font-family: var(--f-md); font-weight: 500; color: #34163E; }
.hero-demo_v2 .hero__extra .section__text h2 strong { font-family: var(--f-bold); font-weight: 700; }
.hero-demo_v2 .hero__extra .trusted__items { padding: 1rem 0; }
.hero-demo_v2 .hero__extra .trusted .swiper-container { padding: 0; margin: 0; }
.hero-demo_v2 .hero__extra .trusted-with-slider .image { height: auto; }

.new-choose.demo_page .swiper { z-index: 2; }
.new-choose.demo_page .swiper-buttons { position: absolute; top: 50%; width: 100%; margin-top: -18px; z-index: 1; }
.new-choose.demo_page .new-choose_slider .swiper-button { color: #34163E; position: absolute; top: 50%; margin-top: -18px; }
.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-prev { left: -50px; }
.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-next { left: unset; right: -50px; }
.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-disabled { color: #7B737E; opacity: 1; }
.new-choose.demo_page .new-choose_slider .item_logo .image { height: auto; max-height: 4.5rem; }
.new-choose.demo_page .new-choose_slider .item_logo .image img { width: auto; }

.new-choose.demo_page .swiper-pagination { display: none; }

.trusted.whys.inl { height: auto; --whys-padding: 8rem 0 7rem 0; padding: 4rem 0; }
.trusted.whys.inl.bg_white { background: #fff; }
.trusted.whys.inl:before, .trusted.whys.inl:after { display: none; }
.trusted.whys.inl .introducing_logos { max-width: 100%; margin-top: 0; }
.trusted.whys.inl.bg_white .introducing_logos { padding: 0.8rem 0; }

.ready.ready-v2 .button { min-width: 212px; height: 5.6rem; }

@media (max-width: 991px) {
	.hero-demo_v2 .hero__form { margin-top: 4rem; }
	.hero-demo_v2 .hbspt-form { max-width: 100%; }
}

@media (max-width: 767px) {
	.hero-demo_v2 .trusted .section__text:not(:last-child) { margin-bottom: 1.6rem; }
	.hero-demo_v2 .hero__extra .section__text h2 { font-size: 1.6rem !important; max-width: 27.4rem; margin: 0 auto; }
	
	.new-choose.demo_page .swiper-buttons { position: relative; top: unset; margin-top: 2rem; }
	.new-choose.demo_page .swiper-pagination { display: flex; }
	.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-prev { position: relative; left: unset; }
	.new-choose.demo_page .new-choose_slider .swiper-button.swiper-button-next { position: relative; right: unset; }
}

@media (max-width: 450px) {
	.hero-demo_v2 .hero__form fieldset { flex-direction: column; }
}

/* Customers page */
.page-template-template-customers-v2 .header__bottom { background: #EEF1FA; }
.hero-customers-v2 .hero__main { padding: 14rem 0 8rem; background: #EEF1FA; min-height: unset; }
.hero-customers-v2 .hero__main .section__text { color: #15172C; text-align: center; max-width: 70rem; margin: 0 auto; }
.hero-customers-v2 .hero__main .section__text h1.g-txt { font-family: "Avenir Next LT Pro"; font-size: 5rem; color: #34163E; line-height: 1.15; font-weight: 700; margin-bottom: 2.4rem; }
.hero-customers-v2 .g-txt strong { color: #FE0072; font-style: italic; }
.hero-customers-v2 .hero__main .section__text p { font-family: "Avenir Next LT Pro"; font-size: 2rem; line-height: 1.45; font-weight: 500; max-width: unset !important; margin-bottom: 0 !important; }
.hero-customers-v2 .button { padding: 1rem 2.4rem; margin-top: 3.6rem; font-size: 1.6rem; letter-spacing: 0; }
.hero-customers-v2 .button a { line-height: 1.1; text-decoration: none; }
.hero-customers-v2 .button:hover a { color: #fff; }
.hero-customers-v2 .button a:hover { color: #fff; }

.page-template-template-customers-v2 .hero__extra.hero_extra_updated { padding: 2rem 0; }

.section-values { background: #EEF1FA; padding: 30px 0; }
.single_value { text-align: center; padding: 48px 15px; }
.single_value .value { font-size: 50px; color: #FE0072; line-height: 1.16; font-weight: 700; margin-bottom: 2rem; }
.single_value .value_text { font-size: 20px; color: #635A66; line-height: 1.46; font-weight: 500; letter-spacing: 0.4px; }

.featured-stories-v2 { background: #fff; padding: 8rem 0; }
.featured-stories-v2 h2.g-txt { display: block !important; font-family: "Avenir Next LT Pro"; color: #34163E; text-align: center; line-height: 1.35; font-weight: 700; }
.featured-stories-v2 .featured-stories_slider { margin-top: 7rem; }
.featured-stories-v2 .swiper-container { overflow: visible; margin: 0; padding: 0; }
.featured-stories-v2 .swiper-slide { /*max-width: 87.5rem;*/ }
.featured-stories-v2 .fs { border-radius: 12px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); padding: 50px 40px 40px 60px; display: flex; gap: 33px; }
.fs_left { flex: 1; margin-bottom: 0 !important; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 12px 0; }
.fs_left .fs_quote-content { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.fs_left .fs_footer { flex-direction: column; align-items: flex-start; gap: 32px; }
.fs_left .fs_addrs { gap: 8px; }
.fs_left .fs_addrs .line { font-size: 16px; color: #BF1F58; font-weight: 500; margin-bottom: 0; }
.fs_left .fs_addrs .title { font-size: 16px; color: #34163E; font-weight: 500; text-transform: none; margin-right: 0; }
.fs_left .fs_footer .button { font-size: 16px; padding: 0.5rem 2.0rem; }
.fs_right { max-width: 575px; border-radius: 12px; background: #EEF1FA; padding: 40px; }
.fs_right .fs_quote_icon { margin-bottom: 24px; }
.fs_right .fs_text { font-size: 20px; color: #463D4A; font-weight: 500; line-height: 1.4; margin-bottom: 28px; }
.fs_right .fs_quote-author { margin-bottom: 15px; display: flex; align-items: center; gap: 15px; }
.fs_right .fs_quote-image { height: 4.5rem; width: 4.5rem; min-width: unset; border: 1px solid #C4CDE6; }
.fs_right .fs_author { max-width: 220px; color: #1C0624; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.fs_right .fs_logo picture { justify-content: flex-start; }
.fs_right .fs_logo img { max-height: 50px; }

.featured-stories-v2 .swiper-buttons { margin-top: 48px; padding-bottom: 2rem; height: 5rem; justify-content: center; padding-left: 0; transform: unset; }
.featured-stories-v2 .swiper-button-next,
.featured-stories-v2 .swiper-button-prev { display: inline-flex !important; align-items: center; align-content: center; justify-content: center; width: 3.6rem; min-width: 3.6rem; height: 3.6rem; border-radius: 100%; background: #fff; color: #34163E; box-shadow: 0px 0px 21.804122924804688px 0px #50367B1F; font-size: 1.6rem; }
.featured-stories-v2 .swiper-pagination { width: auto; position: relative; bottom: 0; margin: 0 0.5rem; display: flex; align-items: center; align-content: center; justify-content: center; column-gap: 10px; }
.featured-stories-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.featured-stories-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.trusted.whys.inl.bg_grey { background: #EEF1FA; padding: 8rem 0; }
.trusted.whys.inl.bg_grey .section_text { margin-bottom: 4rem; text-align: center; }
.trusted.whys.inl.bg_grey .section_text h2 { font-family: "Avenir Next LT Pro"; font-weight: 700; }
.trusted.whys.inl.bg_grey .introducing_logos { display: flex; justify-content: center; }
.trusted.whys.inl.bg_grey .introducing_logos .image { margin-right: 0; }

.f-stories-slider-section { background: #fff; padding: 8rem 0; }
.f-stories-slider-section .swiper-wrapper { transition-timing-function: linear; }
.f-stories-slider-section .featured-stories-simple { margin-bottom: 0; }
.f-stories-slider-section .featured-stories-simple .swiper { margin-bottom: 0; overflow: visible; }
.featured-stories-simple .fs-simple { padding: 30px 32px; border: 1px solid #DEE4F4; border-radius: 4px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); height: 100%; justify-content: space-between; row-gap: 30px; }
.featured-stories-simple .fs_quote_icon { margin-bottom: 20px; }
.featured-stories-simple .fs-simple_quote-text { font-size: 20px; font-weight: 500; line-height: 1.46; letter-spacing: 0.4px;  }
.featured-stories-simple .fs-simple_quote-author { margin-top: 0; }
.featured-stories-simple .fs-simple_quote-author .name { font-size: 16px; font-weight: 600; line-height: 1.5; }
.featured-stories-simple .fs-simple_quote-author .pos { color: #7B737E; font-weight: 600; line-height: 1.5; }
.featured-stories-simple .fs-simple_quote-author .name { font-size: 16px; font-weight: 600; line-height: 1.5; }
.featured-stories-simple .fs-simple_logo { margin-top: 20px; height: 35px; }
.featured-stories-simple .fs-simple_logo img { max-height: 35px; }

.page-template-template-customers-v2 .ready-v2 .button { min-width: 178px; }

@media (max-width: 991px) {
	.hero-customers-v2 .hero__main .section__text { text-align: center !important; }
	.single_value { padding: 20px 0px; }
	.single_value .value { font-size: 40px; margin-bottom: 1rem; }
}

@media (max-width: 767px) {
	.hero-customers-v2 .hero__main { padding: 4rem 0 6rem; }
	.hero-customers-v2 .hero__main .section__text h1.g-txt { font-size: 28px; margin-bottom: 2rem; }
	.hero-customers-v2 .button { margin-top: 3.2rem; }
	.hero__extra.hero_extra_updated .section__text h2 { font-size: 1.6rem; }
	.single_value .value { font-size: 50px; }
	.featured-stories-v2 { padding: 4rem 0; }
	.featured-stories-v2 h2.g-txt { font-size: 2.4rem; }
	.featured-stories-v2 .featured-stories_slider { margin-top: 2.8rem; }
	.featured-stories-v2 .fs { padding: 24px; flex-direction: column-reverse; gap: 26px; }
	.fs_right { padding: 16px; }
	.fs_right .fs_text p { font-size: 14px !important; font-weight: 600; }
	.fs_left .fs_quote-content p { font-size: 12px !important; font-weight: 600; }
	.fs_left .fs_footer { width: 100%; gap: 16px; align-content: stretch; }
	.fs_left .fs_addrs .line { font-size: 12px; font-weight: 400; }
	.fs_left .fs_addrs .title { font-size: 12px; font-weight: 400; }
	.fs_left .fs_quote-content { font-weight: 400; }
	.fs_left .fs_footer .button { align-self: center; }
	.fs_right .fs_author { flex: 1; }
	.featured-stories-v2 .swiper-pagination { flex-wrap: wrap; row-gap: 30px; column-gap: 8px; }
	.trusted.whys.inl.bg_grey { padding: 4rem 0; }
	.trusted.whys.inl.bg_grey .section_text { margin-bottom: 2.4rem; }
	.trusted.whys.inl.bg_grey .section_text h2 { font-size: 24px; }
	.f-stories-slider-section { padding: 4rem 0; }
	.ready.ready-v2 h2 { font-size: 2.4rem; }
}
/* Customers page */

.wrapper { /*overflow: hidden;*/ }

.hero-thank-alt .hero__decor { position: absolute; right: -450px; top: 110px; width: 600px; height: 400px; transform: rotate(12deg); border-radius: 685px; opacity: 0.3; background: #FE0072; filter: blur(72px); z-index: 1; }
.hero-thank-alt .hero__main { padding: 16rem 0 6rem; }
.hero-thank-alt .section__text { max-width: 950px; margin: 0 auto; text-align: center; }
.hero-thank-alt .section__text h4 { font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 19px; }
.hero-thank-alt .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.hero-thank-alt .video__wrap { position: relative; }

.learn.alt-learn { height: auto; padding: 7rem 0; background-color: #34163E; background-image: url('../images/bg_learn2.png'); background-repeat: no-repeat; background-size: auto 100%; background-position: right -130px top; }
.learn.alt-learn:before { display: none; }
.learn_img { display: flex; justify-content: center; margin-bottom: 2.4rem; display: none; }
.learn_img picture { display: inline-block; position: relative; }
.learn_img picture:before { content: ''; width: 100%; height: 100%; transform: rotate(0.691deg); position: absolute; left: 0; top: -50px; border-radius: 275px; opacity: 0.5; background: #FE0072; filter: blur(72px); z-index: -1; }
.learn.alt-learn .section__text { transform: none; }
.learn.alt-learn h2.g-txt { color: #fff; background: unset; -webkit-text-fill-color: unset; }
.learn.alt-learn h2.g-txt span { color: #FE0072; }
.learn.alt-learn .section__text h2:not(:last-child) { margin-bottom: 0.6rem; }
.learn.alt-learn p { margin-bottom: 2.6rem !important; }
.learn.alt-learn .section__text p:first-of-type { font-size: 1.9rem; margin-bottom: 1.25em !important; }

@media (min-width: 1550px) {
	.learn.alt-learn { background-position: right; }
}

@media (max-width: 991px) {
	.hero-thank-alt .section__text { text-align: center !important; }
	.learn .section__text { transform: none; }
	.learn.alt-learn { padding: 4rem 0; background-image: none; }
	.learn_img { display: block; }
	.learn.alt-learn .section__text { text-align: center !important; max-width: unset; }
	.learn.alt-learn h2.g-txt { font-size: 2.4rem; margin-bottom: 1.2rem !important; }
	.learn.alt-learn h2.g-txt br { content: ' '; }
	.learn .section__text p { max-width: unset; }
}

@media (max-width: 767px) {
	.hero-thank-alt .section__text h4 { font-size: 22px; margin-bottom: 12px; }
	.hero-thank-alt .section__text h1 { font-size: 28px; margin-bottom: 2.4rem; }
}

/* Partnership page */
.hero-partnership-v2 .hero__main { padding: 14rem 0 6rem; }
.hero-partnership-v2 .hero__main .section__text { max-width: 730px; }

.offer-section { padding: 6rem 0; background: #EEF1FA; border-top: 1px solid #B1B9D1; }
.offer-section .section__text h2 { font-family: "Avenir Next LT Pro"; font-size: 45px; color: #34163E; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 20px; }
.offer-section .section__text h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.offer-section .section__text p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

.opportunities-section { padding: 8rem 0; background: #fff; }
.opportunities-section .section__text { text-align: center; }
.opportunities-section .g-txt { color: #34163E; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 0; }
.opportunities-section .g-txt strong { color: #FE0072; }
.opportunities { margin-top: 4rem; }
.opp_item { height: 100%; border-radius: 20px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); padding: 30px 24px; text-align: center; }
.opp_img { margin-bottom: 12px; }
.opp_img picture { display: inline-block; }
.opp_img img { vertical-align: top; }
.opp_text h3 { font-family: "Avenir Next LT Pro"; color: #34163E; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 12px; }
.opp_text p { color: #463D4A; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }

.why-section { padding: 8rem 0; background: #EEF1FA; }
.why-section .section__text h2 { font-family: "Avenir Next LT Pro"; font-size: 45px; color: #34163E; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 35px; }
.why-section .section__text h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.why_items { display: flex; flex-direction: column; gap: 30px; }
.why_item { max-width: 494px; padding-left: 43px; position: relative; }
.why_item svg { position: absolute; left: 0; top: 0; }
.why_item h3 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 5px; }
.why_item p { color: #34163E; font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }
.why_slider { margin-top: 32px; display: none; }
.why_slider .why_item { padding: 11px 19px 20px; background: #fff; border-radius: 11px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); max-width: unset; }
.why_slider .why_item svg { position: relative; margin-bottom: 15px; width: 43px; height: 43px; vertical-align: top; }
.why_slider .why_item h3 { font-size: 18px; }
.why_slider .swiper-buttons { padding-left: unset; transform: none; margin-top: 32px; justify-content: center; }
.why_slider .swiper-pagination { width: auto; margin-top: 0; bottom: unset; }
.why_slider .swiper-button-next, 
.why_slider .swiper-button-prev { display: flex; font-size: 1.8rem; }
.why_slider .swiper-pagination-bullet { background: #D7D5E1; }
.why_slider .swiper-pagination-bullet-active { background: #FE0072; }

.values-section { padding: 9rem 0 8rem; }
.values-section .opp_item { padding: 20px; }
.values-section .opp_text h3 { font-size: 20px; margin-bottom: 5px; }
.values-section .opp_text p { font-weight: 400; }

.start-v2 { background: #34163E; padding: 5.5rem 0; }
.start-v2:before { display: none; }
.start-v2 .row { align-items: center; }
.start-v2 .section__text h2 { color: #F8F9FF; font-family: "Avenir Next LT Pro"; font-size: 51px; font-weight: 700; line-height: 1.3; letter-spacing: 0.51px; }
.start-v2 .section__text h2 strong { color: #FE0072; }
.start-v2 .start_text_c { padding: 0 6.5rem 0 0; border-right: 1px solid #fff; }
.start-v2 .start_form_c { padding: 0 0 0 6.5rem; border-left: 1px solid #fff; margin-left: -1px; }
.start-v2 .form { margin-bottom: 0; }
.start-v2 form fieldset { display: flex; gap: 60px; margin-bottom: 0 !important; }
.start-v2 form fieldset > div { width: auto !important; margin-right: 0 !important; margin-bottom: 4.2rem; float: none !important; position: relative; }
.start-v2 form fieldset > div.legal-consent-container { margin-bottom: 3rem; }
.start-v2 .hs_submit { margin-left: 0; }

@media (max-width: 991px) {
	.start-v2 .section__text h2 { font-size: 40px; }
}

@media (max-width: 767px) {
	.hero-partnership-v2 .hero__main { padding: 8rem 0 4rem; }
	.hero-partnership-v2 .container,
	.offer-section .container,
	.opportunities-section .container,
	.why-section .container,
	.start-v2 .container { padding: 0 2.4rem; }
	.hero-platform-v2 .hero__main .section__text { text-align: left !important; }
	.hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 28px; line-height: 1.3; margin-bottom: 12px; }
	.hero-platform-v2 .button { min-width: 170px; margin-top: 3rem; padding: 0.5rem 1.5rem; }
	.offer-section { padding: 4rem 0; }
	.offer-section .row { gap: 34px; }
	.offer-section .section__text { text-align: center !important; }
	.offer-section .section__text h2 { font-size: 24px; line-height: 1.3; margin-bottom: 12px; }
	.opportunities-section { padding: 4rem 0; }
	.opportunities-section .g-txt { font-size: 24px; text-align: center; }
	.opportunities { margin-top: 3.5rem; gap: 3rem; }
	.why-section { padding: 4rem 0; }
	.why-section .section__text h2 { font-size: 24px; text-align: center; margin-bottom: 32px; }
	.why-section .why_items { display: none; }
	.why_slider { display: block; }
	.start-v2 { padding: 4rem 0; }
	.start-v2 .start_text_c { padding: 0 var(--global-gap); border-right: 0; }
	.start-v2 .section__text h2 { font-size: 28px; text-align: center; }
	.start-v2 .start_form_c { padding: 0 var(--global-gap); border-left: 0; margin-left: 0; }
	.start-v2 .start_form { margin-top: 2.4rem; }
	.start-v2 form fieldset { flex-direction: column; width: 100%; gap: 0; }
	.start-v2 form fieldset > div { margin-bottom: 3rem; }
	.start-v2 .hs_submit { margin: 0 auto; }
}
/* Partnership page */

/* Careers page */
.hero-careers_v2 { background: #34163E; overflow: hidden; }
.hero-careers_v2 .hero__main { padding: 14rem 0 6rem; min-height: unset; }
.hero-careers_v2 .hero__decor { width: 645px; height: 290px; transform: rotate(12.7deg); position: absolute; right: -187px; bottom: -112px; border-radius: 645px; opacity: 0.3; background: #FE0072; filter: blur(154px); }
.hero-careers_v2 .section__text { max-width: unset; }
.hero-careers_v2 h1 { font-family: "Avenir Next LT Pro"; font-size: 66px; line-height: 1.1; font-weight: 700; margin-bottom: 30px !important; }
.hero-careers_v2 p { font-size: 21px; line-height: 1.5; }

.positions_v2 { background: #F8F9FF; padding: 6rem 0; }
.positions_v2 .section__text { text-align: center; }
.positions_v2 .section__text:not(:last-child) { margin-bottom: 42px; }
.positions_v2 .section__text h2 { color: #1C0624; font-family: "Avenir Next LT Pro"; line-height: 1.3; font-weight: 700; letter-spacing: 0.45px; margin-bottom: 6px; }
.positions_v2 .section__text p { color: #1C0624; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.positions_v2 .positions__menu { text-align: center; margin-bottom: 42px; }
.positions_v2 .positions__menu ul a { color: #15172C; font-family: "Avenir Next LT Pro"; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; text-transform: none; border-color: #AFA8B1; border-width: 1px !important; border-left: 1px solid #AFA8B1; border-right: 1px solid #AFA8B1; }
.positions_v2 .positions__menu ul li:not(:last-child) a { margin-right: -1px; }
.positions_v2 .positions__menu ul a.active,
.positions_v2 .positions__menu ul a:hover { color: #fff; background: #FE0072; border-top: 1px solid #FE0072 !important; border-bottom: 1px solid #FE0072 !important; border-left: 1px solid #FE0072 !important; border-right: 1px solid #FE0072 !important; }
.positions_v2 .positions__menu ul li:first-child a,
.positions_v2 .positions__menu ul li:last-child a { border-color: #AFA8B1; }
.positions_v2 .positions__menu ul li:first-child a.active,
.positions_v2 .positions__menu ul li:first-child a:hover { border-left: 1px solid #FE0072 !important; }
.positions_v2 .positions__menu ul li:last-child a.active,
.positions_v2 .positions__menu ul li:last-child a:hover { border-right: 1px solid #FE0072 !important; }
.positions_v2 .positions__menu ul li:has(.active) + li a,
.positions_v2 .positions__menu ul li:has(:hover) + li a { border-left: 1px solid #FE0072 !important; }
.positions_v2 .positions__items { overflow: visible !important; }
.positions_v2 .position { background: #fff; border-radius: 12px; border: 2px solid #EDECF2; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); display: flex; flex-direction: column; gap: 24px; padding: 16px 24px 24px 24px; text-decoration: none; min-height: 300px; }
.positions_v2 .position__head { border-bottom: 1px solid #DEE3F0; padding-bottom: 16px; }
.positions_v2 .position h4 { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #34163E; font-weight: 600; line-height: 1.35; letter-spacing: 0.4px; }
.positions_v2 .position h2 { font-family: "Avenir Next LT Pro"; font-size: 26px; color: #211B22; font-weight: 700; line-height: 1.3; letter-spacing: 0.26px; }
.positions_v2 .position .position__footer { margin-top: auto; }

.opportunity-section { padding: 10rem 0; background: #3C1C60; color: #fff; }
.opportunity-section .section__text { text-align: center; margin-bottom: 36px; }
.opportunity-section .section__text h2 { font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; }
.opportunity-section .section__text h2 strong { color: #FE0072; font-style: italic; font-weight: 900; }

.ready.ready-v2.ready-v3 { padding: 8rem 0; }
.ready.ready-v2.ready-v3 h2 { font-size: 36px; line-height: 1.3; font-weight: 600; }
.ready.ready-v2.ready-v3 .button { min-width: unset; padding: 5px 35px; }
/* Careers page */
