/*
 Theme Name:   Astra Child
 Template:     astra
*/
@font-face {
  font-family: Metropolis;
  src: url(../fonts/Metropolis-Regular.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/Metropolis-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/Metropolis-SemiBold.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Metropolis;
  src: url(../fonts/Metropolis-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Plus Jakarta;
  src: url(../fonts/PlusJakartaSans-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Plus Jakarta;
  src: url(../fonts/PlusJakartaSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Plus Jakarta;
  src: url(../fonts/PlusJakartaSans-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Sovereign;
  src: url(../fonts/Sovereign.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes parallax {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes parallax {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Metropolis", Arial, sans-serif;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body.noscroll {
  overflow: hidden;
}

p {
  margin: 0;
}

h1 {
  font-size: 60px;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 60px;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 24px;
  }
}

h1, h2, h3 {
  margin: 0;
  margin-block: 0;
  margin-inline: 0;
  line-height: normal;
}

input,
textarea {
  font-family: "Metropolis";
  font-weight: normal;
  outline: none;
}

button,
a {
  font-family: "Metropolis";
  font-weight: normal;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

button {
  background-color: white;
}

label {
  cursor: text;
}

h1 {
  margin: 0;
}

#smooth-wrapper {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#smooth-content {
  overflow: hidden visible;
  width: 100%;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.ast-container {
  padding: 0 !important;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
}
@media screen and (min-width: 922px) {
  .ast-container {
    max-width: 100% !important;
  }
}

.blank_content {
  padding: 0 !important;
  margin: 0 !important;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: white;
  overflow: hidden;
}

.hero_banner {
  width: 100%;
  max-width: 100%;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
.hero_banner.ouridentity .hero_banner_connect:hover {
  color: white;
  background-color: #9485F2;
}
.hero_banner.ouridentity .hero_banner_parallax {
  color: #FFE4C0;
}
.hero_banner.superpowers .hero_banner_connect:hover {
  color: white;
  background-color: #FFB44F;
}
.hero_banner.superpowers .hero_banner_parallax {
  color: #AFA3F5;
}
.hero_banner.blogs {
  background: #A2DAFB url(assets/images/HeroLines.png);
}
.hero_banner.blogs .hero_banner_connect:hover {
  color: white;
  background-color: #FFB44F;
}
.hero_banner.blogs .hero_banner_parallax {
  color: #E7EFFC;
}
.hero_banner.blog {
  background: #E0E9FF url(assets/images/HeroLines.png);
}
.hero_banner.blog .hero_banner_parallax {
  color: #E0E9FF;
}
.hero_banner.casestudy {
  background-image: url(assets/images/HeroLines.png);
}
.hero_banner_main {
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.hero_banner_main h1,
.hero_banner_main label {
  display: block;
  text-align: center;
}
.hero_banner_main_title {
  font-weight: bold;
  width: 100%;
}
.hero_banner_connect {
  color: #1475EA;
  background-color: white;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.hero_banner_connect:visited {
  color: #1475EA;
}
.hero_banner_parallax {
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  max-width: 100%;
}
.hero_banner_parallax label {
  position: absolute;
  white-space: nowrap;
  width: auto !important;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_identity_triangles {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.hero_banner_identity_triangles svg {
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_identity_triangles svg:nth-of-type(1) {
  z-index: 3;
}
.hero_banner_identity_circle {
  position: absolute;
  transform: rotate(42.5deg);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_superpowers_eye {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_superpowers_circle {
  position: absolute;
  transform: rotate(-110deg);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_blogs_label {
  background-color: #FF7F66;
  line-height: 100%;
  color: white;
  position: absolute;
}
.hero_banner_blogs_triangles {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.hero_banner_blogs_triangles svg {
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_blogs_triangles svg:nth-of-type(1) {
  z-index: 3;
}
.hero_banner_blogs_circle {
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.hero_banner_blogs_circle.top {
  position: absolute;
  transform: rotate(-115deg);
}
.hero_banner_blogs_circle.bottom {
  position: absolute;
  transform: rotate(42.5deg);
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .hero_banner {
    height: 820px;
  }
  .hero_banner.casestudy .hero_banner_main_title {
    margin-bottom: 215px;
  }
  .hero_banner.letsconnect .hero_banner_main_title {
    transform: translateY(-100%);
  }
  .hero_banner_main_title {
    font-size: 72px;
    margin-bottom: 35px;
  }
  .hero_banner_main_description {
    font-size: 27px;
    width: 33.9vw;
    line-height: 120%;
  }
  .hero_banner_connect {
    font-size: 21px;
    line-height: 100%;
    border-radius: 35px;
    padding: 25px 40px;
    margin-top: 65px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .hero_banner_parallax {
    font-size: 210px;
  }
  .hero_banner_parallax label {
    bottom: -5.2%;
    max-width: 100%;
    right: 100%;
  }
  .hero_banner_identity_triangles {
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero_banner_identity_triangles svg:nth-of-type(1) {
    height: auto;
    width: 4.6vw;
    transform: translateX(-60%);
  }
  .hero_banner_identity_triangles svg:nth-of-type(2) {
    height: auto;
    width: 3.3vw;
    margin-right: 0.5vw;
    transform: translateX(-25%);
  }
  .hero_banner_identity_circle {
    left: -10%;
    bottom: -22.5%;
    height: auto;
    width: 33vw;
  }
  .hero_banner_superpowers_eye {
    bottom: -6%;
    left: 18%;
    height: auto;
    width: 5.2vw;
  }
  .hero_banner_superpowers_circle {
    right: -9%;
    top: -22.5%;
    height: auto;
    width: 33vw;
  }
  .hero_banner_blogs_label {
    border-radius: 15px;
    font-size: 29px;
    padding: 15px 22px;
    top: 27%;
    left: 6%;
  }
  .hero_banner_blogs_triangles {
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero_banner_blogs_triangles svg:nth-of-type(1) {
    height: auto;
    width: 4.6vw;
    transform: translateX(-60%);
  }
  .hero_banner_blogs_triangles svg:nth-of-type(2) {
    height: auto;
    width: 3.3vw;
    margin-right: 0.5vw;
    transform: translateX(-25%);
  }
  .hero_banner_blogs_circle.top {
    right: -12%;
    top: -25%;
    height: auto;
    width: 33vw;
    transform: rotate(-115deg);
  }
  .hero_banner_blogs_circle.bottom {
    left: -18%;
    bottom: -22.5%;
    height: auto;
    width: 33vw;
    transform: rotate(42.5deg);
  }
}
@media screen and (min-width: 1921px) {
  .hero_banner {
    height: 82.1759259259vh;
  }
  .hero_banner.casestudy .hero_banner_main_title {
    margin-bottom: 20vh;
  }
  .hero_banner_main_title {
    font-size: 6.6666666667vh;
    margin-bottom: 5.0925925926vh;
  }
  .hero_banner_main_description {
    font-size: 2.5vh;
    width: 33.8541666667vw;
    line-height: 3vh;
  }
  .hero_banner_connect {
    font-size: 1.944vh;
    line-height: 1.944vh;
    border-radius: 3.2407407407vh;
    padding: 2.3148148148vh 2.0833vw;
    margin-top: 4.44vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  }
  .hero_banner_parallax {
    font-size: 23.0769230769vh;
  }
  .hero_banner_parallax label {
    bottom: -5.75%;
    max-width: 100%;
    right: 100%;
  }
  .hero_banner_identity_triangles {
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    height: 9.275vh;
  }
  .hero_banner_identity_triangles svg:nth-of-type(1) {
    height: 100%;
    width: 4.616145833vw;
    transform: translateX(-60%);
  }
  .hero_banner_identity_triangles svg:nth-of-type(2) {
    height: 70%;
    width: 3.2640625vw;
    margin-right: 0.4515625vw;
    transform: translateX(-25%);
  }
  .hero_banner_identity_circle {
    left: -10%;
    bottom: -22.5%;
    height: 58.7962962963vh;
    width: 33.0729166667vw;
  }
  .hero_banner_superpowers_eye {
    bottom: -6%;
    left: 18%;
    height: 9.259vh;
    width: 5.20833vw;
  }
  .hero_banner_superpowers_circle {
    right: -9%;
    top: -22.5%;
    height: 58.7962962963vh;
    width: 33.0729166667vw;
  }
  .hero_banner_blogs_label {
    border-radius: 1vh;
    font-size: 2.68518vh;
    padding: 1.48148vh 1.145833vw;
    top: 27%;
    left: 6%;
  }
  .hero_banner_blogs_triangles {
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    height: 9.275vh;
  }
  .hero_banner_blogs_triangles svg:nth-of-type(1) {
    height: 100%;
    width: 4.616145833vw;
    transform: translateX(-60%);
  }
  .hero_banner_blogs_triangles svg:nth-of-type(2) {
    height: 70%;
    width: 3.2640625vw;
    margin-right: 0.4515625vw;
    transform: translateX(-25%);
  }
  .hero_banner_blogs_circle.top {
    right: -12%;
    top: -25%;
    height: 58.7962962963vh;
    width: 33.0729166667vw;
    transform: rotate(-115deg);
  }
  .hero_banner_blogs_circle.bottom {
    left: -18%;
    bottom: -22.5%;
    height: 58.7962962963vh;
    width: 33.0729166667vw;
    transform: rotate(42.5deg);
  }
}
@media screen and (max-width: 1023px) {
  .hero_banner {
    justify-content: space-between;
    box-sizing: border-box;
    height: 623px;
    min-height: 623px;
    background-size: cover;
    padding: 70px 50px 130px;
  }
  .hero_banner.ouridentity .hero_banner_parallax {
    color: #FFBD65;
  }
  .hero_banner.superpowers .hero_banner_parallax {
    color: #AFA3F5;
  }
  .hero_banner.letsconnect {
    align-content: flex-start;
  }
  .hero_banner_main {
    color: white;
    width: 100%;
    height: 100%;
  }
  .hero_banner_main h1,
.hero_banner_main label {
    display: block;
    text-align: center;
  }
  .hero_banner_main_title {
    font-weight: bold;
    margin-bottom: 55px;
    width: 100%;
  }
  .hero_banner_main_description {
    font-size: 18px;
    width: 100%;
    line-height: unset;
  }
  .hero_banner_connect {
    font-size: 18px;
    line-height: normal;
    border-radius: 45px;
    padding: 22.5px 70px;
    margin-top: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .hero_banner_parallax {
    display: flex;
    flex-wrap: nowrap;
    font-size: 100px;
    font-weight: bold;
    line-height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .hero_banner_parallax label {
    position: absolute;
    white-space: nowrap;
    width: auto !important;
    display: inline-block;
    bottom: -3.25%;
    max-width: 100%;
    right: 100%;
  }
  .hero_banner_identity_triangles {
    display: none;
  }
  .hero_banner_identity_circle {
    position: absolute;
    left: auto;
    right: -210px;
    top: 35%;
    height: 280px;
    width: auto;
    transform: rotate(-55deg);
  }
  .hero_banner_superpowers_eye {
    display: none;
  }
  .hero_banner_superpowers_circle {
    position: absolute;
    left: auto;
    right: -210px;
    top: 35%;
    height: 280px;
    width: auto;
    transform: rotate(-55deg);
  }
  .hero_banner_blogs_label {
    display: none;
  }
  .hero_banner_blogs_triangles {
    display: none;
  }
  .hero_banner_blogs_circle.top {
    position: absolute;
    left: auto;
    right: -210px;
    top: 35%;
    height: 280px;
    width: auto;
    transform: rotate(-55deg);
  }
  .hero_banner_blogs_circle.bottom {
    display: none;
  }
  .hero_banner_connect_circle {
    position: absolute;
    left: auto;
    right: -210px;
    top: 35%;
    height: 280px;
    width: auto;
    transform: rotate(-55deg);
  }
}

.content_blogs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.content_blogs_categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content_blogs_categories a {
  text-decoration: none;
  line-height: normal;
  color: #475175;
  font-family: "Plus Jakarta";
  font-weight: normal;
}
.content_blogs_categories a.active {
  font-weight: bold;
}
.content_blogs_items.desktop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content_blogs_items.desktop .content_blogs_items_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content_blogs_items.desktop .content_blogs_items_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_blogs_items.desktop .content_blogs_items_item_img span {
  width: 100%;
  height: 100%;
  background: rgb(255, 228, 192);
  background: radial-gradient(circle, rgb(255, 228, 192) 0%, rgb(145, 215, 222) 60%);
}
.content_blogs_items.desktop .content_blogs_items_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content_blogs_items.desktop .content_blogs_items_item_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
}
.content_blogs_items.desktop .content_blogs_items_item_text a,
.content_blogs_items.desktop .content_blogs_items_item_text label,
.content_blogs_items.desktop .content_blogs_items_item_text p {
  width: 100%;
  text-align: start;
  display: block;
  color: #475175;
}
.content_blogs_items.desktop .content_blogs_items_item_text_content a {
  text-decoration: none;
  font-weight: bold;
}
.content_blogs_items.desktop .content_blogs_items_item_text_content p {
  font-family: "Plus Jakarta";
  font-weight: normal;
  line-height: 125%;
}
.content_blogs_items.desktop .content_blogs_items_item_text_details {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.content_blogs_items.desktop .content_blogs_items_item_text_details svg {
  height: 100%;
  width: auto;
}
.content_blogs_items.desktop .content_blogs_items_item_text_details img {
  height: 100%;
  width: auto;
}
.content_blogs_items.desktop .content_blogs_items_item_text_details_info {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_blogs_items.desktop .content_blogs_items_item_text_details_info label {
  font-family: "Plus Jakarta";
  display: block;
  line-height: 100%;
}
.content_blogs_items.desktop .content_blogs_items_item_text_details_info label:nth-of-type(1) {
  font-weight: bold;
}
.content_blogs_items.mobile {
  display: none;
}
.content_blogs_pagination.desktop {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content_blogs_pagination.desktop span {
  font-weight: 500;
  font-family: "Plus Jakarta";
  background-color: #4A71FF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.content_blogs_pagination.desktop a {
  font-weight: 500;
  font-family: "Plus Jakarta";
  color: black;
  text-decoration: none;
}
.content_blogs_pagination.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_blogs {
    width: 65.9vw;
    padding-top: 110px;
  }
  .content_blogs_categories {
    margin-bottom: 110px;
  }
  .content_blogs_categories a {
    font-size: 27px;
    margin-right: 2vw;
  }
  .content_blogs_items.desktop {
    margin-bottom: 47.5px;
  }
  .content_blogs_items.desktop .content_blogs_items_item {
    border-radius: 25px;
    margin-bottom: 2.6vw;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_content a {
    font-size: 32px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_content p {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details svg {
    margin-right: 1vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details img {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 1vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details_info label:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details_info label:nth-of-type(2) {
    font-size: 14px;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) {
    width: 100%;
    height: 630px;
    flex-wrap: nowrap;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_img {
    height: 100%;
    width: 65%;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text {
    height: 100%;
    width: 35%;
    padding: 3.1vw 1.4vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content a {
    font-size: 42px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content p {
    font-size: 27px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_details img {
    height: 65px;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_details_info label:nth-of-type(1) {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_details_info label:nth-of-type(2) {
    font-size: 19px;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2), .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) {
    margin-right: 2.3vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2), .content_blogs_items.desktop .content_blogs_items_item:nth-child(3), .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) {
    width: 31%;
    height: 685px;
    flex-wrap: wrap;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_img, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_img, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_img {
    height: 46.9%;
    width: 100%;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text {
    height: 53.1%;
    width: 100%;
    padding: 40px 1.2vw 30px;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text_content a, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text_content a, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text_content a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text_content p, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text_content p, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text_content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) {
    margin-right: 1.3vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5), .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) {
    width: 49%;
    height: 610px;
    flex-wrap: wrap;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_img, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_img {
    height: 48.5%;
    width: 100%;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_text, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_text {
    height: 51.5%;
    width: 100%;
    padding: 25px 1.6vw 40px;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_text_content a, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_text_content a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_text_content p, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_text_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content_blogs_pagination.desktop {
    margin-bottom: 170px;
  }
  .content_blogs_pagination.desktop span {
    width: 2vw;
    height: 2vw;
    font-size: 21px;
    border-radius: 100vh;
    margin: 0 0.4vw;
  }
  .content_blogs_pagination.desktop a {
    font-size: 21px;
    margin: 0 0.6vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content_blogs {
    width: 85vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_blogs {
    width: 65.9vw;
    padding-top: 10.6481vh;
  }
  .content_blogs_categories {
    margin-bottom: 10.877vh;
  }
  .content_blogs_categories a {
    font-size: 2.5vh;
    margin-right: 2vw;
  }
  .content_blogs_items.desktop {
    margin-bottom: 4.409193vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item {
    border-radius: 2.5vh;
    margin-bottom: 6.707407vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_content a {
    font-size: 3vh;
    margin-bottom: 0.5vh;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_content p {
    font-size: 1.7vh;
    margin-bottom: 0.5vh;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details svg {
    margin-right: 1vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details img {
    margin-right: 1vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details_info label:nth-of-type(1) {
    font-size: 1.9vh;
    margin-bottom: 1vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item_text_details_info label:nth-of-type(2) {
    font-size: 1.3vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) {
    width: 100%;
    height: 58.40277vh;
    flex-wrap: nowrap;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_img {
    height: 100%;
    width: 65%;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text {
    height: 100%;
    width: 35%;
    padding: 5.52592vh 1.40625vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content a {
    font-size: 3.88vh;
    margin-bottom: 2.77vh;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content p {
    font-size: 2.5vh;
    margin-bottom: 2.77vh;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_details {
    height: 5.94259vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_details_info label:nth-of-type(1) {
    font-size: 2.5vh;
    margin-bottom: 1vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(1) .content_blogs_items_item_text_details_info label:nth-of-type(2) {
    font-size: 1.75925vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2), .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) {
    margin-right: 2.3vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2), .content_blogs_items.desktop .content_blogs_items_item:nth-child(3), .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) {
    width: 31%;
    height: 63.2481481vh;
    flex-wrap: wrap;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_img, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_img, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_img {
    height: 46.9081220355%;
    width: 100%;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text {
    height: 53.0918779645%;
    width: 100%;
    padding: 3.6027723vh 1.1979166vw 2.832407vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text_content a, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text_content a, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text_content a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text_content p, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text_content p, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text_content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(2) .content_blogs_items_item_text_details, .content_blogs_items.desktop .content_blogs_items_item:nth-child(3) .content_blogs_items_item_text_details, .content_blogs_items.desktop .content_blogs_items_item:nth-child(4) .content_blogs_items_item_text_details {
    height: 4.68796vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) {
    margin-right: 1.3vw;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5), .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) {
    width: 49%;
    height: 56.39722vh;
    flex-wrap: wrap;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_img, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_img {
    height: 48.4739529462%;
    width: 100%;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_text, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_text {
    height: 51.5260470538%;
    width: 100%;
    padding: 2.3055vh 1.5625vw 4.06851vh;
  }
  .content_blogs_items.desktop .content_blogs_items_item:nth-child(5) .content_blogs_items_item_text_details, .content_blogs_items.desktop .content_blogs_items_item:nth-child(6) .content_blogs_items_item_text_details {
    height: 5.11296vh;
  }
  .content_blogs_pagination.desktop {
    margin-bottom: 15.5981481vh;
  }
  .content_blogs_pagination.desktop span {
    width: 3.7037vh;
    height: 3.7037vh;
    font-size: 1.944vh;
    border-radius: 100vh;
    margin: 0 0.4vw;
  }
  .content_blogs_pagination.desktop a {
    font-size: 1.944vh;
    margin: 0 0.6vw;
  }
}
@media screen and (max-width: 1023px) {
  .content_blogs {
    padding: 25px 15px 35px;
    width: 100%;
  }
  .content_blogs_categories {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .content_blogs_categories a {
    font-size: 18px;
    line-height: 175%;
  }
  .content_blogs_categories a:not(:last-of-type) {
    margin-right: 15px;
  }
  .content_blogs .content_blogs_items.desktop {
    display: none;
  }
  .content_blogs .content_blogs_items.mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item:last-of-type {
    margin-bottom: 50px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_img span {
    width: 100%;
    height: 100%;
    background: rgb(255, 228, 192);
    background: radial-gradient(circle, rgb(255, 228, 192) 0%, rgb(145, 215, 222) 60%);
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text a,
.content_blogs .content_blogs_items.mobile .content_blogs_items_item_text label,
.content_blogs .content_blogs_items.mobile .content_blogs_items_item_text p {
    width: 100%;
    text-align: start;
    display: block;
    color: #475175;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_content {
    padding: 20px 5px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_content a {
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_content p {
    font-family: "Plus Jakarta";
    font-weight: normal;
    display: none;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text span {
    width: 100%;
    border: 1px solid #475175;
    opacity: 50%;
    margin: 0;
    box-sizing: border-box;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 12.5px 0;
    width: 100%;
    position: relative;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details svg {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details img {
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details_info {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details_info label {
    width: auto;
    font-family: "Plus Jakarta";
    line-height: 100%;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details_info label:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
  }
  .content_blogs .content_blogs_items.mobile .content_blogs_items_item_text_details_info label:nth-of-type(2) {
    font-size: 10px;
    position: absolute;
    right: 15px;
  }
  .content_blogs .content_blogs_pagination.desktop {
    display: none;
  }
  .content_blogs .content_blogs_pagination.mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-top: 0;
  }
  .content_blogs .content_blogs_pagination.mobile span {
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-family: "Plus Jakarta";
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #64C1F9;
    border-radius: 100vh;
  }
  .content_blogs .content_blogs_pagination.mobile span:not(:last-of-type) {
    margin-right: 15px;
  }
  .content_blogs .content_blogs_pagination.mobile a {
    line-height: 100%;
    text-decoration: none;
    font-family: "Plus Jakarta";
    font-weight: 500;
    padding: 15px 20px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color: #4A71FF;
    background-color: #e0f3fe;
    border: 1px solid #e0f3fe;
  }
  .content_blogs .content_blogs_pagination.mobile .content_blogs_pagination_previous {
    margin-right: 15px;
    color: #757575;
    border: 1px solid #757575;
    background-color: white;
  }
}

.content_blogs-coming-soon.desktop {
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  place-content: center;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_blogs-label {
  background-color: #FF7F66;
  border-radius: 1vh;
  font-size: 2.68518vh;
  line-height: 100%;
  color: white;
  padding: 1.48148vh 1.145833vw;
  position: absolute;
  top: 17.5%;
  left: 6%;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_main {
  margin: 26.0185vh 0 14.49074074vh;
  z-index: 2;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_main h1 {
  font-size: 6.67vh;
  color: #000000;
  margin-bottom: 4.44vh;
  line-height: 100%;
  font-weight: bold;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_main p {
  max-width: 48.4375vw;
  font-size: 2.5vh;
  color: #000000;
  text-align: center;
  margin-bottom: 5.324074vh;
  font-weight: normal;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_main .hbspt-form {
  max-width: 43.229167vw;
  transform: translateX(-5%);
}
.content_blogs-coming-soon.desktop svg {
  position: absolute;
  z-index: 1;
  top: 0%;
}
.content_blogs-coming-soon.desktop svg:nth-of-type(1) {
  left: 0%;
  transform: translate(5.59895833vw, 51.2037vh);
  width: 11.35625vw;
  height: 19.35185vh;
}
.content_blogs-coming-soon.desktop svg:nth-of-type(2) {
  right: 0%;
  transform: translate(-0.78125vw, 9.16vh);
  width: 29.479167vw;
  height: 72.78vh;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_parallax {
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  max-width: 100%;
  font-size: 23.0769230769vh;
  min-height: 23.0769230769vh;
  margin-bottom: 5.56vh;
  z-index: 2;
}
.content_blogs-coming-soon.desktop .content_blogs-coming-soon_parallax label {
  position: absolute;
  white-space: nowrap;
  width: auto !important;
  display: inline-block;
  max-width: 100%;
  right: 100%;
  color: #4A71FF;
  opacity: 75%;
}
.content_blogs-coming-soon.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .content_blogs-coming-soon.desktop {
    display: none;
  }
  .content_blogs-coming-soon.mobile {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    place-content: center;
    background-color: #F8F8FA;
    overflow-x: hidden;
    position: relative;
  }
  .content_blogs-coming-soon.mobile .content_blogs-coming-soon_main {
    margin: 9.4736842105vh 0 20.3947368421vh;
    display: flex;
    place-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .content_blogs-coming-soon.mobile .content_blogs-coming-soon_main h1 {
    font-size: 4.7368421053vh;
    margin-bottom: 3.1578947368vh;
    line-height: normal;
    max-width: 65vw;
    text-align: center;
    z-index: 2;
  }
  .content_blogs-coming-soon.mobile .content_blogs-coming-soon_main p {
    max-width: 76.389vw;
    font-size: 2.3684210526vh;
    opacity: 64%;
    text-align: center;
    z-index: 2;
  }
  .content_blogs-coming-soon.mobile .content_blogs-coming-soon_main svg {
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 0%;
    transform: translate(2.90833vw, 87.5%);
    width: 94.1833vw;
    height: 32.0736842105vh;
  }
  .content_blogs-coming-soon.mobile .content_blogs-coming-soon_parallax {
    display: flex;
    flex-wrap: nowrap;
    font-size: 4.7368421053vh;
    min-height: 4.7368421053vh;
    font-weight: bold;
    line-height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    margin-bottom: 2.1276315789vh;
  }
  .content_blogs-coming-soon.mobile .content_blogs-coming-soon_parallax label {
    position: absolute;
    white-space: nowrap;
    width: auto !important;
    display: inline-block;
    max-width: 100%;
    color: #4A71FF;
    opacity: 75%;
  }
  .content_blogs-coming-soon.mobile .hbspt-form {
    max-width: 88.056vw;
    z-index: 2;
    margin-bottom: 4.6565789474vh;
  }
}

.content_impactfolio {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content_impactfolio_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.content_impactfolio_items_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.content_impactfolio_items_item a {
  width: 100%;
}
.content_impactfolio_items_item a .content_impactfolio_items_item_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.content_impactfolio_items_item a .content_impactfolio_items_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio_items_item a .content_impactfolio_items_item_img_dummy {
  display: none;
}
.content_impactfolio_items_item a .content_impactfolio_items_item_img_colors {
  position: absolute;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
}
.content_impactfolio_items_item a .content_impactfolio_items_item_img_colors span {
  height: 100%;
  border-radius: 100%;
}
.content_impactfolio_items_item a .content_impactfolio_items_item_img_colors span:last-of-type {
  margin-right: 0;
}
.content_impactfolio_items_item h2 {
  width: 100%;
  display: block;
  text-align: start;
  font-family: "Plus Jakarta";
  font-weight: bold;
  color: #475175;
}
.content_impactfolio_items_item p {
  width: 100%;
  text-align: start;
  font-family: "Plus Jakarta";
  font-weight: normal;
  color: rgba(101, 101, 101, 0.36);
}
.content_impactfolio_parallax {
  display: flex;
  flex-wrap: nowrap;
  font-size: 20vh;
  font-weight: bold;
  line-height: 20vh;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 20vh;
  margin-top: 6.2037vh;
}
.content_impactfolio_parallax label {
  position: absolute;
  white-space: nowrap;
  width: auto !important;
  display: inline-block;
  max-width: 100%;
  right: 100%;
  color: rgba(30, 30, 30, 0.1882352941);
  opacity: 50%;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.content_impactfolio .superpowers_carousel {
  margin-top: 6.2611vh;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_impactfolio {
    padding: 250px 0;
  }
  .content_impactfolio_items {
    padding: 0 9.6vw 0 13.5vw;
  }
  .content_impactfolio_items_item {
    width: 33.9vw;
    max-width: 33.9vw;
    margin-right: 4vw;
    transform: translateY(5vh);
  }
  .content_impactfolio_items_item:nth-child(even) {
    margin-right: 0;
    margin-top: 10.4vw;
  }
  .content_impactfolio_items_item a {
    width: 100%;
    height: 33.9vw;
    max-height: 33.9vw;
    margin-bottom: 2.3vw;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img {
    border-radius: 25px;
    border: 1px solid rgba(112, 112, 112, 0.2196078431);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 2.8vw;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img_colors {
    height: 1.2vw;
    max-height: 1.2vw;
    margin-top: 2.25vw;
    margin-right: 2.25vw;
    top: 0%;
    right: 0%;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img_colors span {
    width: 1.2vw;
    max-width: 1.2vw;
    height: 100%;
    border-radius: 100%;
    margin-right: 0.2vw;
  }
  .content_impactfolio_items_item h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .content_impactfolio_items_item p {
    font-size: 24px;
  }
  .content_impactfolio_parallax {
    font-size: 210px;
    line-height: 210px;
    height: 210px;
    margin-top: 65px;
  }
  .content_impactfolio_parallax label {
    max-width: 100%;
    right: 100%;
    opacity: 50%;
  }
  .content_impactfolio .superpowers_carousel {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .content_impactfolio {
    padding: 23.7037vh 0 24.35185vh 0;
  }
  .content_impactfolio_items {
    padding: 0 9.58333vw 5.55vh 13.54166vw;
  }
  .content_impactfolio_items_item {
    width: 33.854166vw;
    max-width: 33.854166vw;
    margin-right: 3.95833vw;
    transform: translateY(5vh);
  }
  .content_impactfolio_items_item:nth-child(even) {
    margin-right: 0;
    margin-top: 19.259vh;
  }
  .content_impactfolio_items_item a {
    width: 100%;
    height: 33.854166vw;
    max-height: 33.854166vw;
    margin-bottom: 4.166vh;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img {
    border-radius: 2.31481vh;
    border: 1px solid rgba(112, 112, 112, 0.2196078431);
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
    padding: 5vh;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img_colors {
    height: 2.1296vh;
    max-height: 2.1296vh;
    margin-top: 4vh;
    margin-right: 4vh;
    top: 0%;
    right: 0%;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img_colors span {
    width: 2.1296vh;
    max-width: 2.1296vh;
    height: 100%;
    border-radius: 100%;
    margin-right: 0.15625vw;
  }
  .content_impactfolio_items_item h2 {
    margin-bottom: 1.296vh;
    font-size: 3.33vh;
  }
  .content_impactfolio_items_item p {
    font-size: 2.22vh;
  }
  .content_impactfolio_parallax {
    font-size: 20vh;
    line-height: 20vh;
    height: 20vh;
    margin-top: 6.2037vh;
  }
  .content_impactfolio_parallax label {
    max-width: 100%;
    right: 100%;
    opacity: 50%;
  }
  .content_impactfolio .superpowers_carousel {
    margin-top: 6.2611vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_impactfolio {
    padding: 30px 0 50px;
  }
  .content_impactfolio_items {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .content_impactfolio_items_item {
    width: 100%;
    max-width: none;
    margin-right: 0;
    transform: translateY(0);
  }
  .content_impactfolio_items_item:nth-of-type(2) {
    margin-top: 0;
  }
  .content_impactfolio_items_item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .content_impactfolio_items_item a {
    width: 70%;
    height: auto;
    max-height: none;
    margin-bottom: 35px;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    position: relative;
    padding: 80px;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img img {
    width: 85%;
    height: 80%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
    transform: translate(-50%, -50%);
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img_dummy {
    margin-top: 100%;
    display: block;
  }
  .content_impactfolio_items_item a .content_impactfolio_items_item_img_colors {
    display: none;
  }
  .content_impactfolio_items_item h2 {
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Metropolis";
    font-weight: bold;
    font-size: 18px;
  }
  .content_impactfolio_items_item p {
    width: 90%;
    text-align: center;
    font-weight: normal;
    color: #656565;
  }
  .content_impactfolio_parallax {
    display: none;
  }
  .content_impactfolio .superpowers_carousel {
    display: none;
  }
}

.content_connect {
  width: 100%;
  height: auto;
  padding: 0 16.66vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.content_connect_form {
  background: white;
  border: 1px solid rgba(112, 112, 112, 0.2196078431);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 66.5vw;
}
.content_connect_form form {
  width: 100%;
}
.content_connect_form form .content_connect_form_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4.2vw;
       column-gap: 4.2vw;
}
.content_connect_form form .content_connect_form_item {
  position: relative;
}
.content_connect_form form label {
  color: #475175;
}
.content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text],
.content_connect_form form textarea {
  display: block;
  width: 100%;
  border: none;
}
.content_connect_form form input[type=email]::-moz-placeholder, .content_connect_form form input[type=tel]::-moz-placeholder, .content_connect_form form input[type=text]::-moz-placeholder, .content_connect_form form textarea::-moz-placeholder {
  color: #475175;
  opacity: 52%;
}
.content_connect_form form input[type=email]:-ms-input-placeholder, .content_connect_form form input[type=tel]:-ms-input-placeholder, .content_connect_form form input[type=text]:-ms-input-placeholder, .content_connect_form form textarea:-ms-input-placeholder {
  color: #475175;
  opacity: 52%;
}
.content_connect_form form input[type=email]::placeholder,
.content_connect_form form input[type=tel]::placeholder,
.content_connect_form form input[type=text]::placeholder,
.content_connect_form form textarea::placeholder {
  color: #475175;
  opacity: 52%;
}
.content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text] {
  border-bottom-color: #475175;
  border-bottom-style: solid;
  border-radius: 0;
}
.content_connect_form form textarea {
  display: block;
  width: 100%;
  border-color: #475175;
  border-style: solid;
}
.content_connect_form form .content_connect_form_submit {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.content_connect_form form .content_connect_form_submit input[type=submit] {
  font-weight: bold;
  color: white;
  background-color: #4A71FF;
  border: none;
  cursor: pointer;
}
.content_connect_form form .wpcf7-spinner {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.content_connect_form form .wpcf7-not-valid-tip {
  font-size: 80%;
  line-height: 100%;
  margin-top: 5px;
}
.content_connect_form form .wpcf7-response-output {
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_connect_form {
    border-radius: 25px;
    top: -40vh;
  }
  .content_connect_form form {
    padding: 3.4vw 4vw 2.35vw;
  }
  .content_connect_form form .content_connect_form_item {
    margin-bottom: 30px;
  }
  .content_connect_form form label {
    font-size: 18px;
  }
  .content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text],
.content_connect_form form textarea {
    font-size: 21px;
  }
  .content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text] {
    padding: 20px 0px;
    border-bottom-width: 3px;
  }
  .content_connect_form form textarea {
    padding: 20px;
    border-width: 3px;
    border-radius: 25px;
  }
  .content_connect_form form .content_connect_form_submit {
    margin-top: 75px;
  }
  .content_connect_form form .content_connect_form_submit input[type=submit] {
    padding: 22.5px 45px;
    border-radius: 42px;
    font-size: 21px;
  }
  .content_connect_form form .wpcf7-response-output {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content_connect_form {
    border-radius: 1.3vw;
    top: -40vh;
  }
  .content_connect_form form {
    padding: 3.4vw 4vw 2.35vw;
  }
  .content_connect_form form .content_connect_form_item {
    margin-bottom: 1.6vw;
  }
  .content_connect_form form label {
    font-size: 1vw;
  }
  .content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text],
.content_connect_form form textarea {
    font-size: 1.1vw;
  }
  .content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text] {
    padding: 1vw 0px;
    border-bottom-width: 3px;
  }
  .content_connect_form form textarea {
    padding: 1vw;
    border-width: 3px;
    border-radius: 1.3vw;
  }
  .content_connect_form form .content_connect_form_submit {
    margin-top: 3.9vw;
  }
  .content_connect_form form .content_connect_form_submit input[type=submit] {
    padding: 1.2vw 2.35vw;
    border-radius: 2.2vw;
    font-size: 1.1vw;
  }
  .content_connect_form form .wpcf7-response-output {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .content_connect_form {
    border-radius: 15px;
    position: fixed;
    width: 90%;
    top: 250px;
    padding: 30px 35px;
  }
  .content_connect_form form .content_connect_form_wrapper {
    grid-template-columns: 1fr;
  }
  .content_connect_form form .content_connect_form_item {
    margin-bottom: 25px;
  }
  .content_connect_form form label {
    font-size: 14px;
  }
  .content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text],
.content_connect_form form textarea {
    font-size: 14px;
  }
  .content_connect_form form input[type=email],
.content_connect_form form input[type=tel],
.content_connect_form form input[type=text] {
    padding: 10px 0px;
    border-bottom-width: 1.5px;
  }
  .content_connect_form form textarea {
    padding: 10px;
    border-width: 1.5px;
    border-radius: 15px;
  }
  .content_connect_form form input[type=submit] {
    margin-top: 25px;
    width: 100%;
    padding: 22.5px 30px;
    border-radius: 46px;
    font-size: 18px;
  }
  .content_connect_form form .wpcf7-response-output {
    margin-top: 10px;
    width: 100%;
  }
}
.content_connect_parallax {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 5vh;
  padding-bottom: 7.037vh;
}
.content_connect_parallax label {
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  width: auto !important;
  display: inline-block;
  max-width: 100%;
  left: -20%;
  color: rgba(30, 30, 30, 0.1882352941);
  opacity: 50%;
  font-size: 20vh;
  line-height: 100%;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.content_connect_parallax span {
  margin-top: 4.6296vh;
  font-size: 1.944vh;
  color: #475175;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .content_connect_parallax {
    padding-top: 5vh;
    padding-bottom: 4vh;
  }
  .content_connect_parallax label {
    display: none;
  }
  .content_connect_parallax span {
    margin-top: 0;
    margin: 0 auto;
    font-size: 1.8421052632vh;
    width: 65%;
  }
}
.content_connect_meetings {
  background-color: #F5F8FA;
  width: 100%;
  height: auto;
  padding: 6.67vh 16.770833vw 4.722vh;
  margin-bottom: 8.056vh;
}
@media screen and (max-width: 1023px) {
  .content_connect_meetings {
    padding: 32.5px 20px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .content_connect {
    padding: 0;
  }
}

.content_home {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}
.content_home_hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
}
.content_home_hero_logo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.content_home_hero_logo p {
  color: #000000;
  opacity: 37%;
  font-family: "Plus Jakarta";
  font-weight: normal;
}
.content_home_hero_elements.desktop {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.content_home_hero_elements.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_hero {
    height: 850px;
    max-height: none;
    margin-bottom: 155px;
  }
  .content_home_hero_logo svg {
    height: auto;
    width: 20.15625vw;
    margin-right: 6.9270833vw;
    margin-left: 5.6770833vw;
  }
  .content_home_hero_logo p {
    width: 24.5vw;
    margin-bottom: 30px;
  }
  .content_home_hero_elements.desktop {
    position: absolute;
    width: auto;
    height: 1400px;
    top: 0%;
    right: 0%;
    transform: translate(11%, -45%);
  }
}
@media screen and (min-width: 1921px) {
  .content_home_hero {
    height: 89.751838vh;
    max-height: 89.751838vh;
    margin-bottom: 16.081432vh;
  }
  .content_home_hero_logo svg {
    height: 33.5vh;
    width: 20.15625vw;
    margin-right: 6.9270833vw;
    margin-left: 5.6770833vw;
  }
  .content_home_hero_logo p {
    width: 24.5vw;
    margin-bottom: 3.24074vh;
  }
  .content_home_hero_elements.desktop {
    width: 69.41875vw;
    height: 75.365104166vw;
    transform: translate(7.604166vw, -3.177768vh);
  }
  .content_home_hero_elements.mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_hero {
    height: auto;
    max-height: none;
    margin-bottom: 46px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .content_home_hero_logo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .content_home_hero_logo svg {
    display: none;
  }
  .content_home_hero_logo p {
    align-self: flex-end !important;
    box-sizing: content-box;
    opacity: 100%;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    padding: 0 21px 0 37px;
    text-align: end;
  }
  .content_home_hero_elements.desktop {
    display: none;
  }
  .content_home_hero_elements.mobile {
    align-self: flex-end !important;
    display: block;
    width: 475px;
    min-width: 475px;
    transform: translateX(-15px);
  }
}
.content_home_video.desktop {
  margin: 0 auto;
  width: 87%;
  aspect-ratio: 16/9;
}
.content_home_video.desktop video,
.content_home_video.desktop iframe {
  height: 100%;
  width: 100%;
}
.content_home_video.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_video.desktop {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_video.desktop {
    margin-bottom: 11.0648vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_video.desktop {
    display: none;
  }
  .content_home_video.mobile {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 53px;
    padding: 0 23px;
  }
  .content_home_video.mobile .content_home_video_trigger {
    font-weight: 500;
    padding: 17px 25px;
    border-radius: 25px;
    background-color: #E0F3FE;
    color: #4A71FF;
    border: none;
  }
  .content_home_video.mobile .content_home_video_embed {
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: fixed;
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.8509803922);
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    -webkit-animation: popup 0.1s ease;
            animation: popup 0.1s ease;
  }
  .content_home_video.mobile .content_home_video_embed.open {
    display: flex;
  }
  .content_home_video.mobile .content_home_video_embed span {
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 1%;
    right: 3%;
    width: 25px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .content_home_video.mobile .content_home_video_embed span::after, .content_home_video.mobile .content_home_video_embed span::before {
    content: "";
    width: 25px;
    height: 3px;
    border-radius: 5vh;
    background-color: white;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0%;
  }
  .content_home_video.mobile .content_home_video_embed span::before {
    transform: rotate(45deg);
  }
  .content_home_video.mobile .content_home_video_embed span::after {
    transform: rotate(-45deg);
  }
  .content_home_video.mobile .content_home_video_embed iframe {
    width: 100%;
    height: 50%;
  }
  @-webkit-keyframes popup {
    0% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes popup {
    0% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }
}
.content_home_carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_home_carousel_top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.content_home_carousel_top h2 {
  font-weight: bold;
  line-height: 100%;
  color: #262F4D;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_carousel {
    margin-bottom: 110px;
  }
  .content_home_carousel_top {
    padding-left: 14.2vw;
    margin-bottom: 85px;
  }
  .content_home_carousel_top svg {
    height: 65px;
    width: auto;
    margin-right: 2.4vw;
  }
  .content_home_carousel_top h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_carousel {
    margin-bottom: 10.4055vh;
  }
  .content_home_carousel_top {
    padding-left: 14.183854166vw;
    margin-bottom: 7.788vh;
  }
  .content_home_carousel_top svg {
    height: 5.381481vh;
    width: 3.9890625vw;
    margin-right: 2.395833vw;
  }
  .content_home_carousel_top h2 {
    font-size: 5.55vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_carousel {
    margin-bottom: 45px;
  }
  .content_home_carousel_top {
    justify-content: center;
    padding-left: 0;
    width: 90%;
    margin-bottom: 24px;
  }
  .content_home_carousel_top svg {
    display: none;
  }
  .content_home_carousel_top h2 {
    color: #475175;
  }
}
.content_home_superpowers {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  padding-left: 2.5%;
  box-sizing: border-box;
}
.content_home_superpowers_power {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_home_superpowers_power label {
  width: 100%;
  color: #475175;
  line-height: 100%;
}
.content_home_superpowers_power label span {
  font-weight: bold;
}
.content_home_superpowers_power p {
  width: 100%;
  font-family: "Plus Jakarta";
  color: #262F4D;
  opacity: 70%;
}
.content_home_superpowers_power p span {
  font-weight: bold;
}
.content_home_superpowers_power div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_superpowers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 4.1vw;
         column-gap: 4.1vw;
    margin-bottom: 150px;
    padding: 0 9.1vw 0 16.1vw;
  }
  .content_home_superpowers_power {
    width: 100%;
  }
  .content_home_superpowers_power label {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .content_home_superpowers_power p {
    font-size: 18px;
  }
  .content_home_superpowers_power div {
    margin-bottom: 70px;
  }
  .content_home_superpowers_power:nth-child(1) lottie-player {
    width: 10.5vw;
    height: auto;
  }
  .content_home_superpowers_power:nth-child(2) lottie-player {
    width: 6.9vw;
    height: auto;
  }
  .content_home_superpowers_power:nth-child(3) lottie-player {
    width: 10.2vw;
    height: auto;
  }
  .content_home_superpowers_power:nth-child(4) lottie-player {
    width: 5.4vw;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content_home_superpowers {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4.1vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_superpowers {
    margin-bottom: 13.1481vh;
  }
  .content_home_superpowers_power label {
    font-size: 2.5vh;
    margin-bottom: 1.85185vh;
  }
  .content_home_superpowers_power p {
    font-size: 1.66vh;
  }
  .content_home_superpowers_power div {
    margin-bottom: 6.025vh;
  }
  .content_home_superpowers_power:nth-child(1) {
    width: 15.9375vw;
    margin-right: 4.08854166vw;
  }
  .content_home_superpowers_power:nth-child(1) lottie-player {
    width: 10.46875vw;
    height: auto;
  }
  .content_home_superpowers_power:nth-child(2) {
    width: 13.125vw;
    margin-right: 6.015625vw;
  }
  .content_home_superpowers_power:nth-child(2) lottie-player {
    width: 6.875vw;
    height: auto;
  }
  .content_home_superpowers_power:nth-child(3) {
    width: 13.8020833vw;
    margin-right: 5.78125vw;
  }
  .content_home_superpowers_power:nth-child(3) lottie-player {
    width: 10.19479166vw;
    height: auto;
  }
  .content_home_superpowers_power:nth-child(4) {
    width: 13.0729166vw;
  }
  .content_home_superpowers_power:nth-child(4) lottie-player {
    width: 5.405729166vw;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_superpowers {
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 0;
    margin-bottom: 55px;
    align-items: center;
    padding: 0 75px;
    width: 100%;
  }
  .content_home_superpowers_power {
    justify-content: center;
    width: 100%;
  }
  .content_home_superpowers_power:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .content_home_superpowers_power div {
    align-items: center;
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: 20px;
  }
  .content_home_superpowers_power label {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  .content_home_superpowers_power p {
    text-align: center;
  }
  .content_home_superpowers_power:nth-child(1) div {
    width: 105px;
  }
  .content_home_superpowers_power:nth-child(2) div {
    width: 70px;
  }
  .content_home_superpowers_power:nth-child(3) div {
    width: 100px;
  }
  .content_home_superpowers_power:nth-child(4) div {
    width: 55px;
  }
}
.content_home_showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  position: relative;
}
.content_home_showcase.desktop svg {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: auto;
  width: auto;
  transition: transform 0.3s ease-out;
}
.content_home_showcase.desktop img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  z-index: 2;
}
.content_home_showcase.desktop img:nth-of-type(1), .content_home_showcase.desktop img:nth-of-type(7) {
  width: 100%;
}
.content_home_showcase.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_showcase {
    margin-bottom: 125px;
  }
  .content_home_showcase.desktop svg {
    width: 28.6vw;
    transform: translate(-50%, 45%) rotate(-90deg);
  }
  .content_home_showcase.desktop img {
    margin-bottom: 1.8vw;
  }
  .content_home_showcase.desktop img:nth-of-type(2), .content_home_showcase.desktop img:nth-of-type(3), .content_home_showcase.desktop img:nth-of-type(4), .content_home_showcase.desktop img:nth-of-type(6), .content_home_showcase.desktop img:nth-of-type(8), .content_home_showcase.desktop img:nth-of-type(9), .content_home_showcase.desktop img:nth-of-type(10) {
    width: 30.6vw;
    margin: 0 0.9vw 1.8vw;
  }
  .content_home_showcase.desktop img:nth-of-type(5) {
    width: 63vw;
    margin: 0 0.9vw 1.8vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_showcase {
    margin-bottom: 11.944vh;
  }
  .content_home_showcase.desktop svg {
    width: 28.6vw;
    transform: translate(-50%, 45%) rotate(-90deg);
  }
  .content_home_showcase.desktop img {
    margin-bottom: 3.14814vh;
  }
  .content_home_showcase.desktop img:nth-of-type(2), .content_home_showcase.desktop img:nth-of-type(3), .content_home_showcase.desktop img:nth-of-type(4), .content_home_showcase.desktop img:nth-of-type(6), .content_home_showcase.desktop img:nth-of-type(8), .content_home_showcase.desktop img:nth-of-type(9), .content_home_showcase.desktop img:nth-of-type(10) {
    width: 30.5729166vw;
    margin: 0 0.91145833vw 3.14814vh;
  }
  .content_home_showcase.desktop img:nth-of-type(5) {
    width: 62.96875vw;
    margin: 0 0.91145833vw 3.14814vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_showcase {
    margin-bottom: 45px;
  }
  .content_home_showcase.desktop {
    display: none;
  }
  .content_home_showcase.mobile {
    display: flex;
    box-sizing: border-box;
    padding: 0 22px;
  }
  .content_home_showcase.mobile img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    width: 100%;
  }
  .content_home_showcase.mobile img:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home .content_identity_socials {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1921px) {
  .content_home .content_identity_socials {
    margin-bottom: 8.5vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_home .content_identity_socials {
    display: none;
  }
}
.content_home_values_carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_home_values.desktop {
  position: relative;
}
.content_home_values.desktop .content_home_values_circle-top {
  position: absolute;
  top: 0%;
  right: 0%;
  width: auto;
  transform: translate(50%, -50%) rotate(25deg);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 3;
}
.content_home_values.desktop .content_home_values_circle-bottom {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: auto;
  transform: translate(-75%, 50%);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 1;
}
.content_home_values.desktop .content_home_values_values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  background-color: #FFEBD0;
  position: relative;
  z-index: 2;
}
.content_home_values.desktop .content_home_values_values label {
  display: block;
  width: 100%;
  line-height: 100%;
}
.content_home_values.desktop .content_home_values_values .content_home_values_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content_home_values.desktop .content_home_values_values .content_home_values_text h2 {
  text-align: start;
  font-weight: bold;
  color: #FFB44F;
}
.content_home_values.desktop .content_home_values_values .content_home_values_text label {
  text-align: start;
  font-family: "Plus Jakarta";
  color: #58340F;
}
.content_home_values.desktop .content_home_values_values .content_home_values_cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.content_home_values.desktop .content_home_values_values .content_home_values_cards_card {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content_home_values.desktop .content_home_values_values .content_home_values_cards_card div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_home_values.desktop .content_home_values_values .content_home_values_cards_card label {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #475175;
}
.content_home_values.desktop .content_home_values_values .content_home_values_cards_card svg {
  height: auto;
}
.content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(4), .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(5), .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(6) {
  margin-bottom: 0;
}
.content_home_values.desktop label {
  display: block;
  width: 100%;
  line-height: 100%;
}
.content_home_values.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_values.desktop .content_home_values_circle-top {
    height: auto;
    width: 28.6vw;
    transform: translate(50%, -50%) rotate(25deg);
  }
  .content_home_values.desktop .content_home_values_circle-bottom {
    height: auto;
    width: 28.6vw;
    transform: translate(-75%, 50%);
  }
  .content_home_values.desktop .content_home_values_values {
    padding: 80px 0 130px;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_text {
    margin-left: 7.3vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_text h2 {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_text label {
    margin-bottom: 100px;
    font-size: 21px;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 6.5vw;
         column-gap: 6.5vw;
    row-gap: 6.5vw;
    align-items: stretch;
    padding: 0 9.7vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card {
    border-radius: 25px;
    padding: 3.2vw 3.2vw 3.2vw;
    margin-bottom: 0;
    width: 100%;
    max-width: unset;
    align-content: space-between;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card div {
    width: 13.9vw;
    margin-bottom: 30px;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card label {
    font-size: 32px;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card svg {
    height: auto;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(1) svg {
    width: 10.2vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(2) svg {
    width: 12.4vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(3) svg {
    width: 8.8vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(4) svg {
    width: 11.2vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(5) svg {
    width: 11.9vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(6) svg {
    width: 13.9vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content_home_values.desktop .content_home_values_cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .content_home_values.desktop .content_home_values_cards_card {
    align-content: center !important;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_values.desktop .content_home_values_circle-top {
    height: auto;
    width: 28.6vw;
    transform: translate(50%, -50%) rotate(25deg);
  }
  .content_home_values.desktop .content_home_values_circle-bottom {
    height: auto;
    width: 28.6vw;
    transform: translate(-75%, 50%);
  }
  .content_home_values.desktop .content_home_values_values {
    padding: 7.59259vh 0 11.8518vh;
    position: relative;
    z-index: 2;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_text {
    margin-left: 7.3vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_text h2 {
    margin-bottom: 1.85185vh;
    font-size: 5.55vh;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_text label {
    margin-bottom: 10.1851vh;
    font-size: 1.944vh;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards {
    padding: 0 9.7vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card {
    border-radius: 2.31481vh;
    padding: 3.81388vh 3.2vw 6.2037vh;
    margin-bottom: 11.4277vh;
    width: 22.4vw;
    max-width: 22.4vw;
    height: 22.4vw;
    max-height: 22.4vw;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card div {
    height: 27.433vh;
    width: 13.9vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card label {
    font-size: 2.96296vh;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card svg {
    height: auto;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(1) svg {
    width: 10.2vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(2) svg {
    width: 12.4vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(3) svg {
    width: 8.8vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(4) svg {
    width: 11.2vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(5) svg {
    width: 11.9vw;
  }
  .content_home_values.desktop .content_home_values_values .content_home_values_cards_card:nth-child(6) svg {
    width: 13.9vw;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_values.desktop {
    display: none;
  }
  .content_home_values.mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  .content_home_values.mobile .content_home_values_circle-right {
    position: absolute;
    top: 0%;
    right: 0%;
    height: 170px;
    width: auto;
    transform: translate(50%, 75%) rotate(25deg);
    z-index: 1;
  }
  .content_home_values.mobile .content_home_values_circle-left {
    position: absolute;
    bottom: 0%;
    left: 0%;
    height: 170px;
    width: auto;
    transform: translate(-50%, -75%) rotate(-90deg);
    z-index: 1;
  }
  .content_home_values.mobile .content_home_values_title {
    color: #475175;
    max-width: 70%;
    text-align: center;
    margin-bottom: 44px;
  }
}
.content_home_bg {
  background-color: #FAFAFA;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_bg {
    padding: 230px 0 250px 0;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_bg {
    padding: 21.57407vh 0 15.7407vh 0;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_bg {
    background-color: white;
    padding: 0;
  }
}
.content_home_impactfolio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_home_impactfolio_top {
  font-weight: bold;
  line-height: 100%;
  color: #262F4D;
  width: 100%;
  text-align: start;
}
@media screen and (max-width: 1023px) {
  .content_home_impactfolio_top {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_impactfolio {
    margin-bottom: 150px;
  }
  .content_home_impactfolio_top {
    font-size: 60px;
    margin-bottom: 90px;
    padding-left: 7.2vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_impactfolio {
    margin-bottom: 13.33vh;
  }
  .content_home_impactfolio_top {
    font-size: 5.55vh;
    margin-bottom: 8.79629vh;
    padding-left: 7.2395833vw;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_impactfolio {
    margin-bottom: 45px;
  }
}
.content_home_blogs {
  width: 100%;
  position: relative;
}
.content_home_blogs.desktop .content_home_blogs_bg-svg {
  width: 100.5%;
  height: auto;
}
.content_home_blogs.desktop .content_home_blogs_svg {
  position: absolute;
  right: 0%;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts_items_item a {
  text-decoration: none;
  cursor: pointer;
  color: #475175;
  font-weight: bold;
  font-family: "Plus Jakarta";
  line-height: 135%;
  display: block;
  width: 100%;
  text-align: start;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts_items_item label {
  color: #707070;
  font-family: "Plus Jakarta";
  display: block;
  width: 100%;
  text-align: start;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts_items_item:hover {
  background-color: #A2DAFB;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts_more {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: #475175;
  font-weight: bold;
  font-family: "Plus Jakarta";
  line-height: 100%;
}
.content_home_blogs.desktop .content_home_blogs_recent-posts_more:hover {
  background-color: #FFB44F;
  color: white;
}
.content_home_blogs.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_blogs.desktop .content_home_blogs_svg {
    width: 23.7%;
    height: auto;
    top: 50%;
    transform: translate(-10%, -50%);
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 54.6vw;
    min-width: 54.6vw;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item {
    width: 24.8vw;
    max-width: 24.8vw;
    min-width: 24.8vw;
    padding: 1.25vw;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item a {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item label {
    font-size: 21px;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item:hover {
    border-radius: 15px;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_more {
    border: 1px solid #475175;
    font-size: 18px;
    padding: 15px 3vw;
    border-radius: 5vh;
    margin-top: 4.5vh;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_more:hover {
    border: 1px solid #FFB44F;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_blogs.desktop .content_home_blogs_svg {
    width: 23.7%;
    height: 49.89537037vh;
    top: 50%;
    transform: translate(-10%, -50%);
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 54.58332vw;
    min-width: 54.58332vw;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item {
    width: 24.79166vw;
    max-width: 24.79166vw;
    min-width: 24.79166vw;
    padding: 1.5vh 1.25vw 1.75vh;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item a {
    font-size: 2.5vh;
    margin-bottom: 0.75vh;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item label {
    font-size: 1.944vh;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_items_item:hover {
    border-radius: 1.5vh;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_more {
    border: 0.1388vh solid #475175;
    font-size: 1.66vh;
    padding: 1.66vh 2.96875vw;
    border-radius: 5vh;
    margin-top: 4.5vh;
  }
  .content_home_blogs.desktop .content_home_blogs_recent-posts_more:hover {
    border: 0.1388vh solid #FFB44F;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_blogs.desktop {
    display: none;
  }
  .content_home_blogs.mobile {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.5486842105vh;
    background-color: #E0F3FE;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.68611vw 5vw 8.7167vw;
  }
  .content_home_blogs.mobile .content_home_blogs_svg {
    width: 41.875vw;
    height: 45.575vw;
    margin-bottom: 6.69167vw;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    place-content: center;
    min-width: 100%;
    max-width: 100%;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_items_item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 3.81944vw 5.56vw;
    background-color: #A2DAFB;
    border-radius: 2.5vh;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_items_item a {
    text-decoration: none;
    cursor: pointer;
    color: #475175;
    font-size: 2.1052631579vh;
    font-weight: bold;
    font-family: "Plus Jakarta";
    line-height: 135%;
    display: block;
    width: 100%;
    text-align: start;
    margin-bottom: 0.75vh;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_items_item label {
    color: #707070;
    font-size: 1.8421052632vh;
    font-family: "Plus Jakarta";
    display: block;
    width: 100%;
    text-align: start;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_items_item:not(:last-of-type) {
    margin-bottom: 4.44vw;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_more {
    text-decoration: none;
    cursor: pointer;
    border: 0.1388vh solid #475175;
    background-color: transparent;
    color: #475175;
    font-size: 1.66vh;
    font-weight: bold;
    font-family: "Plus Jakarta";
    padding: 1.66vh 2.96875vw;
    line-height: 100%;
    border-radius: 5vh;
    margin-top: 4.5vh;
  }
  .content_home_blogs.mobile .content_home_blogs_recent-posts_more:hover {
    border: 0.1388vh solid #FFB44F;
    background-color: #FFB44F;
    color: white;
  }
}
.content_home_quote.desktop {
  width: 100%;
  position: relative;
}
.content_home_quote.desktop .content_home_quote_bg-svg {
  width: 100.5%;
  height: auto;
}
.content_home_quote.desktop .content_home_quote_svg {
  position: absolute;
  right: 0%;
}
.content_home_quote.desktop .content_home_quote_text {
  position: absolute;
  left: 0%;
}
.content_home_quote.desktop .content_home_quote_text label,
.content_home_quote.desktop .content_home_quote_text p {
  display: block;
  width: 100%;
  color: #475175;
}
.content_home_quote.desktop .content_home_quote_text p {
  font-weight: bold;
  line-height: 125%;
}
.content_home_quote.desktop .content_home_quote_text label {
  text-align: end;
  line-height: 100%;
}
.content_home_quote.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_quote.desktop .content_home_quote_svg {
    width: 23.7%;
    height: auto;
    top: 50%;
    transform: translate(-10%, -50%);
  }
  .content_home_quote.desktop .content_home_quote_text {
    width: 48.3%;
    top: 50%;
    transform: translate(15%, -50%);
  }
  .content_home_quote.desktop .content_home_quote_text p {
    font-size: 2.5vw;
    margin-bottom: 55px;
  }
  .content_home_quote.desktop .content_home_quote_text label {
    font-size: 1.9vw;
    padding-right: 8%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content_home_quote.desktop .content_home_quote_text p {
    font-size: 2.5vw;
  }
  .content_home_quote.desktop .content_home_quote_text label {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_quote.desktop .content_home_quote_svg {
    width: 23.6833%;
    height: 49.89537037vh;
    top: 50%;
    transform: translate(-10%, -50%);
  }
  .content_home_quote.desktop .content_home_quote_text {
    width: 48.3229166%;
    top: 50%;
    transform: translate(15%, -50%);
  }
  .content_home_quote.desktop .content_home_quote_text p {
    font-size: 4.44vh;
    margin-bottom: 5vh;
  }
  .content_home_quote.desktop .content_home_quote_text label {
    font-size: 3.33vh;
    padding-right: 8%;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_quote.desktop {
    display: none;
  }
  .content_home_quote.mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8px;
         column-gap: 8px;
    background-color: #EAE7FC;
    width: 100%;
    max-width: 100%;
    padding: 50px 20px 40px 25px;
    margin-bottom: 90px;
    box-sizing: border-box;
  }
  .content_home_quote.mobile div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .content_home_quote.mobile div p {
    width: 100%;
    text-align: center;
    color: #475175;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .content_home_quote.mobile div label {
    width: 100%;
    text-align: center;
    font-family: "Plus Jakarta";
    color: #475175;
  }
  .content_home_quote.mobile div label:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 5px;
  }
  .content_home_quote.mobile div label:nth-of-type(2) {
    font-size: 10px;
    font-weight: normal;
  }
  .content_home_quote.mobile svg {
    width: 100%;
    height: auto;
  }
}
.content_home_newsletter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.content_home_newsletter_svg {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.content_home_newsletter_svg svg:nth-of-type(2) {
  display: none;
}
.content_home_newsletter_text {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content_home_newsletter_text_title {
  width: 100%;
  font-weight: bold;
  color: #475175;
  text-align: start;
}
.content_home_newsletter_text p {
  color: #777777;
  text-align: start;
  font-family: "Plus Jakarta";
}
.content_home_newsletter_form.desktop {
  height: auto;
  display: flex;
  justify-content: flex-start !important;
  background-color: white;
}
.content_home_newsletter_form.desktop .hbspt-form {
  width: 100%;
}
.content_home_newsletter_form.mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_home_newsletter {
    margin-top: 150px;
  }
  .content_home_newsletter_svg {
    width: 50%;
    max-width: 50%;
  }
  .content_home_newsletter_svg svg:nth-of-type(1) {
    height: auto;
    width: 31.8vw;
  }
  .content_home_newsletter_text {
    width: 50%;
    max-width: 50%;
    padding: 90px 0;
  }
  .content_home_newsletter_text_title {
    font-size: 60px;
    margin-bottom: 47.5px;
  }
  .content_home_newsletter_text p {
    font-size: 24px;
    width: 23vw;
    margin-bottom: 45px;
  }
  .content_home_newsletter_form.desktop {
    width: 42vw;
    border-radius: 25px;
    padding: 2vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_home_newsletter {
    margin-top: 14.746296vh;
  }
  .content_home_newsletter_svg {
    height: 100%;
    max-height: 100%;
    width: 50%;
    max-width: 50%;
  }
  .content_home_newsletter_svg svg:nth-of-type(1) {
    height: 45.5342592vh;
    width: 31.8484375vw;
  }
  .content_home_newsletter_text {
    width: 50%;
    max-width: 50%;
    padding: 8.36851vh 0;
  }
  .content_home_newsletter_text_title {
    font-size: 5.55vh;
    margin-bottom: 4.5vh;
  }
  .content_home_newsletter_text p {
    font-size: 2.22vh;
    width: 21.04166vw;
    margin-bottom: 4.2vh;
  }
  .content_home_newsletter_form.desktop {
    width: 42.03125vw;
    border-radius: 2.5vh;
    padding: 2vh 2vw;
  }
}
@media screen and (max-width: 1023px) {
  .content_home_newsletter {
    height: auto;
    max-height: none;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 75px;
    margin-top: 0;
  }
  .content_home_newsletter_svg {
    box-sizing: border-box;
    height: auto;
    max-height: none;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    padding-right: 25px;
  }
  .content_home_newsletter_svg svg:nth-of-type(1) {
    display: none;
  }
  .content_home_newsletter_svg svg:nth-of-type(2) {
    display: block;
    width: 100%;
    height: auto;
  }
  .content_home_newsletter_text {
    box-sizing: border-box;
    height: auto;
    max-height: none;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 30px 20px 50px 0;
    justify-content: flex-end;
  }
  .content_home_newsletter_text_title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: end;
  }
  .content_home_newsletter_text p {
    color: #777777;
    width: 100%;
    text-align: end;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .content_home_newsletter_form.desktop {
    display: none;
  }
  .content_home_newsletter_form.mobile {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 2.1052631579vh;
  }
  .content_home_newsletter_form.mobile .hbspt-form {
    width: 85%;
  }
}

.content_identity {
  width: 100%;
  height: auto;
}
.content_identity_magician-mobile {
  display: none;
}
.content_identity p {
  text-align: start !important;
}
.content_identity_need {
  width: 100%;
  display: block;
}
.content_identity_need h2 {
  color: #475175;
  font-weight: bold;
}
.content_identity_need p {
  color: black;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
}
.content_identity_ceo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.content_identity_ceo_heading {
  color: #475175;
  font-weight: bold;
}
.content_identity_ceo_portrait {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.content_identity_ceo p {
  color: black;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
  text-align: justify;
}
.content_identity_ceo_bio {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  position: relative;
}
.content_identity_ceo_bio p {
  text-align: justify;
}
.content_identity_ceo_bio a {
  color: #FFB44F;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.content_identity_ceo_bio_text {
  display: flex;
  flex-direction: column;
}
.content_identity_ceo_bio_signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.content_identity_ceo_bio_signature img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.content_identity_ceo_bio_signature label {
  color: #475175;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
}
.content_identity_socials {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.content_identity_socials div {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content_identity_socials div:last-of-type {
  margin: 0;
}
.content_identity_socials div svg {
  width: 100%;
  height: auto;
}
.content_identity_socials div label,
.content_identity_socials div a:nth-of-type(2) {
  font-family: "";
  text-decoration: none;
  width: 80%;
  color: #475175;
  border: 1px solid rgba(112, 112, 112, 0.42);
  background-color: rgba(255, 255, 255, 0.42);
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  opacity: 10%;
  transition: 0.3s ease-in-out;
  display: none;
}
.content_identity_socials div a:nth-of-type(2) {
  display: none;
}
.content_identity_roadmap {
  width: 100%;
  position: relative;
}
.content_identity_roadmap_heading {
  font-family: "Metropolis", Arial, sans-serif !important;
  position: relative !important;
  display: block !important;
  color: black !important;
  font-weight: bold !important;
  line-height: 100%;
}
.content_identity_roadmap svg {
  width: 100%;
  height: auto;
}
.content_identity_magician {
  width: 100%;
  position: relative;
}
.content_identity_magician svg:nth-of-type(1) {
  width: 100.5%;
  height: auto;
}
.content_identity_magician svg:nth-of-type(2) {
  position: absolute;
}
.content_identity_magician p {
  font-weight: bold;
  color: #475175;
  position: absolute;
}
.content_identity_problem {
  width: 100%;
}
.content_identity_problem h2 {
  display: block;
  color: black;
  font-weight: bold;
}
.content_identity_problem svg {
  width: 100%;
  height: auto;
}
.content_identity_logo label {
  color: #475175;
  font-weight: bold;
}
.content_identity_logo p {
  color: black;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
}
.content_identity_logo.mobile {
  display: none;
}
.content_identity_logo.desktop {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.content_identity_logo.desktop div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.content_identity_logo.desktop div label {
  display: block;
  width: 100%;
}
.content_identity_logo.desktop div p {
  text-align: justify;
  width: 100%;
}
.content_identity_logo.desktop svg {
  width: 100%;
}
.content_identity_logo.desktop img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content_identity_parallax {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.content_identity_parallax label {
  position: absolute;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  font-weight: bold;
  color: rgba(30, 30, 30, 0.1882352941);
  opacity: 50%;
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.content_identity_traits {
  width: 100%;
  display: grid;
}
.content_identity_traits_trait {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.content_identity_traits_trait_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_identity_traits_trait_img svg {
  height: auto;
}
.content_identity_traits_trait_text {
  height: auto;
}
.content_identity_traits_trait_text label {
  color: #475175;
  font-weight: bold;
}
.content_identity_traits_trait_text p {
  color: #475175;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_identity {
    padding: 175px 0 150px;
  }
  .content_identity_socials {
    margin-bottom: 250px;
  }
  .content_identity_socials div {
    width: 10.2vw;
    margin-right: 2.9vw;
  }
  .content_identity_need {
    margin-bottom: 100px;
    padding: 0 6.6vw 0 7.3vw;
  }
  .content_identity_need h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .content_identity_need p {
    font-size: 24px;
  }
  .content_identity_ceo {
    margin-bottom: 180px;
    padding: 0 6.6vw 0 7.3vw;
  }
  .content_identity_ceo h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .content_identity_ceo p {
    font-size: 24px;
  }
  .content_identity_ceo_portrait {
    height: auto;
    width: 53.8vw;
    top: 30%;
    left: 0%;
    transform: translateX(-15%);
  }
  .content_identity_ceo_intro {
    margin-bottom: 40px;
  }
  .content_identity_ceo_bio {
    aspect-ratio: 1.5/1;
    width: 47.5%;
  }
  .content_identity_ceo_bio a {
    font-size: 24px;
  }
  .content_identity_ceo_bio_text {
    width: 100%;
  }
  .content_identity_ceo_bio_signature {
    width: 26.1vw;
    margin-top: 12.5vw;
  }
  .content_identity_ceo_bio_signature label {
    font-size: 32px;
  }
  .content_identity_roadmap {
    width: 100%;
    padding: 0 7.2vw 0 10.3vw;
    margin-bottom: 25px;
  }
  .content_identity_roadmap_heading {
    font-size: 49px !important;
    margin-bottom: 100px !important;
    padding-left: 2.6vw !important;
  }
  .content_identity_magician {
    width: 100%;
    margin-bottom: 87.5px;
  }
  .content_identity_magician svg:nth-of-type(2) {
    width: 20.2vw;
    height: auto;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(5.6vw, -50%);
  }
  .content_identity_magician p {
    font-size: 2.5vw;
    position: absolute;
    top: 50%;
    left: 0%;
    max-width: 57vw;
    transform: translate(5.6vw, -50%);
  }
  .content_identity_problem {
    padding: 0 10.5vw 0 12.9vw;
    margin-bottom: 160px;
  }
  .content_identity_problem h2 {
    font-size: 48px;
    margin-bottom: 75px;
    margin-left: 2.6vw;
  }
  .content_identity_logo.desktop {
    margin-bottom: 60px;
    padding: 80px 3vw 80px 6.7vw;
  }
  .content_identity_logo.desktop div {
    min-width: 59.3229166vw;
    max-width: 59.3229166vw;
    margin-right: 2.5vw;
  }
  .content_identity_logo.desktop div label {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .content_identity_logo.desktop div p {
    font-size: 24px;
    width: 100%;
    padding-right: 3.6vw;
  }
  .content_identity_parallax {
    height: 210px;
    margin-bottom: 100px;
  }
  .content_identity_parallax label {
    font-size: 210px;
    line-height: 210px;
  }
  .content_identity_traits {
    padding: 0 11vw 0 14vw;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 3.9vw;
  }
  .content_identity_traits_trait {
    border-radius: 25px;
    margin: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .content_identity_traits_trait_img {
    height: 270px;
    max-height: 270px;
    border-radius: 25px 25px 0 0;
  }
  .content_identity_traits_trait_text {
    padding: 2vw 1.6vw;
  }
  .content_identity_traits_trait_text label {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .content_identity_traits_trait_text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content_identity_traits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1921px) {
  .content_identity {
    padding: 19vh 0 13.4vh 0;
  }
  .content_identity_socials {
    margin-bottom: 24.05277vh;
  }
  .content_identity_socials div {
    width: 10.20833vw;
    margin-right: 2.9166vw;
  }
  .content_identity_socials div label,
.content_identity_socials div a:nth-of-type(2) {
    width: 80%;
    padding: 1.11vh 1.04166vw;
    font-size: 1.66vh;
    border-radius: 2.22vh;
  }
  .content_identity_need {
    margin-bottom: 10vh;
    padding: 0 6.66vw 0 7.2916666667vw;
  }
  .content_identity_need h2 {
    font-size: 4.44vh;
    margin-bottom: 2.5vh;
  }
  .content_identity_need p {
    font-size: 2.22vh;
  }
  .content_identity_ceo {
    margin-bottom: 16.6666666667vh;
    padding: 0 6.66vw 0 7.2916666667vw;
  }
  .content_identity_ceo_heading {
    font-size: 4.44vh;
    margin-bottom: 2.5vh;
  }
  .content_identity_ceo_portrait {
    height: 71.8518518519vh;
    width: 53.75vw;
    bottom: 0%;
    left: 0%;
    transform: translateX(-15%);
  }
  .content_identity_ceo p {
    font-size: 2.22vh;
  }
  .content_identity_ceo_intro {
    margin-bottom: 3.5185185185vh;
  }
  .content_identity_ceo_bio {
    height: 71.8518518519vh;
  }
  .content_identity_ceo_bio a {
    font-size: 2.22vh;
  }
  .content_identity_ceo_bio_text {
    width: 47.5%;
  }
  .content_identity_ceo_bio_signature {
    width: 26.09375vw;
    margin-top: 12.5vw;
  }
  .content_identity_ceo_bio_signature label {
    font-size: 2.962962963vh;
  }
  .content_identity_roadmap {
    width: 100%;
    padding: 0 7.2395833vw 0 10.2604166667vw;
    margin-bottom: 2.5vh;
  }
  .content_identity_roadmap_heading {
    font-size: 4.537037vh !important;
    margin-bottom: 9.8148148148vh !important;
    margin-left: 2.6041666667vw !important;
  }
  .content_identity_magician {
    width: 100%;
    margin-bottom: 5.5vh;
  }
  .content_identity_magician svg:nth-of-type(2) {
    width: 20.240625vw;
    height: 59.0722vh;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(5.600520833vw, -50%);
  }
  .content_identity_magician p {
    font-size: 4.44vh;
    position: absolute;
    top: 50%;
    left: 0%;
    max-width: 56.979166vw;
    transform: translate(5.600520833vw, -50%);
  }
  .content_identity_problem {
    padding: 0 10.520833vw 0 12.8645833vw;
    margin-bottom: 7.31481vh;
  }
  .content_identity_problem h2 {
    font-size: 4.44vh;
    margin-bottom: 7.037vh;
    margin-left: 2.6041666667vw;
  }
  .content_identity_logo.desktop {
    margin-bottom: 5.46296vh;
    padding: 7.59259vh 3.0729166vw 7.59259vh 6.66vw;
  }
  .content_identity_logo.desktop div {
    min-width: 59.3229166vw;
    max-width: 59.3229166vw;
    margin-right: 2.5vw;
  }
  .content_identity_logo.desktop div label {
    font-size: 4.44vh;
    margin-bottom: 3.611vh;
  }
  .content_identity_logo.desktop div p {
    font-size: 2.22vh;
    width: 100%;
    padding-right: 3.59375vw;
  }
  .content_identity_parallax {
    height: 20vh;
    margin-bottom: 9.8148148148vh;
  }
  .content_identity_parallax label {
    font-size: 20vh;
    line-height: 20vh;
  }
  .content_identity_traits {
    padding: 0 11.04166vw 0 14.0625vw;
    grid-template-columns: repeat(3, 1fr);
  }
  .content_identity_traits_trait {
    border-radius: 2.3148148148vh;
    margin: 0 2.03125vw 6.944vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  }
  .content_identity_traits_trait_img {
    height: 14.270833vw;
    max-height: 14.270833vw;
    border-radius: 2.3148148148vh 2.3148148148vh 0 0;
  }
  .content_identity_traits_trait_text {
    padding: 4.629vh 1.04166vw 4vh 1.71875vw;
  }
  .content_identity_traits_trait_text label {
    font-size: 2.5vh;
    margin-bottom: 1.157407vh;
  }
  .content_identity_traits_trait_text p {
    font-size: 1.66vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_identity {
    padding: 35px 0;
  }
  .content_identity_socials {
    display: none;
  }
  .content_identity_roadmap {
    display: none;
  }
  .content_identity_magician {
    display: none;
  }
  .content_identity_problem {
    display: none;
  }
  .content_identity_parallax {
    display: none;
  }
  .content_identity_traits {
    display: none;
  }
  .content_identity_need {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    padding: 0 40px;
  }
  .content_identity_need h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .content_identity_ceo {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    position: relative;
    padding: 0;
  }
  .content_identity_ceo_heading {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto 35px;
  }
  .content_identity_ceo_portrait {
    box-sizing: border-box;
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    width: 100%;
    transform: translateX(-10%);
    margin-bottom: 40px;
  }
  .content_identity_ceo p {
    padding: 0 40px;
  }
  .content_identity_ceo_intro {
    margin-bottom: 20px;
  }
  .content_identity_ceo_bio {
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
  }
  .content_identity_ceo_bio p {
    width: 100%;
    text-align: start;
  }
  .content_identity_ceo_bio_text {
    width: 100%;
  }
  .content_identity_ceo_bio_signature {
    position: relative;
    width: 100%;
    padding: 0 40px;
  }
  .content_identity_ceo_bio_signature img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 40px;
    width: auto;
  }
  .content_identity_ceo_bio_signature label {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: end;
  }
  .content_identity_magician-mobile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 45px 30px 45px 40px;
    background-color: #FFE4C0;
    margin-bottom: 45px;
  }
  .content_identity_magician-mobile p {
    font-weight: 500;
    width: 60%;
    color: #475175;
    margin-right: 15px;
  }
  .content_identity_magician-mobile svg {
    height: auto;
    width: 40%;
  }
  .content_identity_logo.desktop {
    display: none;
  }
  .content_identity_logo.mobile {
    display: block;
    margin-bottom: 0;
    padding: 0 40px;
    text-align: center;
  }
  .content_identity_logo.mobile h2 {
    display: block;
    margin-bottom: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .content_identity_logo.mobile svg {
    position: relative;
    height: 60vw;
    width: 60vw;
    margin: 5vw 0;
  }
  .content_identity_logo.mobile p {
    padding: 0;
    text-align: start;
    max-width: 100%;
    width: 100%;
  }
}

.content_privacy-policy {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_privacy-policy h2,
.content_privacy-policy p {
  line-height: unset !important;
  text-align: start !important;
}
.content_privacy-policy_heading.desktop {
  color: #475175;
}
.content_privacy-policy_heading.desktop span {
  font-weight: bold;
}
.content_privacy-policy_heading.mobile {
  display: none;
}
.content_privacy-policy_table-of-contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: relative;
}
.content_privacy-policy_table-of-contents_svg-1 {
  position: absolute;
  top: 0%;
  right: 0%;
}
.content_privacy-policy_table-of-contents_svg-2 {
  position: absolute;
  top: 0%;
  right: 0%;
}
.content_privacy-policy_table-of-contents_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content_privacy-policy_table-of-contents_title label {
  font-family: "Plus Jakarta";
  font-weight: bold;
  line-height: 100%;
  color: #475175;
}
.content_privacy-policy_table-of-contents_title::after {
  display: block;
  content: "";
  width: 90%;
  background-color: #475175;
}
.content_privacy-policy_table-of-contents_link {
  width: 100%;
}
.content_privacy-policy_table-of-contents_link a {
  text-decoration: none;
  font-family: "Plus Jakarta";
  line-height: 115%;
  color: #475175;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content_privacy-policy_table-of-contents_link a:last-of-type {
  margin-bottom: 0;
}
.content_privacy-policy_table-of-contents_link a:active, .content_privacy-policy_table-of-contents_link a:hover {
  background-color: #DBF3F5;
}
.content_privacy-policy_terms {
  width: 100%;
}
.content_privacy-policy_terms_term {
  width: 100%;
}
.content_privacy-policy_terms_term h2,
.content_privacy-policy_terms_term p {
  display: block;
  font-family: "Plus Jakarta";
  color: #1E1E1E;
  text-align: start;
}
.content_privacy-policy_terms_term_main {
  font-weight: 500;
}
.content_privacy-policy_terms_term div {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_privacy-policy {
    padding: 270px 12.6vw 120px;
  }
  .content_privacy-policy_heading.desktop {
    font-size: 72px;
    margin-bottom: 120px;
    padding-left: 2.3vw;
  }
  .content_privacy-policy_table-of-contents {
    margin-bottom: 90px;
  }
  .content_privacy-policy_table-of-contents_svg-1 {
    width: 14.5vw;
    height: auto;
  }
  .content_privacy-policy_table-of-contents_svg-2 {
    width: 14.9vw;
    height: auto;
    transform: translate(-16.6vw, 240px);
  }
  .content_privacy-policy_table-of-contents_title {
    padding-left: 0.2vw;
  }
  .content_privacy-policy_table-of-contents_title svg {
    width: 1.4vw;
    height: auto;
    margin-right: 0.6vw;
  }
  .content_privacy-policy_table-of-contents_title label {
    font-size: 27px;
  }
  .content_privacy-policy_table-of-contents_title::after {
    transform: translateY(15px);
    height: 1px;
    margin-bottom: 20px;
  }
  .content_privacy-policy_table-of-contents_link {
    margin-left: -0.9vw;
  }
  .content_privacy-policy_table-of-contents_link a {
    font-size: 24px;
    padding: 10px 0.9vw;
  }
  .content_privacy-policy_table-of-contents_link a:active, .content_privacy-policy_table-of-contents_link a:hover {
    border-radius: 10px;
  }
  .content_privacy-policy_terms_term {
    margin-bottom: 27px;
  }
  .content_privacy-policy_terms_term_main {
    font-size: 27px;
  }
  .content_privacy-policy_terms_term_sub_num {
    font-size: 21px;
    margin-bottom: 3px;
    padding-left: 2vw;
  }
  .content_privacy-policy_terms_term_sub {
    font-size: 21px;
    margin-bottom: 3px;
  }
  .content_privacy-policy_terms_term_sub-sub_num {
    font-size: 21px;
    padding-left: 4vw;
    margin-bottom: 3px;
  }
  .content_privacy-policy_terms_term_sub-sub {
    font-size: 21px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1921px) {
  .content_privacy-policy {
    padding: 25.277vh 12.604166vw 11.11vh;
  }
  .content_privacy-policy_heading.desktop {
    font-size: 6.67vh;
    margin-bottom: 11.11vh;
    padding-left: 2.29166vw;
  }
  .content_privacy-policy_table-of-contents {
    margin-bottom: 8.33vh;
  }
  .content_privacy-policy_table-of-contents_svg-1 {
    width: 14.54270833vw;
    height: auto;
  }
  .content_privacy-policy_table-of-contents_svg-2 {
    width: 14.8520833vw;
    height: auto;
    transform: translate(-16.66979163vw, 22.6605vh);
  }
  .content_privacy-policy_table-of-contents_title {
    padding-left: 0.15625vw;
  }
  .content_privacy-policy_table-of-contents_title svg {
    width: 1.4vw;
    height: auto;
    margin-right: 0.625vw;
  }
  .content_privacy-policy_table-of-contents_title label {
    font-size: 2.5vh;
  }
  .content_privacy-policy_table-of-contents_title::after {
    transform: translateY(1.25vh);
    height: 0.092592vh;
    margin-bottom: 2.17592592vh;
  }
  .content_privacy-policy_table-of-contents_link {
    margin-left: -0.8854167vw;
  }
  .content_privacy-policy_table-of-contents_link a {
    font-size: 2.22vh;
    padding: 0.925vh 0.8854167vw;
  }
  .content_privacy-policy_table-of-contents_link a:active, .content_privacy-policy_table-of-contents_link a:hover {
    border-radius: 1vh;
  }
  .content_privacy-policy_terms_term {
    margin-bottom: 2.5vh;
  }
  .content_privacy-policy_terms_term_main {
    font-size: 2.5vh;
  }
  .content_privacy-policy_terms_term_sub_num {
    font-size: 1.944vh;
    margin-bottom: 0.25vh;
    padding-left: 2vw;
  }
  .content_privacy-policy_terms_term_sub {
    font-size: 1.944vh;
    margin-bottom: 0.25vh;
  }
  .content_privacy-policy_terms_term_sub-sub_num {
    font-size: 1.944vh;
    padding-left: 4vw;
    margin-bottom: 0.25vh;
  }
  .content_privacy-policy_terms_term_sub-sub {
    font-size: 1.944vh;
    margin-bottom: 0.25vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_privacy-policy {
    padding: 30px 30px 60px;
  }
  .content_privacy-policy_heading.mobile {
    display: block;
    color: #515151;
    font-size: 24px;
    margin-bottom: 60px;
    padding-left: 27.5px;
    font-weight: 500;
  }
  .content_privacy-policy_heading.desktop {
    display: none;
  }
  .content_privacy-policy_table-of-contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 55px;
    position: relative;
  }
  .content_privacy-policy_table-of-contents_svg-1 {
    display: none;
  }
  .content_privacy-policy_table-of-contents_svg-2 {
    position: absolute;
    width: 70px;
    height: auto;
    top: 0%;
    right: 0%;
    transform: translateY(-30%);
  }
  .content_privacy-policy_table-of-contents_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }
  .content_privacy-policy_table-of-contents_title svg {
    width: 18px;
    height: auto;
    margin-right: 8px;
  }
  .content_privacy-policy_table-of-contents_title label {
    font-size: 19px;
    font-family: "Plus Jakarta";
    font-weight: bold;
    line-height: 100%;
    color: #475175;
  }
  .content_privacy-policy_table-of-contents_title::after {
    display: block;
    content: "";
    width: 90%;
    transform: translateY(10px);
    height: 1px;
    background-color: #475175;
    margin-bottom: 20px;
  }
  .content_privacy-policy_table-of-contents_link {
    width: 100%;
    margin-left: 0;
  }
  .content_privacy-policy_table-of-contents_link a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Plus Jakarta";
    line-height: 115%;
    color: #475175;
    display: block;
    padding: 8px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content_privacy-policy_table-of-contents_link a:last-of-type {
    margin-bottom: 0;
  }
  .content_privacy-policy_table-of-contents_link a:active, .content_privacy-policy_table-of-contents_link a:hover {
    background-color: #DBF3F5;
    border-radius: 10px;
  }
  .content_privacy-policy_terms {
    width: 100%;
  }
  .content_privacy-policy_terms_term {
    width: 100%;
    margin-bottom: 15px;
  }
  .content_privacy-policy_terms_term h2,
.content_privacy-policy_terms_term p {
    display: block;
    font-family: "Plus Jakarta";
    color: #1E1E1E;
    text-align: start;
  }
  .content_privacy-policy_terms_term_main {
    font-weight: bold;
    font-size: 14px;
  }
  .content_privacy-policy_terms_term div {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
  }
  .content_privacy-policy_terms_term_sub_num {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 2px;
  }
  .content_privacy-policy_terms_term_sub {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .content_privacy-policy_terms_term_sub-sub_num {
    font-size: 14px;
    padding-left: 36px;
    margin-bottom: 2px;
  }
  .content_privacy-policy_terms_term_sub-sub {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.content_superpowers {
  width: 100%;
  height: auto;
}
.content_superpowers h2[class*=_heading] {
  font-weight: bold;
  color: #323232;
  display: block;
  width: 100%;
}
.content_superpowers p {
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
  color: black;
  width: 100%;
}
.content_superpowers div[class*=_labels] {
  width: 100%;
  background-color: #FDFDFD;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.content_superpowers div[class*=_labels] label {
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: 500;
  color: black;
  display: block;
  background-color: white;
  line-height: 100%;
}
.content_superpowers div[class*="_text mobile"] {
  display: none;
}
.content_superpowers img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content_superpowers_awakening {
  width: 100%;
  position: relative;
  display: flex;
}
.content_superpowers_awakening_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content_superpowers_awakening_content_text {
  width: 100%;
}
.content_superpowers_persona {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.content_superpowers_persona_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.content_superpowers_persona_content_text {
  width: 100%;
}
.content_superpowers_reveal {
  width: 100%;
  position: relative;
  display: flex;
}
.content_superpowers_reveal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content_superpowers_reveal_content_text {
  width: 100%;
}
.content_superpowers_bloom {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.content_superpowers_bloom_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content_superpowers_bloom_content_text {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_superpowers {
    padding: 350px 0 175px;
  }
  .content_superpowers h2[class*=_heading] {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .content_superpowers p {
    font-size: 24px;
  }
  .content_superpowers div[class*=_labels] {
    margin-top: 45px;
    border-radius: 15px;
    padding: 1vw;
  }
  .content_superpowers div[class*=_labels] label {
    font-size: 24px;
    padding: 15px 1.3vw;
    border-radius: 25px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    margin-right: 1.3vw;
    margin-bottom: 1.3vw;
  }
  .content_superpowers_awakening {
    padding: 0 3.9vw 0 8.2vw;
    margin-bottom: 175px;
  }
  .content_superpowers_awakening svg,
.content_superpowers_awakening img {
    position: absolute;
    width: 51.8vw;
    height: auto;
    right: 0%;
    top: 0%;
    margin-right: 3.9vw;
    margin-top: 60px;
  }
  .content_superpowers_awakening_content {
    width: 40vw;
  }
  .content_superpowers_persona {
    padding: 0 3.9vw 0 8.2vw;
    margin-bottom: 175px;
  }
  .content_superpowers_persona svg,
.content_superpowers_persona img {
    width: 43.2vw;
    height: auto;
    position: absolute;
    left: 0%;
    top: 0%;
    margin-left: 5.1vw;
    margin-top: 65px;
  }
  .content_superpowers_persona_content {
    width: 40vw;
  }
  .content_superpowers_reveal {
    padding: 0 3.9vw 0 8.2vw;
    margin-bottom: 175px;
  }
  .content_superpowers_reveal svg,
.content_superpowers_reveal img {
    width: 47vw;
    height: auto;
    position: absolute;
    right: 0%;
    top: 0%;
  }
  .content_superpowers_reveal_content {
    width: 40vw;
    margin-top: 50px;
  }
  .content_superpowers_bloom {
    padding: 0 3.9vw 0 8.2vw;
  }
  .content_superpowers_bloom svg,
.content_superpowers_bloom img {
    width: 52.1vw;
    height: auto;
    position: absolute;
    left: 0%;
    top: 0%;
    margin-left: 3.9vw;
    margin-top: 55px;
  }
  .content_superpowers_bloom_content {
    width: 40vw;
  }
}
@media screen and (min-width: 1921px) {
  .content_superpowers {
    padding: 33.33vh 0 18.98148vh 0;
  }
  .content_superpowers h2[class*=_heading] {
    font-size: 4.44vh;
    margin-bottom: 3.7037037037vh;
  }
  .content_superpowers p {
    font-size: 2.22vh;
  }
  .content_superpowers div[class*=_labels] {
    margin-top: 5.5555555556vh;
    border-radius: 1.388vh;
    padding: 1.851vh 1.04166vw 0 1.04166vw;
  }
  .content_superpowers div[class*=_labels] label {
    font-size: 2.22vh;
    padding: 1.75vh 1.25vw;
    border-radius: 2.22vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
    margin-right: 1.25vw;
    margin-bottom: 2.22vh;
  }
  .content_superpowers_awakening {
    padding: 0 3.90625vw 0 8.2291666667vw;
    margin-bottom: 16.57407vh;
  }
  .content_superpowers_awakening svg,
.content_superpowers_awakening img {
    width: 51.770833vw;
    height: auto;
    right: 0%;
    top: 0%;
    margin-right: 3.9395833vw;
    margin-top: 5.69259vh;
  }
  .content_superpowers_awakening_content {
    width: 40.0520833vw;
  }
  .content_superpowers_persona {
    padding: 0 3.90625vw 0 8.2291666667vw;
    margin-bottom: 16.57407vh;
  }
  .content_superpowers_persona svg,
.content_superpowers_persona img {
    width: 43.1770833vw;
    height: auto;
    position: absolute;
    left: 0%;
    top: 0%;
    margin-left: 5.103645833vw;
    margin-top: 5.9787037vh;
  }
  .content_superpowers_persona_content {
    width: 40.0520833vw;
  }
  .content_superpowers_reveal {
    padding: 0 3.90625vw 0 8.2291666667vw;
    margin-bottom: 16.57407vh;
  }
  .content_superpowers_reveal svg,
.content_superpowers_reveal img {
    width: 46.9791666667vw;
    height: auto;
    position: absolute;
    right: 0%;
    top: 0%;
  }
  .content_superpowers_reveal_content {
    width: 40.0520833vw;
    margin-top: 4.72314vh;
  }
  .content_superpowers_bloom {
    padding: 0 3.90625vw 0 8.2291666667vw;
  }
  .content_superpowers_bloom svg,
.content_superpowers_bloom img {
    width: 52.1354166667vw;
    height: auto;
    position: absolute;
    left: 0%;
    top: 0%;
    margin-left: 3.8765625vw;
    margin-top: 5.09259vh;
  }
  .content_superpowers_bloom_content {
    width: 40.0520833vw;
  }
}
@media screen and (max-width: 1023px) {
  .content_superpowers {
    padding: 50px 0 40px 0;
  }
  .content_superpowers h2[class*=_heading] {
    margin-bottom: 25px;
    text-align: center;
    padding: 0 30px;
  }
  .content_superpowers p {
    padding: 0 30px;
  }
  .content_superpowers div[class*=_labels] {
    margin-top: 50px;
    border-radius: 0;
    padding: 0 30px;
    background-color: rgba(248, 248, 248, 0.37);
  }
  .content_superpowers div[class*=_labels] label {
    padding: 10px 15px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 12.5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .content_superpowers div[class$=_content] {
    width: 100%;
    margin-top: 0;
  }
  .content_superpowers div[class$=_content] div[class*="_text desktop"] {
    display: none;
  }
  .content_superpowers div[class$=_content] div[class*="_text mobile"] {
    display: block;
  }
  .content_superpowers_awakening {
    padding: 0;
    margin-bottom: 55px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .content_superpowers_awakening svg,
.content_superpowers_awakening img {
    width: 316px;
    height: 219px;
    position: relative;
    top: 0%;
    margin: 0;
    margin-bottom: 25px;
  }
  .content_superpowers_persona {
    padding: 0;
    margin-bottom: 55px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .content_superpowers_persona svg,
.content_superpowers_persona img {
    width: 273px;
    height: 217px;
    position: relative;
    top: 0%;
    margin: 0;
    margin-bottom: 25px;
  }
  .content_superpowers_reveal {
    padding: 0;
    margin-bottom: 55px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .content_superpowers_reveal svg,
.content_superpowers_reveal img {
    width: 315px;
    height: 278px;
    position: relative;
    top: 0%;
    margin: 0;
    margin-bottom: 25px;
  }
  .content_superpowers_bloom {
    padding: 0;
    margin-bottom: 55px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  .content_superpowers_bloom svg,
.content_superpowers_bloom img {
    width: 331px;
    height: 233px;
    position: relative;
    top: 0%;
    margin: 0;
    margin-bottom: 25px;
  }
}

.content_terms-of-use {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_terms-of-use h2,
.content_terms-of-use p {
  line-height: unset !important;
  text-align: start !important;
}
.content_terms-of-use_heading.desktop {
  color: #475175;
}
.content_terms-of-use_heading.desktop span {
  font-weight: bold;
}
.content_terms-of-use_heading.mobile {
  display: none;
}
.content_terms-of-use_table-of-contents {
  display: none;
}
.content_terms-of-use_terms {
  width: 100%;
}
.content_terms-of-use_terms_term {
  width: 100%;
}
.content_terms-of-use_terms_term h2,
.content_terms-of-use_terms_term p {
  display: block;
  font-family: "Plus Jakarta";
  color: #1E1E1E;
  text-align: start;
}
.content_terms-of-use_terms_term_main {
  font-weight: 500;
}
.content_terms-of-use_terms_term div {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_terms-of-use {
    padding: 270px 12.6vw 120px;
  }
  .content_terms-of-use_heading.desktop {
    font-size: 72px;
    margin-bottom: 120px;
    padding-left: 2.3vw;
  }
  .content_terms-of-use_terms_term {
    margin-bottom: 27px;
  }
  .content_terms-of-use_terms_term_main {
    font-size: 27px;
  }
  .content_terms-of-use_terms_term_sub_num {
    font-size: 21px;
    margin-bottom: 3px;
    padding-left: 2vw;
  }
  .content_terms-of-use_terms_term_sub {
    font-size: 21px;
    margin-bottom: 3px;
  }
  .content_terms-of-use_terms_term_sub-sub_num {
    font-size: 21px;
    padding-left: 4vw;
    margin-bottom: 3px;
  }
  .content_terms-of-use_terms_term_sub-sub {
    font-size: 21px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1921px) {
  .content_terms-of-use {
    padding: 25.277vh 12.604166vw 11.11vh;
  }
  .content_terms-of-use_heading.desktop {
    font-size: 6.67vh;
    margin-bottom: 11.11vh;
    padding-left: 2.29166vw;
  }
  .content_terms-of-use_terms_term {
    margin-bottom: 2.5vh;
  }
  .content_terms-of-use_terms_term_main {
    font-size: 2.5vh;
  }
  .content_terms-of-use_terms_term_sub_num {
    font-size: 1.944vh;
    margin-bottom: 0.25vh;
    padding-left: 2vw;
  }
  .content_terms-of-use_terms_term_sub {
    font-size: 1.944vh;
    margin-bottom: 0.25vh;
  }
  .content_terms-of-use_terms_term_sub-sub_num {
    font-size: 1.944vh;
    padding-left: 4vw;
    margin-bottom: 0.25vh;
  }
  .content_terms-of-use_terms_term_sub-sub {
    font-size: 1.944vh;
    margin-bottom: 0.25vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_terms-of-use {
    padding: 30px 30px 60px;
  }
  .content_terms-of-use_heading.mobile {
    display: block;
    color: #515151;
    font-size: 24px;
    margin-bottom: 60px;
    padding-left: 30px;
    font-weight: 500;
  }
  .content_terms-of-use_heading.desktop {
    display: none;
  }
  .content_terms-of-use_table-of-contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 55px;
    position: relative;
  }
  .content_terms-of-use_table-of-contents_svg {
    width: 75px;
    height: auto;
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translateY(-30%);
  }
  .content_terms-of-use_table-of-contents_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }
  .content_terms-of-use_table-of-contents_title svg {
    width: 18px;
    height: auto;
    margin-right: 10px;
  }
  .content_terms-of-use_table-of-contents_title label {
    font-size: 19px;
    font-family: "Plus Jakarta";
    font-weight: bold;
    line-height: 100%;
    color: #475175;
  }
  .content_terms-of-use_table-of-contents_title::after {
    display: block;
    content: "";
    width: 90%;
    transform: translateY(10px);
    height: 1px;
    background-color: #475175;
    margin-bottom: 20px;
  }
  .content_terms-of-use_table-of-contents_link {
    width: 100%;
    margin-left: 0;
  }
  .content_terms-of-use_table-of-contents_link a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Plus Jakarta";
    line-height: 115%;
    color: #475175;
    display: block;
    padding: 8px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content_terms-of-use_table-of-contents_link a:last-of-type {
    margin-bottom: 0;
  }
  .content_terms-of-use_table-of-contents_link a:active, .content_terms-of-use_table-of-contents_link a:hover {
    background-color: #DBF3F5;
    border-radius: 10px;
  }
  .content_terms-of-use_terms {
    width: 100%;
  }
  .content_terms-of-use_terms_term {
    width: 100%;
    margin-bottom: 15px;
  }
  .content_terms-of-use_terms_term h2,
.content_terms-of-use_terms_term p {
    display: block;
    font-family: "Plus Jakarta";
    color: #1E1E1E;
    text-align: start;
  }
  .content_terms-of-use_terms_term_main {
    font-weight: bold;
    font-size: 14px;
  }
  .content_terms-of-use_terms_term div {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
  }
  .content_terms-of-use_terms_term_sub_num {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 2px;
  }
  .content_terms-of-use_terms_term_sub {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .content_terms-of-use_terms_term_sub-sub_num {
    font-size: 14px;
    padding-left: 36px;
    margin-bottom: 2px;
  }
  .content_terms-of-use_terms_term_sub-sub {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.content_blog-post {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.content_blog-post_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-end;
  position: relative;
}
.content_blog-post_info_table-of-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  z-index: 9999;
  position: absolute;
  top: 0%;
  left: 2vw;
}
.content_blog-post_info_table-of-contents_title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.content_blog-post_info_table-of-contents_title label {
  font-family: "Plus Jakarta";
  font-weight: bold;
  line-height: 100%;
  color: #475175;
}
.content_blog-post_info_table-of-contents_title::after {
  display: block;
  content: "";
  width: 90%;
  background-color: #475175;
}
.content_blog-post_info_table-of-contents a {
  text-decoration: none;
  font-family: "Plus Jakarta";
  font-weight: 500;
  line-height: 125%;
  color: #475175;
  display: block;
  max-width: 85%;
}
.content_blog-post_info_table-of-contents a:last-of-type {
  margin-bottom: 0;
}
.content_blog-post_info_table-of-contents a.active, .content_blog-post_info_table-of-contents a:hover {
  background-color: #DBF3F5;
}
.content_blog-post_info_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_blog-post_info_other_newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_blog-post_info_other_newsletter_title {
  display: block;
  width: 100%;
  text-align: start;
  font-weight: bold;
  color: #475175;
  line-height: 100%;
}
.content_blog-post_info_other_newsletter p {
  font-family: "Plus Jakarta";
  display: block;
  width: 100%;
  text-align: start;
}
.content_blog-post_info_other_newsletter_form {
  width: 100%;
}
.content_blog-post_info_other_newsletter_form iframe {
  width: 100%;
}
.content_blog-post_info_other_related {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_blog-post_info_other_related_title {
  display: block;
  width: 100%;
  text-align: start;
  font-weight: bold;
  color: #475175;
  line-height: 100%;
}
.content_blog-post_info_other_related_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_blog-post_info_other_related_items a {
  text-decoration: none;
  color: #475175;
  font-family: "Plus Jakarta";
  font-weight: 500;
}
.content_blog-post_info_other_related_items a:last-of-type {
  margin-bottom: 0;
}
.content_blog-post_info_other_related_items_divider {
  width: 100%;
}
.content_blog-post_info_other_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  background-color: #F8F8F8;
  font-family: "Plus Jakarta";
}
.content_blog-post_info_other_tags label {
  line-height: 100%;
}
.content_blog-post_info_other_tags_title {
  display: block;
  width: 100%;
  text-align: start;
  font-weight: bold;
  color: #475175;
  line-height: 100%;
}
.content_blog-post_info_other_tags_tag {
  font-weight: 500;
  color: #323232;
  background-color: white;
}
.content_blog-post_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.content_blog-post_content_title {
  color: #475175;
  width: 100%;
  display: block;
  font-weight: bold;
  line-height: 130%;
}
.content_blog-post_content_introduction {
  color: #475175;
  width: 100%;
  display: block;
  font-family: "Plus Jakarta";
}
.content_blog-post_content_main-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  background-color: white;
}
.content_blog-post_content_main-content_section, .content_blog-post_content_main-content_section-intoc {
  font-family: "Plus Jakarta";
  max-width: 100%;
  width: 100%;
}
.content_blog-post_content_main-content_section_title, .content_blog-post_content_main-content_section-intoc_title {
  width: 100%;
  text-align: start;
  font-weight: bold;
}
.content_blog-post_content_main-content_section_img, .content_blog-post_content_main-content_section-intoc_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.content_blog-post_content_main-content_section p, .content_blog-post_content_main-content_section-intoc p {
  width: 100%;
  text-align: start;
  font-weight: 500;
}
.content_blog-post_content_main-content_divider {
  width: 100%;
}
.content_blog-post_content_main-content_info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.content_blog-post_content_main-content_info img,
.content_blog-post_content_main-content_info svg {
  height: 100%;
  width: auto;
}
.content_blog-post_content_main-content_info_details {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_blog-post_content_main-content_info_details label {
  font-family: "Plus Jakarta";
  display: block;
  line-height: 100%;
  width: 100%;
  color: #475175;
}
.content_blog-post_content_main-content_info_details label:nth-of-type(1) {
  font-weight: bold;
}
.content_blog-post_related-mobile {
  display: none;
}
.content_blog-post_connect {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.content_blog-post_connect label {
  line-height: 100%;
  font-weight: bold;
  color: #475175;
}
.content_blog-post_connect a {
  text-decoration: none;
  font-weight: 500;
  line-height: 100%;
  background-color: #4A71FF;
  color: white;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_blog-post {
    padding: 0 7.4vw 0 2vw;
  }
  .content_blog-post_info {
    width: 22.6vw;
    max-width: 22.6vw;
    margin-right: 1.6vw;
    padding-bottom: 170px;
    min-height: 100vh;
    height: 100%;
  }
  .content_blog-post_info_table-of-contents {
    padding-top: 70px;
    width: 20vw;
    max-width: 20vw;
    padding-bottom: 32.5px;
  }
  .content_blog-post_info_table-of-contents_title {
    padding-left: 0.6vw;
  }
  .content_blog-post_info_table-of-contents_title svg {
    width: 1.4vw;
    height: 1.4vw;
    margin-right: 0.6vw;
  }
  .content_blog-post_info_table-of-contents_title label {
    font-size: 27px;
    max-width: 75%;
  }
  .content_blog-post_info_table-of-contents_title::after {
    transform: translateY(1.25vh);
    height: 1px;
    margin-bottom: 22.5px;
  }
  .content_blog-post_info_table-of-contents a {
    font-size: 24px;
    margin-bottom: 5px;
    padding: 10px 0.7vw;
    margin-left: 0.7vw;
  }
  .content_blog-post_info_table-of-contents a.active, .content_blog-post_info_table-of-contents a:hover {
    border-radius: 10px;
  }
  .content_blog-post_info_other_newsletter {
    padding: 25px 1.4vw 0;
    margin-bottom: 6.388vh;
  }
  .content_blog-post_info_other_newsletter_title {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .content_blog-post_info_other_newsletter p {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .content_blog-post_info_other_related {
    padding: 25px 1.4vw 0;
    margin-bottom: 6.388vh;
  }
  .content_blog-post_info_other_related_title {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .content_blog-post_info_other_related_items a {
    font-size: 21px;
    margin-bottom: 15px;
    padding: 0 0.3vw;
  }
  .content_blog-post_info_other_related_items_divider {
    border: 1px solid rgba(71, 81, 117, 0.3137254902);
    margin-bottom: 15px;
  }
  .content_blog-post_info_other_tags {
    border-radius: 15px;
    padding: 25px 1.4vw 25px;
  }
  .content_blog-post_info_other_tags_title {
    font-size: 27px;
    margin-bottom: 25px;
    padding: 0 1vw;
  }
  .content_blog-post_info_other_tags_tag {
    font-size: 21px;
    padding: 10px 1vw;
    border-radius: 15px;
    margin-right: 0.8vw;
    margin-bottom: 0.8vw;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .content_blog-post_content {
    width: 66.3vw;
    max-width: 66.3vw;
    transform: translateY(-650px);
  }
  .content_blog-post_content_title {
    font-size: 72px;
    margin-bottom: 25px;
  }
  .content_blog-post_content_introduction {
    font-size: 27px;
  }
  .content_blog-post_content_introduction:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .content_blog-post_content_main-content {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 25px;
    padding: 3.7vw;
    margin-top: 65px;
  }
  .content_blog-post_content_main-content_section, .content_blog-post_content_main-content_section-intoc {
    font-size: 24px;
  }
  .content_blog-post_content_main-content_section h2, .content_blog-post_content_main-content_section-intoc h2 {
    font-size: 30px;
  }
  .content_blog-post_content_main-content_section h3, .content_blog-post_content_main-content_section-intoc h3 {
    font-size: 24px;
  }
  .content_blog-post_content_main-content_section_img, .content_blog-post_content_main-content_section-intoc_img {
    height: 50.4185vh;
    margin-bottom: 40px;
    border-radius: 25px;
  }
  .content_blog-post_content_main-content_section p, .content_blog-post_content_main-content_section-intoc p {
    margin-bottom: 40px;
  }
  .content_blog-post_content_main-content_divider {
    border: 1px solid rgba(71, 81, 117, 0.3137254902);
    margin: 65px 0 45px;
  }
  .content_blog-post_content_main-content_info img,
.content_blog-post_content_main-content_info svg {
    width: 2.9vw;
    height: auto;
    margin-right: 1vw;
  }
  .content_blog-post_content_main-content_info_details label:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .content_blog-post_content_main-content_info_details label:nth-of-type(2) {
    font-size: 16px;
  }
  .content_blog-post_connect {
    padding: 280px 7.2vw 90px;
  }
  .content_blog-post_connect svg {
    width: 4.7vw;
    height: auto;
    margin-right: 1.9vw;
  }
  .content_blog-post_connect label {
    font-size: 36px;
    margin-right: 2.2vw;
  }
  .content_blog-post_connect a {
    border-radius: 100vh;
    padding: 30px 2.9vw;
    font-size: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .content_blog-post {
    padding: 0 7.4vw 0 2vw;
  }
  .content_blog-post_info {
    width: 22.5520833vw;
    max-width: 22.5520833vw;
    margin-right: 1.6145833vw;
    padding-bottom: 16.11vh;
    min-height: 100vh;
    height: 100%;
  }
  .content_blog-post_info_table-of-contents {
    padding-top: 6.48148vh;
    width: 20vw;
    max-width: 20vw;
    padding-bottom: 3vh;
  }
  .content_blog-post_info_table-of-contents_title {
    padding-left: 0.625vw;
  }
  .content_blog-post_info_table-of-contents_title svg {
    width: 2.407vh;
    height: 2.8703vh;
    margin-right: 0.625vw;
  }
  .content_blog-post_info_table-of-contents_title label {
    font-size: 2.5vh;
  }
  .content_blog-post_info_table-of-contents_title::after {
    transform: translateY(1.25vh);
    height: 0.092592vh;
    margin-bottom: 2.17592592vh;
  }
  .content_blog-post_info_table-of-contents a {
    font-size: 2.22vh;
    margin-bottom: 0.25vh;
    padding: 0.92vh 0.67vw;
    margin-left: 0.7vw;
  }
  .content_blog-post_info_table-of-contents a.active, .content_blog-post_info_table-of-contents a:hover {
    border-radius: 1vh;
  }
  .content_blog-post_info_other_newsletter {
    padding: 2.68518vh 1.35vw 0;
    margin-bottom: 6.388vh;
  }
  .content_blog-post_info_other_newsletter_title {
    font-size: 2.5vh;
    margin-bottom: 1.48148vh;
  }
  .content_blog-post_info_other_newsletter p {
    font-size: 1.944vh;
    margin-bottom: 2.87037vh;
  }
  .content_blog-post_info_other_related {
    padding: 2.68518vh 1.35vw 0;
    margin-bottom: 6.388vh;
  }
  .content_blog-post_info_other_related_title {
    font-size: 2.5vh;
    margin-bottom: 2.26851vh;
  }
  .content_blog-post_info_other_related_items a {
    font-size: 1.944vh;
    margin-bottom: 1.43518vh;
    padding: 0 0.25vw;
  }
  .content_blog-post_info_other_related_items_divider {
    border: 0.092592vh solid rgba(71, 81, 117, 0.3137254902);
    margin-bottom: 1.43518vh;
  }
  .content_blog-post_info_other_tags {
    border-radius: 1vh;
    padding: 2.68518vh 1.35vw 0;
    padding-bottom: 2.398519vh;
  }
  .content_blog-post_info_other_tags_title {
    font-size: 2.5vh;
    margin-bottom: 2.31481vh;
    padding: 0 1vw;
  }
  .content_blog-post_info_other_tags_tag {
    font-size: 1.944vh;
    padding: 1.25vh 1vw;
    border-radius: 1vh;
    margin-right: 0.833vw;
    margin-bottom: 1.481481vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  }
  .content_blog-post_content {
    width: 66.3020833vw;
    max-width: 66.3020833vw;
    transform: translateY(-60vh);
  }
  .content_blog-post_content_title {
    font-size: 6.66vh;
    margin-bottom: 1.85185vh;
  }
  .content_blog-post_content_introduction {
    font-size: 2.5vh;
  }
  .content_blog-post_content_introduction:not(:last-of-type) {
    margin-bottom: 3.15vh;
  }
  .content_blog-post_content_main-content {
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
    border-radius: 2.5vh;
    padding: 5.53148vh 3.6979166vw 3.949479166vh 3.125vw;
    margin-top: 6.3vh;
  }
  .content_blog-post_content_main-content_section, .content_blog-post_content_main-content_section-intoc {
    font-size: 2.22vh;
  }
  .content_blog-post_content_main-content_section h2, .content_blog-post_content_main-content_section-intoc h2 {
    font-size: 2.77vh;
  }
  .content_blog-post_content_main-content_section h3, .content_blog-post_content_main-content_section-intoc h3 {
    font-size: 2.22vh;
  }
  .content_blog-post_content_main-content_section_img, .content_blog-post_content_main-content_section-intoc_img {
    height: 50.4185vh;
    margin-bottom: 3.74814vh;
    border-radius: 2.5vh;
  }
  .content_blog-post_content_main-content_section p, .content_blog-post_content_main-content_section-intoc p {
    margin-bottom: 3.74814vh;
  }
  .content_blog-post_content_main-content_divider {
    border: 0.092592vh solid rgba(71, 81, 117, 0.3137254902);
    margin: 6.15925vh 0 4.166vh;
  }
  .content_blog-post_content_main-content_info {
    height: 4.92314vh;
  }
  .content_blog-post_content_main-content_info img,
.content_blog-post_content_main-content_info svg {
    margin-right: 1vw;
  }
  .content_blog-post_content_main-content_info_details label:nth-of-type(1) {
    margin-bottom: 1vh;
    font-size: 2.22vh;
  }
  .content_blog-post_content_main-content_info_details label:nth-of-type(2) {
    font-size: 1.481481vh;
  }
  .content_blog-post_connect {
    padding: 26.4611vh 7.2395833vw 8.533vh;
  }
  .content_blog-post_connect svg {
    width: 4.659375vw;
    height: 3.04537vh;
    margin-right: 1.8671875vw;
  }
  .content_blog-post_connect label {
    font-size: 3.33vh;
    margin-right: 2.175vw;
  }
  .content_blog-post_connect a {
    border-radius: 100vh;
    padding: 3.05833vh 2.915104166vw;
    font-size: 2.5vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_blog-post {
    padding: 0 15px;
    position: relative;
    margin-bottom: 65px;
  }
  .content_blog-post_info {
    display: none;
  }
  .content_blog-post_content {
    width: 100%;
    max-width: none;
    transform: translateY(-77.5vh);
    position: relative;
  }
  .content_blog-post_content_title {
    font-size: 27px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .content_blog-post_content_introduction {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .content_blog-post_content_main-content {
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 10px 15px;
    margin-top: 0;
  }
  .content_blog-post_content_main-content_section_title, .content_blog-post_content_main-content_section-intoc_title {
    padding: 0;
  }
  .content_blog-post_content_main-content_section h2, .content_blog-post_content_main-content_section-intoc h2 {
    font-size: 16px;
  }
  .content_blog-post_content_main-content_section h3, .content_blog-post_content_main-content_section-intoc h3 {
    font-size: 14px;
  }
  .content_blog-post_content_main-content_section_img, .content_blog-post_content_main-content_section-intoc_img {
    height: 26.5157894737vh;
    margin-bottom: 1.9052631579vh;
    border-radius: 1.75vh;
  }
  .content_blog-post_content_main-content_section p, .content_blog-post_content_main-content_section-intoc p {
    margin-bottom: 15px;
    padding: 0;
  }
  .content_blog-post_content_main-content_divider {
    border: 1px solid rgba(71, 81, 117, 0.3137254902);
    margin: 0;
  }
  .content_blog-post_content_main-content_info {
    height: 0;
    padding: 20px 15px;
    height: unset;
  }
  .content_blog-post_content_main-content_info img,
.content_blog-post_content_main-content_info svg {
    height: 40px;
    margin-right: 15px;
  }
  .content_blog-post_content_main-content_info_details label:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .content_blog-post_content_main-content_info_details label:nth-of-type(2) {
    font-size: 12px;
  }
  .content_blog-post_related-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0 10.01vw;
    font-family: "Plus Jakarta";
  }
  .content_blog-post_related-mobile_title {
    display: block;
    width: 100%;
    text-align: start;
    font-size: 2.6315789474vh;
    font-weight: bold;
    color: #475175;
    margin-bottom: 2.7815789474vh;
    line-height: 100%;
  }
  .content_blog-post_related-mobile_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
  }
  .content_blog-post_related-mobile_items a {
    text-decoration: none;
    color: #475175;
    font-size: 2.1052631579vh;
    font-weight: 500;
    margin-bottom: 1.7vh;
    padding: 0 1vw;
  }
  .content_blog-post_related-mobile_items a:last-of-type {
    margin-bottom: 0;
  }
  .content_blog-post_related-mobile_items_divider {
    width: 100%;
    border: 0.1315789474vh solid rgba(71, 81, 117, 0.3137254902);
    margin-bottom: 1.7vh;
  }
  .content_blog-post_connect {
    display: none;
  }
}

.content_case-study {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 15.46875vw 0 18.0729166vw;
  position: relative;
}
.content_case-study_content {
  width: 100%;
  transform: translateY(-32.5vh);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  border-radius: 2.5vh;
  padding: 5.53148vh 3.854166vw 3.949479166vh 3.54166vw;
  background-color: white;
}
.content_case-study_content_thumbnail {
  width: 100%;
  height: auto;
  max-height: 39.166vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 3.6351866vh 0 11.11vh;
}
.content_case-study_content_section {
  font-family: "Plus Jakarta";
  font-size: 1.944vh;
}
.content_case-study_content_section_title {
  width: 100%;
  text-align: start;
  font-weight: bold;
}
.content_case-study_content_section_img {
  width: 100%;
  height: 50.4185vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3.74814vh;
  border-radius: 2.5vh;
  overflow: hidden;
}
.content_case-study_content_section p {
  width: 100%;
  text-align: start;
  margin-bottom: 3.74814vh;
  font-weight: 500;
}
.content_case-study_content_divider {
  width: 100%;
  border: 0.092592vh solid rgba(71, 81, 117, 0.3137254902);
  margin: 6.15925vh 0 4.166vh;
}
.content_case-study_content_info {
  height: 4.92314vh;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.content_case-study_content_info svg {
  height: 100%;
  width: auto;
  margin-right: 1vw;
}
.content_case-study_content_info_details {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.content_case-study_content_info_details label {
  font-family: "Plus Jakarta";
  display: block;
  line-height: 100%;
  width: 100%;
  color: #475175;
}
.content_case-study_content_info_details label:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 1vh;
  font-size: 2.22vh;
}
.content_case-study_connect {
  padding: 0 7.2395833vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 8.533vh;
  margin-top: 19.3314vh;
}
.content_case-study_connect svg {
  width: 4.659375vw;
  height: 3.04537vh;
  margin-right: 1.8671875vw;
}
.content_case-study_connect label {
  line-height: 100%;
  font-size: 3.33vh;
  font-weight: bold;
  color: #475175;
  margin-right: 2.175vw;
}
.content_case-study_connect a {
  text-decoration: none;
  border-radius: 100vh;
  padding: 3.05833vh 2.915104166vw;
  font-size: 2.5vh;
  font-weight: 500;
  line-height: 100%;
  background-color: #4A71FF;
  color: white;
}
@media screen and (max-width: 1023px) {
  .content_case-study {
    padding: 0 4.166vw 8.7618421053vh;
    position: relative;
  }
  .content_case-study_content {
    width: 100%;
    max-width: none;
    transform: translateY(-55vh);
    position: relative;
  }
  .content_case-study_content_thumbnail {
    max-height: 35vh;
    margin: 3vh 0 3vh;
  }
  .content_case-study_content_section {
    font-size: 1.8421052632vh;
  }
  .content_case-study_content_section_title {
    padding: 0 1.0526315789vh;
  }
  .content_case-study_content_section_img {
    height: 26.5157894737vh;
    margin-bottom: 1.9052631579vh;
    border-radius: 1.75vh;
  }
  .content_case-study_content_section p {
    margin-bottom: 1.9052631579vh;
    padding: 0 1.0526315789vh;
  }
  .content_case-study_content_divider {
    border: 0.1315789474vh solid rgba(71, 81, 117, 0.3137254902);
    margin: 3.2894736842vh 0 2.6118421053vh;
  }
  .content_case-study_content_info {
    height: 5.4894736842vh;
    padding-left: 2.1052631579vh;
  }
  .content_case-study_content_info svg {
    margin-right: 4.0388vw;
  }
  .content_case-study_content_info_details label:nth-of-type(1) {
    margin-bottom: 0.6vh;
    font-size: 2.3684210526vh;
  }
  .content_case-study_content_info_details label:nth-of-type(2) {
    font-size: 1.5789473684vh;
  }
  .content_case-study_connect {
    display: none;
  }
}

.content_impactfolio-item {
  width: 100%;
  height: auto;
  position: relative;
}
.content_impactfolio-item_intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_intro_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio-item_intro_text {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_intro_text_deliverables {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content_impactfolio-item_intro_text_deliverables label {
  line-height: 100%;
  width: 100%;
  text-align: start;
}
.content_impactfolio-item_intro_text_deliverables_heading {
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
}
.content_impactfolio-item_intro_text_deliverables_deliverable {
  color: #1E1E1E;
}
.content_impactfolio-item_intro_text_deliverables_website {
  line-height: 100%;
  width: 100%;
  text-align: start;
  text-decoration: none;
}
.content_impactfolio-item_intro_text_brand-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content_impactfolio-item_intro_text_brand-intro p,
.content_impactfolio-item_intro_text_brand-intro label {
  width: 100%;
  text-align: start;
}
.content_impactfolio-item_intro_text_brand-intro_name {
  color: #475175;
  font-weight: bold;
}
.content_impactfolio-item_intro_text_brand-intro_subtitle {
  color: #475175;
  line-height: 150%;
}
.content_impactfolio-item_intro_text_brand-intro p {
  font-family: "Plus Jakarta";
  font-weight: normal;
  color: #323232;
}
.content_impactfolio-item_video {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_colors {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.content_impactfolio-item_colors span {
  height: 100%;
  border-radius: 100%;
}
.content_impactfolio-item_colors span:last-of-type {
  margin-right: 0;
}
.content_impactfolio-item_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content_impactfolio-item_text label,
.content_impactfolio-item_text h2 {
  color: #1E1E1E;
  font-weight: 500;
  line-height: 100%;
  width: 100%;
  text-align: start;
}
.content_impactfolio-item_text p {
  color: #323232;
  width: 100%;
  text-align: start;
  font-family: "Plus Jakarta";
}
.content_impactfolio-item_logo-transformation {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_logo-transformation span {
  background-color: #cacaca;
  border-radius: 100%;
}
.content_impactfolio-item_logo-transformation div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 100%;
}
.content_impactfolio-item_logo-transformation div label {
  color: #475175;
  line-height: 100%;
  font-weight: 500;
}
.content_impactfolio-item_logo-transformation div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_impactfolio-item_color-palate.desktop {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_color-palate.desktop img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio-item_color-palate.mobile {
  display: none;
}
.content_impactfolio-item_web-glimpse {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_web-glimpse img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio-item_portfolio.desktop {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  width: 100%;
}
.content_impactfolio-item_portfolio.desktop div {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.content_impactfolio-item_portfolio.desktop div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content_impactfolio-item_portfolio.desktop div:nth-of-type(5) {
  align-content: space-between;
}
.content_impactfolio-item_portfolio.desktop div:nth-of-type(5) div {
  width: 100%;
  margin: 0;
}
.content_impactfolio-item_portfolio.mobile {
  display: none;
}
.content_impactfolio-item_case-study.desktop {
  margin: 0 auto;
  margin-top: 2vh;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 88.9583328vw;
  margin-bottom: 12vh;
}
.content_impactfolio-item_case-study.desktop img {
  width: 56.5625vw;
  height: 51.11vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text {
  padding: 0 5.20833vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(100% - 56.5625vw);
  color: #475175;
}
.content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label {
  display: block;
  width: 100%;
  text-align: center;
}
.content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label:nth-of-type(1) {
  font-weight: bold;
  font-size: 3.33vh;
  margin-bottom: 3.2vh;
}
.content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label:nth-of-type(2) {
  font-weight: 500;
  font-size: 2.96296vh;
  margin-bottom: 6.11vh;
}
.content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text a {
  text-decoration: none;
  border-radius: 5vh;
  border: 0.1388vh solid #475175;
  padding: 4.35185vh 3.3854166vw;
  font-weight: 500;
  color: #475175;
  font-size: 2.5vh;
  line-height: 100%;
}
.content_impactfolio-item_case-study.mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 46.8421052632vh;
  margin-bottom: 8vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content_impactfolio-item_case-study.mobile .content_impactfolio-item_case-study_text {
  padding: 3.9vh 6.944vw 0;
  width: 100%;
}
.content_impactfolio-item_case-study.mobile .content_impactfolio-item_case-study_text label {
  display: block;
  width: 100%;
  text-align: start;
  color: #475175;
}
.content_impactfolio-item_case-study.mobile .content_impactfolio-item_case-study_text label:nth-of-type(1) {
  font-weight: bold;
  font-size: 2.1052631579vh;
  margin-bottom: 0.9210526316vh;
}
.content_impactfolio-item_case-study.mobile .content_impactfolio-item_case-study_text label:nth-of-type(2) {
  font-family: "Plus Jakarta";
  font-weight: normal;
  font-size: 1.7105263158vh;
  margin-bottom: 0;
}
.content_impactfolio-item_case-study.mobile a {
  border-radius: 5vh;
  text-decoration: none;
  border: none;
  padding: 1.8421052632vh 7.5vw;
  font-family: "Plus Jakarta";
  font-weight: 500;
  color: #4A71FF;
  font-size: 1.8421052632vh;
  margin-bottom: 2.4657894737vh;
  background-color: #E0F3FE;
}
@media screen and (max-width: 1023px) {
  .content_impactfolio-item_case-study.desktop {
    display: none;
  }
  .content_impactfolio-item_case-study.mobile {
    display: flex;
  }
}
.content_impactfolio-item_logo-journey {
  position: relative;
}
.content_impactfolio-item_logo-journey img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio-item_logo-journey svg {
  position: absolute;
}
.content_impactfolio-item_website {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content_impactfolio-item_website img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio-item_website div {
  overflow-y: scroll;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content_impactfolio-item_website div::-webkit-scrollbar {
  display: none;
}
.content_impactfolio-item_next-project {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_impactfolio-item_next-project a {
  color: #475175;
  text-decoration: none;
  line-height: 100%;
}
.content_impactfolio-item_testimonial {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.content_impactfolio-item_testimonial svg {
  position: absolute;
}
.content_impactfolio-item_testimonial p {
  display: block;
  width: 100%;
  text-align: start;
  color: #323232;
  font-family: "Plus Jakarta";
  font-weight: normal;
  white-space: break-spaces;
  z-index: 2;
}
.content_impactfolio-item_testimonial_details {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.content_impactfolio-item_testimonial_details img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content_impactfolio-item_testimonial_details div label {
  line-height: 100%;
  display: block;
  font-family: "Plus Jakarta";
}
.content_impactfolio-item_testimonial_details div label:nth-of-type(1) {
  color: #000000;
  font-weight: bold;
}
.content_impactfolio-item_testimonial_details div label:nth-of-type(2) {
  color: #475175;
  font-weight: bold;
}
.content_impactfolio-item_testimonial_details div label:nth-of-type(3) {
  color: #475175;
}
.content_impactfolio-item_connect {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.content_impactfolio-item_connect label {
  line-height: 100%;
  font-weight: bold;
  color: #475175;
}
.content_impactfolio-item_connect a {
  text-decoration: none;
  border-radius: 100vh;
  font-weight: 500;
  line-height: 100%;
  background-color: #4A71FF;
  color: white;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .content_impactfolio-item {
    padding: 275px 0 0;
  }
  .content_impactfolio-item_intro {
    padding: 0 20.3vw 0 25.3vw;
    margin-bottom: 190px;
  }
  .content_impactfolio-item_intro_banner {
    width: 34.2vw;
    height: auto;
    margin-bottom: 130px;
  }
  .content_impactfolio-item_intro_text_deliverables {
    width: 7.2vw;
    max-width: 7.2vw;
    margin-right: 9.9vw;
  }
  .content_impactfolio-item_intro_text_deliverables label {
    font-size: 18px;
  }
  .content_impactfolio-item_intro_text_deliverables_heading {
    margin-bottom: 25px;
  }
  .content_impactfolio-item_intro_text_deliverables_deliverable {
    margin-bottom: 20px;
  }
  .content_impactfolio-item_intro_text_deliverables_deliverable:last-child {
    margin-bottom: 30px;
  }
  .content_impactfolio-item_intro_text_deliverables_website {
    font-size: 18px;
  }
  .content_impactfolio-item_intro_text_brand-intro {
    width: 37.4vw;
    max-width: 37.4vw;
  }
  .content_impactfolio-item_intro_text_brand-intro_name {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .content_impactfolio-item_intro_text_brand-intro_subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content_impactfolio-item_intro_text_brand-intro p {
    font-size: 24px;
  }
  .content_impactfolio-item_video {
    margin-bottom: 25px;
  }
  .content_impactfolio-item_video iframe {
    width: 75.7vw;
    height: auto;
    aspect-ratio: 16/9;
  }
  .content_impactfolio-item_colors {
    padding-right: 14.2vw;
    height: 1.2vw;
    max-height: 1.2vw;
    margin-bottom: 15px;
  }
  .content_impactfolio-item_colors span {
    width: 1.2vw;
    max-width: 1.2vw;
    margin-right: 0.2vw;
  }
  .content_impactfolio-item_text {
    padding: 0 18.5vw 0 20.9vw;
    margin-bottom: 65px;
  }
  .content_impactfolio-item_text label,
.content_impactfolio-item_text h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .content_impactfolio-item_text p {
    font-size: 24px;
  }
  .content_impactfolio-item_logo-transformation {
    margin-bottom: 150px;
    margin-top: 60px;
  }
  .content_impactfolio-item_logo-transformation span {
    height: 25vh;
    width: 1px;
    margin: 0 8.8vw;
  }
  .content_impactfolio-item_logo-transformation div {
    width: calc(50% - 17.7vw);
  }
  .content_impactfolio-item_logo-transformation div label {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .content_impactfolio-item_logo-transformation div img {
    width: 100%;
    height: auto;
    max-height: calc(100% - 4.5vh);
  }
  .content_impactfolio-item_color-palate.desktop {
    margin-bottom: 80px;
  }
  .content_impactfolio-item_color-palate.desktop img {
    width: 14.6vw;
    height: 14.6vw;
  }
  .content_impactfolio-item_color-palate.desktop img:not(:last-of-type) {
    margin-right: 1vw;
  }
  .content_impactfolio-item_web-glimpse {
    width: 100%;
    padding: 30px 0;
    margin-bottom: 85px;
  }
  .content_impactfolio-item_web-glimpse img {
    width: 85.8vw;
    height: auto;
  }
  .content_impactfolio-item_portfolio.desktop {
    margin: 0 auto;
    margin-top: 115px;
    width: 100%;
    max-width: 89vw;
    margin-bottom: 85px;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(1), .content_impactfolio-item_portfolio.desktop div:nth-of-type(2), .content_impactfolio-item_portfolio.desktop div:nth-of-type(3), .content_impactfolio-item_portfolio.desktop div:nth-of-type(4), .content_impactfolio-item_portfolio.desktop div:nth-of-type(6), .content_impactfolio-item_portfolio.desktop div:nth-of-type(7), .content_impactfolio-item_portfolio.desktop div:nth-of-type(8), .content_impactfolio-item_portfolio.desktop div:nth-of-type(9) {
    border-radius: 15px;
    margin: 0 0.9895833vw 5.37037vh;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(1), .content_impactfolio-item_portfolio.desktop div:nth-of-type(3), .content_impactfolio-item_portfolio.desktop div:nth-of-type(8), .content_impactfolio-item_portfolio.desktop div:nth-of-type(9) {
    width: 20.2604166vw;
    height: 20.2604166vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(2), .content_impactfolio-item_portfolio.desktop div:nth-of-type(7) {
    width: 42.4999998vw;
    height: 20.2604166vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(4) {
    width: 20.2604166vw;
    height: 43.541666533vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(6) {
    width: 42.4999998vw;
    height: 43.541666533vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(5) {
    margin: 0 0.9895833vw 5.37037vh;
    width: 20.2604166vw;
    height: 43.541666533vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(5) div {
    width: 100%;
    height: 20.2604166vw;
    margin: 0;
  }
  .content_impactfolio-item_case-study.desktop {
    margin: 0 auto;
    margin-top: 2vh;
    width: 100%;
    max-width: 88.9583328vw;
    margin-bottom: 12vh;
  }
  .content_impactfolio-item_case-study.desktop img {
    width: 56.5625vw;
    height: 51.11vh;
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text {
    padding: 0 5.20833vw;
    width: calc(100% - 56.5625vw);
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label:nth-of-type(1) {
    font-size: 3.33vh;
    margin-bottom: 3.2vh;
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label:nth-of-type(2) {
    font-size: 2.96296vh;
    margin-bottom: 6.11vh;
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text a {
    border-radius: 5vh;
    border: 0.1388vh solid #475175;
    padding: 4.35185vh 3.3854166vw;
    font-size: 2.5vh;
  }
  .content_impactfolio-item_logo-journey {
    height: auto;
    width: 55.5vw;
    border-radius: 15px;
    border: 1px solid rgba(112, 112, 112, 0.3411764706);
    margin-left: 9vw;
    margin-bottom: 210px;
  }
  .content_impactfolio-item_logo-journey svg {
    height: auto;
    width: 5.2vw;
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .content_impactfolio-item_website {
    margin-top: 55px;
  }
  .content_impactfolio-item_website img {
    width: 100%;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 25px;
    margin: 30px 0;
  }
  .content_impactfolio-item_website div {
    width: 34.9vw;
    padding: 0 2.3vw;
  }
  .content_impactfolio-item_website div:nth-of-type(1) {
    height: 67.7vw;
    max-height: 67.7vw;
    margin-right: 1.9vw;
  }
  .content_impactfolio-item_website div:nth-of-type(2) {
    height: 52vw;
    max-height: 52vw;
  }
  .content_impactfolio-item_website div.long {
    height: 67.7vw;
    max-height: 67.7vw;
    margin-right: 1.9vw;
  }
  .content_impactfolio-item_website div.short {
    height: 52vw;
    max-height: 52vw;
  }
  .content_impactfolio-item_next-project {
    margin: 70px 0 230px;
  }
  .content_impactfolio-item_next-project a {
    border: 1px solid #475175;
    padding: 45px 3.4vw;
    border-radius: 100vh;
    font-size: 27px;
  }
  .content_impactfolio-item_testimonial {
    width: calc(100% - 44.7vw);
    margin: 0 auto;
    margin-bottom: 150px;
  }
  .content_impactfolio-item_testimonial svg {
    position: absolute;
    top: -10%;
    left: -7%;
    width: 6.9vw;
    height: auto;
  }
  .content_impactfolio-item_testimonial p {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .content_impactfolio-item_testimonial_details {
    padding-right: 4.5vw;
  }
  .content_impactfolio-item_testimonial_details img {
    width: 6.5vw;
    height: 6.5vw;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 1.9vw;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(1) {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(2) {
    color: #475175;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(3) {
    color: #475175;
    font-size: 24px;
  }
  .content_impactfolio-item_connect {
    padding: 0 7.2vw;
    margin-bottom: 90px;
  }
  .content_impactfolio-item_connect svg {
    width: 4.7vw;
    height: auto;
    margin-right: 1.9vw;
  }
  .content_impactfolio-item_connect label {
    line-height: 100%;
    font-size: 36px;
    margin-right: 2.2vw;
  }
  .content_impactfolio-item_connect a {
    border-radius: 100vh;
    padding: 30px 2.9vw;
    font-size: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .content_impactfolio-item {
    padding: 25.4629vh 0 0;
  }
  .content_impactfolio-item_intro {
    padding: 0 20.2604166vw 0 25.2604166vw;
    margin-bottom: 11.296vh;
  }
  .content_impactfolio-item_intro_banner {
    width: 34.21875vw;
    height: 18.1481vh;
    margin-bottom: 12.1296vh;
  }
  .content_impactfolio-item_intro_text_deliverables {
    width: 7.1875vw;
    max-width: 7.1875vw;
    margin-right: 9.9479166vw;
  }
  .content_impactfolio-item_intro_text_deliverables label {
    font-size: 1.66vh;
  }
  .content_impactfolio-item_intro_text_deliverables_heading {
    margin-bottom: 2.407vh;
  }
  .content_impactfolio-item_intro_text_deliverables_deliverable {
    margin-bottom: 1.85185vh;
  }
  .content_impactfolio-item_intro_text_deliverables_deliverable:last-child {
    margin-bottom: 2.407vh;
  }
  .content_impactfolio-item_intro_text_deliverables_website {
    font-size: 1.66vh;
  }
  .content_impactfolio-item_intro_text_brand-intro {
    width: 37.395833vw;
    max-width: 37.395833vw;
  }
  .content_impactfolio-item_intro_text_brand-intro_name {
    font-size: 3.33vh;
    margin-bottom: 0.925vh;
  }
  .content_impactfolio-item_intro_text_brand-intro_subtitle {
    font-size: 2.22vh;
    margin-bottom: 2.1296vh;
  }
  .content_impactfolio-item_intro_text_brand-intro p {
    font-size: 2.22vh;
  }
  .content_impactfolio-item_video {
    margin-bottom: 2.5vh;
  }
  .content_impactfolio-item_video iframe {
    width: 75.729166vw;
    height: 82.5vh;
  }
  .content_impactfolio-item_colors {
    padding-right: 14.21875vw;
    height: 2.1296vh;
    max-height: 2.1296vh;
    margin-bottom: 2.87037vh;
  }
  .content_impactfolio-item_colors span {
    width: 2.1296vh;
    max-width: 2.1296vh;
    margin-right: 0.15625vw;
  }
  .content_impactfolio-item_text {
    padding: 0 18.54166vw 0 20.8854166vw;
    margin-bottom: 6vh;
  }
  .content_impactfolio-item_text label,
.content_impactfolio-item_text h2 {
    font-size: 2.5vh;
    margin-bottom: 1.29629vh;
  }
  .content_impactfolio-item_text p {
    font-size: 2.22vh;
  }
  .content_impactfolio-item_logo-transformation {
    height: 33.33vh;
    margin-bottom: 13.88vh;
    margin-top: 5.74vh;
  }
  .content_impactfolio-item_logo-transformation span {
    height: 24.9975vh;
    width: 0.095vw;
    margin: 0 8.8020833vw;
  }
  .content_impactfolio-item_logo-transformation div {
    width: calc(50% - 17.6991666vw);
  }
  .content_impactfolio-item_logo-transformation div label {
    font-size: 2.5vh;
    margin-bottom: 1vh;
  }
  .content_impactfolio-item_logo-transformation div img {
    width: 100%;
    height: auto;
    max-height: calc(100% - 4.5vh);
  }
  .content_impactfolio-item_color-palate.desktop {
    margin-bottom: 7.77vh;
  }
  .content_impactfolio-item_color-palate.desktop img {
    width: 14.5833vw;
    height: 14.5833vw;
  }
  .content_impactfolio-item_color-palate.desktop img:not(:last-of-type) {
    margin-right: 1.04166vw;
  }
  .content_impactfolio-item_web-glimpse {
    width: 100%;
    height: 124.44vh;
    max-height: 124.44vh;
    margin-bottom: 8.148vh;
  }
  .content_impactfolio-item_web-glimpse img {
    width: 85.833vw;
    height: 89.9074vh;
  }
  .content_impactfolio-item_portfolio.desktop {
    margin: 0 auto;
    margin-top: 10.6481vh;
    width: 100%;
    max-width: 88.9583328vw;
    margin-bottom: 7.77vh;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(1), .content_impactfolio-item_portfolio.desktop div:nth-of-type(2), .content_impactfolio-item_portfolio.desktop div:nth-of-type(3), .content_impactfolio-item_portfolio.desktop div:nth-of-type(4), .content_impactfolio-item_portfolio.desktop div:nth-of-type(6), .content_impactfolio-item_portfolio.desktop div:nth-of-type(7), .content_impactfolio-item_portfolio.desktop div:nth-of-type(8), .content_impactfolio-item_portfolio.desktop div:nth-of-type(9) {
    border-radius: 1.5vh;
    margin: 0 0.9895833vw 5.37037vh;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(1), .content_impactfolio-item_portfolio.desktop div:nth-of-type(3), .content_impactfolio-item_portfolio.desktop div:nth-of-type(8), .content_impactfolio-item_portfolio.desktop div:nth-of-type(9) {
    width: 20.2604166vw;
    height: 20.2604166vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(2), .content_impactfolio-item_portfolio.desktop div:nth-of-type(7) {
    width: 42.4999998vw;
    height: 20.2604166vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(4) {
    width: 20.2604166vw;
    height: 43.541666533vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(6) {
    width: 42.4999998vw;
    height: 43.541666533vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(5) {
    margin: 0 0.9895833vw 5.37037vh;
    width: 20.2604166vw;
    height: 43.541666533vw;
  }
  .content_impactfolio-item_portfolio.desktop div:nth-of-type(5) div {
    width: 100%;
    height: 20.2604166vw;
    margin: 0;
  }
  .content_impactfolio-item_case-study.desktop {
    margin: 0 auto;
    margin-top: 2vh;
    width: 100%;
    max-width: 88.9583328vw;
    margin-bottom: 12vh;
  }
  .content_impactfolio-item_case-study.desktop img {
    width: 56.5625vw;
    height: 51.11vh;
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text {
    padding: 0 5.20833vw;
    width: calc(100% - 56.5625vw);
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label:nth-of-type(1) {
    font-size: 3.33vh;
    margin-bottom: 3.2vh;
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text label:nth-of-type(2) {
    font-size: 2.96296vh;
    margin-bottom: 6.11vh;
  }
  .content_impactfolio-item_case-study.desktop .content_impactfolio-item_case-study_text a {
    border-radius: 5vh;
    border: 0.1388vh solid #475175;
    padding: 4.35185vh 3.3854166vw;
    font-size: 2.5vh;
  }
  .content_impactfolio-item_logo-journey {
    height: 51.11vh;
    width: 55.46875vw;
    border-radius: 1.388vh;
    border: 0.092592vh solid rgba(112, 112, 112, 0.3411764706);
    margin-left: 9.0625vw;
    margin-bottom: 19.475vh;
  }
  .content_impactfolio-item_logo-journey svg {
    height: 9.722vh;
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .content_impactfolio-item_website {
    margin-top: 4.81481vh;
  }
  .content_impactfolio-item_website img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0.277vh 3vh rgba(0, 0, 0, 0.1607843137);
    border-radius: 2.5vh;
    margin: 3vh 0;
  }
  .content_impactfolio-item_website div {
    width: 34.895833vw;
    padding: 0 4vh;
  }
  .content_impactfolio-item_website div:nth-of-type(1) {
    height: 119.907vh;
    max-height: 119.907vh;
    margin-right: 1.9vw;
  }
  .content_impactfolio-item_website div:nth-of-type(2) {
    height: 92.0611vh;
    max-height: 92.0611vh;
  }
  .content_impactfolio-item_website div.long {
    height: 119.907vh;
    max-height: 119.907vh;
    margin-right: 1.9vw;
  }
  .content_impactfolio-item_website div.short {
    height: 92.0611vh;
    max-height: 92.0611vh;
  }
  .content_impactfolio-item_next-project {
    margin: 6.66vh 0 22.088vh;
  }
  .content_impactfolio-item_next-project a {
    border: 0.1388vh solid #475175;
    padding: 4.35185vh 3.4375vw;
    border-radius: 100vh;
    font-size: 2.5vh;
  }
  .content_impactfolio-item_testimonial {
    width: calc(100% - 44.739583333vw);
    margin: 0 auto;
    margin-bottom: 14.6092vh;
  }
  .content_impactfolio-item_testimonial svg {
    position: absolute;
    top: -10%;
    left: -7%;
    width: 6.9125vw;
    height: 10.0175925vh;
  }
  .content_impactfolio-item_testimonial p {
    color: #323232;
    font-family: "Plus Jakarta";
    font-size: 2.96296vh;
    margin-bottom: 2.77vh;
  }
  .content_impactfolio-item_testimonial_details {
    margin-bottom: 14.6296vh;
    padding-right: 4.4734375vw;
  }
  .content_impactfolio-item_testimonial_details img {
    width: 6.5104166vw;
    height: 6.5104166vw;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 1.875vw;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(1) {
    color: #000000;
    font-size: 3.33vh;
    font-weight: bold;
    margin-bottom: 0.72037vh;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(2) {
    color: #475175;
    font-size: 2.5vh;
    font-weight: bold;
    margin-bottom: 0.72037vh;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(3) {
    color: #475175;
    font-size: 2.22vh;
  }
  .content_impactfolio-item_connect {
    padding: 0 7.2395833vw;
    margin-bottom: 8.533vh;
  }
  .content_impactfolio-item_connect svg {
    width: 4.659375vw;
    height: 3.04537vh;
    margin-right: 1.8671875vw;
  }
  .content_impactfolio-item_connect label {
    line-height: 100%;
    font-size: 3.33vh;
    margin-right: 2.175vw;
  }
  .content_impactfolio-item_connect a {
    border-radius: 100vh;
    padding: 3.05833vh 2.915104166vw;
    font-size: 2.5vh;
  }
}
@media screen and (max-width: 1023px) {
  .content_impactfolio-item {
    padding: 60px 0 80px;
  }
  .content_impactfolio-item label {
    line-height: normal !important;
  }
  .content_impactfolio-item_intro {
    justify-content: flex-start;
    padding: 0 35px 0;
    margin-bottom: 35px;
  }
  .content_impactfolio-item_intro_banner {
    width: 60%;
    height: auto;
    margin-bottom: 20px;
  }
  .content_impactfolio-item_intro_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content_impactfolio-item_intro_text {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .content_impactfolio-item_intro_text_brand-intro {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .content_impactfolio-item_intro_text_brand-intro_name {
    font-family: "Plus Jakarta";
    font-size: 22px;
    margin-bottom: 15px;
  }
  .content_impactfolio-item_intro_text_brand-intro_subtitle {
    font-family: "Plus Jakarta";
    margin-bottom: 12.5px;
    line-height: 125%;
  }
  .content_impactfolio-item_intro_text_deliverables {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .content_impactfolio-item_intro_text_deliverables_heading {
    font-weight: bold;
    font-family: "Plus Jakarta";
    margin-bottom: 17.5px;
    text-transform: capitalize;
  }
  .content_impactfolio-item_intro_text_deliverables_deliverable {
    margin-bottom: 5px;
  }
  .content_impactfolio-item_intro_text_deliverables_deliverable:last-of-type {
    margin-bottom: 15px;
  }
  .content_impactfolio-item_intro_text_deliverables_website {
    font-weight: bold;
    font-family: "Plus Jakarta";
  }
  .content_impactfolio-item_video {
    padding: 0 35px 0;
    margin-bottom: 30px;
  }
  .content_impactfolio-item_video iframe {
    width: 100%;
    height: 26.8421052632vh;
  }
  .content_impactfolio-item_colors {
    display: none;
  }
  .content_impactfolio-item_text {
    padding: 0 35px 0;
    margin-bottom: 40px;
  }
  .content_impactfolio-item_text label {
    font-family: "Plus Jakarta";
    color: #475175;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .content_impactfolio-item_color-palate.desktop {
    display: none;
  }
  .content_impactfolio-item_color-palate.mobile {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .content_impactfolio-item_color-palate.mobile img {
    width: 100%;
    height: auto;
  }
  .content_impactfolio-item_logo-transformation {
    padding: 0 35px 0;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 45px;
    margin-top: 0;
  }
  .content_impactfolio-item_logo-transformation span {
    display: none;
  }
  .content_impactfolio-item_logo-transformation div {
    width: 100%;
    flex-direction: column;
    flex-wrap: unset;
    align-items: center;
    height: auto;
    max-height: none;
  }
  .content_impactfolio-item_logo-transformation div label {
    font-size: 10px;
    font-weight: normal;
    opacity: 51%;
    margin-bottom: 10px;
    font-family: "Plus Jakarta";
  }
  .content_impactfolio-item_logo-transformation div img {
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .content_impactfolio-item_portfolio.desktop {
    display: none;
  }
  .content_impactfolio-item_portfolio.mobile {
    padding: 0 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .content_impactfolio-item_portfolio.mobile div {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 0 0 20px;
  }
  .content_impactfolio-item_portfolio.mobile div img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(2), .content_impactfolio-item_portfolio.mobile div:nth-of-type(4) {
    margin-right: 15px;
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(2), .content_impactfolio-item_portfolio.mobile div:nth-of-type(3), .content_impactfolio-item_portfolio.mobile div:nth-of-type(4), .content_impactfolio-item_portfolio.mobile div:nth-of-type(5) {
    width: calc(50% - 7.5px);
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(4) {
    height: 290px;
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(5) div {
    height: 135px;
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(5) div:nth-of-type(1) {
    margin-bottom: 2.5vh;
  }
  .content_impactfolio-item_portfolio.mobile div:nth-of-type(5) div:nth-of-type(2) {
    margin: 0;
    width: 100%;
  }
  .content_impactfolio-item_web-glimpse {
    display: none;
  }
  .content_impactfolio-item_logo-journey {
    display: none;
  }
  .content_impactfolio-item_website {
    display: none;
  }
  .content_impactfolio-item_devil {
    display: none;
  }
  .content_impactfolio-item_slides {
    display: none;
  }
  .content_impactfolio-item_next-project {
    margin: 80px 0;
  }
  .content_impactfolio-item_next-project a {
    border-radius: 35px;
    border: 1px solid #475175;
    padding: 20px 30px;
  }
  .content_impactfolio-item_testimonial {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding: 0 35px 0;
  }
  .content_impactfolio-item_testimonial svg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: auto;
    height: 42.5px;
    transform: translate(65%, -60%);
  }
  .content_impactfolio-item_testimonial p {
    margin-bottom: 30px;
  }
  .content_impactfolio-item_testimonial_details {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-right: 0;
  }
  .content_impactfolio-item_testimonial_details img {
    width: 53px;
    height: 53px;
    margin-right: 15px;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(1) {
    margin-bottom: 2.5px;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(2) {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .content_impactfolio-item_testimonial_details div label:nth-of-type(3) {
    font-size: 9px;
  }
  .content_impactfolio-item_connect {
    display: none;
  }
}

header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  header {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1921px) {
  header {
    padding: 1.875vw 0;
  }
}
@media screen and (max-width: 1023px) {
  header {
    position: relative;
    padding: 40px 32px 20px 0;
  }
}
header.open .header_menu {
  transform: translateY(0%);
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  header.open .header_toggle_hamburger {
    left: -100%;
  }
  header.open .header_toggle_hamburger_icon::before, header.open .header_toggle_hamburger_icon::after {
    left: 530%;
  }
  header.open .header_toggle_hamburger_icon::before {
    transform: rotate(45deg);
  }
  header.open .header_toggle_hamburger_icon::after {
    transform: rotate(-45deg);
  }
  header.open .header_toggle_logo {
    right: 55%;
  }
  header.open .header_menu {
    right: 0%;
  }
  header.open .header_menu_menuitems {
    padding-left: 3.33vw !important;
  }
}
@media screen and (min-width: 1921px) {
  header.open .header_toggle_hamburger {
    left: -100%;
  }
  header.open .header_toggle_hamburger_icon::before, header.open .header_toggle_hamburger_icon::after {
    left: 480%;
  }
  header.open .header_toggle_hamburger_icon::before {
    transform: rotate(45deg);
  }
  header.open .header_toggle_hamburger_icon::after {
    transform: rotate(-45deg);
  }
  header.open .header_toggle_logo {
    right: 55%;
  }
  header.open .header_menu {
    right: 0%;
  }
}
header .header_toggle {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 2;
}
header .header_toggle_hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  left: 0%;
}
header .header_toggle_hamburger_icon {
  width: 100%;
  background-color: #465175;
  transition: all 0.5s ease-in-out;
  position: absolute;
}
header .header_toggle_hamburger_icon::before, header .header_toggle_hamburger_icon::after {
  content: "";
  width: 100%;
  background-color: #465175;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0%;
}
header .header_toggle_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  transition: all 0.5s ease-in-out;
  position: relative;
  right: 0%;
}
header .header_toggle_logo a {
  height: 100%;
}
header .header_toggle_logo a svg {
  fill: #465175;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  header .header_toggle {
    border-radius: 0 75px 75px 0;
    padding: 25px 30px;
  }
  header .header_toggle_hamburger {
    width: 45px;
    height: 6px;
    margin-right: 30px;
  }
  header .header_toggle_hamburger_icon {
    height: 6px;
    border-radius: 5px;
  }
  header .header_toggle_hamburger_icon::before, header .header_toggle_hamburger_icon::after {
    height: 6px;
    border-radius: 5px;
  }
  header .header_toggle_hamburger_icon::before {
    transform: translateY(-185%);
  }
  header .header_toggle_hamburger_icon::after {
    transform: translateY(185%);
  }
  header .header_toggle_logo {
    height: 72px;
  }
}
@media screen and (min-width: 1921px) {
  header .header_toggle {
    border-radius: 0 10vh 10vh 0;
    padding: 2.1vh 2vw;
  }
  header .header_toggle_hamburger {
    width: 2.5vw;
    height: 0.36455625vw;
    margin-right: 1.066vw;
  }
  header .header_toggle_hamburger_icon {
    height: 0.36455625vw;
    border-radius: 5vh;
  }
  header .header_toggle_hamburger_icon::before, header .header_toggle_hamburger_icon::after {
    height: 0.36455625vw;
    border-radius: 5vh;
  }
  header .header_toggle_hamburger_icon::before {
    transform: translateY(-0.624375vw);
  }
  header .header_toggle_hamburger_icon::after {
    transform: translateY(0.624375vw);
  }
  header .header_toggle_logo {
    height: 3.74625vw;
  }
}
@media screen and (max-width: 1023px) {
  header .header_toggle {
    padding: 11px 24px 17px 11px;
    border-radius: 0 75px 75px 0;
  }
  header .header_toggle_hamburger {
    margin-right: 15px;
    width: 25px;
  }
  header .header_toggle_hamburger_icon {
    height: 3px;
    border-radius: 25px;
  }
  header .header_toggle_hamburger_icon::before, header .header_toggle_hamburger_icon::after {
    height: 3px;
    border-radius: 25px;
  }
  header .header_toggle_hamburger_icon::before {
    transform: translateY(-5px);
  }
  header .header_toggle_hamburger_icon::after {
    transform: translateY(5px);
  }
  header .header_toggle_logo {
    width: 40px;
    height: 40px;
  }
  header .header_toggle_logo a {
    width: 100%;
    height: 100%;
  }
  header .header_toggle_logo a svg {
    width: 100%;
    height: 100%;
  }
}
header .header_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
header .header_text svg {
  height: 61px;
}
@media screen and (min-width: 1024px) {
  header .header_text {
    display: none;
  }
}
header .header_menu {
  transition: all 0.5s ease-in-out;
  position: relative;
  right: 100%;
  width: auto;
  z-index: 1;
}
header .header_menu_menuitems {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0;
  width: auto;
  font-weight: 500;
}
header .header_menu_menuitems .header_toggle {
  display: none;
}
header .header_menu_menuitems ul {
  list-style: none;
  margin: 0;
  display: flex;
  padding-left: 0;
}
header .header_menu_menuitems ul li:last-of-type {
  margin: 0;
}
header .header_menu_menuitems ul li a {
  text-decoration: none;
}
header .header_menu_menuitems_connect {
  line-height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  header .header_menu_menuitems_socials {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  header .header_menu {
    padding: 0;
  }
  header .header_menu_menuitems {
    margin-left: 0;
    padding: 40px 0;
    padding-left: 5.2vw !important;
    height: auto !important;
  }
  header .header_menu_menuitems ul {
    margin-right: 2.6vw;
  }
  header .header_menu_menuitems ul li {
    margin-right: 2.6vw;
  }
  header .header_menu_menuitems ul li a {
    padding: 20px 0 0;
    font-size: 21px;
  }
  header .header_menu_menuitems_connect {
    font-size: 21px;
    padding: 20px 40px;
    border-radius: 32px;
  }
}
@media screen and (min-width: 1921px) {
  header .header_menu_menuitems {
    margin-left: 3.33vw;
  }
  header .header_menu_menuitems ul {
    margin-right: 2.6vw;
  }
  header .header_menu_menuitems ul li {
    margin-right: 2.6vw;
  }
  header .header_menu_menuitems ul li a {
    font-size: 1.944vh;
  }
  header .header_menu_menuitems_connect {
    font-size: 1.944vh;
    padding: 1.145833vw 2.0833vw;
    border-radius: 5vh;
  }
}
@media screen and (min-width: 1921px) and (min-width: 1024px) {
  header .header_menu_menuitems_socials {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header .header_menu {
    z-index: 999;
    position: fixed;
    min-height: 100vh;
    max-height: 100vh;
    background-color: white;
    width: 100%;
    flex-wrap: wrap;
    transform: translateY(-100%);
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  header .header_menu_menuitems {
    min-height: 85%;
    max-height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0 0 25px 25px;
    align-content: center;
    position: relative;
    margin: 0;
    padding: 37px 50px 48px;
  }
  header .header_menu_menuitems .header_toggle {
    display: flex;
    position: absolute;
    top: 37px;
    left: 0%;
  }
  header .header_menu_menuitems .header_toggle_hamburger {
    left: -100%;
  }
  header .header_menu_menuitems .header_toggle_hamburger_icon::before, header .header_menu_menuitems .header_toggle_hamburger_icon::after {
    left: 550%;
  }
  header .header_menu_menuitems .header_toggle_hamburger_icon::before {
    transform: rotate(45deg);
  }
  header .header_menu_menuitems .header_toggle_hamburger_icon::after {
    transform: rotate(-45deg);
  }
  header .header_menu_menuitems .header_toggle_logo {
    right: 50%;
  }
  header .header_menu_menuitems ul {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
    margin: 0;
  }
  header .header_menu_menuitems ul li {
    width: 100%;
    text-align: center;
  }
  header .header_menu_menuitems ul li:not(:last-of-type) {
    margin: 0 0 48px 0;
  }
  header .header_menu_menuitems ul li:last-of-type {
    margin: 0 0 40px 0;
  }
  header .header_menu_menuitems ul li a {
    font-size: 18px;
    width: auto;
  }
  header .header_menu_menuitems_connect {
    width: 90%;
    white-space: nowrap;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    padding: 18px 42px;
    border-radius: 25px;
  }
  header .header_menu_menuitems_socials {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    position: absolute;
    bottom: 0;
  }
  header .header_menu_menuitems_socials a:not(:last-of-type) {
    margin-right: 10px;
  }
  header .header_menu_menuitems_socials a svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  header .header_menu_menuitems_socials {
    display: none;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  background-color: #283050;
}
footer .footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
}
footer .footer_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_logo_mobile {
  display: none;
}
footer .footer_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  width: 100%;
}
footer .footer_contact a,
footer .footer_contact label {
  line-height: 100%;
  color: white;
  font-weight: 500;
  color: white;
  display: block;
  width: 100%;
  text-align: start;
  text-decoration: none;
}
footer .footer_contact_socials {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_contact_socials a {
  margin-bottom: 0;
}
footer .footer_contact_socials a:last-of-type {
  margin-right: 0;
}
footer .footer_menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
footer .footer_menu ul {
  list-style: none;
  margin: 0;
  display: flex;
}
footer .footer_menu ul li:last-of-type {
  margin: 0;
}
footer .footer_menu ul li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  line-height: 100%;
}
footer .footer_bottom {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-family: "Plus Jakarta", Arial, sans-serif;
  font-weight: normal;
}
footer .footer_bottom label,
footer .footer_bottom a {
  color: white;
  opacity: 67%;
}
footer .footer_bottom a {
  text-decoration: underline;
  font-family: "Plus Jakarta";
}
footer .footer_bottom a:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  footer {
    padding: 75px 5.2vw 50px 6.5vw;
  }
  footer .footer_logo_desktop svg {
    width: 15vw;
    height: auto;
  }
  footer .footer_contact {
    padding: 30px 0 0 5.2vw;
  }
  footer .footer_contact a,
footer .footer_contact label {
    font-size: 27px;
    margin-bottom: 25px;
  }
  footer .footer_contact_socials a {
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
  footer .footer_contact_socials a svg {
    height: 100%;
    width: 100%;
  }
  footer .footer_menu {
    padding-top: 30px;
  }
  footer .footer_menu ul li {
    margin-right: 3.125vw;
  }
  footer .footer_menu ul li a {
    font-size: 32px;
  }
  footer .footer_bottom label,
footer .footer_bottom a {
    font-size: 24px;
    margin-right: 1.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  footer .footer_menu ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }
  footer .footer_menu ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1921px) {
  footer {
    height: 44.2592592593vh;
  }
  footer .footer_logo_desktop {
    margin-left: 6.875vw;
  }
  footer .footer_logo_desktop svg {
    width: 15.625vw;
    height: 27.7vh;
    max-width: 15.625vw;
  }
  footer .footer_contact {
    padding: 5.09259vh 0 0 25%;
  }
  footer .footer_contact a,
footer .footer_contact label {
    font-size: 2.5vh;
    margin-bottom: 2.407vh;
    padding-left: 0.3125vw;
  }
  footer .footer_contact_socials a {
    height: 3.7037037037vh;
    width: 2.0833vw;
    margin-right: 0.520833vw;
  }
  footer .footer_contact_socials a:last-of-type {
    margin-right: 0;
  }
  footer .footer_contact_socials a svg {
    height: 3.7037037037vh;
    width: 2.0833vw;
  }
  footer .footer_menu {
    padding: 5.09259vh 0 0 0;
    padding-right: 5.625vw;
  }
  footer .footer_menu ul li {
    margin-right: 3.59375vw;
  }
  footer .footer_menu ul li a {
    font-size: 2.962962963vh;
  }
  footer .footer_bottom {
    padding-right: 6.9270833vw;
  }
  footer .footer_bottom label,
footer .footer_bottom a {
    font-size: 2.22vh;
    margin-right: 1.5vw;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    height: auto;
    max-height: none;
    padding: 30px 20px 20px;
  }
  footer .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 100%;
    margin-bottom: 4.7368421053vh;
    align-content: center;
  }
  footer .footer_logo {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 30px 10px;
  }
  footer .footer_logo_desktop {
    display: none;
  }
  footer .footer_logo_mobile {
    display: flex;
  }
  footer .footer_logo_mobile svg {
    height: 70px;
    width: 215px;
  }
  footer .footer_contact {
    padding: 0;
  }
  footer .footer_contact a,
footer .footer_contact label {
    text-align: start;
    padding: 0 20px;
    font-weight: 200;
    font-size: 18px;
    line-height: 100%;
  }
  footer .footer_contact a {
    margin-bottom: 25px;
  }
  footer .footer_contact label {
    margin: 0;
  }
  footer .footer_contact_socials {
    justify-content: center;
    margin-top: 40px;
  }
  footer .footer_contact_socials a {
    height: 40px;
    width: 40px;
    padding: 0;
    margin-bottom: 0;
  }
  footer .footer_contact_socials a:not(:last-of-type) {
    margin-right: 10px;
  }
  footer .footer_contact_socials a svg {
    height: 100%;
    width: 100%;
  }
  footer .footer_menu {
    display: none;
  }
  footer .footer_bottom {
    padding: 0 0 0 5px;
  }
  footer .footer_bottom a {
    display: none;
  }
  footer .footer_bottom label {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
  }
}

.superpowers_carousel {
  width: auto;
  height: auto;
  position: relative;
}
.superpowers_carousel_controls.desktop {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.superpowers_carousel_controls.desktop span {
  border: solid white;
  background-color: transparent;
}
.superpowers_carousel_controls.desktop a {
  background-color: #4970FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.superpowers_carousel_controls.desktop a.disabled {
  background-color: #A8ACB8;
}
.superpowers_carousel_controls.desktop .superpowers_carousel_controls_previous span {
  transform: rotate(135deg);
  margin-left: 15%;
}
.superpowers_carousel_controls.desktop .superpowers_carousel_controls_next span {
  transform: rotate(-45deg);
  margin-right: 15%;
}
.superpowers_carousel_controls.mobile {
  display: none;
}
.superpowers_carousel_slides {
  width: 60vw;
  max-width: 60vw;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.superpowers_carousel_slides_slide {
  min-width: 58vw;
  max-width: 58vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.75s ease-in-out;
  position: relative;
}
.superpowers_carousel_slides_slide_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
}
.superpowers_carousel_slides_slide_text label,
.superpowers_carousel_slides_slide_text p {
  display: block;
  text-align: start;
  width: 100%;
}
.superpowers_carousel_slides_slide_text_hashtags {
  color: #4A71FF;
  line-height: 100%;
  font-weight: normal;
}
.superpowers_carousel_slides_slide_text_title {
  color: #475175;
  font-weight: 500;
  line-height: 125%;
}
.superpowers_carousel_slides_slide_text p {
  color: #262F4D;
  opacity: 84%;
  font-family: "Plus Jakarta";
  font-weight: normal;
}
.superpowers_carousel_slides_slide_text a {
  color: #4A71FF;
  line-height: 100%;
  font-family: "Plus Jakarta";
  font-weight: 500;
  text-decoration: none;
}
.superpowers_carousel_slides_slide_text a:hover, .superpowers_carousel_slides_slide_text a:active {
  color: #4A71FF;
  background-color: #E0F3FE;
}
.superpowers_carousel_slides_slide_img {
  align-self: stretch;
}
.superpowers_carousel_slides_slide_img img:nth-of-type(1) {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.superpowers_carousel_slides_slide_img img:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .superpowers_carousel.impactfolio .superpowers_carousel_controls.desktop {
    width: 120%;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
  }
  .superpowers_carousel.home .superpowers_carousel_controls.desktop {
    right: 2%;
    transform: translateY(-250%);
  }
  .superpowers_carousel.home .superpowers_carousel_controls.desktop a:nth-of-type(1) {
    margin-right: 20px;
  }
  .superpowers_carousel_controls.desktop span {
    border-width: 0 1px 1px 0;
    height: 30%;
    width: 30%;
  }
  .superpowers_carousel_controls.desktop a {
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .superpowers_carousel_slides_slide {
    margin: 0 1vw;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    right: 0%;
    margin-bottom: 30px;
  }
  .superpowers_carousel_slides_slide_text {
    width: 50%;
    padding: 70px 60px 45px;
  }
  .superpowers_carousel_slides_slide_text_hashtags {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .superpowers_carousel_slides_slide_text_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .superpowers_carousel_slides_slide_text p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .superpowers_carousel_slides_slide_text a {
    font-size: 18px;
    border: 1px solid #4A71FF;
    border-radius: 25px;
    padding: 15px 30px;
  }
  .superpowers_carousel_slides_slide_text a:hover, .superpowers_carousel_slides_slide_text a:active {
    border: 1px solid #E0F3FE;
  }
  .superpowers_carousel_slides_slide_img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .superpowers_carousel.impactfolio .superpowers_carousel_slides {
    width: 77vw;
    max-width: 77vw;
  }
  .superpowers_carousel.impactfolio .superpowers_carousel_slides_slide {
    min-width: 75vw;
    max-width: 75vw;
  }
  .superpowers_carousel_slides {
    width: 87vw;
    max-width: 87vw;
  }
  .superpowers_carousel_slides_slide {
    min-width: 85vw;
    max-width: 85vw;
  }
}
@media screen and (min-width: 1921px) {
  .superpowers_carousel.impactfolio .superpowers_carousel_controls.desktop {
    width: 120%;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
  }
  .superpowers_carousel.home .superpowers_carousel_controls.desktop {
    top: -29.75%;
    right: 2%;
  }
  .superpowers_carousel.home .superpowers_carousel_controls.desktop a:nth-of-type(1) {
    margin-right: 1.04166vw;
  }
  .superpowers_carousel_controls.desktop span {
    border-width: 0 0.15625vw 0.15625vw 0;
    height: 30%;
    width: 30%;
  }
  .superpowers_carousel_controls.desktop a {
    width: 3.3vw;
    height: 3.3vw;
    border-radius: 100%;
  }
  .superpowers_carousel_slides_slide {
    margin: 0 0.85625vw;
    border-radius: 2.31481vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
    right: 0%;
    margin-bottom: 1.5vw;
  }
  .superpowers_carousel_slides_slide_text {
    width: 50%;
    padding: 6.66018vh 2.981770833vw 4.3166vh 3.2229166vw;
  }
  .superpowers_carousel_slides_slide_text_hashtags {
    font-size: 1.66vh;
    margin-bottom: 1.944vh;
  }
  .superpowers_carousel_slides_slide_text_title {
    font-size: 3.33vh;
  }
  .superpowers_carousel_slides_slide_text p {
    font-size: 1.66vh;
  }
  .superpowers_carousel_slides_slide_text a {
    font-size: 1.66vh;
    border: 0.1388vh solid #4A71FF;
    border-radius: 2.31481vh;
    padding: 1.2037vh 1.5625vw;
  }
  .superpowers_carousel_slides_slide_text a:hover, .superpowers_carousel_slides_slide_text a:active {
    border: 0.1388vh solid #E0F3FE;
  }
  .superpowers_carousel_slides_slide_img {
    width: 50%;
  }
  .superpowers_carousel_slides_slide:nth-child(1) .superpowers_carousel_slides_slide_text_title {
    margin-bottom: 1.944vh;
  }
  .superpowers_carousel_slides_slide:nth-child(1) .superpowers_carousel_slides_slide_text p {
    margin-bottom: 3.2407vh;
  }
  .superpowers_carousel_slides_slide:nth-child(2) .superpowers_carousel_slides_slide_text_title {
    margin-bottom: 0;
  }
  .superpowers_carousel_slides_slide:nth-child(2) .superpowers_carousel_slides_slide_text p {
    margin-bottom: 2.533vh;
  }
  .superpowers_carousel_slides_slide:nth-child(3) .superpowers_carousel_slides_slide_text_title {
    margin-bottom: 1.944vh;
  }
  .superpowers_carousel_slides_slide:nth-child(3) .superpowers_carousel_slides_slide_text p {
    margin-bottom: 3.2407vh;
  }
  .superpowers_carousel_slides_slide:nth-child(4) .superpowers_carousel_slides_slide_text_title {
    margin-bottom: 1.944vh;
  }
  .superpowers_carousel_slides_slide:nth-child(4) .superpowers_carousel_slides_slide_text p {
    margin-bottom: 3.2407vh;
  }
}
@media screen and (max-width: 1023px) {
  .superpowers_carousel {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .superpowers_carousel_controls.desktop {
    display: none;
  }
  .superpowers_carousel_controls.mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    width: 100%;
    margin-top: 35px;
    padding: 0 66px;
  }
  .superpowers_carousel_controls.mobile a {
    background-color: #E0F3FE;
    border: 1px solid #E0F3FE;
    width: 50%;
    height: auto;
    border-radius: 25px;
    display: block;
    line-height: 100%;
    font-family: "Plus Jakarta";
    font-weight: 500;
    color: #4A71FF;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .superpowers_carousel_controls.mobile a.disabled {
    background-color: white;
    border: 1px solid #757575;
    color: #757575;
  }
  .superpowers_carousel_slides {
    width: 90%;
    max-width: 90%;
    align-items: unset;
  }
  .superpowers_carousel_slides_slide {
    min-width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: auto;
    max-height: none;
    min-height: auto;
    margin: 0 12px 10px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-content: center;
    border-radius: 15px;
    transition: 0.75s ease-in-out;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    right: 0%;
  }
  .superpowers_carousel_slides_slide_text {
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 215px);
    justify-content: center;
    align-content: flex-start;
    padding: 20px;
  }
  .superpowers_carousel_slides_slide_text label,
.superpowers_carousel_slides_slide_text p {
    text-align: center;
  }
  .superpowers_carousel_slides_slide_text_hashtags {
    font-size: 12px;
    margin-bottom: 12.5px !important;
  }
  .superpowers_carousel_slides_slide_text_title {
    color: #475175;
    font-size: 21px;
    line-height: 125%;
    margin-bottom: 15px !important;
  }
  .superpowers_carousel_slides_slide_text p {
    opacity: 70%;
    margin-bottom: 10px !important;
  }
  .superpowers_carousel_slides_slide_text a {
    border: 1px solid #E0F3FE;
    background-color: #E0F3FE;
    color: #4A71FF;
    border-radius: 25px;
    padding: 15px 30px;
  }
  .superpowers_carousel_slides_slide_text a:active {
    border: 1px solid #E0F3FE;
  }
  .superpowers_carousel_slides_slide_img {
    width: 100%;
    height: 215px;
    max-height: 215px;
    overflow: hidden;
  }
  .superpowers_carousel_slides_slide_img img:nth-of-type(2) {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .superpowers_carousel_slides_slide_img img:nth-of-type(1) {
    display: none;
  }
}

.impactfolio_carousel {
  width: auto;
  height: auto;
  position: relative;
}
.impactfolio_carousel_controls.desktop {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.impactfolio_carousel_controls.desktop span {
  border: solid white;
  background-color: transparent;
}
.impactfolio_carousel_controls.desktop a {
  background-color: #4970FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.impactfolio_carousel_controls.desktop a.disabled {
  background-color: #A8ACB8;
}
.impactfolio_carousel_controls.desktop .impactfolio_carousel_controls_previous span {
  transform: rotate(135deg);
  margin-left: 15%;
}
.impactfolio_carousel_controls.desktop .impactfolio_carousel_controls_next span {
  transform: rotate(-45deg);
  margin-right: 15%;
}
.impactfolio_carousel_controls.mobile {
  display: none;
}
.impactfolio_carousel_controls.disabled {
  display: none;
}
.impactfolio_carousel_slides {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.impactfolio_carousel_slides_slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.75s ease-in-out;
  position: relative;
  background-color: white;
}
.impactfolio_carousel_slides_slide_img {
  width: 100%;
}
.impactfolio_carousel_slides_slide_img img:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.impactfolio_carousel_slides_slide_colors {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.impactfolio_carousel_slides_slide_colors div {
  width: 50%;
  padding: 0;
  margin: 0;
  height: 100%;
}
.impactfolio_carousel_slides_slide_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  position: relative;
}
.impactfolio_carousel_slides_slide_text label,
.impactfolio_carousel_slides_slide_text p {
  display: block;
  text-align: start;
  width: 100%;
}
.impactfolio_carousel_slides_slide_text label {
  color: #475175;
  font-weight: bold;
  line-height: 100%;
}
.impactfolio_carousel_slides_slide_text p {
  color: #475175;
  font-family: "Plus Jakarta";
  font-weight: normal;
}
.impactfolio_carousel_slides_slide_text a {
  color: #4A71FF;
  line-height: 100%;
  font-family: "Plus Jakarta";
  font-weight: 500;
  text-decoration: none;
  position: absolute;
}
.impactfolio_carousel_slides_slide_text a:hover, .impactfolio_carousel_slides_slide_text a:active {
  color: #4A71FF;
  background-color: #E0F3FE;
}
.impactfolio_carousel_slides_slide_text a:nth-of-type(1) {
  display: block;
}
.impactfolio_carousel_slides_slide_text a:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1921px) {
  .impactfolio_carousel.home .impactfolio_carousel_controls.desktop {
    top: -19%;
    right: 2%;
  }
  .impactfolio_carousel.home .impactfolio_carousel_controls.desktop a:nth-of-type(1) {
    margin-right: 20px;
  }
  .impactfolio_carousel_controls.desktop span {
    border-width: 0 1px 1px 0;
    height: 30%;
    width: 30%;
  }
  .impactfolio_carousel_controls.desktop a {
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .impactfolio_carousel_slides {
    align-items: stretch;
    width: 86.7vw;
    max-width: 86.7vw;
  }
  .impactfolio_carousel_slides_slide {
    justify-content: flex-start;
    flex-direction: column;
    min-width: 25.7vw;
    max-width: 25.7vw;
    margin: 0 1.6vw;
    border-radius: 25px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    right: 0%;
    margin-bottom: 30px;
  }
  .impactfolio_carousel_slides_slide_img {
    height: 26.2vw;
    max-height: 26.2vw;
    padding: 2.8vw;
  }
  .impactfolio_carousel_slides_slide_colors {
    min-height: 8px;
    max-height: 8px;
  }
  .impactfolio_carousel_slides_slide_text {
    padding: 2vw 2.6vw;
    padding-bottom: 30%;
    position: unset;
  }
  .impactfolio_carousel_slides_slide_text label {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .impactfolio_carousel_slides_slide_text p {
    font-size: 18px;
  }
  .impactfolio_carousel_slides_slide_text a {
    font-size: 18px;
    border-radius: 25px;
    padding: 15px 20px;
    bottom: 2.5%;
    left: 0%;
    margin-left: 1.9vw;
  }
}
@media screen and (min-width: 1921px) {
  .impactfolio_carousel.home .impactfolio_carousel_controls.desktop {
    top: -19%;
    right: 2%;
  }
  .impactfolio_carousel.home .impactfolio_carousel_controls.desktop a:nth-of-type(1) {
    margin-right: 1vw;
  }
  .impactfolio_carousel_controls.desktop span {
    border-width: 0 0.15625vw 0.15625vw 0;
    height: 30%;
    width: 30%;
  }
  .impactfolio_carousel_controls.desktop a {
    width: 3.28125vw;
    height: 3.28125vw;
    border-radius: 100%;
  }
  .impactfolio_carousel_controls.desktop .impactfolio_carousel_controls_previous span {
    transform: rotate(135deg);
    margin-left: 15%;
  }
  .impactfolio_carousel_controls.desktop .impactfolio_carousel_controls_next span {
    transform: rotate(-45deg);
    margin-right: 15%;
  }
  .impactfolio_carousel_slides {
    width: 86.7187433vw;
    max-width: 86.7187433vw;
  }
  .impactfolio_carousel_slides_slide {
    min-width: 25.729166vw;
    max-width: 25.729166vw;
    height: 42.96875vw;
    max-height: 42.96875vw;
    margin: 0 1.58854166vw;
    border-radius: 2.5vh;
    box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
    right: 0%;
    margin-bottom: 1.5vw;
  }
  .impactfolio_carousel_slides_slide_img {
    height: 26.24625vw;
    max-height: 26.24625vw;
    padding: 2.8125vw;
  }
  .impactfolio_carousel_slides_slide_colors {
    height: 0.41666625vw;
    max-height: 0.41666625vw;
  }
  .impactfolio_carousel_slides_slide_text {
    padding: 2.135413125vw 1.71875vw 7.60415625vw 2.9166vw;
    height: 16.30533375vw;
    max-height: 16.30533375vw;
  }
  .impactfolio_carousel_slides_slide_text label {
    font-size: 3.33vh;
    margin-bottom: 1.66vh;
  }
  .impactfolio_carousel_slides_slide_text p {
    font-size: 1.66vh;
  }
  .impactfolio_carousel_slides_slide_text a {
    font-size: 1.66vh;
    border-radius: 2.5vh;
    padding: 0.67708125vw 1.04166vw;
    bottom: 5%;
    left: 0%;
    margin-left: 1.87494vw;
  }
}
@media screen and (max-width: 1023px) {
  .impactfolio_carousel {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .impactfolio_carousel_controls.desktop {
    display: none;
  }
  .impactfolio_carousel_controls.mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    width: 100%;
    margin-top: 35px;
    padding: 0 66px;
  }
  .impactfolio_carousel_controls.mobile a {
    background-color: #E0F3FE;
    border: 1px solid #E0F3FE;
    width: 50%;
    height: auto;
    border-radius: 25px;
    display: block;
    line-height: 100%;
    font-family: "Plus Jakarta";
    font-weight: 500;
    color: #4A71FF;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .impactfolio_carousel_controls.mobile a.disabled {
    background-color: white;
    border: 1px solid #757575;
    color: #757575;
  }
  .impactfolio_carousel_slides {
    width: 90%;
    max-width: 90%;
    align-items: unset;
  }
  .impactfolio_carousel_slides_slide {
    min-width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: auto;
    max-height: none;
    min-height: auto;
    margin: 0 12px 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: unset;
    border-radius: 15px;
    transition: 0.75s ease-in-out;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    right: 0%;
  }
  .impactfolio_carousel_slides_slide_img {
    box-sizing: border-box;
    width: 100%;
    height: 270px;
    max-height: 270px;
    overflow: hidden;
    padding: 32px;
  }
  .impactfolio_carousel_slides_slide_colors {
    width: 100%;
    height: 8px;
    max-height: 8px;
  }
  .impactfolio_carousel_slides_slide_colors div {
    width: 50%;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .impactfolio_carousel_slides_slide_text {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 25px;
    height: 44%;
    max-height: 44%;
  }
  .impactfolio_carousel_slides_slide_text label,
.impactfolio_carousel_slides_slide_text p {
    text-align: center;
  }
  .impactfolio_carousel_slides_slide_text label {
    color: #475175;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .impactfolio_carousel_slides_slide_text p {
    margin-bottom: 25px;
  }
  .impactfolio_carousel_slides_slide_text a {
    border: 1px solid #E0F3FE;
    background-color: #E0F3FE;
    color: #4A71FF;
    border-radius: 25px;
    padding: 12.5px 25px;
    position: relative;
    margin: 0;
    white-space: pre;
  }
  .impactfolio_carousel_slides_slide_text a:active {
    border: 1px solid #E0F3FE;
  }
  .impactfolio_carousel_slides_slide_text a:nth-of-type(1) {
    display: none;
  }
  .impactfolio_carousel_slides_slide_text a:nth-of-type(2) {
    display: block;
  }
}

.values_carousel {
  width: auto;
  height: auto;
  position: relative;
}
.values_carousel.home .values_carousel_controls.desktop {
  top: -19%;
  right: 2%;
}
.values_carousel.home .values_carousel_controls.desktop a:nth-of-type(1) {
  margin-right: 1.04166vw;
}
.values_carousel_controls.desktop {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.values_carousel_controls.desktop span {
  border: solid white;
  background-color: transparent;
  border-width: 0 0.15625vw 0.15625vw 0;
  height: 30%;
  width: 30%;
}
.values_carousel_controls.desktop a {
  background-color: #4970FF;
  width: 3.28125vw;
  height: 3.28125vw;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.values_carousel_controls.desktop a.disabled {
  background-color: #A8ACB8;
}
.values_carousel_controls.desktop .values_carousel_controls_previous span {
  transform: rotate(135deg);
  margin-left: 15%;
}
.values_carousel_controls.desktop .values_carousel_controls_next span {
  transform: rotate(-45deg);
  margin-right: 15%;
}
.values_carousel_controls.mobile {
  display: none;
}
.values_carousel_slides {
  width: 86.7187433vw;
  max-width: 86.7187433vw;
  height: 77.388vh;
  max-height: 77.388vh;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.values_carousel_slides_slide {
  flex-direction: column;
  min-width: 25.729166vw;
  max-width: 25.729166vw;
  min-height: 76.388vh;
  max-height: 76.388vh;
  margin: -1vh 1.58854166vw 0;
  border-radius: 2.31481vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.75s ease-in-out;
  position: relative;
  box-shadow: 0px 0.277vh 0.554vh rgba(0, 0, 0, 0.1607843137);
  right: 0%;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .values_carousel {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .values_carousel_controls.desktop {
    display: none;
  }
  .values_carousel_controls.mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    width: 100%;
    margin-top: 35px;
    padding: 0 66px;
  }
  .values_carousel_controls.mobile a {
    background-color: #E0F3FE;
    border: 1px solid #E0F3FE;
    width: 50%;
    height: auto;
    border-radius: 25px;
    display: block;
    line-height: 100%;
    font-family: "Plus Jakarta";
    font-weight: 500;
    color: #4A71FF;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .values_carousel_controls.mobile a.disabled {
    background-color: white;
    border: 1px solid #757575;
    color: #757575;
  }
  .values_carousel_slides {
    width: 90%;
    max-width: 90%;
    height: auto;
    max-height: none;
    align-items: unset;
  }
  .values_carousel_slides_slide {
    min-width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: auto;
    max-height: none;
    min-height: auto;
    margin: 0 12px 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: unset;
    border-radius: 15px;
    transition: 0.75s ease-in-out;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    right: 0%;
  }
  .values_carousel_slides_slide div {
    box-sizing: border-box;
    width: 100%;
    padding: 48px 75px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .values_carousel_slides_slide div svg {
    height: 126px;
  }
  .values_carousel_slides_slide label,
.values_carousel_slides_slide p {
    text-align: center;
  }
  .values_carousel_slides_slide label {
    width: 100%;
    color: #475175;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 12px;
  }
  .values_carousel_slides_slide p {
    box-sizing: border-box;
    width: 100%;
    padding: 0 35px 25px;
    align-self: center;
    color: #475175;
    font-family: "Plus Jakarta";
    font-weight: normal;
  }
}

.hs-cookie-notification-position-bottom {
  width: 88.33vw !important;
  max-width: 88.33vw !important;
  border-top-right-radius: 5vh !important;
  font-family: "Plus Jakarta" !important;
  font-weight: normal !important;
  overflow: hidden !important;
  box-shadow: 0.278vh -0.278vh 0.833vh rgba(0, 0, 0, 0.1607843137) !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
  max-width: none !important;
  width: 100% !important;
  padding: 1.11vh 3.125vw 1.11vh 2.1875vw !important;
  margin: auto !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner p {
  color: #475175 !important;
  font-size: 1.48148vh !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group {
  flex-direction: row-reverse !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button,
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group #hs-eu-decline-button {
  font-size: 1.944vh !important;
  color: #4A71FF !important;
  border-radius: 5vh;
  line-height: normal !important;
  padding: 0.925vh 1.3020833vw !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button {
  border: 0.1388vh solid #4A71FF !important;
  background-color: white !important;
}
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group #hs-eu-decline-button {
  border: 0.1388vh solid #E0F3FE !important;
  background-color: #E0F3FE !important;
}
@media screen and (max-width: 1023px) {
  .hs-cookie-notification-position-bottom {
    width: 100% !important;
    max-width: 100% !important;
    border-top-right-radius: 0vh !important;
    box-shadow: none !important;
  }
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner {
    padding: 1.4473684211vh 6.11vw !important;
  }
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner p {
    font-size: 1.3157894737vh !important;
  }
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
    justify-content: flex-start !important;
  }
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button,
.hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-decline-button {
    font-size: 1.8421052632vh !important;
    padding: 1.3157894737vh 5.56vw !important;
  }
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button {
    border: 0.1315789474vh solid #4A71FF !important;
  }
  .hs-cookie-notification-position-bottom #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-decline-button {
    border: 0.1315789474vh solid #E0F3FE !important;
  }
}

.notfound {
  height: 123vh;
  min-height: 123vh;
  width: 100%;
  background: #1D1A19;
  position: relative;
}
.notfound_image {
  background: url(assets/images/404Image.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 23vh);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
.notfound_image label {
  width: 100%;
  text-align: center;
}
.notfound_image_heading {
  font-size: 6.66vh;
  font-weight: 500;
  margin-bottom: 4.44vh;
  color: white;
  font-weight: bold;
}
.notfound_image_message {
  font-size: 2.5vh;
  margin-bottom: 4.44vh;
  color: white;
  opacity: 64%;
  font-weight: normal;
}
.notfound_image a {
  font-size: 2.5vh;
  color: #1475EA;
  text-decoration: none;
  padding: 2.037vh 3.75vw;
  border-radius: 3.2407407407vh;
  background-color: white;
  line-height: 2.5vh;
  font-weight: 500;
}
.notfound_image_main {
  font-size: 20vh;
  color: #FFE4C0;
  opacity: 75%;
  line-height: 20vh;
  position: absolute;
  bottom: -7%;
  font-weight: bold;
  /* width: auto !important;
  left: 0% !important;
  white-space: nowrap;
  transform: translateX(-125%);
  animation: parallax 5s linear infinite; */
}
.notfound_image_main_mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  align-content: center;
  margin-bottom: 3rem;
}
.notfound_image_main_mobile label {
  color: #F5BF79;
  font-weight: bold;
  width: 80%;
  line-height: 90%;
}
.notfound_image_main_mobile_404 {
  font-size: 6.25rem;
}
.notfound_image_main_mobile_text {
  font-size: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .notfound {
    height: 100vh;
    min-height: 100vh;
  }
  .notfound_image {
    height: 100%;
    background-position-x: center;
  }
  .notfound_image label {
    width: 80%;
  }
  .notfound_image_heading {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    line-height: 130%;
    width: 60% !important;
  }
  .notfound_image_message {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  .notfound_image_message br {
    display: none;
  }
  .notfound_image_main {
    display: none;
  }
  .notfound_image_main_mobile {
    display: flex;
  }
  .notfound_image a {
    font-size: 1.125rem;
    padding: 1.375rem 3.375rem;
    border-radius: 3rem;
  }
}/*# sourceMappingURL=custom-styles.css.map */