@charset "UTF-8";
/* PROJECT COLORS */
/* PROJECT FONTS */
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/*
 * 'rem' is a Sass mixin that converts pixel values to rem values for whatever property is passed to it.
 * It returns two lines of code — one of the regular pixel values (for IE), and another with the
 * converted rem values (for everyone else). Special thanks to Chris Epstein (http://chriseppstein.github.com)
 * and Martin Bavio (http://martinbavio.com) for the help and code!
 * 
 * Sample input:
 * .element {
 *   @include rem('padding',10px 0 2px 5px);
 * }
 * 
 * Sample output:
 * .element {
 *   padding: 10px 0 2px 5px;
 *   padding: 1rem 0 0.2rem 0.5rem;
 * }
 * 
 */
@font-face {
  font-family: Heavitas;
  src: url(../fonts/heavitas.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Knight Brush;
  src: url(../fonts/knight-brush.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  color: #3e3f40;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 18px;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Headers
--------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  background: linear-gradient(101.9deg, #5ebc8d 20.42%, #00ADEF 55.68%, #676767 84.95%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
}
h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  background: linear-gradient(101.9deg, #000000 20.42%, #554cf8 55.68%, #554cf8 84.95%), #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
}

h1 {
  font-size: 2.375rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.625rem;
  margin: 0 0 40px 0;
  position: relative;
}
@media (min-width: 48rem) {
  h2 {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 40px 0;
  }
}
h2 span {
  font-size: 26px;
  display: inline-block;
}

h3 {
  font-size: 1.5rem;
  position: relative;
  margin: 30px 0;
}
@media (min-width: 48rem) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.25rem;
  position: relative;
  margin: 0 0 30px 0;
}
@media (min-width: 48rem) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
h4 span {
  display: inline-block;
  font-size: 16px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a, a:visited {
  color: #554cf8;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  opacity: 1;
  color: #f97316;
  text-decoration: none;
  outline: 0;
  text-decoration: underline;
}
.blue {
  color: #f97316 !important;
}

p.dropcap:first-child:first-letter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  font-size: 4.6875rem;
  line-height: 60px;
  line-height: 3.75rem;
  padding: 4px 8px 3px 0;
  padding: 0.25rem 0.5rem 0.1875rem 0;
}

button {
  outline: 0;
}

hr {
  margin: 60px 0;
  border: 0;
  border-top: 2px solid #5ebc8d;
  opacity: 1;
}

.screen-reader-text, .sr-only {
  left: -9999em;
  position: absolute;
  top: -9999em;
  color: #fff;
}

strong {
  font-weight: 600;
}

.big {
  font-size: 28px;
  line-height: 32px;
}

.small {
  font-size: 16px;
  line-height: 20px;
}
.small.grey {
  color: #c8c8c8;
}
.small.grey a {
  color: #c8c8c8;
}
.small.grey a:hover {
  color: #000;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.orange {
  color: #f27875;
}

.lt-grey {
  color: #c8c8c8;
}

.gold {
  color: gold;
}

.lt-blue {
  color: #554cf8;
}

.purple {
  color: #b807f8;
}

.orange {
  color: #f97316;
}

.bold {
  font-weight: 700;
}

a.bttn {
  border: 2px solid #554cf8;
  color: #554cf8 !important;
  padding: 10px 20px;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
a.bttn:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 700;
  color: #554cf8;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  padding-left: 7px;
  transition: all 0.3s ease;
}
a.bttn:focus, a.bttn:hover {
  background-color: #554cf8 !important;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  outline: 0 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
a.bttn:hover:after {
  padding-left: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
}
a.alt {
  background-color: #ffffff;
}

.main-nav-wrap, .landing-nav-wrap {
  height: auto;
  position: relative;
}
@media (min-width: 62rem) {
  .main-nav-wrap, .landing-nav-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 145px;
  }
}
.main-nav-wrap .nav-container, .landing-nav-wrap .nav-container {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 0;
  height: 100%;
}
.main-nav-wrap .grid-container, .landing-nav-wrap .grid-container {
  position: relative;
}

.landing-nav-wrap {
  height: auto;
  position: relative;
}

.logo-wrap {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 62rem) {
  .logo-wrap {
    margin: 0 auto;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}
.logo-wrap a.logo {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 200px;
  padding: 0;
}
@media (min-width: 62rem) {
  .logo-wrap a.logo {
    top: 20px;
    left: 15px;
    width: 200px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
  }
}
.logo-wrap a.logo img {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  transition: width 0.15s ease-in-out !important;
}
.logo-wrap a:hover {
  text-decoration: underlin5;
}
.logo-wrap a:focus {
  outline: 2px solid red !important;
  padding: 2px;
}

ul.utility-nav {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  z-index: 1999;
  background-color: #000;
  border-top: 5px solid #ffffff;
}
@media (min-width: 62rem) {
  ul.utility-nav {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: transparent;
    border-top: none;
  }
}
ul.utility-nav li {
  position: relative;
  z-index: 2001;
  margin-bottom: 0 !important;
}
ul.utility-nav li a {
  display: block;
  font-size: 18px;
  padding: 17px 15px;
  height: auto;
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  transition: none;
  font-weight: 400;
  border-bottom: solid 1px #ffffff;
}
ul.utility-nav li a:hover {
  color: #ffffff;
}
@media (min-width: 62rem) {
  ul.utility-nav li a {
    font-size: 18px;
    padding: 10px 12px 0 12px;
    color: #ffffff;
    border-bottom: none;
  }
}
ul.utility-nav li.toggle-main-sub {
  display: block;
}
@media (min-width: 62rem) {
  ul.utility-nav li.toggle-main-sub {
    display: none;
  }
}
ul.utility-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
ul.utility-nav li ul.open {
  display: none;
}
ul.utility-nav li ul.utility-submenu-nav {
  background-color: #554cf8;
}
ul.utility-nav li ul.utility-submenu-nav li a {
  padding-left: 30px;
}
@media (min-width: 62rem) {
  ul.utility-nav li ul.utility-submenu-nav li a {
    padding-left: 0;
  }
}
ul.utility-nav li ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  border-color: #ffffff;
}
ul.utility-nav li ul li a:hover {
  color: #ffffff;
}
ul.utility-nav li ul li.search-toggle {
  display: none;
}
@media (min-width: 62rem) {
  ul.utility-nav li {
    position: relative;
    text-align: left;
    display: inline-block;
    border-bottom: none;
  }
  ul.utility-nav li.has-sub a {
    position: relative;
    padding-right: 30px;
  }
  ul.utility-nav li.has-sub a:after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    margin-left: 5px;
    font-weight: 400;
    color: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    padding-left: 7px;
    transition: all 0.3s ease;
  }
  ul.utility-nav li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 86px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
  }
  ul.utility-nav li a:before {
    content: "";
    display: block;
    background-color: #554cf8;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all 0.1s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  ul.utility-nav li:hover.has-sub a:after {
    color: #ffffff;
  }
  ul.utility-nav li:hover a {
    color: #ffffff !important;
    transition: none;
    position: relative;
    z-index: 3001;
    transition: all 0.2s ease-in-out;
  }
  ul.utility-nav li:hover a:before {
    bottom: 0;
  }
  ul.utility-nav li:hover > ul {
    display: block;
    position: absolute;
    top: 70px;
    width: 300px;
    left: 15px;
    z-index: 3001;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #554cf8;
  }
  ul.utility-nav li:hover > ul li {
    width: 100%;
    background-color: transparent;
    display: block;
    border-bottom: none;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #554cf8;
  }
  ul.utility-nav li:hover > ul li a {
    height: auto !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 10px;
    color: #554cf8 !important;
    font-weight: 400;
    border: none;
    background-color: #ffffff;
  }
  ul.utility-nav li:hover > ul li a:hover {
    background-color: #554cf8 !important;
    color: #ffffff !important;
  }
  ul.utility-nav li:hover > ul li a:before, ul.utility-nav li:hover > ul li a:after {
    display: none;
  }
  ul.utility-nav li:hover > ul li:last-child {
    border-bottom: none;
  }
  ul.utility-nav li:nth-last-child(2):hover > ul, ul.utility-nav li:last-child:hover > ul {
    display: block;
    position: absolute;
    right: 10px;
    left: auto;
    width: 300px;
    z-index: 3001;
  }
}

