/* @font-face {
  font-family: "Product Sans", sans-serif;
  src: url("../fonts/ProductSans-Bold.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Product Sans Medium", sans-serif;
  src: url("../fonts/ProductSans-Medium.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Product Sans", sans-serif;
  src: url("../fonts/ProductSans-Regular.ttf") format("truetype");
  font-display: fallback;
} */
:root {
  --c-primary-1: #0a6dc2;
  --c-primary-2: #57ac91;

  --c-base-1: #364b44;
  --c-base-2: #688092;
  --c-base-3: #222f2b;
  --c-base-4: #ffffff;
  --c-base-5: #d3eafd;
  --c-base-6: #dee0e3;
}
@media (min-width: 1200px) {
  .container {
    max-width: 109rem;https://consensus.app/home/wp-admin/theme-editor.php?file=confluance-theme-style.min.css&theme=confluance
  }
  .footer .container,
  .blog .container,
  .hero-blog .container {
    max-width: 109rem;
  }
}

.c-primary-1 {
  color: #0a6dc2;
}
.c-primary-2 {
  color: #57ac91;
}

.c-base-1 {
  color: #364b44;
}
.c-base-2 {
  color: #688092;
}
.c-base-3 {
  color: #222f2b;
}
.c-base-4 {
  color: #ffffff;
}
.c-base-5 {
  color: #d3eafd;
}
.c-base-6 {
  color: #dee0e3;
}
.button {
  --btn-fz: 1.6rem;
  --btn-padding: 0.5em 2.5em;
  font-weight: 700;
  border-radius: 2.5em;
  height: 2.5em;
  min-width: inherit;
  font-family: "Product Sans", sans-serif;
}
.button.large {
  --btn-fz: 1.8rem;
  --btn-padding: 0.7777777778em 1.5em;
  height: 3em;
}
.button.just-icon {
  --btn-padding: 0.5em;
  width: 2em;
  height: 2em;
}
.just-icon .icn {
  --i-size: 1.8rem;
}
.button-primary-1 {
  --btn-bg: var(--c-primary-1);
  --btn-color: var(--c-base-4);
}
.button-primary-2 {
  --btn-bg: var(--c-primary-2);
  --btn-color: var(--c-base-4);
}
.button-base-1 {
  --btn-bg: var(--c-base-1);
  --btn-color: var(--c-base-4);
}
.button-base-2 {
  --btn-bg: var(--c-base-2);
  --btn-color: var(--c-base-4);
}
.button-base-3 {
  --btn-bg: var(--c-base-3);
  --btn-color: var(--c-base-4);
}
.button-base-4 {
  --btn-bg: var(--c-base-4);
  --btn-color: var(--c-base-3);
}
.button-base-5 {
  --btn-bg: var(--c-base-5);
  --btn-color: var(--c-primary-1);
}
.button-base-5:hover {
  background: var(--c-primary-1);
}

.icn {
  --i-size: 2.4rem;

  width: var(--i-size);
  min-width: var(--i-size);
  height: var(--i-size);
  position: relative;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.15s linear;
  background-color: currentColor;
}
.arrow-forward {
  -webkit-mask-image: url("../images/redesign/icons/arrow-forward.svg");
  mask-image: url("../images/redesign/icons/arrow-forward.svg");
}
.icn-search {
  -webkit-mask-image: url("../images/redesign/icons/search.svg");
  mask-image: url("../images/redesign/icons/search.svg");
}

