@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes bg-dot-hover {
  0%, 9% {
    background: #212745;
  }
  18% {
    width: 76.6666665%;
    height: 76.6666665%;
    background: #2E3761;
  }
  27% {
    width: 83.3333335%;
    height: 83.3333335%;
    background: #909BCB;
  }
  36% {
    width: 95%;
    height: 95%;
  }
  45% {
    width: 90%;
    height: 90%;
  }
  54% {
    width: 93.3333335%;
    height: 93.3333335%;
    background: #FFFFFF;
  }
  63% {
    width: 91.6666665%;
    height: 91.6666665%;
    background: #ED7B6A;
  }
  72% {
    width: 50%;
    height: 50%;
  }
  81% {
    background: #909BCB;
  }
  90% {
    background: #2E3761;
  }
  100% {
    background: #212745;
  }
}
@keyframes chart-dot-pulse {
  0% {
    background: rgba(33, 39, 69, 0.5);
  }
  20% {
    width: 51.10135135%;
    height: 51.10135135%;
    background: rgba(46, 55, 97, 0.5);
  }
  40% {
    width: 50%;
    height: 50%;
    background: rgba(144, 155, 203, 0.2);
  }
  60% {
    background: rgba(46, 55, 97, 0.5);
  }
  80%, 100% {
    background: rgba(33, 39, 69, 0.5);
  }
}
@keyframes graphic-dot-pulse {
  0% {
    background: #ED7B6A;
  }
  20% {
    background: #CEC8F4;
  }
  40% {
    background: #EDEEF2;
  }
  60% {
    background: #4D3BB1;
  }
  80% {
    background: #CEC8F4;
  }
  100% {
    background: #ED7B6A;
  }
}
@keyframes graphic-dot-hover {
  0% {
    background: #CEC8F4;
  }
  20% {
    width: 80%;
    height: 80%;
    background: #EDEEF2;
  }
  40% {
    width: 60%;
    height: 60%;
    background: #CEC8F4;
  }
  60% {
    width: 50%;
    height: 50%;
    background: #7966E5;
  }
  80% {
    background: #4D3BB1;
  }
  100% {
    background: #ED7B6A;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
*:before, *:after {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

html, body {
  font-family: "Manrope", sans-serif;
  color: #131728;
  background: #131728;
}
html.no-transitions *, body.no-transitions * {
  transition: none !important;
  animation: none !important;
}
html.no-transitions *:before, html.no-transitions *:after, body.no-transitions *:before, body.no-transitions *:after {
  transition: none !important;
  animation: none !important;
}
html *, body * {
  transition: all 0.4s;
}
html *:before, html *:after, body *:before, body *:after {
  transition: all 0.4s;
}

.container {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
}

.button, button {
  display: inline-block;
  padding: 12px 37px;
  font-size: 20px;
  font-weight: 700;
  color: #ED7B6A !important;
  border: 3px solid #ED7B6A;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .button, button {
    padding: 9px 27px;
    font-size: 16px;
  }
}
.button.full, button.full {
  color: #FFFFFF !important;
  background: #ED7B6A;
}
.button.full:hover, button.full:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
.button.purple, button.purple {
  color: #4D3BB1 !important;
  border-color: #4D3BB1;
}
.button.purple:hover, button.purple:hover {
  color: #FFFFFF !important;
  background: #4D3BB1;
}
.button:hover, button:hover {
  color: #FFFFFF !important;
  background: #ED7B6A;
}

.red {
  color: #ED7B6A;
}

.purple {
  color: #4D3BB1;
}

.light-purple {
  color: #7966E5;
}

.light-blue {
  color: #CEC8F4;
}

.dots {
  position: absolute !important;
  z-index: 0;
}
.dots.desktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .dots.desktop {
    display: none;
  }
}
.dots.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dots.tablet {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .dots.tablet {
    display: none;
  }
}
.dots.phone {
  display: none;
}
@media screen and (max-width: 600px) {
  .dots.phone {
    display: block;
  }
}
.dots.right {
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .dots.right {
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .dots.right {
    right: 20px;
  }
}
.dots.right .dots--row {
  justify-content: flex-end;
}
.dots.top {
  top: 0;
}
.dots.bottom {
  bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .dots.bottom {
    bottom: 60px;
  }
}
.dots.no-hover .dots--row .dot.hover:after {
  animation-name: chart-dot-pulse;
  animation-duration: 1800ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.dots.no-hover .dots--row .dot:after {
  animation-name: chart-dot-pulse;
  animation-duration: 1800ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.dots--row {
  display: flex;
}
.dots--row .dot {
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1580px) {
  .dots--row .dot {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1350px) {
  .dots--row .dot {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1235px) {
  .dots--row .dot {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1120px) {
  .dots--row .dot {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .dots--row .dot {
    width: 30px;
    height: 30px;
  }
}
.dots--row .dot.hover:after {
  animation-name: bg-dot-hover;
  animation-duration: 3300ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
.dots--row .dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
}

main {
  overflow: hidden;
}
main header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  main header .container {
    gap: 20px;
    padding-top: 20px;
  }
}
main header .container #logo {
  display: block;
}
main header .container #logo svg {
  width: 156px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  main header .container #logo svg {
    width: 89px;
  }
}
main header .container nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  main header .container nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 470px) {
  main header .container nav ul li:nth-child(1), main header .container nav ul li:nth-child(2) {
    display: none;
  }
}
main header .container nav ul li a {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  main header .container nav ul li a {
    font-size: 16px;
  }
}
main header .container nav ul li a:hover {
  color: #ED7B6A;
}
main footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  padding-top: 48px;
  padding-bottom: 73px;
}
@media screen and (max-width: 1024px) {
  main footer .container {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 600px) {
  main footer .container {
    gap: 0;
  }
}
main footer .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  right: 100px;
  height: 3px;
  background: rgba(206, 200, 244, 0.1);
}
@media screen and (max-width: 1024px) {
  main footer .container:before {
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  main footer .container:before {
    left: 20px;
    right: 20px;
  }
}
main footer .container .copyright {
  width: 356px;
  font-size: 15px;
  color: #CEC8F4;
}
@media screen and (max-width: 600px) {
  main footer .container .copyright {
    order: 1;
    width: auto;
    font-size: 13px;
  }
}
main footer .container .socials {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  main footer .container .socials {
    order: 3;
    margin-top: 52px;
  }
}
main footer .container .socials ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
main footer .container .socials ul li a {
  font-size: 24px;
  color: #CEC8F4;
  transition: none;
}
main footer .container .socials ul li a:hover {
  color: #ED7B6A;
}
main footer .container .socials ul li a i {
  transition: none;
}
main footer .container .socials a {
  font-size: 15px;
  text-decoration: none;
  color: #CEC8F4;
}
main footer .container .socials a:hover {
  color: #ED7B6A;
}
main footer .container .info {
  display: flex;
  gap: 82px;
  font-size: 15px;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  main footer .container .info {
    flex-basis: 100%;
    gap: 34px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  main footer .container .info {
    order: 2;
    margin-top: 34px;
  }
}

.breadcrumbs {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
  padding-bottom: 20px;
}
.breadcrumbs a {
  color: rgba(237, 123, 106, 0.5);
}

body.home #intro .container {
  padding-top: 99px;
  padding-bottom: 251px;
}
@media screen and (max-width: 1024px) {
  body.home #intro .container {
    padding-top: 58px;
    padding-bottom: 150px;
  }
}
body.home #intro .container h1 {
  position: relative;
  z-index: 1;
  max-width: 1185px;
  font-family: "Figtree", sans-serif;
  font-size: 88px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #intro .container h1 {
    max-width: 535px;
    font-size: 48px;
  }
}
body.home #intro .container p {
  position: relative;
  z-index: 1;
  max-width: 770px;
  padding-top: 60px;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #intro .container p {
    max-width: 535px;
    padding-top: 40px;
    font-size: 20px;
    line-height: normal;
  }
}
body.home #intro .container .buttons {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-top: 20px;
  align-items: center;
  max-width: 1185px;
}
body.home #intro .container .buttons.buttons--outer {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  body.home #intro .container .buttons.buttons--outer {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #intro .container .buttons {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.home #intro .container .buttons {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }
}
body.home #intro .container .video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  max-width: 100vh;
  width: calc(100% - 40px);
  padding: 6px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.2);
  transform: translate(-50%, -50%);
}
body.home #intro .container .video.show {
  visibility: visible;
  opacity: 1;
}
body.home #intro .container .video.show iframe {
  pointer-events: all;
}
body.home #intro .container .video--close {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 0;
  font-size: 24px;
  color: #FFFFFF;
  border: none;
  background: none;
  cursor: pointer;
}
body.home #intro .container .video--close:hover {
  color: #ED7B6A;
}
body.home #intro .container .video iframe {
  pointer-events: none;
}
body.home #intro .container .nps {
  max-width: 220px;
  position: absolute;
  right: 10px;
  bottom: -15px;
}
@media screen and (max-width: 1246px) {
  body.home #intro .container .nps {
    bottom: unset;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.home #intro .container .nps {
    right: -15px;
    top: -32px;
  }
}
@media screen and (max-width: 768px) {
  body.home #intro .container .nps {
    max-width: 138px;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  body.home #intro .container .nps {
    top: 120px;
    right: 5px;
  }
}
body.home #intro .container .nps--font {
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  body.home #intro .container .nps--font {
    max-width: 535px;
  }
}
@media screen and (max-width: 600px) {
  body.home #intro .container .nps--font {
    font-size: 11px;
  }
}
body.home #what_we_bring {
  background: #FFFFFF;
}
body.home #what_we_bring .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-top: 103px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container {
    padding-top: 60px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container {
    padding-bottom: 32px;
  }
}
body.home #what_we_bring .container .left {
  flex: 1;
  max-width: 770px;
}
body.home #what_we_bring .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .left h4 {
    font-size: 14px;
  }
}
body.home #what_we_bring .container .left h2 {
  max-width: 640px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .left h2 {
    max-width: calc(100vw - 200px - 297px - 100px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .left h2 {
    font-size: 36px;
    max-width: 496px;
    width: calc(100vw - 80px - 224px - 40px);
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .left h2 {
    width: 100%;
  }
}
body.home #what_we_bring .container .left ul {
  margin: 60px 0;
}
body.home #what_we_bring .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.home #what_we_bring .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.home #what_we_bring .container .left ul {
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .left ul {
    max-width: calc(100vw - 200px - 297px - 100px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .left ul {
    max-width: 496px;
    width: calc(100vw - 80px - 224px - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .left ul {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .left ul li {
    font-size: 16px;
  }
}
body.home #what_we_bring .container .right {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .right {
    width: 100%;
  }
}
body.home #what_we_bring .container .right:before {
  content: "";
  position: absolute;
  top: -103px;
  right: calc(-50vw - 100px);
  bottom: -322px;
  z-index: 0;
  width: calc(297px + 100px + 100px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .right:before {
    top: -669px;
    bottom: -342px;
  }
}
@media screen and (max-width: 1288px) {
  body.home #what_we_bring .container .right:before {
    bottom: -372px;
  }
}
@media screen and (max-width: 1246px) {
  body.home #what_we_bring .container .right:before {
    top: -741px;
  }
}
@media screen and (max-width: 1097px) {
  body.home #what_we_bring .container .right:before {
    top: -768px;
  }
}
@media screen and (max-width: 1095px) {
  body.home #what_we_bring .container .right:before {
    top: -795px;
  }
}
@media screen and (max-width: 1092px) {
  body.home #what_we_bring .container .right:before {
    top: -822px;
  }
}
@media screen and (max-width: 1089px) {
  body.home #what_we_bring .container .right:before {
    top: -928px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right:before {
    top: -389px;
    right: calc(-50vw - 40px);
    width: calc(223px + 40px + 50vw);
  }
}
@media screen and (max-width: 750px) {
  body.home #what_we_bring .container .right:before {
    top: -475px;
  }
}
@media screen and (max-width: 714px) {
  body.home #what_we_bring .container .right:before {
    top: -535px;
  }
}
@media screen and (max-width: 648px) {
  body.home #what_we_bring .container .right:before {
    top: -595px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right:before {
    display: none;
  }
}
body.home #what_we_bring .container .right .chart {
  position: relative;
  z-index: 1;
  padding-left: 120px;
  padding-right: 100px;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .right .chart {
    padding-left: calc(100vw - 100px - 200px - 532px);
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart {
    padding-left: calc(100vw - 40px - 80px - 328px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right .chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.home #what_we_bring .container .right .chart--wrapper {
  display: inline-block;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right .chart--wrapper {
    display: none;
  }
}
body.home #what_we_bring .container .right .chart--wrapper svg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--wrapper svg {
    width: 328px;
    height: auto;
  }
}
body.home #what_we_bring .container .right .chart--wrapper--center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  color: #FFFFFF;
  transform: translate(calc(-50% - 31px), calc(-50% - 6px));
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--wrapper--center {
    font-size: 12px;
    transform: translate(calc(-50% - 19px), calc(-50% - 6px));
  }
}
body.home #what_we_bring .container .right .chart--info {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right .chart--info {
    position: static;
    width: calc(50% - 12px);
  }
}
body.home #what_we_bring .container .right .chart--info:nth-child(2) {
  top: 4px;
}
body.home #what_we_bring .container .right .chart--info:nth-child(2) h4:after {
  background: #CEC8F4;
}
body.home #what_we_bring .container .right .chart--info:nth-child(3) {
  top: 136px;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(3) {
    top: 86px;
    left: 117px;
  }
}
@media screen and (max-width: 768px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 60px;
  }
}
@media screen and (max-width: 720px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(3) h4 br {
    display: none;
  }
}
body.home #what_we_bring .container .right .chart--info:nth-child(3) h4:after {
  background: #7966E5;
}
body.home #what_we_bring .container .right .chart--info:nth-child(4) {
  top: 286px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(4) {
    top: 169px;
  }
}
body.home #what_we_bring .container .right .chart--info:nth-child(4) h4:after {
  background: #4D3BB1;
}
body.home #what_we_bring .container .right .chart--info:nth-child(5) {
  top: 409px;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(5) {
    top: 251px;
    left: 117px;
  }
}
@media screen and (max-width: 768px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 60px;
  }
}
@media screen and (max-width: 720px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 0;
  }
}
body.home #what_we_bring .container .right .chart--info:nth-child(5) h4:after {
  background: #ED7B6A;
}
body.home #what_we_bring .container .right .chart--info:nth-child(6) {
  top: 532px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(6) {
    top: 345px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right .chart--info:nth-child(6) {
    width: 100%;
  }
}
body.home #what_we_bring .container .right .chart--info:nth-child(6) h4:after {
  display: none;
}
body.home #what_we_bring .container .right .chart--info h4 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
body.home #what_we_bring .container .right .chart--info h4:after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(100% + 20px);
  z-index: 1;
  width: 250px;
  height: 1px;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .right .chart--info h4:after {
    width: calc(100vw - 100px - 200px - 420px);
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info h4:after {
    width: calc(100vw - 100px - 80px - 223px);
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right .chart--info h4:after {
    display: none;
  }
}
body.home #what_we_bring .container .right .chart--info strong {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info strong {
    margin-top: 4px;
    font-size: 24px;
  }
}
body.home #what_we_bring .container .right .chart--info span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--info span {
    margin-top: 4px;
    font-size: 12px;
  }
}
body.home #what_we_bring .container .right .chart--dot {
  position: absolute;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .right .chart--dot {
    display: none;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(7) {
  top: -80px;
  right: 320px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(7) {
    top: -46px;
    right: 187px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(7):after {
  animation-delay: 0;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(8) {
  top: -50px;
  right: 220px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(8) {
    top: -32px;
    right: 121px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(8):after {
  animation-delay: -300ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(9) {
  top: 10px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(9) {
    top: 9px;
    right: 65px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(9):after {
  animation-delay: -600ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(10) {
  top: 100px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(10) {
    top: 65px;
    right: 24px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(10):after {
  animation-delay: -900ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(11) {
  top: 210px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(11) {
    top: 131px;
    right: 2px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(11):after {
  animation-delay: -1200ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(12) {
  bottom: 210px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(12) {
    bottom: 131px;
    right: 2px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(12):after {
  animation-delay: -1500ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(13) {
  bottom: 100px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(13) {
    bottom: 65px;
    right: 24px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(13):after {
  animation-delay: -1800ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(14) {
  bottom: 10px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(14) {
    bottom: 9px;
    right: 65px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(14):after {
  animation-delay: -2100ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(15) {
  bottom: -50px;
  right: 220px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(15) {
    bottom: -32px;
    right: 121px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(15):after {
  animation-delay: -2400ms;
}
body.home #what_we_bring .container .right .chart--dot:nth-child(16) {
  bottom: -80px;
  right: 320px;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .right .chart--dot:nth-child(16) {
    bottom: -46px;
    right: 187px;
  }
}
body.home #what_we_bring .container .right .chart--dot:nth-child(16):after {
  animation-delay: -2700ms;
}
body.home #what_we_bring .container .right .chart--dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  animation-name: chart-dot-pulse;
  animation-duration: 1500ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
body.home #what_we_bring .container .logos {
  flex-basis: 100%;
  max-width: calc(100% - 397px - 100px);
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  body.home #what_we_bring .container .logos {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .logos {
    max-width: calc(100% - 223px - 40px);
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  body.home #what_we_bring .container .logos {
    max-width: 100%;
    margin-top: 11px;
  }
}
body.home #what_we_bring .container .logos h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .logos h3 {
    font-size: 20px;
  }
}
body.home #what_we_bring .container .logos--inner {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  body.home #what_we_bring .container .logos--inner {
    margin-top: 4px;
  }
}
body.home #what_we_bring .container .logos--inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.home #what_we_bring .container .logos--inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.home #what_we_bring .container .logos--inner--wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 60px;
  transition: none;
}
body.home #solutions {
  padding-top: 138px;
  padding-bottom: 121px;
}
@media screen and (max-width: 1024px) {
  body.home #solutions {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solutions {
    padding-top: 63px;
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solutions .container > .dots {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container > .dots .dot {
    width: 18px;
    height: 18px;
  }
}
body.home #solutions .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container h4 {
    font-size: 14px;
  }
}
body.home #solutions .container h2 {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container h2 {
    max-width: 435px;
    margin-top: 12px;
    font-size: 36px;
  }
}
body.home #solutions .container .row {
  display: flex;
  justify-content: space-between;
  max-width: 1185px;
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container .row {
    flex-direction: column;
    gap: 40px;
    max-width: 535px;
    margin-top: 60px;
  }
}
body.home #solutions .container .row .col {
  flex: 1;
  max-width: 315px;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 100%;
    min-height: 165px;
    padding-left: 205px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solutions .container .row .col {
    min-height: 0;
    padding-left: 0;
  }
}
body.home #solutions .container .row .col:nth-child(1) .dots img {
  margin-left: 30px;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2) {
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(calc(-50% - 1px));
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2):after {
  background: #ED7B6A;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3) {
  top: 50%;
  left: 60px;
  transform: translateY(calc(-50% - 1px));
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3):after {
  background: #CEC8F4;
  animation-delay: -1800ms;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4) {
  top: 50%;
  left: 105px;
  transform: translateY(calc(-50% - 1px));
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4):after {
  background: #CEC8F4;
  animation-delay: -2700ms;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5) {
  top: 50%;
  left: 150px;
  transform: translateY(calc(-50% - 1px));
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5):after {
  background: #CEC8F4;
  animation-delay: -3600ms;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6) {
  top: 19px;
  left: 105px;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6):after {
  background: #ED7B6A;
  animation-delay: -4500ms;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7) {
  top: 19px;
  left: 150px;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7):after {
  background: #ED7B6A;
  animation-delay: -5400ms;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8) {
  bottom: 19px;
  left: 105px;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8):after {
  background: #7966E5;
  animation-delay: -6300ms;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9) {
  bottom: 19px;
  left: 150px;
}
body.home #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9):after {
  background: #ED7B6A;
  animation-delay: -7200ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots img {
  margin-left: 15px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2) {
  top: -18px;
  left: 8px;
  width: 60px;
  height: 60px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2):after {
  background: #ED7B6A;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3) {
  top: 42px;
  left: 0;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3):after {
  background: #ED7B6A;
  animation-delay: -1800ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4) {
  top: -15px;
  left: 84px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4):after {
  background: #CEC8F4;
  animation-delay: -2700ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5) {
  top: 20px;
  left: 62px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5):after {
  background: #ED7B6A;
  animation-delay: -3600ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6) {
  top: 67px;
  left: 35px;
  width: 60px;
  height: 60px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6):after {
  background: #CEC8F4;
  animation-delay: -4500ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7) {
  top: 86px;
  left: 0;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7):after {
  background: #7966E5;
  animation-delay: -5400ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8) {
  top: 125px;
  left: 33px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8):after {
  background: #EDEEF2;
  animation-delay: -6300ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9) {
  top: 132px;
  left: 76px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9):after {
  background: #CEC8F4;
  animation-delay: -7200ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10) {
  top: 102px;
  left: 93px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10):after {
  background: #EDEEF2;
  animation-delay: -8100ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11) {
  top: -4px;
  left: 108px;
  width: 60px;
  height: 60px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11):after {
  background: #EDEEF2;
  animation-delay: -9000ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12) {
  top: 55px;
  left: 108px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12):after {
  background: #CEC8F4;
  animation-delay: -9900ms;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13) {
  top: 47px;
  left: 139px;
}
body.home #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13):after {
  background: #EDEEF2;
  animation-delay: -10800ms;
}
@media screen and (max-width: 600px) {
  body.home #solutions .container .row .col:nth-child(2) h3 {
    margin-top: 30px;
  }
}
body.home #solutions .container .row .col:nth-child(3) .dots img {
  margin-left: 21px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2) {
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2):after {
  background: #CEC8F4;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3) {
  top: 50%;
  left: 111px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3):after {
  background: #ED7B6A;
  animation-delay: -1800ms;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4) {
  top: -14px;
  left: 55px;
  width: 60px;
  height: 60px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4):after {
  background: #7966E5;
  animation-delay: -2700ms;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5) {
  top: 98px;
  left: 55px;
  width: 60px;
  height: 60px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5):after {
  background: #ED7B6A;
  animation-delay: -3600ms;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6) {
  top: 16px;
  left: 28px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6):after {
  background: #ED7B6A;
  animation-delay: -4500ms;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7) {
  top: 16px;
  left: 112px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7):after {
  background: #7966E5;
  animation-delay: -5400ms;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8) {
  top: 99px;
  left: 28px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8):after {
  background: #ED7B6A;
  animation-delay: -6300ms;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9) {
  top: 99px;
  left: 112px;
}
body.home #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9):after {
  background: #ED7B6A;
  animation-delay: -7200ms;
}
@media screen and (max-width: 600px) {
  body.home #solutions .container .row .col:nth-child(3) h3 {
    margin-top: 20px;
  }
}
body.home #solutions .container .row .col .dots {
  display: flex;
  align-items: center;
  position: relative !important;
  z-index: 1;
  height: 144px;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container .row .col .dots {
    position: absolute !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  body.home #solutions .container .row .col .dots {
    position: relative !important;
    top: 0;
    transform: none;
  }
}
body.home #solutions .container .row .col .dots .dot {
  position: absolute;
  width: 30px;
  height: 30px;
}
body.home #solutions .container .row .col .dots .dot.hover:after {
  animation-name: graphic-dot-hover;
  animation-duration: 1800ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-delay: 0s !important;
}
body.home #solutions .container .row .col .dots .dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  animation-name: graphic-dot-pulse;
  animation-duration: 5400ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
body.home #solutions .container .row .col h3 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: normal;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container .row .col h3 {
    margin-top: 0;
    font-size: 20px;
  }
}
body.home #solutions .container .row .col p {
  margin-top: 30px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container .row .col p {
    margin-top: 20px;
    font-size: 16px;
  }
}
body.home #solutions .container .lines {
  position: relative;
  max-width: 1185px;
  height: 42px;
  margin-top: 60px;
}
body.home #solutions .container .lines:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 2px;
  background: #CEC8F4;
}
body.home #solutions .container .lines--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
}
body.home #solutions .container .lines--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
}
body.home #solutions .container .lines--bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
  transform: translateX(-50%);
}
body.home #solutions .container p.center {
  margin-top: 20px;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #solutions .container p.center {
    font-size: 16px;
  }
}
body.home #solution_always_on_md {
  background: #4D3BB1;
}
body.home #solution_always_on_md .container {
  display: flex;
  gap: 40px;
  padding-top: 90px;
  padding-bottom: 51px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container {
    flex-direction: column;
    gap: 48px;
    padding-top: 67px;
    padding-bottom: 60px;
  }
}
body.home #solution_always_on_md .container .left {
  flex: 1;
}
body.home #solution_always_on_md .container .left h4 {
  margin-top: 60px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.home #solution_always_on_md .container .left h2 {
  margin-top: 10px;
  max-width: 600px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left h2 {
    max-width: 640px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.home #solution_always_on_md .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left p {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left p {
    width: calc(100% - 20px);
  }
}
body.home #solution_always_on_md .container .left p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left p:nth-of-type(2) {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_always_on_md .container .left p:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.home #solution_always_on_md .container .left ul {
  margin: 60px 0;
}
body.home #solution_always_on_md .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.home #solution_always_on_md .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.home #solution_always_on_md .container .left ul {
  max-width: 600px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left ul {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .left ul {
    width: calc(100% - 20px);
  }
}
body.home #solution_always_on_md .container .left ul li {
  color: #FFFFFF;
}
body.home #solution_always_on_md .container .left ul li:before {
  color: #FFFFFF;
}
body.home #solution_always_on_md .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 16.3888888889vw;
}
body.home #solution_always_on_md .container .right:after {
  content: "";
  position: absolute;
  top: -90px;
  right: calc(-50vw - 100px);
  bottom: -51px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .right:after {
    top: -588px;
    right: -40px;
    width: 40px;
    bottom: -60px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_always_on_md .container .right:after {
    right: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 393px) {
  body.home #solution_always_on_md .container .right:after {
    top: -658px;
  }
}
body.home #solution_always_on_md .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.home #solution_always_on_md .container .right img:nth-child(1) {
  max-width: 485px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .right img:nth-child(1) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_always_on_md .container .right img:nth-child(1) {
    max-width: 67.5vw;
  }
}
body.home #solution_always_on_md .container .right img:nth-child(2) {
  top: -1.4341590613%;
  left: 9.8333333333%;
  max-width: 485px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .right img:nth-child(2) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_always_on_md .container .right img:nth-child(2) {
    max-width: 67.5vw;
  }
}
body.home #solution_always_on_md .container .right img:nth-child(3) {
  top: 28.813559322%;
  left: 23.0555555556%;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .right img:nth-child(3) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_always_on_md .container .right img:nth-child(3) {
    max-width: 67.5vw;
  }
}
body.home #solution_always_on_md .container .right img:nth-child(4) {
  top: 59.0612777053%;
  left: 23.0555555556%;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.home #solution_always_on_md .container .right img:nth-child(4) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_always_on_md .container .right img:nth-child(4) {
    max-width: 67.5vw;
  }
}
body.home #solution_always_on_md .container .right img:nth-child(n+2) {
  position: absolute;
}
body.home #solution_moments {
  position: relative;
  margin-top: 120px;
  background: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #131728;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #131728;
  }
}
body.home #solution_moments .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 62px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container {
    flex-direction: column;
  }
}
body.home #solution_moments .container .left {
  flex: 1;
}
body.home #solution_moments .container .left h4 {
  margin-top: 88px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #4D3BB1;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.home #solution_moments .container .left h2 {
  max-width: 600px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .left h2 {
    max-width: 680px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.home #solution_moments .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .left p {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .left p {
    width: calc(100% - 20px);
  }
}
body.home #solution_moments .container .left p:nth-of-type(2) {
  margin-bottom: 60px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .left p:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
