/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code:not(.hljs) {
  font-size: 90%;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideDown {
  from {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 95%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 95%);
    transform: translate3d(0, -3px, 0);
    opacity: 1;
  }

  to {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes contentSlideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInfinite {
  0% {
    transform: translateX(1920px);
  }

  100% {
    transform: translateX(-340px);
  }
}

@keyframes mobileSlideDown {
  from {
    transform: translate3d(0, -10px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 26rem) {
  .animate-slide-in {
    transform: translateY(40px);
    opacity: 0;
  }
}

.animate-slide-in-staggered {
  animation-delay: 0.2s;
}

.no-js .animate-slide-in {
  opacity: 1;
  transform: none;
}

.animate-slide-in-complete {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: contentSlideUp;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animate-slide-in-complete {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

.background-light {
  background-color: #f6f8fa;
}

.background-dark {
  background-color: #191919;
}

.background-black {
  background-color: #000;
}

.background-ac-blue {
  background-color: #0369ff;
}

.background-ac-gradient {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.border-bottom-dark {
  border-bottom: 1px solid #333;
}

.gradient-text-wrapper .gradient-text {
  color: #f719d5;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .gradient-text-wrapper {
    background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100% 100%;
    display: inline-block;
  }

  .gradient-text-wrapper .gradient-text {
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
  }
}

.flex {
  display: flex;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.m-t-spacer-none {
  margin-top: 0;
}

@media (min-width: 48rem) {
  .m-t-spacer-none {
    margin-top: 0;
  }
}

.m-b-spacer-none {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .m-b-spacer-none {
    margin-bottom: 0;
  }
}

.m-l-spacer-none {
  margin-left: 0;
}

@media (min-width: 48rem) {
  .m-l-spacer-none {
    margin-left: 0;
  }
}

.m-r-spacer-none {
  margin-right: 0;
}

@media (min-width: 48rem) {
  .m-r-spacer-none {
    margin-right: 0;
  }
}

.m-x-spacer-none {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 48rem) {
  .m-x-spacer-none {
    margin-left: 0;
    margin-right: 0;
  }
}

.m-y-spacer-none {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 48rem) {
  .m-y-spacer-none {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.p-t-spacer-none {
  padding-top: 0;
}

@media (min-width: 48rem) {
  .p-t-spacer-none {
    padding-top: 0;
  }
}

.p-b-spacer-none {
  padding-bottom: 0;
}

@media (min-width: 48rem) {
  .p-b-spacer-none {
    padding-bottom: 0;
  }
}

.p-l-spacer-none {
  padding-left: 0;
}

@media (min-width: 48rem) {
  .p-l-spacer-none {
    padding-left: 0;
  }
}

.p-r-spacer-none {
  padding-right: 0;
}

@media (min-width: 48rem) {
  .p-r-spacer-none {
    padding-right: 0;
  }
}

.p-x-spacer-none {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 48rem) {
  .p-x-spacer-none {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-y-spacer-none {
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 48rem) {
  .p-y-spacer-none {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.m-t-spacer-2xs {
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-2xs {
    margin-top: 0.5rem;
  }
}

.m-b-spacer-2xs {
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-2xs {
    margin-bottom: 0.5rem;
  }
}

.m-l-spacer-2xs {
  margin-left: 1.25rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-2xs {
    margin-left: 0.5rem;
  }
}

.m-r-spacer-2xs {
  margin-right: 1.25rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-2xs {
    margin-right: 0.5rem;
  }
}

.m-x-spacer-2xs {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-2xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.m-y-spacer-2xs {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-2xs {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

.p-t-spacer-2xs {
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-2xs {
    padding-top: 0.5rem;
  }
}

.p-b-spacer-2xs {
  padding-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-2xs {
    padding-bottom: 0.5rem;
  }
}

.p-l-spacer-2xs {
  padding-left: 1.25rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-2xs {
    padding-left: 0.5rem;
  }
}

.p-r-spacer-2xs {
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-2xs {
    padding-right: 0.5rem;
  }
}

.p-x-spacer-2xs {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-2xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.p-y-spacer-2xs {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-2xs {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.m-t-spacer-xs {
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-xs {
    margin-top: 1rem;
  }
}

.m-b-spacer-xs {
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-xs {
    margin-bottom: 1rem;
  }
}

.m-l-spacer-xs {
  margin-left: 1.25rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-xs {
    margin-left: 1rem;
  }
}

.m-r-spacer-xs {
  margin-right: 1.25rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-xs {
    margin-right: 1rem;
  }
}

.m-x-spacer-xs {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-xs {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.m-y-spacer-xs {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-xs {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.p-t-spacer-xs {
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-xs {
    padding-top: 1rem;
  }
}

.p-b-spacer-xs {
  padding-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-xs {
    padding-bottom: 1rem;
  }
}

.p-l-spacer-xs {
  padding-left: 1.25rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-xs {
    padding-left: 1rem;
  }
}

.p-r-spacer-xs {
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-xs {
    padding-right: 1rem;
  }
}

.p-x-spacer-xs {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-xs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.p-y-spacer-xs {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-xs {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.m-t-spacer-sm {
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-sm {
    margin-top: 1.25rem;
  }
}

.m-b-spacer-sm {
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-sm {
    margin-bottom: 1.25rem;
  }
}

.m-l-spacer-sm {
  margin-left: 1.25rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-sm {
    margin-left: 1.25rem;
  }
}

.m-r-spacer-sm {
  margin-right: 1.25rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-sm {
    margin-right: 1.25rem;
  }
}

.m-x-spacer-sm {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-sm {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.m-y-spacer-sm {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-sm {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-t-spacer-sm {
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-sm {
    padding-top: 1.25rem;
  }
}

.p-b-spacer-sm {
  padding-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-sm {
    padding-bottom: 1.25rem;
  }
}

.p-l-spacer-sm {
  padding-left: 1.25rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-sm {
    padding-left: 1.25rem;
  }
}

.p-r-spacer-sm {
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-sm {
    padding-right: 1.25rem;
  }
}

.p-x-spacer-sm {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-y-spacer-sm {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-sm {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.m-t-spacer-md {
  margin-top: 2rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-md {
    margin-top: 2rem;
  }
}

.m-b-spacer-md {
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-md {
    margin-bottom: 2rem;
  }
}

.m-l-spacer-md {
  margin-left: 2rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-md {
    margin-left: 2rem;
  }
}

.m-r-spacer-md {
  margin-right: 2rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-md {
    margin-right: 2rem;
  }
}

.m-x-spacer-md {
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-md {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.m-y-spacer-md {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-md {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.p-t-spacer-md {
  padding-top: 2rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-md {
    padding-top: 2rem;
  }
}

.p-b-spacer-md {
  padding-bottom: 2rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-md {
    padding-bottom: 2rem;
  }
}

.p-l-spacer-md {
  padding-left: 2rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-md {
    padding-left: 2rem;
  }
}

.p-r-spacer-md {
  padding-right: 2rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-md {
    padding-right: 2rem;
  }
}

.p-x-spacer-md {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-md {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-y-spacer-md {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-md {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.m-t-spacer-lg {
  margin-top: 4rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-lg {
    margin-top: 4rem;
  }
}

.m-b-spacer-lg {
  margin-bottom: 4rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-lg {
    margin-bottom: 4rem;
  }
}

.m-l-spacer-lg {
  margin-left: 4rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-lg {
    margin-left: 4rem;
  }
}

.m-r-spacer-lg {
  margin-right: 4rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-lg {
    margin-right: 4rem;
  }
}

.m-x-spacer-lg {
  margin-left: 4rem;
  margin-right: 4rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-lg {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.m-y-spacer-lg {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-lg {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}

.p-t-spacer-lg {
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-lg {
    padding-top: 4rem;
  }
}

.p-b-spacer-lg {
  padding-bottom: 4rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-lg {
    padding-bottom: 4rem;
  }
}

.p-l-spacer-lg {
  padding-left: 4rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-lg {
    padding-left: 4rem;
  }
}

.p-r-spacer-lg {
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-lg {
    padding-right: 4rem;
  }
}

.p-x-spacer-lg {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-lg {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.p-y-spacer-lg {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-lg {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.m-t-spacer-xl {
  margin-top: 4rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-xl {
    margin-top: 6.5rem;
  }
}

.m-b-spacer-xl {
  margin-bottom: 4rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-xl {
    margin-bottom: 6.5rem;
  }
}

.m-l-spacer-xl {
  margin-left: 4rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-xl {
    margin-left: 6.5rem;
  }
}

.m-r-spacer-xl {
  margin-right: 4rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-xl {
    margin-right: 6.5rem;
  }
}

.m-x-spacer-xl {
  margin-left: 4rem;
  margin-right: 4rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-xl {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
}

.m-y-spacer-xl {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-xl {
    margin-bottom: 6.5rem;
    margin-top: 6.5rem;
  }
}

.p-t-spacer-xl {
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-xl {
    padding-top: 6.5rem;
  }
}

.p-b-spacer-xl {
  padding-bottom: 4rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-xl {
    padding-bottom: 6.5rem;
  }
}

.p-l-spacer-xl {
  padding-left: 4rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-xl {
    padding-left: 6.5rem;
  }
}

.p-r-spacer-xl {
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-xl {
    padding-right: 6.5rem;
  }
}

.p-x-spacer-xl {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-xl {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

.p-y-spacer-xl {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-xl {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }
}

.m-t-spacer-2xl {
  margin-top: 4rem;
}

@media (min-width: 48rem) {
  .m-t-spacer-2xl {
    margin-top: 11.875rem;
  }
}

.m-b-spacer-2xl {
  margin-bottom: 4rem;
}

@media (min-width: 48rem) {
  .m-b-spacer-2xl {
    margin-bottom: 11.875rem;
  }
}

.m-l-spacer-2xl {
  margin-left: 4rem;
}

@media (min-width: 48rem) {
  .m-l-spacer-2xl {
    margin-left: 11.875rem;
  }
}

.m-r-spacer-2xl {
  margin-right: 4rem;
}

@media (min-width: 48rem) {
  .m-r-spacer-2xl {
    margin-right: 11.875rem;
  }
}

.m-x-spacer-2xl {
  margin-left: 4rem;
  margin-right: 4rem;
}

@media (min-width: 48rem) {
  .m-x-spacer-2xl {
    margin-left: 11.875rem;
    margin-right: 11.875rem;
  }
}

.m-y-spacer-2xl {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

@media (min-width: 48rem) {
  .m-y-spacer-2xl {
    margin-bottom: 11.875rem;
    margin-top: 11.875rem;
  }
}

.p-t-spacer-2xl {
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .p-t-spacer-2xl {
    padding-top: 11.875rem;
  }
}

.p-b-spacer-2xl {
  padding-bottom: 4rem;
}

@media (min-width: 48rem) {
  .p-b-spacer-2xl {
    padding-bottom: 11.875rem;
  }
}

.p-l-spacer-2xl {
  padding-left: 4rem;
}

@media (min-width: 48rem) {
  .p-l-spacer-2xl {
    padding-left: 11.875rem;
  }
}

.p-r-spacer-2xl {
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .p-r-spacer-2xl {
    padding-right: 11.875rem;
  }
}

.p-x-spacer-2xl {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (min-width: 48rem) {
  .p-x-spacer-2xl {
    padding-left: 11.875rem;
    padding-right: 11.875rem;
  }
}

.p-y-spacer-2xl {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .p-y-spacer-2xl {
    padding-bottom: 11.875rem;
    padding-top: 11.875rem;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1210px;
}

@media (min-width: 48rem) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

@media (min-width: 48rem) {
  .container-wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1660px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row > .col,
.row > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid > * {
  flex-basis: 100%;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: calc(8.33%);
  max-width: calc(8.33%);
}

.col-2 {
  flex-basis: calc(16.66%);
  max-width: calc(16.66%);
}

.col-3 {
  flex-basis: calc(25%);
  max-width: calc(25%);
}

.col-4 {
  flex-basis: calc(33.33%);
  max-width: calc(33.33%);
}

.col-5 {
  flex-basis: calc(41.66%);
  max-width: calc(41.66%);
}

.col-6 {
  flex-basis: calc(50%);
  max-width: calc(50%);
}

.col-7 {
  flex-basis: calc(58.33%);
  max-width: calc(58.33%);
}

.col-8 {
  flex-basis: calc(66.66%);
  max-width: calc(66.66%);
}

.col-9 {
  flex-basis: calc(75%);
  max-width: calc(75%);
}

.col-10 {
  flex-basis: calc(83.33%);
  max-width: calc(83.33%);
}

.col-11 {
  flex-basis: calc(91.66%);
  max-width: calc(91.66%);
}

.col-12 {
  flex-basis: calc(100%);
  max-width: calc(100%);
}

@media (min-width: 26rem) {
  .col\@xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-1\@xs {
    flex-basis: calc(8.33%);
    max-width: calc(8.33%);
  }

  .col-2\@xs {
    flex-basis: calc(16.66%);
    max-width: calc(16.66%);
  }

  .col-3\@xs {
    flex-basis: calc(25%);
    max-width: calc(25%);
  }

  .col-4\@xs {
    flex-basis: calc(33.33%);
    max-width: calc(33.33%);
  }

  .col-5\@xs {
    flex-basis: calc(41.66%);
    max-width: calc(41.66%);
  }

  .col-6\@xs {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }

  .col-7\@xs {
    flex-basis: calc(58.33%);
    max-width: calc(58.33%);
  }

  .col-8\@xs {
    flex-basis: calc(66.66%);
    max-width: calc(66.66%);
  }

  .col-9\@xs {
    flex-basis: calc(75%);
    max-width: calc(75%);
  }

  .col-10\@xs {
    flex-basis: calc(83.33%);
    max-width: calc(83.33%);
  }

  .col-11\@xs {
    flex-basis: calc(91.66%);
    max-width: calc(91.66%);
  }

  .col-12\@xs {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}

@media (min-width: 35rem) {
  .col\@sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-1\@sm {
    flex-basis: calc(8.33%);
    max-width: calc(8.33%);
  }

  .col-2\@sm {
    flex-basis: calc(16.66%);
    max-width: calc(16.66%);
  }

  .col-3\@sm {
    flex-basis: calc(25%);
    max-width: calc(25%);
  }

  .col-4\@sm {
    flex-basis: calc(33.33%);
    max-width: calc(33.33%);
  }

  .col-5\@sm {
    flex-basis: calc(41.66%);
    max-width: calc(41.66%);
  }

  .col-6\@sm {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }

  .col-7\@sm {
    flex-basis: calc(58.33%);
    max-width: calc(58.33%);
  }

  .col-8\@sm {
    flex-basis: calc(66.66%);
    max-width: calc(66.66%);
  }

  .col-9\@sm {
    flex-basis: calc(75%);
    max-width: calc(75%);
  }

  .col-10\@sm {
    flex-basis: calc(83.33%);
    max-width: calc(83.33%);
  }

  .col-11\@sm {
    flex-basis: calc(91.66%);
    max-width: calc(91.66%);
  }

  .col-12\@sm {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}

@media (min-width: 48rem) {
  .col\@md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-1\@md {
    flex-basis: calc(8.33%);
    max-width: calc(8.33%);
  }

  .col-2\@md {
    flex-basis: calc(16.66%);
    max-width: calc(16.66%);
  }

  .col-3\@md {
    flex-basis: calc(25%);
    max-width: calc(25%);
  }

  .col-4\@md {
    flex-basis: calc(33.33%);
    max-width: calc(33.33%);
  }

  .col-5\@md {
    flex-basis: calc(41.66%);
    max-width: calc(41.66%);
  }

  .col-6\@md {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }

  .col-7\@md {
    flex-basis: calc(58.33%);
    max-width: calc(58.33%);
  }

  .col-8\@md {
    flex-basis: calc(66.66%);
    max-width: calc(66.66%);
  }

  .col-9\@md {
    flex-basis: calc(75%);
    max-width: calc(75%);
  }

  .col-10\@md {
    flex-basis: calc(83.33%);
    max-width: calc(83.33%);
  }

  .col-11\@md {
    flex-basis: calc(91.66%);
    max-width: calc(91.66%);
  }

  .col-12\@md {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}

@media (min-width: 60rem) {
  .col\@lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-1\@lg {
    flex-basis: calc(8.33%);
    max-width: calc(8.33%);
  }

  .col-2\@lg {
    flex-basis: calc(16.66%);
    max-width: calc(16.66%);
  }

  .col-3\@lg {
    flex-basis: calc(25%);
    max-width: calc(25%);
  }

  .col-4\@lg {
    flex-basis: calc(33.33%);
    max-width: calc(33.33%);
  }

  .col-5\@lg {
    flex-basis: calc(41.66%);
    max-width: calc(41.66%);
  }

  .col-6\@lg {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }

  .col-7\@lg {
    flex-basis: calc(58.33%);
    max-width: calc(58.33%);
  }

  .col-8\@lg {
    flex-basis: calc(66.66%);
    max-width: calc(66.66%);
  }

  .col-9\@lg {
    flex-basis: calc(75%);
    max-width: calc(75%);
  }

  .col-10\@lg {
    flex-basis: calc(83.33%);
    max-width: calc(83.33%);
  }

  .col-11\@lg {
    flex-basis: calc(91.66%);
    max-width: calc(91.66%);
  }

  .col-12\@lg {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}

@media (min-width: 73rem) {
  .col\@xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-1\@xl {
    flex-basis: calc(8.33%);
    max-width: calc(8.33%);
  }

  .col-2\@xl {
    flex-basis: calc(16.66%);
    max-width: calc(16.66%);
  }

  .col-3\@xl {
    flex-basis: calc(25%);
    max-width: calc(25%);
  }

  .col-4\@xl {
    flex-basis: calc(33.33%);
    max-width: calc(33.33%);
  }

  .col-5\@xl {
    flex-basis: calc(41.66%);
    max-width: calc(41.66%);
  }

  .col-6\@xl {
    flex-basis: calc(50%);
    max-width: calc(50%);
  }

  .col-7\@xl {
    flex-basis: calc(58.33%);
    max-width: calc(58.33%);
  }

  .col-8\@xl {
    flex-basis: calc(66.66%);
    max-width: calc(66.66%);
  }

  .col-9\@xl {
    flex-basis: calc(75%);
    max-width: calc(75%);
  }

  .col-10\@xl {
    flex-basis: calc(83.33%);
    max-width: calc(83.33%);
  }

  .col-11\@xl {
    flex-basis: calc(91.66%);
    max-width: calc(91.66%);
  }

  .col-12\@xl {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}

@font-face {
  font-family: 'DSIndigo';
  src: url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Bold.woff2')
      format('woff2'),
    url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Bold.woff')
      format('woff');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'DSIndigo';
  src: url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Medium.woff2')
      format('woff2'),
    url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Medium.woff')
      format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'DSIndigo';
  src: url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Regular.woff2')
      format('woff2'),
    url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Regular.woff')
      format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'DSIndigo';
  src: url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Semibold.woff2')
      format('woff2'),
    url('https://docucdn-a.akamaihd.net/olive/fonts/2.8.0/DSIndigo-Semibold.woff')
      format('woff');
  font-weight: 600;
  font-display: swap;
}

body {
  font-family: 'DSIndigo', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-xlarge {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .text-xlarge {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  .text-xlarge {
    font-size: 1.5rem;
  }
}

.text-large {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .text-large {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .text-large {
    font-size: 1.25rem;
  }
}

.text-medium {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .text-medium {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .text-medium {
    font-size: 1rem;
  }
}

.text-small {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .text-small {
    font-size: 0.875rem;
  }
}

@media (min-width: 60rem) {
  .text-small {
    font-size: 0.875rem;
  }
}

.text-xsmall {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .text-xsmall {
    font-size: 0.75rem;
  }
}

@media (min-width: 60rem) {
  .text-xsmall {
    font-size: 0.75rem;
  }
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #5f6061;
}

.text-light {
  color: #bebfc0;
}

.text-accent {
  color: #4c00ff;
}

.text-accent-2 {
  color: #d6fb00;
}

.text-accent-3 {
  color: #0bc6ff;
}

.text-accent-4 {
  color: #0e0;
}

.text-accent-5 {
  color: #ff3bdd;
}

.text-accent-6 {
  color: #1f44b6;
}

.text-accent-7 {
  color: #1c2e8f;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.no-margin {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .desktop-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.mobile-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

@media (min-width: 60rem) {
  .mobile-visually-hidden {
    position: initial;
    clip: unset;
    width: auto;
    padding: initial;
    margin: initial;
  }
}

.sticky-target {
  position: sticky;
  top: 0px;
  z-index: 10000;
}

.toolbar-oriented .toolbar-bar {
  z-index: 1000000;
}

body {
  margin: 0;
  padding: 0;
}

body.menu-open {
  overflow: hidden;
}

body.modal-active {
  overflow: hidden;
}

.layout-content,
.layout-content *::before,
.layout-content *::after {
  box-sizing: border-box;
}

.main-nav nav a::before {
  box-sizing: unset !important;
}

img {
  max-width: 100%;
}

.toggletip-container {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.toggle-button {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f8fa;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  outline: none;
  padding: 0;
  text-align: center;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  width: 23px;
}

@media (min-width: 48rem) {
  .toggle-button {
    font-size: 0.875rem;
  }
}

@media (min-width: 60rem) {
  .toggle-button {
    font-size: 0.875rem;
  }
}

.toggle-button:focus,
.toggle-button.is-active,
.toggle-button:hover {
  background: #4c00ff;
  color: #fff;
}

.toggletip-bubble {
  font-size: 1rem;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(17, 16, 25, 0.25);
  display: inline-block;
  position: absolute;
  line-height: 1.5;
  right: 0;
  top: 30px;
  width: 275px;
  padding: 30px;
  background: #fff;
  color: #5f6061;
}

@media (min-width: 48rem) {
  .toggletip-bubble {
    font-size: 0.875rem;
  }
}

@media (min-width: 60rem) {
  .toggletip-bubble {
    font-size: 0.875rem;
  }
}

@media (min-width: 26rem) {
  .toggletip-bubble {
    left: -125px;
    right: auto;
  }
}

@media (min-width: 48rem) {
  .toggletip-bubble {
    top: 0;
    left: calc(100% + 10px);
    right: auto;
  }
}

.section-black {
  background-color: #000;
}

.section-gray {
  background-color: #f6f8fa;
}

.video--area-container {
  overflow: hidden;
  position: relative;
}

.video--wrapper {
  border-radius: 4px;
  height: 0;
  left: 50%;
  padding-bottom: 56.25%;
  position: relative;
  transform: translateX(-50%);
}

.video--wrapper.landscape {
  padding-bottom: 40%;
}

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

.video--wrapper .video--controls-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  flex-flow: row;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 48rem) {
  .video--wrapper .video--controls-button {
    display: inline-flex;
  }
}

@media (min-width: 48rem) {
  .video--wrapper .video--controls-button .video--controls-play {
    margin-right: 1.25rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .video--wrapper .video--controls-button .video--controls-play {
    margin-right: 1rem;
  }
}

.video--wrapper .video--controls-text {
  display: none;
}

@media (min-width: 48rem) {
  .video--wrapper .video--controls-text {
    display: inline-block;
  }
}

blockquote {
  font-size: 2.3rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
  margin-right: 0;
  margin-left: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  blockquote {
    font-size: 3rem;
  }
}

@media (min-width: 60rem) {
  blockquote {
    font-size: 3rem;
  }
}

@media (min-width: 48rem) {
  blockquote {
    margin-bottom: 6.5rem;
    margin-top: 6.5rem;
    margin-left: 4rem;
  }
}

@media (min-width: 60rem) {
  blockquote {
    margin-left: 6.5rem;
  }
}

.button {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #4c00ff;
  border-color: #4c00ff;
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  min-width: 125px;
  outline-offset: 3px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.15s background-color ease-in-out;
}

@media (min-width: 48rem) {
  .button {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  .button {
    font-size: 0.9375rem;
  }
}

.button:hover {
  background-color: #1b5cdd;
  color: #fff;
}

.button:focus,
.button:active {
  border-color: #1b5cdd;
  background-color: #1b5cdd;
  text-decoration: none;
  transition-duration: 250ms;
  outline: 3px solid #5f6061;
}

.button.button--secondary {
  border-color: #4c00ff;
  background-color: #fff;
  color: #4c00ff;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  border-color: #1b5cdd;
  color: #1b5cdd;
}

.button.button--accent {
  border-color: #d6fb00;
  background-color: #d6fb00;
  color: #000;
}

.button.button--ghost {
  border-color: #4c00ff;
  background-color: rgba(0, 0, 0, 0);
  color: #4c00ff;
  transition-property: border;
}

@media (min-width: 48rem) {
  .button.button--ghost {
    border-color: rgba(0, 0, 0, 0);
  }
}

.button.button--ghost:hover,
.button.button--ghost:focus {
  border-color: #1b5cdd;
  color: #1b5cdd;
}

.button.button--ghost-accent {
  border-color: #d6fb00;
  background-color: rgba(0, 0, 0, 0);
  color: #d6fb00;
  transition-property: border;
}

@media (min-width: 48rem) {
  .button.button--ghost-accent {
    border-color: rgba(0, 0, 0, 0);
  }
}

.button.button--ghost-accent:hover,
.button.button--ghost-accent:focus {
  border-color: #d6fb00;
  color: #d6fb00;
}

.button.button--dark {
  border-color: rgba(0, 0, 0, 0);
  background-color: #333;
  color: #fff;
  transition-property: background-color;
}

.button.button--dark:hover,
.button.button--dark:focus {
  background-color: #474849;
}

.button.button--full {
  width: 100%;
}

.button.button--large {
  font-size: 1rem;
  font-weight: 500;
  padding: 15px;
}

@media (min-width: 48rem) {
  .button.button--large {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .button.button--large {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .button.button--large {
    padding: 15px 35px;
  }
}

.button.button--xlarge {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
}

@media (min-width: 60rem) {
  .button.button--xlarge {
    font-size: 21px;
    padding: 15px 35px;
  }
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.05;
}

@media (min-width: 48rem) {
  h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 60rem) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h4 {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h5 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  h5 {
    font-size: 0.9375rem;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  h6 {
    font-size: 0.875rem;
  }
}

@media (min-width: 60rem) {
  h6 {
    font-size: 0.875rem;
  }
}

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

h1.heading-116,
h2.heading-116,
h3.heading-116,
h4.heading-116,
h5.heading-116,
h6.heading-116 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 48rem) {
  h1.heading-116,
  h2.heading-116,
  h3.heading-116,
  h4.heading-116,
  h5.heading-116,
  h6.heading-116 {
    font-size: 5.5rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-116,
  h2.heading-116,
  h3.heading-116,
  h4.heading-116,
  h5.heading-116,
  h6.heading-116 {
    font-size: 7.25rem;
  }
}

h1.heading-80,
h2.heading-80,
h3.heading-80,
h4.heading-80,
h5.heading-80,
h6.heading-80 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h1.heading-80,
  h2.heading-80,
  h3.heading-80,
  h4.heading-80,
  h5.heading-80,
  h6.heading-80 {
    font-size: 5rem;
  }
}

h1.heading-62,
h2.heading-62,
h3.heading-62,
h4.heading-62,
h5.heading-62,
h6.heading-62 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width: 48rem) {
  h1.heading-62,
  h2.heading-62,
  h3.heading-62,
  h4.heading-62,
  h5.heading-62,
  h6.heading-62 {
    font-size: 3.875rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-62,
  h2.heading-62,
  h3.heading-62,
  h4.heading-62,
  h5.heading-62,
  h6.heading-62 {
    font-size: 3.875rem;
  }
}

h1.heading-50,
h2.heading-50,
h3.heading-50,
h4.heading-50,
h5.heading-50,
h6.heading-50 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width: 48rem) {
  h1.heading-50,
  h2.heading-50,
  h3.heading-50,
  h4.heading-50,
  h5.heading-50,
  h6.heading-50 {
    font-size: 3rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-50,
  h2.heading-50,
  h3.heading-50,
  h4.heading-50,
  h5.heading-50,
  h6.heading-50 {
    font-size: 3rem;
  }
}

h1.heading-36,
h2.heading-36,
h3.heading-36,
h4.heading-36,
h5.heading-36,
h6.heading-36 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  h1.heading-36,
  h2.heading-36,
  h3.heading-36,
  h4.heading-36,
  h5.heading-36,
  h6.heading-36 {
    font-size: 2.25rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-36,
  h2.heading-36,
  h3.heading-36,
  h4.heading-36,
  h5.heading-36,
  h6.heading-36 {
    font-size: 2.25rem;
  }
}

h1.heading-32,
h2.heading-32,
h3.heading-32,
h4.heading-32,
h5.heading-32,
h6.heading-32 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  h1.heading-32,
  h2.heading-32,
  h3.heading-32,
  h4.heading-32,
  h5.heading-32,
  h6.heading-32 {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-32,
  h2.heading-32,
  h3.heading-32,
  h4.heading-32,
  h5.heading-32,
  h6.heading-32 {
    font-size: 2rem;
  }
}

h1.heading-24,
h2.heading-24,
h3.heading-24,
h4.heading-24,
h5.heading-24,
h6.heading-24 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h1.heading-24,
  h2.heading-24,
  h3.heading-24,
  h4.heading-24,
  h5.heading-24,
  h6.heading-24 {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-24,
  h2.heading-24,
  h3.heading-24,
  h4.heading-24,
  h5.heading-24,
  h6.heading-24 {
    font-size: 1.5rem;
  }
}

h1.heading-20,
h2.heading-20,
h3.heading-20,
h4.heading-20,
h5.heading-20,
h6.heading-20 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h1.heading-20,
  h2.heading-20,
  h3.heading-20,
  h4.heading-20,
  h5.heading-20,
  h6.heading-20 {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-20,
  h2.heading-20,
  h3.heading-20,
  h4.heading-20,
  h5.heading-20,
  h6.heading-20 {
    font-size: 1.25rem;
  }
}

h1.heading-16,
h2.heading-16,
h3.heading-16,
h4.heading-16,
h5.heading-16,
h6.heading-16 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h1.heading-16,
  h2.heading-16,
  h3.heading-16,
  h4.heading-16,
  h5.heading-16,
  h6.heading-16 {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-16,
  h2.heading-16,
  h3.heading-16,
  h4.heading-16,
  h5.heading-16,
  h6.heading-16 {
    font-size: 1rem;
  }
}

@media (min-width: 48rem) {
  h1.heading-16,
  h2.heading-16,
  h3.heading-16,
  h4.heading-16,
  h5.heading-16,
  h6.heading-16 {
    font-weight: 600;
  }
}

h1.heading-15,
h2.heading-15,
h3.heading-15,
h4.heading-15,
h5.heading-15,
h6.heading-15 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  h1.heading-15,
  h2.heading-15,
  h3.heading-15,
  h4.heading-15,
  h5.heading-15,
  h6.heading-15 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-15,
  h2.heading-15,
  h3.heading-15,
  h4.heading-15,
  h5.heading-15,
  h6.heading-15 {
    font-size: 0.9375rem;
  }
}

h1.heading-12,
h2.heading-12,
h3.heading-12,
h4.heading-12,
h5.heading-12,
h6.heading-12 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  h1.heading-12,
  h2.heading-12,
  h3.heading-12,
  h4.heading-12,
  h5.heading-12,
  h6.heading-12 {
    font-size: 0.75rem;
  }
}

@media (min-width: 60rem) {
  h1.heading-12,
  h2.heading-12,
  h3.heading-12,
  h4.heading-12,
  h5.heading-12,
  h6.heading-12 {
    font-size: 0.75rem;
  }
}

.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.layout-content a {
  color: #4c00ff;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

.layout-content a:hover {
  color: #4c00ff;
}

.layout-content a.text-black {
  color: #000;
}

.layout-content a.text-black:hover {
  color: #000;
}

.layout-content a.text-white {
  color: #fff;
}

.layout-content a.text-white:hover {
  color: #bebfc0;
}

.layout-content a.text-dark {
  color: #5f6061;
}

.layout-content a.text-dark:hover {
  color: #5f6061;
}

.layout-content a.text-light {
  color: #bebfc0;
}

.layout-content a.text-light:hover {
  color: #fff;
}

.layout-content a.text-accent-2 {
  color: #d6fb00;
}

.layout-content a.text-accent-2:hover {
  color: #d6fb00;
}

.layout-content a.text-accent-3 {
  color: #0bc6ff;
}

.layout-content a.text-accent-3:hover {
  color: #0bc6ff;
}

.layout-content a.text-accent-4 {
  color: #0e0;
}

.layout-content a.text-accent-4:hover {
  color: #0e0;
}

.layout-content a.text-accent-5 {
  color: #ff3bdd;
}

.layout-content a.text-accent-5:hover {
  color: #ff3bdd;
}

.layout-content a.link-dark {
  color: #1b5cdd;
}

.layout-content a.link-dark:hover {
  color: #1f44b6;
}

.layout-content a.with-arrow {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.layout-content a.with-arrow:after {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.layout-content a.with-arrow:after {
  transition: 0.15s transform ease;
}

.layout-content a.with-arrow:hover:after {
  transform: translateX(5px) rotate(-45deg) translateY(-50%);
}

.layout-content a.with-arrow--large {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.layout-content a.with-arrow--large:after {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.layout-content a.with-arrow--large:after {
  border-width: 0 2.5px 2.5px 0;
  padding: 4px;
  transition: 0.15s transform ease;
}

.layout-content a.with-arrow--large:hover:after {
  transform: translateX(5px) rotate(-45deg) translateY(-50%);
}

.layout-content a.external-link {
  padding-right: 2rem;
  display: block;
  position: relative;
}

@media (min-width: 48rem) {
  .layout-content a.external-link {
    padding-right: 2rem;
  }
}

.layout-content a.external-link:after {
  content: '';
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-external-link.svg');
  position: absolute;
  top: 7px;
  right: 0;
  width: 12px;
  height: 14px;
}

@supports ((-webkit-mask: url()) or (mask: url())) {
  .layout-content a.external-link:after {
    background: #fff;
    background-image: none;
    -webkit-mask: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-external-link.svg');
    mask: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-external-link.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: background-color 0.15s ease-in-out;
  }
}

.layout-content a.external-link--large {
  top: 9px;
}

@supports ((-webkit-mask: url()) or (mask: url())) {
  .layout-content a.external-link:hover:after {
    background-color: #bebfc0;
  }
}

ul,
ol {
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 2rem;
}

ul {
  list-style: disc;
}

.list--simple {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

.list--simple li {
  line-height: 1.2;
  margin-bottom: 10px;
}

p {
  line-height: 1.4;
  margin-bottom: 0.9em;
  margin-top: 0;
}

.ac-animation-container {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  overflow: hidden;
  padding: 40px 20px 0;
  position: relative;
}

@media (min-width: 35rem) {
  .ac-animation-container {
    padding-bottom: 40px;
    min-height: 570px;
  }
}

@media (min-width: 48rem) {
  .ac-animation-container {
    height: calc(100vh - 113px);
    min-height: 690px;
    padding: 40px 40px 20px 40px;
    width: 100%;
  }
}

@media (min-width: 73rem) {
  .ac-animation-container {
    padding: 60px 85px 20px 85px;
  }
}

.ac-animation-container .ac-animation-text-container {
  flex-basis: 100%;
  margin-bottom: 40px;
}

@media (min-width: 48rem) {
  .ac-animation-container .ac-animation-text-container {
    margin-bottom: 0;
  }
}

.ac-animation-container .ac-animation-text {
  color: #fff;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 35rem) {
  .ac-animation-container .ac-animation-text {
    font-size: 6.5vw;
  }
}

@media (min-width: 35rem) and (min-height: 20rem) {
  .ac-animation-container .ac-animation-text {
    font-size: 4.5vw;
  }
}

@media (min-width: 48rem) and (min-height: 35rem) {
  .ac-animation-container .ac-animation-text {
    font-size: 5vw;
  }
}

@media (min-width: 73rem) {
  .ac-animation-container .ac-animation-text {
    font-size: 4.375rem;
    line-height: 1.3;
  }
}

@media (min-width: 90rem) {
  .ac-animation-container .ac-animation-text {
    font-size: 4.62rem;
    line-height: 1.2;
  }
}

@media (min-width: 103rem) {
  .ac-animation-container .ac-animation-text {
    font-size: 5.3rem;
  }
}

.ac-animation-container #ac-animation-background {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(85px, 155px);
  width: 690px;
  visibility: hidden;
}

@media (min-width: 73rem) {
  .ac-animation-container #ac-animation-background {
    visibility: visible;
  }
}

@media (min-width: 90rem) {
  .ac-animation-container #ac-animation-background {
    transform: translate(90px, 165px);
    top: -10px;
    width: 735px;
  }
}

@media (min-width: 103rem) {
  .ac-animation-container #ac-animation-background {
    transform: translate(90px, 182px);
    width: 865px;
  }
}

.ac-animation-container #ac-step-1 div {
  opacity: 0;
  transform: translateY(8px);
}

.ac-animation-container #ac-step-1,
.ac-animation-container #ac-step-2,
.ac-animation-container #ac-step-3 {
  display: none;
}

.ac-animation-container .ac-text-dark-1 {
  color: #ccc;
}

.ac-animation-container .ac-text-dark-2 {
  color: #9c9c9c;
}

.ac-animation-container .ac-text-dark-3 {
  color: #7d7d7d;
}

.ac-animation-container .ac-text-dark-4 {
  color: #4d4d4d;
}

.ac-animation-container .ac-animation-controls {
  align-self: flex-end;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  padding: 30px 0;
  position: relative;
  margin-top: auto;
}

@media (min-width: 35rem) {
  .ac-animation-container .ac-animation-controls {
    flex-direction: row;
  }
}

@media (min-width: 48rem) {
  .ac-animation-container .ac-animation-controls {
    margin-top: 40px;
  }
}

@media (min-width: 60rem) {
  .ac-animation-container .ac-animation-controls {
    margin-top: 60px;
    padding: 50px 0;
  }
}

.ac-animation-container .ac-animation-controls .ac-animation-controls-line {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}

.ac-animation-container .ac-animation-controls .ac-animation-link,
.ac-animation-container .ac-animation-controls .ac-animation-inst {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  transform: translateY(8px);
  width: 100%;
}

@media (min-width: 48rem) {
  .ac-animation-container .ac-animation-controls .ac-animation-link,
  .ac-animation-container .ac-animation-controls .ac-animation-inst {
    font-size: 24px;
  }
}

@media (min-width: 73rem) {
  .ac-animation-container .ac-animation-controls .ac-animation-link,
  .ac-animation-container .ac-animation-controls .ac-animation-inst {
    font-size: 32px;
  }
}

.ac-animation-container .ac-animation-controls .ac-animation-link {
  transition: none;
}

.ac-animation-container .ac-animation-controls .ac-animation-link span {
  display: inline-block;
}

.ac-animation-container .ac-animation-controls .ac-animation-link svg {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  margin-left: 10px;
  transition: 0.15s transform ease;
}

.ac-animation-container .ac-animation-controls .ac-animation-link:hover svg,
.ac-animation-container .ac-animation-controls .ac-animation-link:focus svg {
  transform: translateX(5px);
}

.ac-animation-container .ac-animation-controls .ac-animation-inst {
  display: none;
  margin-left: auto;
}

@media (min-width: 35rem) {
  .ac-animation-container .ac-animation-controls .ac-animation-inst {
    display: block;
    text-align: right;
  }
}

.no-js .ac-animation-container #ac-step-3 {
  display: block;
}

.no-js .ac-animation-container #ac-step-3 .ac-animation-text {
  color: #000;
  position: relative;
}

.no-js .ac-animation-container #ac-animation-background {
  height: 100%;
  width: 100%;
  transform: translate(0, 0);
  z-index: 0;
  visibility: visible;
}

.no-js
  .ac-animation-container
  .ac-animation-controls
  .ac-animation-controls-line {
  background-color: #000;
  transform: scaleX(1);
}

.no-js .ac-animation-container .ac-animation-controls .ac-animation-link,
.no-js .ac-animation-container .ac-animation-controls .ac-animation-inst {
  color: #000;
  opacity: 1;
}

.no-js .ac-animation-container .ac-animation-controls .ac-animation-link path {
  fill: #000;
}

.ac-overview {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 48rem) {
  .ac-overview {
    padding-top: 11.875rem;
  }
}

@media (min-width: 48rem) {
  .ac-overview {
    padding-bottom: 11.875rem;
  }
}

@media (min-width: 48rem) {
  .ac-overview {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .ac-overview {
    padding-bottom: 11.875rem;
    padding-top: 11.875rem;
  }
}

@media (min-width: 48rem) {
  .ac-overview--container {
    border-top: 1px solid #f6f8fa;
  }
}

@media (min-width: 48rem) {
  .ac-overview--whitepaper-title {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .ac-overview--whitepaper-title {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 26rem) {
  .departments-industries--container {
    border-bottom: 1px solid #333;
  }
}

@media (min-width: 48rem) {
  .departments-industries--container {
    border-bottom: 1px solid #f6f8fa;
  }
}

@media (min-width: 26rem) {
  .departments-industries--list {
    -moz-columns: 2;
    columns: 2;
  }
}

.departments-industries--list a {
  color: #fff;
}

.departments-industries--list a:hover {
  color: #bebfc0;
}

.psam {
  position: relative;
}

.psam--controls {
  display: flex;
}

.psam--controls:after {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/logos/logo-ac.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  height: 50px;
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 53px;
  height: 47px;
}

.psam--controls:hover .psam--control-button {
  color: #bebfc0;
}

.psam--controls:hover .psam--control-button.active.prepare,
.psam--controls:hover .psam--control-button.active.sign,
.psam--controls:hover .psam--control-button.active.act,
.psam--controls:hover .psam--control-button.active.manage {
  color: #bebfc0;
}

.psam--controls:hover .psam--control-button.active.prepare:after,
.psam--controls:hover .psam--control-button.active.sign:after,
.psam--controls:hover .psam--control-button.active.act:after,
.psam--controls:hover .psam--control-button.active.manage:after {
  background: #bebfc0;
}

.psam--controls .psam--control-button {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4rem;
  margin-right: 2rem;
  font-size: 28px;
  display: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: color 0.15s ease-in-out;
}

@media (min-width: 48rem) {
  .psam--controls .psam--control-button {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48rem) {
  .psam--controls .psam--control-button {
    padding-bottom: 4rem;
  }
}

.psam--controls .psam--control-button:last-child {
  margin-right: 0;
}

@media (min-width: 48rem) {
  .psam--controls .psam--control-button {
    font-size: 1.3rem;
    display: inline-block;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .psam--controls .psam--control-button {
    font-size: 1.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 60rem) {
  .psam--controls .psam--control-button {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  .psam--controls .psam--control-button {
    margin-right: 3rem;
  }
}

.psam--controls .psam--control-button:before {
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  content: '';
  height: 29px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -35px;
  top: 8px;
  transform: translateY(-5px);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  width: 20px;
}

.psam--controls .psam--control-button:after {
  transition: background 0.15s ease-in-out;
}

@media (min-width: 60rem) {
  .psam--controls .psam--control-button:hover:before,
  .psam--controls .psam--control-button:focus:before {
    opacity: 1;
    transform: translateY(0);
  }
}

.psam--controls .psam--control-button.active:before {
  opacity: 0;
}

.psam--controls .psam--control-button.active,
.psam--controls .psam--control-button:hover,
.psam--controls .psam--control-button:focus {
  position: relative;
}

.psam--controls .psam--control-button.active:after,
.psam--controls .psam--control-button:hover:after,
.psam--controls .psam--control-button:focus:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.psam--controls .psam--control-button.prepare:before {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-down-lime.svg');
}

.psam--controls .psam--control-button.prepare:hover,
.psam--controls .psam--control-button.prepare:focus {
  color: #0e0;
}

.psam--controls .psam--control-button.prepare:focus:after {
  background: #0e0;
}

.psam--controls .psam--control-button.prepare.active {
  color: #0e0;
}

.psam--controls .psam--control-button.prepare.active:hover {
  color: #0e0;
}

.psam--controls .psam--control-button.prepare.active:hover:after {
  background: #0e0;
}

.psam--controls .psam--control-button.prepare.active:after {
  background: #0e0;
}

.psam--controls .psam--control-button.sign:before {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-down-yellow.svg');
}

.psam--controls .psam--control-button.sign:hover,
.psam--controls .psam--control-button.sign:focus {
  color: #d6fb00;
}

.psam--controls .psam--control-button.sign:focus:after {
  background: #d6fb00;
}

.psam--controls .psam--control-button.sign.active {
  color: #d6fb00;
}

.psam--controls .psam--control-button.sign.active:hover {
  color: #d6fb00;
}

.psam--controls .psam--control-button.sign.active:hover:after {
  background: #d6fb00;
}

.psam--controls .psam--control-button.sign.active:after {
  background: #d6fb00;
}

.psam--controls .psam--control-button.act:before {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-down-cyan.svg');
}

.psam--controls .psam--control-button.act:hover,
.psam--controls .psam--control-button.act:focus {
  color: #0bc6ff;
}

.psam--controls .psam--control-button.act:focus:after {
  background: #0bc6ff;
}

.psam--controls .psam--control-button.act.active {
  color: #0bc6ff;
}

.psam--controls .psam--control-button.act.active:hover {
  color: #0bc6ff;
}

.psam--controls .psam--control-button.act.active:hover:after {
  background: #0bc6ff;
}

.psam--controls .psam--control-button.act.active:after {
  background: #0bc6ff;
}

.psam--controls .psam--control-button.manage:before {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-down-magenta.svg');
}

.psam--controls .psam--control-button.manage:hover,
.psam--controls .psam--control-button.manage:focus {
  color: #ff3bdd;
}

.psam--controls .psam--control-button.manage:focus:after {
  background: #ff3bdd;
}

.psam--controls .psam--control-button.manage.active {
  color: #ff3bdd;
}

.psam--controls .psam--control-button.manage.active:hover {
  color: #ff3bdd;
}

.psam--controls .psam--control-button.manage.active:hover:after {
  background: #ff3bdd;
}

.psam--controls .psam--control-button.manage.active:after {
  background: #ff3bdd;
}

#prepare-content-panel h2 {
  color: #0e0;
}

#sign-content-panel h2 {
  color: #d6fb00;
}

#act-content-panel h2 {
  color: #0bc6ff;
}

#manage-content-panel h2 {
  color: #ff3bdd;
}

.psam--product-list {
  margin-top: 2rem;
  border-top: 1px solid #333;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 48rem) {
  .psam--product-list {
    margin-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .psam--product-list {
    margin-top: 0;
    border-top: 1px solid #f6f8fa;
    display: none;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .psam--product-list {
    margin-top: 0;
  }
}

@media (min-width: 48rem) {
  .psam--product-list.active {
    display: block;
  }
}

.psam--product-list .psam--product-list-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: contentSlideUp;
  border-bottom: 1px solid #333;
  transform: translateY(15px);
  opacity: 0;
}

@media (min-width: 48rem) {
  .psam--product-list .psam--product-list-item {
    padding-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .psam--product-list .psam--product-list-item {
    padding-bottom: 2rem;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .psam--product-list .psam--product-list-item {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 48rem) {
  .psam--product-list .psam--product-list-item {
    padding-bottom: 4rem;
    border-bottom: 1px solid #f6f8fa;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .psam--product-list .psam--product-list-item {
    padding-bottom: 4rem;
  }
}

.psam--product-list .psam--product-list-item:last-of-type {
  margin-bottom: 4rem;
  border-bottom: none;
}

@media (min-width: 48rem) {
  .psam--product-list .psam--product-list-item:last-of-type {
    margin-bottom: 6.5rem;
  }
}

@media (min-width: 48rem) {
  .psam--product-list .psam--product-list-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .psam--product-list .psam--product-list-item:last-of-type {
    margin-bottom: 0;
  }
}

.psam--product-list .psam--product-list-item p {
  margin-bottom: 0;
}

.psam--product-list .psam--product-list-item:nth-child(1) {
  animation-delay: 100ms;
}

.psam--product-list .psam--product-list-item:nth-child(2) {
  animation-delay: 200ms;
}

.psam--product-list .psam--product-list-item:nth-child(3) {
  animation-delay: 300ms;
}

.psam--product-list .psam--product-list-item:nth-child(4) {
  animation-delay: 400ms;
}

.psam--product-list .psam--product-list-item:nth-child(5) {
  animation-delay: 500ms;
}

.psam--product-list .psam--product-list-item:nth-child(6) {
  animation-delay: 600ms;
}

.psam--product-list .psam--product-list-item:nth-child(7) {
  animation-delay: 700ms;
}

.psam--product-list .psam--product-list-item:nth-child(8) {
  animation-delay: 800ms;
}

.psam--product-list .psam--product-list-item:nth-child(9) {
  animation-delay: 900ms;
}

.psam--product-list .psam--product-list-item:nth-child(10) {
  animation-delay: 1000ms;
}

.psam--product-list a {
  color: #fff;
}

.psam--product-list a:hover {
  color: #bebfc0;
}

.psam-cta {
  border-top: 1px solid #f6f8fa;
}

@media screen and (max-width: 47rem) {
  .psam-cta {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

@media (min-width: 48rem) {
  .psam-cta-mobile {
    display: none;
  }
}

.breadcrumb {
  background: red;
}

.video--area-container {
  height: calc(100% - 1px);
}

.list--check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list--check li {
  position: relative;
}

.list--check li:before {
  background: url(/themes/custom/cubic/patternLibraryAssets/images/icons/icon-check.svg)
    left top no-repeat;
  content: '';
  width: 17px;
  height: 15px;
  left: 0;
  top: 6px;
  position: absolute;
}

@media (min-width: 48rem) {
  .list--check li:before {
    left: 4px;
  }
}

@media (min-width: 60rem) {
  .list--check li:before {
    left: 0;
  }
}

.list--check li .list--check-content {
  padding-left: 30px;
}

@media (min-width: 60rem) {
  .list--check li .list--check-content {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.list--check-text {
  font-size: 1.1rem;
}

@media (min-width: 48rem) {
  .list--check-text {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .list--check-text {
    font-size: 1.25rem;
  }
}

.cta {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .cta {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .cta {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .cta {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.cta .cta--link-wrapper {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 48rem) {
  .cta .cta--link-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.cta .cta--link {
  flex-basis: 100%;
  font-weight: 500;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (min-width: 48rem) {
  .cta .cta--link {
    flex-basis: 50%;
  }
}

.cta .cta--button {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 48rem) {
  .cta .cta--button {
    flex-basis: 50%;
  }
}

.cta .cta--text-column {
  margin-bottom: 2rem;
  display: none;
}

@media (min-width: 48rem) {
  .cta .cta--text-column {
    margin-bottom: 2rem;
  }
}

@media (min-width: 48rem) {
  .cta .cta--text-column {
    display: block;
    margin-bottom: 0;
  }
}

.footer--main {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 48rem) {
  .footer--main {
    padding-top: 6.5rem;
  }
}

@media (min-width: 48rem) {
  .footer--main {
    padding-bottom: 4rem;
  }
}

.footer--links-container {
  width: 100%;
}

@media (min-width: 48rem) {
  .footer--links-container {
    flex-direction: column;
    max-height: 500px;
  }
}

@media (min-width: 60rem) {
  .footer--links-container {
    max-height: 375px;
  }
}

.footer--link-wrapper {
  flex-grow: 0;
}

@media (max-width: 839px) and (min-width: 48rem) {
  .footer--link-wrapper.col-4\@sm {
    flex-basis: 25%;
    max-width: 165px;
  }

  .footer--link-wrapper li {
    margin-right: 1rem;
  }
}

@media (max-width: 959px) and (min-width: 840px) {
  .footer--link-wrapper.col-4\@sm {
    flex-basis: 25%;
    max-width: 215px;
  }

  .footer--link-wrapper li {
    margin-right: 1rem;
  }
}

.footer--list {
  font-weight: 500;
  list-style: none;
  margin-bottom: 4rem;
  margin-top: 1.25rem;
  padding-left: 0;
}

@media (min-width: 48rem) {
  .footer--list {
    margin-bottom: 4rem;
  }
}

@media (min-width: 48rem) {
  .footer--list {
    margin-top: 1rem;
  }
}

@media (min-width: 35rem) {
  .footer--list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 35rem) and (min-width: 48rem) {
  .footer--list {
    margin-bottom: 2rem;
  }
}

.footer--link {
  color: #bebfc0;
  display: inline-block;
  padding: 0.25rem 0;
}

.footer--link:hover,
.footer--link:focus {
  color: #fff;
}

.footer--trending-topics {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #5f6061;
}

@media (min-width: 48rem) {
  .footer--trending-topics {
    padding-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .footer--trending-topics {
    padding-bottom: 2rem;
  }
}

.footer--trending-topics h2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  white-space: nowrap;
}

@media (min-width: 48rem) {
  .footer--trending-topics h2 {
    padding-top: 0.5rem;
  }
}

@media (min-width: 48rem) {
  .footer--trending-topics h2 {
    padding-bottom: 1rem;
  }
}

@media (min-width: 60rem) {
  .footer--trending-topics h2 {
    margin-right: 2rem;
  }
}

.footer--trending-topics .footer--link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 48rem) {
  .footer--trending-topics .footer--link {
    padding-right: 0.5rem;
  }
}

@media (min-width: 48rem) {
  .footer--trending-topics .footer--link {
    padding-left: 1rem;
  }
}

.footer--trending-topics-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 60rem) {
  .footer--trending-topics-wrapper {
    flex-wrap: nowrap;
    justify-content: left;
  }
}

.footer--trending-topics-links {
  text-align: center;
}

@media (min-width: 60rem) {
  .footer--trending-topics-links {
    text-align: left;
  }
}

.footer--social {
  background-color: #191919;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media (min-width: 48rem) {
  .footer--social {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.footer--social-wrapper {
  justify-content: center;
}

@media (min-width: 60rem) {
  .footer--social-wrapper {
    justify-content: space-between;
  }
}

.footer--social-links {
  margin-bottom: 1.25rem;
  flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 48rem) {
  .footer--social-links {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .footer--social-links {
    flex: 0 0 auto;
    margin-bottom: 0;
    text-align: left;
  }
}

.footer--social-links img {
  width: 36px;
}

.footer--social-link {
  margin-right: 1.25rem;
  transition: opacity 0.15s ease-in-out;
}

@media (min-width: 48rem) {
  .footer--social-link {
    margin-right: 0.5rem;
  }
}

.footer--social-link:hover,
.footer--social-link:focus {
  opacity: 0.5;
}

.footer--app-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 35rem) {
  .footer--app-links {
    flex-direction: row;
  }
}

.footer--app-link {
  margin-top: 20px;
}

@media (min-width: 35rem) {
  .footer--app-link {
    margin-top: 0;
    margin-left: 20px;
  }

  .footer--app-link:first-child {
    margin-left: 0;
  }
}

.footer--app-link-image {
  width: 128px;
  display: inherit;
}

.footer--legal {
  background-color: #000;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .footer--legal {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.footer--legal-wrapper {
  justify-content: center;
}

@media (min-width: 60rem) {
  .footer--legal-wrapper {
    justify-content: space-between;
  }
}

.footer--locale-switcher {
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .footer--locale-switcher {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .footer--locale-switcher {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

@media (min-width: 60rem) and (min-width: 48rem) {
  .footer--locale-switcher {
    margin-right: 2rem;
  }
}

.footer--legal-links {
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .footer--legal-links {
    margin-bottom: 1rem;
  }
}

@media (min-width: 60rem) {
  .footer--legal-links {
    flex-basis: 60%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.legal-link {
  margin-bottom: 1.25rem;
  font-weight: 500;
  flex-basis: 100%;
  text-align: center;
  width: 100%;
}

@media (min-width: 48rem) {
  .legal-link {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 48rem) {
  .legal-link {
    margin-right: 1.25rem;
    flex-basis: auto;
    margin-bottom: 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .legal-link {
    margin-right: 1rem;
  }
}

.footer--copyright {
  flex-flow: row wrap;
  font-weight: 500;
}

.flexboxtweener .footer--links-container {
  flex-direction: column;
  max-height: none;
}

@media (min-width: 48rem) {
  .flexboxtweener .footer--links-container {
    flex-direction: row;
  }
}

.flexboxtweener .footer--link-wrapper {
  flex: 0 1 auto;
}

@media (min-width: 48rem) {
  .flexboxtweener .footer--link-wrapper {
    margin-right: 30px;
  }
}

.embeddedServiceHelpButton .embeddedServiceIcon::before {
  font-family: 'embeddedserviceiconfont' !important;
}

:root {
  --butter-bar--text: var(--text-dark);
  --nav-link--text: var(--text-black);
  --nav--section-link-hover-fill: #f6f8fa;
  --header--rule: var(--rule--on-light);
}

.agreement-cloud-container {
  padding-top: 4rem;
}

@media (min-width: 48rem) {
  .agreement-cloud-container {
    padding-top: 11.875rem;
  }
}

@media (min-width: 48rem) {
  .agreement-cloud-container {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .agreement-cloud-container {
    padding-bottom: 11.875rem;
    padding-top: 11.875rem;
  }
}

.product-list--container {
  border-bottom: 1px solid #f6f8fa;
  border-top: 1px solid #f6f8fa;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

@media (min-width: 48rem) {
  .product-list--container {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.product-list--link-container {
  margin-top: 2rem;
}

@media (min-width: 48rem) {
  .product-list--link-container {
    margin-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .product-list--link-container {
    bottom: 90px;
    left: 0;
    position: absolute;
  }
}

@media (min-width: 48rem) {
  .product-list {
    margin-left: auto;
  }
}

.product-list .product-link {
  position: relative;
}

.product-list .product-link:after {
  background: url(/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-full-white.svg)
    center right 15px no-repeat;
  transition: background-position 0.15s ease-in-out, opacity 0.15s ease-in-out;
  opacity: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-list .product-link:hover:after {
  opacity: 1;
  background-position: center right 10px;
}

.product-list .product-link:hover .product-text {
  transform: translateX(-5px);
}

.product-list .product-link .product-icon {
  margin-bottom: 1.25rem;
  max-width: 48px;
  max-height: 48px;
}

@media (min-width: 48rem) {
  .product-list .product-link .product-icon {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .product-list .product-link .product-icon {
    margin: 0;
    max-width: none;
    max-height: none;
  }
}

.product-list .product-link .product-text {
  transform: translateX(0);
  transition: transform 0.15s ease-in-out;
}

.customer-experience--stats {
  border-top: 1px solid #bebfc0;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 48rem) {
  .customer-experience--stats {
    border-top: 2px solid #000;
  }
}

.customer-experience--stats li {
  border-bottom: 1px solid #bebfc0;
  padding: 40px 0;
  position: relative;
}

@media (min-width: 48rem) {
  .customer-experience--stats li {
    border-bottom: 2px solid #000;
    padding: 40px 0 3rem 0;
  }
}

.customer-experience--stats li:nth-child(1) {
  z-index: 3;
}

.customer-experience--stats li:nth-child(2) {
  z-index: 2;
}

.customer-experience--stats li:nth-child(4) {
  z-index: 1;
}

.customer-experience--stats .number-feature {
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 26rem) {
  .customer-experience--stats .number-feature {
    display: inline-block;
  }
}

@media (min-width: 48rem) {
  .customer-experience--stats .number-feature {
    margin-bottom: 0;
    text-align: left;
  }
}

.customer-experience--stats .number-feature .number-feature--stat {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 48rem) {
  .customer-experience--stats .number-feature .number-feature--stat {
    font-size: 5.5rem;
  }
}

@media (min-width: 60rem) {
  .customer-experience--stats .number-feature .number-feature--stat {
    font-size: 7.25rem;
  }
}

@media (min-width: 73rem) {
  .customer-experience--stats .number-feature .number-feature--stat {
    font-size: 9rem;
  }
}

.customer-experience--stats .number-feature .toggletip-container {
  position: absolute;
  right: 0;
  top: 20px;
}

@media (min-width: 26rem) {
  .customer-experience--stats .number-feature .toggletip-container {
    right: -30px;
  }
}

.customer-experience--stats .stat-specifics {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 48rem) {
  .customer-experience--stats .stat-specifics {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  .customer-experience--stats .stat-specifics {
    font-size: 2rem;
  }
}

.customer-experience--stats .stat-specifics span {
  display: block;
}

@media (min-width: 48rem) {
  .customer-experience--stats .stat-specifics {
    text-align: right;
  }
}

@media (min-width: 73rem) {
  .customer-experience--stats .stat-specifics {
    font-size: 2.25rem;
  }
}

.hero {
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (min-width: 48rem) {
  .hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 85vh;
  }
}

.hero .hero--content {
  flex-basis: 100%;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .hero .hero--content {
    position: relative;
  }
}

@media (min-width: 48rem) {
  .hero .hero--content {
    padding: 40px 0 0;
  }
}

.hero__image-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__image-container::before {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 73%,
    rgba(0, 0, 0, 0.48) 86%,
    #000000 100%
  );
  content: ' ';
  display: block;
  height: 100%;
}

.hero__image-container--bottom {
  background-position: center bottom;
  opacity: 0.85;
}

@media (min-width: 48rem) {
  .hero__image-container--bottom {
    opacity: 1;
  }
}

.hero__header {
  padding-bottom: 80px;
  position: relative;
  z-index: 100;
}

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

.hero__header--title {
  font-size: 9.5vw;
}

@media (min-width: 48rem) {
  .hero__header--title {
    font-size: 6.5vw;
  }
}

@media (min-width: 90rem) {
  .hero__header--title {
    font-size: 93.6px;
  }
}

.hero__header--rich-text {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.hero__header--rich-text h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 0.916;
  text-shadow: 0 0 54px rgba(0, 0, 0, 0.7);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (min-width: 48rem) {
  .hero__header--rich-text h1 {
    font-size: calc(50px + 70 * (100vw - 768px) / 673);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 90rem) {
  .hero__header--rich-text h1 {
    font-size: 5rem;
    margin-top: 1.5rem;
    margin-bottom: 2.25rem;
  }
}

.hero__header--rich-text p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.167;
  text-shadow: 0 0 36px rgba(0, 0, 0, 0.7);
}

@media (min-width: 35rem) {
  .hero__header--rich-text p {
    max-width: 90%;
  }
}

@media (min-width: 48rem) {
  .hero__header--rich-text p {
    font-size: calc(28px + 8 * (100vw - 768px) / 673);
    max-width: 85%;
  }
}

@media (min-width: 90rem) {
  .hero__header--rich-text p {
    font-size: 2.25rem;
  }
}

.hero__header--rich-text a {
  color: #d6fb00;
}

.hero--cta {
  align-self: flex-end;
  flex-basis: 100%;
}

.hero--cta-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  padding: 0;
}

@media (min-width: 48rem) {
  .hero--cta-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 48rem) {
  .hero--cta-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.hero--cta-blocks {
  background-color: #fff;
  position: relative;
  width: 100%;
}

.hero--cta-block {
  display: block;
  height: 100%;
  position: relative;
}

.hero--cta-block:before {
  background: #4c00ff;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  transition: width 0.15s ease-in-out;
  width: 0;
}

.hero--cta-block:last-child {
  margin-right: 0;
}

.hero--cta-block:hover:before {
  transition: width 0.15s ease-in-out;
  width: 100%;
}

@media (pointer: coarse) {
  .hero--cta-block:hover:before {
    transition-property: none;
    width: 0;
  }
}

@media (min-width: 48rem) {
  .hero--cta-block:hover .hero--cta-block-content {
    transform: translateY(-20px);
  }
}

@media (min-width: 48rem) and (pointer: coarse) {
  .hero--cta-block:hover .hero--cta-block-content {
    transform: none;
  }
}

.hero--cta-block:hover .hero--cta-block-content:before {
  transition: width 0.15s ease-in-out;
  width: 100%;
}

@media (pointer: coarse) {
  .hero--cta-block:hover .hero--cta-block-content:before {
    transition-property: none;
    width: 0;
  }
}

.hero--cta-block:hover .hero--cta-button .cta-button--secondary {
  background-color: none;
}

.hero--cta-block .hero--cta-text {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 26rem) {
  .hero--cta-block .hero--cta-text {
    margin-bottom: 0;
  }
}

@media (min-width: 48rem) {
  .hero--cta-block .hero--cta-text {
    margin-bottom: 20px;
  }
}

@media (min-width: 73rem) {
  .hero--cta-block .hero--cta-text {
    margin-bottom: 0;
  }
}

.hero--cta-block .hero--cta-button {
  position: relative;
  z-index: 1;
}

@media (min-width: 26rem) {
  .hero--cta-block .hero--cta-button {
    text-align: right;
  }
}

@media (min-width: 48rem) {
  .hero--cta-block .hero--cta-button {
    text-align: left;
  }
}

@media (min-width: 73rem) {
  .hero--cta-block .hero--cta-button {
    text-align: right;
  }
}

.hero--cta-block .hero--cta-button .cta-button--primary {
  border-color: #fff;
  background-color: #4c00ff;
  color: #fff;
}

.hero--cta-block .hero--cta-button .cta-button--secondary {
  border-color: #000;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

.hero--cta-block.hero--cta-block-a {
  border-bottom: 1px solid #bebfc0;
}

@media (min-width: 48rem) {
  .hero--cta-block.hero--cta-block-a {
    border-bottom: none;
    border-right: 1px solid #bebfc0;
  }
}

.hero--cta-block.hero--cta-block-a:hover .hero--cta-block-content {
  color: #fff;
}

@media (pointer: coarse) {
  .hero--cta-block.hero--cta-block-a:hover .hero--cta-block-content {
    color: #000;
  }
}

.hero--cta-block.hero--cta-block-b:before,
.hero--cta-block.hero--cta-block-b .hero--cta-block-content:before {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero--cta-block-content {
  color: #000;
  background-color: #fff;
  padding: 40px 20px;
  position: relative;
  transition: transform 0.15s ease-in-out, color 0.15s ease-in-out;
}

@media (min-width: 48rem) {
  .hero--cta-block-content {
    padding: 35px 40px;
  }
}

.hero--cta-block-content:before {
  background: #4c00ff;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  transition: width 0.15s ease-in-out;
  width: 0;
}

@media (pointer: coarse) {
  .hero--cta-block-content:before {
    transition-property: none;
  }
}

.social-proof--title {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #333;
}

@media (min-width: 48rem) {
  .social-proof--title {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .social-proof--title {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .social-proof--title {
    border-bottom: 1px solid #f6f8fa;
  }
}

.social-proof--item {
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #191919;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
}

@media (min-width: 48rem) {
  .social-proof--item {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) {
  .social-proof--item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 35rem) {
  .social-proof--item {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media (min-width: 35rem) and (min-width: 48rem) {
  .social-proof--item {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .social-proof--item {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .social-proof--item {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.social-proof--item:hover {
  background-color: #fff;
}

.social-proof--item img {
  width: 100%;
}

@media (min-width: 60rem) {
  .social-proof--item img {
    width: auto;
  }
}

.social-proof--cta-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .social-proof--cta-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .social-proof--cta-container {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.social-proof--cta {
  padding-top: 1.25rem;
}

@media (min-width: 48rem) {
  .social-proof--cta {
    padding-top: 1.25rem;
  }
}

@media (min-width: 35rem) {
  .social-proof--cta {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 2px solid #000;
  }
}

@media (min-width: 35rem) and (min-width: 48rem) {
  .social-proof--cta {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 35rem) and (min-width: 48rem) {
  .social-proof--cta {
    margin-top: 1.25rem;
  }
}

.social-proof--cta .row {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.social-proof--text {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 48rem) {
  .social-proof--text {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .social-proof--text {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .social-proof--text {
    font-size: 1.25rem;
  }
}

@media (min-width: 35rem) {
  .social-proof--text {
    margin-bottom: 0;
  }
}

.social-proof--link:hover .social-proof--link-text {
  opacity: 1;
}

.social-proof--link:hover img {
  opacity: 0;
}

.social-proof--link-text {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.social-proof--logo-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
}

.social-proof--logo-wrapper .social-proof--logos {
  height: 177px;
  position: relative;
  width: 1920px;
}

.social-proof--logo-wrapper .social-proof--logos:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 48rem) {
  .social-proof--logo-wrapper .social-proof--logos:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.social-proof--logo-wrapper .social-proof--logo {
  animation-name: slideInfinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  display: flex;
  height: 177px;
  width: 21%;
  max-width: 265px;
  position: absolute;
}

.social-proof--logo-wrapper .social-proof--logo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-proof--logo-wrapper .social-proof--logo.paused {
  animation-play-state: paused;
}

.social-proof--control {
  display: none;
}

@supports (animation-play-state: paused) {
  .social-proof--control {
    margin-right: 1.25rem;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.5rem;
    height: 3rem;
    border: none;
    font-size: 0;
    background: rgba(0, 0, 0, 0)
      url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-pause.svg')
      no-repeat top 25% right;
    cursor: pointer;
  }

  @media (min-width: 48rem) {
    .social-proof--control {
      margin-right: 0.5rem;
    }
  }

  .social-proof--control:hover {
    opacity: 0.5;
    transition: opacity 0.15s ease-in-out;
  }
}

.no-js .social-proof--logo-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.no-js .social-proof--logo-wrapper .social-proof--logos-row {
  justify-content: center;
}

.no-js .social-proof--logo-wrapper .social-proof--logos {
  height: auto;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: auto;
}

.no-js .social-proof--logo-wrapper .social-proof--logos:not(:last-child) {
  margin-bottom: 0;
}

.no-js .social-proof--logo-wrapper .social-proof--logo {
  animation: none;
  height: 120px;
  margin: 0 2% 20px 2%;
  position: relative;
  width: 46%;
}

.no-js .social-proof--logo-wrapper .social-proof--logo img {
  max-width: 70%;
}

@media (min-width: 26rem) {
  .no-js .social-proof--logo-wrapper .social-proof--logo {
    flex: 0 1 40%;
  }
}

@media (min-width: 35rem) {
  .no-js .social-proof--logo-wrapper .social-proof--logo {
    flex: 0 1 20%;
    height: 125px;
    width: 150px;
  }
}

@media (min-width: 48rem) {
  .no-js .social-proof--logo-wrapper .social-proof--logo {
    height: 177px;
    margin-bottom: 40px;
    width: 200px;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .social-proof--logo-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1210px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  .social-proof--logo-wrapper .social-proof--logos-row {
    justify-content: center;
  }

  .social-proof--logo-wrapper .social-proof--logos {
    height: auto;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: auto;
  }

  .social-proof--logo-wrapper .social-proof--logos:not(:last-child) {
    margin-bottom: 0;
  }

  .social-proof--logo-wrapper .social-proof--logo {
    animation: none;
    height: 120px;
    margin: 0 2% 20px 2%;
    position: relative;
    width: 46%;
  }

  .social-proof--logo-wrapper .social-proof--logo img {
    max-width: 70%;
  }
}

@media (print) and (min-width: 26rem),
  (prefers-reduced-motion: reduce) and (min-width: 26rem) {
  .social-proof--logo-wrapper .social-proof--logo {
    flex: 0 1 40%;
  }
}

@media (print) and (min-width: 35rem),
  (prefers-reduced-motion: reduce) and (min-width: 35rem) {
  .social-proof--logo-wrapper .social-proof--logo {
    flex: 0 1 20%;
    height: 125px;
    width: 150px;
  }
}

@media (print) and (min-width: 48rem),
  (prefers-reduced-motion: reduce) and (min-width: 48rem) {
  .social-proof--logo-wrapper .social-proof--logo {
    height: 177px;
    margin-bottom: 40px;
    width: 200px;
  }
}

.flexboxtweener .social-proof--logo-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.flexboxtweener .social-proof--logo-wrapper .social-proof--logos-row {
  justify-content: center;
}

.flexboxtweener .social-proof--logo-wrapper .social-proof--logos {
  height: auto;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: auto;
}

.flexboxtweener
  .social-proof--logo-wrapper
  .social-proof--logos:not(:last-child) {
  margin-bottom: 0;
}

.flexboxtweener .social-proof--logo-wrapper .social-proof--logo {
  animation: none;
  height: 120px;
  margin: 0 2% 20px 2%;
  position: relative;
  width: 46%;
}

.flexboxtweener .social-proof--logo-wrapper .social-proof--logo img {
  max-width: 70%;
}

@media (min-width: 26rem) {
  .flexboxtweener .social-proof--logo-wrapper .social-proof--logo {
    flex: 0 1 40%;
  }
}

@media (min-width: 35rem) {
  .flexboxtweener .social-proof--logo-wrapper .social-proof--logo {
    flex: 0 1 20%;
    height: 125px;
    width: 150px;
  }
}

@media (min-width: 48rem) {
  .flexboxtweener .social-proof--logo-wrapper .social-proof--logo {
    height: 177px;
    margin-bottom: 40px;
    width: 200px;
  }
}

.story-tile {
  margin-bottom: 1.25rem;
  display: flex;
  padding-top: 200px;
  position: relative;
}

@media (min-width: 48rem) {
  .story-tile {
    margin-bottom: 1.25rem;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  @media (min-width: 48rem) {
    .story-tile {
      padding-top: 320px;
    }
  }
}

@media (min-width: 60rem) {
  .story-tile {
    padding-top: 320px;
  }
}

.story-tile .story-tile--image-container {
  border-radius: 4px;
  height: 200px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: height 0.15s ease-in-out;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  @media (min-width: 48rem) {
    .story-tile .story-tile--image-container {
      height: 330px;
    }
  }
}

@media (min-width: 60rem) {
  .story-tile .story-tile--image-container {
    height: 330px;
  }
}

.story-tile .story-tile--image-container:after {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  z-index: 2;
}

.story-tile .story-tile--title-container {
  background: url(/themes/custom/cubic/patternLibraryAssets/images/icons/icon-play-black-small.svg)
    top 27px right 0 no-repeat;
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px 0;
  width: 100%;
}

@media (min-width: 48rem) {
  .story-tile .story-tile--title-container {
    background-position: top 42px right 50px;
    padding: 40px 50px 60px 50px;
  }
}

.story-tile .story-tile--heading {
  order: 2;
}

.story-tile .story-tile--subheading {
  order: 1;
}

.story-tile .story-tile--image {
  position: absolute;
  transition: transform 0.15s ease-in-out;
  z-index: 1;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .story-tile .story-tile--image {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: 50% 50%;
    transform: translateY(-10%);
    width: 100%;
  }

  @media (min-width: 48rem) {
    .story-tile .story-tile--image {
      height: 450px;
      transform: translateY(0);
    }
  }

  @media (min-width: 73rem) {
    .story-tile .story-tile--image {
      transform: translateY(-10%);
      height: 640px;
    }
  }
}

.story-tile .story-tile--cta {
  background: url(/themes/custom/cubic/patternLibraryAssets/images/icons/icon-play-white.svg)
    center left no-repeat;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 10px 0 10px 45px;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-out;
  z-index: 3;
}

@media (min-width: 73rem) {
  .story-tile:hover .story-tile--image-container {
    height: 550px;
  }

  .story-tile:hover .story-tile--image-container:after {
    opacity: 0.75;
  }

  .story-tile:hover .story-tile--cta {
    opacity: 1;
    transform: translate(-50%, -70%);
  }

  .story-tile:hover .story-tile--image {
    transform: translateY(0);
  }

  @supports (
    (-webkit-clip-path: inset(0 0 0 0 round 4px)) or
      (clip-path: inset(0 0 0 0 round 4px))
  ) {
    .story-tile:hover .story-tile--image {
      -webkit-clip-path: inset(0 0 0 0 round 4px);
      clip-path: inset(0 0 0 0 round 4px);
    }
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.worldwide-leader--section {
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #bebfc0;
}

@media (min-width: 48rem) {
  .worldwide-leader--section {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) {
  .worldwide-leader--section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48rem) {
  .worldwide-leader--section {
    border-top: 2px solid #000;
  }
}

.worldwide-leader--section-content {
  margin-bottom: 4rem;
}

@media (min-width: 48rem) {
  .worldwide-leader--section-content {
    margin-bottom: 4rem;
  }
}

@media (min-width: 48rem) {
  .worldwide-leader--section-content {
    padding-right: 4rem;
    margin-bottom: 0;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .worldwide-leader--section-content {
    padding-right: 4rem;
  }
}

.embeddedServiceSidebar .sidebarHeader button {
  font-size: revert !important;
}

.locale-switcher {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/select-arrow-white.svg'),
    url('/themes/custom/cubic/patternLibraryAssets/images/select-globe-white.svg'),
    linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: right 0.7em top 50%, left 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 20px 20px, 100%;
  border: 1px solid #333;
  border-radius: 2px;
  box-sizing: border-box;
  color: #bebfc0;
  display: block;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  padding: 12px 40px;
  width: 100%;
}

@media (min-width: 48rem) {
  .locale-switcher {
    font-size: 0.875rem;
  }
}

@media (min-width: 60rem) {
  .locale-switcher {
    font-size: 0.875rem;
  }
}

.locale-switcher::-ms-expand {
  display: none;
}

.local-tasks {
  --rule: var(--rule--on-light);
  border-bottom: 1px solid var(--rule);
}

@media (min-width: 35rem) {
  .local-tasks {
    align-items: center;
    display: flex;
  }
}

.local-tasks li {
  display: inline-block;
}

.local-tasks a {
  --text: var(--text-dark);
  display: inline-block;
  color: var(--text);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.local-tasks a:hover {
  border-bottom: 2px solid var(--text);
}

.local-tasks a.is-active {
  --fill: #000000;
  color: var(--text-black);
  border-bottom: 2px solid var(--fill);
}

.navbar {
  background: #fff;
  border-bottom: 1px solid #bebfc0;
  top: 28px;
  z-index: 200;
}

@media (min-width: 35rem) {
  .navbar {
    top: 0;
  }
}

.toolbar-horizontal .navbar {
  top: 39px;
}

@media (min-width: 35rem) {
  .toolbar-horizontal .navbar {
    top: 39px;
  }
}

.toolbar-horizontal.toolbar-tray-open .navbar {
  top: 78px;
}

@media (min-width: 35rem) {
  .toolbar-horizontal.toolbar-tray-open .navbar {
    top: 78px;
  }
}

@media (min-width: 73rem) {
  .navbar.js-is-sticky--change .nav-link {
    padding: 25px 20px;
    transform: translateZ(0);
  }

  .navbar.js-is-sticky--change .navbar-ctas {
    padding: 10px 0;
    transform: translateZ(0);
  }
}

.no-csspositionsticky .navbar {
  position: relative !important;
}

.navbar-sentinel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  top: -1px;
}

.navbar-container {
  position: relative;
}

@media (min-width: 73rem) {
  .navbar-container {
    flex-wrap: nowrap;
  }
}

@media (min-width: 90rem) {
  .navbar-container {
    flex-wrap: wrap;
  }
}

.navbar-menu-open {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

@media (min-width: 48rem) {
  .navbar-menu-open {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .navbar-menu-open {
    padding-right: 1.25rem;
  }
}

@media (min-width: 73rem) {
  .navbar-menu-open {
    display: none;
  }
}

.navbar-menu-hamburguer {
  top: 19px;
}

.navbar-menu-hamburguer,
.navbar-menu-hamburguer:before,
.navbar-menu-hamburguer:after {
  position: absolute;
  display: block;
  background-color: #000;
  width: 13.5px;
  height: 2px;
  border-radius: 2px;
}

.navbar-menu-hamburguer:before {
  content: '';
  top: -5px;
}

.navbar-menu-hamburguer:after {
  content: '';
  top: 5px;
}

.navbar-menu-close {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50%;
  display: none;
  height: 32px;
  left: 25px;
  position: fixed;
  top: 55px;
  width: 32px;
  z-index: 101;
  cursor: pointer;
}

.is-active:not(.search-visible) .navbar-menu-close {
  display: inline-block;
}

@media (min-width: 35rem) {
  .is-active.search-visible .navbar-menu-close {
    display: inline-block;
  }
}

.navbar-menu-cross {
  top: 5px;
  left: 15px;
  transform: rotate(-45deg);
}

.navbar-menu-cross,
.navbar-menu-cross:before {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  height: 22px;
}

.navbar-menu-cross:before {
  content: '';
  transform: rotate(-90deg);
}

.navbar-search-back {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  display: none;
}

@media (min-width: 48rem) {
  .navbar-search-back {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.search-visible.is-active .navbar-search-back {
  display: block;
}

@media (min-width: 35rem) {
  .search-visible.is-active .navbar-search-back {
    display: none;
  }
}

.navbar-back-menu {
  font-size: 1rem;
  color: #fff;
}

@media (min-width: 48rem) {
  .navbar-back-menu {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .navbar-back-menu {
    font-size: 1rem;
  }
}

.navbar-back-menu:before {
  background: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-menu-back-white.svg')
    no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.75rem;
  margin-right: 0.375rem;
  width: 0.75rem;
}

.navbar-menu-back {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  line-height: 1.2;
  position: absolute;
  transition: opacity 0.15s ease;
  transition-delay: 0.5s;
  text-align: right;
  top: 9px;
  right: 30px;
  z-index: 101;
}

@media (min-width: 48rem) {
  .navbar-menu-back {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  .navbar-menu-back {
    font-size: 0.9375rem;
  }
}

.navbar-menu-back span {
  color: #fff;
  font-weight: 500;
}

.navbar-mobile-title {
  font-size: 1.3rem;
  padding-bottom: 1.25rem;
  padding-top: 0;
  padding-right: 0;
  border-bottom: 2px solid #333;
  color: #bebfc0;
  display: none;
  font-weight: 600;
  margin-top: -5px;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 48rem) {
  .navbar-mobile-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  .navbar-mobile-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 48rem) {
  .navbar-mobile-title {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .navbar-mobile-title {
    padding-top: 0;
  }
}

@media (min-width: 48rem) {
  .navbar-mobile-title {
    padding-right: 0;
  }
}

.is-active .navbar-mobile-title {
  display: block;
}

.navbar-brand {
  display: flex;
  align-self: center;
}

.navbar-brand .navbar-brand-logo {
  height: 22px;
  width: 100px;
}

@media (min-width: 35rem) {
  .navbar-brand .navbar-brand-logo {
    height: 30px;
    width: 130px;
  }
}

@media (min-width: 35rem) {
  .navbar-brand {
    margin-right: 2rem;
  }
}

@media (min-width: 35rem) and (min-width: 48rem) {
  .navbar-brand {
    margin-right: 2rem;
  }
}

.navbar-links-wrapper {
  margin-left: auto;
  max-width: 45%;
}

@media (min-width: 35rem) {
  .navbar-links-wrapper {
    max-width: none;
  }
}

.is-active .navbar-links-wrapper {
  padding-top: 4rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #000;
  bottom: 0;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 48rem) {
  .is-active .navbar-links-wrapper {
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) {
  .is-active .navbar-links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 48rem) {
  .is-active .navbar-links-wrapper {
    padding-bottom: 0;
  }
}

@media (min-width: 73rem) {
  .navbar-links-wrapper {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    justify-content: space-between;
  }
}

.navbar-content {
  width: 100%;
}

.is-active .navbar-content {
  padding-top: 4rem;
  animation-duration: 200ms;
  animation-fill-mode: both;
  animation-name: mobileSlideDown;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 48rem) {
  .is-active .navbar-content {
    padding-top: 4rem;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .is-active .navbar-content {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 35rem) {
  .navbar:not(.is-active) .navbar-content {
    align-items: center;
    display: flex;
  }
}

@media (min-width: 73rem) {
  .navbar-content {
    display: flex;
  }
}

.search-form-wrapper {
  display: none;
  left: 0;
  position: absolute;
  top: 4.5rem;
  width: 100%;
}

.search-visible .search-form-wrapper {
  display: block;
}

@media (min-width: 35rem) {
  .search-form-wrapper {
    background-color: #000;
    top: 0;
  }
}

.search-form-wrapper .container-wide {
  position: relative;
}

.navbar-search {
  display: none;
  padding: 2rem 0.75rem 0 0.75rem;
  position: relative;
}

@media (min-width: 35rem) {
  .navbar-search {
    background-color: #000;
    left: -1.25rem;
    padding: 2rem 1.5rem 1.75rem;
    width: calc(100% + 2.5rem);
  }
}

@media (min-width: 48rem) {
  .navbar-search {
    left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (min-width: 73rem) {
  .navbar-search {
    z-index: 10;
  }
}

.is-active.search-visible .navbar-search {
  display: block;
}

@media (min-width: 35rem) {
  .is-active.search-visible .navbar-search {
    display: none;
  }
}

@media (min-width: 35rem) {
  .search-visible:not(.is-active) .navbar-search {
    display: block;
  }
}

.navbar-search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.navbar-search input[type='text'] {
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 0.125rem solid #fff;
  color: #fff;
  outline: none;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  width: 100%;
}

@media (min-width: 48rem) {
  .navbar-search input[type='text'] {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .navbar-search input[type='text'] {
    font-size: 1.25rem;
  }
}

@media (min-width: 35rem) {
  .navbar-search input[type='text'] {
    font-size: 1rem;
    padding-left: 1.875rem;
    padding-right: 2.5rem;
  }
}

.navbar-search input[type='text']::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.navbar-search input[type='text']:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.navbar-search input[type='text']::placeholder {
  color: #fff;
  opacity: 1;
}

.navbar-search input[type='text']:focus {
  border-bottom: 2px solid #0369ff;
}

.navbar-search input[type='submit'] {
  background: rgba(0, 0, 0, 0)
    url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-search-black.svg')
    no-repeat right center;
  background-size: 1rem 1rem;
  border: medium none;
  display: block;
  filter: invert(100%);
  font-size: 0;
  height: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 2.3rem;
  width: 1.25rem;
}

@media (min-width: 35rem) {
  .navbar-search input[type='submit'] {
    display: none;
  }
}

.navbar-search-icon {
  display: none;
  height: 1.25rem;
  margin-left: 1.25rem;
  z-index: 5;
}

@media (min-width: 35rem) {
  nav.search-allowed.navbar:not(.is-active) .navbar-search-icon {
    display: block;
  }
}

@media (min-width: 35rem) {
  .search-visible .navbar-search-icon {
    filter: invert(100%);
    left: 0;
    margin-left: 0.25rem;
    position: absolute;
    top: 2.25rem;
  }
}

@media (min-width: 73rem) {
  .search-visible .navbar-search-icon {
    z-index: 12;
  }
}

.navbar-search-icon .navbar-search-button {
  background-color: #fff;
  border: medium none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.navbar-search-close {
  display: none;
  position: absolute;
  right: 2em;
  top: 1.75rem;
  z-index: 12;
}

@media (min-width: 35rem) {
  .search-visible:not(.is-active) .navbar-search-close {
    display: block;
  }
}

.navbar-search-close .search-close-button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  height: 2rem;
  padding: 0 0.5rem;
  width: 2rem;
}

.navbar-search-results {
  position: relative;
}

@media (min-width: 90rem) {
  .navbar-search-results {
    width: 100%;
  }
}

.navbar-search-results .inbenta-search__wrapper {
  width: 0;
  min-width: 0;
}

.navbar-search-results #inbenta-search-container {
  background-color: #000;
  left: 0;
  padding: 0 0.75rem;
  position: absolute;
  top: 0;
  overflow-y: scroll;
  max-height: 90vw;
}

@media (min-width: 26rem) {
  .navbar-search-results #inbenta-search-container {
    overflow-y: auto;
    max-height: none;
  }
}

@media (min-width: 35rem) {
  .navbar-search-results #inbenta-search-container {
    left: -1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: -1rem;
    width: 100vw;
  }
}

@media (min-width: 48rem) {
  .navbar-search-results #inbenta-search-container {
    left: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 90rem) {
  .navbar-search-results #inbenta-search-container {
    left: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
}

@media (min-width: 73rem) {
  .js-is-sticky--change .navbar-search-results #inbenta-search-container {
    transition: top 0.2s ease;
    top: 0;
  }
}

.navbar-search-results #inbenta-search-container .inbenta-search {
  background-color: #000;
  max-width: none;
  padding: 0;
}

.navbar-search-results #inbenta-search-container .inbenta-search-autocompleter {
  margin: 0;
  position: static !important;
  transform: none !important;
  width: 100% !important;
}

.navbar-search-results
  #inbenta-search-container
  .inbenta-search-autocompleter
  .inbenta-search-autocompleter__view-all,
.navbar-search-results
  #inbenta-search-container
  .inbenta-search-autocompleter
  a {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 35rem) {
  .is-active
    .navbar-search-results
    #inbenta-search-container
    .inbenta-search-autocompleter {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar .navbar-container .navbar-content .navbar-search-icon,
  .navbar.search-allowed .navbar-container .navbar-content .navbar-search-icon {
    display: none;
  }
}

.navbar-nav {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 1px solid #333;
  display: none;
  list-style: none;
  margin: 0;
}

@media (min-width: 48rem) {
  .navbar-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 48rem) {
  .navbar-nav {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.is-active:not(.search-visible) .navbar-nav {
  display: block;
}

@media (min-width: 35rem) {
  .is-active.search-visible .navbar-nav {
    display: block;
  }
}

@media (min-width: 73rem) {
  .navbar-nav {
    align-items: center;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    padding: 0;
  }

  .navbar-nav:hover .nav-link {
    color: #5f6061;
    transition: color 0.1s ease;
  }
}

.navbar-footer-links {
  display: none;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0;
}

@media (min-width: 48rem) {
  .navbar-footer-links {
    padding-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .navbar-footer-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.navbar-footer-links .navbar-footer-link {
  margin-bottom: 1.25rem;
  color: #fff;
  display: block;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .navbar-footer-links .navbar-footer-link {
    margin-bottom: 1rem;
  }
}

.navbar-footer-links .navbar-footer-link:hover {
  text-decoration: underline;
}

.is-active:not(.search-visible) .navbar-footer-links {
  display: block;
}

@media (min-width: 35rem) {
  .is-active.search-visible .navbar-footer-links {
    display: block;
  }
}

.navbar-ctas {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
  padding: 22px 0px 23px;
}

.is-active .navbar-ctas {
  padding: 1rem 2rem !important;
  flex-wrap: wrap;
}

.is-active.search-visible .navbar-ctas {
  display: none;
}

@media (min-width: 35rem) {
  .is-active.search-visible .navbar-ctas {
    display: block;
  }
}

@media (min-width: 73rem) {
  .navbar-ctas {
    margin-right: 0;
    padding: 0 0px 1px;
  }
}

@media (min-width: 90rem) {
  .navbar-ctas {
    flex-wrap: wrap;
  }
}

.navbar-ctas .header-cta {
  font-size: 1rem;
  min-width: 80px;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .navbar-ctas .header-cta {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  .navbar-ctas .header-cta {
    font-size: 0.9375rem;
  }
}

.navbar-ctas .header-cta.header-sales {
  display: none;
  order: 1;
}

@media (min-width: 48rem) {
  .navbar-ctas .header-cta.header-sales {
    display: block;
  }
}

.is-active .navbar-ctas .header-cta.header-sales {
  border-color: #333;
  color: #fff;
}

.is-active .navbar-ctas .header-cta.header-sales:hover {
  border-color: #5f6061;
}

.navbar-ctas .header-cta.header-trial {
  margin-right: 0;
  order: 2;
  white-space: normal;
}

.navbar-ctas .header-cta.header-login {
  display: none;
  order: 3;
}

.navbar-ctas .header-cta.js-search-button {
  border-color: #333;
  color: #fff;
  display: none;
  order: 4;
}

.is-active .navbar-ctas .header-cta.js-search-button {
  display: none;
}

.is-active .navbar-ctas .header-cta.js-search-button.search-allowed {
  display: block;
}

@media (min-width: 35rem) {
  .is-active .navbar-ctas .header-cta.js-search-button.search-allowed {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .is-active .navbar-ctas .header-cta.js-search-button.search-allowed {
    display: none;
  }
}

.is-active .navbar-ctas .header-cta {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  display: block;
  margin-right: 0;
  width: 100%;
}

@media (min-width: 48rem) {
  .is-active .navbar-ctas .header-cta {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  .is-active .navbar-ctas .header-cta {
    font-size: 0.9375rem;
  }
}

@media (min-width: 48rem) {
  .is-active .navbar-ctas .header-cta {
    margin-bottom: 1rem;
  }
}

@media (min-width: 35rem) {
  .navbar-ctas .header-cta {
    margin-right: 1.25rem;
    min-width: 125px;
  }
}

@media (min-width: 35rem) and (min-width: 48rem) {
  .navbar-ctas .header-cta {
    margin-right: 1rem;
  }
}

@media (min-width: 35rem) {
  .navbar-ctas .header-cta.header-sales {
    order: 1;
  }

  .navbar-ctas .header-cta.header-trial {
    order: 2;
  }
}

.nav-item {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.is-active .nav-item {
  position: static;
}

.is-active .nav-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 73rem) {
  .nav-item:hover {
    background-color: #f6f8fa;
  }

  .nav-item:hover .nav-link {
    color: #000;
  }

  .nav-item:hover .dropdown-menu {
    animation-duration: 200ms;
    animation-fill-mode: both;
    animation-name: slideDown;
    display: flex;
    align-items: initial;
    opacity: 0;
    z-index: 0;
  }
}

@media (min-width: 73rem) and (print),
  (min-width: 73rem) and (prefers-reduced-motion: reduce) {
  .nav-item:hover .dropdown-menu {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 73rem) and (-ms-high-contrast: none),
  (min-width: 73rem) and (-ms-high-contrast: active) {
  .nav-item:hover .dropdown-menu {
    align-items: initial;
  }
}

.nav-link {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  padding: 35px 20px;
  text-decoration: none;
  transition: padding 0.2s ease, transform 0.2s ease;
}

@media (min-width: 48rem) {
  .nav-link {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60rem) {
  .nav-link {
    font-size: 0.9375rem;
  }
}

.is-active .nav-link {
  font-size: 1.3rem;
  color: #fff;
  padding: 1rem 0 !important;
}

@media (min-width: 48rem) {
  .is-active .nav-link {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  .is-active .nav-link {
    font-size: 1.5rem;
  }
}

@media (min-width: 73rem) {
  .nav-link:focus ~ .dropdown-menu {
    animation-duration: 200ms;
    animation-fill-mode: both;
    animation-name: slideDown;
    display: flex;
    align-items: stretch;
    opacity: 0;
    z-index: 0;
  }
}

@media (min-width: 73rem) and (print),
  (min-width: 73rem) and (prefers-reduced-motion: reduce) {
  .nav-link:focus ~ .dropdown-menu {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 73rem) and (-ms-high-contrast: none),
  (min-width: 73rem) and (-ms-high-contrast: active) {
  .nav-link:focus ~ .dropdown-menu {
    align-items: flex-start;
  }
}

.dropdown-menu {
  border-top: 1px solid #bebfc0;
  color: #fff;
  display: none;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  top: 100%;
  z-index: 100;
  width: 670px;
  background-color: #000;
  max-height: 100vh;
}

@media (min-width: 73rem) {
  .dropdown-menu {
    width: auto;
    max-width: 670px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dropdown-menu {
    width: 450px;
  }

  .dropdown-menu--wide {
    width: 670px;
  }

  .dropdown-menu--narrow {
    width: 300px;
  }
}

.dropdown-menu.dropdown-menu--open {
  animation-duration: 200ms;
  animation-fill-mode: both;
  animation-name: slideInRight;
  background-color: #000;
  border-top: none;
  display: flex;
  flex-direction: column;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  padding-bottom: 400px;
  padding-top: 107px;
  position: absolute;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  min-height: calc(100vh + 90px);
}

@media (print), (prefers-reduced-motion: reduce) {
  .dropdown-menu.dropdown-menu--open {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

.dropdown-menu.dropdown-menu--open .dropdown-menu--col,
.dropdown-menu.dropdown-menu--open .dropdown-menu--col-sidebar {
  width: 100%;
}

.dropdown-menu.dropdown-menu--open .dropdown-menu--group {
  background-color: #000;
  float: left;
  width: 100%;
}

@media (min-width: 35rem) {
  .dropdown-menu.dropdown-menu--open .dropdown-menu--link-group {
    float: left;
    width: 50%;
  }
}

.dropdown-menu.dropdown-menu--open.dropdown-menu--closing {
  animation-duration: 200ms;
  animation-fill-mode: both;
  animation-name: slideOutRight;
}

@media (print), (prefers-reduced-motion: reduce) {
  .dropdown-menu.dropdown-menu--open.dropdown-menu--closing {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 73rem) {
  .dropdown-menu.dropdown-menu--open {
    bottom: auto;
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
  }
}

.dropdown-menu.dropdown-menu--open::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.dropdown-menu--group {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  display: block;
}

@media (min-width: 48rem) {
  .dropdown-menu--group {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 48rem) {
  .dropdown-menu--group {
    padding-top: 2rem;
  }
}

@media (min-width: 48rem) {
  .dropdown-menu--group {
    padding-bottom: 2rem;
  }
}

.dropdown-menu--group .link-group--fake-link {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.dropdown-menu--group .link-group--fake-link:after {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.dropdown-menu--group .link-group--fake-link:after {
  transition: 0.15s transform ease;
}

.dropdown-menu--group:hover .link-group--fake-link:after {
  transform: translateX(5px) rotate(-45deg) translateY(-50%);
}

.dropdown-menu--group.ac--group {
  position: relative;
}

.dropdown-menu--group.ac--group:before {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  transition: width 0.15s ease-in-out;
  width: 0;
}

.dropdown-menu--group.ac--group:hover:before {
  width: 100%;
}

.dropdown-menu--ac-group {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/logos/logo-ac.svg');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 40px);
  background-position-y: 40px;
}

.dropdown-menu--col {
  background-color: #000;
  width: 450px;
}

.dropdown-menu--col-sidebar {
  background-color: #191919;
  width: 220px;
}

.dropdown-menu--col-sidebar .dropdown-menu--group {
  background-color: #191919;
}

.dropdown-menu--col-narrow {
  width: 300px;
}

.dropdown-menu--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dropdown-menu--list li {
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .dropdown-menu--list li {
    margin-bottom: 2rem;
  }
}

.dropdown-menu--list li a {
  display: inline-block;
  line-height: 1.6;
}

.dropdown-menu--list li a:after {
  color: #fff;
  transition: color 0.15s ease-in-out, transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
}

.dropdown-menu--list li a .link-title {
  transition: color 0.15s ease-in-out;
}

.dropdown-menu--list li a:hover:after,
.dropdown-menu--list li a:hover .link-title {
  color: #bebfc0;
}

.dropdown-menu--list li:last-child {
  margin-bottom: 0;
}

.dropdown-menu--list .link-title {
  display: block;
  font-weight: 500;
}

.dropdown-menu--list .link-desc {
  font-size: 1rem;
  color: #bebfc0;
}

@media (min-width: 48rem) {
  .dropdown-menu--list .link-desc {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .dropdown-menu--list .link-desc {
    font-size: 1rem;
  }
}

.dropdown-menu--link-group {
  margin-bottom: 3rem;
}

.dropdown-menu--link-group .dropdown-menu--link {
  margin-bottom: 1.25rem;
  color: #fff;
  display: block;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .dropdown-menu--link-group .dropdown-menu--link {
    margin-bottom: 1rem;
  }
}

.dropdown-menu--link-group .dropdown-menu--link:hover {
  color: #bebfc0;
}

.dropdown-menu--link-group .dropdown-menu--link-callout {
  margin-top: 1.25rem;
  color: #bebfc0;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .dropdown-menu--link-group .dropdown-menu--link-callout {
    margin-top: 0.5rem;
  }
}

.dropdown-menu--link-group .dropdown-menu--link-callout:hover {
  color: #fff;
}

.dropdown-menu--link-group:last-child {
  margin-bottom: 0;
}

.menu-open .embeddedServiceHelpButton {
  display: none !important;
}

.next-steps--card {
  margin-top: 1.25rem;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 30px;
  position: relative;
  max-height: 640px;
  min-height: 400px;
}

@media (min-width: 48rem) {
  .next-steps--card {
    margin-top: 1.25rem;
  }
}

@media (min-width: 26rem) {
  .next-steps--card {
    height: 35vw;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.next-steps--card:last-child {
  margin-bottom: 0;
}

.next-steps--card.with-gradient {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.next-steps--card.with-gradient:before {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-full-black.svg);
  border-radius: 4px;
}

.next-steps--card.with-gradient .card-text--hover {
  border-color: #000;
}

.next-steps--card.with-background-image {
  position: relative;
  overflow: hidden;
}

.next-steps--card.with-background-image:after {
  background: #000;
  border-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media (min-width: 35rem) {
  .next-steps--card.with-background-image:after {
    opacity: 0;
  }
}

@media (min-width: 35rem) {
  .next-steps--card:before {
    background: url(/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-full-white.svg)
      center center no-repeat;
    bottom: 35px;
    content: '';
    height: 14px;
    position: absolute;
    right: 35px;
    width: 19px;
    z-index: 1;
  }
}

@media (pointer: coarse) {
  .next-steps--card:before {
    opacity: 0;
  }
}

.next-steps--card .card--image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.next-steps--card .card-text {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.next-steps--card .card-text .card--title {
  order: 2;
}

@media (min-width: 48rem) {
  .next-steps--card .card-text .card--title {
    font-size: 28px;
  }
}

@media (min-width: 60rem) {
  .next-steps--card .card-text .card--title {
    font-size: 36px;
  }
}

.next-steps--card .card-text .card--subtitle {
  order: 1;
}

.next-steps--card .card-text--hover {
  align-self: flex-end;
  padding-top: 15px;
  transition: all 0.15s ease-in-out;
  width: 100%;
  z-index: 2;
}

@media (min-width: 35rem) {
  .next-steps--card .card-text--hover {
    border-top: 1px solid #fff;
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (pointer: coarse) {
  .next-steps--card .card-text--hover {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (min-width: 48rem) {
  .next-steps--card .card-text--hover .text-large {
    font-size: 1rem;
  }
}

@media (min-width: 60rem) {
  .next-steps--card .card-text--hover .text-large {
    font-size: 1.25rem;
  }
}

.next-steps--card:hover:before {
  opacity: 0;
}

.next-steps--card:hover:after {
  opacity: 0.5;
}

.next-steps--card:hover .card-text {
  color: currentColor;
}

.next-steps--card:hover .card-text--hover {
  opacity: 1;
  transform: translateY(0px);
}

.card--arrow-large {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.card--arrow-large:after {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.card--arrow-large:after {
  border-width: 0 2.5px 2.5px 0;
  padding: 4px;
}

.pill {
  font-size: 0.5625rem;
  background-color: #4c00ff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 0.4em 0.4em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
}

@media (min-width: 48rem) {
  .pill {
    font-size: 0.5625rem;
  }
}

@media (min-width: 60rem) {
  .pill {
    font-size: 0.5625rem;
  }
}

.pill--secondary {
  background-color: #000;
  color: #fff;
}

.pill--white {
  background-color: #fff;
  color: #000;
}

.campaign-animation {
  position: relative;
  min-height: 500px;
}

@media (min-width: 48rem) {
  .campaign-animation {
    height: calc(100vh - 86px);
  }
}

.runs-animation-container {
  display: flex;
  min-height: 500px;
  outline: none;
  overflow: hidden;
  position: relative;
}

@media (min-width: 48rem) {
  .runs-animation-container {
    height: calc(100vh - 86px);
  }
}

.runs-text-container {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(calc(-1 * 30%));
  width: 100%;
}

.runs-text-list-container {
  position: relative;
  z-index: 0;
  width: 100%;
}

.runs-text-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.runs-intro-text,
.runs-extro-text,
.runs-text-list li {
  cursor: default;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

@media (min-width: 26rem) {
  .runs-intro-text,
  .runs-extro-text,
  .runs-text-list li {
    font-size: 36px;
  }
}

@media (min-width: 35rem) {
  .runs-intro-text,
  .runs-extro-text,
  .runs-text-list li {
    font-size: 62px;
  }
}

@media (min-width: 48rem) {
  .runs-intro-text,
  .runs-extro-text,
  .runs-text-list li {
    font-size: 86px;
  }
}

@media (min-width: 73rem) {
  .runs-intro-text,
  .runs-extro-text,
  .runs-text-list li {
    font-size: 120px;
  }
}

.runs-list-item {
  color: #5f6061;
  letter-spacing: -0.03em;
  line-height: 1;
  opacity: 0;
}

.runs-first-list-item {
  letter-spacing: -0.03em;
}

.runs-intro-text {
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.runs-extro-text {
  letter-spacing: -0.02em;
  position: absolute;
  top: 0;
  left: 0;
}

.runs-extro-text div {
  opacity: 0;
}

.runs-cta {
  color: #f719d5;
  cursor: default;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  opacity: 0;
  position: absolute;
  top: calc(30% + 80px);
}

.runs-cta:hover {
  color: #f719d5;
}

.runs-cta:hover:after {
  right: -53px;
}

.runs-cta:after {
  content: '';
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-arrow-right-magenta.svg');
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-5px);
  transition: right 0.25s ease-in-out;
}

@media (min-width: 35rem) {
  .runs-cta:after {
    width: 27px;
    height: 19px;
    background-size: 27px 19px;
    right: -50px;
    transform: translateY(-8px);
  }
}

.runs-cta.visible {
  cursor: pointer;
  opacity: 1;
}

@media (min-width: 35rem) {
  .runs-cta {
    font-size: 36px;
    top: calc(30% + 130px);
  }
}

@media (min-width: 48rem) {
  .runs-cta {
    top: calc(30% + 200px);
  }
}

@media (min-width: 73rem) {
  .runs-cta {
    top: calc(30% + 230px);
  }
}

.runs-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 0;
  overflow: hidden;
}

.runs-progress .runs-progress-bar {
  background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
}

.no-js .runs-intro-text {
  margin-bottom: 100px;
  position: static;
}

.no-js .runs-extro-text {
  position: static;
}

.no-js .runs-extro-text div {
  opacity: 1;
}

.no-js .runs-text-list-container {
  top: 30px;
  position: absolute;
}

@media (min-width: 35rem) {
  .no-js .runs-text-list-container {
    top: 55px;
  }
}

@media (min-width: 48rem) {
  .no-js .runs-text-list-container {
    top: 80px;
  }
}

.no-js .runs-cta {
  opacity: 1;
  top: calc(30% + 360px);
}

.no-js .runs-progress {
  opacity: 0;
}

.no-js .runs-animation-control {
  display: none;
}

@media (prefers-reduced-motion) {
  .runs-intro-text {
    margin-bottom: 100px;
    position: static;
  }

  .runs-extro-text {
    position: static;
  }

  .runs-extro-text div {
    opacity: 1;
  }

  .runs-text-list-container {
    top: 30px;
    position: absolute;
  }
}

@media (prefers-reduced-motion) and (min-width: 35rem) {
  .runs-text-list-container {
    top: 55px;
  }
}

@media (prefers-reduced-motion) and (min-width: 48rem) {
  .runs-text-list-container {
    top: 80px;
  }
}

@media (prefers-reduced-motion) {
  .runs-cta {
    opacity: 1;
    top: calc(30% + 360px);
  }

  .runs-progress {
    opacity: 0;
  }

  .runs-animation-control {
    display: none;
  }
}

.runs-animation-control {
  margin-right: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0)
    url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-pause.svg')
    no-repeat top 25% right;
  background-size: 36px 36px;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 36px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 36px;
}

@media (min-width: 48rem) {
  .runs-animation-control {
    margin-right: 0.5rem;
  }
}

.runs-animation-control:hover {
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}

.runs-animation-control.paused {
  background-image: url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-play-white.svg');
}

.campaign-cta-section-header {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 48rem) {
  .campaign-cta-section-header {
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta-section-header {
    padding-bottom: 2rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta-section-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .campaign-cta-section-header {
    padding-top: 11.875rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .campaign-cta-section-header {
    padding-bottom: 4rem;
  }
}

.campaign-cta-section-header .campaign-cta-section-header--text-column {
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .campaign-cta-section-header .campaign-cta-section-header--text-column {
    margin-bottom: 2rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta-section-header .campaign-cta-section-header--text-column {
    margin-bottom: 0;
  }
}

.campaign-cta-stacked {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: -1px;
}

@media (min-width: 48rem) {
  .campaign-cta-stacked {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta-stacked {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .campaign-cta-stacked {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.campaign-cta-stacked .campaign-cta-stacked--text-column {
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .campaign-cta-stacked .campaign-cta-stacked--text-column {
    margin-bottom: 2rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta-stacked .campaign-cta-stacked--text-column {
    margin-bottom: 0;
  }
}

.campaign-cta-stacked .campaign-cta-stacked--link-wrapper {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 48rem) {
  .campaign-cta-stacked .campaign-cta-stacked--link-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.campaign-cta-stacked .campaign-cta-stacked--link {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ff3bdd;
}

@media (min-width: 48rem) {
  .campaign-cta-stacked .campaign-cta-stacked--link {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  .campaign-cta-stacked .campaign-cta-stacked--link {
    font-size: 2rem;
  }
}

.campaign-cta {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .campaign-cta {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .campaign-cta {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.campaign-cta .campaign-cta--text-column {
  margin-bottom: 2rem;
}

@media (min-width: 48rem) {
  .campaign-cta .campaign-cta--text-column {
    margin-bottom: 2rem;
  }
}

@media (min-width: 48rem) {
  .campaign-cta .campaign-cta--text-column {
    margin-bottom: 0;
  }
}

.campaign-cta .campaign-cta--link-wrapper {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 48rem) {
  .campaign-cta .campaign-cta--link-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

.campaign-cta .campaign-cta--link {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ff3bdd;
}

@media (min-width: 48rem) {
  .campaign-cta .campaign-cta--link {
    font-size: 2.25rem;
  }
}

@media (min-width: 60rem) {
  .campaign-cta .campaign-cta--link {
    font-size: 2.25rem;
  }
}

.campaign-details-title-wrapper .callout {
  color: #f719d5;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .campaign-details-title-wrapper {
    background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100% 100%;
    display: inline-block;
  }

  .campaign-details-title-wrapper .callout {
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
  }
}

.campaign-details--title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 48rem) {
  .campaign-details--title {
    font-size: 5rem;
  }
}

@media (min-width: 48rem) {
  .campaign-details--title {
    font-size: 4.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .campaign-details--title {
    font-size: 5.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 60rem) {
  .campaign-details--title {
    font-size: 7.25rem;
  }
}

.campaign-details-wrapper .campaign-details {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width: 48rem) {
  .campaign-details-wrapper .campaign-details {
    font-size: 5rem;
  }
}

.campaign-details-wrapper .callout {
  color: #f719d5;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .campaign-details-wrapper {
    background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom -200px left -50px;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100% 100%;
  }

  .campaign-details-wrapper .callout {
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
  }
}

.explanation-heading {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 48rem) {
  .explanation-heading {
    font-size: 5rem;
  }
}

@media (min-width: 48rem) {
  .explanation-heading {
    font-size: 4.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .explanation-heading {
    font-size: 5.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 60rem) {
  .explanation-heading {
    font-size: 7.25rem;
  }
}

.campaign-features {
  padding-top: 0;
}

@media (min-width: 48rem) {
  .campaign-features {
    padding-top: 4rem;
  }
}

.campaign-features--item {
  border-bottom: 1px solid #333;
  padding: 1rem 0;
}

@media (min-width: 48rem) {
  .campaign-features--item {
    padding: 4rem 0;
  }
}

.campaign-features--item:last-child {
  border-bottom: none;
}

.campaign-features--heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 48rem) {
  .campaign-features--heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 60rem) {
  .campaign-features--heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 48rem) {
  .campaign-features--heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .campaign-features--heading {
    font-size: 3.875rem;
  }
}

@media (min-width: 48rem) and (min-width: 60rem) {
  .campaign-features--heading {
    font-size: 3.875rem;
  }
}

.campaign-footer {
  padding: 40px 0 0;
}

.campaign-footer-brand {
  display: flex;
}

.campaign-footer--brand-wrapper {
  justify-content: center;
}

@media (min-width: 60rem) {
  .campaign-footer--brand-wrapper {
    justify-content: space-between;
  }
}

.campaign-footer-brand-logo {
  height: 22px;
  width: 100px;
}

@media (min-width: 35rem) {
  .campaign-footer-brand-logo {
    height: 30px;
    width: 130px;
  }
}

.campaign-footer--contact {
  margin-bottom: 1.25rem;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 48rem) {
  .campaign-footer--contact {
    margin-bottom: 1rem;
  }
}

@media (min-width: 60rem) {
  .campaign-footer--contact {
    flex-basis: auto;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: 0;
    text-align: left;
  }
}

.campaign-footer--address {
  display: block;
  margin-right: 10px;
  position: relative;
}

@media (min-width: 48rem) {
  .campaign-footer--address {
    display: inline;
  }

  .campaign-footer--address:after {
    content: '•';
    right: -13px;
    position: absolute;
  }
}

.campaign-footer--sales {
  margin-left: 10px;
  display: block;
}

@media (min-width: 35rem) {
  .campaign-footer--sales {
    display: inline;
  }
}

.campaign-footer--legal-wrapper {
  border-top: 1px solid #333;
}

.campaign-form-wrapper {
  border-top: 1px solid #333;
}

.form-block {
  margin-top: 50px;
}

@media (min-width: 60rem) {
  .form-block {
    margin-top: 0;
    padding: 0 60px 60px;
  }
}

.campaign-form-group label {
  font-size: 1.3rem;
  color: #fff;
  display: block;
  font-weight: 600;
}

@media (min-width: 48rem) {
  .campaign-form-group label {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .campaign-form-group label {
    font-size: 1.25rem;
  }
}

.campaign-form-group label.campaign-inline-label {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1.25rem;
  vertical-align: middle;
}

@media (min-width: 48rem) {
  .campaign-form-group label.campaign-inline-label {
    margin-left: 0.5rem;
  }
}

.campaign-form-group input,
.campaign-form-group select,
.campaign-form-group textarea {
  background-color: #000;
  border: 1px solid #5f6061;
  border-radius: 4px;
  color: #fff;
  display: block;
  outline: none;
  padding: 1.25em 15px;
  transition: border-color 0.15s ease-in;
  width: 100%;
}

.campaign-form-group input:focus,
.campaign-form-group input:hover,
.campaign-form-group select:focus,
.campaign-form-group select:hover,
.campaign-form-group textarea:focus,
.campaign-form-group textarea:hover {
  border-color: #fff;
}

.campaign-form-group input[type='checkbox'],
.campaign-form-group select[type='checkbox'],
.campaign-form-group textarea[type='checkbox'] {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.campaign-form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.campaign-form-group button {
  font-size: 1.3rem;
  background-color: #4c00ff;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 0.9em 2.3em;
  position: relative;
  transition: background-color 0.15s ease-in;
  width: 100%;
}

@media (min-width: 48rem) {
  .campaign-form-group button {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .campaign-form-group button {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .campaign-form-group button {
    width: auto;
  }
}

.campaign-form-group button:focus,
.campaign-form-group button:hover {
  background-color: #1b5cdd;
}

.campaign-form-group button .button-text {
  transition: opacity 0.15s ease-in-out;
}

.campaign-form-group button.submitting,
.campaign-form-group button.submitted {
  pointer-events: none;
  cursor: default;
}

.campaign-form-group button.submitting .button-text {
  opacity: 0.2;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.campaign-form-group button.submitting .spinner:before {
  animation: spinner 0.6s linear infinite;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #4c00ff;
  content: '';
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
}

.campaign-form-group .required-error-label {
  display: none;
}

.campaign-form-group.error input,
.campaign-form-group.error select,
.campaign-form-group.error textarea {
  border: 1px solid #de2d59;
}

.campaign-form-group.error .required-error-label {
  display: block;
  color: #de2d59;
  margin-bottom: 5px;
}

.campaign-form-group.campaign-subscribe-group {
  display: none;
}

.campaign-form-group .extra-submit-text {
  display: none;
}

.button.button--campaign {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  transition: 0.15s background-color ease-in-out, 0.15s color ease-in-out;
}

.button.button--campaign:hover,
.button.button--campaign:focus {
  background-color: #fff;
  color: #000;
}

.campaign-nav-container {
  background: #000;
  z-index: 100;
  width: 100%;
}

.campaign-nav {
  background: #000;
  border-bottom: 1px solid #333;
}

.campaign-navbar-cta {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
  padding: 22px 0px 23px;
}

.campaign-overview-wrapper .campaign-overview {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width: 48rem) {
  .campaign-overview-wrapper .campaign-overview {
    font-size: 5rem;
  }
}

.campaign-overview-wrapper .callout {
  color: #f719d5;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .campaign-overview-wrapper {
    background-image: url(/themes/custom/cubic/patternLibraryAssets/images/bg-grad-small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100% 100%;
    display: inline-block;
  }

  .campaign-overview-wrapper .callout {
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
  }
}

.proof-heading {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 48rem) {
  .proof-heading {
    font-size: 5rem;
  }
}

@media (min-width: 48rem) {
  .proof-heading {
    font-size: 4.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 48rem) {
  .proof-heading {
    font-size: 5.5rem;
  }
}

@media (min-width: 48rem) and (min-width: 60rem) {
  .proof-heading {
    font-size: 7.25rem;
  }
}

.proof-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.proof-list li {
  line-height: 1.2;
  margin-bottom: 10px;
}

.proof-tile {
  border-radius: 4px;
  display: block;
  margin-bottom: 30px;
  padding: 45px;
}

@media (min-width: 35rem) {
  .proof-tile {
    display: flex;
  }
}

@media (min-width: 60rem) {
  .proof-tile {
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 0;
    min-height: 550px;
  }
}

@media (min-width: 35rem) {
  .proof-tile--image {
    flex-shrink: 0;
  }
}

.proof-tile--heading {
  margin-bottom: 0;
  margin-top: 30px;
}

@media (min-width: 35rem) {
  .proof-tile--heading {
    margin-left: 30px;
    margin-top: 0;
  }
}

@media (min-width: 60rem) {
  .proof-tile--heading {
    margin-left: 0;
    margin-top: auto;
  }
}

.proof-tile--heading .proof-text_source {
  font-size: 1.3rem;
  display: block;
  margin-top: 20px;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  .proof-tile--heading .proof-text_source {
    font-size: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .proof-tile--heading .proof-text_source {
    font-size: 1.25rem;
  }
}

.proof-purple {
  background: #6a03d9;
}

.proof-pink {
  background: #941ea0;
}

.proof-blue {
  background: #0366d9;
}

.webinar {
  padding: 2.813rem;
}

.webinar-feature-bg {
  height: 100%;
  min-height: 22.25rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 35rem) {
  .webinar-feature-bg {
    min-height: 26.25rem;
  }
}

.webinar-feature-bg .webinar-feature-image {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 26rem) {
  .webinar-feature-bg .webinar-feature-image {
    bottom: auto;
    top: -3.25rem;
  }
}

@media (min-width: 35rem) {
  .webinar-feature-bg .webinar-feature-image {
    top: -6.25rem;
  }
}

@media (min-width: 48rem) {
  .webinar-feature-bg .webinar-feature-image {
    top: -12.5rem;
  }
}

@media (min-width: 60rem) {
  .webinar-feature-bg .webinar-feature-image {
    top: -6.25rem;
  }
}

.webinar-feature-bg .webinar-feature-source {
  position: absolute;
  bottom: 2.813rem;
  left: 2.813rem;
}

@media (min-width: 48rem) {
  .webinar-feature-bg .webinar-feature-source {
    bottom: 3.75rem;
    left: 3.75rem;
  }
}

.webinar-play-video {
  margin-right: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0)
    url('/themes/custom/cubic/patternLibraryAssets/images/icons/icon-play-white.svg')
    no-repeat top 25% right;
  background-size: 2rem 2rem;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 2rem;
  margin-top: 5rem;
  width: 2rem;
}

@media (min-width: 48rem) {
  .webinar-play-video {
    margin-right: 0.5rem;
  }
}

.webinar-play-video:hover {
  opacity: 0.5;
  transition: opacity 0.15s ease-in-out;
}

.campaign-webinar-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  height: 0;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 101;
  text-align: center;
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.campaign-webinar-lightbox.player-visible {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.campaign-webinar-lightbox .campaign-webinar-video-box {
  height: 0;
  margin-top: 5.313rem;
  max-width: 75vw;
  position: relative;
  padding-bottom: 42.25%;
  left: 50%;
  transform: translateX(-50%);
}

.campaign-webinar-lightbox .campaign-webinar-video-box video,
.campaign-webinar-lightbox .campaign-webinar-video-box .roa-webinar-video {
  background-color: #000 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campaign-webinar-lightbox .campaign-webinar-video-box .vjs-poster {
  background-color: #000 !important;
}

.campaign-webinar-lightbox .roa-close-video {
  background-color: #fff;
  color: #000;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.313rem;
  height: 5.313rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.875rem;
  line-height: 4.688rem;
  z-index: 21;
}

.utility-nav {
  background: #fff;
  border-bottom: 1px solid #bebfc0;
  color: #000;
  font-weight: 500;
  padding: 4px 0;
  position: sticky;
  top: 0;
  z-index: 201;
}

@media (min-width: 35rem) {
  .utility-nav {
    z-index: 200;
  }
}

.menu-open .utility-nav {
  z-index: 200;
}

.utility-nav .row {
  flex-wrap: nowrap;
}

.utility-nav--info {
  display: none;
}

@media (min-width: 35rem) {
  .utility-nav--info {
    align-items: center;
    display: flex;
    flex-basis: 50%;
  }
}

.utility-nav--message {
  color: #000;
  display: flex;
  transition: color 0.15s ease-in-out;
}

.utility-nav--message:hover {
  color: #4c00ff;
}

.utility-nav--message:hover .utility-nav--pill {
  background-color: #4c00ff;
}

.utility-nav--links-container {
  text-align: center;
  width: 100%;
}

@media (min-width: 35rem) {
  .utility-nav--links-container {
    margin-left: auto;
    text-align: right;
    width: auto;
  }
}

.utility-nav--pill {
  margin-right: 1.25rem;
  transition: background-color 0.15s ease-in-out;
  vertical-align: text-bottom;
}

@media (min-width: 48rem) {
  .utility-nav--pill {
    margin-right: 0.5rem;
  }
}

.utility-nav--link {
  color: #5f6061;
  display: none;
  margin-left: 1.25rem;
  transition: color 0.15s ease-in-out;
}

.utility-nav--link:hover {
  color: #4c00ff;
}

@media (min-width: 35rem) {
  .utility-nav--link {
    display: inline-block;
  }
}

@media (min-width: 48rem) {
  .utility-nav--link {
    margin-left: 1.25rem;
  }
}

.utility-nav--sales {
  color: #000;
}

@media (min-width: 35rem) {
  .utility-nav--sales {
    color: #fff;
    display: block;
  }

  .utility-nav--sales .utility-nav--sales-label {
    color: #5f6061;
  }

  .utility-nav--sales .utility-nav--sales-link {
    color: #5f6061;
  }

  .utility-nav--sales .utility-nav--sales-link:hover {
    color: #4c00ff;
  }
}

@media (min-width: 48rem) {
  .utility-nav--sales {
    display: inline-block;
  }
}

.utility-nav.dark .utility-nav--sales-label,
.utility-nav.dark .utility-nav--sales-link {
  color: #000;
}

@media (min-width: 35rem) {
  .utility-nav.dark {
    border-bottom: none;
    background: #505283;
    background: linear-gradient(
      90deg,
      rgb(80, 82, 131) 0%,
      rgb(22, 20, 87) 35%,
      rgb(2, 0, 73) 60%
    );
  }

  .utility-nav.dark .utility-nav--link,
  .utility-nav.dark .utility-nav--message,
  .utility-nav.dark .utility-nav--sales-label,
  .utility-nav.dark .utility-nav--sales-link {
    color: #fff;
  }

  .utility-nav.dark .utility-nav--pill {
    background-color: #020049;
  }
}

.utility-nav.black .utility-nav--sales-label,
.utility-nav.black .utility-nav--sales-link {
  color: #000;
}

@media (min-width: 35rem) {
  .utility-nav.black {
    border-bottom: none;
    background: #000028;
  }

  .utility-nav.black .utility-nav--link,
  .utility-nav.black .utility-nav--message,
  .utility-nav.black .utility-nav--sales-label,
  .utility-nav.black .utility-nav--sales-link {
    color: #fff;
  }
}

@media (min-width: 35rem) {
  .utility-nav.black.absolute {
    background: #000;
  }
}

body[class^='toolbar-'] .utility-nav {
  margin-top: 39px;
}

.video--area-container {
  height: calc(100% - 1px);
}

.wistia_embed {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.home--greeting {
  font-weight: bold;
}

.campaign-page-wrapper {
  background: #000;
}
