/*new blog redesign*/

:root {
	--bg-blue-v2: #EEF1FA;
	--bg-lightblue-v2: #DEE4F4;
}

#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;
  }
	
	.powered .row { margin-bottom: 0 !important; }
	.powered .row > div { margin-bottom: 0 !important; }
	.powered .section__text p { margin-bottom: 0 !important; }
	.powered .image { display: none; }
}

.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;*/ padding: 11rem 0 5rem; min-height: unset; }
.section.hero.hero_resources .section__text { text-align: center !important; }
.hero_resources .hero__main h1.g-txt { font-size: 5.0rem; color: #fff; background: unset; -webkit-text-fill-color: unset; /*margin-bottom: 2.8rem;*/ margin-bottom: 1.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; }

@media (max-width: 767px) {
	.section.hero.hero_resources .section__text { text-align: left !important; }
	.section.hero.hero_resources .section__text p br { content: ' '; }
}

/* 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: 650px; margin: 0 auto; text-align: center !important; }
html[lang="ja"] .hero-platform-v2 .hero__main .section__text { max-width: 710px; }
.hero-platform-v2 .hero__main .section__text h1.g-txt { font-family: "Avenir Next LT Pro"; font-size: 5rem; font-weight: 700; margin-bottom: 2rem; }
.hero-platform-v2 .g-txt strong { color: #FE0072; font-weight: 700; }
.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 { height: 42px; margin-top: 4rem; padding: 10px 24px; font-size: 16px; letter-spacing: 0; }
.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%; font-family: "Avenir Next LT Pro"; color: #1C0624; line-height: 1.3; text-align: center; font-weight: 700; }
.sc_solutions .g-txt strong { color: #FE0072; font-weight: 700; }
.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-family: "Avenir Next LT Pro"; font-size: 20px; color: #1C0624; line-height: 1.35; font-weight: 700; 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 { font-family: "Avenir Next LT Pro"; color: #34163E; line-height: 1.3; font-weight: 700; 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" !important; 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;*/ border-bottom: 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 { font-family: "Avenir Next LT Pro"; color: #34163E; line-height: 1.3; font-weight: 700; 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%; }
.c_item_fullwidth .section__text { text-align: center; max-width: 930px; margin: 0 auto; }
.c_item_fullwidth .section_images { margin-top: 50px; display: flex; justify-content: center; gap: 65px; }

.sc_quote { padding: 12rem 0; background: #fff; }
.sc_quote .row { align-items: center; 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; }
html[lang="ja"] .sc_quote .section__text > p { font-size: 3rem; }
.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; font-weight: 700; letter-spacing: 0.36px; margin-bottom: 3.6rem !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; }
html[lang="ja"] .ready.ready-v2 .offset-xl-3.col-xl-6 { width: 100%; margin-left: 0; }

@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: 650px !important; }
	html[lang="ja"] .hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 4.5rem; }
}

@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; }
	
	.hero-platform-v2 .hero__main .section__text p br { content: " "; }
	html[lang="ja"] .hero-platform-v2 .hero__main .section__text h1.g-txt { font-size: 28px; }
	
	.sec_item_top { gap: 1rem; }
	.sec_item_text h4 { font-size: 2.0rem; }
	.sec_item_text p { font-size: 1.4rem !important; }
	.sec_item_img { margin-top: 1rem; }
	
	.c_item_fullwidth .section_images { flex-direction: column; gap: 4rem; margin-top: 4rem; }
}

@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: 2.4rem;*/
	font-size: 3rem;
	line-height: 1.15;
	font-weight: 600;
	/*margin-bottom: 1.8rem;*/
	margin-bottom: 2.4rem;
}
.hero-demo_v2 .section__text .before_title strong { color: #FE0072; font-weight: 800; font-style: italic; }
.hero-demo_v2 .section__text .g-txt {
	font-size: 5rem;
	color: #fff;
	line-height: 1.15;
	font-weight: 700;
	/*margin-bottom: 3.4rem !important;*/
	margin-bottom: 2.4rem !important;
	background: unset;
	-webkit-text-fill-color: unset;
}
.hero-demo_v2 .section__text p {
	/*font-size: 2.4rem;*/
	font-size: 2rem;
	line-height: 1.35;
	letter-spacing: 0.32px;
	margin-bottom: 3rem !important;
}
.hero-demo_v2 .section__text ul {
	/*max-width: 410px;*/
	margin: 0;
	padding: 0;
	/*margin-top: 3.6rem;*/
}
.hero-demo_v2 .section__text ul li {
	/*font-size: 2.0rem;*/
	font-size: 1.8rem;
	line-height: 1.35;
	letter-spacing: 0.32px;
	margin-bottom: 8px;
	padding-left: 23px;
	list-style-type: none;
	position: relative;
	margin-bottom: 1.8rem;
}
.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;*/
	top: calc(50% - 5px);
}