body.home #solution_moments .container .right {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 640px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .right {
    gap: 0;
  }
}
body.home #solution_moments .container .right:after {
  content: "";
  position: absolute;
  top: -62px;
  right: calc(-50vw - 100px);
  bottom: -58px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .right:after {
    display: none;
  }
}
body.home #solution_moments .container .right .video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 355px;
  height: 355px;
  border-radius: 355px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.2);
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .right .video {
    flex: 0 0 auto;
    width: calc((100vw - 80px - 118px) / 3 - 10px);
    height: calc((100vw - 80px - 118px) / 3 - 10px);
    box-shadow: -6px 6px 0px 0px rgba(19, 23, 40, 0.2);
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .right .video {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .right .video:nth-child(1) {
    margin-top: 135px;
  }
}
body.home #solution_moments .container .right .video:nth-child(2) {
  margin-top: -158px;
  margin-left: 348px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .right .video:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .right .video:nth-child(2) {
    margin-left: -72px;
  }
}
body.home #solution_moments .container .right .video:nth-child(3) {
  margin-top: -137px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .right .video:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_moments .container .right .video:nth-child(3) {
    margin-top: 135px;
    margin-left: -52px;
  }
}
body.home #solution_moments .container .right .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
body.home #solution_moments .container .dots {
  top: 62px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  body.home #solution_moments .container .dots {
    display: none;
  }
}
body.home #solution_moments .container .dots:after {
  display: none;
}
body.home #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(2):after {
  animation-delay: -600ms;
}
body.home #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(3):after {
  animation-delay: -900ms;
}
body.home #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(4):after {
  animation-delay: -1200ms;
}
body.home #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(5):after {
  animation-delay: -1500ms;
}
body.home #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(1):after {
  animation-delay: -1800ms;
}
body.home #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(2):after {
  animation-delay: -2100ms;
}
body.home #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(3):after {
  animation-delay: -2400ms;
}
body.home #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(4):after {
  animation-delay: -2700ms;
}
body.home #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(1):after {
  animation-delay: -3000ms;
}
body.home #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(2):after {
  animation-delay: -3300ms;
}
body.home #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(3):after {
  animation-delay: -3600ms;
}
body.home #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(1):after {
  animation-delay: -3900ms;
}
body.home #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(2):after {
  animation-delay: -4200ms;
}
body.home #solution_moments .container .dots--row:nth-child(5) .dot:nth-child(1):after {
  animation-delay: -4500ms;
}
body.home #solution_education {
  position: relative;
  margin-top: 120px;
  background: #EDEEF2;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education {
    margin-top: 60px;
  }
  body.home #solution_education:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #131728;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #131728;
  }
}
body.home #solution_education .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 147px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container {
    flex-direction: column;
    gap: 62px;
    padding-top: 83px;
    padding-bottom: 216px;
  }
}
body.home #solution_education .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left h4 {
    font-size: 14px;
  }
}
body.home #solution_education .container .left h2 {
  max-width: 540px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left h2 {
    max-width: 680px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.home #solution_education .container .left p {
  max-width: 766px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left p {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .left p {
    width: calc(100% - 20px);
  }
}
body.home #solution_education .container .left p:nth-of-type(n+2) {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left p:nth-of-type(n+2) {
    font-size: 16px;
  }
}
body.home #solution_education .container .left h3 {
  max-width: 766px;
  margin-top: 64px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #4D3BB1;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left h3 {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .left h3 {
    width: calc(100% - 20px);
  }
}
body.home #solution_education .container .left h3:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left h3:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
body.home #solution_education .container .left ul {
  margin: 60px 0;
}
body.home #solution_education .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.home #solution_education .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.home #solution_education .container .left ul {
  max-width: 766px;
  margin: 10px 0 0;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left ul {
    max-width: 680px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .left ul {
    width: calc(100% - 20px);
  }
}
body.home #solution_education .container .left ul:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .left ul:last-of-type {
    margin-bottom: 40px;
  }
}
body.home #solution_education .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 270px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .right {
    width: 100%;
    padding-right: 0;
  }
}
body.home #solution_education .container .right:after {
  content: "";
  position: absolute;
  top: -147px;
  right: calc(-50vw - 100px);
  bottom: -120px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .right:after {
    display: none;
  }
}
body.home #solution_education .container .right .images {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .right .images {
    width: 100%;
  }
}
body.home #solution_education .container .right .images img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.home #solution_education .container .right .images img:nth-child(1) {
  max-width: 484px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .right .images img:nth-child(1) {
    max-width: 48.75%;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .right .images img:nth-child(1) {
    max-width: 50.2777777778%;
  }
}
body.home #solution_education .container .right .images img:nth-child(2) {
  position: absolute;
  top: 45.4248366013%;
  left: 31.9238900634%;
  max-width: 484px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .right .images img:nth-child(2) {
    max-width: 48.75%;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .right .images img:nth-child(2) {
    max-width: 50.2777777778%;
  }
}
body.home #solution_education .container .right .images img:nth-child(3) {
  position: absolute;
  top: 118.137254902%;
  left: 57.9281183932%;
  max-width: 512px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .right .images img:nth-child(3) {
    max-width: 52.625%;
  }
}
@media screen and (max-width: 600px) {
  body.home #solution_education .container .right .images img:nth-child(3) {
    max-width: 54.1666666667%;
  }
}
body.home #solution_education .container .dots {
  top: 87px;
  left: auto;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  body.home #solution_education .container .dots {
    display: none;
  }
}
body.home #solution_education .container .dots--row:nth-child(2) .dot:nth-child(1):after {
  animation-delay: -600ms;
}
body.home #solution_education .container .dots--row:nth-child(2) .dot:nth-child(2):after {
  animation-delay: -900ms;
}
body.home #solution_education .container .dots--row:nth-child(3) .dot:nth-child(1):after {
  animation-delay: -1200ms;
}
body.home #solution_education .container .dots--row:nth-child(3) .dot:nth-child(2):after {
  animation-delay: -1500ms;
}
body.home #solution_education .container .dots--row:nth-child(3) .dot:nth-child(3):after {
  animation-delay: -1800ms;
}
body.home #solution_education .container .dots--row:nth-child(4) .dot:nth-child(1):after {
  animation-delay: -2100ms;
}
body.home #solution_education .container .dots--row:nth-child(4) .dot:nth-child(2):after {
  animation-delay: -2400ms;
}
body.home #solution_education .container .dots--row:nth-child(4) .dot:nth-child(3):after {
  animation-delay: -2700ms;
}
body.home #solution_education .container .dots--row:nth-child(4) .dot:nth-child(4):after {
  animation-delay: -3000ms;
}
body.home #solution_education .container .dots--row:nth-child(5) .dot:nth-child(1):after {
  animation-delay: -3300ms;
}
body.home #solution_education .container .dots--row:nth-child(5) .dot:nth-child(2):after {
  animation-delay: -3600ms;
}
body.home #solution_education .container .dots--row:nth-child(5) .dot:nth-child(3):after {
  animation-delay: -3900ms;
}
body.home #solution_education .container .dots--row:nth-child(5) .dot:nth-child(4):after {
  animation-delay: -4200ms;
}
body.home #solution_education .container .dots--row:nth-child(5) .dot:nth-child(5):after {
  animation-delay: -4500ms;
}
body.home #measurement_optimization {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization {
    padding-top: 90px;
  }
}
body.home #measurement_optimization .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container {
    flex-direction: column;
  }
}
body.home #measurement_optimization .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .left h4 {
    font-size: 14px;
  }
}
body.home #measurement_optimization .container .left h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .left h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.home #measurement_optimization .container .left ul {
  margin: 60px 0;
}
body.home #measurement_optimization .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.home #measurement_optimization .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.home #measurement_optimization .container .left ul {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .left ul {
    margin-top: 20px;
  }
}
body.home #measurement_optimization .container .left ul li {
  color: #FFFFFF;
}
body.home #measurement_optimization .container .left ul li:before {
  color: #FFFFFF;
}
body.home #measurement_optimization .container .left small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
}
body.home #measurement_optimization .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-left: 166px;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .right {
    align-self: center;
    width: 66.875%;
    padding-left: 0;
    transform: translateX(-58px);
  }
}
body.home #measurement_optimization .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.home #measurement_optimization .container .right img:nth-child(1) {
  max-width: 610px;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .right img:nth-child(1) {
    width: 100%;
    margin-left: 115px;
  }
}
body.home #measurement_optimization .container .right img:nth-child(2) {
  position: absolute;
  top: 25.4368932039%;
  left: 0;
  z-index: 0;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  body.home #measurement_optimization .container .right img:nth-child(2) {
    width: 100%;
  }
}
body.home #results {
  padding-top: 139px;
}
@media screen and (max-width: 1024px) {
  body.home #results {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1440px) {
  body.home #results .container {
    display: flex;
    flex-direction: column;
  }
}
body.home #results .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1440px) {
  body.home #results .container h4 {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  body.home #results .container h4 {
    font-size: 14px;
  }
}
body.home #results .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  body.home #results .container h2 {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  body.home #results .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.home #results .container p {
  max-width: 785px;
  margin-top: 60px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  body.home #results .container p {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  body.home #results .container p {
    max-width: 535px;
    margin-top: 20px;
    font-size: 16px;
  }
}
body.home #results .container small {
  display: block;
  max-width: 766px;
  margin-top: 646px;
  font-size: 15px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1540px) {
  body.home #results .container small {
    margin-top: 896px;
  }
}
@media screen and (max-width: 1440px) {
  body.home #results .container small {
    order: 5;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #results .container small {
    max-width: 535px;
    font-size: 13px;
  }
}
body.home #results .container small.smaller {
  margin-top: 32px;
  font-size: 13px;
  color: #CEC8F4;
}
body.home #results .container .boxes {
  position: absolute;
  top: 29px;
  left: 100px;
  right: 100px;
  bottom: 29px;
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  body.home #results .container .boxes {
    top: 360px;
  }
}
@media screen and (max-width: 1440px) {
  body.home #results .container .boxes {
    order: 4;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
}
body.home #results .container .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  max-width: 540px;
  width: 30vw;
  max-height: 370px;
  height: 20.5555555556vw;
  box-shadow: -20px 20px 0px 0px rgba(19, 23, 40, 0.2);
  transition: none;
}
@media screen and (max-width: 1440px) {
  body.home #results .container .boxes .box {
    position: static;
    width: calc(50% - 10px);
    height: auto;
    padding: 51px 0 49px;
    transform: none !important;
  }
}
@media screen and (max-width: 600px) {
  body.home #results .container .boxes .box {
    width: 100%;
    padding: 20px 0;
  }
}
body.home #results .container .boxes .box:nth-child(1) {
  top: 36.3815142576%;
  left: 0;
  background: #4D3BB1;
}
body.home #results .container .boxes .box:nth-child(2) {
  top: 49.7541789577%;
  left: 25.9375%;
  background: #ED7B6A;
}
body.home #results .container .boxes .box:nth-child(2) .box--info {
  color: #EDEEF2;
}
body.home #results .container .boxes .box:nth-child(3) {
  top: 29.9901671583%;
  right: 14.375%;
  background: #7966E5;
}
body.home #results .container .boxes .box:nth-child(4) {
  top: 0;
  right: 0;
  background: #EDEEF2;
}
body.home #results .container .boxes .box:nth-child(4) .box--stat {
  color: #4D3BB1;
}
body.home #results .container .boxes .box:nth-child(4) .box--info {
  color: #4D3BB1;
}
body.home #results .container .boxes .box:nth-child(5) {
  right: 0;
  bottom: 0;
  background: #4D3BB1;
}
body.home #results .container .boxes .box--stat {
  font-family: "Figtree", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #results .container .boxes .box--stat {
    font-size: 48px;
  }
}
body.home #results .container .boxes .box--info {
  margin-top: 13px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.home #results .container .boxes .box--info {
    margin-top: 10px;
    font-size: 16px;
  }
}
body.home #contact {
  padding-top: 179px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.home #contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
