@font-face {
  font-family: "Formular";
  src: url(../fonts/formular/formular.woff); }

@font-face {
  font-family: "Jagger";
  src: url(../fonts/jagger/F37Jagger-Bold.otf); }

*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; }

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: calc(1068px - 10%); }

.single-post article .entry-content,
.single-post article .entry-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; }

.pagination-single {
  padding-bottom: 100px; }

.single-post article .entry-content a {
  color: #00f082; }

.single-post .featured-media img {
  width: 100%;
  height: auto; }

.single-post article.type-post.category-blog {
  background-color: #1a164e; }

/** Overwrites because wordpress can be stupid */
.singular .entry-header,
.singular .featured-media::before {
  background-color: #090632; }

h1.entry-title,
h2.entry-title {
  color: #00f082;
  font-family: "Formular";
  font-size: 46px;
  text-transform: uppercase; }

.singular:not(.overlay-header) .entry-header .post-meta a {
  color: white;
  font-size: 22px; }

.singular:not(.overlay-header) .entry-header a,
.pagination-single a {
  color: #00f082;
  font-family: "Formular"; }

blockquote {
  border-left: 2px solid #00f082; }

.singular .entry-header {
  padding-top: 160px; }

.post-meta svg * {
  fill: white; }

.header-toggles:only-child .nav-toggle .toggle-inner {
  padding-top: 20px; }

.header-toggles .toggle {
  padding: 0 2rem 0 0; }

/** END OF OVERWRITES */
/* Video JS */
.hero-video {
  max-width: 100% !important;
  position: relative; }

.hero-video .logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  z-index: 80; }

.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

.hero-video .video-js .vjs-big-play-button {
  z-index: 90; }

.modal-window__content {
  padding: 20px 40px; }

.modal-window__content .modal-window__content-main p {
  font-size: 22px; }

.modal-window__content form.wpcf7-form {
  margin-top: 0; }

.stylized-wrapper {
  padding: 50px 20px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 10px 1px rgba(198, 115, 255, 0.4);
  align-items: flex-start; }

/* Slider */
.simply-scroll {
  width: 100%; }

.simply-scroll .simply-scroll-clip {
  width: 100%; }

.bg-dark-blue {
  background-color: #090632; }

.bg-light-blue {
  background-color: #1a164e; }

body {
  background-color: #090632;
  color: #fff;
  opacity: 0;
  /* Styles for CF7 form */ }

body div.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body #post-32 .wp-block-group.alignwide,
body #post-32 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1 {
  margin-top: 0; }

body form.wpcf7-form {
  margin-top: 50px;
  opacity: 1;
  padding: 20px; }

body form.wpcf7-form input, body form.wpcf7-form textarea {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  color: #fff;
  background-color: #090632;
  border: 1px solid rgba(0, 240, 130, 0.2);
  text-align: center;
  outline: none;
  transition: border-color 500ms; }

body form.wpcf7-form input::placeholder, body form.wpcf7-form textarea::placeholder {
  color: #00f082; }

body form.wpcf7-form input:focus, body form.wpcf7-form input:active, body form.wpcf7-form input:hover, body form.wpcf7-form textarea:focus, body form.wpcf7-form textarea:active, body form.wpcf7-form textarea:hover {
  border-bottom: 1px solid #00f082; }

body form.wpcf7-form input[type=submit] {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
  height: 60px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #00f082;
  cursor: pointer;
  background: #00f082;
  background: linear-gradient(to right, #00f082 50%, rgba(0, 240, 130, 0.2) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease; }

body form.wpcf7-form input[type=submit]:hover {
  color: #fff;
  background-position: right bottom; }

body form.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 20px auto;
  background-color: #00f082; }

body form.wpcf7-form .wpcf7-response-output {
  width: 100%;
  max-width: 520px;
  padding: 20px;
  margin: 0 auto; }

body #site-header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 100; }

body #site-header.fixed {
  background-color: #090632; }

body #site-header .header-titles {
  display: none; }

body #site-header .header-titles.sticky {
  display: block; }

body #site-header .header-inner {
  padding: 4rem;
  width: calc(100% - 8rem);
  background-color: transparent; }

body #site-header .header-inner.sticky {
  background-color: #090632; }

body #site-header .header-inner .toggle {
  text-align: right; }

body .menu-modal .menu-modal-inner {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, border-radius 0.5s ease-in-out;
  border-left: 2px solid #090632;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

body .menu-modal.active .menu-modal-inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

body .menu-modal .menu-top button span {
  color: #fff; }

body .menu-modal .menu-top .expanded-menu {
  position: relative; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu {
  width: 100%;
  max-width: 650px;
  border: none;
  margin: 100px auto 0;
  position: relative; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li {
  border: none;
  transition: all 0.5s;
  position: relative;
  width: 100%;
  line-height: 5.4em;
  text-align: center; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li .ancestor-wrapper {
  position: relative;
  height: 100px; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li a {
  font-size: 56px;
  font-family: "Jagger";
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.5s;
  opacity: 0;
  position: absolute;
  width: auto; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li a.odd {
  left: 0; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li a.even {
  right: 0; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li a.loading {
  color: #00f082 !important; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li:hover a {
  color: #00f082; }

body .menu-modal .menu-top .expanded-menu ul.modal-menu li.home a {
  left: 50px; }

body .menu-modal .menu-top .header-expanded-wrapper {
  margin: 0;
  max-width: 100%; }

body .menu-modal .menu-top .header-expanded-wrapper .header-titles {
  width: 100%;
  max-width: 141px;
  height: auto;
  margin: 0; }

body .menu-modal .menu-top .header-expanded-wrapper .header-titles img {
  width: 100%;
  height: auto; }

body .menu-modal .menu-top .header-expanded-wrapper button {
  padding: 3.1rem 0; }

body .menu-modal .menu-top .header-expanded-wrapper button .toggle-inner {
  height: 25px; }

body .menu-modal .menu-top .header-expanded-wrapper button.close-nav-toggle {
  justify-content: flex-start; }

body .menu-modal .menu-top .header-expanded-wrapper button svg {
  height: 25px;
  width: 25px; }

body .menu-modal .menu-top .header-expanded-wrapper button svg circle {
  fill: #00f082; }

body .menu-modal .menu-modal-inner {
  width: 100%;
  background-color: #090632; }

body .menu-modal .menu-modal-inner li a {
  color: #fff; }

body.category-blog .blog-category {
  margin-bottom: 160px;
  padding-bottom: 0 !important; }

body.category-blog .blog-category .category-blog h3 {
  margin-bottom: 0; }

body.category-blog .blog-category .category-blog h3 p {
  padding: 0;
  margin: 0; }

body.category-blog .blog-full-width-wrapper {
  background-color: #1a164e; }

body.category-blog .blog-full-width-wrapper .page-insights {
  padding: 0; }

body.category-blog .blog-full-width-wrapper .page-insights .insights-container {
  margin: 0 auto;
  padding: 160px 0 140px; }

body.category-blog .blog-full-width-wrapper .page-insights .insights-flexbox .insight .insight-video {
  height: 340px;
  box-shadow: 0 0 10px 1px rgba(198, 115, 255, 0.4);
  margin-bottom: 10px; }

body .page-insights {
  padding-top: 200px;
  padding-bottom: 200px;
  /** Mailchimp form override */ }

body .page-insights h2 {
  color: #fff;
  font-family: "Formular";
  font-size: 64px;
  font-weight: 300;
  opacity: 0; }

body .page-insights h3 {
  color: #00f082;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 36px;
  font-family: "Formular";
  font-weight: normal; }

body .page-insights #mc_embed_signup {
  clear: left;
  width: 100%;
  max-width: 1200px;
  margin: 150px auto 100px;
  opacity: 0; }

body .page-insights #mc_embed_signup form {
  text-align: center;
  padding: 0; }

body .page-insights #mc_embed_signup .optionalParent div {
  margin: 0 auto; }

body .page-insights #mc_embed_signup div#mce-responses {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  float: none;
  top: 0; }

body .page-insights #mc_embed_signup div.response {
  width: 100%; }

body .page-insights #mc_embed_signup #mce-success-response {
  color: #00f082; }

body .page-insights #mc_embed_signup #mce-error-response {
  color: red; }

body .page-insights #mc_embed_signup .button {
  width: 220px;
  height: 60px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #00f082;
  cursor: pointer;
  border-radius: 0;
  background: #00f082;
  background: linear-gradient(to right, #00f082 50%, rgba(0, 240, 130, 0.2) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease; }

body .page-insights #mc_embed_signup .button:hover {
  color: #fff;
  background-position: right bottom; }

body .page-insights #mc_embed_signup .mc-field-group {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto; }

body .page-insights #mc_embed_signup .mc-field-group input {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  color: #fff;
  background-color: #090632;
  border: 1px solid rgba(0, 240, 130, 0.2);
  text-align: center;
  outline: none;
  transition: border-color 500ms;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  padding: 1.5rem 1.8rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

body .page-insights #mc_embed_signup .mc-field-group input::placeholder {
  color: #00f082; }

body .page-insights #mc_embed_signup .mc-field-group input:focus, body .page-insights #mc_embed_signup .mc-field-group input:active, body .page-insights #mc_embed_signup .mc-field-group input:hover {
  border-bottom: 1px solid #00f082; }

body .page-insights #mc_embed_signup .foot {
  width: 100%; }

body .page-insights #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-width: 1px; }

body .page-insights .insights-container {
  width: 100%;
  max-width: 1200px;
  margin: 150px auto 50px; }

body .page-insights .insights-container .insights:after {
  content: "";
  display: block;
  clear: both; }

body .page-insights .insights-container .insights .insight {
  width: 49%;
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-bottom: 60px; }

body .page-insights .insights-container .insights .insight.spacer {
  margin-left: -10px; }

body .page-insights .insights-container .insights .insight .insight-video {
  position: relative; }

body .page-insights .insights-container .insights .insight .insight-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #000;
  opacity: 0;
  transform: scale(0.1);
  transition: opacity 0.5s, transform 1s;
  z-index: 2; }

body .page-insights .insights-container .insights .insight .insight-video iframe.active {
  opacity: 1;
  transform: scale(1); }

body .page-insights .insights-container .insights .insight .insight-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.1);
  transition: opacity 0.5s, transform 500ms;
  z-index: 1; }

body .page-insights .insights-container .insights .insight .insight-video .thumbnail {
  width: 100%;
  height: auto; }

body .page-insights .insights-container .insights .insight .insight-video:hover {
  cursor: pointer; }

body .page-insights .insights-container .insights .insight .insight-video:hover .overlay {
  opacity: 1;
  transform: scale(1); }

body .page-insights .insights-container .insights .insight .insight-video span {
  position: absolute;
  left: 50px;
  font-family: "Jagger";
  color: #00f082;
  font-size: 48px;
  opacity: 0;
  bottom: 0;
  transition: opacity 1s, bottom 1s; }

body .page-insights .insights-container .insights .insight .insight-video span.il3 {
  font-family: "Formular";
  text-transform: uppercase;
  font-size: 16px; }

body .page-insights .insights-container .insights .insight .sharing .social {
  float: left;
  padding-left: 15px; }

body .page-insights .insights-container .insights .insight .sharing .social p {
  padding-top: 15px;
  color: #00f082;
  font-size: 16px; }

body .page-insights .insights-container .insights .insight .sharing .social p a {
  text-decoration: none;
  color: #00f082;
  margin: 0 5px; }

body .page-insights .insights-container .insights .insight .sharing .social p a:hover {
  text-decoration: underline; }

body .page-insights .insights-container .insights .insight .sharing .copy-link {
  cursor: pointer;
  float: right;
  width: 100%;
  max-width: 200px;
  height: 60px;
  border: 1px solid #00f082;
  color: #000;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 1px;
  background: #00f082;
  background: linear-gradient(to right, #00f082 50%, rgba(0, 240, 130, 0.2) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease; }

body .page-insights .insights-container .insights .insight .sharing .copy-link:hover {
  color: #fff;
  background-position: right bottom; }

body .page-insights .insights-flexbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

body .page-insights .insights-flexbox .insight {
  width: 100% !important;
  display: block !important;
  margin: 0 0 20px 0 !important;
  float: none !important;
  box-sizing: border-box !important; }

body .page-insights .insights-flexbox .insight .insight-video {
  position: relative;
  height: 400px;
  /* Set to the desired height */
  overflow: hidden; }

body .page-insights .insights-flexbox .insight .insight-video .thumbnail {
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  display: block; }

body .page-people {
  padding-top: 200px;
  padding-bottom: 100px; }

body .page-people .heading {
  display: block; }

body .page-people h2 {
  color: #fff;
  font-family: "Jagger";
  font-size: 70px;
  line-height: 76px;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 100px !important; }

body .page-people figure.wp-block-image.size-full {
  margin-bottom: 150px !important; }

body .page-people figure.wp-block-image.size-full img {
  width: 100%;
  height: 100%;
  max-height: 920px;
  object-fit: cover; }

body .page-people .additional {
  color: #00f082;
  font-size: 18px;
  font-weight: 400;
  text-align: center; }

body .page-people .additional p {
  margin-bottom: 20px; }

body .page-people .people-container {
  width: 100%;
  max-width: 1200px;
  margin: 160px auto; }

body .page-people .people-container .people.people-mobile {
  display: none; }

body .page-people .people-container .people article.accordion {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  border-radius: 5px; }

body .page-people .people-container .people article.accordion section {
  position: relative;
  display: block;
  float: left;
  width: 150px;
  height: 100%;
  min-height: 680px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid rgba(0, 240, 130, 0.2);
  border-right: 1px solid rgba(0, 240, 130, 0.2); }

body .page-people .people-container .people article.accordion section.open {
  width: 600px; }

body .page-people .people-container .people article.accordion section.open h2 {
  color: #00f082; }

body .page-people .people-container .people article.accordion section.open h2 small {
  color: #00f082; }

body .page-people .people-container .people article.accordion section.open .people-accordion-container div {
  opacity: 1; }

body .page-people .people-container .people article.accordion section.open .people-accordion-container .image img {
  opacity: 1;
  transform: scale(1); }

body .page-people .people-container .people article.accordion section .people-accordion-container {
  display: none;
  padding-left: 150px;
  font-family: "Formular"; }

body .page-people .people-container .people article.accordion section .people-accordion-container div {
  opacity: 0;
  transition: opacity 1s; }

body .page-people .people-container .people article.accordion section .people-accordion-container .image {
  padding-bottom: 50px; }

body .page-people .people-container .people article.accordion section .people-accordion-container .image img {
  opacity: 0;
  transform: scale(0.1);
  transition: transform 0.5s;
  transition-delay: 0s, 1s; }

body .page-people .people-container .people article.accordion section .people-accordion-container .more-info {
  color: #fff;
  font-size: 16px; }

body .page-people .people-container .people article.accordion section .people-accordion-container .more-info p {
  display: block !important; }

body .page-people .people-container .people article.accordion section .people-accordion-container .byline {
  color: #00f082;
  font-size: 16px;
  text-transform: uppercase; }

body .page-people .people-container .people article.accordion section .people-accordion-container .social .linkedin {
  padding-top: 25px; }

body .page-people .people-container .people article.accordion section h2 {
  position: absolute;
  font-size: 80px;
  font-family: "Jagger";
  width: 6em;
  height: 2em;
  top: 6em;
  left: 0;
  text-indent: 1em;
  text-align: right;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

body .page-people .people-container .people article.accordion section h2:hover {
  cursor: pointer;
  color: #00f082; }

body .page-people .people-container .people article.accordion section h2:hover small {
  color: #00f082; }

body .page-people .people-container .people article.accordion section h2 small {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: 400; }

body .page-people .people-container .people article.accordion section p {
  color: #fff; }

body .page-people .people-container .people article.accordion section,
body .page-people .people-container .people article.accordion section h2,
body .page-people .people-container .people article.accordion section h2 span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

body .page-contact {
  margin-top: 200px;
  margin-bottom: 120px;
  text-align: center; }

body .page-contact h2 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #00f082;
  font-family: "Formular";
  font-size: 48px;
  font-weight: 400; }

body .page-contact h2 a {
  color: #fff;
  text-decoration: underline 0.15em rgba(0, 0, 0, 0);
  transition: text-decoration-color 500ms; }

body .page-contact h2 a:hover {
  text-decoration-color: white; }

body .page-contact h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #00f082;
  font-family: "Formular"; }

body .page-contact h3 a {
  color: #fff;
  text-decoration: underline 0.15em rgba(0, 0, 0, 0);
  transition: text-decoration-color 500ms; }

body .page-contact h3 a:hover {
  text-decoration-color: white; }

body .page-contact .contact-form {
  margin-top: 100px !important; }

body .page-contact .contact-form p.intro {
  color: #00f082;
  font-size: 16px;
  opacity: 0; }

body .page-general {
  padding: 200px 0 100px; }

body .page-general article h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 100% !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  margin-bottom: 50px; }

body .page-general article .subheading {
  color: #00f082;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 50px; }

body .page-general article figure {
  padding: 50px 0; }

body .page-general article .short {
  margin: 25px auto;
  width: 100%;
  max-width: 660px;
  color: #00f082; }

body .page-general article h3 {
  font-size: 28px; }

body .page-general article .consideration {
  color: #00f082;
  line-height: 30px; }

body .page-general article .wp-block-contact-form-7-contact-form-selector {
  margin: 40px 0 100px; }

body .page-general article .wp-block-contact-form-7-contact-form-selector form {
  width: 100%;
  max-width: 520px;
  margin: 0 auto; }

body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control-wrap input,
body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control-wrap textarea {
  background-color: #090632;
  color: #fff;
  border: 1px solid rgba(0, 240, 130, 0.2);
  border-radius: 2px;
  text-align: center; }

body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control-wrap input::placeholder,
body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-form-control-wrap textarea::placeholder {
  color: #00f082;
  text-transform: uppercase; }

body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-submit {
  background-color: #00f082;
  border: 1px solid #00f082;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding: 15px 50px;
  margin: 0 auto;
  display: block;
  transition: background-color 0.5s; }

body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-submit:hover {
  text-decoration: none;
  background-color: #090632;
  transition: background-color 0.5s; }

body .page-general article .wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  padding: 10px; }

body .page-products {
  padding-top: 200px; }

body .page-products article h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 100% !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  margin-bottom: 50px; }

body .page-products article p {
  color: #00f082;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

body .page-products article .products-index {
  padding: 100px 0;
  margin-top: 160px;
  text-align: center; }

body .page-products article .products-index h2 {
  font-size: 48px;
  font-family: "Jagger"; }

body .page-products article .products-index .index-item {
  padding: 10px 0; }

body .page-products article .products-index .index-item a {
  font-weight: bold;
  color: #00f082;
  text-decoration: none;
  font-family: "Jagger"; }

body .page-products article .products-index .index-item a:hover {
  text-decoration: underline; }

body .page-products article .products {
  padding: 0 0 100px; }

body .page-products article .products .product {
  padding: 100px 0; }

body .page-products article .products .product .section-inner {
  display: flex;
  flex-direction: row; }

body .page-products article .products .product .section-inner .left-side {
  width: 30%; }

body .page-products article .products .product .section-inner .left-side .numbering {
  font-size: 220px;
  font-family: "Jagger";
  margin-top: -30px; }

body .page-products article .products .product .section-inner .right-side {
  width: 70%; }

body .page-products article .products .product .section-inner .right-side p {
  text-align: left;
  line-height: 24px; }

body .page-products article .products .product .section-inner .right-side .tell-me-more {
  background-color: #00f082;
  padding: 20px 50px;
  color: #090632;
  border: 1px solid #00f082;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.5s, color 0.5s;
  display: block;
  width: 220px;
  font-weight: bold;
  margin-top: 50px; }

body .page-products article .products .product .section-inner .right-side .tell-me-more:hover {
  background-color: #090632;
  color: #fff;
  transition: background-color 0.5s, color 0.5s; }

body .page-products article .products .product.bg-dark-blue .numbering {
  color: #1a164e; }

body .page-products article .products .product.bg-light-blue .numbering {
  color: #090632; }

body .page-business .site-intro {
  width: 100% !important;
  max-width: 100% !important;
  text-align: right;
  margin-top: 100px; }

body .page-business .site-intro .tagline {
  margin-right: 2%;
  opacity: 0; }

body .page-business .site-intro img {
  display: inline-block;
  vertical-align: middle; }

body .page-business .site-intro img.tagline {
  margin-left: 50px;
  margin-top: -30px;
  vertical-align: top;
  -webkit-animation: spin 15s linear infinite !important;
  -moz-animation: spin 15s linear infinite !important;
  animation: spin 15s linear infinite !important; }

body .page-business .intro-text {
  padding-top: 40px; }

body .page-business .intro-text h2, body .page-business .intro-text p {
  opacity: 0; }

body .page-business .intro-text div p {
  margin-top: 160px;
  line-height: 1.4em; }

body .page-business .clients-container .clients {
  display: block;
  margin: 0 auto 200px;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
  justify-contents: center;
  max-width: 120rem;
  position: relative;
  width: calc(100% - 4rem); }

body .page-business .clients-container .clients .client {
  border-top: 1px solid rgba(0, 240, 130, 0.2);
  border-bottom: 1px solid rgba(0, 240, 130, 0.2);
  padding-left: 0; }

body .page-business .clients-container .clients .client:hover {
  cursor: pointer; }

body .page-business .clients-container .clients .client:hover h4 {
  padding-left: 10px; }

body .page-business .clients-container .clients .client h4 {
  display: inline-block;
  font-size: 22px;
  color: #00f082;
  text-transform: uppercase;
  font-family: "Formular";
  letter-spacing: 8px;
  margin: 30px 0;
  transition: padding 500ms; }

body .page-business .clients-container .clients .client.open {
  border-top: 1px solid #00f082;
  border-bottom: 1px solid #00f082; }

body .page-business .clients-container .clients .client.open h4::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #00f082;
  margin-left: 30px;
  margin-right: 20px; }

body .page-business .clients-container .clients .client .client-info {
  padding-left: 65px;
  margin-bottom: 0; }

body .page-business .clients-container .clients .client .client-info.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body .page-business .clients-container .clients .client .client-info .client-text {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 450px;
  vertical-align: top; }

body .page-business .clients-container .clients .client .client-info .client-text .text {
  color: #00ff6e;
  font-size: 16px;
  font-family: "Formular";
  width: 100%;
  max-width: 450px; }

body .page-business .clients-container .clients .client .client-info .client-text .text p {
  opacity: 0; }

body .page-business .clients-container .clients .client .client-info .client-image {
  float: right;
  display: inline-block;
  width: 100%;
  max-width: 450px;
  vertical-align: top;
  text-align: right; }

body .page-business .clients-container .clients .client .client-info .client-image img {
  z-index: 100;
  opacity: 0; }

body .page-business article h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 100% !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 64px; }

body .page-business article h2.clients-heading {
  text-transform: lowercase;
  font-family: "Jagger";
  font-size: 62px; }

body .page-business article h3 {
  margin: 50px 0 0;
  padding: 0;
  color: #00f082;
  max-width: 100% !important;
  width: 100% !important;
  font-weight: 400;
  font-size: 24px; }

body .page-business article hr {
  margin: 160px 0;
  max-width: 100% !important;
  color: #00f082; }

body .page-business article p {
  color: #fff;
  text-align: center;
  max-width: 100% !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4em; }

body .page-business article p.strip {
  margin-top: 80px;
  color: #00f082;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal; }

body .page-business article .contact-spinner-column .contact-spinner {
  text-align: right;
  margin: 0 !important; }

body .page-business article .contact-spinner-column .contact-spinner img {
  display: inline-block;
  -webkit-animation: spin 15s linear infinite !important;
  -moz-animation: spin 15s linear infinite !important;
  animation: spin 15s linear infinite !important; }

body .page-business article .alignnone, body .page-business article .aligncenter, body .page-business article .alignleft, body .page-business article .alignright, body .page-business article .alignwide {
  margin: 0 auto; }

body .page-business article .panel-1-intermediate {
  display: block;
  margin-top: 100px !important; }

body .page-business article .panel-1 {
  opacity: 0;
  margin-top: 180px;
  display: block; }

body .page-business article .panel-1 .half {
  flex-basis: 50% !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important; }

body .page-business article .panel-1 .panel_hero_image {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

body .page-business article .panel-1 .panel_hero_image img {
  width: 100%;
  height: auto; }

body .page-business article .panel-1 .accordion {
  padding: 20px 5px 0 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: 0 2rem !important; }

body .page-business article .panel-1 .accordion:first-child {
  margin-top: 0px !important; }

body .page-business article .panel-1 .accordion h3 {
  font-size: 46px;
  text-transform: lowercase;
  color: #00f082;
  text-align: left;
  cursor: pointer;
  font-family: "Jagger";
  width: 100%;
  padding-left: 0;
  transition: padding 500ms; }

body .page-business article .panel-1 .accordion h3::after {
  position: absolute;
  right: 18px; }

body .page-business article .panel-1 .accordion h3.li1::after {
  content: "1."; }

body .page-business article .panel-1 .accordion h3.li2::after {
  content: "2."; }

body .page-business article .panel-1 .accordion h3.li3::after {
  content: "3."; }

body .page-business article .panel-1 .accordion h3.li4::after {
  content: "4."; }

body .page-business article .panel-1 .accordion h3.li5::after {
  content: "5."; }

body .page-business article .panel-1 .accordion h3.li6::after {
  content: "6."; }

body .page-business article .panel-1 .accordion h3:hover {
  padding-left: 10px; }

body .page-business article .panel-1 .accordion p {
  text-align: left;
  text-transform: none;
  font-size: 16px;
  margin-top: 10px; }

body .page-business article .panel-1 .accordion.open {
  border-top: 1px solid #00f082;
  border-bottom: 1px solid #00f082;
  padding: 25px 5px 40px;
  margin-top: 25px !important;
  transition: border 0.5s ease-in; }

body .page-business article .panel-1 .accordion.open:first-of-type {
  margin-top: 0 !important; }

body .page-business article .panel-1 .accordion.open h3:hover {
  padding-left: 0; }

body .page-business article .section-intro-circles {
  margin: 200px 0 200px; }

body .page-business article .section-intro-circles .intro-circles {
  display: flex;
  justify-content: space-between; }

body .page-business article .section-intro-circles .intro-circles .intro-circle {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid white;
  border-radius: 50px;
  margin: 10px;
  box-shadow: 0 0 10px 1px rgba(198, 115, 255, 0.4); }

body .page-business article .section-intro-circles .intro-circles .intro-circle .intro-circle-number {
  margin-top: -90px;
  font-size: 50px;
  font-family: "Jagger";
  background-color: #1a164e;
  color: #00f082;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transform: scale(0); }

body .page-business article .section-intro-circles .intro-circles .intro-circle .intro-circle-number .number {
  margin-top: -10px; }

body .page-business article .section-intro-circles .intro-circles .intro-circle .intro-circle-inner {
  padding: 0 10px; }

body .page-business article .section-intro-circles .intro-circles .intro-circle .intro-circle-content {
  padding-bottom: 40px; }

body .page-business article .section-intro-circles .intro-circles .intro-circle .intro-circle-content h2 {
  margin-top: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #00f082; }

body .page-business article .section-intro-circles .intro-circles .intro-circle .intro-circle-content p {
  font-size: 16px;
  font-weight: normal;
  color: #00f082;
  line-height: 24px; }

body .page-business article .section-client-slider {
  background-color: #fff;
  padding: 50px 0; }

body .page-business article .section-testimonials {
  padding: 100px 0; }

body .page-business article .section-testimonials h2 {
  text-align: center;
  font-family: "Jagger"; }

body .page-business article .section-testimonials h2 p {
  padding: 0;
  margin: 0;
  font-size: 64px; }

body .page-business article .section-testimonials .testimonials {
  padding: 60px 0; }

body .page-business article .section-testimonials .testimonials .testimonial .testimonial-client-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }

body .page-business article .section-testimonials .testimonials .testimonial .testimonial-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

body .page-business article .section-testimonials .testimonials .testimonial .testimonial-content p {
  font-size: 16px;
  color: #00f082;
  font-weight: normal; }

body .page-business article .section-testimonials .testimonials .testimonials-next,
body .page-business article .section-testimonials .testimonials .testimonials-prev {
  background: none;
  border: none;
  width: 21px;
  height: 77px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  opacity: 0.3;
  z-index: 10; }

body .page-business article .section-testimonials .testimonials .testimonials-next {
  background-image: url(../images/arrow-next.webp);
  right: 0; }

body .page-business article .section-testimonials .testimonials .testimonials-prev {
  background-image: url(../images/arrow-prev.webp);
  left: 0; }

body .page-business article .section-services {
  padding-top: 100px; }

body .page-business article .section-services h2 {
  text-align: center;
  font-family: "Jagger"; }

body .page-business article .section-services .services {
  padding: 60px 0;
  display: flex;
  flex-direction: row; }

body .page-business article .section-services .services .service {
  padding: 50px;
  width: 48%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 10px 1px rgba(198, 115, 255, 0.4);
  align-items: flex-start; }

body .page-business article .section-services .services .service .service-content h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  opacity: 0; }

body .page-business article .section-services .services .service .service-content p {
  font-size: 16px;
  color: #00f082;
  font-weight: normal;
  line-height: 26px;
  opacity: 0; }

body .page-business article .section-services .services .service:first-child {
  margin-right: 4%; }

body .page-business article .section-image img {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover; }

body .page-business article .section-blog {
  background-color: #090632;
  padding: 0 0 100px 0; }

body .page-business article .section-blog .blog-content {
  width: 100%;
  margin: 0 auto; }

body .page-business article .section-blog .blog-content h2 {
  text-align: center;
  font-family: "Jagger";
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  padding-bottom: 100px; }

body .page-business article .section-blog .blog-content .blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

body .page-business article .section-blog .blog-content .blog-posts .blog-post {
  box-shadow: 0 0 10px 1px #00f082; }

body .page-business article .section-blog .blog-content .blog-posts .blog-post img {
  width: 100%;
  height: auto;
  object-fit: cover; }

body .page-business article .section-blog .blog-content .read-more {
  text-align: center;
  margin-top: 100px; }

body .page-business article .section-blog .blog-content .read-more a {
  margin: 0 auto;
  text-align: center;
  background-color: #00f082;
  border-radius: 10px;
  border: 1px solid #00f082;
  color: #fff;
  padding: 15px 80px;
  text-decoration: none;
  font-weight: bold; }

body .page-business article .section-blog .blog-content .read-more a:hover {
  text-decoration: none;
  background-color: #090632;
  border-color: #fff; }

body .page-business article .section-generic {
  background-color: #090632;
  padding: 100px 0; }

body .page-business article .section-generic .generic-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

body .page-business article .section-generic .generic-content h1, body .page-business article .section-generic .generic-content h2, body .page-business article .section-generic .generic-content h3, body .page-business article .section-generic .generic-content h4, body .page-business article .section-generic .generic-content h5, body .page-business article .section-generic .generic-content h6, body .page-business article .section-generic .generic-content p, body .page-business article .section-generic .generic-content div, body .page-business article .section-generic .generic-content span {
  text-transform: none; }

body .page-business article .section-generic .generic-content h1 {
  font-size: 64px; }

body .page-business article .section-generic .generic-content h2 {
  font-size: 42px; }

body .page-business article .section-generic .generic-content h3 {
  font-size: 32px; }

body .page-business article .section-generic .generic-content h4 {
  font-size: 24px; }

body .page-business article .section-generic .generic-content h5 {
  font-size: 20px; }

body .page-business article .section-generic .generic-content h6 {
  font-size: 16px; }

body .page-business article .section-generic .generic-content p {
  font-size: 16px; }

body .page-business article .section-cta {
  background-color: #090632;
  padding: 100px 0; }

body .page-business article .section-cta .cta-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  min-height: 400px;
  box-shadow: 0 0 10px 1px rgba(198, 115, 255, 0.4); }

body .page-business article .section-cta .cta-content h2 {
  text-align: center;
  font-family: "Jagger";
  font-size: 42px;
  width: 80%;
  padding-bottom: 50px; }

body .page-business article .section-cta .cta-content p {
  font-size: unset;
  padding-bottom: 50px; }

body .page-business article .section-cta .cta-content .cta-button {
  text-align: center;
  position: relative; }

body .page-business article .section-cta .cta-content .cta-button a {
  color: #00f082;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2; }

body .page-business article .section-cta .cta-content .cta-button a:hover {
  transition: color 0.5s;
  color: #fff; }

body .page-business article .section-cta .cta-content .cta-button .circle {
  position: absolute;
  left: 19%;
  top: -36px;
  z-index: 1;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin-right: 20px;
  /* text styling */
  font-size: 45px;
  width: 100px;
  height: 100px;
  color: #FFF;
  border: 20px solid #141144;
  line-height: 250px;
  text-align: center;
  background: #050322; }

body .page-business article .section-cta .cta-content .cta-button a:hover + .circle {
  background: #00f082;
  border-color: #064d4a;
  transition: background-color 0.5s; }

body .page-business article .modal-cta {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Disable scroll (remove scrollbar and disable scrolling) */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 3; }

body .page-business article .modal-cta.open {
  display: block; }

body .page-business article .modal-cta .modal-inner {
  position: relative;
  background-color: #090632;
  border: 5px solid #fff;
  border-radius: 50px;
  margin: 10% auto;
  /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 480px;
  /* Could be more or less, depending on screen size */
  height: 520px;
  overflow: auto;
  display: block;
  flex-direction: column;
  justify-content: center; }

body .page-business article .modal-cta .modal-inner h2 {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center; }

body .page-business article .modal-cta .modal-inner p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #00f082;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 50px; }

body .page-business article .modal-cta .modal-inner form input {
  background-color: #090632;
  border: 1px solid #00f082;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 10px; }

body .page-business article .modal-cta .modal-inner form button,
body .page-business article .modal-cta .modal-inner form .wpcf7-submit {
  margin: 0 auto;
  text-align: center;
  background-color: #00f082;
  border-radius: 10px;
  border: 1px solid #00f082;
  width: 100%; }

body .page-business article .modal-cta .modal-inner form button:hover,
body .page-business article .modal-cta .modal-inner form .wpcf7-submit:hover {
  text-decoration: none;
  background-color: #090632;
  border-color: #fff; }

body .page-business article .modal-cta .modal-inner form p {
  margin-bottom: 0; }

body .page-business article .modal-cta .modal-inner form .wpcf7-response-output {
  margin: 0; }

body .page-business article .close-modal {
  color: #aaa;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none; }

body .page-business article .close-modal:hover,
body .page-business article .close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

body article {
  font-family: "Formular"; }

body #site-footer {
  background-color: #090632; }

body #site-footer .section-inner {
  align-items: center; }

body #site-footer .footer-copyright {
  margin-right: 50px;
  opacity: 0; }

body #site-footer .footer-copyright img {
  display: inline-block;
  -webkit-animation: spin 15s linear infinite !important;
  -moz-animation: spin 15s linear infinite !important;
  animation: spin 15s linear infinite !important; }

body #site-footer .footer-more {
  margin-top: -40px;
  opacity: 0;
  color: #00ff6e;
  font-family: "Formular";
  text-transform: uppercase;
  padding-top: 10px; }

body #site-footer .footer-more .terms {
  margin-top: 40px; }

body #site-footer .footer-more .terms a {
  font-size: 16px;
  color: #00ff6e; }

body #site-footer .footer-more p {
  font-size: 22px;
  padding: 0;
  margin: 0;
  line-height: 1.1em; }

body #site-footer .social-icons span {
  opacity: 0;
  display: inline-block; }

body #site-footer .social-icons span a {
  background-color: transparent; }

.header-inner .toggle {
  padding-top: 2px;
  align-items: flex-start; }

.nav-toggle .toggle-icon {
  height: 48px;
  width: 128px;
  color: #00f082; }

.nav-toggle .toggle-icon div.text {
  display: inline-block;
  vertical-align: super;
  margin-right: 15px; }

.nav-toggle .toggle-icon svg {
  display: inline-block;
  height: 25px;
  width: 25px; }

.nav-toggle .toggle-icon svg {
  transform: scale(1);
  transition: transform 500ms; }

.nav-toggle .toggle-icon:hover svg {
  transform: scale(1.2); }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes center {
  0%, 10% {
    transform: translateX(0%);
    left: 0%; }
  90%, 100% {
    transform: translateX(-50%);
    left: 50%; } }

@media only screen and (max-width: 1024px) {
  body .page-business article h2 {
    font-size: 48px; }
  body .page-products article h2 {
    font-size: 48px;
    letter-spacing: -1.995px;
    line-height: 60px; }
  body .page-general article h2 {
    font-size: 48px;
    letter-spacing: -1.995px;
    line-height: 60px; }
  body .page-general article .subheading {
    font-size: 22px; }
  body .page-template-template-people article h2 {
    font-size: 48px;
    letter-spacing: -1.995px;
    line-height: 60px; }
  .hero-video {
    width: calc(1024px - 4rem);
    height: 557px; } }

@media only screen and (max-width: 768px) {
  .insights-flexbox {
    grid-template-columns: 1fr !important; }
  .insights-flexbox .insight .insight-video {
    height: 320px; }
  .hero-video {
    width: calc(768px - 4rem);
    height: 415px; } }

@media only screen and (max-width: 480px) {
  .hero-video {
    width: 480px;
    height: 270px; }
  .hero-video .logo-overlay {
    max-width: 260px; }
  .modal-window__content {
    --mw-inset: 0 !important;
    padding: 10px !important; }
  .modal-window__content .modal-window__close {
    top: 10px;
    right: 10px; }
  form.wpcf7-form input[type=submit] {
    width: 100% !important; }
  #site-header .header-titles-wrapper {
    justify-content: space-evenly; }
  #site-header .header-titles-wrapper .header-titles {
    position: absolute;
    top: 40px;
    left: 20px; }
  #site-header .header-titles-wrapper .header-titles img {
    max-width: 80px; }
  #site-header .header-titles-wrapper button.nav-toggle {
    right: 20px;
    top: 25px; }
  #site-header .header-titles-wrapper .mobile-nav-toggle {
    width: 128px; }
  /** Wrap everything in body so we can be more target specific */
  body {
    /** Header **/
    /** Footer **/ }
  body.page-template-template-homepage #site-header .header-titles.sticky {
    display: none; }
  body .page-products article h2 {
    font-size: 34px;
    letter-spacing: -1.995px;
    line-height: 40px; }
  body .page-products article .products .product {
    padding: 50px 0; }
  body .page-products article .products .product .section-inner {
    flex-direction: column; }
  body .page-products article .products .product .section-inner .left-side {
    width: 100%; }
  body .page-products article .products .product .section-inner .left-side .numbering {
    margin-top: -50px;
    font-size: 120px;
    text-align: left; }
  body .page-products article .products .product .section-inner .right-side {
    width: 100%; }
  body .page-products article .products .product .section-inner .right-side .tell-me-more {
    width: 100%;
    text-align: center; }
  body .page-products article .section-inner > p {
    font-size: 20px;
    line-height: 30px; }
  body .page-business .site-intro {
    margin-top: 0; }
  body .page-business .site-intro img.tagline {
    max-width: 75px; }
  body .page-business .site-intro img.logo {
    width: 95%; }
  body .page-business article .section-intro-circles {
    margin: 0 0 100px; }
  body .page-business article .section-intro-circles .intro-circles {
    flex-direction: column; }
  body .page-business article .section-intro-circles .intro-circles .intro-circle:nth-child(2), body .page-business article .section-intro-circles .intro-circles .intro-circle:nth-child(3) {
    margin-top: 100px; }
  body .page-business article .section-testimonials {
    padding: 50px 0; }
  body .page-business article .section-testimonials .testimonials {
    padding: 0; }
  body .page-business article .section-testimonials .testimonials .testimonials-next,
  body .page-business article .section-testimonials .testimonials .testimonials-prev {
    top: 8%;
    height: 38px;
    background-size: contain; }
  body .page-business article .section-services .services {
    padding: 50px 0;
    flex-direction: column; }
  body .page-business article .section-services .services .service {
    margin: 0 0 20px;
    width: 100%; }
  body .page-business article .section-blog .blog-content .blog-posts {
    grid-template-columns: 1fr; }
  body .page-business article .section-cta .cta-content .cta-button .circle {
    left: -7%; }
  body .page-business article .modal-cta .modal-inner {
    margin-top: 50%;
    width: 430px; }
  body .page-business article .section-generic .generic-content h2 {
    font-size: 32px; }
  body .page-business article .section-client-slider .client-slider .simply-scroll {
    margin-bottom: 0; }
  body .page-business article hr {
    margin: 50px 0; }
  body .page-business article .intro-text {
    padding-top: 0; }
  body .page-business article .intro-text p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px;
    margin-top: 50px; }
  body .page-business article .intro-text p:last-child {
    padding-bottom: 100px; }
  body .page-business article .intro-text h2 {
    font-size: 34px;
    letter-spacing: -1.995px;
    line-height: 40px; }
  body .page-business article .panel-1 {
    margin: 0 auto 180px;
    width: calc(100% - 2rem); }
  body .page-business article .panel-1 .wp-block-columns {
    margin-top: 20px; }
  body .page-business article .panel-1 .wp-block-column {
    margin: 0; }
  body .page-business article .panel-1 .panel_hero_image {
    margin-bottom: 20px !important; }
  body .page-business article .panel-1 .accordion {
    padding: 0 0 20px 0;
    margin: 0 !important; }
  body .page-business article .panel-1 .accordion p {
    padding-top: 20px; }
  body .page-business article .panel-1 .accordion h3::after {
    position: absolute;
    right: 18px; }
  body .page-business article .panel-1 .accordion h3.li1::after {
    content: "1."; }
  body .page-business article .panel-1 .accordion h3.li2::after {
    content: "2."; }
  body .page-business article .panel-1 .accordion h3.li3::after {
    content: "3."; }
  body .page-business article .panel-1 .accordion h3.li4::after {
    content: "4."; }
  body .page-business article .panel-1 .accordion h3.li5::after {
    content: "5."; }
  body .page-business article .panel-1 .accordion h3.li6::after {
    content: "6."; }
  body .page-business article .panel-1 .accordion h3:hover {
    padding-left: 0; }
  body .page-business article .panel-1 .accordion.open {
    padding: 0 0 20px;
    margin-top: 0 !important; }
  body .page-business article .panel-1-intermediate {
    display: none; }
  body .page-business article .alignwide {
    width: calc(100% - 2rem); }
  body .page-business article h2:last-of-type {
    margin-bottom: 0; }
  body .page-business article .section-client-slider {
    padding: 0; }
  body .page-business .clients-container .clients {
    width: calc(100% - 2rem); }
  body .page-business .clients-container .clients .client {
    padding: 10px 0; }
  body .page-business .clients-container .clients .client h4 {
    margin: 10px 0;
    letter-spacing: 2px;
    font-size: 18px; }
  body .page-business .clients-container .clients .client.open h4::before {
    margin: 0 10px; }
  body .page-business .clients-container .clients .client .client-info {
    padding-left: 0; }
  body .page-contact {
    margin: 200px 0; }
  body .page-contact h2, body .page-contact h3 {
    font-size: 18px;
    font-weight: 400; }
  body .page-contact .contact-form p.intro {
    font-size: 20px;
    line-height: 30px; }
  body .page-people {
    padding: 100px 0; }
  body .page-people article h2 {
    font-size: 34px;
    letter-spacing: -1.995px;
    line-height: 40px; }
  body .page-people .people-container {
    opacity: 0; }
  body .page-people .people-container .people.people-desktop {
    display: none; }
  body .page-people .people-container .people article.accordion {
    margin: 0 auto; }
  body .page-people .people-container .people article.accordion section {
    width: 100%;
    max-width: 75px;
    min-height: 320px;
    border: none;
    margin-bottom: 20px; }
  body .page-people .people-container .people article.accordion section h2 {
    font-size: 50px;
    text-transform: capitalize;
    width: 10em;
    top: 7em;
    text-align: left; }
  body .page-people .people-container .people article.accordion .people-content {
    display: block;
    width: 100%; }
  body .page-people .people-container .people article.accordion .people-content .people-accordion-container {
    padding: 0 5px 10px;
    display: none; }
  body .page-people .people-container .people article.accordion .people-content .people-accordion-container .more-info {
    padding-top: 10px; }
  body .page-people .people-container .people article.accordion .people-content .people-accordion-container .more-info p {
    display: block !important;
    font-size: 16px; }
  body .page-people .people-container .people article.accordion .people-content .people-accordion-container .more-info p:first-child {
    font-size: 18px; }
  body .page-people .people-container .people article.accordion .people-content .people-accordion-container .byline {
    font-size: 14px; }
  body .page-people .people-container .people article.accordion .people-content .people-accordion-container .social {
    margin-top: 10px;
    padding: 10px 0; }
  body .page-people .people-container .people.people-mobile {
    display: block; }
  body .page-people .people-container .people.people-mobile .accordion section h2.open {
    color: #00f082; }
  body .page-people .people-container .people.people-mobile .accordion section h2.open small {
    color: #00f082; }
  body .page-insights {
    padding: 200px 0 100px; }
  body .page-insights article {
    margin-bottom: 60px; }
  body .page-insights article h2 {
    font-size: 34px;
    letter-spacing: -1.995px;
    line-height: 40px; }
  body .page-insights article h3 {
    font-size: 20px;
    line-height: 30px; }
  body .page-insights #mc_embed_signup {
    width: calc(100% - 2rem); }
  body .page-insights .insights-container {
    margin: 0 auto;
    width: calc(100% - 2rem); }
  body .page-insights .insights-container .insights .insight {
    opacity: 1;
    margin: 0 0 40px 0;
    width: 100%;
    display: inline-block; }
  body .page-insights .insights-container .insights .insight.spacer {
    margin: 0 0 40px 0; }
  body .page-insights .insights-container .insights .insight .insight-video span {
    opacity: 1;
    font-size: 24px; }
  body .page-insights .insights-container .insights .insight .insight-video .overlay {
    opacity: 1;
    transform: scale(1); }
  body .page-insights .insights-container .insights .insight .sharing .social {
    padding-left: 10px; }
  body .page-insights .insights-container .insights .insight .sharing .social p {
    line-height: 1; }
  body .page-insights .insights-container .insights .insight .sharing .copy-link {
    line-height: 40px;
    height: 40px;
    max-width: 160px; }
  body .page-general article h2 {
    font-size: 34px;
    letter-spacing: -1.995px;
    line-height: 40px; }
  body .page-general article .subheading {
    font-size: 20px;
    line-height: 30px; }
  body header#site-header .header-titles-wrapper .toggle-inner {
    right: 20px; }
  body header#site-header .header-titles-wrapper .header-titles a img {
    max-width: 138px !important;
    margin-top: -10px; }
  body .menu-modal {
    background: #090632; }
  body .menu-modal .menu-modal-inner {
    background: #090632; }
  body .menu-modal .header-titles-wrapper {
    padding: 0; }
  body .menu-modal .header-titles-wrapper.header-expanded-wrapper {
    display: none; }
  body .menu-modal .header-titles-wrapper .header-titles {
    display: none; }
  body .menu-modal ul.modal-menu {
    border: none;
    margin-top: 200px; }
  body .menu-modal ul.modal-menu li {
    border: none;
    text-align: center; }
  body .menu-modal ul.modal-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px;
    font-family: "Jagger"; }
  body .menu-modal ul.modal-menu li.current-menu-item a {
    color: #00f082;
    text-decoration: none; }
  body .menu-modal ul.modal-menu li.current-menu-item a:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #00f082;
    width: 40px;
    vertical-align: top;
    padding-top: 25px;
    margin-right: 20px; }
  body footer#site-footer .section-inner {
    width: calc(100% - 2rem);
    display: block; }
  body footer#site-footer .footer-credits,
  body footer#site-footer .social-icons {
    display: block;
    width: 100%;
    text-align: center; }
  body footer#site-footer .footer-credits .footer-copyright {
    display: none; }
  body footer#site-footer .footer-credits .footer-more {
    opacity: 1;
    margin-top: 0; }
  body footer#site-footer .footer-credits .footer-more p {
    font-size: 16px;
    padding: 10px 0; }
  body footer#site-footer .footer-credits .footer-more .terms {
    padding: 10px;
    margin: 0; }
  body footer#site-footer .footer-credits .footer-more .terms a {
    font-size: 16px; }
  body footer#site-footer .social-icons {
    margin-top: 10px; }
  body footer#site-footer .social-icons span {
    opacity: 1;
    margin-right: 10px; }
  body footer#site-footer .social-icons span:last-child {
    margin-right: 0; }
  body footer#site-footer .social-icons span a img {
    max-width: 40px;
    width: 100%; }
  body.category-blog .page-insights {
    padding: 100px 0 50px 0; }
  body.category-blog .page-insights article {
    margin-bottom: 0; }
  body.category-blog .page-insights .insights-container {
    padding: 0; }
  .pagination-single {
    padding-bottom: 50px; } }

/*# sourceMappingURL=fromallpoints.css.map */