body {
  overflow: auto;
}
.page-template-homepage-new {
  --base-font-family: "Product Sans", sans-serif;
  --headings-sizes-h2: 4.8rem;
  --headings-sizes-h4: 2.2rem;

  background: url("../images/redesign/background.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.page-template-homepage-new_updated {
  --base-font-family: "Product Sans", sans-serif;
  --headings-sizes-h2: 5rem;
  --headings-sizes-h4: 2.2rem;

  background: url("../images/redesign/background.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* .page-template-homepage-new_updated > .section_bg img {
  object-position: top;
} */
@media (max-width: 1199px) {
  .page-template-homepage-new,
  .page-template-homepage-new_updated {
    background-attachment: inherit;
  }
}
@media (max-width: 991px) {
  .page-template-homepage-new,
  .page-template-homepage-new_updated {
    --headings-sizes-h2: 2.2rem;
    --headings-sizes-h4: 2rem;
  }
}
@media (max-width: 767px) {
  .page-template-homepage-new,
  .page-template-homepage-new_updated {
    background-position: top left;
  }
  .page-template-homepage-new .section .button,
  .page-template-homepage-new_updated .section .button {
    width: 100%;
  }
}
.page-template-homepage-new h2,
.page-template-homepage-new_updated h2 {
  font-weight: 700;
  color: inherit;
  font-size: var(--headings-sizes-h2) !important;
}
.footer {
  overflow: hidden;
}
.footer .section_bg {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
.page-template-homepage-new .footer,
.page-template-homepage-new_updated .footer {
  background: none !important;
  padding-top: 25rem;
  /* background: url("../images/redesign/background-footer.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.footer_logo img {
  height: 8rem;
  width: auto;
}
@media (max-width: 991px) {
  .page-template-homepage-new .footer,
  .page-template-homepage-new_updated .footer {
    padding-top: 18rem;
  }
}
.header-new {
  height: 9.2rem;
  background: transparent;
  transition: 0.2s ease-in-out;
}
.header-new .container {
  justify-content: inherit;
}
.header-new.scrolled {
  background: var(--c-base-4);
  box-shadow: 0px 4px 4px 0px rgba(0, 83, 147, 0.25);
}
.header-new .logo_wrap,
.header-new .actions_wrap {
  width: 20rem;
}
@media (max-width: 991px) {
  .header-new .logo_wrap {
    width: auto;
    margin-right: auto;
  }
  .header-new .actions_wrap {
    width: auto;
  }
  .header-new .button {
    --btn-fz: 1.2rem;
    font-size: var(--btn-fz);
    height: 2.5em;
    padding: 0.5em 1em;
    min-width: inherit !important;
    opacity: 1;
  }
  .header-new .menu-button {
    opacity: 1;
  }
}
.header-new .actions_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.header-new .logo {
  --size: 4rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  padding: 0.8rem;
  background: var(--c-base-4);
  border-radius: 0.8rem;
  margin-right: auto;
}
.header-new .logo picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .header-new .menu__wrap {
    flex: 1;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  }
}
.header-new .menu__wrap > *:not(:last-child) {
  margin-right: 0;
}
.header-new .menu {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--c-base-1);
}
.header-new .menu_item {
  margin: 0 2.7rem;
}
.header-new .menu_link {
  padding: 0;
  transition: color 0.2s ease-in-out;
  color: inherit;
}
.header-new .menu_link:before,
.header-new .menu_link:after {
  display: none;
}
.header-new .button {
  min-width: inherit;
}
.header-new .button.sign-up {
  min-width: 13.6rem;
}
.header-new .button-link {
  background: transparent;
  color: var(--btn-bg);
  border: none;
}
.header-new .button-link:hover {
  background: var(--btn-bg);
  color: var(--btn-color);
}
@media (max-width: 991px) {
  .header-new .actions_wrap > *:not(:last-child) {
    margin-right: 1rem !important;
  }
  .header-new .menu {
    font-size: 1.8rem;
  }
  .header-new .menu_item {
    margin: 1rem 0;
  }
}
/*say-about*/
.say-about {
  background: var(--c-base-4);
  position: relative;
  margin-bottom: -17.5rem;
}
.say-about_content {
  position: relative;
  border-radius: 2.6rem;
  overflow: hidden;
  height: 35rem;
  background: url("../images/redesign/say-about-gradient.png"), var(--c-base-4);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  padding: 8rem;
  text-align: center;
  box-shadow: 32px 20px 50px rgba(189, 201, 219, 0.16);
}
.say-about_content h2 {
  font-weight: 700;
}
.say-about_content h2:not(:last-child) {
  margin-bottom: 6rem;
}
.say-about-pseudoform {
  position: relative;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  border-radius: 4rem;
  background: var(--c-base-4);
  border: 0.1rem solid var(--c-base-6);
  padding: 0.8rem;
  height: 6.8rem;
}
.say-about-pseudoform .typed_wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0.5rem 2.6rem;
  flex: 1;
}
.say-about-pseudoform_button .button {
  --btn-fz: 2.6rem;
}
@media (max-width: 991px) {
  .say-about {
    margin-bottom: -10rem;
  }
  .say-about_content {
    padding: 4rem 2.6rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .say-about h2:not(:last-child) {
    margin-bottom: 2.6rem;
  }
  .say-about-pseudoform {
    height: 4rem;
    padding: 0.4rem;
  }
  .say-about-pseudoform .typed_wrap {
    font-size: 1.2rem;
    padding: 0.5rem 1.2rem;
  }
  .say-about-pseudoform_button .button {
    --btn-fz: 1.6rem;
  }
}

.mission {
  --headings-sizes-h2: 6.4rem;
  padding: 12rem 0;
  background: var(--c-base-4);
}
.mission .section_text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.mission h2 {
  color: #1f1f1f;
  max-width: 97rem;
  margin: 0 auto 4rem auto;
}
@media (max-width: 991px) {
  .mission {
    padding: 8rem 0;
  }
  .mission h2 {
    font-size: 2.8rem !important;
    max-width: 33rem;
    margin: 0 auto 2.6rem auto;
  }
}

.different {
  padding: 12rem 0 0 0;
  background: url("../images/redesign/background-what.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.different .button {
  min-width: 23.8rem;
}
.different .section_text {
  text-align: center;
}
.different h2:not(:last-child) {
  margin-bottom: 4rem;
}
.different .section_text:not(:last-child) {
  margin-bottom: 6rem;
}
.different_content {
  max-width: 84.5rem;
  margin: 0 auto;
  width: 100%;
}
.different .item {
  position: relative;
  margin-bottom: -43.75%;
}
.different .item > * {
  position: relative;
}
.different .item > *:not(:last-child) {
  margin-bottom: 2.4rem;
}
.different .item_head {
  text-align: center;
}
.different .item_icon {
  --i-size: 10rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: var(--i-size);
  height: var(--i-size);
  border-radius: 100%;
  box-shadow: 8px 12px 26px rgba(185, 185, 185, 0.2);
  background: var(--c-base-4);
  margin-bottom: 2rem;
  padding: 3rem;
}
.different .item_icon.sized img {
  transform: scale(1.5);
}
.different .item_icon picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.different .item h4 {
  color: var(--c-base-3);
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.different .item p {
  font-size: 1.8rem;
  max-width: 32rem;
  margin: 0 auto;
  color: var(--c-base-2);
  line-height: 1.277777778;
}
.different .item_text {
  margin-bottom: 2.6rem;
}
.different .item_mockup {
  position: relative;
  width: 100%;
}
.different .item_mockup .mockup {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.different .item_mockup .mockup_inner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.15s linear;
  -webkit-mask-image: url("../images/redesign/iphone-mockup-inner.png");
  mask-image: url("../images/redesign/iphone-mockup-inner.png");
}
.different .item_mockup .mockup_inner img {
  width: 96%;
  left: 2%;
  top: 2%;
  position: absolute;
}
@media (max-width: 991px) {
  .different {
    padding: 8rem 0 0 0;
  }
  .different h2:not(:last-child) {
    margin-bottom: 2.6rem;
  }
  .different .item_icon {
    --i-size: 4.8rem;
    padding: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .different .item h4 {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
  .different .item p {
    font-size: 1.2rem;
  }
}

.wis {
  padding: 12rem 0 4rem 0;
  background: var(--c-base-4);
  color: var(--c-base-2);
}
.wis .section_text {
  text-align: center;
}
.wis h2 {
  color: var(--c-base-3);
}
.wis h2:not(:last-child) {
  margin-bottom: 2rem;
}
.wis .button {
  min-width: 23.8rem;
}
.wis .section_text:not(:last-child) {
  margin-bottom: 6rem;
}
.wis-item {
  position: relative;
  min-height: 100%;
  aspect-ratio: 1 / 1;
  background: var(--c-base-4);
  box-shadow: 25px 25px 36px rgba(210, 222, 241, 0.26);
  border-radius: 2.6rem;
  padding: 4rem 2.6rem;
  text-align: center;
}
.wis-item_icon {
  position: relative;
  margin-bottom: 2.6rem;
  height: 10rem;
}
.wis-item_icon picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.wis-item h4 {
  font-weight: 700;
  color: var(--c-base-3);
  margin-bottom: 1.6rem;
}
.wis-item p {
  padding: 0 1.4rem;
}
@media (max-width: 991px) {
  .wis {
    padding: 8rem 0;
  }
  .wis h2:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .wis .row {
    justify-content: center;
  }
}

.want {
  --headings-sizes-h2: 4.4rem;
  background: var(--c-base-4);
  overflow: inherit;
}
.want_content {
  position: relative;
  display: flex;
  border-radius: 2.6rem;
  /* background: url("../images/redesign/want-gradient.png"), var(--c-base-4); */
  box-shadow: 30px 20px 50px rgba(189, 201, 219, 0.16);
  height: 35rem;
  overflow: hidden;
  margin-top: -17.5rem;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.want_image {
  position: relative;
  width: 40%;
  min-width: 40%;
  height: 100%;
  min-height: 22rem;
	padding: 50px;
}
.want_image picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.want_image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /*object-fit: cover; */
  width: 100%;
  height: 100%;
}
.want_text {
  position: relative;
  width: 60%;
  flex: 1;
  padding: 8.4rem 4rem;
  letter-spacing: 0.01em;
}
.want_text h2 {
  margin-bottom: 2rem;
}
.want_text p {
  color: var(--c-base-2);
}

@media (max-width: 991px) {
  .want {
    --headings-sizes-h2: 2.2rem;
  }
  .want_content {
    height: 22rem;
    /* flex-wrap: wrap; */
    margin-top: -11rem;
  }
  .want_image {
    order: 1;
    /* width: 100%; */
    height: 22rem;
  }
  .want_image img {
    width: auto;
  }
  .want_text {
    order: 2;
    /* width: 100%; */
    padding: 4rem 2rem;
    min-height: calc(22rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .want_text h2:not(:last-child) {
    margin-bottom: 1.2rem;
    max-width: 28rem;
  }
  .want_text p {
    font-size: 1.6rem;
    max-width: 28rem;
  }
}
@media (max-width: 767px) {
  .want {
    --headings-sizes-h2: 2.2rem;
  }
  .want_content {
    height: 44rem;
    flex-wrap: wrap;
    margin-top: -22rem;
  }
  .want_image {
    order: 2;
    width: 100%;
    height: 22rem;
  }
  .want_image img {
    /* width: 100%; */
  }
  .want_text {
    order: 1;
    width: 100%;
    min-height: calc(100% - 22rem);
  }
}

.hero-new {
  padding: 15rem 0 24rem 0;
}
.hero-new .section_text {
  text-align: center;
}
.hero-new .section_text:not(:last-child) {
  margin-bottom: 6rem;
}
.hero-new .logo {
  width: 100%;
  max-width: 20.6rem;
  margin: 0 auto 4rem auto;
}
.hero-new h1 {
  color: var(--c-base-3);
  font-weight: 700;
}
.hero-new-search {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.hero-new-search > *:not(:last-child) {
  margin-bottom: 2rem;
}
.hero-new-search form {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 62.5rem;
  width: 100%;
  background: var(--c-base-4);
  border-radius: 2.6rem;
  box-shadow: 0px 8px 12px rgba(189, 201, 219, 0.16);
  padding: 1rem;
  height: 5.6rem;
}
.hero-new-search form input {
  flex: 1;
  padding: 0.5rem 2.6rem;
  color: var(--c-base-3);
  outline: none;
  border: none;
}
.hero-new-search form input::placeholder {
  color: var(--c-base-1);
  opacity: 0.5;
}
.hero-new-search form button {
  --btn-color: var(--c-primary-1);
  width: 5.6rem !important;
}
.hero-new-search form button:hover {
  color: var(--c-primary-2);
}
.hero-new-search form button .icon {
  --i-size: 1.8rem;
}
.hero-new-search .vl {
  width: 0.1rem;
  min-width: 0.1rem;
  height: 3.6rem;
  background: var(--c-base-6);
  position: relative;
  display: inline-block;
}
.hero-new-search_tags {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.hero-new-search_tags .title {
  width: max-content;
  min-width: max-content;
  color: var(--c-base-2);
  margin-right: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
.hero-new-search_tags .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem -0.6rem;
}
.hero-new-search_tags .items a {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: var(--c-primary-2);
  padding: 0.6rem 1.6rem;
  background: var(--c-base-4);
  border-radius: 2.2rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-decoration: none;
  margin: 0.3rem 0.6rem;
  transition: 0.2s ease-in-out;
}
.hero-new-search_tags .items a:hover {
  color: var(--c-base-4);
  background: var(--c-primary-2);
}

@media (max-width: 991px) {
  .header-new {
    padding: 2rem 0;
    height: 8rem;
  }
  .hero-new {
    padding: 8.4rem 0 30rem 0;
  }
  .hero-new .logo {
    margin-bottom: 2.4rem;
    max-width: 11.6rem;
  }
  .hero-new h1 {
    max-width: 33.3rem;
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin: 0 auto;
  }
  .hero-new .section_text:not(:last-child) {
    margin-bottom: 4rem;
  }
  .hero-new-search form {
    height: 4rem;
    max-width: 100%;
  }
  .hero-new-search input {
    font-size: 1.4rem;
  }
  .hero-new-search .vl {
    height: 2rem;
  }
  .hero-new-search form button {
    width: 3.4rem !important;
  }
  .hero-new-search_tags {
    flex-direction: column;
  }
  .hero-new-search_tags .title {
    margin-bottom: 1.2rem;
    margin-right: 0;
  }
  .hero-new-search_tags .items {
    justify-content: center;
    margin: -0.3rem -1.2rem;
  }
  .hero-new-search_tags .items a {
    font-size: 1.2rem;
    padding: 0.6rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .footer_menu {
    justify-content: center;
  }
  .footer_menu-title {
    margin-bottom: 1rem;
  }
  .footer_menu > li {
    margin: 0.5rem 1rem;
  }
}

.sub {
	display: flex;
	align-items: center;
	align-content: center;
	padding: 3rem;
	height: 21rem;
	background: url('../images/redesign/background.jpg'), linear-gradient(270deg, #CEF4F6 1.99%, #2FAE8F 100%);
	background-repeat: none;
	background-size: cover;
	background-position: center center;
}
.sub h2 {
	font-size: 2.8rem;
}
.sub .row {
	align-items: center;
	align-content: center;
}
.sub .form_wrap .wpcf7 {
	max-width: 100% !important;
	display: flex;
	justify-content: flex-end;
}
.sub form {
	position: relative;
	display: flex;
  flex-wrap: wrap;
	max-width: 47rem;
	width: 100%;
}
.sub .wpcf7-not-valid-tip {
  padding-left: 1em !important;
  font-size: 1.4rem !important
}
.sub .wpcf7-spinner{
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.sub .wpcf7-response-output {
  border: none !important;
    font-size: 1.4rem !important;
    margin-top: 2rem !important;
    position: relative;
    display: block;
    text-align: left;
}
.sub .form__field {
	flex: 1;
	margin: 0 !important;
}
.sub #wpcf7-f32-o1 .form__field-buttons {
	width: 19.8rem;
	flex: none;
	margin-top: 0 !important;
}
.sub form input[type="email"] {
	height: 6.2rem;
	padding: 1.4rem 3rem;
	background: #fff;
	border-top-left-radius: 3.2rem;
	border-bottom-left-radius: 3.2rem;
  outline: none !important;
}
.sub form input[type="email"]::placeholder {
	color: #2FAE8F;
}
.sub form input[type="submit"] {
	height: 6.2rem;
	border-radius: 0;
	border-top-right-radius: 3.2rem;
	border-bottom-right-radius: 3.2rem;
}
@media (max-width: 767px) {
	.sub {
		height: auto;
		text-align: center;
	}
	.sub form {
		flex-direction: column;
	}
	.sub #wpcf7-f32-o1 .form__field-buttons {
		width: 100% !important;
	}
	.sub form input[type="email"] {
		border: none !important;
		border-top-left-radius: 3.2rem !important;
		border-top-right-radius: 3.2rem !important;
		border-bottom-left-radius: 0;
		text-align: center;
	}
	.sub form input[type="submit"] {
		border-radius: 0 !important;
		border-bottom-left-radius: 3.2rem !important;
		border-bottom-right-radius: 3.2rem !important;
	}
}
.create-acc-btn_wrap {
	margin-top: 40px;
}
.create-acc-btn {
	display: inline-flex;
	flex-direction: column;
	padding: 17.56px 70.13px;
	border-radius: 100px;
	background: linear-gradient(91.72deg, #096DC2 36.55%, rgba(43, 174, 144, 0.8) 101.54%), #096DC2;
	box-shadow: 4px 2px 12px rgba(255, 255, 255, 0.95);
	color: #fff;
	text-align: center;
	text-decoration: none
}
.create-acc-btn .sized {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.create-acc-btn .text {
	font-weight: 400;
	font-size: 20px;
	line-height: 24.26px;
}
@media (max-width: 991px) {
	.hero-new {
		padding-bottom: 18rem;
	}
}
@media (max-width: 767px) {
	.create-acc-btn_wrap {
	margin-top: 20px;
}
	.hero-new {
		padding-bottom: 26rem;
	}
	.create-acc-btn {
		padding: 17.56px 30.13px;
	}
	.create-acc-btn .sized {
		font-size: 20px;
		line-height: 24px;
	}
	.create-acc-btn .text {
		font-size: 16px;
		line-height: 20px;
	}
}

.featured {
  background: #fff;
  padding: 6rem 0 10rem 0;
}
.featured_twitter {
  position: relative;
  z-index: 1;
}
.featured h2 {
  font-size: 3.4rem !important;
}
.featured .section_text {
  text-align: center;
  margin-bottom: 5.5rem;
}
.featured_items {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 2.25rem 4.5rem;
}
@media (max-width: 1199px) {
  .featured_items {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .featured h2 {
    font-size: 2.4rem !important;
  }
}


/*Update*/
.page-template-homepage-new_updated h2 {
  color: #222F2B;
}

.header-new {
  height: 10.4rem;
  padding: 2rem 0;
  background: #fff;
}

.header-new .container {
  max-width: 152rem;
}

.header-new .logo {
  width: 12.4rem;
  height: auto;
  background: none;
  padding: 0;
}

@media (max-width: 767px) {
  .header-new {
    height: 6.4rem;
    padding: 1.2rem 0;
  }

  .header-new .logo {
    width: 7.8rem;
  }
}

.header-new .menu {
  font-size: 1.8rem;
}

.header-new .menu_item {
  margin: 0 3rem;
}

.header-new .button {
  --btn-fz: 1.6rem;
  --btn-padding: 1.2rem 2.75rem;
  font-weight: 400;
  min-width: 12rem !important;
  width: 12rem !important;
}

.header-new .button-link {
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .header-new .button {
    min-width: inherit !important;
    width: auto !important;
    --btn-fz: 1.4rem;
    --btn-padding: 0.7rem 2rem;
  }

  .header-new .button-link {
    margin-right: 1.2rem;
  }
}

.header-new .button.sign-in {
  background: #D3EAFD;
  color: #085394;
}

.header-new .button.sign-up {
  background: #0A6DC2;
  color: #fff;
}

.hero-new {
  padding: 20.4rem 0 35.2rem 0;
}

/* @media (max-width: 1599px) {
  .hero-new {
    padding-bottom: 35.2rem;
  }
} */

@media (max-width: 991px) {
  .hero-new {
    padding: 16.4rem 0 23rem 0;
  }
}

@media (max-width: 767px) {
  .hero-new {
    padding: 10.4rem 0 14.7rem 0;
  }
}

.hero-new .section_text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #364B44;
}

@media (max-width: 991px) {
  .hero-new .section_text {
    font-size: 1.8rem;
    max-width: 31rem;
    margin: 0 auto;
  }
}

.hero-new .section_text:not(:last-child) {
  margin-bottom: 3.2rem;
}

.hero-new h1 {
  margin-bottom: 1.2rem;
  color: #222F2B;
}

@media (min-width: 992px) {
  .hero-new h1 {
    font-size: 6.4rem;
  }
}

.hero-new h1 span {
  color: #2BAE90;
}

.hero-new-search form {
  height: 6rem;
  border-radius: 3rem;
  border: 1px solid rgba(10, 109, 194, 0.35);
  max-width: 79rem;
}

@media (max-width: 767px) {
  .hero-new-search form {
    height: 4.4rem !important;
  }
}

.hero-new-search .vl {
  display: none;
}

.hero-new-search form input {
  padding: 0.7rem 2rem;
}

@media (max-width: 767px) {
  .hero-new-search form input {
    padding: 0.5rem 1.6rem;
  }
}

.hero-new-search form button {
  color: #222F2B;
}

@media (max-width: 767px) {
  .hero-new-search form button {
    padding: 0;
    width: 2rem !important;
    height: 2rem !important;
  }
}

.hero-new .create-acc-btn_wrap {
  text-align: center;
  color: #364B44;
  font-size: 1.6rem;
}

.hero-new .create-acc-btn_wrap p {
  margin-top: 1.2rem;
}

.hero-new .create-acc-btn {
  padding: 1.2rem 3.25rem;
  min-width: 20rem;
  height: 4.8rem;
  border-radius: 9rem;
  background: linear-gradient(76.42deg, #009FF5 -84.16%, #2BAE90 141.47%);
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-new .create-acc-btn_wrap {
    width: 100%;
  }

  .hero-new .create-acc-btn {
    width: 100%;
  }
}

@media (min-width: 1921px) {
  .want .container {
    /* max-width: 1390px; */
  }
}

/* .want_content {
  min-height: 76.5rem;
  height: auto;
  margin-top: -38.25rem;
} */
.want_content {
  min-height: 59.5rem;
  height: 59.5rem;
  margin-top: -29.75rem;
}

@media (max-width: 1900px) {
  .want_content {
    min-height: 59.5rem;
    height: 59.5rem;
    margin-top: -29.75rem;
  }
}

@media (max-width: 1199px) {
  .want_content {
    min-height: 52rem;
    height: 52rem;
    margin-top: -26rem;
  }
}

@media (max-width: 991px) {
  .want_content {
    min-height: 38rem;
    height: 38rem;
    margin-top: -19rem;
  }
}

@media (max-width: 767px) {
  .want_content {
    width: 33.3rem;
    margin: -10.5rem auto 0 auto;
    min-height: 21rem;
    height: 21rem;
    border-radius: 0.7rem;
  }

  .want_content picture {
    width: 100%;
    height: 100%;
  }

  .want_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.want_media {
  width: 100%;
}

.want_media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.want_media picture {
  position: relative;
  width: 100%;
  display: flex;
}

.why {
  padding: 12rem 0;
  background: #fff;
}

@media (max-width: 991px) {
  .why {
    padding: 8rem 0;
  }

  .why h2 {
    font-size: 2.4rem !important;
    margin-bottom: 1.6rem;
  }
}

.why .row {
  align-items: center;
  align-content: center;
}

@media (min-width: 1200px) {
  .why .row {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .why .row>div {
    padding: 0 4rem;
  }
}

.why_text {
  margin-bottom: 6rem;
  text-align: center;
}

@media (max-width: 991px) {
  .why_text {
    max-width: 33.3rem;
    margin: 0 auto 4rem auto;
    font-size: 1.6rem;
  }
}

.why .container {
  max-width: 1508px;
}

.why_slider .swiper-container {
  height: 100%;
}

@media (max-width: 991px) {
  .why_slider {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .why_slider {
    max-width: 33.3rem;
    margin: 0 auto;
  }
}

.why_slider-main {
  height: 50.5rem;
}

@media (max-width: 991px) {
  .why_slider-main {
    height: 30.3rem;
  }
}

.why_slider-gal .back {
  --w: 106rem;
  position: absolute;
  width: var(--w);
  height: calc(var(--w) * 0.8150943396);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 12.5rem;
  pointer-events: none;
}

@media (max-width: 991px) {
  .why_slider-gal .back {
    --w: 50.2rem;
  }
}

.why_slider-gal .swiper-slide {
  align-items: center;
  align-content: center;
}

.why_slider-gal .swiper-slide>picture {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  align-content: center;
}

.why_slider-gal .swiper-slide {
  opacity: 0 !important;
}

.why_slider-gal .swiper-slide-active {
  opacity: 1 !important;
}

.why_slider-main .swiper-slide {
  flex: 1;
}

.why .item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 2rem;
  padding: 2.5rem;
  color: #222F2B;
}

@media (max-width: 991px) {
  .why .item {
    padding: 1.6rem;
  }
}

.why .item .title {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .why .item .title {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
}

.why .item .text {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #688092;
}

@media (max-width: 991px) {
  .why .item .text {
    font-size: 1.2rem;
  }
}

.why .item_icon {
  position: relative;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 2.6rem;
  background: #E9F5FF;
}

.why .item_icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .why .item_icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    margin-right: 1.4rem;
  }

  .why .item_icon:before {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.why .item_icon .icn {
  position: relative;
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(48deg, #0A6DC2 17.83%, #57AC91 94.76%);
  width: 3.6rem;
  height: 3.6rem;
  min-width: 3.6rem;
}

@media (max-width: 991px) {
  .why .item_icon .icn {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
  }
}

.why_slider-main .swiper-slide {
  cursor: pointer;
}

.why_slider-main .swiper-slide-thumb-active .item {
  box-shadow: 0px 20px 60px 0px rgba(8, 83, 148, 0.09);
  background: #fff;
}

.why_slider-main .swiper-slide-thumb-active .item_icon {
  background: linear-gradient(48deg, #0A6DC2 17.83%, #57AC91 94.76%);
}

.why_slider-main .swiper-slide-thumb-active .item_icon .icn {
  background: #fff;
}

.section_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section_bg picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.section_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.featured {
  padding: 12rem 0;
  background: none;
}

.featured .container {
  max-width: 152rem;
}

.featured_items {
  justify-content: center;
  gap: 2.25rem 6rem;
}

.featured_items .item_wrap,
.featured_items .item_wrap a,
.featured_items .item_wrap .image {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
}

.featured_items .item_wrap picture {
  display: flex;
  align-items: center;
  align-content: center;
}

.featured_items .item_wrap img {
  max-height: 4rem;
}

.featured_slider .swiper-wrapper {
  transition-timing-function: linear !important;
  transition-duration: 10000ms !important;
}

.featured_slider .swiper-slide {
  width: auto !important;
}

.featured_slider .swiper-slide a {
  display: flex;
  height: 3.2rem;
}

.featured_slider .swiper-slide picture {
  position: relative;
  height: 100%;
  display: flex;
}

.featured_slider .swiper-slide img {
  height: 100%;
  width: auto;
}

@media (max-width: 991px) {
  .featured {
    padding: 8rem 0;
  }
}

.featured .sized {
  position: relative;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12rem;
  margin-bottom: 0.8rem;
  background: -webkit-linear-gradient(0deg, #0A6DC2, #57AC91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .featured .sized {
    font-size: 6.4rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 767px) {
  .featured .sized {
    font-size: 3.2rem;
  }
}

.featured .section_text {
  font-size: 3rem;
  line-height: 1.8;
}

@media (max-width: 1599px) {
  .featured .section_text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .featured .section_text {
    font-size: 1.8rem;
  }

  .featured .section_text p {
    max-width: 33.3rem;
    margin: 0 auto;
  }
}

.featured h2 {
  font-size: 5rem !important;
}

.featured h2 span {
  background: -webkit-linear-gradient(0deg, #0A6DC2, #57AC91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tweets_slider {
  position: relative;
  padding: 0 4rem;
}

@media (max-width: 991px) {
  .tweets_slider {
    padding: 0 1.5rem;
  }
  .featured h2 {
    font-size: 2.4rem !important;
    max-width: 28rem;
    margin: 0 auto;
  }
}

.tweets_slider:not(:last-child) {
  margin-bottom: 10.4rem;
}

.tweets_slider .swiper-slide {
  max-width: 49.8rem;
}

@media (max-width: 991px) {
  .tweets_slider:not(:last-child) {
    margin-bottom: 8rem;
  }

  .tweets_slider .swiper-slide {
    max-width: 33.3rem;
  }
}

.tweets_slider .swiper-slide picture {
  position: relative;
  display: flex;
}

.tweets_slider .swiper-slide picture img {
  width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(8, 83, 148, 0.09);
  border-radius: 1.2rem;
}

.helps {
  padding: 12rem 0 6rem 0;
  background: #fff;
}

@media (max-width: 991px) {
  .helps {
    padding: 8rem 0 4rem 0;
  }
}

.helps .row {
  gap: 0
}

.helps h2 {
  font-size: 5.5rem !important;
  margin-bottom: 0.8rem;
}

@media (max-width: 991px) {
  .helps h2 {
    font-size: 2.8rem !important;
  }
}

.helps .section_text {
  text-align: center;
  margin-bottom: 6rem;
}

.helps .typed-2 {
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.helps .typed-2 .inner {
  position: relative;
  display: inline-block;
  background: linear-gradient(88.46deg, #0A6DC2 22.14%, #57AC91 113.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.helps .typed-2 .typed-cursor {
  display: none;
}

@media (min-width: 1200px) {
  .helps .container {
    max-width: 155rem;
  }
}

.helps .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -2.5rem;
}

.helps .row>div {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.helps .item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 3rem;
  border: 0.3rem solid #E9F5FF;
  padding: 3.2rem;
}

@media (max-width: 991px) {
  .helps .item {
    padding: 2rem;
  }
}

.helps .item_icon {
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #E7F3FE;
  width: 7rem;
  height: 7rem;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .helps .item_icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.2rem;
  }
}

.helps .item_icon picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.helps .item_icon img {
  max-width: 3.2rem;
}

@media (max-width: 991px) {
  .helps .item_icon img {
    max-width: 1.35rem;
  }
}

.helps .item_text {
  flex: 1;
  margin-bottom: 3.2rem;
  color: #688092;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .helps .item_text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.helps .item h4 {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  color: #222F2B;
}

@media (max-width: 991px) {
  .helps .item h4 {
    font-size: 1.8rem;
  }
}

.helps .item_ss a {
  color: #2BAE90;
  font-size: 1.8rem;
  text-decoration: none;
}

@media (max-width: 991px) {
  .helps .item_ss a {
    font-size: 1.4rem;
  }
}

.different {
  padding: 6rem 0 6rem 0;
  background: #fff;
}

.different_what {
  transform: translateX(-2rem);
}
@media (max-width: 991px) {
  .different_what {
    transform: translateX(-0.5rem);
  }
}

@media (max-width: 1599px) {
  .different {
    padding-bottom: 9rem;
  }
}

@media (max-width: 991px) {
  .different {
    padding: 4rem 0 0 0;
  }
}

.different .item {
  margin-bottom: -8rem;
}

.different h2 {
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 70.1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2rem auto;
}

@media (max-width: 991px) {
  .different h2 {
    justify-content: center;
  }

  .different h2 span:not(:last-child) {
    margin-right: 1.9rem;
  }
}

.different p {
  max-width: 72.9rem;
  margin: 0 auto;
  font-size: 2.2rem;
  color: #364B44;
}

@media (max-width: 991px) {
  .different p {
    font-size: 1.2rem;
    max-width: 33.3rem;
    margin: 0 auto;
  }
}

.different h2 span {
  display: inline-block;
}

.different h2 .cons {
  background: linear-gradient(88.46deg, #0A6DC2 22.14%, #57AC91 113.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.different .item_head,
.different .item_text {
  margin-bottom: 0 !important;
}

.different .item_text:after {
  content: '';
  position: relative;
  display: inline-block;
  margin: 0.85rem auto 1rem auto;
  width: 3rem;
  height: 2.2rem;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-image: url("../images/redesign/home/diff/arr-m-l.svg");
  mask-image: url("../images/redesign/home/diff/arr-m-l.svg");
}

@media (max-width: 767px) {
  .different .item_text:after {
    width: 1.5rem;
    height: 1.1rem;
  }
}

.different .row>div:nth-child(1) .item_text:after {
  background: #2BAE90;
}

.different .row>div:nth-child(2) .item_text:after {
  background: #E3504F;
}

.different .item_mockup .mockup_inner img {
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1599px) {
  .different .item_text h4 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .different .item_text h4 {
    font-size: 1rem;
    max-width: 14.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .different .item_head {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 20rem;
    display: flex;
  }

  .different .item_text {
    margin-bottom: 0;
    width: 100%;
  }

  .different .item_text:after {
    position: absolute;
    width: 7rem;
    height: 7rem;
    -webkit-mask-image: url("../images/redesign/home/diff/arr-d-l.svg");
    mask-image: url("../images/redesign/home/diff/arr-d-l.svg");
  }

  .different .item_text h4 {
    max-width: 28.3rem;
    width: 100%;
  }

  .different .row>div:nth-child(1) .item_head {
    align-items: flex-start;
    align-content: flex-start;
  }

  .different .row>div:nth-child(1) .item_text {
    transform: translateX(calc(-1 * (100% + 3.8rem)));
    text-align: right;
    margin-top: 11rem;
  }

  .different .row>div:nth-child(1) .item_text:after {
    top: calc(100% + 1.5rem);
    margin-top: 0;
    right: 0;
  }

  .different .row>div:nth-child(1) .item_text h4 {
    margin-left: auto;
  }

  .different .row>div:nth-child(2) .item_head {
    align-items: flex-end;
    align-content: flex-end;
  }

  .different .row>div:nth-child(2) .item_text {
    transform: translateX(calc(1 * (100% + 3.8rem)));
    text-align: left;
    margin-bottom: calc(11rem);
  }

  .different .row>div:nth-child(2) .item_text:after {
    bottom: calc(100% + 1.5rem);
    margin-top: 0;
    left: 0;
    transform: scale(-1, -1);
  }

  .different .row>div:nth-child(2) .item_text h4 {
    max-width: 29.3rem;
  }
}

@media (min-width: 1400px) {
  .different .item_head {
    padding-bottom: 25rem;
  }
}

@media (min-width: 1600px) {
  .different .item_head {
    padding-bottom: 28rem;
  }
}

@media (max-width: 1599px) {
  .different .item {
    margin-bottom: -6rem;
  }
}

@media (max-width: 991px) {
  .different .item {
    margin-bottom: -4.5rem;
  }
}

@media (max-width: 767px) {
  .different .item {
    margin-bottom: 1rem;
  }
}

.mission {
  padding: 0;
  overflow: visible;
}

.mission h2 {
  font-size: 5rem !important;
  color: #222F2B;
}

@media (max-width: 991px) {
  .mission h2 {
    font-size: 3.2rem !important;
  }
}

@media (max-width: 767px) {
  .mission h2 {
    font-size: 1.6rem !important;
  }
}

.mission .section_buttons {
  position: relative;
  display: flex;
  justify-content: center;
  margin: -1rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .mission .section_buttons {
    flex-direction: column;
    margin: -0.5rem;
  }
}

.mission .section_buttons .button {
  margin: 1rem;
  height: 6rem;
  border-radius: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .mission .section_buttons .button {
    margin: 0.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.mission .section_buttons .button:first-child {
  border: 1px solid #0A6DC2;
  background: #E9F5FF;
  color: #0A6DC2;
}

.mission .section_buttons .button:first-child:hover {
  background: #0A6DC2;
  color: #E9F5FF;
}

.mission .section_buttons .button:last-child {
  border: none;
  background: linear-gradient(269.37deg, #57AC91 -30.69%, #8AC3F9 162.6%);
  color: #FFFFFF;
}

@media (min-width: 1600px) {
  .mission .container {
    max-width: calc(139rem);
  }
}

.mission_content {
  position: relative;
  overflow: hidden;
  padding: 6rem;
  border-radius: 2rem;
  box-shadow: 0px 12px 50px 0px #5A718B33;
  height: 36.2rem;
  margin: -18.1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .mission_content {
    padding: 2.6rem 3.4rem;
    height: 21rem;
    margin: -10.5rem auto;
    max-width: 61.5rem;
  }
}

@media (max-width: 767px) {
  .mission_content {
    padding: 2.6rem 3.4rem;
    height: 19.6rem;
    margin: -9.05rem auto;
    max-width: 33.3rem;
  }
}

.footer .container {
  max-width: 153rem;
}

.footer .social_links a {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.footer .social_links a img {
  width: 100%;
  height: auto;
}

.footer .menu_link {
  font-weight: 700;
  font-size: 1.6rem;
}

.footer_menu-title {
  font-size: 1.6rem;
  font-weight: 400;
}

.footer_menu {
  width: 30rem;
}

.footer_menu-wrap-1 .footer_menu {
  width: 11rem;
}

.footer_menus>div {
  padding: 0 6rem;
}

@media (max-width: 1599px) {
  .different_content {
    max-width: 61.5rem;
  }
}

@media (max-width: 767px) {
  .different_content {
    max-width: 33.3rem;
  }

  .different_content .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .different_content .row>div {
    padding: 0 0.5rem;
  }
}

@media (max-width: 1199px) {
  .footer_menus {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer_menu-wrap-2 {
    grid-column: -1 / 1;
    padding-right: 184px !important;
    display: flex;
    justify-content: center;
}
}
@media (max-width: 991px) {
  .footer_menus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }

  .footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
  .footer_menu-wrap-1 .footer_menu {
    width: auto;
  }

  .footer_menu li {
    margin: 0;
    text-align: left;
  }

  .footer_logo img {
    height: auto;
    max-height: 8rem;
  }

  .footer_menus>div {
    padding: 0 3rem;
  }
}

@media (max-width: 767px) {
  .page-template-homepage-new .footer {
    padding-top: 14.1rem;
  }

  .footer_logo {
    text-align: left;
  }

  .footer_menus {
    display: flex;
  }

  .footer_menu {
    width: 100% !important;
    grid-template-columns: repeat(1, 1fr);
  }

  .footer_menus>div {
    padding: 0 1.5rem;
    order: 2;
    width: 50%;
  }

  .footer_menus>div.footer_menu-wrap-2 {
    grid-column: -1 / 1;
    order: 1;
    width: 100%;
    margin-bottom: 3.2rem;
  }

  .social_links {
    justify-content: flex-start;
  }

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

@media (min-width: 1299px) {
  .page-template-template-about-new .container {
    max-width: 128rem;
  }
}
@media (min-width: 1699px) {
  .page-template-template-about-new .container {
    max-width: 143rem;
  }
}
.hero-about {
  padding: 22.4rem 0 12rem 0;
  background: none !important;
}
.hero-about h1 {
  font-size: 5rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  color: #222f2b;
}
.hero-about h1 span {
  color: #2bae90;
}
.hero-about .text {
  color: #688092;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4.4rem;
  max-width: 97.4rem;
}
.hero-about .text p:not(:last-child) {
  margin-bottom: 0.8rem;
}
.hero-about .section_buttons {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
.hero-about .button {
  margin: 1rem;
  --btn-fz: 1.8rem;
  height: 3.333333333em;
}
.hero-about .button:first-child {
  color: #0a6dc2;
  border-color: #0a6dc2;
  background: #e9f5ff;
}
.hero-about .button:first-child:hover {
  color: #e9f5ff;
  background: #0a6dc2;
}
.hero-about .button:last-child {
  background: linear-gradient(76.42deg, #009ff5 -84.16%, #2bae90 141.47%);
  color: #fff;
}

.about {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 12rem 0;
  color: #364b44;
  font-size: 2rem;
  line-height: 1.5;
}
.about .row {
  align-items: center;
  align-content: center;
}
.about .image {
  max-width: 55rem;
}
.about h2 {
  margin-bottom: 1.6rem;
  color: #222f2b;
}
.about p:not(:last-child) {
  margin-bottom: 1.2rem;
}
.about .who {
  font-weight: 700;
}

.team {
  padding: 12rem 0;
}
.team h2 {
  color: #222f2b;
  margin-bottom: 1.6rem;
}
.team__head h3 {
  font-size: 3rem;
  max-width: inherit;
  font-weight: 400;
}
.team__head:not(:last-child) {
  margin-bottom: 6rem;
}
.team__items {
  position: relative;
  max-width: 111.4rem;
  margin: 0 auto;
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.team .team__items .member {
  margin: 0 !important;
  box-shadow: 0px 10px 30px 0px #08539417;
  border-radius: 1.2rem;
  background: #fff;
  padding: 2rem;
  gap: 2.4rem;
  min-width: inherit;
  max-width: inherit;
  width: 100%;
}
.team .team__items .member__image {
  width: 16rem;
  height: 16rem;
  min-width: 16rem;
}
.team .team__items .member__info {
  color: #364b44;
  font-size: 1.6rem;
}
.team .team__items .member__info h5 {
  color: #222f2b;
  font-size: 2.4rem;
  margin-bottom: 0.4rem;
}
.team .team__items .member__info p {
  font-size: 1.6rem;
}
.team .team__items .member__info p:not(:last-child) {
  margin-bottom: 0.4rem;
}
.team .team__items .member__info .past {
  color: #688092;
}
.team .socials .social {
  width: 2.4rem;
  height: 2.4rem;
}
.team .socials .social .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.team .socials .social.linkedin {
  color: #085394;
}
.team .socials .social.twitter {
  color: #03a9f4;
}

.advisors {
  background: #fff;
  padding: 12rem 0;
}
.advisors h2 {
  color: #222f2b;
}
.advisors__head {
  font-size: 3rem;
}
.advisors__head:not(:last-child) {
  margin-bottom: 6rem;
}
.advisors_items {
  position: relative;
  max-width: 107rem;
  margin: 0 auto;
  gap: 4rem;
  /* display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.advisors .member {
  margin: 0 !important;
  box-shadow: 0px 10px 30px 0px #08539417;
  border-radius: 1.2rem;
  background: #fff;
  padding: 4rem;
  gap: 2.4rem;
  min-width: inherit;
  max-width: inherit;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 33rem;
}
.advisors .member .b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 23.7rem;
  z-index: 0;
}
.advisors .member .b picture {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
}
.advisors .member .b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
}
.advisors .member__image {
  background: none;
  width: 15rem;
  height: 15rem;
  min-width: 15rem;
  z-index: 1;
}
.advisors .member__info {
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #688092;
}
.advisors .member__info p {
  font-size: 1.6rem;
}
.advisors .member__info h5 {
  font-size: 2.4rem;
  color: #222f2b;
  margin-bottom: 0.4rem;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}
.advisors .member__info-links {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #d3eafd;
  padding-top: 2.4rem;
  margin-top: 2.4rem;
}
.advisors .socials {
  justify-content: center;
  min-width: 100%;
  gap: 1.6rem;
}
.advisors .socials .social {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #dee0e3;
}
.advisors .socials .social .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.advisors .socials .social.linkedin {
  color: #085394;
}
.advisors .socials .social.twitter {
  color: #03a9f4;
}

.backers {
  position: relative;
  padding: 12rem 0;
}
.backers__head {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 3rem;
  color: #364b44;
}
.backers__head * {
  color: inherit;
}
.backers__head h2 {
  color: #222f2b;
  margin-bottom: 1.6rem;
}
.backers__items {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  column-gap: 1.6rem;
  row-gap: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.backers .item {
  border-radius: 1.2rem;
  box-shadow: 0px 4px 20px 0px #bdc9db42;
  background: rgba(255, 255, 255, 0.7);
  padding: 3rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.backers .item_image {
  height: 8rem;
  width: 100%;
}
.backers .item_image picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.backers .item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.backers .item_text {
  position: relative;
  color: #688092;
  font-size: 1.7rem;
}
.backers .item_text h5 {
  color: #364b44;
  font-size: 2.4rem;
  margin-bottom: 0.4rem;
}

.page-template-template-about-new .partners {
  padding: 12rem 0 28rem 0;
}
.page-template-template-about-new .partners__head {
  font-size: 3rem;
}
.page-template-template-about-new .partners__head h2 {
  margin-bottom: 1.2rem;
}
.page-template-template-about-new .partners__items {
  max-width: 140rem;
  column-gap: 8.6rem;
  row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.page-template-template-about-new .partners__items > * {
  height: auto;
}
.page-template-template-about-new .partners__items > * .image,
.page-template-template-about-new .partners__items > * .image picture,
.page-template-template-about-new .partners__items > * .image img {
  max-height: inherit;
}
.page-template-template-about-new .footer {
  padding-top: 24.5rem;
}
@media (max-width: 1900px) and (min-width: 1200px) {
  .header .container {
    max-width: calc(1174px + 3rem) !important;
  }
  .hero-new {
    padding-top: 18.4rem;
  }
  .hero-new h1 {
    font-size: 5.8rem;
  }
  .hero-new .section_text {
    font-size: 2rem;
  }
  .hero-new-search_tags .items a {
    font-size: 1.6rem;
  }
  .hero-new .create-acc-btn_wrap {
    margin-top: 2.4rem;
  }
  .want_content {
    height: 58.5rem;
    min-height: 58.5rem;
    margin-top: -29.25rem;
  }
 .why {
    padding: 10rem 0;
  }
  .why h2:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .why_text {
    font-size: 2rem;
  }
  .why .container {
    max-width: calc(1174px + 3rem);
  }
  .why .item .text {
    font-size: 1.6rem;
  }
  .page-template-homepage-new_updated {
    --headings-sizes-h2: 4.8rem;
  }
   .used-by {
    padding-bottom: 10rem;
  }
  .featured h2 {
    font-size: 4.8rem !important;
  }
  .featured .section_text {
    margin-bottom: 6rem;
  }
  .featured .sized {
    font-size: 11rem;
  }
  .featured .container-fluid,
  .featured .container {
    max-width: calc(1174px + 3rem);
  }
  .helps .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: -2.4rem;
  }
  .helps .row > div {
    padding: 0 0.75rem;
    margin-bottom: 2.4rem;
  }
  .helps h2,
  .helps .typed-2 {
    font-size: 4.8rem !important; 
  }
  .helps .container {
    max-width: calc(1200px + 3rem);
  }
  .helps .item_text {
    font-size: 1.6rem;
  }
  .helps .item h4 {
    font-size: 2.2rem;
  }
  .different h2 {
    font-size: 5rem !important;
  }
  .different .item_text h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .different .row>div:nth-child(1) .item_text h4 {
    max-width: 21rem;
  }
  .different .row>div:nth-child(2) .item_text h4 {
    max-width: 20.5rem;
  }
  .different .item_head {
    padding-bottom: 21rem;
  }
  .mission h2 {
    font-size: 4.8rem;
    max-width: 75rem;
  }
}
@media (max-width: 1199px) {
  .hero-about {
    padding: 11.4rem 0 5rem 0;
  }
  .hero-about .text {
    padding-left: 0;
    font-size: 1.8rem;
  }
  .hero-about .button {
    --btn-fz: 1.6rem;
  }
  .about {
    padding: 8rem 0;
    font-size: 1.8rem;
  }
  .team,
  .advisors,
  .backers {
    padding: 8rem 0;
  }
  .team__head,
  .advisors__head,
  .backers__head,
  .partners__head {
    margin-bottom: 4rem !important;
  }
  .team__head h3,
  .advisors__head,
  .backers__head,
  .page-template-template-about-new .partners__head {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .team .member {
    width: 100%;
    max-width: 100%;
  }
  .page-template-template-about-new .partners {
    padding: 8rem 0 24.5rem;
  }
}
@media (max-width: 991px) {
  .hero-about .text {
    text-align: left;
  }
  .hero-about h1 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .about .image-side {
    order: 2;
    margin-top: 4rem;
  }
  .about .image {
    max-width: 100%;
  }
  .about h2 {
    text-align: center;
  }
  .advisors_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .backers__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-template-about-new .partners {
    padding-bottom: 14.3rem;
  }
  .page-template-template-about-new .partners__head p br {
    display: none;
  }
  .page-template-template-about-new .partners__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .mission h2 {
    font-size: 2.4rem !important;
  }
  .mission h2 br {
    display: none;
  }
  .page-template-template-about-new .footer {
    padding-top: 14.3rem;
  }
}
@media (max-width: 767px) {
  .hero-about .button {
    width: 100%;
    height: 4.8rem;
  }
  .team__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
  .team__items .member {
    flex-direction: row;
  }
  .team .team__items .member__image {
    width: 12rem;
    height: 12rem;
    min-width: 12rem;
  }
  .team .team__items .member__info {
    text-align: left;
    font-size: 1.4rem;
  }
  .team .team__items .member__info p {
    font-size: 1.4rem;
  }
  .team .team__items .member__info-links {
    justify-content: flex-start;
  }
  .team .team__items .member__info h5 {
    font-size: 1.8rem;
  }
  .advisors_items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .backers__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .page-template-template-about-new .partners__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
  .page-template-template-about-new .partners__items img {
    max-height: 10.3rem !important;
  }
  .mission h2 {
    font-size: 1.6rem !important;
  }
}


.used-by {
  padding: 0 0 12rem 0;
  background: #fff;
}
.used-by .section_text {
  text-align: center;
}
.used-by .section_text:not(:last-child) {
  margin-bottom: 6rem;
}
.used-by .swiper-wrapper {
  transition-timing-function: linear !important;
}
.used-by .swiper-slide {
  width: auto !important;
}
.used-by .swiper-slide img {
  height: 6rem;
  width: auto;
}
@media (min-width: 1299px) {
  .used-by .container {
    max-width: 143rem;
  }
}
@media (max-width: 991px) {
  .used-by {
    padding-bottom: 8rem;
  }
  .used-by h2 {
    font-size: 2.4rem !important;
  }
}

.blog__more .button:hover {background-color: #2bae90 !important;}
.blog__more .button:hover {background-color: #096dc2 !important;}
.blog__more .button:focus {background-color: #096dc2 !important;}