body.home #contact .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container h4 {
    font-size: 14px;
  }
}
body.home #contact .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.home #contact .container p {
  max-width: 770px;
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container p {
    max-width: 535px;
    font-size: 16px;
  }
}
body.home #contact .container .gform_wrapper {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container .gform_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}
body.home #contact .container .gform_wrapper .gform_validation_errors {
  display: none;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container .gform_wrapper .gform-body .gform_fields {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
    font-size: 14px;
  }
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_required {
  display: none;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ED7B6A;
  border: none;
  background: none;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice {
  position: relative;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input {
  position: absolute;
  left: -99999px;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label {
  padding-left: 30px;
  cursor: pointer;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(237, 238, 242, 0.2);
  border-radius: 2px;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 2px;
  transform: scale(0.5);
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  border-radius: 20px;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  border-radius: 12px;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text], body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel], body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email], body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: rgba(237, 238, 242, 0.2);
  border: none;
  border-radius: 2px 48px 48px 48px;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus, body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus {
  color: #131728;
  background: #FFFFFF;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  padding: 12px 24px;
  resize: none;
}
body.home #contact .container .gform_wrapper .gform-body .gform_fields .gfield h4 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
}
body.home #contact .container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 30px 0 0;
}
body.home #contact .container .gform_wrapper .gform_footer input {
  margin: 0;
  color: #FFFFFF !important;
  background: #ED7B6A;
  line-height: initial;
  cursor: pointer;
}
body.home #contact .container .gform_wrapper .gform_footer input:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
body.home #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}
body.home #contact .container .dots {
  bottom: 64px;
}
@media screen and (max-width: 1024px) {
  body.home #contact .container .dots {
    display: none;
  }
}