.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,
.hero-demo_v2 .hero__form fieldset textarea { 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,
.hero-demo_v2 .hs-form .hs-richtext p { font-size: 1.4rem; color: #635A66; line-height: 1.4; font-weight: 500; }
.hero-demo_v2 .hs-form .hs-richtext a { color: #FE0072; }
.hero-demo_v2 .hero__form fieldset:has(div[style="display: none;"]) { /*display: none;*/ }
.hero-demo_v2 .hbspt-form .hs-form-field > label { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.25; letter-spacing: 0.32px; margin-bottom: 7px; }
.hero-demo_v2 .hbspt-form .hs-form-field > label .hs-form-required { color: #FE0072; margin-left: 2px; }
.hero-demo_v2 .hbspt-form .hs-form-field > label:has(span:empty) { display: none; }
.hero-demo_v2 .hero__form fieldset > div { width: 100% !important; float: none !important; flex: unset; }

/* Common form styles */
.hero__form .hbspt-form form .hs_submit .actions { width: 100%; }
.hero__form .hbspt-form form .hs_submit .actions input { width: 100%; height: 52px; font-size: 2.0rem; }
.hero__form .hbspt-form form fieldset > div { margin-right: 0 !important; }
.hero__form .hbspt-form form fieldset input,
.hero__form .hbspt-form form fieldset select.hs-input,
.hero__form .hbspt-form form fieldset textarea { 
	background-color: #EEF1FA !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 4px !important;
	padding: 12px !important;
	font-size: 1.6rem !important;
	color: #000;
}
.hero__form .hbspt-form form ::placeholder { color: #7B737E; }
.hero__form .hbspt-form form fieldset select { transition: 0.3s ease-in-out; }
.hero__form .hbspt-form form fieldset input.error,
.hero__form .hbspt-form form fieldset select.error,
.hero__form .hbspt-form form fieldset textarea.error { border-color: #BF1F58 !important; }
.hero__form .hbspt-form form fieldset input:hover,
.hero__form .hbspt-form form fieldset input:focus,
.hero__form .hbspt-form form fieldset select:hover,
.hero__form .hbspt-form form fieldset select:focus,
.hero__form .hbspt-form form fieldset textarea:hover,
.hero__form .hbspt-form form fieldset textarea:focus { border-color: #7344A9 !important; }
.hero__form .hbspt-form form fieldset textarea { height: 78px; resize: none; }

.hero__form .hbspt-form .input:has(.select2) select { display: none; }
.hero__form .hbspt-form .input .select2-container { width: 100% !important; }
.hero__form .hbspt-form .select2 .select2-selection--single { height: auto; background-color: #EEF1FA; border: 1px solid #D9D9D9; border-radius: 4px; padding: 12px; font-size: 1.6rem; color: #000; }
.hero__form .hbspt-form .select2 .select2-selection--single .select2-selection__rendered { color: #000; line-height: 1.2; padding: 0; }
.hero__form .hbspt-form .select2 .select2-selection--single .select2-selection__arrow { height: 100%; top: 0; right: 12px; }
.hero__form .hbspt-form .select2 .select2-selection--single .select2-selection__arrow b { width: 20px; height: 20px; background-color: unset; background-image: url(../images/icon/arrow_down.svg); background-repeat: no-repeat; background-position: center center; border: 0; margin: 0; left: 0; margin-top: -10px; }
.hero__form .hbspt-form .select2.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotateX(180deg); }
.select2-container .select2-search { display: none; }
.select2-container .select2-dropdown--below { border: 1px solid #AFA8B1 !important; border-radius: 4px; border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; margin-top: 4px; }
.select2-container .select2-results__options { scrollbar-color: grey white; scrollbar-width: thin; padding: 4px; }
.select2-container .select2-results__options li { margin-bottom: 4px; padding: 7px 12px; }
.select2-container .select2-results__option[aria-selected=true] { background-color: unset !important; background-image: url(../images/icon/select_checkmark.svg); background-repeat: no-repeat; background-position: right 8px center; }
.select2-container .select2-results__option--highlighted[aria-selected] { color: #323338 !important; background-color: #EEF1FA !important; border-radius: 4px; }
/* Common form styles */

.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 { display: flex; 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 .row > div { margin-top: 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 { height: 4.2rem; }

@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; }
	.hero-demo_v2 .section__text .before_title { font-size: 2.2rem; margin-bottom: 1.4rem; }
	.hero-demo_v2 .section__text .g-txt { font-size: 3.2rem; margin-bottom: 2.0rem !important; }
	.hero-demo_v2 .section__text p { margin-bottom: 2.2rem !important; }
	.hero-demo_v2 .section__text ul { margin-top: 0; }
	.hero-demo_v2 .section__text ul li { font-size: 1.6rem; }
	.hero-demo_v2 .hero__form { margin-top: 3rem; }
	.hero-demo_v2 .hero__form .hero__form_inner { padding: 2rem; }
	.hero-demo_v2 .hero__form .form_title { text-align: center; }
	
	.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; }
.hero-customers-with_bg { overflow: hidden; }
.hero-customers-with_bg .hero__main { background: url('../images/hero_customers_bg.png') no-repeat left top 88px, url('../images/hero_customers_bg.png') no-repeat right top 88px, #34163E; }
.hero-customers-with_bg .hero__main:before { content: ''; width: 100%; height: 88px; position: absolute; left: 0; top: 0; z-index: 10; background: #34163E; }
.hero-customers-with_bg .section__text:before { content: ''; border-radius: 975px; background: #34163E; filter: blur(92px); width: 150%; height: 160%; position: absolute; left: -25%; top: -30%; z-index: -1; }

.page-template-template-customers-v2 .hero__extra.hero_extra_updated { padding: 2rem 0; }

.section-values { background: #EEF1FA; padding: 30px 0; }
.section-values .single_value { text-align: center; padding: 19px 15px; }
.section-values .single_value .value { font-size: 50px; color: #34163E; line-height: 1.16; font-weight: 700; margin-bottom: 1.2rem; }
.section-values .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 { display: block !important; font-family: "Avenir Next LT Pro"; color: #34163E; text-align: center; line-height: 1.35; font-weight: 700; }
.featured-stories-v2 h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.featured-stories-v2 .featured-stories_slider { margin-top: 7rem; }
.featured-stories-v2 .swiper-container { overflow: visible; margin: 0; padding: 0; height: auto; }
.featured-stories-v2 .swiper-slide { /*max-width: 87.5rem;*/ height: auto; }
.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; }
.fs_block { margin-top: 6rem; }
.all_fs { display: flex; flex-wrap: wrap; row-gap: 70px; column-gap: 30px; }
.single_fs, .single_fs_slide { padding: 24px 0px; border-radius: 5px; border: 1px solid #EDECF2; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); display: flex; flex-direction: column; }
.single_fs { width: calc((100% - 60px) / 3); }
.single_fs.hide { display: none; }
.single_fs_top { padding: 0 24px 11px; }
.single_fs_top picture { display: inline-block; }
.single_fs_top img { height: 30px; object-fit: contain; vertical-align: top; }
.single_fs_top .fs_logo { margin-bottom: 15px; }
.single_fs_top .fs_text { font-size: 16px; color: #211B22; font-style: italic; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 8px; }
.single_fs_top .fs_author { color: #261A48; font-family: "Avenir Next LT Pro"; font-size: 16px; font-weight: 700; line-height: 1.3; }
.single_fs_middle { margin-top: auto; }
.single_fs_middle .fs_values { background: #EEF1FA; padding: 26px 24px; min-height: 226px; }
.featured-stories-v2 .featured-stories_slider { display: none; }
.fs_values { display: flex; flex-direction: column; gap: 20px; }
.fs_value .value { color: #FE0072; font-size: 25px; font-weight: 700; line-height: 1.4; letter-spacing: 0.25px; }
.fs_value .text { color: #34163E; font-size: 15px; line-height: 1.4; letter-spacing: 0.6px; }
.single_fs_bottom { padding: 18px 24px 0; display: flex; justify-content: space-between; align-items: center; }
.single_fs_bottom .fs_tag { color: #BF1F58; font-size: 16px; }
.single_fs_bottom .button { color: #FE0072; font-size: 14px; font-weight: 700; background: transparent; padding: 8px 16px; }
.single_fs_bottom .button:hover { background: #FE0072; color: #fff; }
.fs_load_more { margin-top: 7rem; text-align: center; }
.fs_load_more a { color: #34163E; font-size: 20px; font-weight: 600; line-height: 1.3; text-decoration: underline; display: inline-flex; align-items: center; gap: 12px; }
.fs_load_more a:hover { text-decoration: none; }

.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.f-stories-slider-section-v2 { background: #fff; padding: 8rem 0; }
.f-stories-slider-section.f-stories-slider-section-v2 .section__text { text-align: center !important; margin-bottom: 42px; }
.f-stories-slider-section.f-stories-slider-section-v2 .section__text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.f-stories-slider-section.f-stories-slider-section-v2 .section__text h2 strong { color: #FE0072; font-weight: 700; }
.f-stories-slider-section .swiper-wrapper { transition-timing-function: linear; }
.f-stories-slider-section .featured-stories-simple { margin-bottom: 0; margin: 0; }
.f-stories-slider-section .featured-stories-simple > div { padding: 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; }

.fs_desktop_slider { margin-bottom: 0 !important; }
.fs_mobile_slider { display: none; margin-bottom: 0 !important; }
.fs_desktop_slider .fs-simple { box-shadow: unset; }
.marquee-wrapper {
  width: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.marquee-content {
  position: relative;
  /*width: 100%;*/
  display: flex;
  align-items: stretch;
  gap: 3.2rem;
  padding-right: 2rem;
  animation: marquee 32s linear infinite;
}
.marquee-content .fs-slide {
	min-height: 100%;
}
.pause {
  animation-play-state:paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.page-template-template-customers-v2 .ready-v2 .button { min-width: 178px; }

@media (max-width: 1199px) {
	.hero-customers-with_bg .hero__main:before { height: 80px; }
	.hero-customers-with_bg .hero__main { background: url(../images/hero_customers_bg.png) repeat left top, #34163E; }
}

@media (max-width: 991px) {
	.hero-customers-v2 .hero__main .section__text { text-align: center !important; }
	.section-values .single_value { padding: 20px 0px; }
	.section-values .single_value .value { font-size: 40px; margin-bottom: 1rem; }
	
	.single_fs_bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@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-customers-with_bg .hero__main { background: url(../images/hero_customers_bg_mob.png) repeat-x left bottom, #34163E; }
	.hero-customers-with_bg .section__text:before { filter: blur(50px); width: 120%; height: 120%; left: -10%; top: -30%; }
	.hero__extra.hero_extra_updated .section__text h2 { font-size: 1.6rem; }
	.section-values .single_value .value { font-size: 50px; }
	.f-stories-slider-section.f-stories-slider-section-v2 { padding: 4rem 24px; }
	.featured-stories-v2 { padding: 4rem 0; }
	.featured-stories-v2 .section_text { max-width: 280px; margin: 0 auto; }
	.featured-stories-v2 h2 { font-size: 2.4rem; }
	.featured-stories-v2 .fs_block, .featured-stories-v2 .fs_load_more { display: none; }
	.featured-stories-v2 .featured-stories_slider { display: block; margin-top: 2.8rem; }
	.featured-stories-v2 .fs { padding: 24px; flex-direction: column-reverse; gap: 26px; }
	.featured-stories-v2 .single_fs_slide { height: 100%; }
	.featured-stories-v2 .swiper-buttons { column-gap: 1rem; justify-content: space-between; }
	.featured-stories-v2 .swiper-button-next, .featured-stories-v2 .swiper-button-prev { width: 1.6rem; min-width: 1.6rem; height: 30px; }
	.featured-stories-v2 .swiper-pagination { flex-wrap: wrap; row-gap: 20px; column-gap: 2px; margin: -5px; }
	.featured-stories-v2 .swiper-pagination-bullet { margin: 0 2px !important; }
	.fs_desktop_slider { display: none; }
	.fs_mobile_slider { display: block; }
	.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; }
	.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 h2,
	.ready.ready-v2 h2 { font-size: 2.4rem; max-width: 288px; margin-left: auto; margin-right: auto; margin-bottom: 2.4rem !important; }
	.ready .button,
	.ready.ready-v2 .button { min-width: unset; padding: 10px 28px !important; font-size: 16px; letter-spacing: 0; }
	.ready.ready-v2 .button__content,
	.ready .button__content { height: auto; line-height: 1; }
}
/* 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-color: #EEF1FA; 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: #34163E; 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 { font-size: 1.9rem; color: #34163E; margin-bottom: 1.25em !important; }
.learn.alt-learn .button { font-size: 16px; height: 42px; padding: 0px 22px; }

.ready.ready-v2.ready-thank-alt { background: #34163E; }

@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 { max-width: unset; }
	.learn.alt-learn .section__text .learn_img { text-align: center !important; }
	.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; }
	.learn.alt-learn .section__text p:first-of-type { margin-bottom: 24px !important; }
	.learn.alt-learn .button { height: 42px; padding: 10px 28px; }
}

@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; font-weight: 700; }
.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; }
.start-v2 .hs_submit input.hs-button { font-size: 16px; text-transform: none; padding: 10px 24px; }

@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 */
.single-career-link { display: none; }

.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; font-weight: 500; }

.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__items > div.hide { display: none; }
.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; color: #34163E; }
.positions_v2 .show_more_careers { text-align: center; }
.positions_v2 .show_more_careers a { font-size: 16px; color: #FE0072; font-weight: 500; text-decoration: none; }
.positions_v2 .show_more_careers a i { font-size: 12px; margin-left: 5px; }
.careers_comeet_widget iframe { height: auto !important; min-height: unset !important; }
.share_pos { margin-top: 5rem; }
.share_inner { display: flex; gap: 8px; justify-content: center; align-items: center; }
.share_inner p { margin-bottom: 0; }
.share_inner .title { color: #211B22; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-right: 28px; }
.share_inner a { display: inline-flex; width: 88px; height: 56px; justify-content: center; align-items: center; border-radius: 8px; border: 1px solid #DEE4F4; background: #FFF; transition: 0.3s; }
.share_inner a:hover { background: #F8F9FF; border-color: #3C1C60; }
.employee_block { margin-top: 48px; text-align: center; }
.emp_head { display: inline-flex; color: #7B737E; font-size: 18px; font-weight: 600; line-height: 1.4; gap: 10px; align-items: center; cursor: pointer; }
.emp_head svg { transition: 0.3s; }
.emp_head.open svg { transform: rotateX(180deg); }
.emp_body { max-width: 500px; margin: 0 auto; padding-top: 50px; display: none; }
.emp_body h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 22px; font-weight: 600; line-height: 1.45; letter-spacing: 0.44px; }
.emp_body p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; margin-bottom: 26px; }
.emp_body a { color: #FE0072; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }

.opportunity-section { padding: 10rem 0; background: #3C1C60; color: #fff; }
.opportunity-section .row { align-items: center; }
.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; }
.opportunity-section .text { max-width: 485px; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.opportunity-section .text strong { color: #FE0072; font-style: italic; font-weight: 900; }
.frame_block { border: 3px solid #7344A9; border-left-width: 12px; border-radius: 8px; padding: 40px 35px; position: relative; overflow: hidden; }
.frame_inner { min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; }
.frame_inner h3 { font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 39px; margin-bottom: 12px; }
.frame_inner p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.frame_inner .button { margin-top: auto; margin-bottom: 35px; }
.frame_logo { width: 50%; min-width: 257px; max-width: 257px; aspect-ratio: 1.35; background-image: linear-gradient(to right bottom, rgba(0,0,0,0) 50%, #fff 50%); position: absolute; right: -3px; bottom: -3px; }
.frame_logo img { position: absolute; right: 15px; bottom: 30px; }

.play-v2 { padding: 8.8rem 0; background: #EEF1FA; }
.play-v2 .row { align-items: center; }
.play-v2 .text h2 { color: #1C0624; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 36px; }
.play-v2 .text h2 strong { color: #FE0072; font-weight: 700; }
.play-v2 .text p { color: #1C0624; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.play-v2 .text p strong { color: #FE0072; font-style: italic; font-weight: 900; }
.play-v2 .image img { border-radius: 8px; vertical-align: top; }

.whys-v2 { padding: 8rem 0; background: #fff; }
.whys-v2:before, .whys.whys-v2:after { display: none; }
.whys-v2 .section__text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 45px; text-align: center; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.whys-v2 .section__text h2 strong { color: #FE0072; font-style: italic; font-weight: 900; }
.whys-v2 .swiper-container { overflow: visible; }
.whys-v2 .swiper-container .swiper-wrapper,
.whys-v2 .swiper-container .swiper-slide { height: auto; }
.whys-v2 .why { height: 100%; border-radius: 12px; border: 2px solid #EDECF2; background: #F8F9FF; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); filter: unset; overflow: hidden; }
.whys-v2 .why__side-left { padding: 44px 44px 44px 80px; background: inherit; }
.whys-v2 .why__side-left h3 { color: #2A233C; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 800; line-height: 1.35; font-style: unset; letter-spacing: 0.56px; margin-bottom: 12px; }
.whys-v2 .why__side-left p { color: #1C0624 !important; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.whys-v2 .why__side-right { width: 40%; }
.whys-v2 .why__side-right picture { height: 100%; }
.whys-v2 .why__side-right img { width: 100%; height: 100%; object-fit: cover; }
.whys-v2 .swiper-buttons { margin-top: 2rem; height: 3.6rem; width: 100%; justify-content: center; padding-left: 0; transform: unset; }
.whys-v2 .swiper-button-next, .whys-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;
}
.whys-v2 .swiper-button-next, .whys-v2 .swiper-button-prev {
    box-shadow: none;
}
.whys-v2 .swiper-pagination {
    margin-top: 0;
    width: auto;
    margin: 0 0.5rem;
    column-gap: 10px;
}
.whys-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.whys-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.life-section { padding: 8rem 0; background: #DEE4F4; }

.ready.ready-v2.ready-v3 { padding: 8rem 0; }
.ready.ready-v2.ready-v3 h2 { font-size: 36px; line-height: 1.15; font-weight: 600; }
.ready.ready-v2.ready-v3 .button { min-width: unset; padding: 5px 35px; }

.single-career-hero { padding-top: 13rem; background: #F8F9FF; }
.sch_wrapper { border-radius: 16px; background: #FFF; padding: 44px 24px 32px; }
.ci_dep_mob { display: block; padding-bottom: 12px; border-bottom: 1px solid #DEE3F0; margin-bottom: 16px; }
.sch_wrapper h2 { color: #222; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 8px; }
.career_info { display: flex; gap: 37px; padding: 8px 0; }
.ci_block { display: flex; align-items: center; gap: 12px; height: 40px; color: #635A66; font-family: "Avenir Next LT Pro"; font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: 0.32px; position: relative; }
.ci_block:not(:last-child):after { content: ''; width: 5px; height: 5px; background: #FE0072; border-radius: 5px; display: block; position: absolute; right: -21px; top: calc(50% - 2.5px); }
.single-career { padding: 2rem 0 6rem; background: #F8F9FF; }
.career_content { padding: 0 24px; }
.all_jobs:first-child { margin-bottom: 32px; }
.all_jobs:last-child { margin-top: 50px; }
.all_jobs a { color: #FE0072; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 600; text-decoration: none; line-height: normal; display: flex; align-items: center; gap: 2px; }
.all_jobs a:hover { text-decoration: underline; }
.career_content h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; }
.career_content h3 svg { display: none; }
.career_content p, .career_content li { font-size: 16px; font-weight: 500; line-height: 1.4; letter-spacing: 0.32px; }
.career_content ul { padding-left: 16px; }
.career_content li:not(:last-child) { margin-bottom: 10px; }
.career_content li::marker { color: #B1B9D1; font-size: 18px; line-height: 14px; }
.career_sidebar { padding: 0 16px; }

@media (max-width: 991px) {
	.whys-v2 .why { flex-direction: row; }
	
	.frame_logo { min-width: 220px; }
	.frame_logo img { right: 10px; bottom: 20px; }
}

@media (max-width: 767px) {
	.hero-careers_v2 .container { padding: 0 24px; }
	.hero-careers_v2 .hero__main { padding-top: 12rem; }
	.hero-careers_v2 .section__text { text-align: center !important; }
	.positions_v2 .section__text:not(:last-child) { margin-bottom: 32px; }
	.hero-careers_v2 h1 { font-size: 28px; margin-bottom: 12px !important; }
	.hero-careers_v2 .hero__main .image { margin-top: 3.8rem !important; padding: 0 28px; }
	
	.positions_v2 { padding: 4rem 0 2rem; }
	.positions_v2 .container { padding: 0 24px; }
	.positions_v2 .section__text { text-align: center !important; }
	.positions_v2 .section__text h2 { font-size: 24px; }
	.positions_v2 .positions__menu { margin-bottom: 20px; }
	.positions_v2 .positions__menu ul { justify-content: center; }
	.positions_v2 .positions__menu ul li { flex: unset; }
	.positions_v2 .positions__menu ul a { padding: 10px 12px; }
	.positions_v2 .positions__menu ul a.active { text-shadow: 0px 0px 1px #fff; }
	.positions_v2 .positions__items > div { margin-bottom: 2rem !important; }
	.positions_v2 .position { min-height: unset; }
	.positions_v2 .position h4 { font-size: 16px; }
	.positions_v2 .position h2 { font-size: 18px; }
	
	.opportunity-section { padding: 4rem 0; }
	.opportunity-section .container { padding: 0 25px; }
	.opportunity-section .section__text h2 { font-size: 24px; text-align: center; margin-bottom: 24px; }
	.opportunity-section .section__text h2 strong { font-size: 28px; }
	.frame_block { margin-top: 20px; border-left-width: 3px; padding: 20px; }
	.frame_inner { min-height: 260px; }
	.frame_inner h3 { font-size: 18px; margin-bottom: 8px; }
	.frame_inner .button { margin-top: 10px; margin-bottom: 0; }
	
	.play-v2 { padding: 4rem 0; }
	.play-v2 .container { padding: 0 25px; }
	.play-v2 .text h2 { font-size: 24px; margin-bottom: 24px; }
	.play-v2 .image { margin-top: 24px; }
	.play-v2 .image img { width: 100%; }
	
	.whys-v2 { padding: 4rem 0; }
	.whys-v2 .container { padding: 0 25px; }
	.whys-v2 .section__text:not(:last-child) { margin-bottom: 24px; }
	.whys-v2 .section__text h2 { font-size: 24px; }
	.whys-v2 .section__text h2 strong { font-size: 28px; }
	.whys-v2 .why { flex-direction: column; }
	.whys-v2 .why__side-left { padding: 32px !important; gap: 12px; }
	.whys-v2 .why__side-left h3 { font-size: 24px; }
	.whys-v2 .why__side-right { width: 100%; }
	.whys-v2 .why__side-right img { vertical-align: top; }
	
	.single-career-link { display: block; padding-top: 9rem; background: #F8F9FF; }
	.single-career-link .container { padding: 0 25px; }
	.single-career-link a { color: #FE0072; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 600; text-decoration: none; line-height: normal; display: flex; align-items: center; gap: 2px; }
	.single-career-hero { padding: 3rem 0; }
	.single-career-hero .container { padding: 0 25px; }
	.single-career { padding: 0rem 0 4rem; }
	.single-career .container { padding: 0 25px; }
	.single-career .row { flex-direction: column-reverse; }
	.sch_wrapper { padding: 16px 24px 24px; }
	.sch_wrapper h2 { font-size: 18px; }
	.career_info { /*flex-direction: column;*/ gap: 14px; padding: 0; margin-top: 40px; }
	.ci_block:not(:last-child):after { /*display: none;*/ right: -10px; }
	.ci_block { font-size: 14px; height: unset; gap: 4px; }
	.career_info .ci_dep { display: none; }
	.career_content { padding: 24px 0 0 0; }
	.all_jobs:first-child { display: none; }
	/*.career_desc_block { border-top: 1px solid #DEE3F0; }
	.career_desc_block:last-child { border-bottom: 1px solid #DEE3F0; }*/
	.career_content h3 { padding: 16px 0; font-size: 22px; margin-bottom: 0; display: flex; justify-content: space-between; align-items: center; }
	/*.career_content h3 svg { display: inline; }
	.career_desc_text { display: none; }*/
	
	.ready.ready-v2.ready-v3 { padding: 4rem 0; }
	.ready.ready-v2.ready-v3 h2 { font-size: 2.4rem; }

}

@media (max-width: 400px) {
	.positions_v2 .positions__menu ul a { font-size: 11px; padding: 10px 5px; }
	
	.frame_inner { min-height: 300px; }
}
/* Careers page */

/* Trust page */
.hero_links { margin-top: 26px; padding: 5px 0; display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; }
.hero_links a { color: #FE0072; font-size: 20px; line-height: 16px; letter-spacing: 0.4px; text-decoration: none;  border-bottom: 2px solid #FE0072; display: inline-block; position: relative; }
.hero_links a:not(:last-child) { /*padding-right: 32px; margin-right: 32px; border-right: 2px solid #fff;*/ }
.hero_links a:not(:last-child):after { content: ''; width: 2px; height: 20px; background: #fff; display: inline-block; position: absolute; right: -32px; top: 0; }

.text-block.text-block-v2 { padding: 6rem 0; background-image: unset !important; min-height: unset; }
.text-block.text-block-v2 .row { align-items: center; }
.text-block.text-block-v2 h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 20px; }
.text-block.text-block-v2 p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; max-width: 486px; }
.text-block.text-block-v2 p:not(:last-child) { margin-bottom: 20px; }
.text-block.text-block-v2 .button { height: 4.2rem; }
.trusted.whys.tms { background: #fff; padding: 6rem 0; height: auto; }
.trusted.whys:after, .trusted.whys:before { --after-height: 55rem; display: none; }
.trusted.whys .swiper-container { overflow: visible; }
.trusted.whys .trust { border-radius: 1.2rem; overflow: hidden; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); border: 2px solid #EDECF2; filter: unset; }
.trusted.whys.tms .trust__side-left { background: #fff; color: #2A233C; border-right: 2px solid #EDECF2; row-gap: 1.6rem; }
.trusted.whys.tms .trust__side-left blockquote { font-weight: 700; font-style: normal; margin-bottom: 1.2rem; }
.trusted.whys.tms .trust__side-right { background: #F7F6FA; text-align: center; row-gap: 0; }
.trusted.whys.tms .trust__side-right .trust__percentage { width: 100%; font-size: 8.5rem; font-weight: 700; color: #FE0072; background: unset; -webkit-text-fill-color: unset; }
.trusted.whys.tms .trust__side-right p { font-size: 3rem; color: #2A233C; font-weight: 500; line-height: 1.3; -webkit-line-clamp: unset; }
.trusted.whys:after { clip-path: polygon(0 0, 100% 0, 100% 65%, 0 5%); }
.trusted.whys.tms h2.g-txt { color: #34163E; line-height: 1.3; letter-spacing: 0.45px; background: unset; -webkit-text-fill-color: unset; }
.trusted.whys.tms h2.g-txt span { color: #FE0072; }
.trusted.whys.tms .swiper-button-next, 
.trusted.whys.tms .swiper-button-prev { box-shadow: none; }
.trusted.whys.inl { padding: 4rem 0; }
.trusted.whys.inl .introducing_logos { margin-top: 0; }
.trusted.whys .swiper-buttons { padding-left: 0 !important; transform: none; margin-top: 2rem; height: 3.6rem; width: 100%; justify-content: center;  }
.trusted.whys .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px; }
.trusted.whys .swiper-button-next,
.trusted.whys .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; }
.trusted.whys .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.trusted.whys .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.f-stories-slider-section-v2 { padding: 4rem 24px; }
.f-stories-slider-section-v2 .swiper-buttons { padding-left: 0 !important; transform: none; margin-top: 4rem; margin-bottom: 0; height: 3.6rem; width: 100%; justify-content: center; display: none; }
.f-stories-slider-section-v2 .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px; bottom: unset; }
.f-stories-slider-section-v2 .swiper-button-next,
.f-stories-slider-section-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; }
.f-stories-slider-section-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.f-stories-slider-section-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.trusted.whys.trusted_light { padding: 8rem 0; background: #EEF1FA; }
.trusted.whys.trusted_light h2 { color: #34163E; text-align: center; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.35; margin-bottom: 4rem; }
.trusted.whys.trusted_light .image:not(:last-child) { margin-right: 2.4rem; }

.recognitions.recognitions-v2 { background: #DEE4F4; padding: 6rem 0 9rem; }
.recognitions.recognitions-v2 .section_text { text-align: center; margin-bottom: 0; }
.recognitions.recognitions-v2 .section_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 12px; }
.recognitions.recognitions-v2 .section_text p { color: #34163E; font-size: 20px; line-height: 1.35; letter-spacing: 0.4px; max-width: 80rem; margin: 0 auto; }
.recognitions_slider { margin-top: 26px; position: relative; }
.recognitions_slider .swiper-container { overflow: visible; }
.recognitions_slider .swiper-slide { height: auto; opacity: 0; transition: opacity 0.5s; }
.recognitions_slider .swiper-slide.swiper-slide-active,
.recognitions_slider .swiper-slide.swiper-slide-next,
.recognitions_slider .swiper-slide.swiper-slide-next + .swiper-slide { opacity: 1; }
.recognitions_slide { height: 100%; background: #FFF; padding: 30px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); border-radius: 12px; }
.recognitions_slide .image { height: 86px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; }
.recognitions_slide .image picture { display: contents; }
.recognitions_slide .image img { max-height: 100%; }
.recognitions_slide .text { color: #34163E; text-align: center; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; }
.recognitions_slider .swiper-button-prev, .recognitions_slider .swiper-button-next { width: 50px; height: 50px; background: #FFF; filter: drop-shadow(0px 0px 30px rgba(80, 54, 123, 0.12)); font-size: 12px; color: #000; position: absolute; top: calc(50% - 25px); border-radius: 50px; }
.recognitions.recognitions-v2 .swiper-buttons { position: static; padding: 0; transform: unset; height: auto; }
.recognitions_slider .swiper-button-prev { left: -75px; }
.recognitions_slider .swiper-button-next { right: -75px; left: unset; }

.hero-simple .hero__main { padding: 15rem 0 8rem; background: #34163E; min-height: unset; }
.hero-simple .hero__main .section__text { max-width: unset; }
.hero-simple .hero__main .section__text h1.g-txt { font-size: 5rem; }
.hero-simple .g-txt strong { color: #FE0072; }
.section_faq { padding: 8rem 0 6rem; background: #EEF1FA; }
.section_faq h3 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 15px; }
.section_faq p { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.section_faq p:not(:last-child) { margin-bottom: 24px; }
.section_faq ul, .section_faq ol { margin: 0; padding-left: 20px; color: #463D4A; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.section_faq ul:not(:last-child), .section_faq ol:not(:last-child) { margin-bottom: 24px; }
.section_faq ul li, .section_faq ol li { padding: 7px 0; }
.section_faq ul li::marker { color: #FE0072; }
.section_faq a { color: #FE0072; }
.section_faq table { width: 100%; font-size: 16px; border-collapse: collapse; }
.section_faq table:not(:last-child) { margin-bottom: 24px; }
.section_faq table tr td { border: 1px solid #aaa; padding: 5px 8px; }
.faqs_block { margin-top: 36px; }
.faqs_single { padding: 24px 0; border-bottom: 1px solid #DDDAEF; }
.faqs_single:last-child { border-bottom: 0; }
.faq_title { display: flex; justify-content: space-between; cursor: pointer; }
.faq_title h3 { margin-bottom: 0; }
.open_faq { cursor: pointer; padding-top: 3px; }
.open_faq svg { vertical-align: top; }
.open_faq svg .for_plus { transform-origin: center; transition: .3s; }
.open_faq.open svg .for_plus { transform: scaleY(0); }
.faq_text { padding-top: 34px; display: none; }
.section_faq.simple-page { padding: 6rem 0; }
.section_faq.simple-page h1:not(:first-child),
.section_faq.simple-page h2:not(:first-child),
.section_faq.simple-page h3:not(:first-child),
.section_faq.simple-page h4:not(:first-child) { margin-top: 45px; }
.section_faq.simple-page li { color: #463D4A; }

@media (min-width: 768px) {
	.trust__percentage { font-family: var(--f-demi); font-weight: 600; }
}

@media (max-width: 767px) {
	.hero_links { gap: 16px 32px; justify-content: flex-start; }
	.hero_links a { font-size: 16px; line-height: 12px; border-bottom: 1px solid #FE0072; }
	.hero_links a:not(:last-child):after { width: 1px; height: 14px; right: -16px; }
	.text-block.text-block-v2 { padding: 4rem 0; text-align: center; }
	.text-block.text-block-v2 .container,
	.trusted.whys.tms .container,
	.trusted.whys.trusted_light .container,
	.recognitions.recognitions-v2 .container { padding: 0 24px; }
	.section_faq { padding: 4rem 0; }
	.section_faq.simple-page { padding: 4rem 0; }
	.text-block.text-block-v2 .row { gap: 15px; }
	.text-block.text-block-v2 h2 { font-size: 24px; }
	.f-stories-slider-section-v2 .swiper-buttons { display: flex; }
	.trusted.whys.tms { padding: 4rem 0; }
	.trusted.whys.tms .section__text { margin-bottom: 24px; }
	.trusted.whys.tms h2.g-txt { font-size: 24px; }
	.trusted.whys.trusted-v2 .swiper-container { margin: 0; }
	.trusted.whys.trusted-v2 .trust { flex-direction: column-reverse; padding: 30px 24px; }
	.trusted.whys.tms.trusted-v2 .trust__side-right { padding: 12px; border-radius: 12px; border: 2px solid #EDECF2; }
	.trusted.whys.tms.trusted-v2 .trust__side-right .trust__percentage { font-size: 45px; }
	.trusted.whys.tms.trusted-v2 .trust__side-left { border-right: 0; padding: 26px 0 0 0; flex-direction: column-reverse; align-items: flex-start; row-gap: 12px; }
	.trusted.whys.tms.trusted-v2 .trust__side-left blockquote { font-weight: 500; font-size: 16px; line-height: 1.35; }
	.trusted.whys.tms.trusted-v2 .trust__side-left figcaption { font-weight: 500; font-size: 16px; line-height: 1.35; }
	.trusted.whys.tms.trusted-v2 .trust__logo { height: 4rem; }
	.recognitions.recognitions-v2 { padding: 4rem 0; }
	.recognitions.recognitions-v2 .section_text h2 { font-size: 24px; }
	.recognitions_slider .swiper-container { margin-bottom: 0; }
	.recognitions.recognitions-v2 .swiper-buttons { margin-top: 28px; gap: 35px; justify-content: center; }
	.recognitions_slider .swiper-button-prev, .recognitions_slider .swiper-button-next { display: flex; position: relative; top: unset; }
	.recognitions_slider .swiper-button-prev { left: unset; }
	.recognitions_slider .swiper-button-next { right: unset; }
	
	.hero-simple .hero__main { padding: 10rem 0 5rem; }
	.hero-simple .hero__main .section__text h1.g-txt { font-size: 28px; }
	
	.introducing_logos .image, .loved-by_logos .image { width: calc(50% - 1rem); min-width: calc(50% - 1rem); margin: 0 0.5rem !important; }
}

@media (max-width: 433px) {
	.hero_links a:nth-last-child(2):after { display: none; }
}
/* Trust page */

/* Thank you page */
.thank-v2 { background: #34163e; padding: 11.8rem 0 6rem; }
.thank-v2 .section__text { gap: 0; }
.thank-v2.thank .section__text { max-width: 70rem; margin: 0 auto; }
.thank-v2.thank .section__text img.check { width: auto; max-width: 70px; margin-bottom: 12px; }
.thank-v2.thank .section__text h1 { color: #F8F9FF; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.15; margin-bottom: 12px; }
.thank-v2.thank .section__text p { color: #fff; font-size: 20px; font-weight: 500; line-height: 1.35; letter-spacing: 0.4px; max-width: unset; }

.prtnrs-v2 { background: #DEE4F4; padding: 6rem 0; }
.prtnrs-v2.prtnrs .row > div:after { display: none; }
.prtnrs-v2.prtnrs .row > div { padding: 0; }
.assets_block { display: flex; justify-content: space-between; }
.a_ebook_block { width: calc(65% - 33px); background: #ffffff; padding: 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_ebook_block_inner { display: flex; justify-content: space-between; gap: 25px; height: 100%; }
.aebi_left { max-width: 270px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.prtnrs-v2.prtnrs .a_ebook_block .button { background: #fff; margin-top: auto; font-size: 16px; color: #E12468; }
.prtnrs-v2.prtnrs .a_ebook_block .button:hover { background: #E12468; color: #fff; }
.aebi_right picture { /*height: 100%;*/ display: block; }
.aebi_right picture img { /*height: 100%;*/ vertical-align: top; object-fit: cover; }
.a_demo_block { width: 35%; background: #ffffff; padding: 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_demo_block_inner { height: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.prtnrs-v2 .assets_block h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 16px !important; }
.prtnrs-v2 .assets_block p { color: #1C0624; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.prtnrs-v2 .a_demo_block .button { font-size: 16px; margin-top: auto; }
.prtnrs-v2 .a_demo_block .button:hover { background: #fff; color: #E12468; }

@media (min-width: 1400px) {
	.prtnrs-v2 .container { max-width: 1140px; }
}

@media (max-width: 991px) {
	.a_ebook_block { padding: 2rem; }
	.a_demo_block { padding: 2rem; }
}

@media (max-width: 767px) {
	.thank-v2 { padding: 11rem 0 4rem; }
	.thank-v2.thank .section__text img.check { max-width: 62px; }
	.thank-v2.thank .section__text { text-align: center !important; }
	.thank-v2.thank .section__text h1 { font-size: 32px; margin-bottom: 14px; }
	
	.prtnrs-v2 { padding: 4rem 0; }
	.assets_block { flex-direction: column; gap: 30px; padding: 0 15px !important; }
	.a_ebook_block { width: 100%; padding: 4rem; }
	.a_ebook_block_inner { flex-direction: column-reverse; text-align: center; }
	.aebi_left { align-items: center; max-width: unset; }
	.aebi_right picture img { max-width: 145px; }
	.a_demo_block { width: 100%; padding: 4rem; }
	.a_demo_block_inner { display: block; text-align: center; }
	.prtnrs-v2 .assets_block h2 { font-size: 24px; line-height: 1.15; }
}
/* Thank you page */

/* Thank you page v3 */
.thank-v3 { padding: 12.8rem 0 6rem; }
.thank-v3.thank-v2.thank .section__text { max-width: 52rem; }
.thank-v3.thank-v2.thank .section__text img.check { max-width: 86px; margin-bottom: 14px; }
.thank-v3.thank-v2.thank .section__text h1 { font-size: 50px; margin-bottom: 24px; }
.thank-v3.thank-v2.thank .section__text p { font-size: 24px; }

.prtnrs-v3 { padding: 8rem 0 9rem; }
.a_stories_block { width: calc(63.2% - 50px); background: #ffffff; padding: 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_stories_block_inner { height: 100%; display: flex; flex-direction: column; gap: 22px; align-items: center; }
.prtnrs-v3 .a_stories_block_inner h2 { text-align: center; margin-bottom: 0 !important; }
.a_stories_block_inner h2 strong { color: #FE0072; font-weight: 800; font-style: italic; }
.a_stories_block_inner .story_block { width: 100%; padding: 3rem 4rem; border-radius: 12px; border: 1px solid #C4CDE6; background: #EEF1FA; margin-bottom: 8px; }
.a_stories_block_inner .story_block .quote { margin-bottom: 16px; }
.a_stories_block_inner .story_block .quote svg { vertical-align: top; }
.a_stories_block_inner .story_block p { font-size: 22px; margin-bottom: 17px; }
.a_stories_block_inner .story_block .author { display: flex; align-items: center; gap: 20px; }
.a_stories_block_inner .story_block .author_photo img { max-width: 52px; border-radius: 50%; overflow: hidden; }
.a_stories_block_inner .story_block img { vertical-align: top; }
.a_stories_block_inner .story_block .author_name { color: #34163E; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; margin-bottom: 5px; }
.prtnrs-v3 .a_stories_block_inner .button { font-size: 16px; background: #fff; margin-top: auto; font-size: 16px; color: #E12468; margin-top: auto; }
.prtnrs-v3 .a_stories_block_inner .button:hover { background: #E12468; color: #fff; }
.a_report_block { width: 36.8%; background: #ffffff; padding: 3.2rem 4rem 4rem; border-radius: 16px; border: 1px solid #EEF1FA; }
.a_report_block_inner { height: 100%; display: flex; flex-direction: column; gap: 23px; align-items: center; }
.a_report_block_inner picture, .a_report_block_inner img { width: 100%; vertical-align: top; }
.prtnrs-v3 .a_report_block_inner p { font-size: 21px; text-align: center; margin-bottom: 0; }
.prtnrs-v3 .a_report_block_inner .button { font-size: 16px; margin-top: auto; }

@media (max-width: 767px) {
	.thank-v3 { padding: 9rem 0 5rem; }
	.thank-v3 .container { padding: 0 24px; }
	.thank-v3.thank-v2.thank .section__text img.check { max-width: 62px; margin-bottom: 30px; }
	.thank-v3.thank-v2.thank .section__text h1 { font-size: 28px; margin-bottom: 12px; }
	.prtnrs-v3 { padding: 4rem 0; }
	.prtnrs-v3 .container { padding: 0 24px; }
	.a_stories_block { width: 100%; padding: 4rem 14px; }
	.prtnrs-v3 .a_stories_block_inner h2 { font-size: 28px; }
	.a_stories_block_inner .story_block { padding: 3rem 14px 2rem; }
	.a_stories_block_inner .story_block .quote { text-align: center; }
	.a_stories_block_inner .story_block p { font-size: 18px !important; text-align: center; margin-bottom: 28px; }
	.a_stories_block_inner .story_block .author { flex-direction: column; text-align: center; }
	.a_report_block { width: 100%; }
}
/* Thank you page v3 */

/* Press page */
.hero-press-v2 .hero__main { padding: 14rem 0 8rem; }
.hero-press-v2 .hero__main .section__text h1.g-txt { margin-bottom: 2.4rem; }

.press-section-v2 { padding: 8rem 0; background: #F8F9FF; border-top: 1px solid #B1B9D1; }
.press-section-v2 .default__press .row { /*row-gap: 6rem;*/ row-gap: 3rem; }
.press-section-v2 .press-card { height: 100%; /*min-height: 260px;*/ min-height: 230px; padding: 24px; background: #fff; border: 1px solid #DEE4F4; border-radius: 5px; display: flex; flex-direction: column; gap: 8px; text-decoration: none; transition: 0.3s; }
.press-section-v2 .press-card:hover,
.press-section-v2 .press-card:active,
.press-section-v2 .press-card:focus,
.press-section-v2 .press-card:focus-within { box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.press-section-v2 .press-card__image-v2 { display: flex; align-items: center; height: 52px; }
.press-section-v2 .press-card__image-v2 img { max-height: 100%; }
.press-section-v2 .press-card-description { color: #211B22; font-size: 20px; font-weight: 600; line-height: 1.35; letter-spacing: 0.4px; }
.press-section-v2 .press-card__info { flex-direction: row; justify-content: space-between; align-items: center; padding-top: 0; margin-top: auto; }
.press-section-v2 .press-card-date { color: #7B737E; font-family: "Avenir Next LT Pro"; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.press-section-v2 .press-card__more a { color: #FE0072; font-family: "Avenir Next LT Pro"; line-height: 1; font-weight: 600; text-decoration: none; text-transform: none; display: flex; align-items: baseline; gap: 5px; }
.press-section-v2 .press-card__more a span { margin-right: 0; }
.press-section-v2 .press-card__more a i { font-size: 12px; }
.press-section-v2 .press-card__more a:hover span { text-decoration: underline; }
.press-section-v2 .default__more { text-align: center; margin-top: 6rem; }
.press-section-v2 .default__more .more { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 600; line-height: 1.3; text-transform: none; }
.press-section-v2 .default__more .more span { text-decoration: underline; }
.press-section-v2 .default__more .more i { font-size: 14px; margin-top: 4px; }
.press-section-v2 .default__more .more:hover span { text-decoration: none; }

@media (max-width: 767px) {
	.press-section-v2 { padding: 4rem 0; }
	.press-section-v2 .default__press .row { row-gap: 2rem; }
	.press-section-v2 .press-card-description p { font-size: 20px !important; }
}
/* Press page */

/* Technology page */
.hero-platform-v2 .g-txt.strong strong { font-weight: 900; }

.sc_quote-v2 { background: #EEF1FA; }
.sc_quote-v2 .image picture img { max-width: 500px; }
.sc_quote-v2 img { vertical-align: top; }

.powered-v2 { height: auto; padding: 7rem 0 8rem; background: #fff; }
.powered-v2 h2.g-txt { color: #34163E; line-height: 1.3; background: unset; -webkit-text-fill-color: unset; }
.powered .button, .powered-v2 .button { height: 42px; padding: 10px 24px; font-size: 16px; }

.behind-v2 { padding: 6rem 0; background: #fff; }
.behind-v2 .row { align-items: center; }
.behind-v2 h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; }
.behind-v2 h2 strong { color: #FE0072; font-weight: 700; }
.behind-v2 h2.b_title_mob { display: none; }
.behind-v2 .image { text-align: right; }
.b_text_item { padding-left: 38px; position: relative; }
.b_text_item:not(:last-child) { margin-bottom: 24px; }
.b_text_item svg { position: absolute; left: 0; top: 0; }
.b_text_item h6 { 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; }
.b_text_item p { font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }

.sc_solutions-v2 { padding: 6rem 0 8rem; }
.sc_solutions-v2 .g-txt { font-size: 3.6rem; }
.sc_solutions-v2 .sol_item { height: 100%; padding: 1.7rem; }
.sc_solutions-v2 .sol_item_text h4 { font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.sc_solutions-v2 .sol_item_text p { font-size: 16px; color: #34163E; line-height: 1.35; }

@media (max-width: 1199px) {
	.sc_quote-v2 .image picture img { max-width: 100%; }
}

@media (max-width: 767px) {
	.hero-press-v2 .hero__main { padding: 10rem 0 4rem; }
	.hero-press-v2 .hero__main .section__text h1.g-txt { margin-bottom: 1.2rem; }
	.sc_quote-v2 .row { padding: 0 20px; }
	.sc_quote-v2 .section__text { text-align: center !important; }
	.sc_quote-v2 .section__text > p { font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 700; }
	.sc_quote-v2 .quote_author { flex-direction: column-reverse; align-items: center; margin-top: 4rem; }
	.behind-v2 { padding: 4rem 0; }
	.behind-v2 .row > div { padding: 0 24px; }
	.behind-v2 h2 { font-size: 24px; }
	.behind-v2 h2.b_title_desk { display: none; }
	.behind-v2 h2.b_title_mob { display: block; }
	.b_text_item { padding-left: 28px; }
	.b_text_item svg { width: 21px; }
	.b_text_item h6 { font-size: 18px; }
	.behind-v2 .image { margin-top: 5rem; }
	.sc_solutions-v2 .container { padding: 0 45px; }
	.sc_solutions-v2 .g-txt { font-size: 24px; }
	.sc_solutions-v2 .sol_item { min-height: 220px; }
	.powered-v2 { padding: 4rem 0; }
	.powered-v2 .row { flex-direction: column-reverse; }
	.powered-v2 .section__text { text-align: center !important; }
	.powered-v2 h2.g-txt { font-size: 24px; }
	.powered-v2 .image { display: block; }
	.powered-v2 .button { display: none; }
}
/* Technology page */

/* Contact page */
.hero_contact-v2 .section__text { max-width: 450px; }
.hero_contact-v2 .section__text .g-txt { margin-bottom: 1.6rem !important; }
.hero_contact-v2 .section__text p { font-size: 20px; margin-bottom: 2.4rem !important; }
.hero_contact-v2 .hero_contacts { margin-top: 80px; }
.all_hc { display: flex; flex-direction: column; gap: 24px; }
.single_hc { display: flex; gap: 16px; align-items: center; }
.single_hc h6 { font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 8px; }
.hero_contact-v2 .single_hc p { font-size: 16px !important; font-weight: 500; text-decoration: underline; margin-bottom: 0 !important; }
.hero_contact-v2 .hero__form:before { height: 430px; left: -40px; bottom: -10px; top: unset; }

.section_offices-v2 { padding: 8rem 0; background: #EEF1FA; }
.section_offices-v2 .section__text { text-align: center; }
.section_offices-v2 .section__text:not(:last-child) { margin-bottom: 4rem; }
.section_offices-v2 .section__text h2 { font-family: "Avenir Next LT Pro"; line-height: 1.3; font-weight: 700; }
.offices_container { display: flex; gap: 8.1%; align-items: center; }
.offices_image img { vertical-align: top; }
.all_offices { display: flex; flex-wrap: wrap; gap: 60px 55px; flex: 1; }
.single_office { width: calc(50% - 28px); max-width: 250px; }
.single_office h4 { color: #15172C; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35;
letter-spacing: 0.56px; margin-bottom: 20px; }
.single_office p, .single_office p a { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; text-decoration: none; }

@media (max-width: 991px) {
	.hero_contact-v2 .hero__form { margin-top: 0; }
	.section_offices-v2 .section__text h2 { text-align: center; }
	.single_office { width: 100%; max-width: unset; }
}

@media (max-width: 767px) {
	.hero-demo_v2 .container { padding: 0 24px; }
	.hero-demo_v2 .hero__main { padding: 12rem 0 5rem; }
	.hero_contact-v2 .section__text h1 { font-size: 2.8rem; text-align: center; margin-bottom: 24px; }
	.hero_contact-v2 .section__text p { text-align: center; margin-bottom: 12px !important; }
	.hero_contact-v2 .hero_contacts { margin-top: 12px; }
	.all_hc { margin-top: 40px; }
	.single_hc h6 { font-size: 18px; margin-bottom: 6px; }
	.hero_contact-v2 .section__text p { text-align: left; margin-bottom: 0 !important; }
	.hero_contact-v2 .hero__form { margin-top: 50px; }
	.hero_contact-v2 .hero__form .hero__form_inner { padding: 4rem; }
	.hero_contact-v2 .hero__form:before { top: 100px; bottom: unset; }
	.section_offices-v2 { padding: 4rem 0; }
	.section_offices-v2 .container { padding: 0 24px; }
	.section_offices-v2 .section__text:not(:last-child) { margin-bottom: 2.4rem; }
	.section_offices-v2 .section__text h2 { font-size: 2.4rem; }
	.offices_container { flex-direction: column; gap: 24px; }
	.all_offices { gap: 42px 16px; padding: 24px 0; }
	.single_office { width: calc(50% - 8px); }
	.single_office h4 { font-size: 18px; margin-bottom: 8px; }
	.single_office p br { content: ' '; }
}
/* Contact page */

/* About us page */
.hero-about-v2 .row { align-items: flex-start; }
.hero-about-v2 .hero__main { padding: 15rem 0 6rem; min-height: unset; background: #34163E; overflow: hidden; }
.hero-about-v2 .hero_decor { width: 500px; height: 220px; transform: rotate(22deg); position: absolute; left: -80px; bottom: -140px; border-radius: 500px; opacity: 0.3; background: #FE0072; filter: blur(72px); }
.hero-about-v2 .section__text { max-width: unset; }
.hero-about-v2 .col-md-8 .section__text { max-width: 690px; }
.hero-about-v2 .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.25; }
.hero-about-v2 .section__text h1 strong { color: #FE0072; font-style: italic; font-weight: 900; }
.hero-about-v2 .section__text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-about-v2 .section__text p strong { color: #FE0072; font-style: italic; font-weight: 900; }
.hero-about-v2 .section__text p:not(:last-child) { margin-bottom: 20px; }
.hero-about-v2 .button { display: none; }

.team-v2 { background: #F8F9FF; padding: 8rem 0; }
.team-v2 .section__text:not(:last-child) { text-align: center; margin-bottom: 4rem; }
.team-v2 .section__text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.all_members { display: flex; flex-wrap: wrap; column-gap: 32px; }
.single_member { width: calc((100% - 128px) / 5); padding: 24px 0; }
.single_member .member__photo { margin-bottom: 25px; }
.single_member .member__photo img { border-radius: 6px; position: relative; }
.single_member .member__info { text-align: center; }
.single_member h4 { color: #15172C; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 4px !important; }
.single_member p { color: #635A66; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.show_more_members { text-align: center; margin-top: 20px; display: none; }
.show_more_members a { font-size: 16px; color: #FE0072; font-weight: 500; text-decoration: none; }
.show_more_members a i { font-size: 12px; margin-left: 5px; }

.values-v2 { padding: 8rem 0; background: #DEE4F4; }
.values-v2 .section_text { max-width: 830px; margin: 0 auto; text-align: center; }
.values-v2 .section_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 3.6rem; }
.values-v2 .section_text p { color: #1C0624; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.all_values { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 24px; margin-top: 8rem; }
.values-v2 .single_value { width: calc((100% - 48px) / 3); background: #fff; padding: 32px 24px; border-radius: 20px; margin-bottom: 35px; }
.values-v2 .single_value h4 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 0; }
.values-v2 .single_value h4 strong { color: #FE0072; font-weight: 700; }
.values-v2 .single_value .image { margin-bottom: 0 !important; }
.values-v2 .single_value .image picture { height: 165px; }
.values-v2 .single_value .image img { max-width: 100%; max-height: 100%; }
.values-v2 .single_value .section_text { margin-top: 16px; }
.values-v2 .single_value .section_text p { color: #463D4A; font-size: 16px; line-height: 1.35; text-align: left; letter-spacing: 0.32px; }

.ready-v2 .section__text:has(.ready_text) { padding: 1rem 0; }
.ready-v2 .section__text .ready_text { margin-top: -1.6rem; margin-bottom: 2.4rem; }

@media (min-width: 1200px) {
	.cv-v2 .row > div.main-text-side { margin-bottom: 9.2rem !important; }
}

@media (max-width: 991px) {
	.all_members { column-gap: 20px; }
	.single_member { width: calc((100% - 60px) / 4); }
	.values-v2 .single_value { width: calc((100% - 24px) / 2); }
}

@media (max-width: 767px) {
	.hero-about-v2 .hero__main { padding: 13rem 0 5.5rem; }
	.hero-about-v2 .container { padding: 0 24px; }
	.hero-about-v2 .section__text { text-align: center !important; }
	.hero-about-v2 .section__text h1 { font-size: 28px; margin-bottom: 12px; }
	.hero-about-v2 .section__text p:not(:last-child) { margin-bottom: 12px; }
	.hero-about-v2 .button { display: inline-block; margin-top: 18px; }
	.hero-about-v2 .hero_decor { display: none; }
	.team-v2 { padding: 4rem 0; border-top: 1px solid #EAE9EE; }
	.team-v2 .section__text:not(:last-child) { margin-bottom: 3.6rem; }
	.team-v2 .section__text h2 { font-size: 24px; text-align: center; }
	.all_members { column-gap: 8px; row-gap: 8px; }
	.single_member { width: calc((100% - 8px) / 2); padding: 16px 0; }
	.single_member.hide { display: none; }
	.show_more_members { display: block; }
	.values-v2 { padding: 4rem 0; }
	.values-v2 .container { padding: 0 24px; }
	.values-v2 .section_text h2 { font-size: 24px; margin-bottom: 24px; }
	.all_values { margin-top: 24px; }
	.values-v2 .single_value { width: 100%; margin-bottom: 24px; display: flex; flex-wrap: wrap; align-items: center; }
	.values-v2 .single_value:last-child { margin-bottom: 0; }
	.values-v2 .single_value h4 { font-size: 18px; text-align: left; flex: 1; }
	.values-v2 .single_value .image { max-width: 80px }
	.values-v2 .single_value .image picture { height: 80px; }
	.values-v2 .single_value .section_text { width: 100%; margin-top: 14px; }
	.ready.ready-v2 .container { padding: 0 24px; }
	.ready-v2 .section__text:has(.ready_text) { padding: 0; }
	.ready-v2 .section__text .ready_text { margin-top: 0; }
}
/* About us page */

/* CAS page */
.hero-platform-v2.hero-cas-v2 .hero__main .section__text { max-width: 800px; }
.hero-cas-v2 .hero__main .section__text p:not(:last-child) { margin-bottom: 29px !important; }
.hero_arrow { margin-top: 20px; }
.hero_arrow picture { width: 28px; height: 28px; display: inline-flex; justify-content: center; align-items: center; }

.text-block.text-cas-v2 { background: #F8F9FF !important; padding: 10rem 0; }
.text-block.text-cas-v2.text-block--reverse { background: #ffffff !important; padding: 8rem 0; }
.text-block.text-block-v2.text-cas-v2 h2 { letter-spacing: 0; margin-bottom: 3.6rem; }
.text-block.text-cas-v2:not(.text-block--reverse) .section_text { padding-right: 20px; }
.text-block.text-cas-v2.text-block--reverse .section_text { padding-left: 30px; }

.section_ivt-v2 { padding: 8rem 0; background: #fff; border-bottom: 1px solid #DEE3F0; }
.section_ivt-v2 .section_text { max-width: 900px; margin: 0 auto; text-align: center; }
.section_ivt-v2 .section_text h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 18px; }
.section_ivt-v2 .section_text p { color: #463D4A; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.ivt_items { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; max-width: 836px; margin: 4.5rem auto 0; }
.single_ivt { width: calc((100% - 50px) / 3); background: #fff; padding: 18px; border-radius: 8px; box-shadow: 0px 0px 20.775px 0px rgba(80, 54, 123, 0.12); }
.single_ivt .image { height: 80px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 14px !important; }
.single_ivt .image img { max-width: 100%; max-height: 80px; }
.single_ivt h4 { color: #34163E; text-align: center; font-family: "Avenir Next LT Pro"; font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: 0.18px; margin-bottom: 8px; }
.single_ivt .ivt_text { color: #34163E; text-align: center; font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }

.ivt_slider { margin-top: 4.5rem; display: none; }
.ivt_slider .swiper { overflow: visible; }
.ivt_slider .swiper-slide { height: auto; }
.swiper-slide .single_ivt { max-width: 262px; width: 100%; margin: 0 auto; }
.section_ivt-v2 .swiper-buttons { padding-left: 0 !important; transform: none; margin-top: 5rem; margin-bottom: 0; height: 3.6rem; width: 100%; justify-content: center; display: flex; }
.section_ivt-v2 .swiper-pagination { margin-top: 0; width: auto; margin: 0 0.5rem; column-gap: 10px; bottom: unset; }
.section_ivt-v2 .swiper-button-next,
.section_ivt-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; font-size: 1.6rem; }
.section_ivt-v2 .swiper-pagination-bullet { border: none !important; box-shadow: none !important; background: #D7D5E1; border-color: #D7D5E1; margin: 0 0.5rem !important; }
.section_ivt-v2 .swiper-pagination-bullet-active { background: #FE0072; border-color: #FE0072; }

.section_use-v2 { padding: 8rem 0; background: #EEF1FA; }
.section_use-v2 h2 { color: #34163E; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.use_items { padding-left: 20px; display: flex; flex-direction: column; gap: 30px; padding-bottom: 14px; }
.use_item { display: flex; gap: 15px; color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.use_item picture { display: inline-block; }
.use_item picture svg { vertical-align: top; }

.section_quote-v2 { background: #EEF1FA; padding: 8rem 0; border-top: 1px solid #C4CDE6; }
.quote_block { max-width: 750px; margin: 0 auto; text-align: center; }
.q_icon { margin-bottom: 29px; }
.q_icon svg { vertical-align: top; }
.q_text { color: #1C0624; font-size: 36px; font-weight: 500; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 29px; }
.q_author picture { display: inline-block; }
.q_author img { border-radius: 50%; border: 1px solid #3C1C60; vertical-align: top; }
.q_author_name { color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; margin-top: 14px; }

@media (max-width: 767px) {
	.hero-platform-v2.hero-cas-v2 .row > div { padding: 0 24px; }
	.hero-platform-v2.hero-cas-v2 .hero__main { padding: 10rem 0 4rem; }
	.hero-platform-v2.hero-cas-v2 .hero__main .section__text h1.g-txt { margin-bottom: 25px; }
	.hero-cas-v2 .hero__main .section__text p:not(:last-child) { margin-bottom: 20px !important; }
	.hero_arrow { text-align: center; margin-top: 25px; }
	
	.text-block.text-cas-v2 { padding: 4rem 0; }
	.text-block.text-cas-v2.text-block--reverse { padding: 4rem 0; }
	.text-block.text-cas-v2 .row { gap: 34px; }
	.text-block.text-cas-v2:not(.text-block--reverse) .section_text { padding-right: 0; }
	.text-block.text-cas-v2.text-block--reverse .section_text { padding-left: 0; }
	.text-block.text-block-v2.text-cas-v2 h2 { margin-bottom: 1.2rem; }
	.text-block.text-block-v2.text-cas-v2 h2 br { content: ' '; }
	
	.section_ivt-v2 { padding: 4rem 0; }
	.section_ivt-v2 .section_text h2 { font-size: 24px; margin-bottom: 12px; }
	.ivt_items { display: none; }
	.ivt_slider { display: block; }
	
	.section_use-v2 { padding: 6rem 0 8rem; }
	.section_use-v2 .container { padding: 0 24px; }
	.section_use-v2 h2 { font-size: 24px; text-align: center; }
	.section_use-v2 h2 br { content: ' '; }
	.use_items { padding-left: 0; padding-bottom: 0; margin-top: 45px; }
	.use_item { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
	
	.section_quote-v2 { padding: 4rem 0; }
	.section_quote-v2 .container { padding: 0 24px; }
	.q_text p { font-size: 24px !important; }
	.q_author_name { font-size: 16px; }
}
/* CAS page */

/* Resource Event */
.hero-resource-event { overflow: hidden; }
.hero-resource-event .hero__main { padding: 13rem 0 8rem; }
.hero-demo_v2.hero-resource-event .hero__main .row { align-items: center; }
.hero-demo_v2.hero-resource-event .hero__form:before { width: 700px; height: 377px; transform: rotate(12deg); position: absolute; right: 70px; bottom: -4px; border-radius: 700px; opacity: 0.3; background: #FE0072; filter: blur(172px); top: unset; }
.hero-resource-event .hero__main .section__text { max-width: 485px; color: #fff; }
.hero-resource-event .hero__main .section__text h5 { color: #F0E1F5; font-family: "Avenir Next LT Pro"; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; margin-bottom: 10px; }
.hero-resource-event .hero__main .section__text h5 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.hero-resource-event .hero__main .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; margin-bottom: 6.4rem; }
.hero-resource-event .hero__main .section__text .hero_date { color: #FFE7F2; font-size: 28px; font-weight: 700; line-height: 1.35; letter-spacing: 0.56px; margin-bottom: 10px; }
.hero-resource-event .hero__main .section__text .hero_location { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; margin-bottom: 25px; }
.hero-resource-event .hero__main .section__text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-resource-event .hero__main .section__text *:last-child { margin-bottom: 0 !important; }
.hero-resource-event .hero__form .form_title { color: #34163E; text-align: center; font-size: 28px; letter-spacing: 0.56px; }
.hero-resource-event .hero__img { text-align: center; }
.hero-resource-event .hero__img picture { display: inline-block; border-radius: 12px; border: 3px solid #7344A9; overflow: hidden; }
.hero-resource-event .hero__img img { vertical-align: top; }

.hero .video__wrap,
.hero .video_wrap { position: relative; width: 100%; }
.hero .video {
	position: relative;
	z-index: 0;
	width: 100%;
	display: block;
	padding-top: 56.25841184%;
}
.hero .video-source {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hero .video video,
.hero .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero .video video { object-fit: cover; }
.hero .video-poster { 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hero .video-button {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 2rem;
	z-index: 2;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.hero .video__wrap.playing .video-poster,
.hero .video_wrap.playing .video-poster {
	opacity: 0;
	visibility: hidden;
}
.hero .video__wrap.playing .video-button,
.hero .video_wrap.playing .video-button {
	opacity: 0;
	visibility: hidden;
}

.event-about { background: var(--bg-blue-v2); padding: 12rem 0; }
.event-about .section_text { /*max-width: 825px;*/ margin: 0 auto; text-align: center; }
.event-about .section_text h2 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 10px; }
.event-about .section_text p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.event-about .section_text p i { color: #FF0D7B; font-style: italic; font-weight: 900; }
.event-about .section_text p strong { font-weight: 600; }
.about_items { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; margin-top: 4rem; }
.about_item { max-width: calc(50% - 16px); border-radius: 12px; border: 1px solid #DEE4F4; background: #FFF; padding: 40px 32px; text-align: center; }
.about_item picture { display: inline-block; margin-bottom: 16px; padding: 24px; }
.about_item picture img { height: 70px; vertical-align: top; }
.about_item h4 { color: #261C29; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; }
.about_item h4:not(:last-child) { margin-bottom: 16px; }
.about_item p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

.event-speakers { background: var(--bg-lightblue-v2); padding: 12rem 0; }
.event-speakers .section_text { max-width: 825px; margin: 0 auto; text-align: center; }
.event-speakers .section_text h2 { color: #261C29; font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 10px; }
.event-speakers .section_text p { color: #261C29; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.all_speakers { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; margin-top: 4rem; }
.single_speaker { max-width: calc((100% - 64px) / 3); padding: 24px 18px; text-align: center; flex: 1; }
.single_speaker .speaker_photo { margin-bottom: 24px; }
.single_speaker .speaker_photo picture { display: inline-block; border-radius: 50%; overflow: hidden; border: 2px solid #3C1C60; }
.single_speaker img { vertical-align: top; }
.single_speaker .speaker_info h4 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 8px; }
.single_speaker .speaker_info p { color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.single_speaker .speaker_info p:not(:last-child) { margin-bottom: 8px; }
.single_speaker .speaker_info picture { display: inline-block; }
.event-speakers .register_button { margin-top: 24px; text-align: center; display: none; }

.event-about.event-about-v2 { padding: 10rem 0; }
.event-about.event-about-v2 .section_text h2 { margin-bottom: 0; }
.event-about-v2 .row_content { align-items: center; margin-top: 42px; }
.event-about-v2 .section_img img { border-radius: 12px; }
.event-about-v2 .section_content { max-width: 482px; margin: 0 auto; }
.event-about-v2 .section_content h3 { color: #34163E; font-family: "Avenir Next LT Pro"; font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: 0.36px; margin-bottom: 12px; }
.event-about-v2 .section_content p { color: #34163E; font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; margin-bottom: 18px; }
.event-about-v2 .section_content a { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #FE0072; font-weight: 600; }

@media (max-width: 991px) {
	.event-about-v2 > .container > .row { justify-content: center; }
	.event-about-v2 .row_content { flex-direction: column-reverse; gap: 3rem; }
	.event-about-v2 .row_content .section_img { text-align: center; }
	.event-about-v2 .section_content { max-width: unset; }
}

@media (max-width: 767px) {
	.hero-resource-event .hero__main { padding: 11rem 0 6rem; }
	.hero-demo_v2.hero-resource-event .hero__main .row { gap: 38px; }
	.hero-resource-event .hero__main .section__text { text-align: center !important; }
	.hero-resource-event .hero__main .section__text h5 { font-size: 18px; margin-bottom: 12px; }
	.hero-resource-event .hero__main .section__text h1 { font-size: 28px; letter-spacing: 0.28px; margin-bottom: 3.8rem; }
	.hero-resource-event .hero__main .section__text .hero_date { font-size: 18px; margin-bottom: 12px; }
	.hero-resource-event .hero__main .section__text .hero_location { justify-content: center; margin-bottom: 12px; }
	.hero-demo_v2.hero-resource-event .hero__form { margin-top: 0; }
	.hero-demo_v2.hero-resource-event .hero__form .hero__form_inner { padding: 32px 24px 40px; }
	.hero-resource-event .hero__form .form_title { font-size: 24px; }
	
	.event-about { padding: 4rem 0; }
	.event-about .container { padding: 0 24px; }
	.event-about .section_text h2 { font-size: 24px; margin-bottom: 24px; }
	.about_items { flex-direction: column; gap: 24px; margin-top: 2.4rem; }
	.about_item { max-width: unset; padding: 32px 20px; }
	.about_item picture { padding: 16px; }
	.about_item h4 { font-size: 18px; }
	.event-about.event-about-v2 { padding: 4rem 0; }
	.event-about-v2 .row_content { margin-top: 30px; }
	.event-about-v2 .row_content .col-lg-6 { padding: 0; }
	.event-about-v2 .section_content { text-align: center; }
	.event-about-v2 .section_content h3 { font-size: 18px; }
	.event-about-v2 .section_content p { margin-bottom: 11px; }
	.event-about-v2 .section_content a { font-size: 16px; }
	
	.event-speakers { padding: 4rem 0; }
	.event-speakers .container { padding: 0 24px; }
	.event-speakers .section_text h2 { font-size: 24px; margin-bottom: 16px; }
	.all_speakers { flex-direction: column; gap: 24px; margin-top: 2.4rem; }
	.single_speaker { max-width: unset; }
	.single_speaker .speaker_info h4 { font-size: 16px; font-weight: 600; }
	.event-speakers .register_button { display: block; }
}

@media (max-width: 400px) {
	.event-speakers .register_button .button { width: 100%; }
}
/* Resource Event */

/* Rates block */
.section.rates { background: #EEF1FA; padding: 5rem 0 4.5rem; }
.all_rates { display: flex; justify-content: space-between; gap: 40px; }
.single_rate { max-width: 250px; color: #34163E; text-align: center; display: flex; flex-direction: column; gap: 8px; }
.rate_value { font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.rate_description { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }

@media (max-width: 767px) {
	.section.rates { padding: 4rem 0; }
	.all_rates { flex-direction: column; align-items: center; }
	.rate_value { font-size: 36px; }
	.rate_description br { content: ' '; }
}
/* Rates block */

/* Product page */
.hero-product { background: unset; padding: 0; overflow: hidden; }
.hero-product .hero__main { min-height: unset; background-color: #34163e; padding: 15rem 0 6rem; }
.hero-product .row { margin-top: 0; }
.hero-product .row > div { margin-top: 0; }
.hero-product .new-hero h1 { font-family: "Avenir Next LT Pro"; line-height: 1.15; font-weight: 700; margin-bottom: 25px; }
.hero-product .new-hero h1 strong { font-weight: 800; }
.hero-product .new-hero .sc_text p { max-width: 47rem; }
.hero-product .new-hero .button { font-weight: 500; letter-spacing: 0; }
.hero-product .new-hero .image-side { padding-left: 0; }
.hero-product .new-hero .image { justify-content: flex-start; transform: unset; }
.hero-product .new-hero .image:before { left: 60%; top: 45%; border-radius: 550px; }
.hero-product .hero__extra .trusted-with-slider { padding: 0; }
.hero-product .hero__extra .trusted-with-slider .image { height: auto; }

.new-tb.new-tb-v2 { padding: 6rem 0; }
.new-tb.new-tb-v2 .row { margin-top: 0; }
.new-tb.new-tb-v2 .row > div { margin-top: 0; }
.new-tb.new-tb-v2.wider .sc_text { max-width: 90rem; }
.new-tb.new-tb-v2.wider .sc_text p { max-width: 89rem; }
.new-tb.new-tb-v2 .sc_text h2 { font-family: "Avenir Next LT Pro"; color: #34163E; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 15px; }
.new-tb.new-tb-v2 .sc_text h2 strong { font-family: "Avenir Next LT Pro"; font-style: italic; }
.new-tb.new-tb-v2 .sc_text p { color: #463D4A; max-width: 78rem; margin-bottom: 20px; }
.new-tb.new-tb-v2 .sc_text p:last-child { margin-bottom: 0; }
html[lang="ja"] .new-tb.new-tb-v2 .sc_text { max-width: unset; }

.new-tib-v2 .row { margin-top: 0; }
.new-tib-v2 .row > div { margin-top: 0; }
.new-tib-v2 .new-tib_block { border-top: 1px solid #EAE9EE; border-bottom: 0 !important; }
.new-tib-v2 .new-tib_block:first-child { /*border-top: 1px solid #B1B9D1;*/ border-top: 0; }
.new-tib-v2 .new-tib_block:nth-child(odd) .sc_text { padding-left: 90px; }
.new-tib-v2 .new-tib_block:nth-child(even) .image { padding-left: 90px; }
.new-tib-v2 .new-tib_block:nth-child(odd) .image { padding: 12px 0; }
.new-tib-v2 .new-tib_block .image picture img { max-width: unset; }
.page-id-13682 .new-tib-v2 .new-tib_block:nth-child(2) { padding: 11.5rem 0; }
html[lang="ja"] .new-tib_block .sc_text-side h2 { font-size: 4.2rem; }
@media (min-width: 1250px) {
	html[lang="ja"] .new-tib_block .sc_text-side .sc_text > * { min-width: 517px; }
}

.new-junk.new-junk-v2 .row { margin-top: 0; }
.new-junk.new-junk-v2 .row > div { margin-top: 0; }
.new-junk.new-junk-v2 .image { max-width: 47rem; }
.new-junk.new-junk-v2 h2 { font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; margin-bottom: 10px !important; }
.new-junk.new-junk-v2 p { line-height: 1.45; letter-spacing: 0.4px; }

.product-testimonial { background: #EEF1FA; padding: 8rem 0; }
.product-testimonial .row { margin-top: 0; }
.product-testimonial .row > div { margin-top: 0; }
.testimonial_wrapper { display: flex; gap: 48px; align-items: center; justify-content: space-between; }
.testimonial_text {  }
.product-testimonial h2 { color: #1C0624; font-family: "Avenir Next LT Pro"; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.product-testimonial h2 strong { font-family: "Avenir Next LT Pro"; font-style: italic; font-weight: 800; }
.testimonial_block { border-radius: 12px; background: #FFF; box-shadow: 0px 0px 47px 0px rgba(80, 54, 123, 0.12); padding: 4rem; max-width: 494px; }
.testb_inner { display: flex; flex-direction: column; gap: 29px; align-items: center; text-align: center; }
.testb_inner .testb_text { color: #463D4A; font-size: 24px; font-weight: 500; line-height: 1.3; letter-spacing: 0.24px; }
.testb_inner .testb_author { color: #34163E; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.testb_inner .testb_author .t_logo { margin-top: 14px; margin-bottom: 20px; }
.testb_inner .testb_author .stars { margin-top: 10px; }
.testb_inner .testb_author .stars svg { vertical-align: top; }
.product-testimonial.vertical .testimonial_wrapper { flex-direction: column; }
.product-testimonial.vertical .product-testimonial h2 { text-align: center; }
.product-testimonial.vertical .testimonial_block { max-width: 640px; }
.product-testimonial.vertical .testb_inner .testb_text { font-size: 26px; }

.ready.ready-v2.ready-product .row { margin-top: 0; }
.ready.ready-v2.ready-product h2 { margin-bottom: 2.9rem !important; }

@media (max-width: 991px) {
	.hero-product .new-hero .image { margin-top: 4rem !important; }
	.hero-product .new-hero .sc_text p { max-width: unset; }
	.hero-product .new-hero .image-side { padding-left: var(--global-gap); }
	.hero-product .new-hero .image:before { left: 10%; top: 10%; }
	.new-tib.new-tib-v2 .row { gap: 4rem; }
	.new-tib-v2 .new-tib_block:nth-child(odd) .sc_text { padding-left: 0; }
	.new-tib-v2 .new-tib_block:nth-child(even) .image { padding-left: 0; }
	.testimonial_wrapper { flex-direction: column; }
	.product-testimonial h2 { text-align: center; }
	.new-junk.new-junk-v2 .row { gap: 4rem; }
	.ready.ready-v2.ready-product h2 { font-size: 4.5rem; }
}

@media (max-width: 767px) {
	.hero-product .hero__main { padding: 11rem 0 4rem; }
	.hero-product .new-hero .sc_text { max-width: unset; }
	.hero-product .hero__extra.hero_extra_updated .section__text h2 { font-size: 1.6rem !important; }
	.new-tb.new-tb-v2 { padding: 4rem 0; }
	.new-tib-v2 .new-tib_block { padding: 4rem 0; }
	.page-id-13682 .new-tib-v2 .new-tib_block:nth-child(2) { padding: 4rem 0; }
	.product-testimonial { padding: 4rem 0; }
	.testimonial_wrapper { gap: 25px; }
	.testimonial_block { padding: 3rem; }
	.new-junk.new-junk-v2 { padding: 4rem 0; }
}
/* Product page */

/* Resource Webinar */
.hero-resource-webinar { overflow: hidden; }
.hero-resource-webinar .hero__main { padding: 13rem 0 8rem; }
.hero-demo_v2.hero-resource-webinar .hero__main .row { /*align-items: center;*/ }
.hero-demo_v2.hero-resource-webinar .hero__form:before { width: 700px; height: 377px; transform: rotate(12deg); position: absolute; right: 70px; bottom: -4px; border-radius: 700px; opacity: 0.3; background: #FE0072; filter: blur(172px); top: unset; }
.hero-resource-webinar .hero__main .section__text { color: #fff; }
.hero-resource-webinar .hero__main .section__text .hero_label { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; line-height: 1.4; letter-spacing: 0.56px; padding: 6px 12px; border-radius: 4px; border: 1px solid #fff; margin-bottom: 10px; }
.hero-resource-webinar .hero__main .section__text h1 { font-family: "Avenir Next LT Pro"; font-size: 45px; font-weight: 700; line-height: 1.3; margin-bottom: 3.6rem; }
.hero-resource-webinar .hero__main .section__text h1 strong { color: #FE0072; font-weight: 700; }
.hero-resource-webinar .hero__main .section__text p { font-size: 20px; font-weight: 500; line-height: 1.45; letter-spacing: 0.4px; }
.hero-resource-webinar .section__text ul li { font-size: 1.6rem; padding-left: 33px; margin-bottom: 2.4rem; }
.hero-resource-webinar .section__text ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22' fill='none'%3E%3Cpath d='M2.16797 10.5767L7.02315 15.6188L16.7343 5.53448' stroke='%23FE0072' stroke-width='2.7328' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 17px;
	height: 22px;
	top: 0;
	background: unset;
}
.hero-resource-webinar .hero__main .section__text *:last-child { margin-bottom: 0 !important; }
.hero-resource-webinar .hero__form .form_title { color: #34163E; text-align: center; font-size: 28px; letter-spacing: 0.56px; }
.hero-resource-webinar .hero__form .hero__form_inner { max-width: 465px; margin-left: auto; }
.hero-resource-webinar .hero__extra.hero_extra_updated .trusted__items .swiper-wrapper { align-items: center !important; }

.event-speakers.webinar-speakers { padding: 8rem 0; background: #EEF1FA; }
.webinar-speakers .single_speaker { padding: 0 18px; }
.webinar-speakers .single_speaker .speaker_photo picture { width: 100%; max-width: 237px; background: var(--bg-lightblue-v2); border: 0; }
.webinar-speakers .single_speaker .speaker_photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.webinar-speakers .single_speaker .speaker_info h4 { display: inline-flex; align-items: center; gap: 8px; }
.webinar-speakers .speaker_info img { max-width: 110px; max-height: 38px; }

@media (min-width: 768px) {
	.hero-resource-webinar .hero__main .section__text.wider_title h1 { width: 575px; }
}

@media (max-width: 767px) {
	.hero-resource-webinar .hero__main { padding: 11rem 0 6rem; }
	.hero-demo_v2.hero-resource-webinar .hero__main .row { gap: 38px; }
	.hero-resource-webinar .hero__main .section__text h5 { font-size: 18px; margin-bottom: 12px; }
	.hero-resource-webinar .hero__main .section__text h1 { font-size: 28px; letter-spacing: 0.28px; margin-bottom: 3.8rem; }
	.hero-demo_v2.hero-resource-webinar .hero__form { margin-top: 0; }
	.hero-demo_v2.hero-resource-webinar .hero__form .hero__form_inner { padding: 32px 24px 40px; }
	.hero-resource-webinar .hero__form .form_title { font-size: 24px; }
	.hero-resource-webinar .hero__form .hero__form_inner { max-width: unset; }
	
	.webinar-speakers { padding: 4rem 0; }
	.webinar-speakers .container { padding: 0 24px; }
	.webinar-speakers .section_text h2 { font-size: 24px; margin-bottom: 16px; }
	.webinar-speakers .register_button { display: block; }
	.webinar-speakers .single_speaker .speaker_photo picture { width: auto; }
	.webinar-speakers .single_speaker .speaker_photo img { width: auto; }
}
/* Resource Webinar */

/* Single Customer */
.hero-customer .hero__main { padding: 12.8rem 0 7rem; background-color: #34163e; min-height: unset; }
.hero-customer .hero_logo { margin-bottom: 4rem; }
.hero-customer .section__text h1 { color: #FFF; font-family: "Avenir Next LT Pro"; font-size: 50px; font-weight: 700; line-height: 1.15; max-width: 75.6%; }
.hero-customer .section__text h1 strong { color: #FE0072; font-style: italic; font-weight: 800; }
.customer_hero_img { position: absolute; right: 0; top: 0; z-index: -1; }
.customer_hero_img:before { content: ''; position: absolute; left: calc(50% - 225px); top: calc(50% - 140px); width: 450px; height: 280px; transform: rotate(40deg); flex-shrink: 0; border-radius: 450px; opacity: 0.3; background:  #FE0072; filter: blur(95px); z-index: 0; }
.customer_hero_img picture { display: block; position: relative; z-index: 1; }
.customer_values { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 4rem; }
.customer_value { display: flex; flex-direction: column; justify-content: space-between; min-width: 270px; max-width: 290px; }
.customer_value .cusv_value { display: flex; align-items: center; gap: 10px; color: #FE0072; font-size: 45px; font-weight: 700; line-height: 1.3; letter-spacing: 0.45px; }
.customer_value .cusv_value img { max-height: 45px; margin-bottom: 10px; }
.customer_value .cusv_text { color: #FFF; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }

.customer-content { overflow: visible; }
.customer-content { background: #fff; padding: 56px 0; }
.customer-content_sidebar { position: sticky; top: 144px; }
.ccs_wrapper { margin-left: calc(100% - 360px); border: 1px solid #DEE4F4; border-radius: 12px; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); text-align: center; overflow: hidden; }
.ccs_body { padding: 55px 37px 60px; }
.ccs_body picture { display: block; margin-bottom: 34px; }
.ccs_body .button { font-size: 16px; color: #FE0072; height: 42px; letter-spacing: 0; background: transparent; }
.ccs_body .button:hover { color: #fff; background: #FE0072; }
.ccs_footer { padding: 32px; background: #34163E; }
.ccs_footer h6 { color: #FFF; font-family: "Avenir Next LT Pro"; font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: 0.4px; margin-bottom: 16px; }
.ccs_footer .button { min-width: 190px; font-size: 16px; height: 42px; }
.customer-content_wrapper { padding-left: 70px; }
.ccw_item:not(:last-child) { margin-bottom: 5rem; }
.ccw_item { font-family: "Avenir Next LT Pro"; font-size: 20px; color: #463D4A; font-weight: 500; }
.ccw_item h1,
.ccw_item h2,
.ccw_item h3,
.ccw_item h4,
.ccw_item h5,
.ccw_item h6 { font-family: "Avenir Next LT Pro"; color: #34163E; line-height: 1.35; font-weight: 700; letter-spacing: 0.56px; }
.ccw_item h1 strong,
.ccw_item h2 strong,
.ccw_item h3 strong,
.ccw_item h4 strong,
.ccw_item h5 strong,
.ccw_item h6 strong { color: #FE0072; font-style: italic; }
.ccw_item h3 { font-size: 34px; }
.ccw_item h4 { font-size: 28px; }
.ccw_item ul { margin: 0; padding-left: 0; }
.ccw_item ul:not(:last-child),
.ccw_item ol:not(:last-child) { margin-bottom: 24px; }
.ccw_item ul li { line-height: 1.45; letter-spacing: 0.4px; list-style-type: none; position: relative; padding-left: 21px; }
.ccw_item ul li:before { content: ''; width: 10px; height: 10px; border-radius: 10px; background: #FE0072; position: absolute; left: 0; top: 10px; }
.ccw_item li:not(:last-child) { margin-bottom: 16px; }
.ccw_item p:not(:last-child) { margin-bottom: 16px; }
.ccw_item a { font-size: 16px; color: #FE0072; }
.quote_item { padding: 30px 30px 45px; border-radius: 12px; border: 1px solid #C4CDE6; }
.qti_icon { margin-bottom: 16px; }
.qti_icon svg { vertical-align: top; }
.qti_text { color: #463D4A; font-size: 30px; line-height: 1.3; letter-spacing: 0.3px; }
.qti_author { margin-top: 16px; display: flex; gap: 19px; align-items: center; }
.qti_author_photo picture { display: inline-block; aspect-ratio: 1; background: #C4CDE6; border-radius: 50%; overflow: hidden; vertical-align: top; max-width: 60px; }
.qti_author_photo img { vertical-align: top; }
.qti_author_info { color: #635A66; font-size: 16px; line-height: 1.35; letter-spacing: 0.32px; }
.boxed_text { border-radius: 12px; border: 1px solid #DEE4F4; background: #EEF1FA; padding: 40px; }

.other-stories { background: #EEF1FA; padding: 8rem 0; }
.other-stories .sc_text { text-align: center; }
.other-stories .other-stories_slider { margin-top: 72px; overflow: hidden; }
.other-stories .swiper { overflow: visible; height: auto; }
.other-stories .swiper-wrapper { height: auto; }
.other-stories .swiper-slide { height: auto; }
.other-stories .story { height: 100%; max-height: 500px; display: flex; flex-direction: column; gap: 24px; padding: 24px; border-radius: 12px; border: 1px solid #DEE4F4; background: #fff; box-shadow: 0px 0px 30px 0px rgba(80, 54, 123, 0.12); }
.other-stories .story_logo {  }
.other-stories .story_text { color: #34163E; font-size: 24px; font-weight: 700; line-height: 1.35; letter-spacing: 0.48px; }
.other-stories .story_quote { display: flex; flex-direction: column; gap: 16px; border-radius: 12px; border: 1px solid #C4CDE6; background: #EEF1FA; padding: 16px 20px; }
.other-stories .sq_text { color: #635A66; font-size: 16px; font-weight: 500; line-height: 1.35; letter-spacing: 0.32px; }
.other-stories .sq_author { display: flex; align-items: center; gap: 11px; color: #463D4A; font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.56px; }
.other-stories .story_services { display: flex; gap: 30px; align-items: center; margin-top: auto; }
.other-stories .story_services > div { display: flex; align-items: center; gap: 8px; }
.other-stories .story_services a { margin-left: auto; }
.other-stories .swiper-buttons { margin-top: 74px; transform: unset; padding: 0; height: auto; justify-content: center; gap: 16px; }
.other-stories .swiper-pagination { width: auto; margin: 0; bottom: unset; }
.other-stories .swiper-button { width: 50px; height: 50px; background: #fff; border-radius: 50px; display: flex; justify-content: center; align-items: center; }
.other-stories .swiper-pagination-bullet { background: #B1B9D1; }
.other-stories .swiper-pagination-bullet-active { background: #FE0072; }

@media (max-width: 1330px) {
	.ccs_wrapper { margin-left: 0; }
	.ccs_body { padding: 40px 24px; }
	.ccs_body .button { padding: 6px 15px; }
	.ccs_footer { padding: 32px 16px; }
}

@media (max-width: 1199px) {
	.other-stories .story { max-height: unset; }
}

@media (max-width: 991px) {
	.hero-customer .section__text h1 { max-width: unset; }
	.ccs_body { padding: 24px; }
	.customer-content_wrapper { padding-left: 0; margin-top: 4rem; }
}

@media (max-width: 767px) {
	.hero-customer .hero__main { padding: 12rem 0 5rem; text-align: center; }
	.hero-customer .hero_logo { margin-bottom: 2.4rem; }
	.hero-customer .section__text h1 { font-size: 28px; text-align: center; margin-bottom: 3.2rem !important; }
	.customer_values { margin-top: 3.2rem; gap: 8px; }
	.customer_value { border-radius: 12px; background: #F8F9FF; padding: 24px 18px; width: calc(50% - 4px); min-width: unset; text-align: center; align-items: center; }
	.customer_value .cusv_value { font-size: 24px; }
	.customer_value .cusv_text { font-size: 12px; color: #3C1C60; }
	.customer_hero_img { display: none; }
	
	.customer-content .row { flex-direction: column-reverse; gap: 4rem; }
	.ccw_item { font-size: 16px; }
	.ccw_item h4 { font-size: 18px; }
	.quote_item { padding: 24px; }
	.boxed_text { padding: 24px; }
	
	.other-stories { padding: 5rem 0; }
	.other-stories .sc_text h2 { font-size: 24px; }
	.other-stories .other-stories_slider { margin-top: 24px; }
	.other-stories .story_services { flex-direction: column; align-items: flex-start; gap: 14px; }
	.other-stories .story_services > div:nth-child(2) { margin-bottom: -38px; }
}
/* Single Customer */
