:root {
  --dark-slate-blue: #2d3958;
  --brand: #6a35ff;
  --light-slate-grey: #7b88a8;
  --azure: #ebfbff;
  --black: #0e8183;
  --ghost-white: #fef7fd;
  --chocolate: #ea6712;
  --sky-blue: #01d2fc;
  --plum: #ed9ae4;
  --sandy-brown: #ff9f59;
  --seashell: #fff7f2;
  --indian-red: #f14a59;
  --lavender-blush: #fef1f2;
  --medium-aquamarine: #46d39a;
  --mint-cream: #f0fbf7;
  --royal-blue: #145bc9;
  --ghost-white-2: #f8faff;
  --lavender: #f3efff;
  --elements-webflow-library-neutral--500: #a0a3bd;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-general--shadow-05: #14142b29;
  --elements-webflow-library-secondary--color-1: #281ca5;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-slate-blue);
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 1;
  display: block;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--brand);
  text-decoration: none;
}

ul {
  color: #7b88a8;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.4;
}

ol {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 40px;
}

li {
  color: var(--light-slate-grey);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}

strong {
  color: var(--brand);
  font-weight: 700;
}

.hero {
  background-color: var(--azure);
  color: #155ac9;
  background-image: none;
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: 1810px;
  height: auto;
  min-height: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 73px 0% 100px;
}

.navigation-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #ff000400;
  align-items: center;
  min-height: 90px;
  padding: 0 3%;
}

.container {
  background-color: #f4f3ed00;
  grid-template: "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.container-fixed {
  max-width: 850px;
}

.display-heading {
  color: #181818;
  text-align: left;
  letter-spacing: -.03em;
  flex: 0 auto;
  margin: 0 0 10px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.07;
  display: block;
}