body.page-template-results #intro .container {
  padding-top: 99px;
  padding-bottom: 251px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #intro .container {
    padding-top: 58px;
    padding-bottom: 150px;
  }
}
body.page-template-results #intro .container h1 {
  position: relative;
  z-index: 1;
  max-width: 1185px;
  font-family: "Figtree", sans-serif;
  font-size: 88px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #intro .container h1 {
    max-width: 535px;
    font-size: 48px;
  }
}
body.page-template-results #intro .container p {
  position: relative;
  z-index: 1;
  max-width: 770px;
  padding-top: 60px;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #intro .container p {
    max-width: 535px;
    padding-top: 40px;
    font-size: 20px;
    line-height: normal;
  }
}
body.page-template-results #intro .container .buttons {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-top: 20px;
  align-items: center;
  max-width: 1185px;
}
body.page-template-results #intro .container .buttons.buttons--outer {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  body.page-template-results #intro .container .buttons.buttons--outer {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #intro .container .buttons {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #intro .container .buttons {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }
}
body.page-template-results #intro .container .video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  max-width: 100vh;
  width: calc(100% - 40px);
  padding: 6px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.2);
  transform: translate(-50%, -50%);
}
body.page-template-results #intro .container .video.show {
  visibility: visible;
  opacity: 1;
}
body.page-template-results #intro .container .video.show iframe {
  pointer-events: all;
}
body.page-template-results #intro .container .video--close {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 0;
  font-size: 24px;
  color: #FFFFFF;
  border: none;
  background: none;
  cursor: pointer;
}
body.page-template-results #intro .container .video--close:hover {
  color: #ED7B6A;
}
body.page-template-results #intro .container .video iframe {
  pointer-events: none;
}
body.page-template-results #intro .container .nps {
  max-width: 220px;
  position: absolute;
  right: 10px;
  bottom: -15px;
}
@media screen and (max-width: 1246px) {
  body.page-template-results #intro .container .nps {
    bottom: unset;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #intro .container .nps {
    right: -15px;
    top: -32px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-results #intro .container .nps {
    max-width: 138px;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #intro .container .nps {
    top: 120px;
    right: 5px;
  }
}
body.page-template-results #intro .container .nps--font {
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #intro .container .nps--font {
    max-width: 535px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #intro .container .nps--font {
    font-size: 11px;
  }
}
body.page-template-results #what_we_bring {
  background: #FFFFFF;
}
body.page-template-results #what_we_bring .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-top: 103px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container {
    padding-top: 60px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container {
    padding-bottom: 32px;
  }
}
body.page-template-results #what_we_bring .container .left {
  flex: 1;
  max-width: 770px;
}
body.page-template-results #what_we_bring .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .left h4 {
    font-size: 14px;
  }
}
body.page-template-results #what_we_bring .container .left h2 {
  max-width: 640px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .left h2 {
    max-width: calc(100vw - 200px - 297px - 100px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .left h2 {
    font-size: 36px;
    max-width: 496px;
    width: calc(100vw - 80px - 224px - 40px);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .left h2 {
    width: 100%;
  }
}
body.page-template-results #what_we_bring .container .left ul {
  margin: 60px 0;
}
body.page-template-results #what_we_bring .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-results #what_we_bring .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-results #what_we_bring .container .left ul {
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .left ul {
    max-width: calc(100vw - 200px - 297px - 100px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .left ul {
    max-width: 496px;
    width: calc(100vw - 80px - 224px - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .left ul {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .left ul li {
    font-size: 16px;
  }
}
body.page-template-results #what_we_bring .container .right {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .right {
    width: 100%;
  }
}
body.page-template-results #what_we_bring .container .right:before {
  content: "";
  position: absolute;
  top: -103px;
  right: calc(-50vw - 100px);
  bottom: -322px;
  z-index: 0;
  width: calc(297px + 100px + 100px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -669px;
    bottom: -342px;
  }
}
@media screen and (max-width: 1288px) {
  body.page-template-results #what_we_bring .container .right:before {
    bottom: -372px;
  }
}
@media screen and (max-width: 1246px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -741px;
  }
}
@media screen and (max-width: 1097px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -768px;
  }
}
@media screen and (max-width: 1095px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -795px;
  }
}
@media screen and (max-width: 1092px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -822px;
  }
}
@media screen and (max-width: 1089px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -928px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -389px;
    right: calc(-50vw - 40px);
    width: calc(223px + 40px + 50vw);
  }
}
@media screen and (max-width: 750px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -475px;
  }
}
@media screen and (max-width: 714px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -535px;
  }
}
@media screen and (max-width: 648px) {
  body.page-template-results #what_we_bring .container .right:before {
    top: -595px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right:before {
    display: none;
  }
}
body.page-template-results #what_we_bring .container .right .chart {
  position: relative;
  z-index: 1;
  padding-left: 120px;
  padding-right: 100px;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .right .chart {
    padding-left: calc(100vw - 100px - 200px - 532px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart {
    padding-left: calc(100vw - 40px - 80px - 328px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right .chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-results #what_we_bring .container .right .chart--wrapper {
  display: inline-block;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right .chart--wrapper {
    display: none;
  }
}
body.page-template-results #what_we_bring .container .right .chart--wrapper svg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--wrapper svg {
    width: 328px;
    height: auto;
  }
}
body.page-template-results #what_we_bring .container .right .chart--wrapper--center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  color: #FFFFFF;
  transform: translate(calc(-50% - 31px), calc(-50% - 6px));
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--wrapper--center {
    font-size: 12px;
    transform: translate(calc(-50% - 19px), calc(-50% - 6px));
  }
}
body.page-template-results #what_we_bring .container .right .chart--info {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right .chart--info {
    position: static;
    width: calc(50% - 12px);
  }
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(2) {
  top: 4px;
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(2) h4:after {
  background: #CEC8F4;
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) {
  top: 136px;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) {
    top: 86px;
    left: 117px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 60px;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) h4 br {
    display: none;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(3) h4:after {
  background: #7966E5;
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(4) {
  top: 286px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(4) {
    top: 169px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(4) h4:after {
  background: #4D3BB1;
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(5) {
  top: 409px;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(5) {
    top: 251px;
    left: 117px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 60px;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 0;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(5) h4:after {
  background: #ED7B6A;
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(6) {
  top: 532px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(6) {
    top: 345px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right .chart--info:nth-child(6) {
    width: 100%;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info:nth-child(6) h4:after {
  display: none;
}
body.page-template-results #what_we_bring .container .right .chart--info h4 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info h4:after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(100% + 20px);
  z-index: 1;
  width: 250px;
  height: 1px;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .right .chart--info h4:after {
    width: calc(100vw - 100px - 200px - 420px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info h4:after {
    width: calc(100vw - 100px - 80px - 223px);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right .chart--info h4:after {
    display: none;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info strong {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info strong {
    margin-top: 4px;
    font-size: 24px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--info span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--info span {
    margin-top: 4px;
    font-size: 12px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot {
  position: absolute;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .right .chart--dot {
    display: none;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(7) {
  top: -80px;
  right: 320px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(7) {
    top: -46px;
    right: 187px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(7):after {
  animation-delay: 0;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(8) {
  top: -50px;
  right: 220px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(8) {
    top: -32px;
    right: 121px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(8):after {
  animation-delay: -300ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(9) {
  top: 10px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(9) {
    top: 9px;
    right: 65px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(9):after {
  animation-delay: -600ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(10) {
  top: 100px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(10) {
    top: 65px;
    right: 24px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(10):after {
  animation-delay: -900ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(11) {
  top: 210px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(11) {
    top: 131px;
    right: 2px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(11):after {
  animation-delay: -1200ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(12) {
  bottom: 210px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(12) {
    bottom: 131px;
    right: 2px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(12):after {
  animation-delay: -1500ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(13) {
  bottom: 100px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(13) {
    bottom: 65px;
    right: 24px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(13):after {
  animation-delay: -1800ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(14) {
  bottom: 10px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(14) {
    bottom: 9px;
    right: 65px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(14):after {
  animation-delay: -2100ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(15) {
  bottom: -50px;
  right: 220px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(15) {
    bottom: -32px;
    right: 121px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(15):after {
  animation-delay: -2400ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(16) {
  bottom: -80px;
  right: 320px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(16) {
    bottom: -46px;
    right: 187px;
  }
}
body.page-template-results #what_we_bring .container .right .chart--dot:nth-child(16):after {
  animation-delay: -2700ms;
}
body.page-template-results #what_we_bring .container .right .chart--dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  animation-name: chart-dot-pulse;
  animation-duration: 1500ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
body.page-template-results #what_we_bring .container .logos {
  flex-basis: 100%;
  max-width: calc(100% - 397px - 100px);
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  body.page-template-results #what_we_bring .container .logos {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .logos {
    max-width: calc(100% - 223px - 40px);
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #what_we_bring .container .logos {
    max-width: 100%;
    margin-top: 11px;
  }
}
body.page-template-results #what_we_bring .container .logos h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .logos h3 {
    font-size: 20px;
  }
}
body.page-template-results #what_we_bring .container .logos--inner {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #what_we_bring .container .logos--inner {
    margin-top: 4px;
  }
}
body.page-template-results #what_we_bring .container .logos--inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-template-results #what_we_bring .container .logos--inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-template-results #what_we_bring .container .logos--inner--wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 60px;
  transition: none;
}
body.page-template-results #solutions {
  padding-top: 138px;
  padding-bottom: 121px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solutions {
    padding-top: 63px;
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solutions .container > .dots {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container > .dots .dot {
    width: 18px;
    height: 18px;
  }
}
body.page-template-results #solutions .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container h4 {
    font-size: 14px;
  }
}
body.page-template-results #solutions .container h2 {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container h2 {
    max-width: 435px;
    margin-top: 12px;
    font-size: 36px;
  }
}
body.page-template-results #solutions .container .row {
  display: flex;
  justify-content: space-between;
  max-width: 1185px;
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container .row {
    flex-direction: column;
    gap: 40px;
    max-width: 535px;
    margin-top: 60px;
  }
}
body.page-template-results #solutions .container .row .col {
  flex: 1;
  max-width: 315px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 100%;
    min-height: 165px;
    padding-left: 205px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solutions .container .row .col {
    min-height: 0;
    padding-left: 0;
  }
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots img {
  margin-left: 30px;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2) {
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2):after {
  background: #ED7B6A;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3) {
  top: 50%;
  left: 60px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3):after {
  background: #CEC8F4;
  animation-delay: -1800ms;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4) {
  top: 50%;
  left: 105px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4):after {
  background: #CEC8F4;
  animation-delay: -2700ms;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5) {
  top: 50%;
  left: 150px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5):after {
  background: #CEC8F4;
  animation-delay: -3600ms;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6) {
  top: 19px;
  left: 105px;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6):after {
  background: #ED7B6A;
  animation-delay: -4500ms;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7) {
  top: 19px;
  left: 150px;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7):after {
  background: #ED7B6A;
  animation-delay: -5400ms;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8) {
  bottom: 19px;
  left: 105px;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8):after {
  background: #7966E5;
  animation-delay: -6300ms;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9) {
  bottom: 19px;
  left: 150px;
}
body.page-template-results #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9):after {
  background: #ED7B6A;
  animation-delay: -7200ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots img {
  margin-left: 15px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2) {
  top: -18px;
  left: 8px;
  width: 60px;
  height: 60px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2):after {
  background: #ED7B6A;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3) {
  top: 42px;
  left: 0;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3):after {
  background: #ED7B6A;
  animation-delay: -1800ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4) {
  top: -15px;
  left: 84px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4):after {
  background: #CEC8F4;
  animation-delay: -2700ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5) {
  top: 20px;
  left: 62px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5):after {
  background: #ED7B6A;
  animation-delay: -3600ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6) {
  top: 67px;
  left: 35px;
  width: 60px;
  height: 60px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6):after {
  background: #CEC8F4;
  animation-delay: -4500ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7) {
  top: 86px;
  left: 0;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7):after {
  background: #7966E5;
  animation-delay: -5400ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8) {
  top: 125px;
  left: 33px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8):after {
  background: #EDEEF2;
  animation-delay: -6300ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9) {
  top: 132px;
  left: 76px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9):after {
  background: #CEC8F4;
  animation-delay: -7200ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10) {
  top: 102px;
  left: 93px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10):after {
  background: #EDEEF2;
  animation-delay: -8100ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11) {
  top: -4px;
  left: 108px;
  width: 60px;
  height: 60px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11):after {
  background: #EDEEF2;
  animation-delay: -9000ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12) {
  top: 55px;
  left: 108px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12):after {
  background: #CEC8F4;
  animation-delay: -9900ms;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13) {
  top: 47px;
  left: 139px;
}
body.page-template-results #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13):after {
  background: #EDEEF2;
  animation-delay: -10800ms;
}
@media screen and (max-width: 600px) {
  body.page-template-results #solutions .container .row .col:nth-child(2) h3 {
    margin-top: 30px;
  }
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots img {
  margin-left: 21px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2) {
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2):after {
  background: #CEC8F4;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3) {
  top: 50%;
  left: 111px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3):after {
  background: #ED7B6A;
  animation-delay: -1800ms;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4) {
  top: -14px;
  left: 55px;
  width: 60px;
  height: 60px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4):after {
  background: #7966E5;
  animation-delay: -2700ms;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5) {
  top: 98px;
  left: 55px;
  width: 60px;
  height: 60px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5):after {
  background: #ED7B6A;
  animation-delay: -3600ms;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6) {
  top: 16px;
  left: 28px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6):after {
  background: #ED7B6A;
  animation-delay: -4500ms;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7) {
  top: 16px;
  left: 112px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7):after {
  background: #7966E5;
  animation-delay: -5400ms;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8) {
  top: 99px;
  left: 28px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8):after {
  background: #ED7B6A;
  animation-delay: -6300ms;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9) {
  top: 99px;
  left: 112px;
}
body.page-template-results #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9):after {
  background: #ED7B6A;
  animation-delay: -7200ms;
}
@media screen and (max-width: 600px) {
  body.page-template-results #solutions .container .row .col:nth-child(3) h3 {
    margin-top: 20px;
  }
}
body.page-template-results #solutions .container .row .col .dots {
  display: flex;
  align-items: center;
  position: relative !important;
  z-index: 1;
  height: 144px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container .row .col .dots {
    position: absolute !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solutions .container .row .col .dots {
    position: relative !important;
    top: 0;
    transform: none;
  }
}
body.page-template-results #solutions .container .row .col .dots .dot {
  position: absolute;
  width: 30px;
  height: 30px;
}
body.page-template-results #solutions .container .row .col .dots .dot.hover:after {
  animation-name: graphic-dot-hover;
  animation-duration: 1800ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-delay: 0s !important;
}
body.page-template-results #solutions .container .row .col .dots .dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  animation-name: graphic-dot-pulse;
  animation-duration: 5400ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
body.page-template-results #solutions .container .row .col h3 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: normal;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container .row .col h3 {
    margin-top: 0;
    font-size: 20px;
  }
}
body.page-template-results #solutions .container .row .col p {
  margin-top: 30px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container .row .col p {
    margin-top: 20px;
    font-size: 16px;
  }
}
body.page-template-results #solutions .container .lines {
  position: relative;
  max-width: 1185px;
  height: 42px;
  margin-top: 60px;
}
body.page-template-results #solutions .container .lines:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 2px;
  background: #CEC8F4;
}
body.page-template-results #solutions .container .lines--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
}
body.page-template-results #solutions .container .lines--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
}
body.page-template-results #solutions .container .lines--bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
  transform: translateX(-50%);
}
body.page-template-results #solutions .container p.center {
  margin-top: 20px;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solutions .container p.center {
    font-size: 16px;
  }
}
body.page-template-results #solution_always_on_md {
  background: #4D3BB1;
}
body.page-template-results #solution_always_on_md .container {
  display: flex;
  gap: 40px;
  padding-top: 90px;
  padding-bottom: 51px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container {
    flex-direction: column;
    gap: 48px;
    padding-top: 67px;
    padding-bottom: 60px;
  }
}
body.page-template-results #solution_always_on_md .container .left {
  flex: 1;
}
body.page-template-results #solution_always_on_md .container .left h4 {
  margin-top: 60px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.page-template-results #solution_always_on_md .container .left h2 {
  margin-top: 10px;
  max-width: 600px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left h2 {
    max-width: 640px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_always_on_md .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left p {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left p {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_always_on_md .container .left p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left p:nth-of-type(2) {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_always_on_md .container .left p:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.page-template-results #solution_always_on_md .container .left ul {
  margin: 60px 0;
}
body.page-template-results #solution_always_on_md .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-results #solution_always_on_md .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-results #solution_always_on_md .container .left ul {
  max-width: 600px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left ul {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .left ul {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_always_on_md .container .left ul li {
  color: #FFFFFF;
}
body.page-template-results #solution_always_on_md .container .left ul li:before {
  color: #FFFFFF;
}
body.page-template-results #solution_always_on_md .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 16.3888888889vw;
}
body.page-template-results #solution_always_on_md .container .right:after {
  content: "";
  position: absolute;
  top: -90px;
  right: calc(-50vw - 100px);
  bottom: -51px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .right:after {
    top: -588px;
    right: -40px;
    width: 40px;
    bottom: -60px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_always_on_md .container .right:after {
    right: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 393px) {
  body.page-template-results #solution_always_on_md .container .right:after {
    top: -658px;
  }
}
body.page-template-results #solution_always_on_md .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.page-template-results #solution_always_on_md .container .right img:nth-child(1) {
  max-width: 485px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(1) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(1) {
    max-width: 67.5vw;
  }
}
body.page-template-results #solution_always_on_md .container .right img:nth-child(2) {
  top: -1.4341590613%;
  left: 9.8333333333%;
  max-width: 485px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(2) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(2) {
    max-width: 67.5vw;
  }
}
body.page-template-results #solution_always_on_md .container .right img:nth-child(3) {
  top: 28.813559322%;
  left: 23.0555555556%;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(3) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(3) {
    max-width: 67.5vw;
  }
}
body.page-template-results #solution_always_on_md .container .right img:nth-child(4) {
  top: 59.0612777053%;
  left: 23.0555555556%;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(4) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_always_on_md .container .right img:nth-child(4) {
    max-width: 67.5vw;
  }
}
body.page-template-results #solution_always_on_md .container .right img:nth-child(n+2) {
  position: absolute;
}
body.page-template-results #solution_moments {
  position: relative;
  margin-top: 120px;
  background: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #131728;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #131728;
  }
}
body.page-template-results #solution_moments .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 62px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container {
    flex-direction: column;
  }
}
body.page-template-results #solution_moments .container .left {
  flex: 1;
}
body.page-template-results #solution_moments .container .left h4 {
  margin-top: 88px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #4D3BB1;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.page-template-results #solution_moments .container .left h2 {
  max-width: 600px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .left h2 {
    max-width: 680px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_moments .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .left p {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .left p {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_moments .container .left p:nth-of-type(2) {
  margin-bottom: 60px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .left p:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
body.page-template-results #solution_moments .container .right {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 640px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .right {
    gap: 0;
  }
}
body.page-template-results #solution_moments .container .right:after {
  content: "";
  position: absolute;
  top: -62px;
  right: calc(-50vw - 100px);
  bottom: -58px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .right:after {
    display: none;
  }
}
body.page-template-results #solution_moments .container .right .video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 355px;
  height: 355px;
  border-radius: 355px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.2);
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .right .video {
    flex: 0 0 auto;
    width: calc((100vw - 80px - 118px) / 3 - 10px);
    height: calc((100vw - 80px - 118px) / 3 - 10px);
    box-shadow: -6px 6px 0px 0px rgba(19, 23, 40, 0.2);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .right .video {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .right .video:nth-child(1) {
    margin-top: 135px;
  }
}
body.page-template-results #solution_moments .container .right .video:nth-child(2) {
  margin-top: -158px;
  margin-left: 348px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .right .video:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .right .video:nth-child(2) {
    margin-left: -72px;
  }
}
body.page-template-results #solution_moments .container .right .video:nth-child(3) {
  margin-top: -137px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .right .video:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_moments .container .right .video:nth-child(3) {
    margin-top: 135px;
    margin-left: -52px;
  }
}
body.page-template-results #solution_moments .container .right .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
body.page-template-results #solution_moments .container .dots {
  top: 62px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_moments .container .dots {
    display: none;
  }
}
body.page-template-results #solution_moments .container .dots:after {
  display: none;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(2):after {
  animation-delay: -600ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(3):after {
  animation-delay: -900ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(4):after {
  animation-delay: -1200ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(5):after {
  animation-delay: -1500ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(1):after {
  animation-delay: -1800ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(2):after {
  animation-delay: -2100ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(3):after {
  animation-delay: -2400ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(4):after {
  animation-delay: -2700ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(1):after {
  animation-delay: -3000ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(2):after {
  animation-delay: -3300ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(3):after {
  animation-delay: -3600ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(1):after {
  animation-delay: -3900ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(2):after {
  animation-delay: -4200ms;
}
body.page-template-results #solution_moments .container .dots--row:nth-child(5) .dot:nth-child(1):after {
  animation-delay: -4500ms;
}
body.page-template-results #solution_education {
  position: relative;
  margin-top: 120px;
  background: #EDEEF2;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education {
    margin-top: 60px;
  }
  body.page-template-results #solution_education:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #131728;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #131728;
  }
}
body.page-template-results #solution_education .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 147px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container {
    flex-direction: column;
    gap: 62px;
    padding-top: 83px;
    padding-bottom: 216px;
  }
}
body.page-template-results #solution_education .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left h4 {
    font-size: 14px;
  }
}
body.page-template-results #solution_education .container .left h2 {
  max-width: 540px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left h2 {
    max-width: 680px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_education .container .left p {
  max-width: 766px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left p {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .left p {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_education .container .left p:nth-of-type(n+2) {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left p:nth-of-type(n+2) {
    font-size: 16px;
  }
}
body.page-template-results #solution_education .container .left h3 {
  max-width: 766px;
  margin-top: 64px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #4D3BB1;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left h3 {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .left h3 {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_education .container .left h3:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left h3:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
body.page-template-results #solution_education .container .left ul {
  margin: 60px 0;
}
body.page-template-results #solution_education .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-results #solution_education .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-results #solution_education .container .left ul {
  max-width: 766px;
  margin: 10px 0 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left ul {
    max-width: 680px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .left ul {
    width: calc(100% - 20px);
  }
}
body.page-template-results #solution_education .container .left ul:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .left ul:last-of-type {
    margin-bottom: 40px;
  }
}
body.page-template-results #solution_education .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 270px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .right {
    width: 100%;
    padding-right: 0;
  }
}
body.page-template-results #solution_education .container .right:after {
  content: "";
  position: absolute;
  top: -147px;
  right: calc(-50vw - 100px);
  bottom: -120px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .right:after {
    display: none;
  }
}
body.page-template-results #solution_education .container .right .images {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .right .images {
    width: 100%;
  }
}
body.page-template-results #solution_education .container .right .images img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.page-template-results #solution_education .container .right .images img:nth-child(1) {
  max-width: 484px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .right .images img:nth-child(1) {
    max-width: 48.75%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .right .images img:nth-child(1) {
    max-width: 50.2777777778%;
  }
}
body.page-template-results #solution_education .container .right .images img:nth-child(2) {
  position: absolute;
  top: 45.4248366013%;
  left: 31.9238900634%;
  max-width: 484px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .right .images img:nth-child(2) {
    max-width: 48.75%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .right .images img:nth-child(2) {
    max-width: 50.2777777778%;
  }
}
body.page-template-results #solution_education .container .right .images img:nth-child(3) {
  position: absolute;
  top: 118.137254902%;
  left: 57.9281183932%;
  max-width: 512px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .right .images img:nth-child(3) {
    max-width: 52.625%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #solution_education .container .right .images img:nth-child(3) {
    max-width: 54.1666666667%;
  }
}
body.page-template-results #solution_education .container .dots {
  top: 87px;
  left: auto;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #solution_education .container .dots {
    display: none;
  }
}
body.page-template-results #solution_education .container .dots--row:nth-child(2) .dot:nth-child(1):after {
  animation-delay: -600ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(2) .dot:nth-child(2):after {
  animation-delay: -900ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(3) .dot:nth-child(1):after {
  animation-delay: -1200ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(3) .dot:nth-child(2):after {
  animation-delay: -1500ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(3) .dot:nth-child(3):after {
  animation-delay: -1800ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(4) .dot:nth-child(1):after {
  animation-delay: -2100ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(4) .dot:nth-child(2):after {
  animation-delay: -2400ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(4) .dot:nth-child(3):after {
  animation-delay: -2700ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(4) .dot:nth-child(4):after {
  animation-delay: -3000ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(5) .dot:nth-child(1):after {
  animation-delay: -3300ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(5) .dot:nth-child(2):after {
  animation-delay: -3600ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(5) .dot:nth-child(3):after {
  animation-delay: -3900ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(5) .dot:nth-child(4):after {
  animation-delay: -4200ms;
}
body.page-template-results #solution_education .container .dots--row:nth-child(5) .dot:nth-child(5):after {
  animation-delay: -4500ms;
}
body.page-template-results #measurement_optimization {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization {
    padding-top: 90px;
  }
}
body.page-template-results #measurement_optimization .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container {
    flex-direction: column;
  }
}
body.page-template-results #measurement_optimization .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .left h4 {
    font-size: 14px;
  }
}
body.page-template-results #measurement_optimization .container .left h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .left h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.page-template-results #measurement_optimization .container .left ul {
  margin: 60px 0;
}
body.page-template-results #measurement_optimization .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-results #measurement_optimization .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-results #measurement_optimization .container .left ul {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .left ul {
    margin-top: 20px;
  }
}
body.page-template-results #measurement_optimization .container .left ul li {
  color: #FFFFFF;
}
body.page-template-results #measurement_optimization .container .left ul li:before {
  color: #FFFFFF;
}
body.page-template-results #measurement_optimization .container .left small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
}
body.page-template-results #measurement_optimization .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-left: 166px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .right {
    align-self: center;
    width: 66.875%;
    padding-left: 0;
    transform: translateX(-58px);
  }
}
body.page-template-results #measurement_optimization .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.page-template-results #measurement_optimization .container .right img:nth-child(1) {
  max-width: 610px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .right img:nth-child(1) {
    width: 100%;
    margin-left: 115px;
  }
}
body.page-template-results #measurement_optimization .container .right img:nth-child(2) {
  position: absolute;
  top: 25.4368932039%;
  left: 0;
  z-index: 0;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #measurement_optimization .container .right img:nth-child(2) {
    width: 100%;
  }
}
body.page-template-results #results {
  padding-top: 139px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container {
    display: flex;
    flex-direction: column;
  }
}
body.page-template-results #results .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container h4 {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results .container h4 {
    font-size: 14px;
  }
}
body.page-template-results #results .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container h2 {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.page-template-results #results .container p {
  max-width: 785px;
  margin-top: 60px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container p {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results .container p {
    max-width: 535px;
    margin-top: 20px;
    font-size: 16px;
  }
}
body.page-template-results #results .container small {
  display: block;
  max-width: 766px;
  margin-top: 646px;
  font-size: 15px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1540px) {
  body.page-template-results #results .container small {
    margin-top: 896px;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container small {
    order: 5;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results .container small {
    max-width: 535px;
    font-size: 13px;
  }
}
body.page-template-results #results .container small.smaller {
  margin-top: 32px;
  font-size: 13px;
  color: #CEC8F4;
}
body.page-template-results #results .container .boxes {
  position: absolute;
  top: 29px;
  left: 100px;
  right: 100px;
  bottom: 29px;
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  body.page-template-results #results .container .boxes {
    top: 360px;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container .boxes {
    order: 4;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
}
body.page-template-results #results .container .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  max-width: 540px;
  width: 30vw;
  max-height: 370px;
  height: 20.5555555556vw;
  box-shadow: -20px 20px 0px 0px rgba(19, 23, 40, 0.2);
  transition: none;
}
@media screen and (max-width: 1440px) {
  body.page-template-results #results .container .boxes .box {
    position: static;
    width: calc(50% - 10px);
    height: auto;
    padding: 51px 0 49px;
    transform: none !important;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-results #results .container .boxes .box {
    width: 100%;
    padding: 20px 0;
  }
}
body.page-template-results #results .container .boxes .box:nth-child(1) {
  top: 36.3815142576%;
  left: 0;
  background: #4D3BB1;
}
body.page-template-results #results .container .boxes .box:nth-child(2) {
  top: 49.7541789577%;
  left: 25.9375%;
  background: #ED7B6A;
}
body.page-template-results #results .container .boxes .box:nth-child(2) .box--info {
  color: #EDEEF2;
}
body.page-template-results #results .container .boxes .box:nth-child(3) {
  top: 29.9901671583%;
  right: 14.375%;
  background: #7966E5;
}
body.page-template-results #results .container .boxes .box:nth-child(4) {
  top: 0;
  right: 0;
  background: #EDEEF2;
}
body.page-template-results #results .container .boxes .box:nth-child(4) .box--stat {
  color: #4D3BB1;
}
body.page-template-results #results .container .boxes .box:nth-child(4) .box--info {
  color: #4D3BB1;
}
body.page-template-results #results .container .boxes .box:nth-child(5) {
  right: 0;
  bottom: 0;
  background: #4D3BB1;
}
body.page-template-results #results .container .boxes .box--stat {
  font-family: "Figtree", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results .container .boxes .box--stat {
    font-size: 48px;
  }
}
body.page-template-results #results .container .boxes .box--info {
  margin-top: 13px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #results .container .boxes .box--info {
    margin-top: 10px;
    font-size: 16px;
  }
}
body.page-template-results #contact {
  padding-top: 179px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
body.page-template-results #contact .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container h4 {
    font-size: 14px;
  }
}
body.page-template-results #contact .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.page-template-results #contact .container p {
  max-width: 770px;
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container p {
    max-width: 535px;
    font-size: 16px;
  }
}
body.page-template-results #contact .container .gform_wrapper {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container .gform_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}
body.page-template-results #contact .container .gform_wrapper .gform_validation_errors {
  display: none;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
    font-size: 14px;
  }
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_required {
  display: none;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ED7B6A;
  border: none;
  background: none;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice {
  position: relative;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input {
  position: absolute;
  left: -99999px;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label {
  padding-left: 30px;
  cursor: pointer;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(237, 238, 242, 0.2);
  border-radius: 2px;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 2px;
  transform: scale(0.5);
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  border-radius: 20px;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  border-radius: 12px;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text], body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel], body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email], body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: rgba(237, 238, 242, 0.2);
  border: none;
  border-radius: 2px 48px 48px 48px;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus, body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus {
  color: #131728;
  background: #FFFFFF;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  padding: 12px 24px;
  resize: none;
}
body.page-template-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield h4 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
}
body.page-template-results #contact .container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 30px 0 0;
}
body.page-template-results #contact .container .gform_wrapper .gform_footer input {
  margin: 0;
  color: #FFFFFF !important;
  background: #ED7B6A;
  line-height: initial;
  cursor: pointer;
}
body.page-template-results #contact .container .gform_wrapper .gform_footer input:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
body.page-template-results #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}
body.page-template-results #contact .container .dots {
  bottom: 64px;
}
@media screen and (max-width: 1024px) {
  body.page-template-results #contact .container .dots {
    display: none;
  }
}
body.page-template-results .container.results {
  padding-top: 0 !important;
  margin-top: 99px;
}
body.page-template-results .container .results-wrapper {
  display: flex;
  width: 100%;
  max-width: 1185px;
  min-height: 180px;
  margin-top: 30px;
  color: #FFFFFF;
}
body.page-template-results .container .results-wrapper.odd-post {
  background: #4D3BB1;
}
body.page-template-results .container .results-wrapper.even-post {
  background: #7966E5;
}
body.page-template-results .container .results-wrapper--image {
  width: 100%;
  max-width: 355px;
  background: rgba(19, 23, 40, 0.5);
}
body.page-template-results .container .results-wrapper--image img {
  width: 100%;
  height: auto;
}
body.page-template-results .container .results-wrapper--title {
  margin: auto 0;
}
body.page-template-results .container .results-wrapper--title h3 {
  padding: 0 30px 0 60px;
  margin-top: 15px;
}
body.page-template-results .container .results-wrapper--title h3 a {
  font-size: 28px;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  line-height: 100%;
}