ul.utility-nav li .toggle-utility-sub {
  background-color: #3e3f40;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 61px;
  width: 56px;
  border-bottom: none;
  border-left: solid 5px #ffffff;
}
ul.utility-nav li .toggle-utility-sub:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 26px;
  content: "\f067";
  color: #ffffff;
  transition: all 0.5s ease;
}
ul.utility-nav li .toggle-utility-sub.menu-visible {
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  height: 61px;
  width: 56px;
  border-left: 5px solid #f97316;
}
ul.utility-nav li .toggle-utility-sub.menu-visible:before {
  color: #f97316;
  transform: rotate(-135deg);
  transition: all 0.5s ease;
  font-weight: 700;
}
ul.utility-nav li .toggle-utility-sub.menu-visible + a {
  background-color: #554cf8;
  color: #ffffff;
}
@media (min-width: 62rem) {
  ul.utility-nav li .toggle-utility-sub.menu-visible + a {
    background-color: transparent;
  }
}
@media (min-width: 62rem) {
  ul.utility-nav li .toggle-utility-sub {
    display: none;
  }
}

.utility-nav li > ul .show-menu {
  display: block;
  position: absolute;
  top: 4.0625rem;
  width: 15rem !important;
  z-index: 3000;
}
.utility-nav li > ul .show-menu li {
  background-color: #777;
}
.utility-nav li > ul .show-menu li a {
  height: 2.5rem;
  padding: 0.4375rem 0 0 1rem;
  color: #ffffff;
  width: 15rem !important;
  background-color: #777;
}

