@font-face {
  font-family: "AeonikPro-Regular";
  src: url("../fonts/AeonikPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AeonikPro-Medium";
  src: url("../fonts/AeonikPro-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AeonikPro-Bold";
  src: url("../fonts/AeonikPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT-Ultra";
  src: url("../fonts/GT-Ultra-Fine-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT-Ultra";
  src: url("../fonts/GT-Ultra-Standard-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "AeonikPro-Regular";
  letter-spacing: -0.01em;
}

.noscroll {
  overflow: hidden;
}

.bold {
  font-family: "AeonikPro-Medium";
}

.bolder {
  font-family: "AeonikPro-Bold";
}

.ci-btn {
  font-family: "AeonikPro-Medium";
}

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

html * {
  line-height: 1.33em;
}

body {
  margin: 0;
  overflow-x: hidden;
}

video {
  max-width: 100%;
  height: auto;
}

p {
    margin: 0;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
	 .mb-3-mobile {
		margin-bottom: 3rem;
	}
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  p.lg {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

p.sm {
  font-size: 0.8rem;
}

p.xs {
  font-size: 0.7rem;
}

p.caps {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

p.lighter {
  color: #464649;
}

p.regular {
  font-family: "AeonikPro-Regular";
}

.lighten {
  color: #4F4F5F;
}

p.smaller {
    font-size: 16px;
}

/* buttons */

.ci-btn-group {
  display: flex;
  gap: 8px;
}

.ci-btn-group.stacked {
  flex-direction: column;
}

.ci-btn-group.gapped {
  gap: 28px;
}

@media (max-width: 767px) {
  .ci-btn-group {
    flex-direction: column;
  }
}

.ci-btn {
  display: inline-flex;
  padding: 0.95em 2em;
  border-radius: 2em;
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  line-height: 1.1em;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0.5rem 1.2rem;
  align-items: flex-start;
  gap: 10px;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
    border: 1px solid transparent;
}

.ci-btn--icon {
  transition: 0.15s all;
  margin-top: 0.33em;
}

.ci-btn:hover .ci-btn--icon {
  transform: translateX(3px);
}

.ci-btn-primary {
  color: #0671d9;
}

.ci-btn--nopad {
  padding-left: unset;
  padding-right: unset;
}

.ci-btn-filled {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

.ci-btn-filled-primary {
  background: #0671d9;
  color: #ffffff;
  text-decoration: none;
}

.ci-btn-filled-secondary {
  background: #1b1b1e;
  color: #ffffff;
  text-decoration: none;
}

.ci-btn-filled-tertiary {
  background: #ffffff;
  color: #3B3B45;
  text-decoration: none;
  border: 1px solid #CECFCF;
}

.ci-btn-sm {
  font-size: 0.7rem;
}

.ci-btn-sm .ci-btn--icon {
  width: 10px;
}

.ci-btn-promo-download {
  padding: 0.33rem 0.75rem;
  background: unset;
}

.ci-btn-promo-download.active {
  background: #d3ceca;
}

/* section */

.ci-section {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  background-size: cover;
}

main .ci-section {
  overflow: hidden;
}

@media (max-width: 767px) {
  .ci-section {
    padding: 0 20px;
    overflow: hidden;
  }
}

.container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .container {
    align-items: flex-start;
  }
}

.ci-1680 .container {
  max-width: 1680px;
}

.ci-1240 .container {
  max-width: 1240px;
}

.ci-900 .container {
  max-width: 900px;
}

.ci-740 .container {
  max-width: 740px;
}

.group-below .container {
  padding-bottom: unset;
}

.show-on-mobile {
  display: none !important;
}

.show-on-tablet {
  display: none !important;
}

@media (max-width: 767px) {
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
    .group-above-mobile .container {
        padding-top: unset;
    }
}

@media (max-width: 1023px) {
  .show-on-tablet {
    display: block !important;
  }
  .hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .group-above-desktop .container {
    padding-top: unset;
  }
}

.group-above .container {
  padding-top: unset;
}

.ci-theme-09090b {
  background-color: #09090b;
  color: #d3ceca;
}
.ci-theme-db9000 {
  background-color: #db9000;
  color: #1b1b1e;
}
.ci-theme-ffffff {
  background-color: #ffffff;
  color: #1b1b1e;
}
.ci-theme-27272b {
  background-color: #27272b;
  color: #eee9e2;
}
.ci-theme-f3f0ed {
  background-color: #f3f0ed;
  color: #1b1b1e;
}
.ci-theme-faf8f7 {
  background-color: #faf8f7;
  color: #1b1b1e;
}
.ci-theme-e4ddcf {
  background-color: #e4ddcf;
  color: #1b1b1e;
}
.ci-theme-1b1b1e {
  background-color: #1b1b1e;
  color: #d3ceca;
}
.ci-theme-111113 {
  background-color: #111113;
  color: #fff;
}
.ci-theme-6164ff {
  background-color: #024BAC;
  color: #ffffff;
}
.ci-theme-4237d3 {
  background-color: #4237d3;
  color: #e3e3fc;
}
.ci-theme-4bb576 {
  background-color: #429f68;
  color: #ffffff;
}
.ci-theme-ede9e4 {
  background-color: #ede9e4;
  color: #1b1b1e;
}
.ci-theme-d3d2d0 {
  background-color: #d3d2d0;
  color: #1b1b1e;
}
.ci-theme-f8fceb {
  background-color: #f8fceb;
  color: #1b1b1e;
}
.ci-theme-1e90ff {
  background-color: #1e90ff;
  color: #ffffff;
}
.ci-theme-464649 {
  background-color: #464649;
  color: #ffffff;
}
.ci-theme-f2f8f9 {
  background-color: #f2f8f9;
  color: #1b1b1e;
}
.ci-theme-297045 {
  background-color: #297045;
  color: #FAF9F7;
}
.ci-theme-A31F68 {
  background-color: #A31F68;
  color: #ffffff;
}
.ci-theme-5D0D7D {
  background-color: #5D0D7D;
  color: #ffffff;
}

.ci-banner {
    z-index: 5;
}

.ci-banner .container {
  justify-content: flex-start;
  padding: 0;
  flex-direction: row;
  height: 42px;
  align-items: center;
}

.ci-banner img {
  margin-right: 26px;
}

@media (max-width: 1023px) {
  .ci-banner img {
    margin-right: 14px;
  }
}

.ci-header {
  position: sticky;
  top: 0;
  z-index: 3;
  color: #fcf9f5;
  font-size: 0.7rem;
  background: #27272b;
  transition: 0.1s all;
  border-bottom: 1px solid #1b1b1e;
}

.ci-header.light {
  background: #faf8f7;
  color: #1b1b1e;
  border-color: #ede9e7;
}

/* navigation */

.ci-nav {
  background: #27272b;
}

.ci-header.light .ci-nav {
  background: #faf8f7;
}

.ci-nav .container {
  padding: 0;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.ci-logo {
  display: flex;
  color: inherit;
}

.ci-nav nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.ci-nav ul {
  list-style: none;
  display: flex;
  margin: unset;
  padding: unset;
}

.ci-nav-primary > li > a,
.ci-nav-secondary > li > a {
  display: flex;
  padding: 18px 24px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  gap: 6px;
}

.ci-nav-caret {
  transition: 0.1s all;
}

.ci-nav-primary > li:hover > a .ci-nav-caret,
.ci-nav-secondary > li:hover > a .ci-nav-caret {
  transform: rotate(180deg);
}

.ci-nav .ci-nav-btn {
  background-color: #1b1b1e;
  color: #fcf9f5;
  padding: 10px 24px;
  margin: 8px 0;
  border-radius: 40px;
}

.ci-nav-toggle {
  width: 54px;
  height: 54px;
  padding: 12px;
  cursor: pointer;
}

/* solutions subnav */

.ci-solutions {
  display: none;
  position: absolute;
  overflow: hidden;
  padding-bottom: 40px;
  transition: 0.1s all;
  border-top: 1px solid;
  left: 50%;
  transform: translateX(-50%);
  width: 1040px;
}

.show-solutions:hover .ci-solutions {
  display: flex;
}

.show-integrations:hover .ci-solutions {
  display: flex;
}

.ci-solutions .container {
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 80px 40px 50px;
  transition: 0.1s all;
  gap: unset;
  max-width: 980px;
  box-shadow: 0px 8px 12px 0px rgba(27, 27, 30, 0.12),
    0px 4px 36px 0px rgba(27, 27, 30, 0.16);
}

.ci-solutions-heading {
  font-family: "GT-Ultra";
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: 30px;
  margin-bottom: -5px;
}

.ci-subnavs {
  display: flex;
  align-items: flex-start;
}

.ci-subnav {
  padding: 30px 30px 0;
  flex: 1;
}

.ci-subnav.boxed {
  padding-bottom: 30px;
}

.ci-subnav h4 {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "AeonikPro-Bold";
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  opacity: 0.4;
}

.ci-subnav h3 {
  font-family: "GT-Ultra";
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.33em;
}

.ci-subnav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-left: -20px;
}

.ci-subnav li a {
  display: block;
  padding: 8px 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.1s all;
}

/* subnav light & dark */

.ci-solutions {
  border-color: #1b1b1e;
}

.ci-solutions .container {
  background: #27272b;
}

.ci-subnav li a:hover {
  background: #1b1b1e;
}

.ci-subnav.boxed {
  background: #1b1b1e;
}

.light .ci-solutions {
  border-color: #ede9e7;
}

.light .ci-solutions .container {
  background: #faf8f7;
}

.light .ci-subnav li a:hover {
  background: #ede9e7;
}

.light .ci-subnav.boxed {
  background: #ede9e7;
}

@media (max-width: 1023px) {
  .ci-nav nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    background: #fcf9f5;
    padding: 40px 0;
    opacity: 0;
    transition: 0.15s all;
    pointer-events: none;
  }

  .ci-nav ul {
    flex-direction: column;
    gap: 20px;
  }

  .ci-nav-primary a {
    font-size: 38px;
    color: #1b1b1e;
  }

  .ci-nav-secondary {
    color: #1b1b1e;
    text-align: center;
    font-size: 17px;
  }
}

/* mobile nav */

.ci-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s all;
}

.ci-mobile-nav a {
  text-decoration: none;
}

.ci-mobile-nav.active {
  opacity: 1;
  pointer-events: all;
}

.ci-mobile-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  height: 42px;
  flex-shrink: 0;
}

.ci-mobile-header,
.ci-mobile-footer {
  padding: 20px;
}

.ci-mobile-main {
  padding: 30px 20px;
}

.ci-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci-mobile-icon {
  background: #ede9e4;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.ci-mobile-title {
  font-size: 1.2rem;
  margin: unset;
}

.ci-mobile-nav main {
  flex: 1;
  overflow: auto;
}

.ci-mobile-main ul {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  gap: 20px;
}

.ci-mobile-footer ul {
  gap: 20px;
}

.ci-mobile-btn {
  color: #1b1b1e;
  border-color: #ede9e4;
  border: 2px solid #ede9e4;
  padding: 10px 24px;
  border-radius: 40px;
  display: flex;
  font-size: 0.85rem;
  justify-content: center;
}

.ci-mobile-btn-light {
  background-color: #ede9e4;
  color: #1b1b1e;
  border-color: #ede9e4;
}

.ci-mobile-btn-dark {
  background-color: #1b1b1e;
  color: #fcf9f5;
  border-color: #1b1b1e;
}

.ci-mobile-primary,
.ci-mobile-solutions,
.ci-mobile-use-cases,
.ci-mobile-industries,
.ci-mobile-integrations {
  display: none;
}

.ci-mobile-primary.active,
.ci-mobile-solutions.active,
.ci-mobile-use-cases.active,
.ci-mobile-industries.active,
.ci-mobile-integrations.active {
  display: flex;
}

h1,
h2,
h3,
h4 {
  font-family: GT-Ultra;
  line-height: 1.166em;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h1 span,
h2 span,
h3 span,
h4 span {
  line-height: 1.166em;
}

h1 {
  font-size: 4rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.1rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.066em;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2.1rem;
  }
}

h3, .h3 {
  font-size: 2.25rem;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}

.alt {
  font-family: "AeonikPro-Medium";
  font-weight: normal;
}

.fade {
  opacity: 0.7;
}

.ci-theme-1b1b1e h1,
.ci-theme-1b1b1e h2,
.ci-theme-1b1b1e h3 {
  color: #ffffff;
}

.ci-theme-1b1b1e .highlight {
  color: #9a97ff;
}

.ci-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ci-heading p {
  font-family: "AeonikPro-Medium";
}

.ci-heading p.regular {
  font-family: "AeonikPro-Regular";
}

/* hero */

.ci-hero {
  overflow: hidden;
}

.ci-hero-screens {
  display: flex;
  align-self: center;
  gap: 30px;
  min-width: 1080px;
  padding-top: 40px;
}

.ci-hero-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ci-hero-row:nth-child(even) {
  padding-top: 80px;
}

.ci-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  padding: 3px 10px 3px 3px;
  gap: 8px;
}

.ci-tag img,
.ci-tag svg {
    width: 14px;
    height: 14px;
}

.ci-tag span {
  font-family: "AeonikPro-Bold";
  font-size: 12px;
}

.ci-tag-lg span {
  font-size: 24px;
  font-family: "AeonikPro-Medium";
  letter-spacing: -0.02em;
  color: #6b6968;
}

.ci-tag-33b0ff-1b1b1e {
  background: #33b0ff;
  color: #1b1b1e;
}

.ci-tag-b1b0ff-1b1b1e {
  background: #b1b0ff;
  color: #1b1b1e;
}

.ci-tag-99d3ff-1b1b1e {
  background: #99d3ff;
  color: #1b1b1e;
}

.ci-tag-cf8ef4-1b1b1e {
  background: #cf8ef4;
  color: #1b1b1e;
}

.ci-tag-0671d9-ffffff {
  background: #0671d9;
  color: #ffffff;
}

.ci-tag-ffffff-0671d9 {
  background: #ffffff;
  color: #0671d9;
}

.ci-tag-ffffff-0671d9 span {
  color: #1b1b1e;
}

.ci-tag-ffffff-1b1b1e {
  background: #ffffff;
  color: #1b1b1e;
}

.ci-tag-ffffff-1b1b1e span {
  color: #1b1b1e;
}

.ci-tag-ffffff-258c4f {
  background: #ffffff;
  color: #258c4f;
}

.ci-tag-ffffff-258c4f span {
  color: #1b1b1e;
}

.ci-tag-ffffff-6064ff {
  background: #ffffff;
  color: #6064ff;
}

.ci-tag-ffffff-6064ff span {
  color: #4F4F5F;
}

.ci-tag-ffffff-1e90ff {
  background: #ffffff;
  color: #1e90ff;
}

.ci-tag-ffffff-1e90ff span {
  color: #4F4F5F;
}

.ci-tag-f8fceb-1b1b1e {
  background: #f8fceb;
  color: #1b1b1e;
}

.ci-tag-ede9e4-1b1b1e {
  background: #ede9e4;
  color: #1b1b1e;
}

.ci-tag-e4ddcf-1b1b1e {
  background: #e4ddcf;
  color: #1b1b1e;
}

.ci-tag-f2f8f9-1b1b1e {
  background: #f2f8f9;
  color: #1b1b1e;
}

.ci-tag-faf8f7-1b1b1e {
  background: #faf8f7;
  color: #1b1b1e;
}

.ci-tag-ffffff-943FC6 {
  background: #ffffff;
  color: #943FC6;
}

.ci-tag-4A4847-FEB310 {
  background: #4A4847;
  color: #FEB310;
}

.ci-tag-ffffff-943FC6 span {
  color: #4F4F5F;
}

.ci-tag-ffffff-5757FA {
    background: #fff;
    color: #5757FA;
    border: 1px solid;
}

.ci-highlight-0671d9 {
  color: #0671d9;
}

.ci-highlight-258c4f {
  color: #258c4f;
}

/* header */

.ci-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ci-heading.narrow > * {
  max-width: 800px;
}

.ci-heading.padded {
  padding: 60px;
}

@media (max-width: 1023px) {
  .ci-heading.padded {
    padding: 24px;
  }
}

.mobile-centered {
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .centered {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* features carousel */

.ci-features {
  width: 100%;
}

.ci-features-nav {
  background: #faf8f7;
  border-radius: 100px;
  display: flex;
  padding: 20px;
  gap: 10px;
}

.ci-features-nav button {
  display: block;
  border-radius: 40px;
  text-decoration: none;
  padding: 4px 12px;
  transition: 0.15s all;
  color: #838385;
  border: unset;
  background: unset;
  cursor: pointer;
}

.ci-features-nav button:hover {
  color: #1b1b1e;
}

.ci-features-nav .active button {
  background: #33b0ff;
  color: #1b1b1e;
}

@media (max-width: 767px) {
  .ci-features-nav {
    display: none;
  }
}

.ci-features .ci-slide {
  padding: 75px 80px 90px 80px;
  display: flex;
  flex-direction: column;
  background: #faf8f7;
}

.ci-features .ci-slide header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ci-features .ci-slide h4 {
  font-size: 48px;
}

.ci-features .ci-slide-content {
  display: flex;
}

.ci-features .ci-slide-content > * {
  width: 50% !important;
}

@media (max-width: 1023px) {
  .ci-features .ci-slide-content {
    flex-direction: column;
  }

  .ci-features .ci-slide-content > * {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .ci-features .ci-slide {
    padding: 20px;
    margin: 0 -20px;
  }

  .ci-features .ci-slide header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ci-features .ci-slide-content video:first-child {
    display: none;
  }
}

.ci-features .owl-nav {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

/* what's new carousel */

.ci-new {
  width: 100%;
}

.ci-new-nav {
  background: #faf8f7;
  border-radius: 100px;
  display: flex;
  padding: 20px;
  gap: 10px;
}

.ci-new-nav button {
  display: block;
  border-radius: 40px;
  text-decoration: none;
  padding: 4px 12px;
  transition: 0.15s all;
  color: #838385;
  border: unset;
  background: unset;
  cursor: pointer;
}

.ci-new-nav button:hover {
  color: #1b1b1e;
}

.ci-new-nav .active button {
  background: #33b0ff;
  color: #1b1b1e;
}

@media (max-width: 767px) {
  .ci-new-nav {
    display: none;
  }
}

.ci-new .ci-slide {
  padding: 75px 80px 90px 80px;
  display: flex;
  flex-direction: column;
  background: #faf8f7;
  height: 100%;
}

.ci-new .ci-slide header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.ci-new .ci-slide h3 {
  font-size: 42px;
}

.ci-new .ci-slide-content {
  display: flex;
}

.ci-new .ci-slide-content > * {
  width: 50% !important;
}

.ci-new .ci-slide-content > .full-width {
  width: 100% !important;
}

@media (max-width: 1023px) {
  .ci-new .ci-slide-content {
    flex-direction: column;
  }

  .ci-new .ci-slide-content > * {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .ci-new .ci-slide {
    padding: 40px 20px 60px;
    margin: 0 -20px;
  }
    
  .ci-new .ci-slide:nth-child(n+5) {
    display: none;
  }
    
  .ci-new .ci-slide header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ci-new .ci-slide-content video:last-child {
    display: none;
  }

  .ci-new .ci-slide h3 {
    font-size: 31.5px;
  }
}

.ci-new .owl-nav {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

/* case studies */

.ci-frames {
  display: flex;
  gap: 12px;
}

.ci-frames.owl-carousel .owl-stage-outer {
  padding-left: calc(((100dvw - 1080px) - 17px) / 2);
}

.ci-frames-nav {
  position: relative;
  align-self: flex-end;
  display: flex;
  gap: 8px;
}

.ci-frames-nav button {
  background: unset;
  padding: unset;
  border: unset;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.ci-frame {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  text-decoration: none;
}

.ci-frame-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.ci-frame img {
  width: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
}

.ci-frame h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

.ci-frame p {
  font-family: "GT-Ultra";
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.166em;
}

@media (max-width: 767px) {
  .ci-frames {
    flex-direction: column;
    gap: 0;
  }
  .ci-frame {
    padding: 20px 20px 40px 20px;
  }
  .ci-frame p {
    font-size: 1.7rem;
    line-height: 1.166em;
  }
}

/* footer */

footer header {
  display: flex;
  align-items: center;
  width: 100%;
}

.ci-footer-logo {
  flex: 1;
}

.ci-footer-wordmark {
  flex: 2;
}

@media (max-width: 1023px) {
  footer header {
    gap: 5%;
  }
}

footer a {
  text-decoration: none;
  color: inherit;
}

footer nav {
  display: flex;
  width: 100%;
}

footer ul {
  list-style: none;
  margin: unset;
  padding: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 2rem;
}

.ci-footer-primary {
  font-size: 24px;
  flex: 1;
}

.ci-footer-secondary {
  font-family: "GT-Ultra";
  font-size: 16px;
  flex: 2;
  display: flex;
  flex-direction: column;
}

.ci-footer-row {
  display: flex;
}

.ci-footer-row ul {
  flex: 1;
}

.ci-footer--heading {
  color: #4F4F5F;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-family: "AeonikPro-Regular";
}

.ci-social {
  display: flex;
  gap: 10px;
}

.ci-social svg {
  width: 28px;
}

@media (max-width: 1023px) {
  footer nav {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ci-footer-row {
    flex-direction: column;
  }
}

/* subfooter */

.ci-subfooter .container {
  padding: 24px 0;
}

/* legal */

.ci-legal {
  display: flex;
  font-size: 0.6rem;
  align-items: center;
  letter-spacing: -0.02em;
  width: 100%;
  gap: 40px;
  justify-content: space-between;
}

.ci-legal ul {
  flex-direction: row;
  gap: 16px;
  margin-bottom: unset;
  flex: initial;
  flex-wrap: wrap;
}

.ci-legal a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
}

.privacy-choices {
  height: 12px;
}

@media (max-width: 1023px) {
  .ci-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* pricing cards */

.ci-plans {
  flex-direction: column;
  width: 100%;
}

.ci-plan-row {
  width: 100%;
  display: flex;
  gap: 60px 15px;
  flex-wrap: wrap;
}

.ci-plan {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 3);
  border: 1px solid #ede9e4;
}

.ci-plan-lg {
  width: calc((100% - 15px) / 3 * 2);
}

.ci-plan-heading {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.ci-plan-overview {
  display: flex;
  justify-content: space-between;
}

.ci-plan-label {
  display: flex;
  flex-direction: column;
}

.ci-plan-value {
  display: flex;
  flex-direction: column;
}

.ci-plan-feature {
  padding: 15px 30px;
  background: #ede9e4;
}

.ci-plan-highlight {
  background: #0671d9;
  color: #fff;
}

.ci-plan-details {
  padding: 40px 30px;
  font-size: 17px;
}

.ci-plan-lists {
  display: flex;
  gap: 40px;
}

.ci-plan-lists ul {
  flex: 1;
}

@media (max-width: 767px) {
  .ci-plan-lists {
    flex-direction: column;
    gap: unset;
  }

  .ci-plan-lists ul + ul {
    margin-top: 0;
  }
}

.ci-plan-title {
  font-size: 34px;
  font-family: "AeonikPro-Medium";
}

.ci-plan-description {
  font-size: 14px;
  font-family: "AeonikPro-Medium";
}

.ci-plan-price {
  font-size: 34px;
  font-family: "AeonikPro-Medium";
}

.ci-plan-term {
  font-size: 14px;
  text-align: right;
  line-height: 1em;
}

.ci-plan-term span {
  font-size: 12px;
}

.ci-plan-feature + .ci-plan-feature {
  margin-top: 2px;
}

.ci-plan-highlight + .ci-plan-highlight {
  background: #003c77;
}

.ci-plan-highlight + .ci-plan-highlight + .ci-plan-highlight {
  background: #002d5a;
}

.ci-plan-details ul {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
  padding: unset;
  list-style: none;
  gap: 10px;
}

.ci-plan-details li {
  position: relative;
  padding-left: 24px;
}

.ci-plan-details li:before {
  content: "\2713";
  position: absolute;
  left: 0;
}

/* pricing compare */

.ci-col-1 span {
  display: none;
}
.ci-col-1 .ci-team {
  display: block;
}
.ci-col-2 span {
  display: none;
}
.ci-col-2 .ci-business {
  display: block;
}
.ci-col-3 span {
  display: none;
}
.ci-col-3 .ci-enterprise {
  display: block;
}

@media (max-width: 767px) {
  .ci-compare-header .ci-compare-label {
    display: none;
  }

  .ci-col-3 {
    display: none !important;
  }
}

main .ci-compare {
    overflow: visible;
}

.ci-compare-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #d3ceca;
}

.ci-compare-sticky {
    position: sticky;
    top: 55px;
    background: #faf8f7;
    padding: 40px 0 0 0;
    border-bottom: 1px solid #d3ceca;
}

.ci-compare-sticky:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% + 1px);
    height: 100%;
    background: #faf8f7;
}
          
.ci-compare-sticky:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    left: 1px;
    width: calc(100% - 2px);
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.ci-compare-header {
    display: flex;
    position: relative;
}

.ci-compare-row {
  display: flex;
}

.ci-compare-cell {
  flex: 1;
  background: #ffffff;
  border: 1px solid #d3ceca;
  border-bottom-color: transparent;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

.ci-compare-cell + .ci-compare-cell {
  border-left: 0;
}

.ci-compare-header .ci-compare-cell:nth-child(2) {
  border-left: 1px solid #d3ceca;
}

.ci-compare-label {
  text-align: left;
  font-size: 14px;
  font-family: "AeonikPro-Medium";
}

.ci-compare-header .ci-compare-label {
  background: unset;
  border-color: transparent;
}

.ci-compare-select {
  display: flex;
  position: relative;
  align-items: center;
}

.ci-compare-select {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 28px;
  cursor: pointer;
}

.ci-compare-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: 0.15s all;
}

.ci-compare-select:hover:before {
  background: rgba(0, 0, 0, 0.1);
}

.ci-compare-select svg {
  transition: 0.15s all;
}

.ci-compare-select.active svg {
  transform: rotate(180deg);
}

.ci-select-label,
.ci-compare-select svg {
  position: relative;
}

.ci-select-options {
  position: absolute;
  background: #ffffff;
  top: calc(100% + 2px);
  opacity: 0;
  pointer-events: none;
  transition: 0.15s all;
  border: 1px solid #d3ceca;
  left: -1px;
  right: -1px;
  color: #27272b;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;        
}

.ci-select-options.active {
  opacity: 1;
  pointer-events: all;
}

.ci-select-option {
  font-size: 0.75rem;
  padding: 12px 20px;
  border-bottom: 1px solid #d3ceca;
  border-right: 1px solid #d3ceca;
  text-align: left;
  transition: 0.15s all;
  cursor: pointer;
  opacity: 0.9;
}

.ci-select-option:hover {
  opacity: 1;
}

.ci-compare-subhead {
  text-align: left;
  font-family: "AeonikPro-Bold";
  font-size: 20px;
}

.ci-compare-price {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-family: "AeonikPro-Medium";
}

.ci-compare-value {
  text-align: right;
}

.ci-compare-term {
  font-size: 14px;
  text-align: right;
}

.ci-select-option.ci-select-free,
.ci-compare-select.ci-free {
  background: #ffffff;
  color: #27272b;
}

.ci-select-option.ci-select-pro,
.ci-compare-select.ci-pro {
  background: #faf8f7;
  color: #27272b;
}

.ci-select-option.ci-select-team,
.ci-compare-select.ci-team {
  background: #ede9e4;
  color: #27272b;
}

.ci-select-option.ci-select-business,
.ci-compare-select.ci-business {
  background: #1e90ff;
  color: #ffffff;
}

.ci-select-option.ci-select-enterprise,
.ci-compare-select.ci-enterprise {
  background: #464649;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .ci-plan {
    width: calc(50% - 10px);
  }
  .ci-plan-lg {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ci-plan-row {
    flex-direction: column;
    gap: 12px;
  }

  .ci-plan {
    width: 100%;
  }

  .ci-compare-row .ci-compare-cell {
    flex: 1;
    overflow: hidden;
  }
  .ci-compare-row .ci-compare-cell.ci-compare-label {
    flex: 2;
  }

  .ci-compare-cell {
    font-size: 14px;
    padding: 20px 10px;
  }

  .ci-compare-select {
    font-size: 20px;
  }
}

@keyframes fadeIt {
  0% {
    background-color: #faf8f7;
  }
  100% {
    background-color: #ffffff;
  }
}

.flash {
  animation: fadeIt 1s ease-in-out;
}

/* faq */

.ci-faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #d4cdc8;
}

.ci-faq:last-child {
  border: unset;
}

.ci-faq-header {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  cursor: pointer;
  gap: 20px;
}

.ci-faq-question {
  font-size: 1.5rem;
  font-family: "AeonikPro-Medium";
}

@media (max-width: 767px) {
  .ci-faq-question {
    font-size: 1.2rem;
  }
}

.ci-faq-answer {
  display: none;
  margin-bottom: 2rem;
}

.ci-faq-toggle {
  transition: 0.1s all;
  width: 24px;
}

.ci-faq-toggle.open {
  transform: rotate(45deg);
}

/* quote */

.ci-quote {
  display: flex;
  flex-direction: column;
  padding: 120px 0 80px 0;
}

.ci-quote-sm {
    padding: 40px 0;
}

.ci-quote > p {
  font-family: "GT-Ultra";
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.166em;
  letter-spacing: -0.02em;
}

.ci-quote-sm > p {
  font-size: 2rem;
}

.ci-quote.alt > p {
  font-weight: 400;
}

.ci-quote-attribution {
  display: flex;
  width: calc(50% + 60px);
  align-self: flex-end;
  gap: 40px;
  align-items: center;
}

@media (max-width: 767px) {
  .ci-quote-attribution {
    align-self: flex-start;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 6px solid #fff;
}

.ci-quote-attribution.alt {
  width: unset;
  align-self: center;
}

.ci-quote-attribution.alt .avatar {
  width: 60px;
  height: 60px;
  border: 0;
}

.ci-quote-attribution p {
  font-size: 24px;
}

.ci-theme-4237d3 .ci-quote > p {
  background: linear-gradient(#e3e3fc 20%, #e3e3fc 50%, #635adc 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.ci-theme-1b1b1e .ci-quote > p {
  background: linear-gradient(#d3ceca 20%, #d3ceca 50%, #403f40 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.ci-theme-faf8f7 .ci-quote > p {
  background: linear-gradient(#1b1b1e 20%, #1b1b1e 50%, #e2e0e1 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.ci-theme-297045 .ci-quote > p {
  background: linear-gradient(#FAF9F7 20%, #FAF9F7 50%, #96b7a2 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@supports (-moz-appearance: none) {
  .ci-theme-4237d3 .ci-quote > p,
  .ci-theme-1b1b1e .ci-quote > p,
  .ci-theme-faf8f7 .ci-quote > p,
  .ci-theme-297045 .ci-quote > p {
    background: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background-attachment: unset;
  }
}

@media (max-width: 767px) {
  .ci-quote {
    padding: unset;
  }

  .ci-quote > p {
    font-size: 1.6rem;
  }

  .ci-quote-attribution p {
    font-size: 1rem;
  }
}

/* callout */

.ci-callout p {
  font-family: "GT-Ultra";
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -0.04em;
  text-align: center;
}

@media (max-width: 767px) {
  .ci-callout p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

/* cards */

.ci-cards {
  display: flex;
  gap: 12px;
  width: 100%;
}

.ci-cards-carousel.owl-carousel .owl-stage-outer {
  padding-left: calc(((100dvw - 1080px) - 17px) / 2);
}

.ci-cards-carousel-nav {
  position: relative;
  align-self: flex-end;
  display: flex;
  gap: 8px;
}

.ci-cards-carousel-nav button {
  background: unset;
  padding: unset;
  border: unset;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.ci-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ci-card.ad {
    padding: 200px 80px;
    border-radius: 12px;
    background-size: cover;
}

@media (max-width: 767px) {
    .ci-card.ad {
        padding: 100px 40px;
    }
}

.ci-card-img {
  overflow: hidden;
}

.ci-card-img img,
.ci-card-img video {
  min-width: 100%;
}

.ci-card-content {
  flex: 1;
  padding: 40px 30px;
}

.ci-card.w-action .ci-card-content {
  padding: 40px 30px 20px 30px;
}

.ci-card-action {
  padding: 0 30px 40px 30px;
}

@media (max-width: 767px) {
  .ci-card-content {
    padding: 20px;
  }

  .ci-card.w-action .ci-card-content {
    padding: 20px 20px 10px 20px;
  }

  .ci-card-action {
    padding: 0 20px 20px 20px;
  }
}

.ci-cards.stacked {
  flex-direction: column;
}

.ci-cards.stacked .ci-card {
  padding: 80px;
}

@media (max-width: 767px) {
  .ci-cards.stacked .ci-card {
    padding: 40px;
  }
}

.ci-cards.stacked .ci-heading {
  max-width: 650px;
  margin: auto;
}

.ci-cards.gapped {
  gap: 40px;
}

@media (max-width: 767px) {
  .ci-cards {
    flex-direction: column;
  }
}

/* enterprise tag*/

.ci-designate {
  border: 1px solid #4F4F5F;
  padding: 3px 12px 3px 3px;
  display: flex;
  color: #4F4F5F;
  font-size: 12px;
  font-weight: bold;
  gap: 8px;
  border-radius: 20px;
  max-width: fit-content;
}

.ci-designate-icon {
  background: #4F4F5F;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  border-radius: 100%;
}

/* inset area */

.ci-sheet {
  padding: 80px;
}

/* photo grid */

.ci-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ci-grid-row {
  display: flex;
  gap: 12px;
}

.ci-grid-cell-sm {
  flex: 2;
}

.ci-grid-cell-lg {
  flex: 3;
}

.ci-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .max-80 {
    max-width: 80%;
    align-self: flex-start;
  }
  .centered.max-80 {
    align-self: center;
  }
  .max-90 {
    max-width: 90%;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .crop-left {
    width: 200%;
    max-width: unset;
    margin-left: -100%;
  }
  .crop-middle {
    width: 200%;
    max-width: unset;
    margin-left: -50%;
  }
  .crop-right {
    width: 200%;
    max-width: unset;
    margin-right: -100%;
  }
}

.ci-grid ul {
  display: flex;
  list-style: none;
  padding: unset;
  flex-wrap: wrap;
  letter-spacing: 0.04em;
  gap: 6px;
}

.ci-grid li {
  background: #d3ceca;
  font-weight: Bold;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .ci-sheet {
    padding: 0;
    background: unset;
  }

  .ci-grid-img {
    margin: 0 -20px;
  }

  .ci-grid-copy .ci-grid-row {
    flex-direction: column;
    gap: 40px;
  }
}

/* staggered features */

.ci-sbs {
  display: flex;
  min-width: 1240px;
}

.ci-sbs.reverse {
  flex-direction: row-reverse;
}

.ci-sbs-copy {
  padding: 80px;
  flex: 2;
}

.ci-sbs-copy .ci-heading p {
  font-family: "AeonikPro-Regular";
}

@media (max-width: 1159px) and (min-width: 768px) {
  .ci-sbs {
    align-self: flex-start;
  }

  .ci-sbs-copy {
    padding-left: 0;
  }

  .ci-sbs.reverse {
    align-self: flex-end;
  }

  .reverse .ci-sbs-copy {
    padding-left: 80px;
    padding-right: 0;
  }
}

.ci-sbs-list {
  list-style: none;
  margin-left: 0;
  padding: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ci-sbs .ci-btn--nopad {
    font-size: 16px;
}

.ci-sbs-list li {
  position: relative;
  padding-left: 24px;
}

.ci-sbs-list li:before {
  content: "\2713";
  color: #4bb576;
  position: absolute;
  left: 0;
}

.ci-sbs-img {
  flex: 3;
}

.with-tags .ci-sbs-img {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .ci-sbs,
  .ci-sbs.reverse {
    flex-direction: column;
    min-width: unset;
    width: 100%;
  }

  .ci-sbs-copy {
    padding: 40px 0;
    width: 100%;
  }

  .ci-sbs-img {
    order: -1;
    margin: -80px -20px 0;
    width: calc(100% + 40px);
    max-width: unset;
  }

  .ci-sbs-img img,
  .ci-sbs-img video {
    width: 100%;
  }
}

.ci-split {
  display: flex;
  align-items: center;
  gap: 80px;
}

.ci-split > * {
  flex: 1;
}

@media (max-width: 767px) {
  .ci-split {
    flex-direction: column;
  }
}

.align-left {
  align-self: flex-start;
}

/* logos */

.ci-logos .owl-stage {
  width: 10000px !important;
  align-items: center;
}

/* carousels */

.ci-slides {
  padding: unset;
}

.ci-slides .container {
  max-width: unset;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  float: unset;
}

.ci-slide--icon {
  border: 1px solid;
  border-radius: 100%;
  padding: 8px;
  box-sizing: content-box;
}

.ci-slide--icon.reverse {
  transform: rotate(180deg);
}

.disabled .ci-slide--icon {
  opacity: 0.4;
}

/* parallax */

.ci-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ci-cards.parallax {
  width: calc(100% / 3);
  align-self: flex-end;
  padding: 200px 0;
}

.ci-parallax-float {
  position: absolute;
  bottom: 80px;
}

@media (max-width: 1023px) {
  .ci-cards.parallax {
    width: calc(100% / 2);
  }

  .ci-parallax-float {
    left: 20%;
  }
}

@media (max-width: 767px) {
  .ci-parallax {
    background-position: -200px top;
    background-attachment: scroll;
    height: 800px;
    background-size: auto 672px;
  }

  .ci-parallax-float {
    display: none;
  }

  .ci-cards.parallax {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

/* videos */

.ci-videos {
  display: flex;
}

.ci-videos video {
  width: 50%;
}

@media (max-width: 767px) {
  .ci-videos {
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .ci-videos video {
    width: 100%;
  }
}

.ci-img {
  overflow: hidden;
}

.ci-img img {
  min-width: 100%;
}

.ci-video {
    padding-bottom: 56.25%; 
    width: 100%;
    max-width: 720px;
    margin: auto;
    position: relative;
}

.ci-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* hero parallax */

@media (max-width: 767px) {
  .ci-hero-parallax {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .ci-hero-parallax .moving {
    width: 390px;
    max-width: 100%;
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .ci-hero-parallax {
    position: relative;
  }

  .ci-hero-parallax .static {
    width: 100%;
  }

  .ci-hero-parallax .moving {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-15%);
    width: 293px;
  }
}

@media (min-width: 768px) and (max-width: 830px) {
  .ci-hero-parallax {
    margin-top: 30px;
  }
}

.media-processing .ci-hero-parallax .moving {
    width: auto;
    right: 50%;
    transform: translateX(50%);
}

@media (max-width: 767px) {
	.media-processing .ci-hero-parallax .static {
		position: absolute;
		height: 180px;
		max-width: unset;
		left: -30%;
	}

	.media-processing .ci-hero-parallax .moving {
		top: 10%;
		margin-top: 20px !important;
	}
}

@media (min-width: 768px) {
	.media-processing {
		overflow: visible !important;
		z-index: 2;
	}
}

.file-sharing .ci-hero-parallax .moving {
    transform: translate(-20vw, 10vw);
    width: 40vw;
    max-width: 160px;
}

@media (max-width: 767px) {
	.file-sharing .ci-hero-parallax .static {
		position: absolute;
		height: 180px;
		max-width: unset;
		left: -30%;
	}

	.file-sharing .ci-hero-parallax .moving {
		top: 10%;
		margin-top: 20px !important;
	}
}

@media (min-width: 768px) {
	.file-sharing {
		overflow: visible !important;
		z-index: 2;
	}
    .file-sharing .ci-hero-parallax .moving {
        top: 40%;
        left: 15%;
        width: 12vw;
        transform: unset;
    }
}

.review-and-approve .ci-hero-parallax .moving {
    width: auto;
    right: 50%;
    transform: translateX(50%);
}

@media (max-width: 767px) {
	.review-and-approve .ci-hero-parallax .static {
		position: absolute;
		height: 180px;
		max-width: unset;
		left: -30%;
	}

	.review-and-approve .ci-hero-parallax .moving {
		top: 10%;
		margin-top: 20px !important;
        max-width: 180%;
        transform: translateX(-40%);
	}
}

@media (min-width: 768px) {
	.review-and-approve {
		overflow: visible !important;
		z-index: 2;
	}
    .review-and-approve .ci-hero-parallax .moving {
        top: 25%;
    }
}

/* blurbs */

.ci-blurb {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 80px;
}

.ci-blurb-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ci-blurb-img {
  flex: 1.15;
  background: pink;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ci-blurb-img img {
  max-width: calc(100% - 160px);
  max-height: calc(100% - 80px);
  object-fit: contain;
}

.ci-blurbs .owl-nav {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

@media (max-width: 1023px) {
  .ci-blurbs {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .ci-blurb {
    flex-direction: column;
    padding: 0 0 80px 0;
    align-items: flex-start;
    gap: 0;
    height: 100%;
  }

  .ci-blurbs .owl-item {
    opacity: 0;
    transition: 0.1s all;
  }

  .ci-blurbs .owl-item.active {
    opacity: 1;
  }

  .ci-blurb > h3 {
    order: 1;
    padding: 30px 20px 10px;
  }

  .ci-blurb-copy {
    order: 3;
    padding: 30px 20px 40px 20px;
    justify-content: flex-start;
  }

  .ci-blurb-img {
    flex: unset;
    order: 2;
    width: 100%;
    height: 120px;
    padding: 30px 20px;
    justify-content: flex-start;
  }

  .ci-blurb-img img {
    width: auto !important;
    max-height: 100%;
  }
}

/* pagenav */

.ci-pagenav {
  border-bottom: 1px solid #e4ddcf;
  position: sticky;
  top: 54px;
  z-index: 2;
}

main .ci-pagenav {
  overflow-y: hidden;
  overflow-x: auto;
}

.ci-pagenav .container {
  padding: 4px 0 5px 0;
}

.ci-pagenav ul {
  list-style: none;
  margin: unset;
  padding: unset;
  display: flex;
  align-items: center;
  gap: 0 40px;
  justify-content: center;
}

@media (max-width: 767px) {
  .ci-pagenav ul {
    gap: 0 24px;
  }
}

.ci-pagenav .ci-btn {
  font-size: 14px;
  text-underline-offset: 0.1rem;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  text-decoration: underline;
}

.ci-pagenav .ci-btn b {
  font-family: "AeonikPro-Bold";
}


.ci-pagenav .ci-btn.active {
  color: #0671d9;
}

.anchor {
  position: absolute;
  margin-top: -83px;
}

.manage-cookies {
  cursor: pointer;
}

/*
@media (max-width: 1023px) {                
    .ci-pagenav .container {
        align-items: center;
    }
    .ci-pagenav ul {
        gap: 0 20px;
    }
    .ci-pagenav .ci-btn {
        font-size: .8rem;
    }
}
*/

/* terms */

.mcs-terms a {
  color: #0671d9;
  text-decoration: underline;
}

.mcs-terms a:not([href]) {
  color: currentColor;
  text-decoration: none;
}

/* promo banner */

.ci-promo {
  background: #024BAC;
  position: relative;
}

.ci-promo .container {
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.ci-promo--copy {
  font-size: 16px;
  color: #fff;
}

.ci-promo--copy b {
    color: #fff;
    font-family: "AeonikPro-Bold";
}

.ci-promo .ci-btn {
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .ci-promo--copy {
    font-size: 14px;
    color: #fff;
  }
  .ci-promo .ci-btn {
    padding: 0.25rem 0.75rem;
  }
}

/* promo banner */

.ci-promo-download {
  background: #ede9e4;
  position: relative;
}

@media (min-width: 1024px) {
  .ci-promo-download {
    position: sticky;
    top: 55px;
    z-index: 2;
  }
}

.ci-promo-download .container {
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

@media (max-width: 1023px) {
  .ci-promo-download .container {
    justify-content: center;
  }
}

.ci-checks {
  width: 100%;
  padding: 60px 80px;
}

.ci-check-list {
  list-style: none;
  margin-left: 0;
  padding: unset;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
}

.ci-check-list li {
  position: relative;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ci-check-list li:before {
  content: "\2713";
  color: #4bb576;
  position: absolute;
  left: 0;
}

.ci-checks b {
  font-weight: normal;
  font-family: "AeonikPro-Medium";
}

@media (max-width: 1023px) {
  .ci-checks {
    width: 100%;
    padding: 60px 80px;
    padding: 24px;
  }
}

/* Smooth fade-in effect for pricing data load experience */
.ci-plan-price,
.ci-plan-term,
.ci-compare-price-col1,
.ci-compare-price-col2,
.ci-compare-price-col3,
.ci-compare-term {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* os */

.el-win,
.el-mac,
.el-both {
  display: none;
}

.mac .el-mac,
.win .el-win,
.both .el-both {
  display: inline-flex;
}

.ci-expand {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ci-expand-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ci-expand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    font-family: 'AeonikPro-Medium';
}

.ci-expand-title,
.ci-expand-toggle {
    transition: .1s all;
}

.ci-expand-body {
    border-radius: 8px;
    border: 1px solid var(--Warm-Grey-300, #EDE9E4);
    background: var(--Warm-Grey-100, #FAF9F7);
    padding: 24px;
    display: none;
}
/*
.ci-expand-item.active .ci-expand-body {
    display: flex;
}
*/
.ci-expand-item.active .ci-expand-title {
    color: #3533D7;
}

.ci-expand-item.active .ci-expand-toggle {
    transform: scaleY(-1)
}

.cols {
    padding: 0 80px;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

@media (max-width: 767px) {
    .cols {
        flex-direction: column;
        padding: 0;
    }
}

.cols .col {
    flex: 1;
}

.mcs-tools--cards {
    display: flex;
    flex-wrap: wrap
}

.mcs-tools--card {
    background: #27272C;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 20px;
    margin: 8px;
    width: calc(33.33% - 16px);
    box-sizing: border-box;
    display: flex;
    transition: .2s all
}

.mcs-tools--cards-four .mcs-tools--card {
    width: calc(25% - 16px);
}

.mcs-tools--card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .16)
}

.mcs-tools--card-icon {
    width: 48px;
    height: 48px;
    background: #18181B;
    border-radius: 6px;
    flex-shrink: 0;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFBF9;
}

.mcs-tools--card-icon img {
    width: 20px;
}

.mcs-tools--card-icon .fas {
    color: #1e90ff;
    font-size: 24px;
}

.mcs-tools--card-icon-review {
    background: rgba(53, 193, 223, .13)
}

.mcs-tools--card-icon-roughcut {
    background: rgba(240, 134, 9, .13)
}

.mcs-tools--card-icon-medialog {
    background: rgba(155, 81, 224, .13)
}

.mcs-tools--card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.mcs-tools--card-heading {
    font-size: 16px;
    line-height: 22px;
    color: #F3F0ED;
    margin-bottom: 4px;
    font-family: 'AeonikPro-Medium';
}

.mcs-tools--card-copy {
    font-size: 14px;
    line-height: 160%;
    color: #D6CFC7;
    margin-bottom: 8px;
    text-align: left;
}

.mcs-tools--card-link {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -.02em;
    text-decoration: none;
    font-weight: 600;
    color: #1e90ff
}

.mcs-tools--card:hover .mcs-link:after {
    background: #1e90ff;
    width: 100%
}

@media (max-width: 991px) {
    .mcs-tools--cards {
        flex-direction: column;
        width: 100%
    }
    .mcs-tools--card,
    .mcs-tools--cards-four .mcs-tools--card {
        display: flex;
        width: auto
    }
}



ul {
	margin: 0;
}

.ci-anchor .anchor {
	margin-top: -55px;
}

.ci-sbs {
	padding: 80px 0;
	gap: 80px;
	min-width: unset;
	align-items: center;
}

@media (max-width: 767px) {
	.ci-sbs+.ci-sbs {
		padding-top: 40px;
	}
}
}

.with-tags .ci-sbs {
	padding-bottom: 30px;
}

.ci-sbs-copy {
	padding: 0;
	flex: 1;
}

.ci-sbs h3 {
	font-size: 30px;
	line-height: 34px;
	font-family: 'AeonikPro-Bold';
}

.ci-sbs h3.ultra {
	font-family: 'GT-Ultra';
}

.ci-sbs h3.mb-1 {
	margin-bottom: .8rem;
}

.ci-sbs p.lg {
	color: #6B6968;
	font-size: 20px;
    line-height: 24px;
	font-family: 'AeonikPro-Bold';
}

.ci-sbs-list {
	font-size: 16px;
	font-family: 'AeonikPro-Regular';
}

.ci-sbs-img {
	flex: 1.15;
	border: 1px solid #faf8f7;
}

.ci-sbs-update .ci-sbs-img {
	flex: 1.66;
}

.with-tags .ci-sbs-img {
	margin-bottom: unset;
}

.mcs-tags {
	max-width: 1240px;
	padding: 0 80px 80px 80px;
	gap: 12px 6px;
}

.mcs-tag {
	border: unset;
	padding: 6px 12px;
	margin: 0;
	border-radius: 24px;
}

.ci-theme-ffffff .mcs-tag {
	background: #faf8f7;
}

.ci-theme-faf8f7 .mcs-tag {
	background: #fff;
}

.mcs-tag--copy {
	font-size: 12px;
	font-family: 'AeonikPro-Medium';
	letter-spacing: .02em;
	line-height: 1em;
}

.no-pad {
	padding: 0;
}

@media (max-width: 1159px) and (min-width: 768px) {

	.ci-sbs,
	.ci-sbs.reverse {
		align-self: unset;
	}

	.ci-sbs-copy,
	.reverse .ci-sbs-copy {
		padding: 0;
	}
}

@media (max-width: 1159px) {
	.ci-sbs {
		gap: 60px;
	}

	.mcs-tags {
		padding: 0 60px 60px 60px;
	}
}

@media (max-width: 991px) {
	.ci-sbs {
		gap: 40px;
	}

	.mcs-tags {
		padding: 0 40px 40px 40px;
	}
}

@media (max-width: 767px) {
	.ci-sbs {

		gap: 30px;
	}

	.ci-sbs.ci-theme-faf8f7 {
		background: unset;
	}

	.ci-sbs-img {
		margin: 0 -20px 0;
	}

	.no-pad {
		padding-bottom: 60px;
	}
}

.ci-hero {
	background-image: url();
}

@media (min-width: 1024px) {
	.ci-hero {
		background-image: url();
	}
}



@media (max-width: 767px) {

	 .ci-theme-ffffff-mobile {
		background: unset;
	}
}

.mcs-badges {
    display: flex;
    margin-top: 48px;
}

.ci-sbs .mcs-badges {
    margin: unset;
}

.mcs-badge {
    display: flex;
    margin-right: 8px;
}

.mcs-badge--img {
    width: 160px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
    align-items: center;
    justify-content: center;
    display: none;
}

.modal.active {
    display: flex;
}

.modal-dialog {
    width: calc(100% - 48px);
    max-width: 720px;
    background: #fff;
    border-radius: 12px;
    padding: 80px;
}

.purple {
    color: #3533D7
}

.modal h3 {
    font-size: 34px;
}



@media (min-width: 768px) {
    .container-row {
        flex-direction: row;
    }
}

.row-40-60 {
    gap: 64px;
}

.row-40-60 > *:first-child {
    flex: 4;
}

.row-40-60 > *:last-child {
    flex: 6;
}

.row-60-40 {
    align-items: flex-start;
    gap: 64px;
}

.row-60-40 > *:first-child {
    flex: 6;
}

.row-60-40 > *:last-child {
    flex: 4;
}

.aws-parallax .ci-hero-parallax {
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.aws-parallax .ci-hero-parallax .moving {
    max-width: 75%;
}

@media (min-width: 768px) {
    .aws-parallax .ci-hero-parallax .moving {
        left: 50%;
        transform: translate(-50%, 250%);
        width: 470px;
        top: 100%;
    }
}

.mcs-tools--cards.aws-cards {
    flex-direction: column;
    gap: 40px;
}

.mcs-tools--cards.aws-cards .mcs-tools--card {
    width: 100%;
    background: #0670D9;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    margin: 0;
}

@media (min-width: 768px) {
    .mcs-tools--cards.aws-cards .mcs-tools--card {
        min-height: 190px;
    }
}

.mcs-tools--cards.aws-cards .mcs-tools--card-icon {
    background: #015ec1;
    color: #fff;
}

.mcs-tools--cards.aws-cards .mcs-tools--card-heading,
.mcs-tools--cards.aws-cards .mcs-tools--card-copy {
    color: #fff;
}

.mcs-tools--cards.aws-cards .mcs-tools--card-copy {
    font-size: 16px;
}

@media (min-width: 768px) {
    .aws-sticky {
        position: sticky;
        top: 100px;
    }
}

.nle-blocks {
    display: flex;
    gap: 32px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

@media (min-width: 768px) {
    .nle-blocks {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

.nle-block {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 20px;
    color: #D3CECA;
    letter-spacing: 0.28px;
    line-height: 18px;
    transition: .1s all;
}

.nle-img {
    display: flex;
    padding: 32px;
    background: #1B1B1E;
    align-items: center;
    justify-content: center;
    transition: .1s all;
}

.nle-img img {
    height: 108px;
}

@media (min-width: 768px) {
    .nle-img img {
        height: unset;
    }
}

.nle-block:hover {
    color: #fff;
}

.nle-block:hover .nle-img {
    background: #2F2F37;
}

.nle-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px) {
    .nle-features {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.nle-feature {
    background: #18181B;
    display: flex;
    flex-direction: column;
}

.nle-heading {
    background: #111113;
    color: #fff;
    padding: 16px 24px;
    transition: .1s all;
    font-size: 1.5rem;
}

.nle-list {
    position: relative;
    flex: 1;
    padding: 24px 24px 48px 24px;
}

.nle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .1s all;
    margin: -24px;
}

.nle-list ul {
    list-style: none;
    margin-left: 0;
    padding: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .1s all;
}

.nle-list ul li {
    position: relative;
    padding-left: 28px;
}

.nle-list ul li:before {
    content: "\2713";
    color: #4bb576;
    position: absolute;
    left: 0;
}


@media (min-width: 768px) {
    .nle-feature:hover .nle-heading {
        background: #5757FA;
    }

    .nle-feature:hover .nle-bg {
        opacity: 1;
    }

    .nle-feature:hover .nle-list ul {
        opacity: 0;
    }
}

.ci-new-release {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: center;
}

.ci-new-release-border {
    border-top: 1px solid #5757FA;
    flex: 1;
}

@media (min-width: 768px) {
    .ci-sbs.ci-theme-f3f0ed {
        padding: 80px;
    }
}

.ci-aws .container {
    padding: 100px 0;
}

@media (min-width: 768px) {
      .ci-aws .container {
        padding: 200px 0;
    }
}

.ci-skip {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.ci-skip:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.mcs-terms p,
.mcs-terms ul,
.mcs-terms ol {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.mcs-terms li {
    margin-bottom: .5rem;
}