body.single-results #intro .container {
  padding-top: 99px;
  padding-bottom: 75px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.single-results #intro .container {
    padding-top: 58px;
    padding-bottom: 150px;
  }
}
body.single-results #intro .container h1 {
  position: relative;
  z-index: 1;
  max-width: 1185px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.single-results #intro .container h1 {
    max-width: 535px;
    font-size: 48px;
  }
}
body.single-results #intro .container p {
  position: relative;
  z-index: 1;
  max-width: 770px;
  padding-top: 60px;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.single-results #intro .container p {
    max-width: 535px;
    padding-top: 40px;
    font-size: 20px;
    line-height: normal;
  }
}
body.single-results #intro .container .challenges {
  display: flex;
  padding-top: 75px;
  max-width: 770px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
body.single-results #intro .container .challenges .title {
  font-weight: 700;
}
body.single-results #intro .container .challenges--business {
  width: 50%;
}
body.single-results #intro .container .challenges--business .title {
  color: #7966E5;
}
body.single-results #intro .container .challenges--solution {
  width: 50%;
}
body.single-results #intro .container .challenges--solution .title {
  color: #CEC8F4;
}
body.single-results #intro .container .challenges ul {
  list-style: disc;
  padding-left: 30px;
  padding-top: 12px;
}
body.single-results #intro .container .challenges ul li {
  font-size: 20px;
  padding-bottom: 30px;
}
body.single-results .results_strat {
  background: #FFFFFF;
}
body.single-results .results_strat .container {
  display: flex;
  gap: 40px;
  padding-top: 90px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container {
    flex-direction: column;
    gap: 48px;
    padding-top: 67px;
    padding-bottom: 60px;
  }
}
body.single-results .results_strat .container .left {
  flex: 1;
}
body.single-results .results_strat .container .left h4 {
  margin-top: 60px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.single-results .results_strat .container .left h2 {
  margin-top: 10px;
  max-width: 600px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: normal;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left h2 {
    max-width: 640px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.single-results .results_strat .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left p {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left p {
    width: calc(100% - 20px);
  }
}
body.single-results .results_strat .container .left p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left p:nth-of-type(2) {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body.single-results .results_strat .container .left p:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.single-results .results_strat .container .left ul {
  margin: 60px 0;
}
body.single-results .results_strat .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.single-results .results_strat .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.single-results .results_strat .container .left ul {
  /*  max-width: 600px; */
  margin: 30px 0 60px;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left ul {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .left ul {
    width: calc(100% - 20px);
  }
}
body.single-results .results_strat .container .left ul li {
  font-family: "Manrope", sans-serif;
  color: #131728;
  font-size: 20px;
  font-weight: 400px;
  line-height: 27.32px;
  padding-bottom: 18px;
}
body.single-results .results_strat .container .left ul li:before {
  color: #131728;
}
body.single-results .results_strat .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 16.3888888889vw;
}
@media (max-width: 1288px) {
  body.single-results .results_strat .container .right {
    display: none;
  }
}
body.single-results .results_strat .container .right:after {
  content: "";
  position: absolute;
  top: -90px;
  right: calc(-50vw - 100px);
  bottom: -51px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .right:after {
    top: -588px;
    right: -40px;
    width: 40px;
    bottom: -60px;
  }
}
@media screen and (max-width: 600px) {
  body.single-results .results_strat .container .right:after {
    right: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 393px) {
  body.single-results .results_strat .container .right:after {
    top: -658px;
  }
}
body.single-results .results_strat .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.single-results .results_strat .container .right img:nth-child(1) {
  max-width: 485px;
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .right img:nth-child(1) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.single-results .results_strat .container .right img:nth-child(1) {
    max-width: 67.5vw;
  }
}
body.single-results .results_strat .container .right img:nth-child(2) {
  top: 26.075619296%;
  left: 30px;
  max-width: 485px;
  border-radius: 5px;
  /*   box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.40); */
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .right img:nth-child(2) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.single-results .results_strat .container .right img:nth-child(2) {
    max-width: 67.5vw;
  }
}
body.single-results .results_strat .container .right img:nth-child(3) {
  top: 52.1512385919%;
  left: 60px;
  max-width: 465px;
  border-radius: 5px;
  /*  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.40); */
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .right img:nth-child(3) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.single-results .results_strat .container .right img:nth-child(3) {
    max-width: 67.5vw;
  }
}
body.single-results .results_strat .container .right img:nth-child(4) {
  top: 30px;
  left: 280px;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.single-results .results_strat .container .right img:nth-child(4) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.single-results .results_strat .container .right img:nth-child(4) {
    max-width: 67.5vw;
  }
}
body.single-results .results_strat .container .right img:nth-child(n+2) {
  position: absolute;
}
body.single-results .results_strat .container.program {
  padding-top: 0;
  padding-bottom: 50px;
}
body.single-results .results_strat .container .engagement {
  padding-top: 60px;
}
body.single-results .results_strat .container .engagement img {
  width: 100%;
  max-width: 625px;
  padding-top: 30px;
}
body.single-results .results_strat .container .metrics {
  padding-top: 60px;
}
body.single-results .results_strat .container .metrics--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
  width: 100%;
  max-width: 625px;
  padding-top: 60px;
}
body.single-results .results_strat .container .metrics--grid--item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  row-gap: 10px;
  padding: 30px 0;
  color: #FFFFFF !important;
  font-size: 15px;
  text-align: center;
  line-height: 20.49px;
}
body.single-results .results_strat .container .metrics--grid--item .title {
  font-size: 30px !important;
  font-weight: 700;
}
body.single-results .results_strat .container .metrics--grid--item.purple, body.single-results .results_strat .container .metrics--grid--item.orange, body.single-results .results_strat .container .metrics--grid--item.lightpurple {
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
  color: #FFFFFF;
}
body.single-results .results_strat .container .metrics--grid--item.purple {
  background-image: url("/wp-content/themes/biopharm-redesign/assets/img/purple.png");
}
body.single-results .results_strat .container .metrics--grid--item.orange {
  background-image: url("/wp-content/themes/biopharm-redesign/assets/img/orange.png");
}
body.single-results .results_strat .container .metrics--grid--item.lightpurple {
  background-image: url("/wp-content/themes/biopharm-redesign/assets/img/light_purple.png");
}
body.single-results .results_strat--flex {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 60px;
  max-width: 951px;
}
body.single-results .results_strat--flex--col {
  width: 32%;
}
body.single-results .results_strat--flex--col.purple, body.single-results .results_strat--flex--col.orange {
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
  color: #FFFFFF;
  width: 34%;
  font-size: 30px;
  font-weight: 700;
}
body.single-results .results_strat--flex--col.purple {
  background-image: url("/wp-content/themes/biopharm-redesign/assets/img/purple.png");
}
body.single-results .results_strat--flex--col.orange {
  background-image: url("/wp-content/themes/biopharm-redesign/assets/img/orange.png");
}
body.single-results #contact {
  padding-top: 179px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
body.single-results #contact .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container h4 {
    font-size: 14px;
  }
}
body.single-results #contact .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.single-results #contact .container p {
  max-width: 770px;
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container p {
    max-width: 535px;
    font-size: 16px;
  }
}
body.single-results #contact .container .gform_wrapper {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container .gform_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}
body.single-results #contact .container .gform_wrapper .gform_validation_errors {
  display: none;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container .gform_wrapper .gform-body .gform_fields {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
    font-size: 14px;
  }
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_required {
  display: none;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ED7B6A;
  border: none;
  background: none;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice {
  position: relative;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input {
  position: absolute;
  left: -99999px;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label {
  padding-left: 30px;
  cursor: pointer;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(237, 238, 242, 0.2);
  border-radius: 2px;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 2px;
  transform: scale(0.5);
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  border-radius: 20px;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  border-radius: 12px;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text], body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel], body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email], body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: rgba(237, 238, 242, 0.2);
  border: none;
  border-radius: 2px 48px 48px 48px;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus, body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus {
  color: #131728;
  background: #FFFFFF;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  padding: 12px 24px;
  resize: none;
}
body.single-results #contact .container .gform_wrapper .gform-body .gform_fields .gfield h4 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
}
body.single-results #contact .container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 30px 0 0;
}
body.single-results #contact .container .gform_wrapper .gform_footer input {
  margin: 0;
  color: #FFFFFF !important;
  background: #ED7B6A;
  line-height: initial;
  cursor: pointer;
}
body.single-results #contact .container .gform_wrapper .gform_footer input:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
body.single-results #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}
body.single-results #contact .container .dots {
  bottom: 64px;
}
@media screen and (max-width: 1024px) {
  body.single-results #contact .container .dots {
    display: none;
  }
}

body.page-template-voices #intro .container,
body.single-voices #intro .container {
  padding-top: 99px;
  padding-bottom: 251px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #intro .container,
  body.single-voices #intro .container {
    padding-top: 58px;
    padding-bottom: 150px;
  }
}
body.page-template-voices #intro .container h1,
body.single-voices #intro .container h1 {
  position: relative;
  z-index: 1;
  max-width: 1185px;
  font-family: "Figtree", sans-serif;
  font-size: 88px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #intro .container h1,
  body.single-voices #intro .container h1 {
    max-width: 535px;
    font-size: 48px;
  }
}
body.page-template-voices #intro .container p,
body.single-voices #intro .container p {
  position: relative;
  z-index: 1;
  max-width: 770px;
  padding-top: 60px;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #intro .container p,
  body.single-voices #intro .container p {
    max-width: 535px;
    padding-top: 40px;
    font-size: 20px;
    line-height: normal;
  }
}
body.page-template-voices #intro .container .buttons,
body.single-voices #intro .container .buttons {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-top: 20px;
  align-items: center;
  max-width: 1185px;
}
body.page-template-voices #intro .container .buttons.buttons--outer,
body.single-voices #intro .container .buttons.buttons--outer {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  body.page-template-voices #intro .container .buttons.buttons--outer,
  body.single-voices #intro .container .buttons.buttons--outer {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #intro .container .buttons,
  body.single-voices #intro .container .buttons {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #intro .container .buttons,
  body.single-voices #intro .container .buttons {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }
}
body.page-template-voices #intro .container .video,
body.single-voices #intro .container .video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  max-width: 100vh;
  width: calc(100% - 40px);
  padding: 6px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.2);
  transform: translate(-50%, -50%);
}
body.page-template-voices #intro .container .video.show,
body.single-voices #intro .container .video.show {
  visibility: visible;
  opacity: 1;
}
body.page-template-voices #intro .container .video.show iframe,
body.single-voices #intro .container .video.show iframe {
  pointer-events: all;
}
body.page-template-voices #intro .container .video--close,
body.single-voices #intro .container .video--close {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 0;
  font-size: 24px;
  color: #FFFFFF;
  border: none;
  background: none;
  cursor: pointer;
}
body.page-template-voices #intro .container .video--close:hover,
body.single-voices #intro .container .video--close:hover {
  color: #ED7B6A;
}
body.page-template-voices #intro .container .video iframe,
body.single-voices #intro .container .video iframe {
  pointer-events: none;
}
body.page-template-voices #intro .container .nps,
body.single-voices #intro .container .nps {
  max-width: 220px;
  position: absolute;
  right: 10px;
  bottom: -15px;
}
@media screen and (max-width: 1246px) {
  body.page-template-voices #intro .container .nps,
  body.single-voices #intro .container .nps {
    bottom: unset;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #intro .container .nps,
  body.single-voices #intro .container .nps {
    right: -15px;
    top: -32px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-voices #intro .container .nps,
  body.single-voices #intro .container .nps {
    max-width: 138px;
    top: 10px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #intro .container .nps,
  body.single-voices #intro .container .nps {
    top: 120px;
    right: 5px;
  }
}
body.page-template-voices #intro .container .nps--font,
body.single-voices #intro .container .nps--font {
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #intro .container .nps--font,
  body.single-voices #intro .container .nps--font {
    max-width: 535px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #intro .container .nps--font,
  body.single-voices #intro .container .nps--font {
    font-size: 11px;
  }
}
body.page-template-voices #what_we_bring,
body.single-voices #what_we_bring {
  background: #FFFFFF;
}
body.page-template-voices #what_we_bring .container,
body.single-voices #what_we_bring .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-top: 103px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container,
  body.single-voices #what_we_bring .container {
    padding-top: 60px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container,
  body.single-voices #what_we_bring .container {
    padding-bottom: 32px;
  }
}
body.page-template-voices #what_we_bring .container .left,
body.single-voices #what_we_bring .container .left {
  flex: 1;
  max-width: 770px;
}
body.page-template-voices #what_we_bring .container .left h4,
body.single-voices #what_we_bring .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .left h4,
  body.single-voices #what_we_bring .container .left h4 {
    font-size: 14px;
  }
}
body.page-template-voices #what_we_bring .container .left h2,
body.single-voices #what_we_bring .container .left h2 {
  max-width: 640px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .left h2,
  body.single-voices #what_we_bring .container .left h2 {
    max-width: calc(100vw - 200px - 297px - 100px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .left h2,
  body.single-voices #what_we_bring .container .left h2 {
    font-size: 36px;
    max-width: 496px;
    width: calc(100vw - 80px - 224px - 40px);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .left h2,
  body.single-voices #what_we_bring .container .left h2 {
    width: 100%;
  }
}
body.page-template-voices #what_we_bring .container .left ul,
body.single-voices #what_we_bring .container .left ul {
  margin: 60px 0;
}
body.page-template-voices #what_we_bring .container .left ul li,
body.single-voices #what_we_bring .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .left ul li,
  body.single-voices #what_we_bring .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-voices #what_we_bring .container .left ul li:before,
body.single-voices #what_we_bring .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .left ul li:before,
  body.single-voices #what_we_bring .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-voices #what_we_bring .container .left ul,