.hero-details {
  color: #ebfbffa3;
  text-align: left;
  max-width: 600px;
  margin-top: 12px;
  margin-bottom: 2px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-details.mess {
  color: #0f0f0fdb;
  text-align: center;
  font-size: 18px;
}

.title-centre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  background-color: #d6d6d600;
  flex-direction: row;
  grid-template-rows: repeat(auto-fit, minmax(283px, 1.25fr));
  grid-template-columns: minmax(94px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 130px;
  padding-bottom: 127px;
  display: grid;
  overflow: visible;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  padding-left: 19px;
  display: flex;
}

.button {
  text-align: center;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button.button-padding {
  color: #fff;
  background-color: #191919;
  border-radius: 8px;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button.hover {
  background-color: #5931c9;
}

.button.button-disable {
  color: #bcc4da;
  background-color: #e6eaf5;
  font-weight: 500;
}

.button.button-outline {
  border: 1px solid var(--brand);
  color: var(--brand);
  background-color: #0000;
}

.button.button-secondary {
  background-color: var(--ghost-white);
  color: var(--brand);
}

.button.secondary-hover {
  color: var(--brand);
  background-color: #cbb8ff;
}

.button.secondary-outline {
  border: 1px solid var(--ghost-white);
  color: #fff;
  background-color: #0000;
}

.details {
  color: #212121;
  text-align: left;
  background-color: #ca000000;
  border-top: 1px solid #0000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-radius: 1px;
  margin-top: -15px;
  padding: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.details.details-space {
  margin-top: 0;
  margin-right: 10px;
}

.dashboard-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 50px;
}

.dashboard-wrapper.dashboard-platform {
  top: 60px;
}

.dashboard {
  box-shadow: none;
  perspective: 1500px;
  perspective-origin: 50%;
  border-radius: 24px;
  width: 100%;
  max-width: 750px;
  display: inline-block;
}

.dashboard-card-02 {
  z-index: 5;
  margin-left: 149px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.dashboard-card-01 {
  width: 100%;
  max-width: 200px;
  margin-right: 86px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-section {
  padding-top: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-block {
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  padding: 20px;
  display: flex;
}

.logo-block:hover {
  box-shadow: 4px 4px 84px #e6eaf566;
}

.content-section {
  color: var(--dark-slate-blue);
  background-color: #000;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  overflow: visible;
}

.content-section.content-large {
  padding-top: 140px;
}

.content-section.about-details {
  padding-bottom: 70px;
}

.content-section.job-section {
  padding-top: 40px;
}

.paragraph {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.link-arrow {
  color: #145bc9;
  align-items: center;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.arrow-text {
  margin-right: 14px;
}

.content-image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.content-text-wrapper {
  padding: 0 20px 20px;
}

.colour-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.menu-title {
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.menu-title.dash {
  background-color: #222;
  border-top: 0 #775656;
  border-bottom-style: none;
  border-left: 4px solid #363636;
  padding-top: 25px;
  padding-bottom: 25px;
}

.block {
  margin-bottom: 45px;
}

.style-guide-navigation {
  background-color: #000;
  border-bottom: .25px solid #2e2e2e;
  border-right: .25px solid #2e2e2e;
  width: 15%;
  min-width: 250px;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.q2 {
  border-left-color: var(--brand);
  font-style: italic;
  font-weight: 500;
}

.mobile-navigation {
  display: none;
}

.skills-lab-hero {
  background-color: var(--chocolate);
  color: #fff;
  background-image: linear-gradient(#000, #38383800 22%, #fff0), linear-gradient(#0000008c, #00000085 52%, #000), none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 640px;
  padding: 56px 5%;
  display: flex;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--black);
  height: 120px;
}

.colour-block.c6 {
  background-color: #2a5c0e;
}

.colour-block.c8 {
  background-color: #00bde3;
}

.colour-block.c9 {
  background-color: var(--sky-blue);
}

.colour-block.c3 {
  background-color: #ffbf35;
}

.colour-block.c2 {
  background-color: var(--chocolate);
}

.colour-block.c4 {
  background-color: #3f3f3f;
}

.colour-block.c5 {
  background-color: #df0014;
}

.colour-block.c7 {
  background-color: #009cbb;
}

.colour-block.c10 {
  background-color: #4ddffd;
}

.colour-block.c11 {
  background-color: #e4faff;
}

.colour-block.c12 {
  background-color: var(--azure);
}

.colour-block.c13 {
  background-color: #c150b5;
}

.colour-block.c14 {
  background-color: #dc73d1;
}

.colour-block.c15 {
  background-color: var(--plum);
}

.colour-block.c16 {
  background-color: #f2b8ec;
}

.colour-block.c17 {
  background-color: #f9dcf6;
}

.colour-block.c18 {
  background-color: var(--ghost-white);
}

.colour-block.t1 {
  background-color: #2d3958;
}

.colour-block.t2 {
  background-color: #546285;
}

.colour-block.t3 {
  background-color: #7b88a8;
}

.colour-block.t4 {
  background-color: #bcc4da;
}

.colour-block.t5 {
  background-color: #e6eaf5;
}

.colour-block.t6 {
  background-color: #f8faff;
}

.colour-block.s1 {
  background-color: #c96924;
}

.colour-block.s2 {
  background-color: #e3833e;
}

.colour-block.s3 {
  background-color: var(--sandy-brown);
}

.colour-block.s4 {
  background-color: #ffbc8b;
}

.colour-block.s5 {
  background-color: #ffddc5;
}

.colour-block.s6 {
  background-color: var(--seashell);
}

.colour-block.s7 {
  background-color: #c02634;
}

.colour-block.s8 {
  background-color: #dc3544;
}

.colour-block.s9 {
  background-color: var(--indian-red);
}

.colour-block.s10 {
  background-color: #f5808b;
}

.colour-block.s11 {
  background-color: #fac0c5;
}

.colour-block.s12 {
  background-color: var(--lavender-blush);
}

.colour-block.s13 {
  background-color: #1e8a5e;
}

.colour-block.s14 {
  background-color: #2db37c;
}

.colour-block.s15 {
  background-color: var(--medium-aquamarine);
}

.colour-block.s16 {
  background-color: #7ee0b8;
}

.colour-block.s17 {
  background-color: #bef0dc;
}

.colour-block.s18 {
  background-color: var(--mint-cream);
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

.title-wrap-left.remove-padding {
  margin-top: 30px;
  margin-bottom: 0;
}

.logo-style-guide {
  width: 180px;
  position: static;
  inset: 0% auto 0% 0%;
}

.style-guide-content {
  background-color: #000;
  border-right: 1px solid #1730490d;
  width: 85%;
}

.container-tight {
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-tight.thought, .container-tight.skill, .container-tight.lab {
  flex-direction: column;
}

.container-tight.course-1 {
  flex-direction: row;
  justify-content: space-between;
}

.content-container {
  color: #fff;
  width: 100%;
  max-width: 1040px;
  margin: 45px auto 80px;
}

.block-detail {
  color: #fff;
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.paragraph-light {
  color: #fff;
  border-left: 1px #fff;
  align-self: flex-end;
  max-width: 430px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.style-guide-heading {
  color: #fff;
  letter-spacing: 0;
  border-right: .23px #fff;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.title-grey {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 55px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-white {
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.style-guide-header {
  background-color: #1a1a1a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 40px;
  padding: 80px 5%;
  display: flex;
}

.style-guide-section {
  background-color: #000;
  background-image: linear-gradient(#0000, #000000fa 100%, #000);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 140px 3% 40px;
}

.size-detail {
  color: var(--black);
  margin-left: 8px;
}

.colour-hex {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.style-guide {
  background-color: #000;
  align-items: flex-start;
  display: flex;
}

.menu {
  border-bottom: 1px solid #17304917;
  overflow: auto;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  padding: 24px;
}

.button-grid.dark {
  background-color: var(--dark-slate-blue);
}

.span-opacity {
  color: var(--black);
  font-weight: 700;
}

.header-h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.l2 {
  color: #fff;
  padding-bottom: 10px;
  list-style-type: decimal;
}

.menu-top {
  color: #fff;
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.menu-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.active-bar {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-link {
  color: #4e5d78;
  border-top: 1px solid #fff0;
  border-bottom: 1px solid #fff0;
  border-left: 4px solid #f5fafd00;
  align-items: center;
  min-height: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  background-color: var(--black);
  border-left-style: none;
  border-left-color: #363636;
}

.menu-link.w--current {
  background-color: #222;
  border-left: 4px solid #363636;
}

.colour-title {
  float: left;
  color: #131313;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.menu-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-menu {
  color: #145cc9;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: Inter, sans-serif;
  display: flex;
}

.button-nav-wrapper {
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.button-nav-wrapper:hover {
  border: 1px #000;
}

.button-navigation {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #145cc9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  min-height: 52px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 10px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  text-align: center;
  background-color: #1b4a92;
  border-radius: 8px;
  font-size: 16px;
}

.button-navigation._2nd {
  color: #fff;
  background-color: #222;
  margin-left: 0;
  font-weight: 700;
}

.button-navigation._2nd:hover {
  background-color: #000;
}

.button-navigation.d {
  margin-right: 30px;
}

.button-navigation.d.c {
  color: #145cc9;
  background-color: #fff;
  max-width: 250px;
  font-weight: 700;
}

.nav-link {
  color: #363636;
  text-align: center;
  letter-spacing: -.01em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding: 20px 16px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  color: #363636;
}

.nav-link.w--current {
  color: #363636;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.cta-section {
  color: #181313;
  background-color: #fff0;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 100px 3%;
  position: relative;
}

.cta-banner {
  background-color: #f3efff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  align-items: center;
  min-height: 280px;
  padding: 60px 70px;
  display: flex;
}

.cta-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-6 {
  width: 50%;
}

.cta-h2 {
  color: #4317c0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
}

.text-span {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.text-span.color {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 35px;
  text-decoration: none;
}

.cta-button-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.button-hero {
  color: #fff;
  text-align: center;
  background-color: #155ac9;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  min-height: 58px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-hero:hover {
  background-color: #2a68c9;
  border-radius: 8px;
  box-shadow: 8px 8px 20px -15px #155ac9;
}

.button-white {
  color: var(--brand);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.button-white.button-full {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
}

.footer {
  color: var(--dark-slate-blue);
  background-color: #0f0f0f;
  padding: 100px 3% 60px;
  display: block;
}

.return-top {
  color: var(--black);
  background-color: #155ac9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  inset: auto 32px 48px auto;
  box-shadow: 8px 7px 20px #2c2c2c26;
}

.arrow-up {
  width: 14px;
}

.hero-pricing {
  background-color: var(--royal-blue);
  min-height: auto;
  padding: 0 0% 51px;
  font-weight: 500;
}

.social-links {
  align-items: center;
  display: flex;
}

.legal-text {
  color: #ffffffa1;
  font-size: 16px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  width: 100%;
}

.legal-block {
  color: #fff;
  border-top: 1px solid #ffffff2e;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 32px;
  font-size: 15px;
  display: flex;
}

.footer-link {
  color: #ffffffa1;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-link.w--current {
  color: #ffffffa1;
}

.footer-link.w--current:hover {
  color: #fff;
}

.footer-logo {
  color: #155ac9;
  width: 100px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.social-link {
  padding: 8px 9px;
}

.fixed-background {
  z-index: -1;
  background-color: #182135;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.pricing-section {
  margin-top: 0;
  padding: 51px 0% 100px;
  position: relative;
  top: 0;
}

.pricing-section.old {
  display: none;
}

.pricing-container {
  background-color: #fff;
  border-radius: 42px;
  position: relative;
  top: 0;
  box-shadow: -10px 117px 118px #ced4e01f;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 0 5% 45px;
  display: grid;
  position: static;
}

.pricing-top {
  color: #1d1d1d;
  background-color: #0000;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 39px 0 0;
  display: flex;
}

.pricing-top.feature-cell {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -15px;
}

.pricing {
  color: #145cc9;
  letter-spacing: -1px;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  display: flex;
}

.pricing.text-white {
  color: #fff;
}

.pricing-period {
  color: #303030;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.pricing-period.white {
  color: #f7f9ff;
  font-size: 12px;
}

.price-type {
  color: #145cc9;
  text-align: center;
  letter-spacing: -.8px;
  flex: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.price-type.text-white {
  color: #fff;
}

.price-type.add {
  color: #424242;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
}

.price-button {
  color: #145cc9;
  background-color: #0000;
  border: 1px solid #e6eaf5;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 14px 33px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price-button.feature-button {
  background-color: #fff;
}

.price-feature {
  background-color: #145bc9;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.price-span {
  color: #bcc4da;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-cell-wrapper {
  margin-top: 0;
}

.pricing-banner {
  color: #fff;
  background-color: #f8faff;
  border-radius: 12px;
  align-items: center;
  min-height: 82px;
  margin-top: 0;
  padding: 27px 12px 27px 30px;
  display: flex;
}

.pricing-feature {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-feature.banner-text {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 500;
}

.pricing-cell-lead {
  border-bottom: 1px solid #e6eaf5;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding-left: 30px;
  display: flex;
}

.pricing-cell-lead.bottom-cell {
  border-bottom-style: none;
  border-radius: 0;
}

.pricing-cell-lead.no {
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.pricing-cell {
  border-bottom: 1px solid #e6eaf5;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.pricing-cell.bottom-cell, .pricing-cell.no {
  border-bottom-style: none;
}

.display {
  letter-spacing: -.03em;
  font-size: 64px;
  line-height: 1.05;
}

.faq-section {
  margin-top: 0;
  padding: 100px 3% 130px;
}

.question-title {
  font-size: 18px;
  font-weight: 600;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-content {
  margin-top: -2px;
  padding-right: 40px;
  overflow: hidden;
}

.faq-wrap {
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-bar {
  color: #2d3958;
  border-bottom: 1px solid #e6eaf5;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-text {
  color: #ffffffa1;
  min-height: 40px;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.form {
  display: flex;
}

.text-field-find {
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.text-field-find::placeholder {
  color: #bcc4da;
}

.submit-button {
  background-color: var(--brand);
  min-width: 200px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.faq-plus {
  opacity: .4;
  width: 22px;
}

.page-content {
  position: relative;
  top: -400px;
}

.content-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  display: block;
}

.content-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  display: block;
}

.content-image {
  position: relative;
}

.content-image.analytics {
  margin-right: 40px;
}

.brand {
  padding: 0 14px 14px;
}

.newsletter-field {
  background-color: #f8faff;
  border: 1px #000;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
  padding: 6px 6px 6px 68px;
  display: flex;
  position: relative;
}

.newsletter-field::placeholder {
  color: #2d3958c2;
  font-size: 16px;
  font-weight: 500;
}

.main-icon {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  left: 9px;
  box-shadow: 0 18px 20px 8px #7b88a80a, 3px 3px 4px #7b88a80a;
}

.main-icon:focus {
  border: 1px solid #000;
}

.discount-wrap {
  color: var(--brand);
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: -115% -14% auto auto;
}

.discount-plain-text {
  color: var(--light-slate-grey);
  margin-top: 14px;
}

.discount-text {
  color: #145bc9;
  margin-bottom: 4px;
}

.form-block {
  width: 100%;
}

.hero-default {
  background-color: #f8faff;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1490px;
  align-items: center;
  min-height: 530px;
  padding: 170px 3% 140px;
  display: flex;
}

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 45px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--brand);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.licence-wrap {
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 170px;
  display: flex;
}

.licence-grid-4x {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image-pattern {
  object-fit: cover;
}

.utility-page-wrap {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #155ac9;
}

.testimonial-grid {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template: ". Testimonial-1 Testimonial-1"
                 "Area Testimonial-1 Testimonial-1"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 / 1.3fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  display: flex;
  box-shadow: 1px 1px 57px 72px #3d60840d;
}

.author-image-wrap {
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
}

.author-wrap {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.author-name {
  color: var(--dark-slate-blue);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-title {
  padding-left: 40px;
  padding-right: 40px;
}

.blue-highlight {
  color: #00bde3;
}

.colour-grid-full {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.integration-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 48%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 670px;
  display: flex;
  position: relative;
}

.integration-circle-02 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 8%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-03 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 16% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-04 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 6% 26%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-05 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 7% 22% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.hero-contact {
  background-color: #fef1f2;
  background-image: none;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 840px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.contact {
  background-color: #fff;
  border-radius: 24px;
  max-width: 850px;
  min-height: 599px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px;
  box-shadow: 0 0 118px 146px #ced4e01f;
}

.contact-grid {
  grid-template-rows: auto auto auto auto;
}

.form-wrap {
  display: flex;
}

.text-field {
  border: 1px solid #e6eaf5;
  width: 100%;
  height: 56px;
  font-size: 18px;
}

.text-field:focus {
  border-color: #212121;
}

.text-field::placeholder {
  color: #bcc4da;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
}

.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #e6eaf5;
  width: 100%;
  min-height: 56px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-toggle.w--open {
  color: #2d3958;
  font-size: 18px;
  font-weight: 500;
}

.text-field-large {
  border: 1px solid #e6eaf5;
  width: 100%;
  min-height: 200px;
}

.text-field-large:focus {
  border-color: var(--brand);
}

.text-field-large::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.button-form-wrapper {
  justify-content: flex-end;
  display: flex;
}

.hero-company {
  background-color: var(--azure);
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.platform-subscribed {
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 64px;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.hero-platform {
  background-color: #ebfbff;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  min-height: 900px;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.gallery-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.company-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  align-items: start;
  width: 100%;
}

.location-grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.location-card {
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  min-height: 370px;
  padding: 30px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.location-card:hover {
  box-shadow: 21px 21px 57px #7b88a833;
}

.location-card.main-office-card {
  min-height: 420px;
  box-shadow: 1px 1px 57px #7b88a814;
}

.location-icon {
  margin-bottom: 28px;
}

.main-office-tag {
  background-color: #f3efff;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 40px;
  margin-top: 20px;
  padding: 10px 20px;
  display: flex;
}

.office-text-tag {
  color: #6a35ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.contact-link {
  letter-spacing: -.03em;
  font-size: 28px;
  font-weight: 500;
  text-decoration: underline;
}

.text-plain {
  color: var(--light-slate-grey);
  margin-left: 36px;
  margin-right: 36px;
  font-size: 28px;
}

.contact-section {
  padding: 40px 3%;
}

.contact-form {
  padding-left: 3%;
  padding-right: 3%;
}

.contact-wrap {
  position: relative;
  top: -430px;
}

.company-image-01 {
  width: 100%;
  margin-top: 140px;
}

.company-column {
  width: 100%;
}

.company-image-02 {
  width: 100%;
  margin-top: 100px;
}

.company-image-03 {
  width: 100%;
}

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

.content-right-block {
  max-width: 570px;
}

.value-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.value-card {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 180px;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.value-icon {
  margin-bottom: 28px;
}

.bg-values {
  z-index: -1;
  background-color: var(--ghost-white-2);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.value-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px auto 24px;
  display: flex;
}

.job-card {
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  padding: 20px 40px;
  transition: border-color .3s;
  display: flex;
  box-shadow: 1px 1px 48px 56px #e6eaf54d;
}

.job-card:hover {
  border-color: var(--brand);
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-large.paragraph-bold {
  margin-bottom: 12px;
  font-weight: 700;
}

.detail {
  color: #bcc4da;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.block-03 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.job-collection-item {
  margin-bottom: 36px;
}

.culture-grid {
  grid-column-gap: 27px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.3fr 1fr 1fr;
  width: 100%;
}

.bg-jobs {
  z-index: -1;
  background-color: #f3efff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  width: 100%;
  max-width: 720px;
  height: 90%;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.job-collection-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bg-element {
  z-index: -1;
  background-color: #f8faff;
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-element.bg-yellow {
  background-color: #fff7f2;
  max-width: 470px;
  min-height: 500px;
  max-height: 520px;
  display: block;
  inset: auto -10% auto 0%;
}

.bg-element.bg-feature {
  max-width: 620px;
  height: 100%;
  min-height: auto;
}

.bg-element.bg-content {
  max-width: 518px;
  min-height: 670px;
  display: block;
}

.bg-element.bg-integrations {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 600px;
  min-height: 670px;
  display: block;
}

.bg-element.bg-offices {
  background-color: #f3efff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 956px;
  height: 100%;
  min-height: 570px;
}

.bg-element.bg-values {
  background-image: none;
  background-position: 0%;
  background-size: 180%;
}

.bg-element.bg-customer {
  background-color: #ebfbff;
  background-image: none;
  background-position: 50%;
  background-size: 170%;
  max-width: 790px;
  min-height: 476px;
}

.bg-element.bg-features {
  background-color: #f3efff;
  background-image: none;
  background-position: 50%;
  background-size: 360%;
  max-width: 480px;
  min-height: 424px;
  inset: -4% auto auto -5%;
}

.bg-element.bg-jobs {
  background-color: var(--lavender);
  background-image: none;
  background-size: 290%;
  max-width: 750px;
  height: 90%;
  min-height: auto;
}

.bg-element.bg-analytics {
  background-color: var(--lavender);
  max-width: 518px;
  min-height: 520px;
}

.bg-element.bg-social {
  background-image: none;
  background-position: 50%;
  background-size: 230%;
  max-width: 470px;
  min-height: 520px;
}

.bg-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bg-container.bg-top {
  justify-content: flex-start;
  align-items: center;
  min-height: 540px;
}

.bg-container.bg-bottom {
  justify-content: flex-end;
}

.content-h1 {
  color: #1f1f1f;
  margin-bottom: 1px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.login-logo {
  margin-right: 8px;
}

.account-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-detail {
  color: #fff;
  border-bottom: 1px solid #ffffff2e;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  display: flex;
}

.button-submit {
  color: #fff;
  text-align: center;
  background-color: #155ac9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-submit:hover {
  background-color: #296dda;
}

.job-grid {
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.job-card-side-bar {
  background-color: var(--brand);
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-size: auto;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 180px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 25px;
  box-shadow: 1px 1px 57px #7b88a814;
}

.culture-image {
  max-width: 550px;
}

.plain-details {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
}

.form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.account-legal-link {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 12px;
  display: flex;
}

.form-logo {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.form-base {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 1px 1px 20px 2px #e6eaf566;
}

.logo-login {
  margin-bottom: 35px;
}

.text-break {
  color: #617283;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}

.social-login {
  color: #155ac9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 20px 2px #e6eaf54d;
}

.social-login:hover {
  color: #155ac9;
  border: 1px solid #212121;
}

.legal-link {
  color: #155ac9;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 500;
}

.line-break {
  background-color: #6172832b;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.plain-h3 {
  color: #212121;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.login-wrap {
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 180px 3%;
  display: flex;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 16px;
}

.checkbox {
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  opacity: 1;
  outline-offset: 0px;
  background-color: #155ac9;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  background-attachment: scroll;
  border-color: #d4d4d400;
  outline: 3px #2d3958;
}

.checkbox-label {
  margin-bottom: 0;
}

.register-wrap {
  background-color: #000;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 180px 3%;
  display: flex;
}

.button-start {
  text-align: center;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s;
  display: flex;
}

.button-start:hover {
  box-shadow: 8px 8px 20px #6a35ff52;
}

.navigation-left {
  flex: 0 auto;
  width: 20%;
  margin-right: 0;
  padding-right: 0;
}

.navigation-right {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.hero-plain {
  background-image: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.cta-banner-dark {
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 24px;
  align-items: center;
  min-height: 260px;
  padding: 90px;
  display: flex;
}

.cta-banner-dark.imp-colors {
  background-color: #165ae2;
  background-image: none;
  background-size: cover;
}

.cta-h3 {
  color: #222;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 1.1;
}

.paragraph-3 {
  color: #d9e1f5a6;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.button-cta {
  color: #145bc9;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.button-cta:hover {
  background-color: #eaf3ff;
}

.blog-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.feature-wrap {
  padding-right: 20px;
}

.title-wrapper {
  margin-bottom: 40px;
  padding: 10px;
}

.latest-posts {
  width: 100%;
}

.blog-collection-item {
  width: 33.3333%;
  margin-bottom: 40px;
}

.blog-collection-short {
  margin-bottom: 30px;
}

.blog-link {
  text-decoration: none;
}

.blog-link.blog-flex {
  display: flex;
}

.featured-image-wrap {
  width: 100%;
  height: 400px;
}

.feature-learn-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature-blog-content {
  color: var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 100px;
}

.blog-type {
  color: #5d3eff;
  margin-bottom: 10px;
  font-size: 16px;
}

.author-wrapper {
  color: var(--dark-slate-blue);
  align-items: center;
  display: flex;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
}

.author-detail-text {
  color: #4f5e78;
  margin-left: 10px;
  margin-right: 4px;
}

.div-block-184 {
  height: 290px;
}

.blog-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.blog-post {
  color: var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.div-block-182 {
  width: 160px;
  min-width: 160px;
  height: 160px;
  margin-right: 20px;
}

.blog-content {
  color: var(--dark-slate-blue);
  width: 100%;
  height: 100%;
}

.blog-overview {
  margin-bottom: 0;
  font-size: 17px;
}

.blog-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-heading.feature-heading {
  font-size: 30px;
}

.new {
  background-color: var(--azure);
  color: var(--sky-blue);
  border-radius: 100px;
  margin-left: 12px;
  padding: 10px 16px;
  font-weight: 500;
}

.div-block-190 {
  align-items: center;
  display: flex;
}

.cta-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-link {
  color: #007bfc;
  align-items: center;
  margin-top: 25px;
  padding: 4px;
  font-size: 16px;
  display: flex;
}

.link-text {
  color: var(--brand);
  margin-right: 8px;
}

.features-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 990px;
}

.feature-card {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 180px;
  min-height: 320px;
  padding: 36px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.attach-link {
  color: var(--dark-slate-blue);
  border: 1px dashed #bcc4da;
  align-items: center;
  min-width: 120px;
  min-height: 56px;
  margin-right: 20px;
  padding: 10px 24px;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.attach-link:hover {
  border-color: var(--brand);
}

.image-27 {
  width: 24px;
  margin-right: 10px;
}

.form-attach-wrap {
  align-items: center;
  display: flex;
}

.text-block-80 {
  white-space: pre;
}

.chat-image {
  width: 100%;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.grid-works {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: center;
  width: 100%;
}

.counter-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stop-counter {
  color: #f14a59;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  box-shadow: 16px 16px 34px #f5808b1a;
}

.stop-counter.purple-step {
  color: var(--brand);
  position: relative;
  box-shadow: 16px 16px 34px #9672ff1a;
}

.stop-counter.blue-step {
  z-index: 5;
  color: #4ddffd;
  position: relative;
  box-shadow: 16px 16px 34px #4ddffd1a;
}

.step {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 380px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.step-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-step {
  z-index: -1;
  background-color: #000;
  background-image: none;
  background-size: auto;
  border-radius: 36px;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-step.bg-step-02 {
  background-color: #f3efff;
  background-image: none;
  background-position: 100%;
  background-size: 200%;
}

.bg-step.bg-step-03 {
  background-color: #ebfbff;
  background-image: none;
  background-position: 50% 100%;
}

.line {
  z-index: 2;
  background-image: none;
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 12px;
  width: 9px;
  height: 60%;
  position: absolute;
  inset: auto;
}

.platform-dashboard {
  border-radius: 24px;
  width: 100%;
  max-width: 680px;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.platform-ratings {
  position: absolute;
  inset: -11% auto auto 0%;
}

.platform-chat {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: -18% 0% auto auto;
}

.contact-details {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 23px;
  width: 100%;
}

.feature-block {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 100%;
  max-height: 280px;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.feature-block.feature-02 {
  margin-top: 50px;
  box-shadow: 39px 39px 78px #cbb8ff1c;
}

.feature-icon {
  width: 80px;
  margin-bottom: 20px;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.author-image {
  object-fit: cover;
}

.news-section {
  padding: 40px 3% 100px;
}

.title {
  color: var(--brand);
  margin-bottom: 20px;
}

.hero-blog {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.rich-text-block {
  max-width: 800px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.blog-primary-image {
  border-radius: 27px;
  width: 100%;
  margin-top: 40px;
}

.pricing-container-mobile {
  background-color: #fff;
  border-radius: 42px;
  display: none;
  box-shadow: -10px 117px 118px #ced4e01f;
}

.tab-menu {
  background-color: #6a35ff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.content-load {
  margin-top: 1px;
  margin-bottom: 0;
}

.blog-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.subscribe-button {
  background-color: #145bc9;
  border-radius: 0;
  min-width: 140px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-feature {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-rows: 110px;
  grid-auto-flow: row;
  margin-top: 77px;
}

.grid-integrations {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  display: block;
}

.price-block {
  background-color: #6a35ff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.bg-container-analytics {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 520px;
  display: flex;
  position: relative;
}

.author-job {
  color: var(--light-slate-grey);
}

.price-page-form {
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-button {
  opacity: .15;
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: opacity .3s;
  position: absolute;
  inset: auto 5px auto auto;
}

.newsletter-button:hover {
  opacity: 1;
}

.price-form {
  width: 100%;
  position: relative;
}

.curly-arrow {
  opacity: 1;
  color: #145bc9;
  text-align: right;
  margin-left: 195px;
  padding-left: 0;
}

.author-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.culture-image-02 {
  max-width: 380px;
}

.culture-image-03 {
  max-width: 350px;
}

.author-section {
  padding: 40px 3% 100px;
}

.works-section {
  padding: 100px 3% 40px;
}

.customer-circle-02 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 8%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-01 {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 50% 27% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-03 {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 16% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-04 {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 7% 43% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-06 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 8% 12%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-07 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 25% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-05 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 29% 1% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 670px;
  display: flex;
  position: relative;
}

.error-message {
  text-align: center;
  line-height: 1.2;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-28 {
  margin-top: 13px;
}

.nav-link-2 {
  display: none;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#000, #0000007a 48%, #000);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
}

.image-29 {
  text-align: left;
  align-self: auto;
  max-width: 300%;
  display: block;
}

.link, .text-span-2 {
  color: #fff;
}

.text-span-3 {
  color: #155ac9;
  font-size: 50px;
}

.link-2 {
  color: #155ac9;
}

.body-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section {
  background-color: #ff1717;
  margin-top: 0;
}

.html-embed {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.image-30 {
  perspective: 1500px;
  border-radius: 24px;
  position: static;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.image-30.dashboard {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 203px;
  display: flex;
}

.text-span-4 {
  color: var(--indian-red);
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: line-through;
}

.heading {
  color: #1a1a1a;
}

.heading-2 {
  color: var(--dark-slate-blue);
}

.text-span-5 {
  font-size: 15px;
  font-weight: 600;
}

.div-block-191, .navbar-2, .navbar-3, .div-block-192 {
  display: none;
}

.heading-3 {
  color: #1f1f1f;
}

.heading-4 {
  color: #2b2b2b;
}

.heading-5 {
  color: #1f1f1f;
}

.image-31 {
  margin-top: 0;
}

.heading-6 {
  color: #202020;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.video {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  min-height: 20%;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  justify-content: center;
  justify-items: center;
  margin-top: 79px;
  display: none;
}

.div-block-193 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  padding-left: 0;
  display: block;
}

.text-span-6 {
  color: var(--azure);
  font-size: 55px;
}

.div-block-194 {
  margin-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.body-3 {
  background-color: #fff;
  height: 1000px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  justify-content: flex-start;
  min-width: 6%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.clients-wrapper-two {
  background-color: #fff;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 41px 250px;
  display: flex;
}

.clients-card {
  color: #f8faff;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  padding: 0 24px 0 0;
  display: block;
}

.clients-quote {
  color: #222;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 93px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.text-block-84 {
  color: #313131;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 35px 30px 35px 25px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.clients-image-three {
  margin: 10px 15px;
}

.html-embed-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.logos-without-title-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 10px;
  margin-left: 367px;
  margin-right: 367px;
  padding: 60px 30px;
  position: relative;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-195 {
  text-align: center;
  padding-left: 29px;
}

.gallery-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  position: static;
  transform: rotate(0);
}

.slide-nav {
  inset: auto 0% 0%;
}

.heading-7 {
  color: #145dc9;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.navbar-no-shadow {
  background-color: #0000;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-menu-2 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #fff;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  padding: 25px 35px 25px 25px;
  display: flex;
  left: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.black {
  color: #030303;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1b1b1b00;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-right: 0;
  padding: 18px 50px;
  font-family: Opensaucesans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #3b3b3b;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.color {
  background-color: var(--seashell);
  color: #000;
}

.button-primary-2.resize {
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary-2.changed {
  background-color: var(--royal-blue);
  color: #fff;
  border: 4px #ffffff73;
  margin-right: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Opensaucesans, sans-serif;
  font-weight: 500;
}

.hero-subscribe-left {
  text-align: left;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  max-height: 100%;
  padding: 80px 60px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider-2 {
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-8 {
  color: #fff;
  font-size: 55px;
}

.hero-subscribe-left-2 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(182deg, #0000, #0000003d 22%, #0000001c 44%, #000);
  background-position: 0 0;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100%;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.hero-subscribe-left-2.section-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 40px;
}

.hero-subscribe-left-2.desktop-hero {
  background-image: linear-gradient(182deg, #0000, #0000003d 22%, #0000001c 44%, #000);
  background-position: 0 0;
  padding-bottom: 220px;
}

.hero-subscribe-left-2.mobile-hero {
  display: none;
}

.container-6 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-2.desktop-view {
  align-items: center;
}

.hero-split-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 100%;
  margin-right: 0;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero-form-2 {
  margin-bottom: 0;
}

.hero-form-container-2 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px #d1d6db;
  border-radius: 8px 0 0 8px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 18px 70px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #32343a;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding: 20px 50px;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.sec-2-bt {
  background-color: #242424;
  border-radius: 7px;
  font-size: 18px;
}

.button-primary-3.sec-3-bt {
  border-radius: 8px;
}

.button-primary-3.footer {
  background-color: #2b2b2b;
  border-radius: 8px;
  max-width: 93%;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 15px;
}

.button-primary-3.sec-4-bt {
  background-color: #ea6712;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.button-primary-3.sec-5-bt {
  background-color: var(--chocolate);
  border-radius: 8px;
  padding-left: 70px;
  padding-right: 70px;
}

.button-primary-3.courses {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 41px;
  padding-right: 41px;
  font-size: 18px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: none;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  border: 2px #fff;
  border-radius: 30px;
  align-self: flex-end;
  display: block;
}

.heading-9 {
  color: #fff;
  letter-spacing: 0;
  flex: 0 auto;
  align-self: auto;
  max-width: 660px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 90px;
  font-weight: 900;
  display: block;
}

.heading-9.size {
  margin-bottom: 60px;
  font-size: 60px;
}

.heading-9.size.text-2 {
  font-size: 50px;
}

.text-block-85 {
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.logos-without-title-3 {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 40px 0 100px;
  display: none;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.clients-image-three-3 {
  background-color: #71767d00;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-subscribe {
  text-indent: 0;
  column-count: 0;
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 134px 60px;
  display: flex;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 1260px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-form-two {
  background-color: #0e8183;
  background-image: none;
  background-position: -700px -710px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  max-width: 100%;
  max-height: 70%;
  margin-bottom: 100px;
  padding: 64px;
  display: flex;
}

.footer-form-container-two {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-end;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 63px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.footer-form-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  margin-bottom: 10px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 20px;
  font-size: 15px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  max-width: 10%;
  max-height: 74%;
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-size: 15px;
  font-weight: 500;
}

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

.image-32, .image-33, .image-34, .image-35 {
  background-color: #fff0;
}

.hero-stack {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 0;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  background-color: #fff0;
  margin-top: 10px;
  margin-bottom: 60px;
}

.column {
  background-color: #ff1212;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  max-height: 100%;
}

.column-2 {
  background-color: #0e8183;
}

.container-10 {
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.columns {
  background-color: #0e818300;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.heading-10 {
  color: #000;
  letter-spacing: 0;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.5;
}

.column-3 {
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  background-color: #fff;
  border-bottom-left-radius: 0;
  max-height: 100%;
  padding: 100px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: 400;
}

.image-36 {
  object-fit: cover;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
}

.nod {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.margin-bottom.margin-xxlarge.new-magin {
  margin-bottom: 0;
}

.margin-bottom.margin-small {
  color: #000;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  align-self: stretch;
}

.padding-section-large {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.heading-style-h5 {
  color: #1e5643;
  text-align: center;
  letter-spacing: 0;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.css1 {
  color: #6a3c12;
}

.heading-style-h5.css2 {
  color: #422f8b;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.layout250_list {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start;
  max-width: 100%;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  padding: .25px 0;
  display: flex;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.padding-global {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 100px;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.layout250_component {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.max-width-large {
  background-color: #ff9f5900;
  border-bottom: 1px #00000017;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Mikela, sans-serif;
  display: flex;
}

.max-width-large.new {
  margin-bottom: 0;
}

.section_layout250 {
  background-color: #fff;
}

.layout250_item {
  background-color: #0e8183;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 26px;
}

.layout250_item._1 {
  text-align: center;
  background-color: #d9fff3;
  border: .2px solid #97b1b2;
  border-radius: 8px;
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
}

.layout250_item._2 {
  text-align: center;
  background-color: #ffe8d2;
  border: .25px solid #ffffff80;
  border-radius: 8px;
  width: 100%;
}

.layout250_item._3 {
  text-align: center;
  background-color: #e1d9ff;
  border: .25px solid #ffffffad;
  border-radius: 8px;
  width: 100%;
}

.container-large {
  align-self: center;
  width: 100%;
  max-width: 1500px;
  margin-left: 0;
  margin-right: 0;
}

.heading-11 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  border-radius: 10px;
  max-width: none;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-11.dot {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.heading-11.white-text {
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  font-size: 45px;
}

.heading-11.white-text.null.nnull {
  display: none;
}

.div-block-196 {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.image-37 {
  margin-right: 10px;
}

.paragraph-5 {
  color: #1e5643;
  text-align: center;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-38, .image-39 {
  margin-right: 10px;
}

.paragraph-6 {
  color: #422f8b;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.div-block-197 {
  background-color: #0e8183;
  padding: 103px;
}

.div-block-198 {
  background-color: #043b90;
  padding: 103px;
}

.div-block-199 {
  background-color: #000;
  padding: 103px;
}

.div-block-200 {
  background-color: #d50000;
  padding: 103px;
}

.container-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container-12 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container-13, .container-14 {
  justify-content: center;
  padding: 0;
  display: flex;
}

.heading-12 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.body-4 {
  background-color: #000;
  background-image: url('../images/header.b387223.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-section-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 10.5rem;
  display: flex;
}

.faq6_question {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 25px;
  display: flex;
}

.faq6_list {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.faq6_icon {
  opacity: 1;
  color: var(--sandy-brown);
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.text-size-medium {
  margin-right: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 400;
}

.text-size-medium.text-weight-bold {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.faq6_accordion {
  background-color: #0e8183;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_content {
  text-align: center;
  align-self: stretch;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: stretch stretch;
  display: flex;
}

.faq6_answer {
  color: #000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.max-width-large-2 {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  max-width: 80%;
  display: grid;
}

.paragraph-7 {
  font-size: 20px;
}

.heading-13 {
  color: #fff;
  font-family: Mikela, sans-serif;
  font-size: 70px;
}

.paragraph-8, .paragraph-9 {
  color: #fff;
}

.blog44_heading {
  flex: 1;
}

.blog44_component {
  max-width: 100%;
}

.padding-section-large-3 {
  text-align: left;
  max-width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog44_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog44_category {
  background-color: #0000;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog44_list-wrapper {
  max-width: 100%;
}

.section_blog44 {
  margin-right: 0;
  padding: 0 220px;
}

.blog44_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog44_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  display: grid;
}

.blog44_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 140px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  display: grid;
}

.padding-global-3 {
  flex-direction: row;
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.blog44_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog44_item {
  border: 1px solid #0000;
}

.blog44_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

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

.blog44_title-wrapper {
  margin-bottom: .5rem;
}

.blog44_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog44_button-row.show-mobile-landscape {
  display: none;
}

.blog44_button-row.hide-mobile-landscape {
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
}

.heading-14 {
  color: #fff;
  letter-spacing: 0;
  max-width: 100%;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}

.gallery-scroll {
  background-color: #000;
  background-image: linear-gradient(#000, #c7c7c700 50%, #000), none;
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  padding: 80px 0 0;
  display: flex;
  position: relative;
}

.container-15 {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.gallery-sticky {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 1px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: grid;
}

.gallery-image-wrapper {
  background-color: #00000045;
  min-height: 100%;
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 60px;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.paragraph-10 {
  color: #6a3c12;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
}

.div-block-201 {
  max-width: 100%;
  max-height: 100%;
}

.container-16 {
  object-fit: cover;
  background-color: red;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-202 {
  background-color: var(--sandy-brown);
  background-image: linear-gradient(#0000, #000), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: flex-end;
  min-height: 100%;
  padding: 220px 100px 60px 60px;
  display: flex;
}

.div-block-202:hover {
  background-image: linear-gradient(#00000080, #0e8183), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-203 {
  background-color: #ff1e32;
  background-image: linear-gradient(#0000, #000), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  min-height: 100%;
  padding: 220px 100px 60px 60px;
  display: flex;
}

.div-block-203:hover {
  background-image: linear-gradient(to bottom, #0000007d, var(--black)), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-204 {
  background-color: var(--brand);
  background-image: linear-gradient(#0000, #000), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  min-height: 100%;
  max-height: 100%;
  padding: 220px 100px 60px 60px;
  display: flex;
}

.div-block-204:hover {
  background-image: linear-gradient(to bottom, #00000080, var(--black)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-205 {
  background-color: var(--indian-red);
  background-image: linear-gradient(#0000, #000), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  min-height: 100%;
  padding: 220px 100px 60px 60px;
  display: flex;
}

.div-block-205:hover {
  background-image: linear-gradient(to bottom, #00000080, var(--black)), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-206 {
  background-color: var(--sky-blue);
  background-image: linear-gradient(#0000, #000), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-end;
  min-height: 100%;
  padding: 220px 100px 60px 60px;
  display: flex;
}

.div-block-206:hover {
  background-image: linear-gradient(to bottom, #00000080, var(--black)), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-4 {
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-207 {
  background-color: var(--plum);
  color: #fff;
  background-image: linear-gradient(#0000, #000), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100%;
  padding: 220px 100px 60px 60px;
  display: flex;
}

.div-block-207:hover {
  background-image: linear-gradient(to bottom, #00000080, var(--black)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-span-7 {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-86 {
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.container-17 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-15 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
}

.text-block-87 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
}

.section-5 {
  background-color: #fff;
  padding-top: 0;
  display: block;
}

.div-block-208 {
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.padding-section-large-4 {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  padding-top: 7rem;
  padding-bottom: 60px;
  display: flex;
}

.faq6_icon-2 {
  color: #fff;
  background-color: #0000;
  align-self: flex-start;
  width: 2rem;
  margin: 20px 15px;
  padding: 0;
}

.text-size-medium-2 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 25px;
  line-height: 1.6;
  display: flex;
}

.text-size-medium-2.text-weight-bold {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 700;
}

.faq6_accordion-2 {
  border: 1px #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
}

.faq6_content-2 {
  align-self: auto;
  display: block;
}

.padding-global-4 {
  background-color: #000;
  background-image: linear-gradient(#000, #0000 48%, #000), none;
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  flex-direction: column;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.faq6_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  max-width: 72%;
  display: flex;
}

.faq6_answer-2 {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.max-width-large-3 {
  color: #000;
  width: 100%;
  max-width: 100%;
}

.container-large-3 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-16 {
  color: #f8f8f8;
  text-align: center;
  max-width: 100%;
  font-size: 70px;
  font-weight: 700;
}

.paragraph-11 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}

.link-block {
  background-color: var(--black);
}

.div-block-209 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.text-span-8 {
  color: #9bafca;
}

.paragraph-12 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-13, .paragraph-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-15 {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-3 {
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-16 {
  color: #fff;
}

.heading-17 {
  color: #fff;
  font-weight: 700;
  display: block;
}

.text-block-88 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 5px;
}

.link-19 {
  font-weight: 500;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 0;
}

.div-block-210 {
  display: none;
  overflow: visible;
}

.image-40 {
  max-width: 100%;
}

.navbar-logo-center {
  background-color: #fff;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-18 {
  font-size: 100px;
}

.bold-text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.div-block-211 {
  object-fit: fill;
  height: 100%;
}

.padding-section-large-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-medium-3 {
  color: #fff;
  letter-spacing: 1em;
  text-transform: uppercase;
  font-size: 15px;
}

.padding-global-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.header26_component {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.max-width-large-4 {
  width: 100%;
  max-width: 100rem;
}

.container-large-4 {
  flex-direction: row;
  width: 100%;
  max-width: 162%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.header26_image-wrapper {
  align-self: auto;
  width: 50vw;
  overflow: hidden;
}

.image-41 {
  object-fit: cover;
  height: 100%;
  position: static;
}

.text-block-90 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-91 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-block-92, .text-block-93, .text-block-94, .text-block-95 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-19, .block-quote, .heading-20, .heading-21, .text-block-96, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  color: #fff;
}

.heading-22 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.body-5 {
  background-color: #000;
}

.text-span-9 {
  color: var(--black);
  letter-spacing: 0;
}

.text-span-10 {
  color: var(--chocolate);
}

.text-span-11 {
  color: var(--black);
}

.container-19 {
  border-left: .25px solid #fff;
  align-self: flex-end;
  height: 75px;
  min-height: 0;
  max-height: 0%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.logo1_logo {
  max-height: 3.5rem;
}

.padding-section-medium {
  background-color: var(--black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-23 {
  color: #fff;
}

.paragraph-17 {
  align-self: center;
  font-family: Mikela, sans-serif;
  font-size: 33px;
}

.text-span-12 {
  color: #a8a8a8;
  letter-spacing: 1px;
  background-color: #0000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.paragraph-19 {
  font-size: 19px;
  line-height: 1.5;
}

.container-20 {
  border-left: .25px solid #fff;
  flex-direction: column;
  align-items: flex-end;
  min-height: 70px;
  display: flex;
}

.div-block-212 {
  align-self: flex-end;
  min-height: 0;
  max-height: 0%;
  padding-left: 43px;
  padding-right: 43px;
}

.navbar-4 {
  display: none;
}

.image-8 {
  flex: 0 auto;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.container-21 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-3 {
  color: #fff;
  margin-bottom: 20px;
}

.image-9 {
  margin-left: 0;
  margin-right: 20px;
}

.column-5 {
  padding-left: 0;
}

.div-block-12 {
  margin-top: 20px;
  display: flex;
}

.image-5 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-right: 10px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  margin-left: 124px;
  margin-right: 124px;
  display: flex;
}

.image-4 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
  display: inline-block;
}

.section-7 {
  margin-top: 0;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  border-top: .25px solid #fff3;
  border-bottom: .25px solid #fff3;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  max-width: 100%;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-field-find-2 {
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.text-field-find-2::placeholder {
  color: #bcc4da;
}

.gallery-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  display: block;
  top: 0;
}

.footer-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-block {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  padding: 8px;
  display: flex;
}

.subscribe-button-2 {
  background-color: #033eab;
  border-radius: 8px;
  min-width: 140px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 600;
}

.footer-wrapper {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 49px;
  margin-left: 123px;
  margin-right: 123px;
  display: flex;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 188px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.image-6 {
  border: 1px solid #000;
  border-radius: 20px;
}

.columns-2 {
  flex: 1;
  max-width: 100%;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.form-block-3 {
  width: 100%;
}

.margin-bottom-24px-5 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.margin-bottom-24px-5.footer {
  max-width: 79%;
}

.title-small {
  color: #858585;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  max-height: 100%;
  padding: 64px 30px;
  position: relative;
}

.form-3 {
  align-items: flex-end;
  display: flex;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: var(--chocolate);
  -webkit-text-stroke-color: var(--chocolate);
  font-weight: 700;
}

.heading-25 {
  color: #71767d;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
}

.image-42 {
  margin-right: 10px;
}

.nav-dropdown-icon-3 {
  color: #fff;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.div-block-213 {
  padding: 10px;
  display: flex;
}

.div-block-214 {
  align-items: center;
  padding: 10px;
  display: flex;
}

.nav-dropdown-toggle-3 {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 10px;
  padding: 5px 22px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #f3f3f3bf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.grid-4 {
  grid-column-gap: 48px;
  grid-row-gap: 17px;
  text-align: left;
  border-bottom: 1px #000;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: stretch stretch;
  margin: 1px 8px 1px 1px;
  display: grid;
}

.div-block-215 {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-43 {
  margin-right: 9px;
}

.nav-dropdown-link-3 {
  color: #000;
  text-align: left;
  align-self: center;
  margin-left: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.link-29 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.div-block-216 {
  padding: 10px;
  display: flex;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.image-44 {
  margin-right: 9px;
}

.div-block-217 {
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-span-13 {
  direction: rtl;
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--royal-blue);
  text-transform: none;
  white-space: normal;
  font-size: 100px;
  line-height: 1;
  text-decoration: none;
}

.udesly-code-snippet {
  display: none;
}

.udesly-hover-split {
  text-align: left;
  margin-bottom: 60px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.udesly-overflow-hidden {
  overflow: hidden;
}

.text-block-97 {
  color: #fff;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-26 {
  font-family: Eina01, sans-serif;
  font-size: 100px;
}

.div-block-218 {
  margin-bottom: 50px;
  padding-left: 0;
}

.text-block-98 {
  font-size: 12px;
  font-weight: 500;
}

.bold-text-4 {
  color: #000;
  font-family: DM Sans, sans-serif;
}

.text-span-14 {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.text-span-15 {
  font-family: Opensaucesans, sans-serif;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 12px;
}

.button-3:hover {
  color: var(--royal-blue);
  background-color: #fff;
}

.div-block-219 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: baseline;
  display: block;
}

.text-block-99 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-columns: .25fr .25fr .25fr;
  justify-content: start;
  justify-items: start;
}

.container-22 {
  margin-bottom: 20px;
}

.heading-27 {
  font-size: 12px;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  padding: 92px 5%;
  display: none;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.button-4 {
  color: #000;
  background-color: #fff;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: center;
  align-items: end;
  margin-bottom: 10px;
  display: flex;
}

.new-button-css {
  border: 1px none var(--royal-blue);
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 8px;
  min-height: 70%;
  margin-right: 20px;
  padding: 20px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
}

.new-button-css:hover {
  color: #fff;
  background-color: #145fd5;
}

.new-button-css.css2 {
  letter-spacing: 1px;
  background-color: #f1f1f1;
  font-size: 16px;
}

.new-button-css.css2:hover {
  color: #000;
}

.new-button-css.services {
  background-color: #202020;
  margin-right: 0;
  padding: 18px 50px;
}

.new-button-css.services:hover {
  background-color: var(--royal-blue);
}

.css-text {
  color: #fff;
  letter-spacing: 1px;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.css-text:hover {
  color: #fff;
}

.css-text.css-2 {
  color: #000;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white {
  border: 1px solid var(--elements-webflow-library-neutral--500);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---btn-primary-small-input {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #242424;
  border-radius: 5px;
  justify-content: center;
  padding: 8px 50px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input:hover {
  color: #fff;
  background-color: #292929;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: #000;
  border-radius: 8px;
  min-height: 76px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-large-button-inside:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-large-button-inside::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---position-relative {
  position: relative;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---heading-h2-size {
  color: #161616;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---cta-v20-left {
  align-items: center;
  display: flex;
}

.brix---grid-cta-v20 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---cta-section-small {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
  display: none;
  position: relative;
  overflow: hidden;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 72px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---card-content-v7 {
  padding: 56px 26px 32px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.brix---display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---icon-big-stats-v7 {
  border-radius: 24px;
  width: 108px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---card-stat-purple {
  background-color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 24px;
  padding: 236px 56px 56px;
}

.brix---stats-v7-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.brix---paragraph-default {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---heading-h2-size-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 81px;
}

.brix---mg-bottom-16px {
  width: 100%;
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
  width: 100%;
  max-width: 1218px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---square-icon-large {
  border-radius: 24px;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 48px;
}

.brix---card-top-bg {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 172px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---mg-bottom-48px {
  width: 100%;
  max-width: 1218px;
  margin-bottom: 48px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---display-5 {
  color: #fff;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---tabs-content-card {
  border: 1px none var(--elements-webflow-library-neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  background-color: #5a5a5c54;
  border-radius: 24px;
  width: 100%;
  padding: 60px 56px 48px;
  overflow: visible;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-left-icon {
  border: 1px none var(--elements-webflow-library-neutral--200);
  box-shadow: none;
  color: var(--royal-blue);
  background-color: #fff0;
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 20px;
  padding: 16px 20px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-style: none;
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--royal-blue);
  background-color: #fff;
}

.brix---tab-left-icon.w--current {
  box-shadow: none;
  color: var(--royal-blue);
  background-color: #fff;
  border-width: 1px;
  border-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.brix---tab-left-icon.w--current:hover {
  background-color: #fff;
}

.brix---tabs-menu-vertical {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-wrapper-tabs-left {
  flex-direction: column;
  display: flex;
}

.brix---subtitle {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.brix---inner-container-640px---center, .brix---inner-container-1068px-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-100 {
  color: #fff;
}

.text-block-100:hover {
  color: var(--royal-blue);
}

.text-block-101, .text-block-102 {
  letter-spacing: 1px;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
}

.text-span-16 {
  font-size: 70px;
}

.brix---image {
  border: 2px #fff;
  padding: 4px;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---gallery-v5-col-hidden, .brix---gallery-v5-col {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--800);
}

.text-block-103 {
  color: var(--royal-blue);
}

.brix---play-button-large {
  box-shadow: none;
  opacity: 1;
  transform-style: preserve-3d;
  border-radius: 0%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#0000 35%, #000000a1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto -40% -17%;
}

.brix---position-relative-2 {
  position: relative;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-3 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---container-default-4 {
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---btn-primary-small {
  background-color: var(--royal-blue);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 36px;
  font-family: Opensaucesans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #2c65bd;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.gap {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-right: 15px;
}

.brix---btn-primary-small.gap:hover {
  background-color: #242424;
  border-color: #313131;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  background-color: #b6b6b600;
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---color-accent-2 {
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
}

.brix---display-6 {
  color: #2b2b2b;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-300-bold-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---icon-stats-v7-2 {
  border-radius: 16px;
  width: 72px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-content-v7-2 {
  padding: 56px 26px 32px;
}

.brix---card-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.brix---display-7 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 94px;
}

.brix---display-7.bold-white {
  color: #fff;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---display-8 {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 30px;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---display-8.dark-css {
  color: #000;
  text-transform: capitalize;
}

.brix---icon-big-stats-v7-2 {
  border-radius: 24px;
  width: 50px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 10px;
}

.brix---card-stat-purple-2 {
  background-color: #000;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 56px;
}

.brix---stats-v7-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.brix---heading-h2-size-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---text-center-3 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
  display: flex;
}

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 79px;
}

.text-span-17 {
  text-transform: lowercase;
}

.text-block-104 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Archia, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-104.white-text {
  color: #fff;
  font-size: 18px;
}

.text-block-104.white-text.mobile {
  display: none;
}

.cell {
  background-color: #0000;
}

.quick-stack {
  width: 100%;
  height: 38%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-23 {
  background-color: #000;
}

.brix---text-200-bold {
  color: #fff;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-list {
  margin-right: 6px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left-2 {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white-2 {
  border: 1px solid var(--elements-webflow-library-neutral--500);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---btn-primary-small-input-2 {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 10px;
  min-height: 76px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside-2:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-large-button-inside-2:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-large-button-inside-2::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---mg-bottom-32px {
  margin-bottom: 10px;
}

.brix---heading-h2-size-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.brix---heading-h2-size-5.text-black {
  color: #000;
  width: 740px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 60px;
}

.brix---grid-cta-v3 {
  grid-column-gap: 160px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---cta-v3-floating-item-02-2 {
  font-family: Opensaucesans, sans-serif;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---cta-v16-card {
  background-color: var(--royal-blue);
  border: 1px #fff;
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---section-small {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.box-1 {
  background-color: var(--royal-blue);
  background-image: url('../images/pattern-cta-v4-brix-templates-01.svg');
  background-position: 101% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 420px;
  min-height: 100%;
  max-height: 100%;
  padding: 50px 50px 60px;
}

.box-2 {
  background-color: #ebf5ff;
  background-image: url('../images/directpay.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 670px;
  padding: 50px;
}

.box-3 {
  background-color: #000;
  background-image: url('../images/percept.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 670px;
  padding: 50px;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 16px;
  width: 180px;
  max-width: 100%;
  margin: 14px 16px;
  padding: 0;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---mg-bottom-48px-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-clip: border-box;
  margin-bottom: 0;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-logo-strip-v6 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-220 {
  text-align: center;
  border-bottom: .25px solid #5e5e5e;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-220.new-class {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---link-icon-right {
  color: #000;
  margin-left: 5px;
}

.brix---link-wrapper-white {
  color: #222121;
  background-color: #262626;
  border: .75px solid #363636;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 20px 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #383737;
}

.brix---link-wrapper-white.blue-css {
  background-color: var(--royal-blue);
  color: #fff;
  justify-content: center;
}

.brix---link-wrapper-white.blue-css.null-2 {
  border-style: none;
}

.brix---link-wrapper-white.blue-css.null-2:hover {
  background-color: #1f6de5;
}

.brix---link-wrapper-white.grey-css {
  color: #fff;
  background-color: #ebebeb;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---link-wrapper-white.grey-css.null {
  border-style: none;
}

.brix---link-wrapper-white.change, .brix---link-wrapper-white.change._2nd-hero {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---link-wrapper-white.change._2nd-hero.grey {
  color: #000;
  background-color: #ebebeb;
  border-style: none;
}

.brix---link-wrapper-white.change._2nd-hero.grey.cloud {
  background-color: #fff;
  flex-flow: row;
  width: 35%;
  height: 55px;
}

.brix---link-wrapper-white._2nd-hero {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.edgeplus---paragraph-default-4 {
  color: #000;
  margin-bottom: 20px;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.edgeplus---paragraph-default-4.css1 {
  color: #000;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
}

.brix---heading-h3-size-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #f5f5f5;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 20px;
  padding: 60px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  height: 100%;
  margin-right: 20px;
  padding-bottom: 0;
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #f5f5f5;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 100px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #f5f5f5;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 100px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 39%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 100px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---section-overflow-hidden {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 170px;
  overflow: hidden;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---color-neutral-814 {
  color: #000;
}

.brix---paragraph-default-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-width-100 {
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  width: 60%;
  height: 30%;
  display: inline-block;
}

.brix---image-wrapper---br-top {
  background-color: #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  border: 1px none var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---section-4 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-20 {
  color: #000;
  background-color: #fff;
  font-size: 16px;
}

.paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
  color: #000;
  font-size: 16px;
}

.brix---paragraph-link {
  color: var(--royal-blue);
  text-decoration: none;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---footer-bottom {
  border-top: 1px solid var(--royal-blue);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: #000;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---footer-list-item {
  color: #000;
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: #000;
  margin-bottom: 40px;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.brix---icon-square-36px {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  grid-auto-flow: column;
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  margin-right: 20px;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.brix---footer-top {
  flex-direction: column;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #d1d1d1;
}

.div-block-221 {
  color: #fff;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-small-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: absolute;
  inset: auto 0% -26%;
  box-shadow: 0 2px 5px #0003;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-link {
  color: #fff;
  letter-spacing: 1px;
  padding: 0;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #c2c2c2;
}

.brix---header-nav-list-item-middle {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.brix---dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 10px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #d6d6d6;
}

.brix---header-wrapper {
  background-color: #fff0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-wrapper.fill {
  background-color: #0000;
  position: static;
}

.text-block-105 {
  font-size: 16px;
}

.text-span-18 {
  text-transform: lowercase;
  font-size: 18px;
}

.text-block-106 {
  color: #000;
  letter-spacing: 1px;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-106.blue, .text-block-106.white, .text-block-106.white.white-text {
  color: #fff;
}

.text-block-106.white.dark {
  color: #000;
}

.image-46 {
  display: none;
}

.div-block-222 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-19 {
  text-transform: capitalize;
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---paragraph-default-5 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-item-wrapper-v6 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v6:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-6 {
  text-align: center;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---section-5 {
  background-color: var(--royal-blue);
  color: var(--elements-webflow-library-neutral--100);
  background-image: url('../images/pattern-cta-v4-brix-templates-01.svg'), url('../images/pattern-cta-v2-brix-templates-02.svg');
  background-position: 0 100%, 102% -1%;
  background-repeat: no-repeat, no-repeat;
  background-size: 750px, 490px;
  padding: 176px 0;
}

.brix---section-5.box2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: #fff;
}

.brix---paragraph-default-6 {
  color: #fff;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---footer-bottom-2 {
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  border-top: .25px solid #eff0f657;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.brix---footer-link-2 {
  color: #dbdbdb;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: #fff;
}

.brix---footer-list-item-2 {
  width: 150px;
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-col-title-2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Opensaucesans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.brix---icon-square-36px-2 {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---grid-footer-v1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: stretch end;
  display: flex;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.brix---btn-primary-inside-input {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #222;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  position: absolute;
  inset: 8px 8px 8px auto;
}

.brix---btn-primary-inside-input:hover {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside-3 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: #000;
  border-radius: 12px;
  min-height: 76px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside-3:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-large-button-inside-3:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-large-button-inside-3::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library-neutral--300);
}

.brix---text-300-bold-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---footer-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-footer-2-cols---form---icon {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}

.brix---footer-top-cta {
  background-color: var(--royal-blue);
  background-image: url('../images/pattern-cta-v2-brix-templates-02.svg'), url('../images/pattern-cta-v4-brix-templates-01.svg');
  background-position: 101% -120%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  margin-top: 88px;
  padding: 102px 40px;
}

.brix---footer-wrapper-2 {
  border-top: 1px none var(--elements-webflow-library-neutral--300);
  background-color: #000;
}

.new-footer-text {
  text-align: right;
  align-self: center;
  width: 90%;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 15px;
}

.new-footer-text._2 {
  text-align: right;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-logo-card {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.udesly-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-container.udesly-all-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  color: #fff;
  text-transform: lowercase;
}

.text-span-20 {
  text-transform: capitalize;
}

.brix---color-accent-4 {
  color: var(--royal-blue);
}

.brix---display-9 {
  color: #000;
  font-family: Opensaucesans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-300-bold-4 {
  color: #000;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---icon-stats-v7-3 {
  border-radius: 16px;
  width: 96px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---card-content-v7-3 {
  width: 100%;
  height: 310px;
  padding: 41px 26px 60px;
}

.brix---card-3 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.brix---display-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---display-11 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---icon-big-stats-v7-3 {
  border-radius: 24px;
  width: 108px;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---card-stat-purple-3 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 24px;
  padding: 236px 56px 56px;
}

.brix---stats-v7-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 40px;
}

.brix---stats-v7-grid-3.landing-page {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---text-center-7 {
  text-align: center;
}

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-3 {
  margin-bottom: 56px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-223 {
  width: 340px;
}

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold-5 {
  color: #000;
  font-family: Opensaucesans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---section-small-3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-47 {
  max-width: 120px;
}

.div-block-224 {
  width: 160px;
  margin-right: 100px;
}

.div-block-225 {
  width: 140px;
  margin-right: 100px;
}

.div-block-226 {
  width: 150px;
  margin-right: 0;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: #181b2000;
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---bg-split-v4-left {
  z-index: -2;
  color: #000;
  background-color: #0000;
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---opacity-20 {
  opacity: .2;
  position: absolute;
  inset: -12% 0% 91px 18%;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto 21%;
  transform: rotate(0);
}

.brix---border-radius-24px-3 {
  z-index: -1;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 20px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 0;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-8 {
  color: #fff;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.08em;
}

.brix---color-neutral-824 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 31px;
  padding-right: 31px;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.udesly-link {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.udesly-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-divider {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-color-neutral-700 {
  color: #404040;
}

.udesly-footer-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 440px;
  display: flex;
}

.udesly-footer-form.udesly-align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  margin-top: 20px;
}

.udesly-link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-link-block:hover {
  color: #6f39f8;
  text-decoration: underline;
}

.udesly-link-block.udesly-align-right {
  color: #a0a0a0;
  justify-content: flex-start;
}

.udesly-link-block.udesly-align-right:hover {
  color: #333;
}

.udesly-footer-title {
  color: #333;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-grid-4-columns {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr auto auto auto;
}

.udesly-container-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-footer-4-columns {
  background-color: #fff;
  padding: 50px 5%;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.hero-form-3 {
  margin-bottom: 12px;
}

.hero-form-container-3 {
  color: #000;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-3 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 310px;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 16px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-3:hover, .hero-form-input-3:focus {
  border-color: #76879d;
}

.hero-form-input-3::placeholder {
  color: #1a1b1fcc;
}

.button-primary-6 {
  background-color: var(--royal-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.div-block-227 {
  font-family: Opensaucesans, sans-serif;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---play-button-large-2 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Opensaucesans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Opensaucesans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-825 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Opensaucesans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.container-26 {
  max-width: 1100px;
  margin-left: 140px;
  margin-right: 140px;
}

.brix---team-v9-overlay {
  background-image: linear-gradient(#4a3affb8, #4a3affb8);
  width: 100%;
  height: 100%;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-826 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h3-size-3 {
  color: #1d1d1d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-content-v9 {
  z-index: 1;
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---avatar-image-100 {
  width: 100%;
}

.brix---team-v9-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.brix---grid-3-columns-gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-10 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size-9 {
  color: #0a0a0a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.brix---color-neutral-827 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px-5 {
  width: 620px;
  margin-bottom: 16px;
}

.brix---text-center-8 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 770px;
  max-width: 730px;
  display: flex;
}

.brix---inner-container-574px---center-2 {
  align-self: flex-start;
  max-width: 850px;
  margin-left: 0;
  margin-right: 40px;
}

.brix---mg-bottom-48px-5 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 70px;
  display: flex;
}

.brix---section-7 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---icon-square-36px-3 {
  background-color: #f5f9ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-3:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---text-100-bold {
  letter-spacing: .08em;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.brix---color-accent-5 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library-neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-decoration-none {
  color: #000;
  line-height: 0;
  text-decoration: none;
}

.brix---mg-bottom-24px-4 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.brix---testimonial-v6-content-card {
  z-index: 1;
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library-general--shadow-03);
  border-radius: 12px;
  width: 90%;
  margin-top: -128px;
  padding: 40px;
  position: relative;
}

.brix---avatar-image-link {
  width: 400px;
  margin-bottom: 0;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-image-square {
  border-radius: 16px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-828 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---section-8 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---text-300-medium {
  color: #000;
  font-family: Archia webfont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-829 {
  color: #000;
  width: 100%;
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library-neutral--800);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---mg-bottom-32px-2, .brix---mg-bottom-32px-2.box-sm {
  margin-bottom: 0;
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-12 {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.brix---section-9 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.image-48, .bold-text-6 {
  color: #000;
}

.brix---text-300-medium-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---display-3 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---text-center-9 {
  text-align: center;
}

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-3 {
  color: #000;
  margin-bottom: 0;
}

.brix---paragraph-default-13 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

.brix---display-12 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---square-icon-64px {
  border-radius: 16px;
  max-width: 64px;
}

.brix---pricing-v9-icon-wrapper {
  margin-right: 16px;
}

.brix---flex-horizontal-pricing-v9 {
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---pricing-content-v9 {
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.brix---card-4 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  background-color: #000;
  border-radius: 24px;
}

.brix---color-neutral-831 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---btn-primary-small-white-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---card-pricing-popular {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--royal-blue);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.brix---grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.brix---grid-logo-strip-pricing-v9 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: start;
  display: grid;
}

.brix---divider-64px {
  background-color: var(--elements-webflow-library-neutral--400);
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns---pricing-v9 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-10 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---error-message-3 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---success-message-white-small {
  border: 1px solid var(--elements-webflow-library-neutral--500);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---btn-primary-small-input-3 {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #111;
  border-radius: 4px;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.brix---btn-primary-small-input-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---top-bar-input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 4px;
  min-height: 62px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---top-bar-input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---top-bar-input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---top-bar-input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---position-relative-3 {
  position: relative;
}

.brix---top-bar-form {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---top-bar-flex-h-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---top-bar-small-padding {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---top-bar-wrapper {
  background-color: var(--royal-blue);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---lightbox-video-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-overlay-2 {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---video-bg-image-2 {
  width: 940px;
  display: inline-block;
}

.brix---mg-top-80px-2 {
  margin-top: 80px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.brix---paragraph-default-14 {
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---color-neutral-832 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---hero-v15-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---section-hero-half-bg-color-2 {
  background-image: linear-gradient(to bottom, #000 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%, #fff);
  padding-top: 140px;
  padding-bottom: 0;
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white-2, .brix---hamburger-menu-bar-top-white-2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-2:hover {
  opacity: .48;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet-2 {
  display: none;
}

.brix---dropdown-toggle-white-2 {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white-2:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent-2 {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---paragraph-default-15 {
  color: #000;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-833 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v7:hover {
  box-shadow: none;
  transform: none;
}

.brix---grid-1-column-gap-row-24px-2 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-900px-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-7 {
  margin-bottom: 16px;
}

.brix---text-center-10 {
  text-align: center;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---section-11 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---badge-secondary-small-bold {
  border: 1px none var(--elements-webflow-library-neutral--400);
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 0;
  align-self: center;
  padding: 25px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---btn-primary-white-3 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  padding: 20px 38px;
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-top-40px {
  margin-top: 40px;
  display: flex;
}

.brix---text-200-list-bold {
  color: #fff;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-834 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-list-3 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-16 {
  color: #fff;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-16.black {
  color: #000;
}

.brix---inner-container-410px {
  max-width: 410px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---square-icon {
  border-radius: 19px;
  width: 71px;
}

.brix---mg-bottom-16px-8 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.brix---mg-bottom-16px-8._2nd-type {
  width: 580px;
}

.brix---pricing-content-v10-popular {
  padding: 60px 50px 40px;
}

.brix---card-pricing-popular-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--royal-blue);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  background-image: url('../images/pattern-cta-v2-brix-templates-02.svg');
  background-position: 103% 101%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px;
  position: relative;
}

.brix---color-neutral-835 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---color-neutral-836 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---pricing-content-v10 {
  color: #000;
  background-color: #0000;
  padding: 60px 42px 40px;
  position: relative;
}

.brix---grid-2-columns---pricing-v10 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .63fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---heading-h1-size-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-11 {
  text-align: left;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
}

.brix---mg-bottom-48px-7 {
  margin-bottom: 48px;
  display: flex;
}

.brix---section-12 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 176px;
}

.brix---mg-bottom-4 {
  color: #000;
  margin-bottom: 30px;
  font-family: Archia webfont, sans-serif;
  font-size: 16px;
}

.brix---color-neutral-837 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---paragraph-default-17 {
  color: #000;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-4 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Opensaucesans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-838 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-top-32px-2 {
  margin-top: 32px;
}

.brix---square-icon-large-2 {
  border: 0px solid var(--royal-blue);
  border-radius: 80px;
}

.brix---content-inside-card-bg-top-2 {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 40px;
}

.brix---card-top-bg-2 {
  background-color: var(--royal-blue);
  background-image: url('../images/pattern-cta-v2-brix-templates-02.svg'), url('../images/pattern-cta-v4-brix-templates-01.svg');
  background-position: 110% -40%, 0 0;
  background-repeat: no-repeat, repeat-y;
  background-size: contain, contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 150px;
}

.brix---card-5 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  border-radius: 20px;
}

.brix---grid-3-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-11 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center-5 {
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}

.brix---section-13 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-7 {
  color: var(--royal-blue);
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---play-button-large-3 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-secondary-white-3 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-3:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-4 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-4:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-18 {
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---color-neutral-839 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Opensaucesans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.brix---grid-hero-play-button-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: 140px;
  display: grid;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-2 {
  background-image: linear-gradient(#000, #a3a3a300 37%, #000), linear-gradient(#0009, #0009);
  padding-top: 140px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.body-6 {
  background-color: #000;
  background-image: linear-gradient(#000 17%, #03030396 52%, #000), url('../images/xagu1ljmp6s0rd0vvvjo.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  background-color: #161616;
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---error-message-4 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  background-color: var(--royal-blue);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 20px 38px;
  font-family: Opensaucesans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--royal-blue);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Archia webfont, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: #000;
  margin-bottom: 16px;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  color: #000;
  border-radius: 8px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Archia webfont, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--royal-blue);
  box-shadow: none;
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---text-200-bold-3 {
  color: #fff;
  -webkit-text-stroke-color: #6e6e6e;
  font-family: Opensaucesans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-6 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-200 {
  color: #fff;
  font-family: Archia webfont, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---big-icon-left-3 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: .25px solid var(--elements-webflow-library-neutral--200);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  background-color: #ffffff21;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  box-shadow: none;
  color: #fff;
  border-color: #fff;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold-6 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Archia webfont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-840 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---paragraph-default-19 {
  margin-bottom: 20px;
  font-family: Archia webfont, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---color-neutral-841 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h1-size-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Opensaucesans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
}

.brix---subtitle-3 {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-position-relative {
  background-color: #145bc900;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.bold-text-8 {
  color: #fff;
}

.div-block-228 {
  display: flex;
}

.brix---hidden-desktop-3 {
  display: none;
}

.brix---btn-slider-arrow-right---top-right-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---link-wrapper-white-2 {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white-2:hover {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---paragraph-default-20 {
  color: #000;
  margin-bottom: 0;
  font-family: Archia webfont, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-20.text-20 {
  font-size: 20px;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---heading-h3-size-5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-48px-8 {
  margin-bottom: 48px;
}

.brix---card-testimonial-color-4 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-testimonial-color-4:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg-2 {
  margin-right: 28px;
}

.brix---card-testimonial-color-5 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #fafafa;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-5:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-6 {
  border: 0px solid var(--elements-webflow-library-neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library-neutral--100);
  transform-style: preserve-3d;
  background-color: #fafafa;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-6:hover {
  color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px-2 {
  max-width: 41%;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper-3 {
  background-color: #0000;
  height: 100%;
}

.brix---color-neutral-842 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size-12 {
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-843 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px-9 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---inner-container-547px-2 {
  max-width: 574px;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-block-107, .text-block-108, .text-block-109 {
  color: #000;
  font-family: Opensaucesans, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.text-block-110 {
  color: #000;
  font-family: Opensaucesans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.brix---badge-secondary-small-bold-2 {
  border: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  border-radius: 40px;
  align-self: center;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right-2 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---btn-primary-white-5 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-5:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-top-40px-2 {
  margin-top: 40px;
}

.brix---text-200-list-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-844 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-list-4 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-3 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-21 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-21.box-text {
  color: #fff;
  font-family: Archia webfont, sans-serif;
}

.brix---inner-container-410px-2 {
  max-width: 410px;
}

.brix---display-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---square-icon-2 {
  border-radius: 16px;
}

.brix---pricing-content-v10-popular-2 {
  padding: 40px 50px;
}

.brix---card-pricing-popular-3 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--royal-blue);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-845 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---grid-1-column-gap-row-16px-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---pricing-content-v10-2 {
  padding: 40px 42px;
  position: relative;
}

.brix---card-6 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  background-color: #000;
  border-radius: 24px;
}

.brix---grid-2-columns---pricing-v10-2 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .63fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---heading-h1-size-7 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-4 {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-12 {
  text-align: center;
}

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-14 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.new-button {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 4px;
  margin-right: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.new-button:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.brix---play-button-large-4 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library-general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 0%;
  transition: transform .3s;
}

.brix---play-button-large-4:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---lightbox-video-icon-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 9% 8%;
}

.brix---bg-overlay-3 {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---position-relative-4 {
  position: relative;
}

.brix---border-radius-24px-4 {
  z-index: -1;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px-3 {
  margin-top: 0;
}

.brix---btn-secondary-white-4 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-4:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-22 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-846 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---hero-v15-grid-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---section-hero-half-bg-color-3 {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-primary-small-white-3 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-3 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white-3, .brix---hamburger-menu-bar-top-white-3 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-3 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-3:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-3.w--open {
  background-color: #0000;
}

.brix---btn-primary-small-3 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-3:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-mbl-3 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-3:hover {
  opacity: .48;
}

.brix---header-nav-list-item-3 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-3 {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-3:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-3 {
  padding: 40px;
}

.brix---dropdown-card-3 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-3 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-3.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-3 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet-3 {
  display: none;
}

.brix---dropdown-toggle-white-3 {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white-3:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-3 {
  max-width: 250px;
}

.brix---header-logo-link-3 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent-3 {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---grid-6-columns-logo-strip-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold-7 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-847 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center-13 {
  text-align: center;
}

.brix---mg-bottom-48px-9 {
  margin-bottom: 48px;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1440px) {
  .container-regular {
    flex: 1;
    max-width: 1320px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .container-6 {
    max-width: 1310px;
  }

  .hero-split-2 {
    align-self: flex-start;
    max-width: 130%;
    margin-right: 60px;
  }

  .heading-9 {
    font-size: 110px;
  }

  .grid-4 {
    grid-template-columns: .5fr .25fr 1fr;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .brix---text-300-bold-2 {
    color: #000;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .brix---section-5.box2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 150px;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .container-26 {
    max-width: 100%;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 64px;
  }

  .brix---top-bar-form {
    max-width: 468px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1810px;
  }

  .navbar {
    background-color: #0000;
  }

  .display-heading {
    text-align: center;
    font-size: 55px;
  }

  .hero-details {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .title-centre {
    grid-template-rows: repeat(auto-fit, minmax(283px, 1.25fr)) 300px;
    grid-template-columns: minmax(94px, 1fr);
    margin-top: 54px;
  }

  .button-wrapper {
    padding-bottom: 0;
  }

  .dashboard-wrapper {
    margin-top: 0;
    padding: 25px;
  }

  .dashboard-card-02, .dashboard-card-01 {
    display: none;
  }

  .logo-block {
    padding: 15px;
  }

  .content-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navigation {
    z-index: 99;
    transform: translate(0);
  }

  .skills-lab-hero {
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
    min-height: 350px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 3%;
  }

  .title-wrap-left {
    text-align: left;
  }

  .style-guide-content {
    width: 100%;
  }

  .container-tight {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-tight.skill {
    align-items: stretch;
  }

  .container-tight.course-1 {
    align-self: center;
  }

  .paragraph-light {
    align-self: flex-start;
    max-width: 440px;
    margin-left: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .style-guide-heading {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-family: Inter, sans-serif;
    font-size: 50px;
  }

  .style-guide-header {
    min-height: 160px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .style-guide-section {
    padding-top: 60px;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 5px 19px 20px -8px #00000026;
  }

  .button-navigation, .button-navigation.d {
    background-color: #fff;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-6 {
    width: 100%;
  }

  .cta-button-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .hero-pricing {
    padding-top: 150px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .pricing-container {
    display: none;
  }

  .content-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-grid-01 {
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-image {
    margin-left: auto;
    margin-right: auto;
  }

  .form-block {
    max-width: 400px;
  }

  .licence-grid-4x, .licence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid {
    grid-column-gap: 60px;
    grid-row-gap: 43px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .testimonial-card {
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial-title {
    width: 100%;
  }

  .colour-grid-full {
    grid-template-columns: 1fr 1fr;
  }

  .hero-contact {
    min-height: 800px;
    padding-top: 150px;
  }

  .platform-subscribed {
    margin-bottom: 40px;
  }

  .hero-platform {
    padding-top: 140px;
  }

  .company-grid, .location-grid {
    grid-column-gap: 22px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .culture-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bg-jobs {
    width: 85%;
  }

  .bg-element {
    max-width: 700px;
    min-height: 650px;
  }

  .bg-element.bg-offices {
    max-width: 820px;
  }

  .bg-element.bg-features {
    top: auto;
    left: auto;
  }

  .job-grid {
    grid-column-gap: 24px;
  }

  .culture-image {
    width: 100%;
  }

  .menu-button {
    color: #212121;
    background-color: #0000;
    margin-left: 20px;
    font-size: 22px;
    display: block;
  }

  .menu-button:hover {
    background-color: #0000;
    margin-left: 20px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-right {
    background-color: #fff0;
  }

  .navigation-right:hover, .navigation-right:active {
    background-color: #0000;
  }

  .hero-plain {
    padding-top: 140px;
  }

  .feature-wrap {
    padding-right: 0;
  }

  .blog-collection-feature {
    margin-bottom: 10px;
  }

  .blog-collection-item {
    width: 50%;
  }

  .featured-image-wrap {
    max-height: none;
    overflow: hidden;
  }

  .feature-learn-image {
    object-fit: cover;
    height: 100%;
  }

  .feature-blog-content {
    padding-left: 10px;
    padding-right: 100px;
  }

  .blog-post {
    padding-right: 20px;
  }

  .features-grid {
    grid-column-gap: 22px;
  }

  .feature-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-works {
    grid-column-gap: 18px;
  }

  .bg-step {
    max-width: 90%;
  }

  .platform-ratings, .platform-chat {
    display: none;
  }

  .feature-block {
    max-height: 260px;
  }

  .feature-block.feature-02 {
    margin-top: 20px;
  }

  .icon-2 {
    color: #fff;
    font-size: 31px;
    overflow: hidden;
  }

  .grid-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-blog {
    padding-top: 140px;
  }

  .tab-link {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 40px;
  }

  .tab-link.w--current {
    color: var(--brand);
    background-color: #fff;
  }

  .price-tab {
    padding-top: 20px;
  }

  .pricing-container-mobile {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .price-grid-mobile {
    grid-column-gap: 0px;
    grid-template-columns: 1.8fr 1fr;
  }

  .tab-menu {
    flex-direction: row;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
    top: -25px;
  }

  .content-feature {
    grid-row-gap: 0px;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1.3fr;
  }

  .grid-integrations {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .price-block {
    flex-direction: column;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
    top: -25px;
  }

  .culture-image-02, .culture-image-03 {
    width: 100%;
  }

  .author-section {
    padding-top: 0;
  }

  .image-28 {
    max-width: 150%;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    background-color: #155ac9;
    border-radius: 10px;
    margin-left: 258px;
    margin-right: 258px;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    display: none;
  }

  .image-29 {
    display: none;
  }

  .text-span-3 {
    font-size: 30px;
  }

  .html-embed {
    margin: 11px 0;
  }

  .div-block-194 {
    flex-direction: row;
    justify-content: center;
  }

  .container-3, .container-4 {
    max-width: 728px;
  }

  .clients-image-three, .clients-image-three-2 {
    margin-bottom: 30px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .navbar-no-shadow-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-regular {
    margin-left: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    align-self: auto;
    display: flex;
  }

  .nav-menu-2 {
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid #ffffff59;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column wrap;
    place-content: stretch space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    color: #fff;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-3:hover {
    color: #fff;
    font-weight: 500;
  }

  .nav-link-3.w--current {
    font-size: 18px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-bottom: 20px;
  }

  .nav-dropdown-icon {
    color: #fff;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    left: -3px;
    box-shadow: 1px 1px 20px #0000;
  }

  .mobile-margin-top-10 {
    width: 40%;
  }

  .nav-button-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .button-primary-2 {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
  }

  .button-primary-2.changed {
    width: 40%;
    padding: 23px 0;
    font-family: Opensaucesans, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .hero-subscribe-left-2 {
    text-align: center;
    background-position: 0 0, 50% 320%, 0 0;
    padding: 100px 40px 40px;
  }

  .hero-subscribe-left-2.desktop-hero {
    background-image: linear-gradient(182deg, #0000, #0000003d 22%, #0000001c 73%, #000);
    background-position: 0 0;
    padding-bottom: 100px;
  }

  .hero-subscribe-left-2.mobile-hero {
    display: none;
  }

  .container-6 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-2 {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .margin-bottom-24px-2 {
    font-size: 20px;
  }

  .hero-form-2 {
    align-self: center;
    margin-left: 0;
  }

  .hero-form-container-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 70%;
  }

  .hero-form-input-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    font-size: 18px;
  }

  .button-primary-3 {
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .button-primary-3.footer {
    max-width: 100%;
    padding: 0;
    font-size: 18px;
  }

  .heading-9 {
    margin-bottom: 30px;
    font-size: 110px;
  }

  .heading-9.size {
    font-size: 40px;
  }

  .text-block-85 {
    color: #fff;
  }

  .logos-without-title-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .container-7 {
    max-width: 728px;
  }

  .clients-image-three-3 {
    margin-bottom: 30px;
  }

  .footer-subscribe {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-form-two {
    background-position: 550px -230px;
    background-size: contain;
    justify-content: center;
    padding: 40px;
    display: flex;
  }

  .footer-form-container-two {
    flex-direction: column;
  }

  .footer-form-title {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .footer-form-block-two {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    padding-right: 0;
  }

  .footer-form-input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    justify-content: center;
    margin-top: 40px;
  }

  .footer-social-block-three.menu {
    margin-top: 10px;
    margin-left: 0;
  }

  .footer-social-link-three.last {
    margin-left: 0;
  }

  .container-9 {
    max-width: 728px;
  }

  .columns {
    flex-direction: column;
  }

  .column-3 {
    background-color: #0e818300;
  }

  .column-4 {
    background-position: 490px -390px;
    background-attachment: scroll;
    padding: 0;
  }

  .paragraph-4 {
    text-align: left;
  }

  .image-36 {
    max-width: none;
    display: none;
  }

  .nod {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    flex-direction: column;
    padding: 3rem 0 6rem;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 40px;
  }

  .layout250_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3.25rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .padding-global {
    background-size: auto, cover;
    padding: 60px 60px 0;
  }

  .layout250_item._1 {
    background-position: 0 0, 480px -170px;
  }

  .layout250_item._2 {
    background-position: 0 0, 510px 10px;
  }

  .layout250_item._3 {
    background-position: 0 0, 470px 70px;
  }

  .heading-11 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 40px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-12 {
    font-size: 45px;
  }

  .body-4 {
    background-color: #000;
    background-image: linear-gradient(#0000007d, #000), url('../images/header.b387223.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    font-family: Opensaucesans, sans-serif;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-medium {
    margin-bottom: 40px;
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq6_list-grid {
    max-width: 96%;
  }

  .blog44_heading {
    margin-right: 3rem;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog44_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .blog44_button-row {
    flex: none;
  }

  .blog44_button-row.hide-mobile-landscape {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .heading-14 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
    font-size: 45px;
  }

  .container-15 {
    max-width: 100%;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-202 {
    justify-content: center;
    padding: 350px 100px 60px 60px;
  }

  .div-block-203, .div-block-204, .div-block-205, .div-block-206 {
    padding-top: 350px;
    padding-bottom: 60px;
  }

  .section-4 {
    background-image: linear-gradient(#000000b8, #0303036e 9%, #000), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-207 {
    padding-top: 350px;
    padding-bottom: 60px;
  }

  .container-17 {
    flex: 0 auto;
    margin: 0 170px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-87 {
    font-size: 20px;
  }

  .icon-3 {
    color: #fff;
    font-size: 40px;
  }

  .section-6 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .div-block-208 {
    background-color: #000;
    background-size: cover;
    flex-direction: row;
    align-items: stretch;
    max-height: 100%;
    padding-top: 426px;
    display: flex;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-medium-2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .text-size-medium-2.text-weight-bold {
    font-size: 25px;
  }

  .faq6_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    min-height: auto;
  }

  .heading-16 {
    font-size: 45px;
  }

  .div-block-209 {
    padding: 60px 100px 60px 60px;
  }

  .text-span-8 {
    color: #8197bb;
  }

  .link-4, .link-5, .link-6, .link-7 {
    margin-bottom: 20px;
  }

  .link-8, .link-9 {
    margin-bottom: 6px;
  }

  .link-10 {
    margin-bottom: 137px;
  }

  .link-11 {
    margin-bottom: 194px;
  }

  .link-12 {
    margin-bottom: -32px;
  }

  .link-13, .link-14 {
    margin-bottom: -200px;
  }

  .link-15 {
    margin-bottom: -102px;
  }

  .link-16 {
    margin-bottom: 200px;
  }

  .link-17 {
    margin-bottom: -38px;
  }

  .link-18 {
    margin-bottom: -200px;
  }

  .link-19 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .link-20, .link-21, .link-22, .link-23 {
    padding-bottom: 20px;
  }

  .link-24, .link-25 {
    padding-bottom: 3px;
  }

  .link-26 {
    padding-bottom: 92px;
  }

  .link-27 {
    padding-bottom: 200px;
  }

  .link-28 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 18px;
    display: block;
    overflow: visible;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    margin-bottom: 20px;
  }

  .div-block-210 {
    margin-top: 40px;
    display: block;
  }

  .text-block-89 {
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
  }

  .container-18 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-211 {
    background-image: linear-gradient(#000, #fff), none;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 390px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-block-90, .text-block-91 {
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .text-block-92 {
    font-family: Inter, sans-serif;
  }

  .text-block-93, .text-block-94, .text-block-95 {
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .container-19 {
    border-bottom: 1px solid #000;
    border-left-style: none;
    border-left-width: 0;
    max-width: 120%;
    height: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-18 {
    text-transform: uppercase;
    font-size: 15px;
  }

  .text-span-12 {
    color: var(--black);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
  }

  .paragraph-19 {
    font-family: Inter, sans-serif;
  }

  .container-20 {
    border-bottom: 1px solid #fff;
    border-left-style: none;
    max-width: 30px;
  }

  .div-block-212 {
    display: none;
  }

  .container-21 {
    max-width: 100%;
    margin-left: 0;
  }

  .column-5 {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-direction: row;
    justify-content: space-around;
    align-self: auto;
  }

  .heading-24 {
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 34px;
    display: flex;
  }

  .text-field-find-2 {
    border-radius: 6px;
    min-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .gallery-block-2 {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    max-height: 100%;
    margin-bottom: 17px;
    padding: 0;
  }

  .subscribe-button-2 {
    border-radius: 6px;
    min-height: 45px;
    font-size: 12px;
  }

  .footer-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-copyright-center {
    text-align: left;
    max-width: 61%;
    font-size: 20px;
  }

  .columns-2 {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-link-2 {
    font-size: 15px;
  }

  .form-block-3 {
    max-width: 400px;
    margin-bottom: 0;
  }

  .margin-bottom-24px-5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
  }

  .margin-bottom-24px-5.footer {
    font-size: 20px;
  }

  .title-small {
    font-size: 18px;
  }

  .footer-dark {
    padding-bottom: 25px;
  }

  .form-3 {
    margin-top: 13px;
    padding-bottom: 0;
  }

  .heading-25 {
    font-size: 20px;
  }

  .nav-dropdown-icon-3 {
    color: #fff;
  }

  .nav-dropdown-toggle-3 {
    color: #000;
  }

  .link-29, .text-block-97 {
    color: #fff;
  }

  .div-block-218 {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .text-block-99 {
    margin-bottom: 20px;
  }

  .f-logo-cell {
    background-color: #fff;
    min-width: 150px;
    padding: 0;
  }

  .f-logo-cell:hover {
    background-color: #fafafa;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-section-large {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .image-45 {
    max-width: 200%;
  }

  .new-button-css {
    min-height: auto;
  }

  .brix---btn-primary-small-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v20 {
    grid-template-columns: 1fr;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-1 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---card-stat-purple {
    padding: 139px 38px 36px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---bg-overlay {
    background-image: linear-gradient(#0000 66%, #000000a1);
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    flex-direction: row;
    order: 0;
    transition: transform .3s;
    display: block;
    position: relative;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---dropdown-chevron {
    width: 10px;
    margin-top: 4px;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---display-6 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-7 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-8 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---card-stat-purple-2 {
    padding: 139px 38px 36px;
  }

  .brix---stats-v7-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .text-block-104 {
    font-size: 18px;
  }

  .text-block-104.white-text.null2 {
    display: none;
  }

  .text-block-104.white-text.mobile {
    display: block;
  }

  .brix---btn-primary-small-input-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .brix---cta-v16-card {
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---link-wrapper-white {
    background-color: #242424;
  }

  .brix---link-wrapper-white.change {
    margin-bottom: 0;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---heading-h2-size-6 {
    font-size: 40px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden {
    padding: 0 24px 118px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-4 {
    padding: 118px 24px 0;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding: 94px 40px 94px 50px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #fff;
    width: 44px;
    height: 3px;
  }

  .brix---header-nav-link {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-family: Opensaucesans, sans-serif;
  }

  .brix---header-nav-list-item-middle {
    border-bottom: .25px solid #ffffff78;
    align-self: stretch;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 41px 0;
  }

  .brix---header-nav-list-item-middle.diff1 {
    border-bottom-style: none;
    padding-bottom: 22px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px none var(--elements-webflow-library-neutral--300);
    background-color: #0000;
    background-image: linear-gradient(#000000c9, #000 11%, #000);
    border-bottom: 1px solid #eff0f68f;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 24px;
  }

  .brix---header-wrapper {
    background-color: #0000;
    padding: 24px 40px;
  }

  .brix---header-wrapper.fill {
    position: relative;
  }

  .text-block-105 {
    line-height: 20px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    background-position: 0 100%, 160% -40%;
    background-size: 540px, 490px;
    padding: 118px 24px;
  }

  .brix---footer-bottom-2 {
    padding: 24px 30px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v1-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .brix---btn-primary-inside-input {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .udesly-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---display-9 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-10 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-11 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---card-stat-purple-3 {
    padding: 139px 38px 36px;
  }

  .brix---stats-v7-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 48px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .div-block-223 {
    margin-bottom: 100px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-small-3 {
    padding: 80px 24px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .udesly-footer-title {
    font-size: 16px;
  }

  .container-25 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-26 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 40px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---display-12 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---grid-2-columns---pricing-v9 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---btn-primary-small-input-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-form {
    max-width: 460px;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 100px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---hero-v15-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white-2 {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-2 {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-2 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---show-on-tablet-2 {
    display: block;
  }

  .brix---hidden-on-tablet-2 {
    display: none;
  }

  .brix---dropdown-toggle-white-2 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-2 {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-white-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---pricing-content-v10-popular, .brix---pricing-content-v10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-7 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .brix---section-12 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-11 {
    font-family: Opensaucesans, sans-serif;
    font-size: 50px;
    line-height: 46px;
  }

  .brix---inner-container-600px---center-5 {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .brix---section-13 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---play-button-large-wrapper-2 {
    width: 110px;
  }

  .brix---btn-primary-white-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-play-button-2 {
    grid-row-gap: 152px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    inset: auto auto -90px 39.5%;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 40px;
  }

  .brix---card-testimonial-color-5 {
    width: 100%;
    height: 100%;
  }

  .brix---slider-mask-width-490px-2 {
    max-width: 540px;
    position: static;
  }

  .brix---heading-h2-size-12 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 118px;
    padding-bottom: 140px;
  }

  .brix---btn-primary-white-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---display-13 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---pricing-content-v10-popular-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---pricing-content-v10-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-2-columns---pricing-v10-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-7 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-14 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---play-button-large-4 {
    max-width: 280%;
  }

  .brix---lightbox-video-icon-wrapper-3 {
    justify-content: space-between;
    width: 40%;
    min-width: 60%;
    max-width: 100px;
    left: 8%;
  }

  .brix---buttons-row-right---t-left-3 {
    justify-content: flex-start;
  }

  .brix---hero-v15-grid-3 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white-3 {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-3 {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-3 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-3:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-3.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-3 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-3 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-3.w--open {
    transform: none;
  }

  .brix---show-on-tablet-3 {
    display: block;
  }

  .brix---hidden-on-tablet-3 {
    display: none;
  }

  .brix---dropdown-toggle-white-3 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-3 {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-3 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-6-columns-logo-strip-3 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 40px;
  }

  .brix---section-small-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 150px;
  }

  .display-heading {
    font-size: 52px;
  }

  .hero-details {
    font-size: 18px;
  }

  .title-centre {
    margin-top: 0;
  }

  .button-wrapper {
    text-align: center;
    align-items: center;
  }

  .button {
    background-color: var(--black);
    border-radius: 8px;
  }

  .button:hover {
    background-color: #106a6b;
  }

  .details {
    text-align: center;
  }

  .logo-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    min-height: 100px;
  }

  .content-section.about-details {
    padding-top: 160px;
  }

  .content-section.job-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-navigation {
    display: none;
  }

  .mobile-navigation {
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 19px 3%;
    display: flex;
  }

  .skills-lab-hero {
    padding-bottom: 40px;
  }

  .style-guide-content {
    background-color: #000;
  }

  .container-tight {
    justify-content: center;
  }

  .style-guide {
    background-color: #000;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .legal-text {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .legal-block {
    text-align: center;
    flex-direction: column;
  }

  .pricing-banner, .pricing-cell-lead {
    padding-left: 20px;
  }

  .content-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-image {
    border-radius: 24px;
  }

  .content-image.analytics {
    margin-right: auto;
  }

  .hero-default {
    padding-top: 140px;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .integration-wrap {
    height: 580px;
  }

  .contact {
    padding: 32px;
  }

  .form-wrap {
    color: #fff;
  }

  .text-field {
    color: #000;
    background-color: #000;
    border-width: .25px;
    border-color: #292929;
    font-size: 18px;
  }

  .hero-company {
    padding-top: 120px;
  }

  .hero-platform {
    min-height: auto;
  }

  .company-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: end start;
  }

  .location-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .location-card {
    width: 100%;
    max-width: 430px;
  }

  .company-image-01 {
    margin-top: 0;
  }

  .company-column {
    width: 100%;
  }

  .company-image-02 {
    margin-top: 0;
  }

  .company-image-03 {
    max-width: 180px;
  }

  .value-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .value-card {
    width: 100%;
    max-width: 430px;
  }

  .bg-values {
    width: 85%;
    height: 100%;
  }

  .culture-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bg-element {
    width: 85%;
    min-height: 540px;
  }

  .bg-element.bg-yellow {
    height: 100%;
    min-height: 400px;
    max-height: none;
  }

  .bg-element.bg-integrations {
    height: auto;
    min-height: 670px;
  }

  .bg-element.bg-offices {
    width: 100%;
    max-width: 80%;
    min-height: auto;
    max-height: 70%;
  }

  .bg-container {
    justify-content: center;
  }

  .button-submit {
    background-color: var(--black);
  }

  .job-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .job-card-side-bar {
    width: 100%;
  }

  .form-base {
    box-shadow: none;
    background-color: #000;
  }

  .plain-h3, .checkbox-label {
    color: #fff;
  }

  .register-wrap {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-banner-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .feature-blog-content {
    padding-right: 20px;
  }

  .features-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-card {
    width: 100%;
    max-width: 430px;
  }

  .form-attach-wrap {
    flex-wrap: wrap;
  }

  .grid-works {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .counter-wrap {
    position: relative;
  }

  .step {
    justify-content: center;
    padding: 45px;
  }

  .bg-step {
    max-width: 100%;
    min-height: 540px;
  }

  .bg-step.bg-step-03 {
    width: 100%;
    max-width: 100%;
  }

  .line {
    z-index: -3;
  }

  .contact-details {
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    max-width: 430px;
  }

  .content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .icon-2 {
    color: #fff;
    font-size: 31px;
  }

  .tab-link {
    margin-bottom: 10px;
  }

  .tab-menu, .price-block {
    flex-wrap: wrap;
  }

  .bg-container-analytics {
    justify-content: center;
  }

  .customer-wrap {
    height: 580px;
  }

  .image-28 {
    max-width: 200%;
  }

  .nav-link-2 {
    text-align: left;
    margin-left: 14px;
    margin-right: 300px;
    display: none;
  }

  .link-2 {
    color: var(--black);
  }

  .html-embed {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title-2 {
    padding: 60px 15px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider, .gallery-overview {
    padding: 60px 15px;
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .nav-link-3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    display: inline-block;
  }

  .nav-link-3.w--current {
    font-size: 15px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    color: #fff;
    background-color: #fff0;
    border-top: 1px solid #ffffff47;
    border-radius: 0;
    margin-top: 0;
    margin-left: 7px;
    padding-top: 10px;
    padding-left: 0;
  }

  .nav-dropdown-link {
    color: #000;
  }

  .mobile-margin-top-10 {
    width: 50%;
    margin-top: 10px;
  }

  .button-primary-2 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 500;
  }

  .button-primary-2.changed {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .hero-subscribe-left, .team-slider-2 {
    padding: 60px 15px;
  }

  .hero-subscribe-left-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 20px 20px 0;
  }

  .hero-subscribe-left-2.desktop-hero {
    display: none;
  }

  .hero-subscribe-left-2.mobile-hero {
    display: block;
  }

  .container-6 {
    margin-top: 25px;
  }

  .hero-split-2 {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    font-size: 20px;
  }

  .hero-form-container-2 {
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }

  .hero-form-input-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .button-primary-3 {
    height: 80%;
    min-height: 64px;
    max-height: 100px;
    padding: 0 41px;
    font-size: 18px;
  }

  .button-primary-3.sec-2-bt {
    font-size: 18px;
  }

  .button-primary-3.courses {
    text-align: center;
    align-self: auto;
    height: 80%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .heading-9 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-9.size {
    font-size: 40px;
  }

  .text-block-85 {
    text-align: left;
  }

  .logos-without-title-3 {
    padding: 60px 15px;
    display: none;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-3 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-subscribe {
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-two {
    background-image: none;
    background-position: 290px -210px;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-form-container-two {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-title {
    margin-right: 0;
    font-size: 50px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-block-three {
    text-align: center;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-social-block-three {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-copyright {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-legal-link {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .column-4 {
    background-position: 310px -350px;
    background-attachment: scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
  }

  .image-36 {
    display: block;
  }

  .nod {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding: 0 0 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 33px;
  }

  .layout250_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout250_item._1 {
    padding-bottom: 20px;
  }

  .heading-11 {
    text-align: left;
    margin-right: 0;
    font-size: 45px;
  }

  .heading-11.white-text {
    text-align: center;
    font-size: 40px;
    display: none;
  }

  .heading-11.white-text.null.nnull {
    display: block;
  }

  .body-4 {
    background-color: #000;
    background-image: linear-gradient(#000000a1, #000000a1);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .text-size-medium {
    margin-bottom: 0;
    font-size: 20px;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog44_heading {
    margin-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .blog44_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog44_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog44_button-row.hide-mobile-landscape {
    margin-top: 20px;
  }

  .heading-14 {
    font-size: 40px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .div-block-202 {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 220px;
    padding-left: 60px;
  }

  .div-block-203 {
    padding-top: 220px;
    padding-left: 60px;
    padding-right: 100px;
  }

  .div-block-204, .div-block-205, .div-block-206 {
    padding-top: 220px;
  }

  .section-4 {
    padding-top: 65px;
  }

  .div-block-207 {
    padding-top: 220px;
  }

  .container-17 {
    flex-direction: column;
    flex: 0 auto;
    display: block;
  }

  .heading-15 {
    font-size: 35px;
  }

  .text-block-87 {
    max-width: 100%;
  }

  .div-block-208 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: nowrap;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq6_icon-2 {
    width: 1.75rem;
  }

  .text-size-medium-2 {
    font-size: 20px;
  }

  .text-size-medium-2.text-weight-bold {
    text-align: left;
    font-size: 23px;
  }

  .faq6_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .div-block-209 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-8 {
    color: #798caa;
  }

  .link-4 {
    font-size: 16px;
  }

  .link-23 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-210 {
    margin-top: 50px;
  }

  .text-block-89 {
    font-size: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .div-block-211 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .image-3 {
    margin-bottom: 35px;
  }

  .column-5 {
    margin-bottom: 40px;
  }

  .section-7 {
    padding-top: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-content {
    flex: none;
    grid-template-columns: 1fr;
    align-self: stretch;
    margin-top: 40px;
    display: block;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .heading-24 {
    margin-top: 100px;
    font-size: 35px;
  }

  .text-field-find-2 {
    font-size: 16px;
  }

  .gallery-block-2 {
    flex: 1;
    max-width: 132%;
    margin-bottom: 0;
  }

  .footer-block {
    align-items: flex-start;
    margin-top: 70px;
    margin-bottom: 0;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: 0;
  }

  .subscribe-button-2 {
    font-size: 16px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .footer-copyright-center {
    flex: 1;
    max-width: 100%;
    margin-right: 0;
  }

  .columns-2 {
    display: block;
  }

  .footer-link-2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .footer-link-2:hover {
    color: #d1d1d1bf;
  }

  .margin-bottom-24px-5 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .margin-bottom-24px-5.footer {
    font-size: 20px;
  }

  .title-small {
    font-size: 25px;
    font-weight: 600;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-25 {
    font-size: 18px;
  }

  .nav-dropdown-icon-3 {
    margin-top: 12px;
  }

  .div-block-214 {
    padding-left: 0;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-dropdown-toggle-3.w--open {
    padding-left: 0;
  }

  .div-block-215 {
    padding-left: 1px;
  }

  .nav-dropdown-link-3 {
    color: #fff;
  }

  .link-29 {
    color: #fff;
    padding-left: 4px;
  }

  .div-block-216 {
    padding-left: 0;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .text-block-97 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
  }

  .div-block-218 {
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 60px;
    display: flex;
  }

  .button-3.gap {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .div-block-219 {
    align-self: flex-start;
  }

  .text-block-99 {
    text-align: left;
    font-size: 13px;
  }

  .container-22 {
    margin-bottom: 0;
  }

  .f-logo-gradient-r {
    display: block;
  }

  .f-logo-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .f-logo-gradient-l {
    display: block;
  }

  .f-section-large {
    padding: 40px 0%;
  }

  .new-button-css {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-cta-v20 {
    grid-template-columns: 1fr;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---display-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---icon-big-stats-v7 {
    border-radius: 17px;
    width: 80px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---card-stat-purple {
    padding-top: 80px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---play-button-large {
    border-radius: 0%;
  }

  .brix---lightbox-video-icon-wrapper {
    clear: none;
    justify-content: flex-start;
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .brix---bg-overlay {
    background-image: linear-gradient(#0000, #000000a1 65%);
  }

  .brix---border-radius-24px-2 {
    border-radius: 0;
    width: 100%;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---hamburger-menu-wrapper {
    color: #fff;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding: 20px 32px;
  }

  .brix---btn-primary-small.gap {
    margin-bottom: 10px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    align-self: stretch;
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }

  .brix---dropdown-chevron {
    align-self: center;
    width: 10px;
    margin-top: 5px;
  }

  .brix---dropdown-wrapper {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---display-6 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---display-7 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-8 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---icon-big-stats-v7-2 {
    border-radius: 17px;
    width: 80px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---card-stat-purple-2 {
    padding-top: 80px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-104 {
    text-align: left;
  }

  .text-block-104.white-text {
    text-align: center;
  }

  .quick-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside-2 {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .brix---cta-v16-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .box-2, .box-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---link-wrapper-white {
    background-color: #1f1e1e;
    width: 100%;
    margin-bottom: 40px;
  }

  .brix---link-wrapper-white.grey-css.null, .brix---link-wrapper-white.change._2nd-hero {
    width: 100%;
    margin-right: 0;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey, .brix---link-wrapper-white.change._2nd-hero.grey.cloud {
    width: 100%;
  }

  .brix---card-testimonial-color-3, .brix---card-testimonial-color-2, .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }

  .brix---heading-h2-size-6 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .brix---section-overflow-hidden {
    padding: 40px 24px 100px;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-4 {
    padding: 100px 30px 10px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
    justify-content: start;
    justify-items: start;
    display: flex;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---container-default-5, .brix---container-default-5.mobile.fill {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---header-nav-link {
    text-align: left;
    align-self: auto;
    font-family: Opensaucesans, sans-serif;
  }

  .brix---header-nav-list-item-middle {
    text-align: center;
    border-top: 1px #fff;
    border-bottom: .25px solid #5c5858;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
    display: block;
  }

  .brix---dropdown-toggle {
    text-align: left;
    flex-direction: row;
    align-self: auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .brix---header-menu-wrapper {
    background-color: #000;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #eff0f675;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    align-self: flex-start;
  }

  .brix---header-middle-col {
    align-self: flex-start;
  }

  .brix---header-wrapper.fill {
    float: none;
    clear: none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .text-block-105 {
    text-align: left;
    align-self: auto;
    line-height: 20px;
  }

  .div-block-222 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-222._2nd-tab {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding: 40px 24px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    background-position: 0 100%, 121% -2%;
    background-size: 750px, 320px;
    padding: 100px 24px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v1-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-inside-input {
    padding: 12px 32px;
  }

  .brix---input-large-button-inside-3 {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-300-bold-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---big-icon-left-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .new-footer-text {
    text-align: right;
    font-family: Opensaucesans, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .brix---display-9 {
    font-size: 45px;
    line-height: 56px;
  }

  .brix---text-300-bold-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---display-10 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-11 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---icon-big-stats-v7-3 {
    border-radius: 17px;
    width: 80px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---card-stat-purple-3 {
    padding-top: 80px;
  }

  .brix---stats-v7-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 40px;
  }

  .brix---container-default-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-223 {
    margin-bottom: 60px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 10px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 170px 1fr 1fr;
    transform: scale(.96);
  }

  .brix---text-300-bold-5 {
    font-size: 35px;
    line-height: 50px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-small-3 {
    padding: 72px 24px;
  }

  .container-24 {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    align-self: stretch;
    height: 100%;
    margin-right: 0;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---container-default-7 {
    max-width: 100%;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-footer-form.udesly-align-right {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .udesly-footer-title {
    color: #333;
  }

  .udesly-column.udesly-margin-bottom {
    margin-bottom: 40px;
  }

  .udesly-grid-4-columns {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .udesly-footer-4-columns {
    padding-bottom: 48px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-5 {
    width: 100%;
    margin-bottom: 8px;
  }

  .brix---text-center-8 {
    width: 100%;
    max-width: 100%;
  }

  .brix---inner-container-574px---center-2 {
    max-width: 100%;
    margin-right: 20px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .brix---text-100-bold {
    font-size: 14px;
  }

  .brix---testimonial-v6-content-card {
    padding: 32px 24px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---mg-bottom-32px-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .brix---mg-bottom-32px-2.box-sm {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---paragraph-default-12 {
    width: 100%;
  }

  .brix---section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-300-medium-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---display-12 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---square-icon-64px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---pricing-content-v9 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card-4 {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-2-columns---pricing-v9 {
    grid-template-columns: 1fr;
  }

  .brix---section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---top-bar-form {
    max-width: 100%;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 90px;
  }

  .brix---mg-top-80px-2 {
    margin-top: 64px;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
  }

  .brix---hero-v15-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-2 {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---btn-primary-white-3 {
    padding: 20px 32px;
  }

  .brix---mg-top-40px {
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px-8 {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .brix---mg-bottom-16px-8._2nd-type {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
  }

  .brix---pricing-content-v10-popular {
    height: 100%;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---pricing-content-v10 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---section-12 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .brix---mg-top-32px-2 {
    margin-top: 24px;
  }

  .brix---square-icon-large-2 {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .brix---content-inside-card-bg-top-2 {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg-2 {
    min-height: 110px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-13 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---play-button-large-wrapper-2 {
    width: 110px;
  }

  .brix---btn-secondary-white-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-4 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-play-button-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-3, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left-3 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---card-testimonial-color-4 {
    padding: 48px 32px;
  }

  .brix---slide-item-mg-2 {
    margin-bottom: 40px;
  }

  .brix---card-testimonial-color-5 {
    margin-bottom: 0;
    padding: 48px 32px;
  }

  .brix---card-testimonial-color-6 {
    padding: 48px 32px;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---container-default-9 {
    margin-bottom: 0;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-span-21 {
    font-size: 80px;
  }

  .div-block-229 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .brix---badge-secondary-small-bold-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---btn-primary-white-5 {
    padding: 20px 32px;
  }

  .brix---mg-top-40px-2 {
    margin-top: 32px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---grid-pricing-v10-featured-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---pricing-content-v10-popular-2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---pricing-content-v10-2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-2-columns---pricing-v10-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-4 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-14 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---lightbox-video-icon-wrapper-3 {
    max-width: 90px;
  }

  .brix---bg-overlay-3 {
    border-radius: 17px;
  }

  .brix---video-bg-image-3 {
    border-radius: 20px;
  }

  .brix---border-radius-24px-4.mobile-view {
    border-radius: 0;
  }

  .brix---mg-top-80px-3 {
    margin-top: 64px;
    display: block;
  }

  .brix---mg-top-80px-3.mobile {
    margin-top: 0;
  }

  .brix---mg-top-80px-3.neww {
    display: none;
  }

  .brix---btn-secondary-white-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---hero-v15-grid-3 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-3 {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-header-hidden-on-mbl-3 {
    display: none;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    display: block;
  }

  .brix---header-logo-3 {
    max-width: 90%;
  }

  .brix---grid-6-columns-logo-strip-3 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-7 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---section-small-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .hero {
    background-color: #0000;
  }

  .navigation-container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    margin-top: -27px;
    padding-top: 0;
  }

  .display-heading {
    color: #2e2e2e;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    font-size: 45px;
  }

  .hero-details {
    color: #252525;
    text-align: left;
    margin-left: 9px;
    margin-right: 10px;
    font-size: 16px;
  }

  .title-centre {
    grid-template-columns: 1.3fr;
    margin-top: 40px;
  }

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

  .button {
    margin-bottom: 20px;
  }

  .details {
    color: #242424;
    text-align: left;
  }

  .dashboard-wrapper {
    margin-left: 19px;
    margin-right: 19px;
    padding: 0;
  }

  .logo-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-block {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section {
    color: #e6e6e6;
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 118px;
    display: block;
  }

  .content-image-wrapper {
    padding: 0;
  }

  .content-text-wrapper {
    padding: 10px;
  }

  .container-tight.course-1 {
    align-items: center;
  }

  .paragraph-light {
    font-size: 14px;
  }

  .style-guide-heading {
    font-size: 35px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .header-h3 {
    font-size: 35px;
  }

  .button-nav-wrapper {
    display: none;
  }

  .cta-section {
    padding-top: 0;
  }

  .cta-banner {
    padding-left: 26px;
    padding-right: 26px;
  }

  .cta-h2 {
    font-size: 38px;
  }

  .text-span {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .cta-button-wrap {
    flex-direction: column;
    padding-right: 0;
  }

  .button-white {
    margin-left: 0;
  }

  .return-top {
    color: #0a2d64;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .legal-block {
    flex-direction: column;
    justify-content: center;
  }

  .footer-logo {
    color: #6a35ff00;
    text-align: center;
    display: inline-block;
  }

  .footer-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-banner, .pricing-cell-lead {
    padding-left: 10px;
  }

  .question-title {
    flex: 1;
  }

  .form {
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
    min-width: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .testimonial-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integration-circle {
    width: 100px;
    height: 100px;
  }

  .integration-wrap {
    height: 490px;
  }

  .integration-circle-02 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .integration-circle-04 {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .integration-circle-05 {
    width: 80px;
    height: 80px;
  }

  .contact {
    width: 100%;
    padding: 35px 20px;
  }

  .contact-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-field::placeholder, .dropdown-toggle {
    font-size: 16px;
  }

  .button-form-wrapper {
    justify-content: flex-start;
  }

  .platform-subscribed {
    margin-bottom: 28px;
  }

  .location-card {
    max-width: 330px;
  }

  .text-plain {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .company-image-03 {
    max-width: 110px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    width: auto;
    min-width: 210px;
  }

  .job-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3;
  }

  .culture-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bg-element.bg-features {
    width: 90%;
    max-width: none;
    height: 90%;
    min-height: auto;
  }

  .bg-container {
    margin-top: 1px;
  }

  .content-h1 {
    font-family: Inter, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .job-card-side-bar {
    width: auto;
    min-width: 210px;
  }

  .form-base {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plain-h3 {
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 800;
  }

  .menu-button {
    background-color: #0000;
    margin-right: 20px;
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .button-start {
    margin-bottom: 20px;
  }

  .navigation-right:hover {
    color: #212121;
  }

  .cta-banner-dark {
    border-radius: 20px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .cta-h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .button-cta {
    border-radius: 8px;
    margin-left: 0;
  }

  .title-wrapper {
    padding-left: 0;
  }

  .blog-link.blog-flex {
    flex-direction: column;
  }

  .feature-blog-content {
    padding-right: 10px;
  }

  .blog-post {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-182 {
    width: auto;
    min-width: auto;
    height: 240px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature-card {
    width: auto;
    min-width: 210px;
  }

  .form-attach-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }

  .grid-works {
    position: relative;
    top: -45px;
  }

  .stop-counter {
    position: relative;
  }

  .step {
    padding: 0;
  }

  .contact-details {
    flex-direction: column;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-block {
    width: auto;
    min-width: 210px;
    max-width: 230px;
  }

  .feature-block.feature-02 {
    margin-top: 0;
  }

  .icon-2 {
    color: var(--dark-slate-blue);
    font-size: 31px;
    display: block;
    overflow: visible;
  }

  .grid-wrapper {
    padding: 0;
  }

  .tab-link.w--current {
    color: #145cc9;
  }

  .tab-menu {
    background-color: #145bc9;
    flex-direction: column;
    margin-top: 50px;
  }

  .subscribe-button {
    width: 100%;
    min-width: auto;
  }

  .price-block {
    background-color: #145bc9;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .works-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .customer-circle-02 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .customer-circle-01 {
    width: 60px;
    height: 60px;
    right: 38%;
  }

  .customer-circle-03 {
    right: 29%;
  }

  .customer-circle-04 {
    width: 80px;
    height: 80px;
  }

  .customer-circle-06, .customer-circle-07 {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .customer-circle-05 {
    width: 80px;
    height: 80px;
    right: 18%;
  }

  .customer-wrap {
    height: 490px;
  }

  .image-28 {
    max-width: 350%;
    padding-top: 0;
  }

  .nav-link-2 {
    text-align: center;
    margin: 10px;
    font-size: 16px;
    display: block;
  }

  .body {
    background-color: #000;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .html-embed {
    margin-top: 0;
    display: none;
  }

  .text-block-81 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .text-block-82, .text-block-83 {
    font-family: Inter, sans-serif;
  }

  .container-3 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three, .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .navbar-wrapper {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    color: #fff;
    background-color: #000;
    border-top: 1px #2b2b2b;
    border-radius: 0;
    width: 320px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    left: 0;
  }

  .mobile-margin-top-10 {
    width: 69%;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary-2 {
    width: 100%;
    font-size: 14px;
  }

  .button-primary-2.changed {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .container-5 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .hero-subscribe-left-2 {
    background-position: 0 0, 50% 150%;
    background-size: auto, 600px;
    padding-bottom: 20px;
  }

  .hero-subscribe-left-2.mobile-hero {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .container-6 {
    max-width: none;
    margin-top: 10px;
  }

  .hero-split-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    font-size: 18px;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: center;
  }

  .hero-form-input-2 {
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    order: 0;
    align-self: stretch;
    width: 100%;
    height: 58px;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
  }

  .button-primary-3 {
    text-transform: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
  }

  .button-primary-3.sec-2-bt {
    font-size: 19px;
  }

  .button-primary-3.footer {
    height: 53%;
    padding: 21px 25px;
    font-size: 16px;
  }

  .button-primary-3.sec-4-bt {
    text-align: center;
    font-size: 17px;
  }

  .button-primary-3.sec-5-bt {
    font-size: 16px;
  }

  .heading-9 {
    text-transform: lowercase;
    max-width: 650px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.3;
  }

  .heading-9.size {
    text-transform: capitalize;
    font-size: 30px;
  }

  .logos-without-title-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-7 {
    max-width: none;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-subscribe {
    padding-bottom: 40px;
  }

  .container-8 {
    max-width: none;
  }

  .footer-form-two {
    background-position: 170px -320px;
    margin-bottom: 100px;
    padding: 60px 25px 25px;
  }

  .footer-form-container-two {
    align-items: center;
  }

  .footer-form-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .footer-form-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .footer-form-input {
    text-align: center;
    height: 44%;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 25px;
    font-size: 15px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-link-three {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-three {
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 20px;
  }

  .footer-social-link-three.last {
    margin-left: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-copyright {
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 400;
  }

  .footer-legal-block {
    align-self: center;
  }

  .footer-legal-link {
    text-align: center;
    text-transform: none;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .image-32 {
    margin-right: 0;
  }

  .container-9 {
    max-width: none;
  }

  .columns {
    width: 100%;
  }

  .heading-10 {
    font-size: 30px;
  }

  .column-4 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .nod {
    text-align: left;
    font-size: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 0;
  }

  .heading-style-h5 {
    text-align: left;
    font-size: 22px;
  }

  .layout250_list {
    grid-template-columns: 1fr;
  }

  .max-width-large.new {
    margin-left: 0;
  }

  .layout250_item._1, .layout250_item._2, .layout250_item._3 {
    padding: 20px;
  }

  .heading-11, .heading-11.white-text {
    font-size: 30px;
  }

  .heading-11.white-text.null {
    font-size: 29px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .div-block-197, .div-block-198, .div-block-199 {
    padding: 50px;
  }

  .div-block-200 {
    padding: 51px;
  }

  .heading-12 {
    font-size: 25px;
  }

  .body-4 {
    background-image: linear-gradient(#000 13%, #0000 38%, #000 49%);
    background-position: 0 0;
  }

  .text-size-medium {
    text-align: left;
    font-size: 16px;
  }

  .faq6_component {
    grid-template-columns: 1fr;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog44_button-row.hide-mobile-landscape {
    margin-top: 0;
  }

  .heading-14 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .container-15 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .div-block-202 {
    background-position: 0 0, 50%;
    padding: 220px 20px 60px;
  }

  .div-block-202:hover {
    background-position: 0 0, 50%;
  }

  .div-block-203 {
    padding: 220px 20px 60px;
  }

  .div-block-204 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 220px 20px 60px;
  }

  .div-block-204:hover {
    background-image: linear-gradient(to bottom, #00000080, var(--black)), none;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-205 {
    background-position: 0 0, 50%;
    padding: 220px 20px 60px;
  }

  .div-block-205:hover {
    background-position: 0 0, 50%;
  }

  .div-block-206 {
    background-position: 0 0, 50%;
    padding: 220px 20px 60px;
  }

  .div-block-206:hover {
    background-position: 0 0, 50%;
  }

  .div-block-207 {
    padding: 220px 20px 60px;
  }

  .container-17 {
    max-width: 100%;
  }

  .heading-15 {
    font-size: 25px;
  }

  .text-block-87 {
    font-size: 15px;
  }

  .icon-3 {
    font-size: 25px;
  }

  .padding-section-large-4 {
    padding-top: 2rem;
  }

  .text-size-medium-2 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .text-size-medium-2.text-weight-bold {
    margin-left: 0;
    font-size: 20px;
  }

  .faq6_component-2 {
    grid-template-columns: 1fr;
  }

  .heading-16 {
    font-size: 30px;
  }

  .paragraph-11 {
    font-size: 15px;
  }

  .div-block-209 {
    background-image: none;
    background-position: 280px -230px;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 26px;
    padding-right: 26px;
  }

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .link-4 {
    font-size: 15px;
  }

  .text-block-89 {
    letter-spacing: 2px;
    font-size: 8px;
  }

  .container-18 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block-211 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
  }

  .text-size-medium-3 {
    font-size: 12px;
  }

  .heading-22 {
    font-size: 35px;
  }

  .logo1_component {
    justify-content: center;
  }

  .max-width-large-5.align-center {
    font-size: 15px;
  }

  .paragraph-17 {
    font-size: 28px;
  }

  .paragraph-19 {
    font-size: 15px;
  }

  .container-21 {
    max-width: none;
  }

  .image-3 {
    align-self: center;
    margin-bottom: 20px;
  }

  .image-9 {
    margin-bottom: 0;
    margin-right: 18px;
  }

  .column-5 {
    text-align: left;
    align-items: center;
    margin-bottom: 33px;
    padding-right: 0;
  }

  .div-block-12 {
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-7 {
    padding-top: 96px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-content {
    text-align: center;
    align-self: stretch;
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-24 {
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 28px;
  }

  .text-field-find-2 {
    text-align: center;
    border-radius: 0;
    flex: none;
    align-self: stretch;
    max-width: 100%;
    min-height: 50px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .gallery-block-2 {
    align-items: center;
    margin-bottom: 50px;
  }

  .gallery-block-2.pad {
    flex: none;
    justify-content: center;
    align-self: center;
    margin-bottom: 42px;
  }

  .footer-block {
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 74px;
  }

  .subscribe-button-2 {
    letter-spacing: 0;
    text-transform: none;
    border-radius: 0;
    flex: none;
    align-self: stretch;
    width: 100%;
    min-width: auto;
    min-height: 50px;
    font-size: 17px;
    font-weight: 600;
  }

  .footer-copyright-center {
    text-align: center;
    justify-content: center;
    font-size: 15px;
    line-height: 21px;
  }

  .columns-2 {
    align-self: center;
  }

  .footer-link-2 {
    font-size: 16px;
  }

  .form-block-3 {
    margin-bottom: 40px;
  }

  .margin-bottom-24px-5 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .margin-bottom-24px-5.footer {
    text-align: left;
    align-self: center;
    max-width: 100%;
    font-size: 16px;
  }

  .title-small {
    font-size: 20px;
  }

  .form-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-25 {
    font-size: 16px;
  }

  .div-block-213, .div-block-214, .nav-dropdown-toggle-3 {
    padding-left: 0;
  }

  .grid-4 {
    grid-column-gap: 31px;
    grid-template-columns: .5fr .75fr;
    width: 320px;
    margin: 0;
  }

  .div-block-215 {
    padding-left: 0;
  }

  .nav-dropdown-link-3 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
  }

  .link-29 {
    padding-left: 0;
    font-family: DM Sans, sans-serif;
    font-size: 15px;
  }

  .div-block-216 {
    padding-left: 0;
  }

  .nav-dropdown-3 {
    background-color: #0000;
    align-items: flex-start;
    margin-left: 0;
    display: block;
  }

  .div-block-217 {
    padding-left: 0;
  }

  .text-block-97 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
  }

  .div-block-218 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .button-3 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .button-3.gap {
    margin-right: 10px;
  }

  .div-block-219 {
    align-self: stretch;
  }

  .container-22 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .new-button-css {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Opensaucesans, sans-serif;
  }

  .css-text {
    font-size: 14px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary-small-input {
    border: 1px solid var(--elements-webflow-library-accent--primary-1);
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---cta-v20-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .brix---icon-big-stats-v7 {
    border-radius: 18px;
    width: 72px;
  }

  .brix---card-stat-purple {
    padding: 85px 26px 32px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    max-width: 80px;
  }

  .brix---content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-top-bg {
    min-height: 140px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---play-button-large {
    max-width: 100%;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .brix---border-radius-24px-2 {
    width: 100%;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---display-6 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---display-7 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .brix---display-7.bold-white {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .brix---display-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .brix---icon-big-stats-v7-2 {
    border-radius: 18px;
    width: 50px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 20px;
  }

  .brix---card-stat-purple-2 {
    padding: 85px 26px 32px;
  }

  .brix---stats-v7-grid-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .text-block-104, .text-block-104.white-text {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp-2 {
    flex-direction: column;
  }

  .brix---btn-primary-small-input-2 {
    border: 1px solid var(--elements-webflow-library-accent--primary-1);
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---input-large-button-inside-2 {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .brix---cta-v16-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .box-2 {
    border-radius: 10px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-3 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library-general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---link-wrapper-white {
    width: 100%;
    margin-bottom: 10px;
  }

  .brix---link-wrapper-white.blue-css.null-2 {
    margin-bottom: 10px;
  }

  .brix---link-wrapper-white.grey-css, .brix---link-wrapper-white.change {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey, .brix---link-wrapper-white.change._2nd-hero.grey.cloud {
    width: 100%;
  }

  .edgeplus---paragraph-default-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .edgeplus---paragraph-default-4.css1 {
    font-size: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-testimonial-color-3, .brix---card-testimonial-color-2, .brix---card-testimonial-color-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .brix---section-overflow-hidden {
    padding: 20px 20px 96px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-4 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 110px;
    margin-right: 10px;
    display: none;
    overflow: visible;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding: 80px 20px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---container-default-5, .brix---container-default-5.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-small-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .text-span-18 {
    font-size: 16px;
  }

  .text-block-106.blue, .text-block-106.white {
    font-size: 13px;
  }

  .text-block-106.white.dark {
    font-size: 14px;
  }

  .div-block-222 {
    flex-direction: column;
  }

  .div-block-222._2nd-tab {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    background-size: 750px, 260px;
  }

  .brix---paragraph-default-6 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---footer-bottom-2 {
    justify-content: center;
  }

  .brix---footer-link-2 {
    font-size: 14px;
    line-height: 19px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .brix---icon-square-36px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    justify-items: start;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---btn-primary-inside-input {
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .brix---input-large-button-inside-3 {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-300-bold-3 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left-2 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---footer-top-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .new-footer-text {
    text-align: center;
  }

  .udesly-logo-grid {
    grid-template-columns: 1fr;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---display-9 {
    font-size: 50px;
    line-height: 70px;
  }

  .brix---text-300-bold-4 {
    font-size: 15px;
    line-height: 21px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---display-10 {
    font-size: 34px;
    line-height: 46px;
  }

  .brix---icon-big-stats-v7-3 {
    border-radius: 18px;
    width: 72px;
  }

  .brix---card-stat-purple-3 {
    padding: 85px 26px 32px;
  }

  .brix---stats-v7-grid-3, .brix---stats-v7-grid-3.landing-page {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
    grid-template-columns: 83px 1fr 1fr;
  }

  .brix---text-300-bold-5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-small-3 {
    padding: 64px 20px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 53px;
  }

  .brix---container-default-7 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Opensaucesans, sans-serif;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .udesly-link {
    text-align: center;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-footer-bottom {
    justify-content: center;
  }

  .udesly-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .udesly-link-block {
    justify-content: flex-start;
  }

  .udesly-footer-title {
    font-size: 14px;
  }

  .udesly-grid-4-columns {
    grid-column-gap: 15px;
  }

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-25 {
    max-width: none;
  }

  .hero-form-3 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-3 {
    flex-direction: row;
    align-items: flex-start;
  }

  .hero-form-input-3 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 18px;
  }

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-26 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .brix---avatar-image-100 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-0 {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-5 {
    width: 100%;
    margin-bottom: 15px;
  }

  .brix---text-center-8 {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .brix---inner-container-574px---center-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---mg-bottom-48px-5 {
    align-items: stretch;
    margin-bottom: 32px;
  }

  .brix---icon-square-36px-3 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---testimonial-v6-content-card {
    width: 94%;
    margin-top: -88px;
    padding: 28px 18px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 20px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-12 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-3 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 39px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---square-icon-64px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---pricing-v9-icon-wrapper {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .brix---flex-horizontal-pricing-v9 {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .brix---pricing-content-v9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---btn-primary-small-white-2 {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 22px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---btn-primary-small-input-3 {
    border: 1px solid var(--elements-webflow-library-accent--primary-1);
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---top-bar-input {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---top-bar-input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---lightbox-video-icon-wrapper-2 {
    max-width: 70px;
  }

  .brix---mg-top-80px-2 {
    margin-top: 56px;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-hero-half-bg-color-2 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---paragraph-default-15 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 0;
    font-family: Opensaucesans, sans-serif;
    font-size: 25px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---btn-primary-white-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-top-40px {
    flex-direction: column;
  }

  .brix---text-200-list-bold {
    font-size: 15px;
    line-height: 20px;
  }

  .brix---icon-list-3 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-16 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .brix---paragraph-default-16.black {
    font-size: 15px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 15px;
  }

  .brix---card-pricing-popular-2 {
    background-position: 230% 100%;
  }

  .brix---pricing-content-v10 {
    padding-bottom: 60px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---section-12 {
    padding-top: 60px;
  }

  .brix---mg-bottom-4 {
    font-size: 15px;
  }

  .brix---paragraph-default-17 {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-large-2 {
    border-radius: 21px;
    max-width: 80px;
  }

  .brix---content-inside-card-bg-top-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-top-bg-2 {
    min-height: 140px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 34px;
  }

  .brix---section-13 {
    width: auto;
    padding-top: 60px;
  }

  .brix---play-button-large-wrapper-2 {
    width: 80px;
  }

  .brix---btn-secondary-white-3, .brix---btn-primary-white-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-18 {
    font-size: 16px;
    line-height: 23px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .brix---grid-hero-play-button-2 {
    grid-row-gap: 107px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    border-radius: 8px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-3, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left-3 {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold-6 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-19 {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 60px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .bold-text-8 {
    font-size: 15px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    bottom: -72px;
    left: 26%;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---paragraph-default-20 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---card-testimonial-color-4, .brix---card-testimonial-color-5, .brix---card-testimonial-color-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---slider-mask-width-490px-2 {
    max-width: 540px;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 15px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 96px;
    padding-bottom: 200px;
  }

  .text-span-21 {
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.2;
  }

  .brix---badge-secondary-small-bold-2 {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right-2 {
    top: 14px;
    right: 14px;
  }

  .brix---btn-primary-white-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-list-4 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-pricing-v10-featured-2 {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-13 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---square-icon-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-span-22 {
    color: var(--royal-blue);
  }

  .new-button {
    margin-bottom: 10px;
  }

  .brix---lightbox-video-icon-wrapper-3 {
    max-width: 70px;
  }

  .brix---bg-overlay-3, .brix---video-bg-image-3 {
    border-radius: 15px;
  }

  .brix---mg-top-80px-3 {
    margin-top: 56px;
  }

  .brix---mg-top-80px-3.mobile {
    display: none;
  }

  .brix---mg-top-80px-3.neww {
    margin-top: 20px;
    display: block;
  }

  .brix---btn-secondary-white-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-22 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-hero-half-bg-color-3 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-white-3 {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-3, .brix---header-nav-list-item-3 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-3 {
    max-width: 84%;
  }

  .brix---grid-6-columns-logo-strip-3 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-7 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_47691660-aac9-fc02-ec13-64c07607ee32-43a433ce, #w-node-_17980a98-2e27-0122-fb27-2b5309532e6c-43a433ce {
  justify-self: start;
}

#w-node-_5513db7a-5167-8aa2-72c1-dd000eea6a62-43a433ce {
  justify-self: center;
}

#w-node-_43f4220d-a85a-68ec-acc2-d3df5bd39496-43a433ce {
  justify-self: start;
}

#w-node-_883dca04-838e-6827-14df-8ccf25634e3e-43a433ce {
  justify-self: center;
}

#w-node-_56e9a785-fd2f-1df6-a117-e002d87da842-43a433ce, #w-node-_56e9a785-fd2f-1df6-a117-e002d87da844-43a433ce {
  justify-self: start;
}

#w-node-_56e9a785-fd2f-1df6-a117-e002d87da846-43a433ce {
  justify-self: center;
}

#w-node-_56e9a785-fd2f-1df6-a117-e002d87da849-43a433ce {
  justify-self: start;
}

#w-node-_56e9a785-fd2f-1df6-a117-e002d87da84b-43a433ce {
  justify-self: center;
}

#w-node-_3c1c3674-6a79-1901-2620-791d54a2ba6c-43a433ce {
  justify-self: end;
}

#w-node-_64eadc3d-0f70-82da-ae11-5a041be30325-43a433ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_64eadc3d-0f70-82da-ae11-5a041be30326-43a433ce, #w-node-_36ec8528-b313-45f6-2e0f-fa7e8ba46d5e-43a433ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f2b5388-5790-1d12-42a9-f4bfc8ab2b36-43a433ce {
  justify-self: end;
}

#w-node-_6f2b5388-5790-1d12-42a9-f4bfc8ab2b3f-43a433ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6f2b5388-5790-1d12-42a9-f4bfc8ab2b50-43a433ce {
  justify-self: center;
}

#w-node-_6f2b5388-5790-1d12-42a9-f4bfc8ab2b60-43a433ce {
  justify-self: start;
}

#w-node-_8e5b5ab0-b922-3a04-5a60-2746c4d1ecae-43a433ce, #w-node-_8e5b5ab0-b922-3a04-5a60-2746c4d1ecb0-43a433ce, #w-node-dbb52740-c3b6-1e4d-b50e-59cc195fec20-195fec1a, #w-node-dbb52740-c3b6-1e4d-b50e-59cc195fec2c-195fec1a, #w-node-dbb52740-c3b6-1e4d-b50e-59cc195fec3a-195fec1a, #w-node-dbb52740-c3b6-1e4d-b50e-59cc195fec46-195fec1a, #w-node-_37326b38-90bc-8311-0dec-7dc5b5ee9d91-b8f5df7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_798feec2-f694-fe62-4a54-7f347d2fbfa7-43a433d1, #w-node-_798feec2-f694-fe62-4a54-7f347d2fbfb3-43a433d1, #w-node-_798feec2-f694-fe62-4a54-7f347d2fbfc1-43a433d1, #w-node-_798feec2-f694-fe62-4a54-7f347d2fbfcd-43a433d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b55494-ada5-97cf-59e9-de0d3f46c43b-3f46c42a {
  justify-self: end;
}

#w-node-d9b55494-ada5-97cf-59e9-de0d3f46c444-3f46c42a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d9b55494-ada5-97cf-59e9-de0d3f46c455-3f46c42a {
  justify-self: center;
}

#w-node-d9b55494-ada5-97cf-59e9-de0d3f46c465-3f46c42a {
  justify-self: start;
}

#w-node-_3034ffef-66b0-dded-769f-51786e8e75ba-43a433dc {
  align-self: start;
}

#w-node-_3034ffef-66b0-dded-769f-51786e8e75f1-43a433dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3034ffef-66b0-dded-769f-51786e8e75f5-43a433dc {
  justify-self: start;
}

#w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd750e-43a433dc {
  justify-self: end;
}

#w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd751a-43a433dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd751b-43a433dc, #w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd7532-43a433dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de579e4-8057-2f7a-9a8c-b4f9e6c4539e-43a433dd {
  justify-self: center;
}

#w-node-_94471680-b540-f6e3-21bd-92d1a6c0a1d0-43a433de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ade55289-9fcc-4072-0808-8f7700677208-43a433de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b55b6367-05d7-8d60-ae2d-d4617e5fa595-43a433de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a75b693e-5f42-53c3-c1ab-c584f7afce79-43a433de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-fa35fe0a-3e70-00e8-5c83-fd60e4fc2c29-43a433de, #w-node-fa35fe0a-3e70-00e8-5c83-fd60e4fc2c3b-43a433de, #w-node-_07613d0f-fe64-7636-5d41-d49a432051bd-43a433de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c687d74-5cd9-55b4-c018-efa655787d80-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787da3-43a433de {
  justify-self: center;
}

#w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0bae-43a433de {
  justify-self: auto;
}

#w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0bde-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0c0b-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0c2f-43a433de, #w-node-fd73bf1a-8282-6703-0370-731136eb7c8b-43a433de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b3c1d8c9-5037-805d-3bfd-42a81a615d4f-43a433de, #w-node-_073f0be2-ad48-818d-28e2-a146feba9ec4-43a433de, #w-node-_76c26dfc-32e4-20b2-208f-b13a9ce22d51-43a433de, #w-node-dd19f013-4e35-8511-d531-68776b92307b-43a433de, #w-node-b61fc55a-a5f1-1e76-1774-426809cbe271-43a433de {
  justify-self: auto;
}

#w-node-_49f10092-720e-4658-3679-9a0dffead280-43a433de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bf36fb50-ef0b-1737-d1ee-fdcad7f4d3c5-43a433de, #w-node-_15d4079b-0d60-98e9-ead0-b197a8132fcb-43a433de, #w-node-_8d98a476-5ab3-d046-6fa1-20d961db55c0-43a433de, #w-node-_7076c131-1328-e914-2265-2c2851f8c9fd-43a433de, #w-node-_24913b79-4ee1-ad8c-fec9-4ac53c68577b-43a433de, #w-node-_615d8b7c-f7d3-e4f1-5ac9-b0b036abb789-43a433de, #w-node-_572c4a22-ac41-f802-e0ae-606f1aa8a31c-43a433de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_64eadc3d-0f70-82da-ae11-5a041be30325-43a433ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_64eadc3d-0f70-82da-ae11-5a041be30326-43a433ce, #w-node-_36ec8528-b313-45f6-2e0f-fa7e8ba46d5e-43a433ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd751a-43a433dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd751b-43a433dc, #w-node-_06df6fd3-7e33-c8d5-d517-7abbc2bd7532-43a433dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8de579e4-8057-2f7a-9a8c-b4f9e6c4539e-43a433dd {
    justify-self: center;
  }

  #w-node-_94471680-b540-f6e3-21bd-92d1a6c0a1d0-43a433de {
    justify-self: stretch;
  }

  #w-node-a75b693e-5f42-53c3-c1ab-c584f7afce79-43a433de {
    justify-self: center;
  }

  #w-node-fa35fe0a-3e70-00e8-5c83-fd60e4fc2c29-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787e24-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787e46-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787e64-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787e81-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787ea3-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787ec1-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787ede-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787efe-43a433de, #w-node-_7c687d74-5cd9-55b4-c018-efa655787f19-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0c52-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0c74-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0c92-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0caf-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0cd1-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0cef-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0d0c-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0d2c-43a433de, #w-node-_5fc48772-c57c-2bc0-f4df-4604a69e0d47-43a433de, #w-node-_397fa46c-c9b2-9bd3-1570-e136d0e51827-43a433de, #w-node-c503189c-de6f-9e01-eeb1-a3906d05202e-43a433de, #w-node-d358fd16-f240-35bf-9d6b-82ab0068c61b-43a433de, #w-node-b3af9453-4899-78c6-59be-a3dc9d4224ef-43a433de, #w-node-b3af9453-4899-78c6-59be-a3dc9d422511-43a433de, #w-node-b3af9453-4899-78c6-59be-a3dc9d42252f-43a433de, #w-node-_8ac534d2-191a-b868-7880-ce56a4654e52-43a433de, #w-node-_8ac534d2-191a-b868-7880-ce56a4654e74-43a433de, #w-node-_8ac534d2-191a-b868-7880-ce56a4654e92-43a433de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37326b38-90bc-8311-0dec-7dc5b5ee9d91-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df8d-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df8d-b8f5df7e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_3034ffef-66b0-dded-769f-51786e8e75f1-43a433dc {
    grid-column: span 1 / span 1;
  }

  #w-node-d83436a7-5aea-2d43-40f3-12bd7a1c90b5-43a433dd {
    justify-self: stretch;
  }

  #w-node-fa35fe0a-3e70-00e8-5c83-fd60e4fc2c29-43a433de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Light.ttf') format('truetype'), url('../fonts/OpenSauceSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSauceSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSauceSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Medium.ttf') format('truetype'), url('../fonts/OpenSauceSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eina02';
  src: url('../fonts/Eina02-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eina01';
  src: url('../fonts/Eina01-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina04';
  src: url('../fonts/Eina04-SemiboldItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archia webfont';
  src: url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mikela';
  src: url('../fonts/Mikela-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archia';
  src: url('../fonts/Archia-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik air';
  src: url('../fonts/Aeonik-Air.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-AirItalic.otf') format('opentype'), url('../fonts/Aeonik-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}