ul.cta-nav {
  font-family: "Poppins", sans-serif;
  list-style: none;
  padding-left: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  position: relative;
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 62rem) {
  ul.cta-nav {
    max-width: 400px;
    border-bottom: none;
    padding: 0;
    text-align: right;
    padding: 0;
    position: absolute;
    top: 98px;
    right: 10px;
  }
}
ul.cta-nav li {
  list-style: none;
  padding-left: 0;
  position: relative;
  display: inline-block;
}
ul.cta-nav li:nth-child(2):after {
  display: none;
}
@media (min-width: 420px) {
  ul.cta-nav li:nth-child(2):after {
    display: block;
  }
}
ul.cta-nav li:last-child:after {
  display: none;
}
ul.cta-nav li a {
  padding: 8px 12px;
  text-transform: none;
  background-color: #ffffff;
  color: #f97316;
  font-size: 16px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
ul.cta-nav li a:hover {
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
ul.cta-nav li a:hover:before {
  top: 0;
}
ul.cta-nav li a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
ul.cta-nav li a .linktext a {
  text-align: center;
}
ul.cta-nav li a .linktext img {
  width: 40px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 62rem) {
  ul.cta-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: auto;
    font-size: 0.75rem;
    border: solid 2px transparent;
    text-decoration: none;
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
  }
  ul.cta-nav li a:hover {
    color: #f97316;
    border-color: #f97316;
  }
  ul.cta-nav li a:after {
    display: none;
  }
  ul.cta-nav li a .linktext {
    display: block;
  }
}
@media (min-width: 62rem) {
  ul.cta-nav li:after {
    display: none;
  }
  ul.cta-nav li:nth-child(2):after {
    display: none;
  }
}

.screen-reader-text {
  left: -9999em;
  position: absolute;
  top: -9999em;
}

.sidebar-nav-title {
  font-size: 16px;
  font-weight: 700;
}

ul.sidebar-nav {
  list-style: none;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 1.25rem;
  display: none;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 62rem) {
  ul.sidebar-nav {
    display: block;
  }
}
ul.sidebar-nav li {
  border-bottom: 2px solid #554cf8;
  margin-bottom: 0;
}
ul.sidebar-nav li:first-child {
  border-top: 2px solid #554cf8;
}
ul.sidebar-nav li:last-child {
  margin-bottom: 0;
}
ul.sidebar-nav li a, ul.sidebar-nav li a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #554cf8;
  display: block;
  font-size: 16px;
  padding: 15px;
  font-weight: 400;
  text-decoration: none !important;
}
ul.sidebar-nav li a:hover, ul.sidebar-nav li a:active, ul.sidebar-nav li a:visited:hover, ul.sidebar-nav li a:visited:active {
  background-color: #ffffff;
  color: #554cf8;
  text-decoration: underline !important;
}
ul.sidebar-nav li a:focus, ul.sidebar-nav li a:visited:focus {
  outline-color: #c8c8c8 !important;
}
ul.sidebar-nav li a span, ul.sidebar-nav li a:visited span {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
ul.sidebar-nav li.sidebar-has-sub {
  position: relative;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub {
  background-color: #ffffff;
  color: #554cf8;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 54px;
  border-bottom: none;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:hover {
  background-color: #ffffff;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:hover:before {
  color: #554cf8;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:focus {
  outline: none;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  color: #554cf8;
  transform: rotate(-180deg);
  transition: all 0.5s ease;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub.menu-visible:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  color: #554cf8;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub.menu-visible:hover {
  background-color: white;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub.menu-visible + a {
  color: #554cf8 !important;
}
ul.sidebar-nav li.sidebar-has-sub a:nth-child(2) {
  padding-right: 50px;
}
ul.sidebar-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.sidebar-nav li ul li a {
  padding-left: 25px;
  font-weight: 400;
}
ul.sidebar-nav li ul li.sidebar-has-sub ul.submenu-nav li a {
  padding-left: 35px;
}
ul.sidebar-nav li ul li ul li:last-child {
  border-bottom: none;
}
ul.sidebar-nav li ul li:last-child {
  border-bottom: none;
}

.mob-sb-nav-trigger {
  display: block;
  position: relative;
  margin-bottom: 30px;
  height: 50px;
}
@media (min-width: 62rem) {
  .mob-sb-nav-trigger {
    display: none;
  }
}
.mob-sb-nav-trigger .title {
  font-size: 20px;
  padding: 15px 0 0 60px;
  height: 50px;
  margin-bottom: 10px;
}
@media (min-width: 62rem) {
  .mob-sb-nav-trigger .title {
    display: none;
  }
}
.mob-sb-nav-trigger a.sb-nav-trigger {
  color: #ffffff;
  background-color: #554cf8;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
}
@media (min-width: 62rem) {
  .mob-sb-nav-trigger a.sb-nav-trigger {
    display: none;
  }
}
.mob-sb-nav-trigger a.sb-nav-trigger span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mob-sb-nav-trigger a.sb-nav-trigger span:before, .mob-sb-nav-trigger a.sb-nav-trigger span:after {
  /* top and bottom lines of the hamburger icon */
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.mob-sb-nav-trigger a.sb-nav-trigger span:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.mob-sb-nav-trigger a.sb-nav-trigger span:after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.mob-sb-nav-trigger .sb-nav-trigger.nav-is-visible span {
  background-color: transparent;
}
.mob-sb-nav-trigger .sb-nav-trigger.nav-is-visible span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mob-sb-nav-trigger .sb-nav-trigger.nav-is-visible span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation {
  display: none;
}
@media (min-width: 62rem) {
  .navigation {
    position: relative;
    display: block;
    margin-top: 0;
  }
}

ul.main-nav {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  z-index: 19;
}
@media (min-width: 62rem) {
  ul.main-nav {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 105px;
    left: 0;
  }
}
ul.main-nav li {
  position: relative;
  z-index: 21;
}
ul.main-nav li a {
  display: block;
  font-size: 20px;
  padding: 14px 15px;
  height: auto;
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  transition: none;
  font-weight: 400;
  border-bottom: solid 1px #ffffff;
  text-transform: uppercase;
}
ul.main-nav li a:hover {
  color: #ffffff;
}
@media (min-width: 62rem) {
  ul.main-nav li a {
    font-size: 1rem;
    padding: 0.625rem 0.75rem 0 0.75rem;
    color: #ffffff;
    border-bottom: none;
  }
}
@media (min-width: 75rem) {
  ul.main-nav li a {
    font-size: 0.9375rem;
  }
}
ul.main-nav li.toggle-main-sub {
  display: block;
}
@media (min-width: 62rem) {
  ul.main-nav li.toggle-main-sub {
    display: none;
  }
}
ul.main-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
ul.main-nav li ul.open {
  display: none;
}
ul.main-nav li ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #3e3f40;
  font-weight: 400;
  background-color: #f3f3f3;
  border-color: #ffffff;
}
ul.main-nav li ul li a:hover {
  color: #554cf8;
}
ul.main-nav li ul li.search-toggle {
  display: none;
}
@media (min-width: 62rem) {
  ul.main-nav li {
    position: relative;
    text-align: left;
    display: inline-block;
    border-bottom: none;
    margin-right: 10px;
  }
  ul.main-nav li a {
    height: 2.625rem;
    color: #000;
    border: solid 1px transparent;
  }
  ul.main-nav li.has-sub a:after {
    display: inline-block;
    right: 10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    margin-left: 5px;
    font-weight: 400;
    color: #000;
    width: 1.25rem;
    height: 1.25rem;
    padding-left: 7px;
    transition: all 0.3s ease;
  }
  ul.main-nav li.has-sub:hover a:after {
    color: #000;
  }
  ul.main-nav li:hover a {
    position: relative;
    color: #000;
    border-color: #000;
    position: relative;
    background-color: #ffffff;
    z-index: 21;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #ffffff;
  }
  ul.main-nav li:hover > ul {
    display: block;
    position: absolute;
    top: 41px;
    width: 18.75rem;
    left: 0px;
    z-index: 20;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #000;
  }
  ul.main-nav li:hover > ul li {
    width: 100%;
    background-color: transparent;
    display: block;
    border-bottom: none;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #000;
  }
  ul.main-nav li:hover > ul li:first-child {
    border-right: none;
  }
  ul.main-nav li:hover > ul li:first-child:hover a {
    color: #554cf8;
  }
  ul.main-nav li:hover > ul li:nth-last-child(2) a, ul.main-nav li:hover > ul li:last-child a {
    text-align: left;
  }
  ul.main-nav li:hover > ul li:nth-last-child(2) a:hover, ul.main-nav li:hover > ul li:last-child a:hover {
    color: #554cf8;
  }
  ul.main-nav li:hover > ul li:last-child {
    border-bottom: none;
  }
  ul.main-nav li:hover > ul li.search-toggle {
    display: inline-block;
  }
  ul.main-nav li:hover > ul li a {
    height: auto !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 10px;
    color: #000;
    background-color: #ffffff;
    font-weight: 400;
    border: none;
  }
  ul.main-nav li:hover > ul li a:after {
    display: none;
  }
  ul.main-nav li:hover > ul li a:hover {
    background-color: #000 !important;
    color: #ffffff !important;
  }
  ul.main-nav li:nth-last-child(2):hover > ul, ul.main-nav li:last-child:hover > ul {
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    width: 300px;
    z-index: 20;
  }
  ul.main-nav li:nth-last-child(2):hover > ul li a, ul.main-nav li:last-child:hover > ul li a {
    text-align: left;
  }
}

MAIN NAV TABBING .main-nav li > ul .show-menu {
  display: block;
  position: absolute;
  top: 4.0625rem;
  width: 15rem !important;
  z-index: 20;
}
MAIN NAV TABBING .main-nav li > ul .show-menu li {
  background-color: #777;
}
MAIN NAV TABBING .main-nav li > ul .show-menu li a {
  height: 2.5rem;
  padding: 0.4375rem 0 0 1rem;
  color: #ffffff;
  width: 15rem !important;
  background-color: #777;
}

.mob-nav-wrap {
  background-color: #000;
  display: block;
}
@media (min-width: 62rem) {
  .mob-nav-wrap {
    display: none;
  }
}
.mob-nav-wrap .mob-nav {
  display: block;
  height: 60px;
  background-color: #000;
}

a.nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 56px;
  white-space: nowrap;
  color: #ffffff;
  text-indent: -30px;
  padding-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #000;
  border-left: 5px solid #ffffff;
}
a.nav-trigger:hover {
  text-decoration: none;
}

.nav-trigger {
  position: relative;
}
.nav-trigger span {
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 1.5px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-trigger span:after, .nav-trigger span:before {
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 1.5px;
  content: "";
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.nav-trigger span:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.nav-trigger span:after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.nav-is-visible .nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .nav-trigger span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .nav-trigger span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.main-nav li .toggle-main-sub {
  background-color: #3e3f40;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 58px;
  border-bottom: none;
}
ul.main-nav li .toggle-main-sub:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 26px;
  content: "\f067";
  color: #ffffff;
  transition: all 0.5s ease;
}
ul.main-nav li .toggle-main-sub.menu-visible {
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  height: 59px;
}
ul.main-nav li .toggle-main-sub.menu-visible:before {
  color: #554cf8;
  transform: rotate(-135deg);
  transition: all 0.5s ease;
}
ul.main-nav li .toggle-main-sub.menu-visible + a {
  background-color: #c8c8c8;
  color: #554cf8;
}
@media (min-width: 62rem) {
  ul.main-nav li .toggle-main-sub.menu-visible + a {
    background-color: transparent;
  }
}
@media (min-width: 62rem) {
  ul.main-nav li .toggle-main-sub {
    display: none;
  }
}

header {
  background-color: #000000;
  z-index: 10;
  height: 60px;
}
@media (min-width: 62rem) {
  header {
    height: 86px;
  }
}

a.cf-logo {
  padding: 20px 0;
}
a.cf-logo img {
  width: 100%;
  max-width: 400px;
}

body {
  background: #ffffff;
}

.formwrapper {
  max-width: 500px;
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #273545;
  background: linear-gradient(206deg, rgb(39, 53, 69) 0%, rgb(12, 18, 31) 100%);
}
.hero .media {
  position: relative;
  height: 100%;
}
.hero .media img,
.hero .media video {
  position: absolute;
  max-width: none;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 100%;
  right: auto;
  left: 50%;
  top: 50%;
  width: 100%;
}
.hero .media video {
  opacity: 0.3;
}
.hero .hero-message {
  padding: 100px 0;
  margin: 0 auto;
}
@media (min-width: 90rem) {
  .hero .hero-message {
    width: 1200px;
  }
}
.hero .hero-message .inner-wrap {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 0;
  padding: 0 40px;
}
@media (min-width: 30rem) {
  .hero .hero-message .inner-wrap {
    padding: 0 20px;
  }
}
.hero .hero-message .inner-wrap .inner {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: center;
}
.hero .hero-message .inner-wrap .inner h2 {
  font-size: 62px;
  line-height: 68px;
  margin: 0;
}
.hero .hero-message .inner-wrap .inner h3 {
  font-size: 46px;
  margin: 0 0 20px 0;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent;
}
.hero .hero-message .inner-wrap .inner h4 {
  font-size: 32px;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent;
}
.hero .hero-message .inner-wrap .inner .moment {
  border: solid 5px #554cf8;
  margin: 80px auto 50px auto;
  padding: 50px;
  box-shadow: 0px 0px 48px 20px rgba(85, 76, 248, 0.75);
}

@media (min-width: 48rem) {
  ul.two-up,
  ol.two-up {
    column-count: 2;
  }
}

.pg-title {
  z-index: 2;
  position: relative;
  color: #ffffff;
  text-align: left;
  background-color: #554cf8;
  overflow-x: hidden;
}
@media (min-width: 48rem) {
  .pg-title {
    background-color: transparent;
  }
}
.pg-title .wrap {
  background-color: #ffffff;
  background: linear-gradient(90deg, #5ebc8d 25%, #00adef 50%, #676767 75%);
  padding: 5px 0;
  position: relative;
}
@media (min-width: 48rem) {
  .pg-title .wrap {
    margin: 0;
  }
}
.pg-title .wrap .inner-wrap {
  position: relative;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  height: 60px;
}
.pg-title .wrap .inner-wrap .inner {
  background-color: #ffffff;
  display: inline-block;
  padding: 13px 20px 10px 24px;
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top-left-radius: 30px;
}
@media (min-width: 48rem) {
  .pg-title .wrap .inner-wrap .inner {
    padding: 7px 20px 6px 24px;
  }
}
.pg-title .wrap .inner-wrap .inner:after {
  display: block;
  content: "";
  height: 100%;
  width: 1000%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -999%;
  z-index: 0;
}
.pg-title .wrap .inner-wrap .inner .title h1 {
  color: #676767;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.pg-title .wrap .inner-wrap .inner .title h1 span {
  font-size: 14px;
  display: block;
  line-height: 14px;
}
@media (min-width: 48rem) {
  .pg-title .wrap .inner-wrap .inner .title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.page-content {
  background-color: #ffffff;
}
.page-content .page-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 62rem) {
  .page-content .page-inner {
    display: flex;
  }
}
.page-content .page-inner .sidebar {
  padding-top: 30px;
}
@media (min-width: 62rem) {
  .page-content .page-inner .sidebar {
    flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    width: 350px;
    border-right: 2px solid #f97316;
    padding: 40px 20px 40px 0;
  }
}
.page-content .page-inner .sidebar .sidebar-social {
  display: none;
}
@media (min-width: 62rem) {
  .page-content .page-inner .sidebar .sidebar-social {
    display: block;
  }
}
.page-content .page-inner .sidebar .sidebar-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media (min-width: 62rem) {
  .page-content .page-inner .sidebar .sidebar-social ul {
    text-align: center;
    width: 100%;
  }
}
.page-content .page-inner .sidebar .sidebar-social ul li {
  display: inline-block;
  text-align: center;
}
.page-content .page-inner .sidebar .sidebar-social ul li a {
  display: inline-block;
  text-align: center;
  color: #fead15;
  font-size: 1.125rem;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  border: 2px solid #fead15;
  border-radius: 100%;
  text-decoration: none;
}
.page-content .page-inner .sidebar .sidebar-social ul li a:hover {
  color: #ffffff;
  background-color: #f97316;
  border-color: #f97316;
}
.page-content .page-inner .sidebar .sidebar-social ul li a:focus {
  outline: none !important;
  border: 2px dotted red;
}
.page-content .page-inner .content-area {
  padding-bottom: 40px;
}
@media (min-width: 62rem) {
  .page-content .page-inner .content-area {
    padding: 40px 0 40px 20px;
    flex: 1;
  }
}

.sep {
  width: 200px;
  margin: 20px auto;
  height: 3px;
  background-color: #c8c8c8;
}

.social-links {
  position: absolute;
  top: 8px;
  left: 20px;
}
.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media (min-width: 62rem) {
  .social-links ul {
    text-align: center;
    width: 100%;
  }
}
.social-links ul li {
  display: inline-block;
  text-align: center;
}
.social-links ul li a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 1.125rem;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  text-decoration: none;
  margin-right: 10px;
}
.social-links ul li a:hover {
  color: #ffffff;
  background-color: #554cf8;
  border-color: #ffffff;
}
.social-links ul li a:focus {
  outline: none !important;
  border: 2px dotted red;
}
.social-links ul li a:last-child {
  margin-right: 0;
}
.social-links ul li a span {
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
}
@media (min-width: 30rem) {
  .social-links ul li a {
    margin-right: 20px;
  }
}

.dist-icons {
  text-align: center;
}
.dist-icons i {
  font-size: 60px;
  margin: 10px;
}
@media (min-width: 48rem) {
  .dist-icons i {
    font-size: 90px;
    margin: 20px;
  }
}
@media (min-width: 62rem) {
  .dist-icons i {
    font-size: 120px;
  }
}

.superhead {
  color: #e65933;
  font-size: 0.875rem;
  font-weight: 700;
}

.cog-body:not(:first-child) {
  margin-top: 0 !important;
}

.cog-header,
.cog-branding,
.cog-abuse {
  display: none;
}

.cog-label {
  display: none !important;
}

.el-input__inner,
.el-textarea__inner {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  border: dashed 2px #4764e5;
}
.el-input__inner:focus,
.el-textarea__inner:focus {
  outline: solid 5px #4764e5;
}

.cog-field {
  flex: 1 auto !important;
}

.cog-page__navigation {
  padding-top: 5px !important;
}

ul li {
  margin-bottom: 20px;
}

.ebook-optin {
  padding: 30px 30px 0 30px;
  border: 10px solid red;
  background-color: #ffffff;
  color: #000;
  height: auto;
  max-width: 880px;
  margin: 60px auto;
  overflow: visible;
}
.ebook-optin iframe {
  width: 100%;
  height: 320px;
}
@media (min-width: 30rem) {
  .ebook-optin iframe {
    height: 270px;
  }
}
@media (min-width: 48rem) {
  .ebook-optin iframe {
    height: 240px;
  }
}
.ebook-optin iframe html {
  border: solid 1px red;
}

.downloads a {
  font-size: 22px;
}
@media (min-width: 30rem) {
  .downloads a {
    font-size: 28px;
  }
}
.downloads a:hover {
  color: #000000;
}
.downloads p {
  font-size: 18px;
  color: #3e3f40;
}
@media (min-width: 30rem) {
  .downloads p {
    font-size: 22px;
  }
}
@media (min-width: 48rem) {
  .downloads p {
    font-size: 24px;
  }
}

.cog-form__container {
  background: transparent !important;
}

.cog-header,
.cog-label,
.cog-abuse,
.cog-branding {
  display: none !important;
}

.cog-input {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.cog-input input::placeholder,
.cog-input textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.cog-form:not([data-old-safari]) .cog-row {
  column-gap: 10px !important;
}

.el-textarea__inner {
  min-height: 100px !important;
}

.el-button {
  width: auto;
  background: linear-gradient(90deg, #4764e5 20.42%, #c54f33 55.68%, #c54f33 84.95%), #f2f2f2 !important;
  border: solid 5px #e65933 !important;
  padding: 5px 20px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  transition: all 0.5s ease-in-out !important;
  margin-top: 0 !important;
}

.cog-confirmation__message {
  color: #ffffff !important;
  font-size: 20px !important;
  text-align: center !important;
  margin-top: 60px !important;
}

.headshot {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px auto;
  display: block;
}
@media (min-width: 30rem) {
  .headshot {
    float: left;
    margin: 0 20px 20px 0;
  }
}

.table {
  overflow-x: scroll;
}

/* Added responsive video wrapper styles */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-container iframe .chat-message-markdown p {
  font-family: "Poppins", sans-serif !important;
}

.chat-header {
  display: none !important;
}

.chat-powered-by {
  display: none !important;
}

.chat-message.chat-message-from-user:not(.chat-message-transparent) {
  background-color: #2c5282 !important;
}

.chat-inputs textarea {
  max-height: 60px !important;
  border: solid !important;
}

.chat-input-send-button {
  color: darkorange !important;
  border: solid 5px darkorange !important;
  height: 53px !important;
}

/* For disabled state */
.chat-input-send-button:disabled,
.chat-input-send-button[disabled] {
  color: grey !important;
  background-color: #f3f3f3 !important;
}

.banners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.banners .item {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.slab {
  position: relative;
}
.slab .js-accordion.accordion {
  border-bottom: 1px solid #554cf8 !important;
  margin-bottom: 20px;
}
.slab .js-accordion.accordion .js-accordion__panel[aria-hidden=true] {
  display: none;
}
.slab .js-accordion.accordion .js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}
.slab .js-accordion.accordion .js-accordion__panel {
  padding: -10px 0 0 0;
  transition: all 0.5s ease;
  margin: 20px;
}
.slab .js-accordion.accordion button.js-accordion__header {
  display: block !important;
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  padding: 10px;
  background-color: transparent;
  font-family: inherit;
  color: #554cf8;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid #554cf8;
}
@media (min-width: 48rem) {
  .slab .js-accordion.accordion button.js-accordion__header {
    font-size: 32px;
  }
}
.slab .js-accordion.accordion button.js-accordion__header:hover {
  cursor: pointer;
}
.slab .js-accordion.accordion button.js-accordion__header:focus {
  text-decoration: underline;
  outline: none;
}
.slab .js-accordion.accordion button.js-accordion__header h2 {
  margin-bottom: 20px;
}
.slab .js-accordion.accordion .js-accordion__header[aria-expanded=true]:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  margin-right: 5px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  color: #554cf8;
}
.slab .js-accordion.accordion .js-accordion__header[aria-expanded=false]:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  margin-right: 5px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  color: #554cf8;
}
.slab .branding {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  background-color: #ffffff;
}
.slab .branding .inner a {
  display: inline-block;
  width: 240px;
}
@media (min-width: 30rem) {
  .slab .branding .inner a {
    width: 390px;
  }
}
@media (min-width: 48rem) {
  .slab .branding .inner a {
    width: 600px;
  }
}
.slab .cards {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 48rem) {
  .slab .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    width: 100%;
  }
}
.slab .cards .card {
  background: #f4f4f4;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  border: 5px solid #554cf8;
  position: relative;
  margin-bottom: 20px;
}
.slab .cards .card p {
  font-size: 16px;
}
.slab .cards .card .btt {
  margin-top: 0;
}
.slab .cards .card hr {
  margin: 20px 0;
}
.slab .cards .card ul {
  list-style: none;
  margin: 20px 0 0 0;
}
.slab .cards .card ul li {
  position: relative;
  margin-bottom: 20px;
}
.slab .cards .card ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 448 512'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %237a038f; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M438.6,105.4c12.5,12.5,12.5,32.8,0,45.3L182.6,406.7c-12.5,12.5-32.8,12.5-45.3,0L9.3,278.7c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l105.4,105.3,233.4-233.3c12.5-12.5,32.8-12.5,45.3,0h0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.slab .cards .card ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .slab .cards.alt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, auto);
  }
}
@media (min-width: 62rem) {
  .slab .cards.alt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
@media (min-width: 48rem) {
  .slab .cards.two-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, auto);
  }
}
.slab .callout-blocks {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 0;
}
@media (min-width: 48rem) {
  .slab .callout-blocks .callout-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.slab .callout-blocks .callout-blocks-wrapper .item {
  position: relative;
  border: 5px solid #f97316;
  flex: 1;
  padding: 30px;
  margin-bottom: 20px;
}
@media (min-width: 48rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item {
    margin-bottom: 0;
  }
}
.slab .callout-blocks .callout-blocks-wrapper .item .icon {
  text-align: center;
  margin-bottom: 30px;
}
.slab .callout-blocks .callout-blocks-wrapper .item .icon i {
  font-size: 120px;
  margin: 0 auto;
  color: #554cf8;
}
.slab .callout-blocks .callout-blocks-wrapper .item .head {
  color: #554cf8;
  text-transform: uppercase;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #f97316;
  text-align: center;
}
@media (min-width: 62rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item .head {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 75rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item .head {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail {
  position: relative;
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail p {
  font-size: 16px;
  font-weight: 700;
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail a {
  color: #ffffff;
  text-decoration: underline;
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail a:hover {
  color: #ffffff;
  text-decoration: none;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button {
  text-align: left;
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a {
  border: 2px solid #f97316;
  color: #f97316 !important;
  padding: 10px 20px;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 700;
  background-color: #fff;
  color: #f97316;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:focus, .slab .callout-blocks .callout-blocks-wrapper .item .button a:hover {
  background-color: #fff !important;
  color: #f97316 !important;
  text-decoration: none;
  font-weight: 700;
  outline: 0 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:hover:after {
  padding-left: 11px;
  transition: all 0.3s ease;
}
.slab .contact-slab {
  font-size: 1.25rem;
  padding: 60px;
  background-color: #ffffff;
}
.slab .contact-slab.striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.2) 49%, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 55%);
  background-size: 8px 8px;
  background-repeat: repeat;
}
.slab .contact-slab.thanks {
  min-height: 50vh;
}
.slab .contact-slab.thanks .inner {
  margin-top: 10%;
}
@media (min-width: 48rem) {
  .slab .contact-type {
    display: flex;
    justify-content: center;
  }
}
.slab .contact-type .item {
  color: #554cf8;
}
@media (min-width: 48rem) {
  .slab .contact-type .item {
    margin-top: 60px;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .slab .contact-type .item {
    flex: 0 0 30%;
    width: 30%;
  }
}
.slab .contact-type .item i {
  font-size: 5rem;
}
.slab .contact-type .item .title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
}
.slab .client-grid {
  display: flex;
  flex-wrap: wrap;
}
.slab .client-grid .grid-item {
  flex: 0 0 50%;
  width: 50%;
  padding: 5px;
}
@media (min-width: 30rem) {
  .slab .client-grid .grid-item {
    flex: 0 0 30%;
    width: 30%;
  }
}
@media (min-width: 48rem) {
  .slab .client-grid .grid-item {
    flex: 0 0 14%;
    width: 14%;
  }
}
.slab .client-grid .grid-item .inner {
  border: 1px solid #ccc;
}
.slab .client-grid .grid-item .inner img {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .slab .grid .two-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 20px;
    width: 100%;
  }
}
.slab .grid .two-up .item .inner {
  height: 100%;
  border: solid 3px #c8c8c8;
  padding: 30px;
  margin: 20px 10px;
  box-shadow: 1px 1px 20px 0px rgba(135, 135, 135, 0.75);
}
.slab .grid .two-up .item img {
  max-width: 100%;
}
.slab .grid .two-up .item.pad {
  padding: 60px;
}
.slab .grid .two-up .item.pad h2 {
  margin-bottom: 10px;
}
@media (min-width: 48rem) {
  .slab .grid .three-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 20px;
    width: 100%;
  }
}
@media (min-width: 62rem) {
  .slab .grid .three-up {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
.slab .grid .three-up .item {
  margin-bottom: 60px;
}
@media (min-width: 48rem) {
  .slab .grid .three-up .item {
    margin-bottom: 0;
  }
}
.slab .grid .three-up .item .inner {
  height: 100%;
  border: 3px solid #c8c8c8;
  padding: 20px;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 20px 0px rgba(135, 135, 135, 0.75);
  font-size: 16px;
}
.slab .grid .three-up .item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.slab .grid .three-up .item img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .slab .grid .three-up.border {
    border-right: solid 2px #c8c8c8;
  }
}
.slab .grid .three-up.border:last-child {
  margin-bottom: 0;
  border-right: none;
}
.slab .grid .three-up.ads h3 {
  font-size: 22px;
}
.slab .grid .three-up.ads .item {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .slab .grid .six-up {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 20px;
    width: 100%;
  }
}
@media (min-width: 62rem) {
  .slab .grid .six-up {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, auto);
  }
}
.slab .grid .six-up .item {
  margin-bottom: 20px;
}
.slab .grid .six-up .item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.slab .grid .six-up .item:last-child {
  margin-bottom: 0;
  border-right: none;
}
.slab .grid .six-up .item img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.slab .grid .six-up .item video {
  width: 100%;
  height: auto;
}
.slab .grid .six-up .item video:hover {
  cursor: pointer;
}
.slab .flex-tiles {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.slab .flex-tiles .item {
  flex: 1;
  min-width: 100%;
  max-width: 320px;
}
@media (min-width: 30rem) {
  .slab .flex-tiles .item {
    min-width: 50%;
  }
}
@media (min-width: 48rem) {
  .slab .flex-tiles .item {
    min-width: 20%;
  }
}
.slab .flex-tiles .item span {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.slab .flex-tiles .item span.flex-tile {
  background-color: #f97316;
  position: relative;
  z-index: 2;
}
.slab .flex-tiles .item span.flex-tile img {
  transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
.slab .flex-tiles .item span.flex-tile span.figcaption {
  padding: 10%;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.slab .flex-tiles .item span.flex-tile span.figcaption .title {
  width: 100%;
  border: none;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding-top: calc(90% - 10px);
  margin: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-weight: 700;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.slab .flex-tiles .item span.flex-tile span.figcaption span.subtitle {
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}
@media (min-width: 30rem) {
  .slab .flex-tiles .item span.flex-tile span.figcaption span.subtitle {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (min-width: 62rem) {
  .slab .flex-tiles .item span.flex-tile span.figcaption span.subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
.slab .flex-tiles .item span.flex-tile span.figcaption:before, .slab .flex-tiles .item span.flex-tile span.figcaption:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: rotate(0deg);
  pointer-events: none;
}
.slab .flex-tiles .item span.flex-tile span.figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.slab .flex-tiles .item span.flex-tile span.figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
.slab .flex-tiles .item span.flex-tile:hover img {
  opacity: 0.1;
}
.slab .flex-tiles .item span.flex-tile:hover span.figcaption .title {
  padding-top: calc(50% - 70px);
}
.slab .flex-tiles .item span.flex-tile:hover span.figcaption span.subtitle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.slab .flex-tiles .item span.flex-tile:hover span.figcaption:before, .slab .flex-tiles .item span.flex-tile:hover span.figcaption:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slab .skills {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.slab .skills .item {
  flex: 1 1 46%;
  margin: 20px;
  border: solid 5px #554cf8;
  padding: 30px;
}
.slab .image-teaser {
  position: relative;
  overflow: hidden;
}
.slab .image-teaser .image-teaser-wrapper {
  position: relative;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner {
  display: grid;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 30rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    justify-content: space-between;
  }
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner.big-bottom {
    padding-bottom: 6.25rem;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
  display: block;
  position: relative;
  z-index: 3;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  padding: 20px;
  order: 2;
}
@media (min-width: 30rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
    padding: 0 0 0 20px;
    order: 1;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body h2, .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body h3 {
  margin: 0 0 20px 0;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body h2 span, .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body h3 span {
  display: block;
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .superhead {
  color: #554cf8;
  font-size: 0.875rem;
  font-weight: 700;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary {
  margin-bottom: 30px;
}
@media (min-width: 30rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary {
    font-size: 1.25rem;
    padding-right: 60px;
    font-weight: 400;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary .quote {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 30rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary .quote {
    font-size: 1.625rem;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 20px;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary .detail {
  font-weight: 700;
  font-size: 0.875rem;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button {
  margin: 10px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 30rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button {
    margin-top: 30px;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a {
  border: 2px solid #554cf8;
  color: #554cf8 !important;
  padding: 10px 20px;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 700;
  color: #554cf8;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:focus, .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:hover {
  background-color: #fff !important;
  color: #554cf8 !important;
  text-decoration: none;
  font-weight: 700;
  outline: 0 !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:hover:after {
  padding-left: 11px;
  transition: all 0.3s ease;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media {
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  order: 1;
  text-align: center;
}
@media (min-width: 30rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media {
    order: 2;
    content: "";
    display: block;
    margin: 0;
    z-index: 0;
    max-width: 50%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    z-index: 2;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media img {
  width: 300px;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
@media (min-width: 48rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media img {
    width: auto;
    min-width: 100%;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media img.padded {
  padding: 60px;
}
.slab .image-teaser .image-teaser-wrapper .prev-next {
  width: 370px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
}
.slab .image-teaser .image-teaser-wrapper .prev-next a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
}
.slab .image-teaser .image-teaser-wrapper .prev-next a:hover {
  cursor: pointer;
}
.slab .image-teaser .image-teaser-wrapper .prev-next .prev:before {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  margin-left: 5px;
  font-weight: 700;
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
}
.slab .image-teaser .image-teaser-wrapper .prev-next .next:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 700;
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
}
.slab .image-teaser .image-teaser-wrapper .prev-next img {
  max-width: 80px;
}
.slab .image-teaser .image-teaser-wrapper .prev-next.thumbs {
  padding: 0;
  width: 180px;
}
.slab .image-teaser .image-teaser-wrapper .prev-next.thumbs .prev {
  padding: 0;
}
.slab .image-teaser .image-teaser-wrapper .prev-next.thumbs .prev:before {
  display: none;
}
.slab .image-teaser .image-teaser-wrapper .prev-next.thumbs .next {
  padding: 0;
}
.slab .image-teaser .image-teaser-wrapper .prev-next.thumbs .next:after {
  display: none;
}
.slab .image-teaser.flip .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
  order: 2;
}
.slab .image-teaser.flip .image-teaser-wrapper .image-teaser-inner .image-teaser-media {
  order: 1;
}
.slab .image-teaser.team .image-teaser-wrapper .image-teaser-inner {
  padding: 0;
}
.slab .image-teaser.team .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
  padding: 0 0 0 20px;
}
.slab .image-teaser.alt .prev-next {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: block;
  border-bottom: solid 1px #554cf8;
  padding: 0 0 20px 20px !important;
  text-align: left;
}
.slab .image-teaser.alt .prev-next a {
  border: solid 1px #554cf8;
  color: #554cf8;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 3px;
}
.slab .image-teaser.alt .prev-next a:after {
  display: none;
}
.slab .image-teaser.alt .prev-next a:hover, .slab .image-teaser.alt .prev-next a.active {
  color: #f97316 !important;
  border-color: #f97316 !important;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 62rem) {
  .slab .image-teaser.alt .image-teaser-media {
    width: 100% !important;
    max-width: 170px !important;
    text-align: center;
  }
  .slab .image-teaser.alt .image-teaser-media i {
    font-size: 130px;
    color: #554cf8;
  }
}
@media (min-width: 62rem) {
  .slab .image-teaser.alt .image-teaser-body {
    flex: 1 1 auto !important;
    max-width: none !important;
    padding-left: 30px;
  }
}
@media (min-width: 62rem) {
  .slab .text-slab .versus {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
.slab .text-slab .versus .item {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.slab .text-slab .versus .item.middle {
  font-size: 1.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slab .text-slab .in-app {
  margin: 0 auto;
  width: 300px;
  position: relative;
}
.slab .text-slab .in-app img {
  width: 300px;
}
.slab .text-slab .in-app .overlay {
  position: relative;
  z-index: 2;
}
.slab .text-slab .in-app .video-bg {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 22px;
  width: 257px;
  margin: 0;
}
.slab .text-slab .in-app .video-bg video {
  width: 257px;
}
@media (min-width: 48rem) {
  .slab .text-slab .two-col {
    display: flex;
    gap: 30px;
  }
}
.slab .text-slab .two-col .item {
  margin-bottom: 30px;
}
@media (min-width: 48rem) {
  .slab .text-slab .two-col .item {
    flex: 1 1 50%;
    margin-bottom: 0;
  }
}
.slab .text-slab .two-col .item video {
  width: 100%;
  height: auto;
}
.slab .text-slab .two-col .item video:hover {
  cursor: pointer;
}
.slab .text-slab .two-col .item img {
  max-width: 100%;
}
.slab .text-slab .two-col .item ul li {
  padding-bottom: 20px;
}
.slab .text-slab .two-col .item ul li:last-child {
  padding-bottom: none;
}
.slab .text-slab .two-col .item form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slab .text-slab .two-col .item form ul li {
  padding-bottom: 10px;
}
.slab .text-slab .two-col .item form ul li:last-child {
  padding-bottom: none;
}
.slab .text-slab .two-col .item form input, .slab .text-slab .two-col .item form textarea {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  border: dashed 2px #f97316;
}
.slab .text-slab .two-col .item form input:focus, .slab .text-slab .two-col .item form textarea:focus {
  outline: solid 5px #f97316;
}
.slab .text-slab .two-col .item form input.button {
  width: auto;
  background: linear-gradient(90deg, #4764e5 20.42%, #c54f33 55.68%, #c54f33 84.95%), #f2f2f2;
  border: solid 5px #554cf8;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.slab .text-slab .two-col .item form input.button:hover {
  border-color: #f97316;
  background: linear-gradient(270deg, #4764e5 20.42%, #c54f33 55.68%, #c54f33 84.95%), #f2f2f2;
  transition: all 0.5s ease-in-out;
}
.slab .text-slab .two-col .item.mobtease {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.slab .text-slab .two-col .item.media {
  text-align: center;
  display: none;
}
@media (min-width: 30rem) {
  .slab .text-slab .two-col .item.media {
    display: block;
  }
}
.slab .text-slab .two-col .item.video video {
  width: 100%;
}
@media (min-width: 48rem) {
  .slab .text-slab .two-col .item.video video {
    margin-bottom: 20px;
  }
}
.slab .text-slab .two-col.success-study .item.ad iframe {
  margin: 0 !important;
}
.slab .text-slab .two-col.success-study .item.ad .two-col {
  border: solid 10px blue;
}
.slab .text-slab .two-col.success-study .item.ad .two-col .item {
  flex: 1 1 50% !important;
}
@media (min-width: 48.1rem) {
  .slab .text-slab.examples ul {
    columns: 2;
  }
}
.slab .text-slab .adflow-cta ul {
  font-size: 20px;
}
.slab .project-block {
  display: block;
  position: relative;
  height: 100%;
}
.slab .project-block--square {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.slab .project-block--square .project-block__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.slab .project-block__img {
  position: relative;
  height: 100%;
}
.slab .project-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slab .project-block__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slab .project-block__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.slab .project-block .project-block__img::after,
.slab .project-block .project-block__detail {
  opacity: 0;
  transition: opacity 0.425s ease-out;
}
.slab .project-block__headline,
.slab .project-block__subhead {
  color: #fff;
}
.slab .project-block__headline {
  font-size: 1.875rem;
  word-break: normal;
  word-wrap: normal;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  transition: -webkit-transform 0.425s ease-out;
  transition: transform 0.425s ease-out;
}
.slab .project-block__subhead {
  position: relative;
  text-transform: uppercase;
  font-family: GT-Walsheim-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
.slab .project-block__headline + .project-block__subhead {
  padding-top: 1rem;
}
.slab .project-block__headline + .project-block__subhead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.375rem;
  background-color: #ffffff;
  transition: width 0.425s ease-out;
}
.slab .project-block:focus {
  outline: none;
}
.slab .project-block:hover .project-block__img::after,
.slab .project-block:hover .project-block__detail,
.slab .project-block:focus .project-block__img::after,
.slab .project-block:focus .project-block__detail,
.slab .supports-touch .project-block .project-block__img::after,
.slab .supports-touch .project-block .project-block__detail {
  opacity: 1;
}
.slab .project-block:hover .project-block__headline,
.slab .project-block:focus .project-block__headline,
.slab .supports-touch .project-block .project-block__headline {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slab .project-block:hover .project-block__headline + .project-block__subhead::before,
.slab .project-block:focus .project-block__headline + .project-block__subhead::before,
.slab .supports-touch .project-block .project-block__headline + .project-block__subhead::before {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .slab .project-block__headline {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .slab .project-block__headline {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .slab .project-block__headline {
    font-size: 2.5rem;
  }
}
.slab .split-layout .project-grid {
  margin-bottom: 0;
}
.slab .project-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slab .project-grid__list--3-col {
  margin: 0 -1.25rem 3.125rem;
}
.slab .project-grid__list--3-col .project-grid__item {
  height: auto;
}
.slab .project-grid__item {
  height: 100vw;
  width: 100%;
}
.slab .project-grid__item--hide {
  display: none;
}
@media screen and (min-width: 40em) {
  .slab .project-grid__list--3-col {
    margin: 0 0 3.125rem;
  }
  .slab .project-grid__list--3-col .project-grid__item {
    height: auto;
  }
  .slab .project-grid__item {
    height: 50vh;
    width: 50%;
  }
  .slab .project-grid__item--wide {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .slab .project-grid__list--3-col .project-grid__item {
    width: 33.333%;
  }
}
@supports (display: grid) {
  .slab .project-grid__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 100vw;
  }
  .slab .project-grid__list--3-col {
    grid-auto-rows: auto;
  }
  .slab .project-grid__item {
    height: auto;
  }
  @media screen and (min-width: 40em) {
    .slab .project-grid__list {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 50vh;
    }
    .slab .project-grid__list--3-col {
      margin: 0 0 3.125rem;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: auto;
    }
    .slab .project-grid__item {
      height: auto;
      width: auto;
    }
    .slab .project-grid__item--wide {
      grid-column-start: 1;
      grid-column-end: 3;
    }
  }
  @media print, screen and (min-width: 64em) {
    .slab .project-grid__list--3-col {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .slab .project-grid__list--3-col .project-grid__item {
      width: auto;
    }
  }
}
.slab .notfound {
  background-color: #ffffff;
  padding: 60px;
}
.slab .notfound .inner .superhead {
  font-size: 0.875rem;
  color: #f97316;
  font-family: "Poppins", sans-serif;
}
.slab .notfound .inner .head {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #554cf8;
  margin-bottom: 20px;
}
.slab .notfound .inner .detail {
  font-size: 1.25rem;
  color: #554cf8;
  margin-bottom: 30px;
}
@media (min-width: 62rem) {
  .slab.striped-logo {
    background-image: linear-gradient(-45deg, rgba(75, 32, 238, 0) 46%, rgba(75, 32, 238, 0.5) 49%, rgba(75, 32, 238, 0.5) 51%, rgba(75, 32, 238, 0) 55%);
    background-size: 8px 8px;
    background-repeat: repeat;
  }
}
.slab.has-bg {
  background-position: top center;
  background-size: cover;
}

footer.footer {
  font-size: 14px;
  z-index: 2;
  position: relative;
  color: #ffffff;
  text-align: left;
}
footer.footer .wrap {
  position: relative;
}
footer.footer .wrap .inner-wrap {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  border-top: solid 2px #5ebc8d;
}
footer.footer .wrap .inner-wrap .inner {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
footer.footer .wrap .inner-wrap .inner .title h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 62rem) {
  footer.footer .wrap .inner-wrap .inner .title h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
footer.footer .wrap .inner-wrap .inner a {
  color: #777;
  text-decoration: underline;
  font-weight: 400;
}
footer.footer .wrap .inner-wrap .inner a:hover {
  text-decoration: none;
}

.slab-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.padding-top {
  padding-top: 20px;
}
@media (min-width: 62rem) {
  .padding-top {
    padding-top: 2.5rem;
  }
}

.padding-bottom {
  padding-bottom: 20px;
}
@media (min-width: 62rem) {
  .padding-bottom {
    padding-bottom: 40px;
  }
}

.margin-top {
  margin-top: 20px;
}
@media (min-width: 62rem) {
  .margin-top {
    margin-top: 40px;
  }
}

.margin-bottom {
  margin-bottom: 20px;
}
@media (min-width: 62rem) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: transparent url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  /*border-radius: 60px;*/
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  background: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  color: #6d0120;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  line-height: 1;
  color: #554cf8;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 5px;
}
.slick-prev:before {
  content: "\f137";
}
[dir=rtl] .slick-prev:before {
  content: "\f138";
}

.slick-next {
  right: 5px;
}
[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "\f138";
}
[dir=rtl] .slick-next:before {
  content: "\f137";
}

.feature-carousel .slick-prev, .feature-carousel .slick-next {
  height: 40px;
  width: 40px;
  top: 82px;
  /*border-radius: 40px;*/
}
.feature-carousel .slick-prev:before, .feature-carousel .slick-next:before {
  font-size: 40px;
}
.feature-carousel .slick-prev {
  left: 18px;
}
[dir=rtl] .feature-carousel .slick-prev {
  left: auto;
  right: 18px;
}
.feature-carousel .slick-prev:before {
  content: "\f137";
}
[dir=rtl] .feature-carousel .slick-prev:before {
  content: "\f138";
}
.feature-carousel .slick-next {
  right: 18px;
}
[dir=rtl] .feature-carousel .slick-next {
  left: 18px;
  right: auto;
}
.feature-carousel .slick-next:before {
  content: "\f138";
}
[dir=rtl] .feature-carousel .slick-next:before {
  content: "\f137";
}
.feature-carousel.slick-slider {
  margin: 0 -15px;
  /*.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  }*/
}
.feature-carousel .slick-slide.slick-active:first-child, .feature-carousel .slick-slide.slick-active:last-child {
  margin: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #6d0120;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:hover:focus, .slick-dots li button:focus:focus {
  outline: 2px dotted #6d0120;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  color: #554cf8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #554cf8;
  opacity: 0.75;
}
/*# sourceMappingURL=../css/styles.css.map */