body.single-voices #what_we_bring .container .left ul {
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .left ul,
  body.single-voices #what_we_bring .container .left ul {
    max-width: calc(100vw - 200px - 297px - 100px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .left ul,
  body.single-voices #what_we_bring .container .left ul {
    max-width: 496px;
    width: calc(100vw - 80px - 224px - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .left ul,
  body.single-voices #what_we_bring .container .left ul {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .left ul li,
  body.single-voices #what_we_bring .container .left ul li {
    font-size: 16px;
  }
}
body.page-template-voices #what_we_bring .container .right,
body.single-voices #what_we_bring .container .right {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .right,
  body.single-voices #what_we_bring .container .right {
    width: 100%;
  }
}
body.page-template-voices #what_we_bring .container .right:before,
body.single-voices #what_we_bring .container .right:before {
  content: "";
  position: absolute;
  top: -103px;
  right: calc(-50vw - 100px);
  bottom: -322px;
  z-index: 0;
  width: calc(297px + 100px + 100px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -669px;
    bottom: -342px;
  }
}
@media screen and (max-width: 1288px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    bottom: -372px;
  }
}
@media screen and (max-width: 1246px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -741px;
  }
}
@media screen and (max-width: 1097px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -768px;
  }
}
@media screen and (max-width: 1095px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -795px;
  }
}
@media screen and (max-width: 1092px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -822px;
  }
}
@media screen and (max-width: 1089px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -928px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -389px;
    right: calc(-50vw - 40px);
    width: calc(223px + 40px + 50vw);
  }
}
@media screen and (max-width: 750px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -475px;
  }
}
@media screen and (max-width: 714px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -535px;
  }
}
@media screen and (max-width: 648px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    top: -595px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right:before,
  body.single-voices #what_we_bring .container .right:before {
    display: none;
  }
}
body.page-template-voices #what_we_bring .container .right .chart,
body.single-voices #what_we_bring .container .right .chart {
  position: relative;
  z-index: 1;
  padding-left: 120px;
  padding-right: 100px;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .right .chart,
  body.single-voices #what_we_bring .container .right .chart {
    padding-left: calc(100vw - 100px - 200px - 532px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart,
  body.single-voices #what_we_bring .container .right .chart {
    padding-left: calc(100vw - 40px - 80px - 328px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right .chart,
  body.single-voices #what_we_bring .container .right .chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--wrapper,
body.single-voices #what_we_bring .container .right .chart--wrapper {
  display: inline-block;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right .chart--wrapper,
  body.single-voices #what_we_bring .container .right .chart--wrapper {
    display: none;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--wrapper svg,
body.single-voices #what_we_bring .container .right .chart--wrapper svg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--wrapper svg,
  body.single-voices #what_we_bring .container .right .chart--wrapper svg {
    width: 328px;
    height: auto;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--wrapper--center,
body.single-voices #what_we_bring .container .right .chart--wrapper--center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  color: #FFFFFF;
  transform: translate(calc(-50% - 31px), calc(-50% - 6px));
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--wrapper--center,
  body.single-voices #what_we_bring .container .right .chart--wrapper--center {
    font-size: 12px;
    transform: translate(calc(-50% - 19px), calc(-50% - 6px));
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info,
body.single-voices #what_we_bring .container .right .chart--info {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right .chart--info,
  body.single-voices #what_we_bring .container .right .chart--info {
    position: static;
    width: calc(50% - 12px);
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(2),
body.single-voices #what_we_bring .container .right .chart--info:nth-child(2) {
  top: 4px;
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(2) h4:after,
body.single-voices #what_we_bring .container .right .chart--info:nth-child(2) h4:after {
  background: #CEC8F4;
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3),
body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) {
  top: 136px;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) {
    top: 86px;
    left: 117px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 60px;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3) h4 br,
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) h4 br {
    display: none;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(3) h4:after,
body.single-voices #what_we_bring .container .right .chart--info:nth-child(3) h4:after {
  background: #7966E5;
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(4),
body.single-voices #what_we_bring .container .right .chart--info:nth-child(4) {
  top: 286px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(4),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(4) {
    top: 169px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(4) h4:after,
body.single-voices #what_we_bring .container .right .chart--info:nth-child(4) h4:after {
  background: #4D3BB1;
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(5),
body.single-voices #what_we_bring .container .right .chart--info:nth-child(5) {
  top: 409px;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(5),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(5),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(5) {
    top: 251px;
    left: 117px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(5),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 60px;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(5),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(5) {
    left: 0;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(5) h4:after,
body.single-voices #what_we_bring .container .right .chart--info:nth-child(5) h4:after {
  background: #ED7B6A;
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(6),
body.single-voices #what_we_bring .container .right .chart--info:nth-child(6) {
  top: 532px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(6),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(6) {
    top: 345px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(6),
  body.single-voices #what_we_bring .container .right .chart--info:nth-child(6) {
    width: 100%;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info:nth-child(6) h4:after,
body.single-voices #what_we_bring .container .right .chart--info:nth-child(6) h4:after {
  display: none;
}
body.page-template-voices #what_we_bring .container .right .chart--info h4,
body.single-voices #what_we_bring .container .right .chart--info h4 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info h4,
  body.single-voices #what_we_bring .container .right .chart--info h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info h4:after,
body.single-voices #what_we_bring .container .right .chart--info h4:after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(100% + 20px);
  z-index: 1;
  width: 250px;
  height: 1px;
  transition: none;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .right .chart--info h4:after,
  body.single-voices #what_we_bring .container .right .chart--info h4:after {
    width: calc(100vw - 100px - 200px - 420px);
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info h4:after,
  body.single-voices #what_we_bring .container .right .chart--info h4:after {
    width: calc(100vw - 100px - 80px - 223px);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right .chart--info h4:after,
  body.single-voices #what_we_bring .container .right .chart--info h4:after {
    display: none;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info strong,
body.single-voices #what_we_bring .container .right .chart--info strong {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info strong,
  body.single-voices #what_we_bring .container .right .chart--info strong {
    margin-top: 4px;
    font-size: 24px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--info span,
body.single-voices #what_we_bring .container .right .chart--info span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--info span,
  body.single-voices #what_we_bring .container .right .chart--info span {
    margin-top: 4px;
    font-size: 12px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot,
body.single-voices #what_we_bring .container .right .chart--dot {
  position: absolute;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot,
  body.single-voices #what_we_bring .container .right .chart--dot {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot,
  body.single-voices #what_we_bring .container .right .chart--dot {
    display: none;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(7),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(7) {
  top: -80px;
  right: 320px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(7),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(7) {
    top: -46px;
    right: 187px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(7):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(7):after {
  animation-delay: 0;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(8),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(8) {
  top: -50px;
  right: 220px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(8),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(8) {
    top: -32px;
    right: 121px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(8):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(8):after {
  animation-delay: -300ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(9),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(9) {
  top: 10px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(9),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(9) {
    top: 9px;
    right: 65px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(9):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(9):after {
  animation-delay: -600ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(10),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(10) {
  top: 100px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(10),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(10) {
    top: 65px;
    right: 24px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(10):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(10):after {
  animation-delay: -900ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(11),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(11) {
  top: 210px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(11),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(11) {
    top: 131px;
    right: 2px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(11):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(11):after {
  animation-delay: -1200ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(12),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(12) {
  bottom: 210px;
  right: 10px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(12),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(12) {
    bottom: 131px;
    right: 2px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(12):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(12):after {
  animation-delay: -1500ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(13),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(13) {
  bottom: 100px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(13),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(13) {
    bottom: 65px;
    right: 24px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(13):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(13):after {
  animation-delay: -1800ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(14),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(14) {
  bottom: 10px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(14),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(14) {
    bottom: 9px;
    right: 65px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(14):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(14):after {
  animation-delay: -2100ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(15),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(15) {
  bottom: -50px;
  right: 220px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(15),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(15) {
    bottom: -32px;
    right: 121px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(15):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(15):after {
  animation-delay: -2400ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(16),
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(16) {
  bottom: -80px;
  right: 320px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(16),
  body.single-voices #what_we_bring .container .right .chart--dot:nth-child(16) {
    bottom: -46px;
    right: 187px;
  }
}
body.page-template-voices #what_we_bring .container .right .chart--dot:nth-child(16):after,
body.single-voices #what_we_bring .container .right .chart--dot:nth-child(16):after {
  animation-delay: -2700ms;
}
body.page-template-voices #what_we_bring .container .right .chart--dot:after,
body.single-voices #what_we_bring .container .right .chart--dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  animation-name: chart-dot-pulse;
  animation-duration: 1500ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
body.page-template-voices #what_we_bring .container .logos,
body.single-voices #what_we_bring .container .logos {
  flex-basis: 100%;
  max-width: calc(100% - 397px - 100px);
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  body.page-template-voices #what_we_bring .container .logos,
  body.single-voices #what_we_bring .container .logos {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .logos,
  body.single-voices #what_we_bring .container .logos {
    max-width: calc(100% - 223px - 40px);
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #what_we_bring .container .logos,
  body.single-voices #what_we_bring .container .logos {
    max-width: 100%;
    margin-top: 11px;
  }
}
body.page-template-voices #what_we_bring .container .logos h3,
body.single-voices #what_we_bring .container .logos h3 {
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .logos h3,
  body.single-voices #what_we_bring .container .logos h3 {
    font-size: 20px;
  }
}
body.page-template-voices #what_we_bring .container .logos--inner,
body.single-voices #what_we_bring .container .logos--inner {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #what_we_bring .container .logos--inner,
  body.single-voices #what_we_bring .container .logos--inner {
    margin-top: 4px;
  }
}
body.page-template-voices #what_we_bring .container .logos--inner:before,
body.single-voices #what_we_bring .container .logos--inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-template-voices #what_we_bring .container .logos--inner:after,
body.single-voices #what_we_bring .container .logos--inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.page-template-voices #what_we_bring .container .logos--inner--wrapper,
body.single-voices #what_we_bring .container .logos--inner--wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 60px;
  transition: none;
}
body.page-template-voices #solutions,
body.single-voices #solutions {
  padding-top: 138px;
  padding-bottom: 121px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions,
  body.single-voices #solutions {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solutions,
  body.single-voices #solutions {
    padding-top: 63px;
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solutions .container > .dots,
  body.single-voices #solutions .container > .dots {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container > .dots .dot,
  body.single-voices #solutions .container > .dots .dot {
    width: 18px;
    height: 18px;
  }
}
body.page-template-voices #solutions .container h4,
body.single-voices #solutions .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container h4,
  body.single-voices #solutions .container h4 {
    font-size: 14px;
  }
}
body.page-template-voices #solutions .container h2,
body.single-voices #solutions .container h2 {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container h2,
  body.single-voices #solutions .container h2 {
    max-width: 435px;
    margin-top: 12px;
    font-size: 36px;
  }
}
body.page-template-voices #solutions .container .row,
body.single-voices #solutions .container .row {
  display: flex;
  justify-content: space-between;
  max-width: 1185px;
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container .row,
  body.single-voices #solutions .container .row {
    flex-direction: column;
    gap: 40px;
    max-width: 535px;
    margin-top: 60px;
  }
}
body.page-template-voices #solutions .container .row .col,
body.single-voices #solutions .container .row .col {
  flex: 1;
  max-width: 315px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container .row .col,
  body.single-voices #solutions .container .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 100%;
    min-height: 165px;
    padding-left: 205px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solutions .container .row .col,
  body.single-voices #solutions .container .row .col {
    min-height: 0;
    padding-left: 0;
  }
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots img,
body.single-voices #solutions .container .row .col:nth-child(1) .dots img {
  margin-left: 30px;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2) {
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(2):after {
  background: #ED7B6A;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3) {
  top: 50%;
  left: 60px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(3):after {
  background: #CEC8F4;
  animation-delay: -1800ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4) {
  top: 50%;
  left: 105px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(4):after {
  background: #CEC8F4;
  animation-delay: -2700ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5) {
  top: 50%;
  left: 150px;
  transform: translateY(calc(-50% - 1px));
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(5):after {
  background: #CEC8F4;
  animation-delay: -3600ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6) {
  top: 19px;
  left: 105px;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(6):after {
  background: #ED7B6A;
  animation-delay: -4500ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7) {
  top: 19px;
  left: 150px;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(7):after {
  background: #ED7B6A;
  animation-delay: -5400ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8) {
  bottom: 19px;
  left: 105px;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(8):after {
  background: #7966E5;
  animation-delay: -6300ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9),
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9) {
  bottom: 19px;
  left: 150px;
}
body.page-template-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9):after,
body.single-voices #solutions .container .row .col:nth-child(1) .dots .dot:nth-child(9):after {
  background: #ED7B6A;
  animation-delay: -7200ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots img,
body.single-voices #solutions .container .row .col:nth-child(2) .dots img {
  margin-left: 15px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2) {
  top: -18px;
  left: 8px;
  width: 60px;
  height: 60px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(2):after {
  background: #ED7B6A;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3) {
  top: 42px;
  left: 0;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(3):after {
  background: #ED7B6A;
  animation-delay: -1800ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4) {
  top: -15px;
  left: 84px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(4):after {
  background: #CEC8F4;
  animation-delay: -2700ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5) {
  top: 20px;
  left: 62px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(5):after {
  background: #ED7B6A;
  animation-delay: -3600ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6) {
  top: 67px;
  left: 35px;
  width: 60px;
  height: 60px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(6):after {
  background: #CEC8F4;
  animation-delay: -4500ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7) {
  top: 86px;
  left: 0;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(7):after {
  background: #7966E5;
  animation-delay: -5400ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8) {
  top: 125px;
  left: 33px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(8):after {
  background: #EDEEF2;
  animation-delay: -6300ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9) {
  top: 132px;
  left: 76px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(9):after {
  background: #CEC8F4;
  animation-delay: -7200ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10) {
  top: 102px;
  left: 93px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(10):after {
  background: #EDEEF2;
  animation-delay: -8100ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11) {
  top: -4px;
  left: 108px;
  width: 60px;
  height: 60px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(11):after {
  background: #EDEEF2;
  animation-delay: -9000ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12) {
  top: 55px;
  left: 108px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(12):after {
  background: #CEC8F4;
  animation-delay: -9900ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13),
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13) {
  top: 47px;
  left: 139px;
}
body.page-template-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13):after,
body.single-voices #solutions .container .row .col:nth-child(2) .dots .dot:nth-child(13):after {
  background: #EDEEF2;
  animation-delay: -10800ms;
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solutions .container .row .col:nth-child(2) h3,
  body.single-voices #solutions .container .row .col:nth-child(2) h3 {
    margin-top: 30px;
  }
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots img,
body.single-voices #solutions .container .row .col:nth-child(3) .dots img {
  margin-left: 21px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2) {
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(2):after {
  background: #CEC8F4;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3) {
  top: 50%;
  left: 111px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(3):after {
  background: #ED7B6A;
  animation-delay: -1800ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4) {
  top: -14px;
  left: 55px;
  width: 60px;
  height: 60px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(4):after {
  background: #7966E5;
  animation-delay: -2700ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5) {
  top: 98px;
  left: 55px;
  width: 60px;
  height: 60px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(5):after {
  background: #ED7B6A;
  animation-delay: -3600ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6) {
  top: 16px;
  left: 28px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(6):after {
  background: #ED7B6A;
  animation-delay: -4500ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7) {
  top: 16px;
  left: 112px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(7):after {
  background: #7966E5;
  animation-delay: -5400ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8) {
  top: 99px;
  left: 28px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(8):after {
  background: #ED7B6A;
  animation-delay: -6300ms;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9),
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9) {
  top: 99px;
  left: 112px;
}
body.page-template-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9):after,
body.single-voices #solutions .container .row .col:nth-child(3) .dots .dot:nth-child(9):after {
  background: #ED7B6A;
  animation-delay: -7200ms;
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solutions .container .row .col:nth-child(3) h3,
  body.single-voices #solutions .container .row .col:nth-child(3) h3 {
    margin-top: 20px;
  }
}
body.page-template-voices #solutions .container .row .col .dots,
body.single-voices #solutions .container .row .col .dots {
  display: flex;
  align-items: center;
  position: relative !important;
  z-index: 1;
  height: 144px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container .row .col .dots,
  body.single-voices #solutions .container .row .col .dots {
    position: absolute !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solutions .container .row .col .dots,
  body.single-voices #solutions .container .row .col .dots {
    position: relative !important;
    top: 0;
    transform: none;
  }
}
body.page-template-voices #solutions .container .row .col .dots .dot,
body.single-voices #solutions .container .row .col .dots .dot {
  position: absolute;
  width: 30px;
  height: 30px;
}
body.page-template-voices #solutions .container .row .col .dots .dot.hover:after,
body.single-voices #solutions .container .row .col .dots .dot.hover:after {
  animation-name: graphic-dot-hover;
  animation-duration: 1800ms;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-delay: 0s !important;
}
body.page-template-voices #solutions .container .row .col .dots .dot:after,
body.single-voices #solutions .container .row .col .dots .dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background: #212745;
  border-radius: 60px;
  transform: translate(-50%, -50%);
  animation-name: graphic-dot-pulse;
  animation-duration: 5400ms;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
body.page-template-voices #solutions .container .row .col h3,
body.single-voices #solutions .container .row .col h3 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: normal;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container .row .col h3,
  body.single-voices #solutions .container .row .col h3 {
    margin-top: 0;
    font-size: 20px;
  }
}
body.page-template-voices #solutions .container .row .col p,
body.single-voices #solutions .container .row .col p {
  margin-top: 30px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container .row .col p,
  body.single-voices #solutions .container .row .col p {
    margin-top: 20px;
    font-size: 16px;
  }
}
body.page-template-voices #solutions .container .lines,
body.single-voices #solutions .container .lines {
  position: relative;
  max-width: 1185px;
  height: 42px;
  margin-top: 60px;
}
body.page-template-voices #solutions .container .lines:after,
body.single-voices #solutions .container .lines:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 2px;
  background: #CEC8F4;
}
body.page-template-voices #solutions .container .lines--left,
body.single-voices #solutions .container .lines--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
}
body.page-template-voices #solutions .container .lines--right,
body.single-voices #solutions .container .lines--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
}
body.page-template-voices #solutions .container .lines--bottom,
body.single-voices #solutions .container .lines--bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #CEC8F4;
  transform: translateX(-50%);
}
body.page-template-voices #solutions .container p.center,
body.single-voices #solutions .container p.center {
  margin-top: 20px;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solutions .container p.center,
  body.single-voices #solutions .container p.center {
    font-size: 16px;
  }
}
body.page-template-voices #solution_always_on_md,
body.single-voices #solution_always_on_md {
  background: #4D3BB1;
}
body.page-template-voices #solution_always_on_md .container,
body.single-voices #solution_always_on_md .container {
  display: flex;
  gap: 40px;
  padding-top: 90px;
  padding-bottom: 51px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container,
  body.single-voices #solution_always_on_md .container {
    flex-direction: column;
    gap: 48px;
    padding-top: 67px;
    padding-bottom: 60px;
  }
}
body.page-template-voices #solution_always_on_md .container .left,
body.single-voices #solution_always_on_md .container .left {
  flex: 1;
}
body.page-template-voices #solution_always_on_md .container .left h4,
body.single-voices #solution_always_on_md .container .left h4 {
  margin-top: 60px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left h4,
  body.single-voices #solution_always_on_md .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.page-template-voices #solution_always_on_md .container .left h2,
body.single-voices #solution_always_on_md .container .left h2 {
  margin-top: 10px;
  max-width: 600px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left h2,
  body.single-voices #solution_always_on_md .container .left h2 {
    max-width: 640px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left h2,
  body.single-voices #solution_always_on_md .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_always_on_md .container .left p,
body.single-voices #solution_always_on_md .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left p,
  body.single-voices #solution_always_on_md .container .left p {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left p,
  body.single-voices #solution_always_on_md .container .left p {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_always_on_md .container .left p:nth-of-type(2),
body.single-voices #solution_always_on_md .container .left p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left p:nth-of-type(2),
  body.single-voices #solution_always_on_md .container .left p:nth-of-type(2) {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_always_on_md .container .left p:nth-of-type(2),
  body.single-voices #solution_always_on_md .container .left p:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.page-template-voices #solution_always_on_md .container .left ul,
body.single-voices #solution_always_on_md .container .left ul {
  margin: 60px 0;
}
body.page-template-voices #solution_always_on_md .container .left ul li,
body.single-voices #solution_always_on_md .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left ul li,
  body.single-voices #solution_always_on_md .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-voices #solution_always_on_md .container .left ul li:before,
body.single-voices #solution_always_on_md .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left ul li:before,
  body.single-voices #solution_always_on_md .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-voices #solution_always_on_md .container .left ul,
body.single-voices #solution_always_on_md .container .left ul {
  max-width: 600px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left ul,
  body.single-voices #solution_always_on_md .container .left ul {
    max-width: 640px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .left ul,
  body.single-voices #solution_always_on_md .container .left ul {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_always_on_md .container .left ul li,
body.single-voices #solution_always_on_md .container .left ul li {
  color: #FFFFFF;
}
body.page-template-voices #solution_always_on_md .container .left ul li:before,
body.single-voices #solution_always_on_md .container .left ul li:before {
  color: #FFFFFF;
}
body.page-template-voices #solution_always_on_md .container .right,
body.single-voices #solution_always_on_md .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 16.3888888889vw;
}
body.page-template-voices #solution_always_on_md .container .right:after,
body.single-voices #solution_always_on_md .container .right:after {
  content: "";
  position: absolute;
  top: -90px;
  right: calc(-50vw - 100px);
  bottom: -51px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .right:after,
  body.single-voices #solution_always_on_md .container .right:after {
    top: -588px;
    right: -40px;
    width: 40px;
    bottom: -60px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_always_on_md .container .right:after,
  body.single-voices #solution_always_on_md .container .right:after {
    right: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 393px) {
  body.page-template-voices #solution_always_on_md .container .right:after,
  body.single-voices #solution_always_on_md .container .right:after {
    top: -658px;
  }
}
body.page-template-voices #solution_always_on_md .container .right img,
body.single-voices #solution_always_on_md .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.page-template-voices #solution_always_on_md .container .right img:nth-child(1),
body.single-voices #solution_always_on_md .container .right img:nth-child(1) {
  max-width: 485px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(1),
  body.single-voices #solution_always_on_md .container .right img:nth-child(1) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(1),
  body.single-voices #solution_always_on_md .container .right img:nth-child(1) {
    max-width: 67.5vw;
  }
}
body.page-template-voices #solution_always_on_md .container .right img:nth-child(2),
body.single-voices #solution_always_on_md .container .right img:nth-child(2) {
  top: -1.4341590613%;
  left: 9.8333333333%;
  max-width: 485px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(2),
  body.single-voices #solution_always_on_md .container .right img:nth-child(2) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(2),
  body.single-voices #solution_always_on_md .container .right img:nth-child(2) {
    max-width: 67.5vw;
  }
}
body.page-template-voices #solution_always_on_md .container .right img:nth-child(3),
body.single-voices #solution_always_on_md .container .right img:nth-child(3) {
  top: 28.813559322%;
  left: 23.0555555556%;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(3),
  body.single-voices #solution_always_on_md .container .right img:nth-child(3) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(3),
  body.single-voices #solution_always_on_md .container .right img:nth-child(3) {
    max-width: 67.5vw;
  }
}
body.page-template-voices #solution_always_on_md .container .right img:nth-child(4),
body.single-voices #solution_always_on_md .container .right img:nth-child(4) {
  top: 59.0612777053%;
  left: 23.0555555556%;
  max-width: 465px;
  border-radius: 5px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.4);
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(4),
  body.single-voices #solution_always_on_md .container .right img:nth-child(4) {
    max-width: 42.75vw;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_always_on_md .container .right img:nth-child(4),
  body.single-voices #solution_always_on_md .container .right img:nth-child(4) {
    max-width: 67.5vw;
  }
}
body.page-template-voices #solution_always_on_md .container .right img:nth-child(n+2),
body.single-voices #solution_always_on_md .container .right img:nth-child(n+2) {
  position: absolute;
}
body.page-template-voices #solution_moments,
body.single-voices #solution_moments {
  position: relative;
  margin-top: 120px;
  background: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments:after,
  body.single-voices #solution_moments:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #131728;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments:after,
  body.single-voices #solution_moments:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #131728;
  }
}
body.page-template-voices #solution_moments .container,
body.single-voices #solution_moments .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 62px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container,
  body.single-voices #solution_moments .container {
    flex-direction: column;
  }
}
body.page-template-voices #solution_moments .container .left,
body.single-voices #solution_moments .container .left {
  flex: 1;
}
body.page-template-voices #solution_moments .container .left h4,
body.single-voices #solution_moments .container .left h4 {
  margin-top: 88px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #4D3BB1;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .left h4,
  body.single-voices #solution_moments .container .left h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
body.page-template-voices #solution_moments .container .left h2,
body.single-voices #solution_moments .container .left h2 {
  max-width: 600px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .left h2,
  body.single-voices #solution_moments .container .left h2 {
    max-width: 680px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .left h2,
  body.single-voices #solution_moments .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_moments .container .left p,
body.single-voices #solution_moments .container .left p {
  max-width: 600px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .left p,
  body.single-voices #solution_moments .container .left p {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .left p,
  body.single-voices #solution_moments .container .left p {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_moments .container .left p:nth-of-type(2),
body.single-voices #solution_moments .container .left p:nth-of-type(2) {
  margin-bottom: 60px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .left p:nth-of-type(2),
  body.single-voices #solution_moments .container .left p:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
body.page-template-voices #solution_moments .container .right,
body.single-voices #solution_moments .container .right {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .right,
  body.single-voices #solution_moments .container .right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 640px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .right,
  body.single-voices #solution_moments .container .right {
    gap: 0;
  }
}
body.page-template-voices #solution_moments .container .right:after,
body.single-voices #solution_moments .container .right:after {
  content: "";
  position: absolute;
  top: -62px;
  right: calc(-50vw - 100px);
  bottom: -58px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .right:after,
  body.single-voices #solution_moments .container .right:after {
    display: none;
  }
}
body.page-template-voices #solution_moments .container .right .video,
body.single-voices #solution_moments .container .right .video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 355px;
  height: 355px;
  border-radius: 355px;
  box-shadow: -10px 10px 0px 0px rgba(19, 23, 40, 0.2);
  transition: none;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .right .video,
  body.single-voices #solution_moments .container .right .video {
    flex: 0 0 auto;
    width: calc((100vw - 80px - 118px) / 3 - 10px);
    height: calc((100vw - 80px - 118px) / 3 - 10px);
    box-shadow: -6px 6px 0px 0px rgba(19, 23, 40, 0.2);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .right .video,
  body.single-voices #solution_moments .container .right .video {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .right .video:nth-child(1),
  body.single-voices #solution_moments .container .right .video:nth-child(1) {
    margin-top: 135px;
  }
}
body.page-template-voices #solution_moments .container .right .video:nth-child(2),
body.single-voices #solution_moments .container .right .video:nth-child(2) {
  margin-top: -158px;
  margin-left: 348px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .right .video:nth-child(2),
  body.single-voices #solution_moments .container .right .video:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .right .video:nth-child(2),
  body.single-voices #solution_moments .container .right .video:nth-child(2) {
    margin-left: -72px;
  }
}
body.page-template-voices #solution_moments .container .right .video:nth-child(3),
body.single-voices #solution_moments .container .right .video:nth-child(3) {
  margin-top: -137px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .right .video:nth-child(3),
  body.single-voices #solution_moments .container .right .video:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_moments .container .right .video:nth-child(3),
  body.single-voices #solution_moments .container .right .video:nth-child(3) {
    margin-top: 135px;
    margin-left: -52px;
  }
}
body.page-template-voices #solution_moments .container .right .video video,
body.single-voices #solution_moments .container .right .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
body.page-template-voices #solution_moments .container .dots,
body.single-voices #solution_moments .container .dots {
  top: 62px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_moments .container .dots,
  body.single-voices #solution_moments .container .dots {
    display: none;
  }
}
body.page-template-voices #solution_moments .container .dots:after,
body.single-voices #solution_moments .container .dots:after {
  display: none;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(2):after,
body.single-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(2):after {
  animation-delay: -600ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(3):after,
body.single-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(3):after {
  animation-delay: -900ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(4):after,
body.single-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(4):after {
  animation-delay: -1200ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(5):after,
body.single-voices #solution_moments .container .dots--row:nth-child(1) .dot:nth-child(5):after {
  animation-delay: -1500ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(1):after,
body.single-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(1):after {
  animation-delay: -1800ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(2):after,
body.single-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(2):after {
  animation-delay: -2100ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(3):after,
body.single-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(3):after {
  animation-delay: -2400ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(4):after,
body.single-voices #solution_moments .container .dots--row:nth-child(2) .dot:nth-child(4):after {
  animation-delay: -2700ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(1):after,
body.single-voices #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(1):after {
  animation-delay: -3000ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(2):after,
body.single-voices #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(2):after {
  animation-delay: -3300ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(3):after,
body.single-voices #solution_moments .container .dots--row:nth-child(3) .dot:nth-child(3):after {
  animation-delay: -3600ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(1):after,
body.single-voices #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(1):after {
  animation-delay: -3900ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(2):after,
body.single-voices #solution_moments .container .dots--row:nth-child(4) .dot:nth-child(2):after {
  animation-delay: -4200ms;
}
body.page-template-voices #solution_moments .container .dots--row:nth-child(5) .dot:nth-child(1):after,
body.single-voices #solution_moments .container .dots--row:nth-child(5) .dot:nth-child(1):after {
  animation-delay: -4500ms;
}
body.page-template-voices #solution_education,
body.single-voices #solution_education {
  position: relative;
  margin-top: 120px;
  background: #EDEEF2;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education,
  body.single-voices #solution_education {
    margin-top: 60px;
  }
  body.page-template-voices #solution_education:after,
  body.single-voices #solution_education:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: #131728;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education:after,
  body.single-voices #solution_education:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: #131728;
  }
}
body.page-template-voices #solution_education .container,
body.single-voices #solution_education .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 147px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container,
  body.single-voices #solution_education .container {
    flex-direction: column;
    gap: 62px;
    padding-top: 83px;
    padding-bottom: 216px;
  }
}
body.page-template-voices #solution_education .container .left h4,
body.single-voices #solution_education .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left h4,
  body.single-voices #solution_education .container .left h4 {
    font-size: 14px;
  }
}
body.page-template-voices #solution_education .container .left h2,
body.single-voices #solution_education .container .left h2 {
  max-width: 540px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left h2,
  body.single-voices #solution_education .container .left h2 {
    max-width: 680px;
    width: calc(100% - 40px);
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .left h2,
  body.single-voices #solution_education .container .left h2 {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_education .container .left p,
body.single-voices #solution_education .container .left p {
  max-width: 766px;
  margin-top: 60px;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left p,
  body.single-voices #solution_education .container .left p {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .left p,
  body.single-voices #solution_education .container .left p {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_education .container .left p:nth-of-type(n+2),
body.single-voices #solution_education .container .left p:nth-of-type(n+2) {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left p:nth-of-type(n+2),
  body.single-voices #solution_education .container .left p:nth-of-type(n+2) {
    font-size: 16px;
  }
}
body.page-template-voices #solution_education .container .left h3,
body.single-voices #solution_education .container .left h3 {
  max-width: 766px;
  margin-top: 64px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #4D3BB1;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left h3,
  body.single-voices #solution_education .container .left h3 {
    max-width: 680px;
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .left h3,
  body.single-voices #solution_education .container .left h3 {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_education .container .left h3:nth-of-type(n+2),
body.single-voices #solution_education .container .left h3:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left h3:nth-of-type(n+2),
  body.single-voices #solution_education .container .left h3:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
body.page-template-voices #solution_education .container .left ul,
body.single-voices #solution_education .container .left ul {
  margin: 60px 0;
}
body.page-template-voices #solution_education .container .left ul li,
body.single-voices #solution_education .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left ul li,
  body.single-voices #solution_education .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-voices #solution_education .container .left ul li:before,
body.single-voices #solution_education .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left ul li:before,
  body.single-voices #solution_education .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-voices #solution_education .container .left ul,
body.single-voices #solution_education .container .left ul {
  max-width: 766px;
  margin: 10px 0 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left ul,
  body.single-voices #solution_education .container .left ul {
    max-width: 680px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .left ul,
  body.single-voices #solution_education .container .left ul {
    width: calc(100% - 20px);
  }
}
body.page-template-voices #solution_education .container .left ul:last-of-type,
body.single-voices #solution_education .container .left ul:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .left ul:last-of-type,
  body.single-voices #solution_education .container .left ul:last-of-type {
    margin-bottom: 40px;
  }
}
body.page-template-voices #solution_education .container .right,
body.single-voices #solution_education .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-right: 270px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .right,
  body.single-voices #solution_education .container .right {
    width: 100%;
    padding-right: 0;
  }
}
body.page-template-voices #solution_education .container .right:after,
body.single-voices #solution_education .container .right:after {
  content: "";
  position: absolute;
  top: -147px;
  right: calc(-50vw - 100px);
  bottom: -120px;
  z-index: 0;
  width: calc(497px + 50vw);
  background: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .right:after,
  body.single-voices #solution_education .container .right:after {
    display: none;
  }
}
body.page-template-voices #solution_education .container .right .images,
body.single-voices #solution_education .container .right .images {
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .right .images,
  body.single-voices #solution_education .container .right .images {
    width: 100%;
  }
}
body.page-template-voices #solution_education .container .right .images img,
body.single-voices #solution_education .container .right .images img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.page-template-voices #solution_education .container .right .images img:nth-child(1),
body.single-voices #solution_education .container .right .images img:nth-child(1) {
  max-width: 484px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .right .images img:nth-child(1),
  body.single-voices #solution_education .container .right .images img:nth-child(1) {
    max-width: 48.75%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .right .images img:nth-child(1),
  body.single-voices #solution_education .container .right .images img:nth-child(1) {
    max-width: 50.2777777778%;
  }
}
body.page-template-voices #solution_education .container .right .images img:nth-child(2),
body.single-voices #solution_education .container .right .images img:nth-child(2) {
  position: absolute;
  top: 45.4248366013%;
  left: 31.9238900634%;
  max-width: 484px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .right .images img:nth-child(2),
  body.single-voices #solution_education .container .right .images img:nth-child(2) {
    max-width: 48.75%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .right .images img:nth-child(2),
  body.single-voices #solution_education .container .right .images img:nth-child(2) {
    max-width: 50.2777777778%;
  }
}
body.page-template-voices #solution_education .container .right .images img:nth-child(3),
body.single-voices #solution_education .container .right .images img:nth-child(3) {
  position: absolute;
  top: 118.137254902%;
  left: 57.9281183932%;
  max-width: 512px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .right .images img:nth-child(3),
  body.single-voices #solution_education .container .right .images img:nth-child(3) {
    max-width: 52.625%;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #solution_education .container .right .images img:nth-child(3),
  body.single-voices #solution_education .container .right .images img:nth-child(3) {
    max-width: 54.1666666667%;
  }
}
body.page-template-voices #solution_education .container .dots,
body.single-voices #solution_education .container .dots {
  top: 87px;
  left: auto;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #solution_education .container .dots,
  body.single-voices #solution_education .container .dots {
    display: none;
  }
}
body.page-template-voices #solution_education .container .dots--row:nth-child(2) .dot:nth-child(1):after,
body.single-voices #solution_education .container .dots--row:nth-child(2) .dot:nth-child(1):after {
  animation-delay: -600ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(2) .dot:nth-child(2):after,
body.single-voices #solution_education .container .dots--row:nth-child(2) .dot:nth-child(2):after {
  animation-delay: -900ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(3) .dot:nth-child(1):after,
body.single-voices #solution_education .container .dots--row:nth-child(3) .dot:nth-child(1):after {
  animation-delay: -1200ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(3) .dot:nth-child(2):after,
body.single-voices #solution_education .container .dots--row:nth-child(3) .dot:nth-child(2):after {
  animation-delay: -1500ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(3) .dot:nth-child(3):after,
body.single-voices #solution_education .container .dots--row:nth-child(3) .dot:nth-child(3):after {
  animation-delay: -1800ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(1):after,
body.single-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(1):after {
  animation-delay: -2100ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(2):after,
body.single-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(2):after {
  animation-delay: -2400ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(3):after,
body.single-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(3):after {
  animation-delay: -2700ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(4):after,
body.single-voices #solution_education .container .dots--row:nth-child(4) .dot:nth-child(4):after {
  animation-delay: -3000ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(1):after,
body.single-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(1):after {
  animation-delay: -3300ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(2):after,
body.single-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(2):after {
  animation-delay: -3600ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(3):after,
body.single-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(3):after {
  animation-delay: -3900ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(4):after,
body.single-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(4):after {
  animation-delay: -4200ms;
}
body.page-template-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(5):after,
body.single-voices #solution_education .container .dots--row:nth-child(5) .dot:nth-child(5):after {
  animation-delay: -4500ms;
}
body.page-template-voices #measurement_optimization,
body.single-voices #measurement_optimization {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization,
  body.single-voices #measurement_optimization {
    padding-top: 90px;
  }
}
body.page-template-voices #measurement_optimization .container,
body.single-voices #measurement_optimization .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container,
  body.single-voices #measurement_optimization .container {
    flex-direction: column;
  }
}
body.page-template-voices #measurement_optimization .container .left h4,
body.single-voices #measurement_optimization .container .left h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .left h4,
  body.single-voices #measurement_optimization .container .left h4 {
    font-size: 14px;
  }
}
body.page-template-voices #measurement_optimization .container .left h2,
body.single-voices #measurement_optimization .container .left h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .left h2,
  body.single-voices #measurement_optimization .container .left h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.page-template-voices #measurement_optimization .container .left ul,
body.single-voices #measurement_optimization .container .left ul {
  margin: 60px 0;
}
body.page-template-voices #measurement_optimization .container .left ul li,
body.single-voices #measurement_optimization .container .left ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .left ul li,
  body.single-voices #measurement_optimization .container .left ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
body.page-template-voices #measurement_optimization .container .left ul li:before,
body.single-voices #measurement_optimization .container .left ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #131728;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .left ul li:before,
  body.single-voices #measurement_optimization .container .left ul li:before {
    left: 8px;
    font-size: 16px;
  }
}
body.page-template-voices #measurement_optimization .container .left ul,
body.single-voices #measurement_optimization .container .left ul {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .left ul,
  body.single-voices #measurement_optimization .container .left ul {
    margin-top: 20px;
  }
}
body.page-template-voices #measurement_optimization .container .left ul li,
body.single-voices #measurement_optimization .container .left ul li {
  color: #FFFFFF;
}
body.page-template-voices #measurement_optimization .container .left ul li:before,
body.single-voices #measurement_optimization .container .left ul li:before {
  color: #FFFFFF;
}
body.page-template-voices #measurement_optimization .container .left small,
body.single-voices #measurement_optimization .container .left small {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
}
body.page-template-voices #measurement_optimization .container .right,
body.single-voices #measurement_optimization .container .right {
  flex: 0 0 auto;
  position: relative;
  padding-left: 166px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .right,
  body.single-voices #measurement_optimization .container .right {
    align-self: center;
    width: 66.875%;
    padding-left: 0;
    transform: translateX(-58px);
  }
}
body.page-template-voices #measurement_optimization .container .right img,
body.single-voices #measurement_optimization .container .right img {
  position: relative;
  z-index: 1;
  transition: none;
}
body.page-template-voices #measurement_optimization .container .right img:nth-child(1),
body.single-voices #measurement_optimization .container .right img:nth-child(1) {
  max-width: 610px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .right img:nth-child(1),
  body.single-voices #measurement_optimization .container .right img:nth-child(1) {
    width: 100%;
    margin-left: 115px;
  }
}
body.page-template-voices #measurement_optimization .container .right img:nth-child(2),
body.single-voices #measurement_optimization .container .right img:nth-child(2) {
  position: absolute;
  top: 25.4368932039%;
  left: 0;
  z-index: 0;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #measurement_optimization .container .right img:nth-child(2),
  body.single-voices #measurement_optimization .container .right img:nth-child(2) {
    width: 100%;
  }
}
body.page-template-voices #results,
body.single-voices #results {
  padding-top: 139px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results,
  body.single-voices #results {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container,
  body.single-voices #results .container {
    display: flex;
    flex-direction: column;
  }
}
body.page-template-voices #results .container h4,
body.single-voices #results .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container h4,
  body.single-voices #results .container h4 {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results .container h4,
  body.single-voices #results .container h4 {
    font-size: 14px;
  }
}
body.page-template-voices #results .container h2,
body.single-voices #results .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container h2,
  body.single-voices #results .container h2 {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results .container h2,
  body.single-voices #results .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.page-template-voices #results .container p,
body.single-voices #results .container p {
  max-width: 785px;
  margin-top: 60px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container p,
  body.single-voices #results .container p {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results .container p,
  body.single-voices #results .container p {
    max-width: 535px;
    margin-top: 20px;
    font-size: 16px;
  }
}
body.page-template-voices #results .container small,
body.single-voices #results .container small {
  display: block;
  max-width: 766px;
  margin-top: 646px;
  font-size: 15px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1540px) {
  body.page-template-voices #results .container small,
  body.single-voices #results .container small {
    margin-top: 896px;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container small,
  body.single-voices #results .container small {
    order: 5;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results .container small,
  body.single-voices #results .container small {
    max-width: 535px;
    font-size: 13px;
  }
}
body.page-template-voices #results .container small.smaller,
body.single-voices #results .container small.smaller {
  margin-top: 32px;
  font-size: 13px;
  color: #CEC8F4;
}
body.page-template-voices #results .container .boxes,
body.single-voices #results .container .boxes {
  position: absolute;
  top: 29px;
  left: 100px;
  right: 100px;
  bottom: 29px;
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  body.page-template-voices #results .container .boxes,
  body.single-voices #results .container .boxes {
    top: 360px;
  }
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container .boxes,
  body.single-voices #results .container .boxes {
    order: 4;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
}
body.page-template-voices #results .container .boxes .box,
body.single-voices #results .container .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  max-width: 540px;
  width: 30vw;
  max-height: 370px;
  height: 20.5555555556vw;
  box-shadow: -20px 20px 0px 0px rgba(19, 23, 40, 0.2);
  transition: none;
}
@media screen and (max-width: 1440px) {
  body.page-template-voices #results .container .boxes .box,
  body.single-voices #results .container .boxes .box {
    position: static;
    width: calc(50% - 10px);
    height: auto;
    padding: 51px 0 49px;
    transform: none !important;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-voices #results .container .boxes .box,
  body.single-voices #results .container .boxes .box {
    width: 100%;
    padding: 20px 0;
  }
}
body.page-template-voices #results .container .boxes .box:nth-child(1),
body.single-voices #results .container .boxes .box:nth-child(1) {
  top: 36.3815142576%;
  left: 0;
  background: #4D3BB1;
}
body.page-template-voices #results .container .boxes .box:nth-child(2),
body.single-voices #results .container .boxes .box:nth-child(2) {
  top: 49.7541789577%;
  left: 25.9375%;
  background: #ED7B6A;
}
body.page-template-voices #results .container .boxes .box:nth-child(2) .box--info,
body.single-voices #results .container .boxes .box:nth-child(2) .box--info {
  color: #EDEEF2;
}
body.page-template-voices #results .container .boxes .box:nth-child(3),
body.single-voices #results .container .boxes .box:nth-child(3) {
  top: 29.9901671583%;
  right: 14.375%;
  background: #7966E5;
}
body.page-template-voices #results .container .boxes .box:nth-child(4),
body.single-voices #results .container .boxes .box:nth-child(4) {
  top: 0;
  right: 0;
  background: #EDEEF2;
}
body.page-template-voices #results .container .boxes .box:nth-child(4) .box--stat,
body.single-voices #results .container .boxes .box:nth-child(4) .box--stat {
  color: #4D3BB1;
}
body.page-template-voices #results .container .boxes .box:nth-child(4) .box--info,
body.single-voices #results .container .boxes .box:nth-child(4) .box--info {
  color: #4D3BB1;
}
body.page-template-voices #results .container .boxes .box:nth-child(5),
body.single-voices #results .container .boxes .box:nth-child(5) {
  right: 0;
  bottom: 0;
  background: #4D3BB1;
}
body.page-template-voices #results .container .boxes .box--stat,
body.single-voices #results .container .boxes .box--stat {
  font-family: "Figtree", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results .container .boxes .box--stat,
  body.single-voices #results .container .boxes .box--stat {
    font-size: 48px;
  }
}
body.page-template-voices #results .container .boxes .box--info,
body.single-voices #results .container .boxes .box--info {
  margin-top: 13px;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #results .container .boxes .box--info,
  body.single-voices #results .container .boxes .box--info {
    margin-top: 10px;
    font-size: 16px;
  }
}
body.page-template-voices #contact,
body.single-voices #contact {
  padding-top: 179px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact,
  body.single-voices #contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
body.page-template-voices #contact .container h4,
body.single-voices #contact .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container h4,
  body.single-voices #contact .container h4 {
    font-size: 14px;
  }
}
body.page-template-voices #contact .container h2,
body.single-voices #contact .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container h2,
  body.single-voices #contact .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
body.page-template-voices #contact .container p,
body.single-voices #contact .container p {
  max-width: 770px;
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container p,
  body.single-voices #contact .container p {
    max-width: 535px;
    font-size: 16px;
  }
}
body.page-template-voices #contact .container .gform_wrapper,
body.single-voices #contact .container .gform_wrapper {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container .gform_wrapper,
  body.single-voices #contact .container .gform_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}
body.page-template-voices #contact .container .gform_wrapper .gform_validation_errors,
body.single-voices #contact .container .gform_wrapper .gform_validation_errors {
  display: none;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields,
  body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label,
  body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
    font-size: 14px;
  }
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_required,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_required {
  display: none;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ED7B6A;
  border: none;
  background: none;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice {
  position: relative;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input {
  position: absolute;
  left: -99999px;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label {
  padding-left: 30px;
  cursor: pointer;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(237, 238, 242, 0.2);
  border-radius: 2px;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 2px;
  transform: scale(0.5);
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  border-radius: 20px;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  border-radius: 12px;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text], body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel], body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email], body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text],
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel],
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email],
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: rgba(237, 238, 242, 0.2);
  border: none;
  border-radius: 2px 48px 48px 48px;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus, body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus {
  color: #131728;
  background: #FFFFFF;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  padding: 12px 24px;
  resize: none;
}
body.page-template-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield h4,
body.single-voices #contact .container .gform_wrapper .gform-body .gform_fields .gfield h4 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
}
body.page-template-voices #contact .container .gform_wrapper .gform_footer,
body.single-voices #contact .container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 30px 0 0;
}
body.page-template-voices #contact .container .gform_wrapper .gform_footer input,
body.single-voices #contact .container .gform_wrapper .gform_footer input {
  margin: 0;
  color: #FFFFFF !important;
  background: #ED7B6A;
  line-height: initial;
  cursor: pointer;
}
body.page-template-voices #contact .container .gform_wrapper .gform_footer input:hover,
body.single-voices #contact .container .gform_wrapper .gform_footer input:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
body.page-template-voices #contact .container .gform_confirmation_wrapper .gform_confirmation_message,
body.single-voices #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container .gform_confirmation_wrapper .gform_confirmation_message,
  body.single-voices #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}
body.page-template-voices #contact .container .dots,
body.single-voices #contact .container .dots {
  bottom: 64px;
}
@media screen and (max-width: 1024px) {
  body.page-template-voices #contact .container .dots,
  body.single-voices #contact .container .dots {
    display: none;
  }
}
body.page-template-voices #intro,
body.single-voices #intro {
  background-repeat: no-repeat;
  background-size: 770px;
  background-position: 90% 25%;
  position: relative;
}
body.page-template-voices #intro .video,
body.single-voices #intro .video {
  background-image: url("/wp-content/themes/biopharm-redesign/assets/img/voice_bg.png");
  background-repeat: no-repeat;
  background-size: 770px;
  width: 770px;
  height: 729px;
  position: absolute;
  top: 80px;
  right: 3%;
}
@media (max-width: 1350px) {
  body.page-template-voices #intro .video,
  body.single-voices #intro .video {
    background-size: 500px;
    width: 500px;
  }
}
@media (max-width: 1300px) {
  body.page-template-voices #intro .video,
  body.single-voices #intro .video {
    right: -10%;
  }
}
@media (max-width: 1097px) {
  body.page-template-voices #intro .video,
  body.single-voices #intro .video {
    display: none;
  }
}
body.page-template-voices #intro .video video,
body.single-voices #intro .video video {
  width: 355px;
  height: 355px;
  position: absolute;
  border-radius: 50%;
  left: 178px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 230px;
}
@media (max-width: 1350px) {
  body.page-template-voices #intro .video video,
  body.single-voices #intro .video video {
    left: 120px;
    top: 160px;
    width: 225px;
    height: 225px;
  }
}
body.page-template-voices #intro .container .voices-list,
body.single-voices #intro .container .voices-list {
  max-width: 770px;
}
body.page-template-voices #intro .container .voices-list .voice-list--item,
body.single-voices #intro .container .voices-list .voice-list--item {
  border-bottom: 1px solid rgba(237, 238, 242, 0.2);
  margin-top: 30px;
}
body.page-template-voices #intro .container .voices-list .voice-list--item:first-of-type,
body.single-voices #intro .container .voices-list .voice-list--item:first-of-type {
  padding-top: 75px;
}
body.page-template-voices #intro .container .voices-list .voice-list--item:last-of-type,
body.single-voices #intro .container .voices-list .voice-list--item:last-of-type {
  border-bottom: 0;
}
body.page-template-voices #intro .container .voices-list .voice-list--item--topic,
body.single-voices #intro .container .voices-list .voice-list--item--topic {
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 15px;
  margin-bottom: 10px;
}
body.page-template-voices #intro .container .voices-list .voice-list--item--title,
body.single-voices #intro .container .voices-list .voice-list--item--title {
  margin-bottom: 30px;
}
body.page-template-voices #intro .container .voices-list .voice-list--item--title a,
body.single-voices #intro .container .voices-list .voice-list--item--title a {
  color: #ED7B6A;
  font-size: 20px;
}

body.single-voices #intro {
  background-image: none !important;
}
body.single-voices #intro .container {
  padding-bottom: 75px;
}
body.single-voices .voice_post {
  position: relative;
}
body.single-voices .voice_post .container {
  padding: 80px 100px 0;
  width: 100%;
  max-width: 1285px;
  margin: unset;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.single-voices .voice_post .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.single-voices .voice_post--image {
  padding: 30px 0;
}
body.single-voices .voice_post--image img {
  width: 100%;
}
body.single-voices .voice_post--text {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  line-height: 27.32px;
}
body.single-voices .voice_post--text p {
  padding: 20px 0;
}
body.single-voices .voice_post--text a {
  color: #CC3119;
}
body.single-voices .voice_post--text ol,
body.single-voices .voice_post--text li {
  padding-left: 18px;
}
body.single-voices .voice_post--pull-quote {
  background: #4D3BB1;
  padding: 60px;
  margin: 30px 0;
}
body.single-voices .voice_post--pull-quote--inner {
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
body.single-voices .voice_post--bold-text {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 700;
}
body.single-voices .voice_post--video {
  margin: 30px 0;
}
body.single-voices .voice_post--video video {
  width: 100%;
}
body.single-voices .voice_post--divider {
  width: 100%;
  height: 1px;
  background: #131728;
  opacity: 0.2;
  margin-bottom: 8px;
  margin-top: 30px;
}
body.single-voices .voice_post--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  padding-bottom: 8px;
}
body.single-voices .voice_post--meta--share {
  display: flex;
  align-items: center;
  font-weight: 700;
}
body.single-voices .voice_post .dots.bottom {
  bottom: 100px;
}
body.single-voices .voice_post .dots.top {
  top: 80px;
  right: 100px;
}

.videos-list {
  padding-top: 20px;
}
.videos-list a {
  color: #ED7B6A;
  font-size: 20px;
  line-height: 180%;
}

.single-videos #contact {
  padding-top: 179px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.single-videos #contact .container h4 {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #ED7B6A;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container h4 {
    font-size: 14px;
  }
}
.single-videos #contact .container h2 {
  max-width: 770px;
  margin-top: 10px;
  font-family: "Figtree", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container h2 {
    max-width: 535px;
    font-size: 36px;
  }
}
.single-videos #contact .container p {
  max-width: 770px;
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container p {
    max-width: 535px;
    font-size: 16px;
  }
}
.single-videos #contact .container .gform_wrapper {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container .gform_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}
.single-videos #contact .container .gform_wrapper .gform_validation_errors {
  display: none;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container .gform_wrapper .gform-body .gform_fields {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_label {
    font-size: 14px;
  }
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_required {
  display: none;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ED7B6A;
  border: none;
  background: none;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice {
  position: relative;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input {
  position: absolute;
  left: -99999px;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label {
  padding-left: 30px;
  cursor: pointer;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(237, 238, 242, 0.2);
  border-radius: 2px;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 2px;
  transform: scale(0.5);
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  border-radius: 20px;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  border-radius: 12px;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text], .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel], .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email], .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: rgba(237, 238, 242, 0.2);
  border: none;
  border-radius: 2px 48px 48px 48px;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus, .single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus {
  color: #131728;
  background: #FFFFFF;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  padding: 12px 24px;
  resize: none;
}
.single-videos #contact .container .gform_wrapper .gform-body .gform_fields .gfield h4 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
}
.single-videos #contact .container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 30px 0 0;
}
.single-videos #contact .container .gform_wrapper .gform_footer input {
  margin: 0;
  color: #FFFFFF !important;
  background: #ED7B6A;
  line-height: initial;
  cursor: pointer;
}
.single-videos #contact .container .gform_wrapper .gform_footer input:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
.single-videos #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}
.single-videos #contact .container .dots {
  bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .single-videos #contact .container .dots {
    display: none;
  }
}
.single-videos #intro {
  padding-top: 40px;
}

#voice_post .dots {
  display: none;
}

.page-template-default section {
  padding-top: 102px;
  padding-bottom: 59px;
}
@media screen and (max-width: 1024px) {
  .page-template-default section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.page-template-default section .container {
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container {
    font-size: 16px;
  }
}
.page-template-default section .container p {
  padding-bottom: 40px;
}
.page-template-default section .container p a {
  text-decoration: underline;
  color: #ED7B6A;
}
.page-template-default section .container h3 {
  margin-bottom: 40px;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container h3 {
    font-size: 24px;
  }
}
.page-template-default section .container .table-wrapper {
  overflow: auto;
}
.page-template-default section .container table {
  min-width: 600px;
  margin-bottom: 40px;
  border: 1px solid #CEC8F4;
  border-collapse: collapse;
}
.page-template-default section .container table tr {
  border-bottom: 1px solid #CEC8F4;
}
.page-template-default section .container table tr:first-child th, .page-template-default section .container table tr:first-child td {
  padding: 19px 23px 26px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container table tr:first-child th, .page-template-default section .container table tr:first-child td {
    padding: 12px;
  }
}
.page-template-default section .container table tr:last-child {
  border-bottom: none;
}
.page-template-default section .container table tr th, .page-template-default section .container table tr td {
  vertical-align: top;
  padding: 30px 23px 24px;
  border-left: 1px solid #CEC8F4;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container table tr th, .page-template-default section .container table tr td {
    padding: 12px;
  }
}
.page-template-default section .container table tr th:first-child, .page-template-default section .container table tr td:first-child {
  width: 40%;
  border-left: none;
}
.page-template-default section .container .tabs {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container .tabs {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-default section .container .tabs button.active {
  color: #FFFFFF !important;
  background: #ED7B6A;
}
.page-template-default section .container .panel {
  display: none;
}
.page-template-default section .container .panel.active {
  display: block;
}
.page-template-default section .container .gform_wrapper {
  position: relative;
  z-index: 1;
  max-width: 770px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container .gform_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}
.page-template-default section .container .gform_wrapper .gform_validation_errors {
  display: none;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container .gform_wrapper .gform-body .gform_fields {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_label {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_label {
    font-size: 14px;
  }
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_required {
  display: none;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_validation_message {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #ED7B6A;
  border: none;
  background: none;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice {
  position: relative;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input {
  position: absolute;
  left: -99999px;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input:checked + label:after, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label {
  padding-left: 30px;
  cursor: pointer;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:before, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(237, 238, 242, 0.2);
  border-radius: 2px;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_checkbox .gchoice input + label:after, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 2px;
  transform: scale(0.5);
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:before {
  border-radius: 20px;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield_radio .gchoice input + label:after {
  border-radius: 12px;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text], .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel], .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email], .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: rgba(237, 238, 242, 0.2);
  border: none;
  border-radius: 2px 48px 48px 48px;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield input[type=text]:focus, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield input[type=tel]:focus, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield input[type=email]:focus, .page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield textarea:focus {
  color: #131728;
  background: #FFFFFF;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield textarea {
  padding: 12px 24px;
  resize: none;
}
.page-template-default section .container .gform_wrapper .gform-body .gform_fields .gfield h4 {
  margin-top: 40px;
  font-family: "Figtree", sans-serif;
}
.page-template-default section .container .gform_wrapper .gform_footer {
  margin: 0;
  padding: 30px 0 0;
}
.page-template-default section .container .gform_wrapper .gform_footer input {
  margin: 0;
  color: #FFFFFF !important;
  background: #ED7B6A;
  line-height: initial;
  cursor: pointer;
}
.page-template-default section .container .gform_wrapper .gform_footer input:hover {
  color: #ED7B6A !important;
  background: #FFFFFF;
}
.page-template-default section .container .gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 44px;
  font-size: 20px;
  line-height: normal;
  color: #CEC8F4;
}
@media screen and (max-width: 1024px) {
  .page-template-default section .container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
  }
}
/*# sourceMappingURL=styles.css.map */
