.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: #fff;
  background-color: #0c0e0f;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 32px;
  font-size: 16px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 14px;
}

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

li {
  border-top: 1px solid #222323;
  border-bottom: 1px solid #222323;
  margin-top: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  list-style-type: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 32px;
  padding: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrap {
  display: block;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.padding-bottom-0 {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.home-hero-section {
  min-height: 900px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.pre-footer-section {
  background-color: rgba(49, 49, 49, .3);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.home-hero-section-2 {
  min-height: 900px;
  background-image: linear-gradient(rgba(12, 14, 15, .8), rgba(12, 14, 15, .8));
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.home-hero-section-3 {
  min-height: 900px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.section.about-hero-section {
  max-width: 1920px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.highlight-section {
  background-color: #0c0e0f;
}

.section.work-1-hero-section {
  min-height: 900px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.work-2-hero-section {
  min-height: 960px;
  flex-direction: column;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.work-3-hero-section {
  min-height: 960px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section._404-section {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.store-hero-section {
  min-height: 600px;
  background-image: url('../images/Store-1-Background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.checkout-section {
  min-height: auto;
  background-color: rgba(245, 245, 245, 0);
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 92px auto 0;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.container.size {
  margin-top: 0;
}

.grain {
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: .04;
  background-image: url('../images/grain.gif');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.grid-quarters.partners-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-small {
  width: 100%;
  max-width: 400px;
}

.column-medium {
  width: 100%;
  max-width: 510px;
}

.column-large {
  width: 100%;
  max-width: 620px;
}

.column-xlarge {
  width: 100%;
  max-width: 730px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 49, 49, .6);
}

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

.grid.grid-spacer-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid.vertical-grid {
  height: 100%;
}

.grid.grid-spacer-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid.grid-spacer-0, .grid.services-1-hero-right-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid.faq-2-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.grid._404-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid.preview-wrap-grid {
  grid-row-gap: 80px;
}

.heading-display-1 {
  text-align: center;
  font-size: 120px;
}

.paragraph-large {
  font-size: 18px;
}

.text-size-xsmall {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.text-size-small {
  font-size: 16px;
}

.text-size-medium {
  font-size: 18px;
  font-weight: 400;
}

.text-size-large {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.text-size-large.margin-8 {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.text-size-xlarge {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}

.link {
  font-weight: 500;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
  background-color: rgba(16, 18, 18, 0);
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.text-align-right {
  text-align: right;
}

.text-color-primary-2 {
  color: #9a9a9a;
}

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

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

.heading-xsmall {
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-small {
  font-family: Syne, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-medium {
  font-family: Syne, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-large {
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.heading-xlarge {
  font-family: Syne, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds.footer-bottom-grid {
  grid-template-columns: 1fr 1.5fr;
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-thirds.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid-thirds.grid-spacer-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-thirds.metrics-item-3-grid {
  grid-row-gap: 56px;
}

.grid-thirds.grid-spacer-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-thirds.features-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: start;
}

.grid-thirds.work-cms-bottom-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 2.2fr 1fr 1fr;
  margin-bottom: 104px;
}

.grid-thirds.preview-grid {
  grid-column-gap: 40px;
  display: none;
}

.grid-thirds.store-1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.bg-color-primary-1 {
  background-color: #0c0e0f;
}

.bg-color-primary-1.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.text-small {
  font-size: 14px;
  line-height: 1;
}

.bg-color-primary-2 {
  background-color: #9a9a9a;
}

.bg-color-primary-2.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.bg-color-accent {
  background-color: #4b28d8;
}

.bg-color-accent.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.bg-color-border-dark {
  background-color: #181d1f;
}

.bg-color-border-dark.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.bg-color-border-light {
  background-color: rgba(49, 49, 49, .6);
}

.bg-color-border-light.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-white.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.button {
  color: #202020;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 48px;
  font-weight: 400;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.button:hover {
  background-color: #f1f1f1;
}

.button-secondary {
  color: #1d1d1d;
  text-align: center;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 12px 48px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.button-secondary:hover {
  background-color: #ddd;
  border-radius: 0;
}

.button-link {
  text-align: center;
  background-color: rgba(154, 154, 154, 0);
  border: 2px solid #9a9a9a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.button-link:hover {
  background-color: #9a9a9a;
}

.style-guide-sample {
  width: 100%;
  height: 100px;
  background-color: #181d1f;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.rich-text {
  font-size: 18px;
}

.rich-text h1 {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.rich-text h2 {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.rich-text h3 {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.rich-text h4 {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.rich-text h5 {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.rich-text h6 {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.rich-text p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text li {
  border-top: 1px solid #222323;
  border-bottom: 1px solid #222323;
  margin-top: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  list-style-type: none;
}

.rich-text ul {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: visible;
}

.rich-text ol {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.rich-text figcaption {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

.rich-text blockquote {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.rich-text.projects-cms {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.nav {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-large {
  width: 100%;
  max-width: 1920px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-logo {
  z-index: 1000;
  position: relative;
}

.nav-menu {
  z-index: 10;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-button {
  z-index: 1000;
  width: 32px;
  height: 19px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 16px;
  display: none;
  position: relative;
}

.nav-link {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: #9a9a9a;
}

.nav-menu-bar {
  width: 32px;
  height: 1px;
  background-color: #fff;
}

.nav-menu-bar._1 {
  width: 24px;
}

.nav-menu-bar._2 {
  width: 16px;
}

.home-hero-bottom {
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.grid-halves.work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-halves.work-2-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.grid-halves.metrics-grid {
  grid-row-gap: 0px;
}

.grid-halves.services-1-grid {
  max-width: 1920px;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves.stories-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.grid-halves.grid-faq {
  align-items: start;
}

.grid-halves.contact-grid {
  grid-template-columns: 2fr 1fr;
}

.grid-halves.contact-2-grid {
  grid-row-gap: 80px;
  border-top: 1px solid rgba(49, 49, 49, .6);
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  margin-bottom: 24px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.grid-halves.store-3-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.grid-halves.products-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1.05fr 1fr;
}

.grid-halves.checkout-grid {
  grid-template-columns: 2fr 1fr;
}

.work-collection-list-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.scroll-wrap {
  min-height: 128px;
  background-color: #0c0e0f;
  display: flex;
  overflow: hidden;
}

.scroll-holder {
  flex: none;
  display: flex;
}

.scroll-item {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-block-divider {
  color: #9a9a9a;
  letter-spacing: -.04em;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Syne, sans-serif;
  font-size: 20px;
}

.scroll-item-wrap {
  align-items: center;
  display: flex;
}

.footer-item {
  height: 256px;
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  border-right: 1px solid rgba(49, 49, 49, .6);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-item.last-item {
  border-right-style: none;
}

.footer-link {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.footer-link:hover {
  color: #9a9a9a;
}

.footer-link.first-item, .footer-link.last-item {
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.nav-dropdown {
  z-index: 10;
  color: #fff;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-dropdown-toggle {
  color: #fff;
  padding: 0 18px 0 16px;
  font-size: 16px;
  font-weight: 500;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

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

.nav-dropdown-icon {
  color: #9a9a9a;
  margin-right: 0;
  font-size: 12px;
}

.nav-fullscreen {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-fullscreen-link {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: .9;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-fullscreen-link:hover {
  color: #9a9a9a;
}

.nav-fullscreen-link.link-1 {
  line-height: .9;
}

.nav-fullscreen-bottom {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-dropdown-list.w--open {
  width: 560px;
  background-color: #0c0e0f;
  padding: 32px;
  top: 43px;
  bottom: auto;
  left: -160px;
  right: 0%;
}

.nav-dropdown-link {
  width: 100%;
  color: #fff;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: #fff;
}

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

.services-collection-list {
  display: flex;
}

.services-collection-item {
  margin-left: 16px;
}

.services-collection-item.left {
  margin-left: 0;
  margin-right: 16px;
}

.footer-item-background {
  width: 0%;
  height: 0%;
  background-color: rgba(49, 49, 49, .6);
  border-radius: 50%;
  position: absolute;
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

.work-2-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-image {
  width: 100%;
  height: 100%;
}

.nav-menu-links-wrap {
  align-items: center;
  display: flex;
}

.home-hero-animation {
  object-fit: cover;
}

.home-hero-animation.image-1 {
  z-index: 1;
  position: relative;
}

.home-hero-animation.image-2 {
  z-index: 2;
  position: relative;
}

.home-hero-animation.image-3 {
  z-index: 3;
  position: relative;
}

.home-hero-animation.image-4 {
  z-index: 4;
  position: relative;
}

.home-hero-animation.image-5 {
  z-index: 5;
  position: relative;
}

.home-hero-animation.image-6 {
  z-index: 6;
  position: relative;
}

.work-3-bottom-wrap {
  width: 100%;
  max-width: 730px;
  cursor: pointer;
  background-color: #0c0e0f;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.work-3-image {
  min-height: 900px;
  object-fit: cover;
}

.collection-list {
  position: -webkit-sticky;
  position: sticky;
}

.work-3-bottom-background {
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: #181d1f;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.work-wrap-hover {
  background-color: rgba(12, 14, 15, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-wrap {
  width: 100%;
  position: relative;
}

.about-hero-line {
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-item {
  width: 100%;
  height: 100%;
  border: 1px solid #181d1f;
}

.about-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
}

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

.grid-twelve.about-grid {
  width: 100%;
  height: 100%;
  min-height: 960px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-twelve.store-grid {
  width: 100%;
  height: 100%;
  min-height: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
}

.about-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  z-index: 10;
  margin-bottom: 160px;
  position: relative;
}

.about-badge._404-badge {
  margin-bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.about-scroll-wrap {
  width: 100%;
  align-items: center;
  display: flex;
}

.about-scroll-holder {
  flex: none;
  display: flex;
}

.about-scroll-item-wrap {
  align-items: center;
  display: flex;
}

.about-scroll-item {
  width: 510px;
  height: 510px;
  margin-right: 80px;
  transform: rotate(-10deg);
}

.metrics-item {
  border-top: 1px rgba(49, 49, 49, .6);
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.metrics-item.first-item {
  border-top-style: solid;
}

.text-size-2xlarge {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.partner-item {
  width: 100%;
  height: 320px;
  background-color: rgba(24, 26, 27, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.partner-name {
  display: none;
  position: absolute;
  top: auto;
  bottom: 40px;
  overflow: hidden;
}

.metrics-item-2 {
  border-top: 1px solid rgba(49, 49, 49, .6);
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-2-images-wrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-2-images-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.about-2-images-line.second-line {
  margin-bottom: 0;
}

.about-2-image-line-item {
  width: 510px;
  height: 340px;
  object-fit: cover;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.metrics-item-3 {
  border-top: 1px solid rgba(49, 49, 49, .6);
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-3-scroll-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/Studio.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-3-scroll-mask {
  z-index: 10;
  width: 100%;
  height: 1200px;
  max-width: 1920px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-3-scroll-bottom {
  width: 100%;
  height: 40%;
  opacity: 0;
  background-color: #0c0e0f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.metrics-item-4 {
  border: 1px solid rgba(49, 49, 49, .6);
  padding: 32px;
}

.metrics-number {
  letter-spacing: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.services-list-item {
  background-color: #181d1f;
  padding: 26px 32px;
  position: relative;
}

.services-1-hero-left {
  margin-top: 160px;
  margin-left: 60px;
}

.services-1-hero-line {
  flex: none;
  display: flex;
}

.services-1-hero-line.second-line {
  justify-content: flex-end;
}

.services-1-hero-image {
  width: 390px;
  height: 460px;
  flex: none;
}

.services-1-hero-wrap {
  display: flex;
}

.services-1-hero-wrap.second-line {
  justify-content: flex-end;
}

.services-1-hero-right {
  overflow: hidden;
}

.pricing-item {
  border: 1px solid rgba(49, 49, 49, .6);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 56px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-item.popular-item {
  background-color: rgba(49, 49, 49, .6);
}

.pricing-list {
  margin-bottom: 56px;
}

.pricing-list-item {
  background-image: url('../images/Check-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  line-height: 1.4;
}

.stories-grid-image {
  width: 100%;
  object-fit: cover;
}

.faq-item {
  width: 100%;
  border-top: 1px solid rgba(49, 49, 49, .6);
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  margin-top: -1px;
}

.faq-question {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  overflow: visible;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border: 2px solid #9a9a9a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.faq-icon-bar {
  width: 2px;
  height: 16px;
  background-color: #89725b;
  position: absolute;
}

.faq-icon-bar.horizontal {
  width: 12px;
  height: 1.5px;
  background-color: #9a9a9a;
}

.faq-icon-bar.vertical {
  width: 1.5px;
  height: 12px;
  background-color: #9a9a9a;
}

.faq-answer, .reviews-wrap {
  width: 100%;
  overflow: hidden;
}

.reviews-line {
  flex: none;
  display: flex;
}

.reviews-item {
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(49, 49, 49, .6);
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  display: block;
}

.stars-image {
  margin-right: 4px;
}

.reviews-bottom {
  display: flex;
}

.reviews-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 12px;
}

.reviews-line-1-wrap {
  margin-bottom: 40px;
  display: flex;
}

.reivews-line-2-wrap {
  justify-content: flex-end;
  padding-bottom: 1px;
  display: flex;
}

.button-secondary-2 {
  text-align: center;
  background-color: #4b28d8;
  border: 2px solid #4b28d8;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.button-secondary-2:hover {
  background-color: #592fff;
  border-color: #592fff;
}

.moving-image {
  width: 620px;
  height: 800px;
}

.moving-image.image-1 {
  z-index: 5;
  position: relative;
}

.moving-image.image-2 {
  z-index: 7;
  position: relative;
}

.moving-image.image-3 {
  z-index: 6;
  position: relative;
}

.most-popular {
  text-transform: uppercase;
  background-color: #4b28d8;
  border-radius: 200px;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.features-3 {
  position: relative;
}

.features-3.item-2, .features-3.item-3 {
  top: 120px;
}

.features-3.item-3 {
  width: 100%;
  top: 60px;
}

.features-3-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-3-bttom {
  width: 100%;
  max-width: 210px;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.work-1-hero-left-image {
  width: 24vw;
  height: 64vh;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(0);
}

.work-1-hero-right-image {
  width: 24vw;
  height: 64vh;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.work-1-project-item {
  background-color: rgba(49, 49, 49, 0);
  border: 1px solid rgba(49, 49, 49, .6);
  padding: 32px;
  position: relative;
}

.work-1-project-image {
  width: 100%;
}

.work-1-project-bottom {
  padding-top: 18px;
  padding-bottom: 18px;
}

.work-1-project-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-2-project-item {
  background-color: rgba(49, 49, 49, 0);
  border: 1px rgba(49, 49, 49, .6);
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
  display: flex;
  position: relative;
}

.work-2-project-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-2-project-wrap {
  width: 100%;
}

.work-2-collection-item:first-child {
  border-top: 1px solid rgba(49, 49, 49, .6);
}

.work-2-project-thumb {
  z-index: -1;
  width: 400px;
  object-fit: cover;
  display: none;
  position: absolute;
}

.work-page-hero-images-item {
  perspective: 2000px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.work-2-hero-image {
  opacity: .5;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.work-2-hero-image.image-1 {
  width: 640px;
  height: 640px;
}

.work-2-hero-image.image-3 {
  flex: none;
}

.work-2-hero-images-line {
  perspective: 2000px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-3-hero-images {
  max-width: 1920px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.work-3-hero-image {
  width: 100%;
}

.work-3-project-item {
  background-color: rgba(49, 49, 49, 0);
  border: 1px solid rgba(49, 49, 49, .6);
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.work-3-project-link {
  z-index: 15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-3-project-image {
  z-index: 10;
  width: 100%;
  max-width: 360px;
  margin-right: 56px;
  position: relative;
}

.work-3-project-bottom {
  z-index: 10;
  margin-right: 24px;
  position: relative;
}

.work-3-project-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-cms-hero {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.work-cms-wrap {
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.work-cms-wrap.margin-24 {
  width: 100%;
}

.related-projects-item {
  background-color: rgba(49, 49, 49, 0);
  border: 1px rgba(49, 49, 49, .6);
  border-bottom-style: solid;
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  padding: 8px 0;
  display: flex;
  position: relative;
}

.related-projects-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.related-projects-right {
  align-items: center;
  display: flex;
}

.related-projects-services {
  flex-wrap: nowrap;
  margin-right: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.related-projects-top-line {
  width: 0%;
  height: 1px;
  background-color: #4b28d8;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.related-projects-header {
  border-bottom: 1px rgba(49, 49, 49, .6);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.related-projects-collection-item:first-child {
  border-top: 1px solid rgba(49, 49, 49, .6);
}

.related-projects-bottom-line {
  width: 0%;
  height: 1px;
  background-color: #4b28d8;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-right-top {
  border: 1px solid rgba(49, 49, 49, .6);
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.contact-right-bottom {
  border: 1px solid rgba(49, 49, 49, .6);
  border-top-style: none;
  align-items: center;
  padding: 20px 32px;
  display: flex;
}

.contact-right-social {
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.form-field-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #181d1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 56px 40px;
  display: grid;
}

.bg-color-text-field {
  background-color: #2f393d;
}

.bg-color-text-field.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.bg-color-select-field {
  background-color: #647e88;
}

.bg-color-select-field.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.form-input {
  min-height: 56px;
  color: #fff;
  background-color: #2f393d;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 400;
}

.form-input::-ms-input-placeholder {
  color: #fff;
}

.form-input::placeholder {
  color: #fff;
}

.form-input.checkout {
  margin-bottom: 16px;
}

.form-block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio {
  min-height: 56px;
  color: #fff;
  cursor: pointer;
  background-color: #2f393d;
  border: 1px #000;
  align-items: center;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.form-radio::-ms-input-placeholder {
  color: #fff;
}

.form-radio::placeholder {
  color: #fff;
}

.form-radio-label {
  margin-bottom: 0;
  line-height: 1.6;
}

.form-radio-icon {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: #647e88;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Radio-Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-color: rgba(56, 152, 236, 0);
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  background-color: #fff;
  background-image: url('../images/Radio-Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #fff;
}

.form-textarea {
  min-height: 112px;
  color: #fff;
  background-color: #2f393d;
  border: 1px #000;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
}

.form-textarea::-ms-input-placeholder {
  color: #fff;
}

.form-textarea::placeholder {
  color: #fff;
}

.form-checkbox {
  height: 56px;
  color: #fff;
  cursor: pointer;
  background-color: #2f393d;
  border: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.form-checkbox::-ms-input-placeholder {
  color: #fff;
}

.form-checkbox::placeholder {
  color: #fff;
}

.form-checkbox-icon {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: #647e88;
  border-radius: 8px;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Radio-Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-color: rgba(56, 152, 236, 0);
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  background-color: #fff;
  background-image: url('../images/Radio-Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #fff;
}

.form-checkbox-label {
  margin-bottom: 0;
  line-height: 1.6;
}

.form-select {
  height: 56px;
  color: #fff;
  background-color: #2f393d;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.form-select::-ms-input-placeholder {
  color: #fff;
}

.form-select::placeholder {
  color: #fff;
}

.form-select-wrap {
  background-color: #2f393d;
  padding-left: 24px;
  padding-right: 24px;
}

.text-style-link {
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.text-style-link:hover {
  color: #9a9a9a;
}

.text-style-link.spacer-right {
  margin-right: 24px;
}

.contact-3-item {
  border: 1px solid rgba(49, 49, 49, .6);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.contact-2-item {
  flex-direction: column;
  display: flex;
}

.contact-3-hero-image {
  width: 100%;
}

.text-style-link-gray {
  color: #9a9a9a;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.text-style-link-gray:hover {
  color: #fff;
}

.nav-fullscreen-link-mask {
  z-index: 1;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-fullscreen-background {
  width: 100%;
  height: 100%;
  background-color: #0c0e0f;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.licenses-image {
  width: 100%;
  object-fit: cover;
}

.licenses-item {
  background-color: rgba(49, 49, 49, 0);
  border: 1px solid rgba(49, 49, 49, .6);
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.licenses-item:hover {
  background-color: rgba(49, 49, 49, .6);
}

.changelog-item {
  border-top: 1px solid rgba(49, 49, 49, .6);
  border-bottom: 1px solid rgba(49, 49, 49, .6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.overlay-landing-3-mobile {
  background-color: rgba(12, 14, 15, .5);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-2-project-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.work-3-header {
  margin-bottom: 16px;
}

.preview-wrap {
  background-color: #181d1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.preview-wrap:hover {
  background-color: #2f393d;
}

.preview-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}

.success-message {
  background-color: #4b28d8;
}

.error-message {
  background-color: #d82837;
  margin-top: 24px;
  padding: 20px;
}

.cart-button {
  background-color: rgba(56, 152, 236, 0);
  padding: 0 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  background-color: rgba(154, 154, 154, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.store-scroll-holder {
  flex: none;
  display: flex;
}

.store-scroll-item-wrap {
  align-items: center;
  display: flex;
}

.store-scroll-item {
  flex: none;
  align-items: center;
  display: flex;
}

.store-scroll-block-divider {
  color: #9a9a9a;
  letter-spacing: -.04em;
  margin-left: 24px;
  margin-right: 24px;
  font-family: Syne, sans-serif;
  font-size: 20px;
}

.store-1-item {
  height: 100%;
  background-color: rgba(30, 32, 32, 0);
  border: 1px solid #1e2020;
  padding: 40px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.store-1-item:hover {
  background-color: rgba(30, 32, 32, .6);
}

.store-1-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 40px;
}

.store-1-item-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.store-scroll-wrap {
  min-height: 128px;
  background-color: #0c0e0f;
  display: flex;
  overflow: hidden;
}

.store-1-collection-item {
  margin-top: -1px;
  margin-left: -1px;
}

.store-3-item {
  padding: 0;
}

.store-3-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-3-mask {
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
}

.store-categories-bar {
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.store-categories-wrap {
  display: flex;
}

.store-categories-item {
  margin-left: 16px;
  margin-right: 16px;
}

.products-left {
  border: 1px solid rgba(49, 49, 49, .6);
  padding: 40px;
}

.products-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-right {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.products-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.hide {
  display: none;
}

.default-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr minmax(188px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.buy-now-button {
  text-align: center;
  background-color: rgba(75, 40, 216, 0);
  border: 2px solid #4b28d8;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.buy-now-button:hover {
  background-color: #4b28d8;
}

.add-to-cart-button {
  text-align: center;
  background-color: #4b28d8;
  border-radius: 200px;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.add-to-cart-button:hover {
  background-color: #592fff;
}

.store-2-item {
  width: 100%;
  background-color: rgba(30, 32, 32, 0);
  border: 1px solid #1e2020;
  padding: 40px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.store-2-item:hover {
  background-color: rgba(30, 32, 32, .6);
}

.checkout-block-header {
  background-color: #181d1f;
  border-style: none;
  padding: 20px 24px;
}

.checkout-block-content {
  background-color: #181d1f;
  border: 1px #000;
  padding: 24px;
}

.checkout-block-content.discount-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  padding: 0;
  display: grid;
}

.checkout-label {
  font-size: 14px;
  font-weight: 500;
}

.shipping-method {
  background-color: #2f393d;
  border: 1px #000;
  align-items: center;
  margin-bottom: 12px;
}

.shipping-method:last-child {
  margin-bottom: 0;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.billing-address-toggle {
  align-items: center;
}

.checkout-left {
  margin-right: 0;
}

.checkout-right {
  position: static;
  top: 120px;
}

.checkout-item {
  margin-bottom: 40px;
}

.apple-pay {
  height: 44px;
  border-radius: 100px;
}

.paypal {
  margin-bottom: 7px;
}

.web-payments {
  margin-bottom: 16px;
}

.cart-wrapper, .remove-item {
  color: #0c0e0f;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-block {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.heading {
  text-align: center;
}

.div-block, .div-block-2, .heading-2 {
  display: none;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-3:hover {
  color: #d6d6d6;
}

.text-block-4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-5 {
  opacity: 1;
  color: #fff;
  background-color: rgba(48, 46, 46, 0);
  font-family: Inter, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.body {
  background-color: #fff;
  font-family: DM Sans, sans-serif;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 41%;
  left: auto;
  right: -12%;
  transform: rotate(140deg);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.brix---grid-3-icon-list {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.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 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---paragraph-default {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #053dac;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  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: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #000;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item {
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.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 {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.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 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-primary {
  color: #281ca5;
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-left {
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-wrapper-rounded {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---container-default-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block-6 {
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.brix---header-nav-link-2 {
  color: #000;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: #053dac;
}

.brix---header-content-wrapper-v9 {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0%;
  display: flex;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-text {
  color: #000;
  font-size: 15px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  max-width: 100%;
  border-bottom: 1px solid #eff0f6;
  padding: 22px 50px;
}

.brix---header-wrapper-v9 {
  background-color: #fff;
  padding: 0 5%;
}

.text-block-7 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
}

.f-paragraph-large {
  direction: ltr;
  color: #000;
  text-align: left;
  letter-spacing: .25px;
  text-transform: lowercase;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  color: #fff;
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-secondary {
  min-height: 48px;
  color: #000;
  letter-spacing: -.02em;
  background-color: #f5f5f5;
  border: 1px #e4e6f1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 46px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-secondary.nx-button {
  color: #fff;
  background-color: rgba(245, 245, 245, .15);
  border-style: solid;
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #145bc9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #145bc9;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-button-wrapper._2nd-hero {
  justify-content: center;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  width: 100%;
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
}

.f-h3-heading.heading-2txy {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 48px;
}

.f-heading-detail-small {
  color: #000;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 100%;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: block;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  background-color: #fff;
  padding: 0 5% 20px;
  position: relative;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.f-content-image-wrapper {
  width: 100%;
  height: 620px;
  max-width: 650px;
  border-radius: 12px;
  overflow: hidden;
}

.f-margin-bottom-65 {
  margin-bottom: 40px;
}

.f-margin-bottom-66 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.f-section-regular {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  padding: 40px 5% 10px;
  position: relative;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 8px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: #053dac;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
}

.f-navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.f-navigation-link:hover {
  color: #160042;
  background-color: rgba(243, 245, 251, 0);
}

.f-navigation-link.w--current {
  color: #642eff;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 200px;
  max-width: 100%;
}

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

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.text-span, .text-span-2 {
  text-transform: capitalize;
}

.bold-text {
  letter-spacing: 1px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.brix---footer-col-title-2 {
  color: #c7c7ca;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.brix---footer-link-2 {
  color: #dbdbdb;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

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

.brix---footer-link-2.text-adj {
  background-color: #145dc9;
  border: .75px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  line-height: 20px;
}

.new-footer-text {
  width: 30%;
  color: #fff;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-size: 15px;
}

.brix---footer-wrapper-2 {
  background-color: #000;
  border-top: 1px #eff0f6;
}

.brix---footer-list-item-2 {
  width: 150px;
  color: #fff;
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-bottom-2 {
  color: #6e7191;
  text-align: center;
  border-top: .25px solid rgba(239, 240, 246, .34);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.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;
  align-items: stretch;
  justify-items: end;
  display: flex;
}

.brix---footer-top {
  flex-direction: column;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-220 {
  width: 100%;
  text-align: center;
  border-bottom: .25px solid #5e5e5e;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-220.new-class {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.new-button-css {
  min-height: 0%;
  color: #fff;
  background-color: #145bc9;
  border: 1px #145bc9;
  border-radius: 12px;
  margin-right: 40px;
  padding: 14px 20px;
  font-size: 16px;
}

.new-button-css:hover {
  color: #fff;
  background-color: #145fd5;
}

.css-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}

.css-text:hover {
  color: #fff;
}

.div-block-222 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-224 {
  width: 160px;
  margin-right: 100px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---link-icon-right {
  color: #000;
  margin-left: 5px;
}

.div-block-226 {
  width: 150px;
  margin-right: 0;
}

.text-block-106 {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-106.white {
  color: #2456b3;
  letter-spacing: 0;
}

.text-block-106.white.footer-text {
  color: #fff;
  letter-spacing: 1px;
}

.brix---link-wrapper-white {
  width: 190px;
  color: #222121;
  background-color: #1b1b1b;
  border: .75px solid #363636;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  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: #fff;
  background-color: #383737;
}

.brix---link-wrapper-white.change {
  border-radius: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brix---link-wrapper-white.change:hover {
  background-color: #1f1f1f;
}

.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;
}

.brix---link-wrapper-white.change.blue {
  background-color: #145cc9;
  border-style: none;
  margin-bottom: 0;
  margin-right: 20px;
}

.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.blue-css {
  color: #fff;
  background-color: #145bc9;
  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;
}

.div-block-225 {
  width: 140px;
  margin-right: 100px;
}

.brix---paragraph-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: #fff;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  margin-right: 20px;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

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

.heading-11.white-text.null {
  font-family: Inter, sans-serif;
  line-height: 1.1;
}

.text-block-104 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  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.null2 {
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block-107 {
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.brix---color-neutral-819 {
  color: #211f54;
}

.brix---icon-stats-v7-3 {
  width: 96px;
  border-radius: 16px;
}

.brix---display-9 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 84px;
}

.brix---text-300-bold-4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

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

.heading-9.size {
  margin-bottom: 60px;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
}

.brix---card-content-v7-3 {
  width: 100%;
  height: 310px;
  padding: 41px 26px 60px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---color-accent-4 {
  color: #145bc9;
}

.brix---color-neutral-820 {
  color: #6e7191;
}

.brix---card-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---section-5 {
  color: #fff;
  background-color: #145bc9;
  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---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---btn-primary-small-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  padding: 15px 36px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  color: #fff;
  background-color: #145cc9;
  font-weight: 400;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  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: rgba(0, 0, 0, 0);
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-3 {
  color: #000;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-3:hover, .brix---header-nav-link-3.w--current {
  color: #145cc9;
}

.brix---header-nav-list-item-middle {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.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 {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  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---dropdown-toggle-2 {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.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-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---container-default-6 {
  max-width: 1218px;
  padding-left: 37px;
  padding-right: 24px;
}

.brix---container-default-6.gap {
  margin-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
}

.brix---header-wrapper-2 {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.text-block-108 {
  color: #000;
  font-size: 15px;
}

.combine-form_error-message {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_text-link {
  color: #6157f8;
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: #1f2c3d;
}

.combine-form_text {
  color: #8c94a5;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: #d9dce2;
}

.combine-form_input-grey:focus {
  border-color: #6157f8;
}

.combine-form_input-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input-grey::placeholder {
  color: #bfc4ce;
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.combine-cta2_max-width {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta2_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-heading-style-h2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_cta2 {
  background-color: #fff;
}

.text-span-23 {
  line-height: 1.1;
}

.combine-heading-style-h5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
  -webkit-text-stroke-color: #fff;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-icon_color1 {
  color: #6157f8;
}

.combine-feature7_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #6157f8;
}

.combine-feature7_content-sticky {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_feature7 {
  background-color: #f2f3f7;
}

.text-span-24 {
  text-transform: capitalize;
}

.brix---display-8 {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---display-8.dark-css {
  color: #000;
  text-transform: capitalize;
}

.quick-stack {
  width: 100%;
  height: 38%;
  max-height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.brix---container-default-4 {
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
}

.image-46 {
  display: none;
}

.box-3 {
  width: 100%;
  height: 670px;
  background-color: #000;
  background-image: url('../images/percept.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px;
}

.new-button-css-2 {
  min-height: 70%;
  color: #fff;
  background-color: #145bc9;
  border: 1px #145bc9;
  border-radius: 8px;
  margin-right: 40px;
  padding: 20px;
  font-size: 16px;
}

.new-button-css-2:hover {
  color: #fff;
  background-color: #145fd5;
}

.brix---section-4 {
  color: #fff;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-227 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.layout250_component {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-17 {
  text-transform: lowercase;
}

.new-button {
  color: #145bc9;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #145bc9;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
}

.new-button:hover {
  color: #fff;
  background-color: #145bc9;
}

.brix---icon-big-stats-v7-2 {
  width: 50px;
  border-radius: 24px;
}

.text-block-109 {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-109.blue, .text-block-109.white {
  color: #fff;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.button-3:hover {
  color: #145bc9;
  background-color: #fff;
}

.text-span-18 {
  text-transform: lowercase;
  font-size: 18px;
}

.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;
}

.max-width-large {
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 159, 89, 0);
  border-bottom: 1px rgba(0, 0, 0, .09);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

.margin-bottom {
  margin-top: 0;
  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;
}

.box-2 {
  width: 100%;
  height: 670px;
  background-color: #ebf5ff;
  background-image: url('../images/directpay.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 10px;
}

.brix---color-neutral-811 {
  color: #fff;
}

.text-block-110 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.brix---slider-mask-width-490px-2 {
  height: 100%;
  max-width: 41%;
  overflow: visible;
}

.brix---paragraph-default-20 {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-20.text-20 {
  font-size: 20px;
}

.brix---color-neutral-843 {
  color: #211f54;
}

.brix---heading-h2-size-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-wrapper-white-2 {
  color: #fff;
  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: #fff;
}

.brix---section-overflow-hidden-2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
  overflow: hidden;
}

.brix---color-neutral-842 {
  color: #6e7191;
}

.brix---btn-slider-arrow-right---top-right-2 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  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);
}

.text-block-111 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.brix---card-testimonial-color-6 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fafafa;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-6:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left-2 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-wrapper-3 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---inner-container-547px-2 {
  max-width: 574px;
}

.brix---card-testimonial-color-4 {
  height: 100%;
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  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);
}

.text-block-112 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.text-block-113 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.brix---mg-bottom-16px-9 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.brix---card-testimonial-color-5 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fafafa;
  border: 0 solid #eff0f6;
  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);
}

.text-block-114 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.brix---slide-item-mg-2 {
  margin-right: 28px;
}

.brix---hidden-desktop-3 {
  display: none;
}

.div-block-228 {
  width: 100%;
}

.text-span-25 {
  color: #2456b3;
  font-family: Opensauceone, sans-serif;
  font-weight: 400;
}

.text-span-25.corr {
  color: rgba(255, 255, 255, .79);
}

.combine-header3_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-header3_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-form_input {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #fff;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input:hover {
  border-color: #d9dce2;
}

.combine-form_input:focus {
  border-color: #6157f8;
}

.combine-form_input::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input::placeholder {
  color: #bfc4ce;
}

.combine-heading-style-h1 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-header3_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-header3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-section_header3 {
  background-color: #f2f3f7;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #fafafa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #145cc9;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #145dc9;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-67 {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-68 {
  margin-bottom: 16px;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-cards {
  height: auto;
  background-color: #fff;
}

.f-h3-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-69 {
  margin-bottom: 12px;
}

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

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  position: relative;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.udesly-overlay {
  background-image: linear-gradient(to right, #fff 3%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff 97%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.udesly-flag-block-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-flag-block-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.udesly-flags-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.udesly-h2-title {
  text-align: center;
}

.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;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 83px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---text-300-bold {
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.brix---color-neutral-844 {
  color: #211f54;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 30px;
}

.brix---section-small---bottom-large {
  padding-top: 100px;
  padding-bottom: 160px;
}

.text-span-26 {
  color: #145cc9;
}

.brix---display-3 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.brix---pricing-content-v10-popular {
  padding: 60px 50px 40px;
}

.brix---color-neutral-834 {
  color: #fff;
}

.brix---mg-top-40px {
  margin-top: 40px;
  display: flex;
}

.brix---badge-secondary-small-bold {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #dcddeb;
  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---card-4 {
  background-color: #000;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---inner-container-410px {
  max-width: 540px;
}

.brix---section-12 {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---color-neutral-836 {
  color: #6e7191;
}

.brix---mg-bottom-16px-8 {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.brix---mg-bottom-16px-8._2nd-type {
  width: 580px;
}

.brix---grid-pricing-v10-featured {
  grid-template-columns: 1fr;
}

.bold-text-7 {
  color: #145bc9;
}

.brix---paragraph-default-16 {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.brix---paragraph-default-16.black {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.brix---text-center-11 {
  text-align: center;
}

.brix---mg-bottom-48px-7 {
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.brix---text-200-list-bold-2 {
  width: 290px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.brix---grid-2-columns---pricing-v10 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, 5fr) .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---color-neutral-835 {
  color: #211f54;
}

.brix---mg-bottom-32px-2, .brix---mg-bottom-32px-2.box-sm {
  margin-bottom: 0;
}

.brix---heading-h1-size-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.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---card-pricing-popular-2 {
  background-color: #145bc9;
  background-image: url('../images/pattern-cta-v2-brix-templates-02.svg');
  background-position: 103% 101%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-block-115 {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-115.blue {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.text-block-115.white {
  color: #fff;
}

.text-block-115.white.dark {
  color: #145cc9;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: 0;
  margin-right: 0;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---square-icon {
  width: 71px;
  border-radius: 19px;
}

.brix---pricing-content-v10 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 42px 40px;
  position: relative;
}

.text-span-27, .text-span-28 {
  text-transform: capitalize;
}

.text-span-29 {
  color: #145cc9;
  font-weight: 700;
}

.text-span-30 {
  text-transform: capitalize;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-845 {
  color: #6e7191;
}

.brix---paragraph-default-21 {
  color: #fff;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.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 {
  min-height: 172px;
  background-color: #f2f1ff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-3-columns {
  max-width: 1140px;
  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 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-8 {
  margin-bottom: 48px;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 0;
  padding-bottom: 176px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #4a3aff;
}

.brix---color-neutral-846 {
  color: #6e7191;
}

.brix---mg-bottom-24px {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-9 {
  margin-bottom: 48px;
}

.brix---card-link-content-left-fw {
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #f3f3f3;
  border: 1px #e4e4e4;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left-fw:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-3-columns---1-col-mb {
  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---container-default-11 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-13 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph {
  color: #000;
  font-family: DM Sans, sans-serif;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-3 {
  color: #000;
  font-family: DM Sans, sans-serif;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .56) 61%, #000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---card-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---color-neutral-300 {
  color: #eff0f6;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 10px;
}

.brix---heading-h3-size-2 {
  color: #fff;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 34px;
}

.brix---card-link-img-bg {
  min-height: 500px;
  border-radius: 24px;
  align-items: flex-end;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-847 {
  color: #6e7191;
}

.brix---mg-bottom-48px-10 {
  margin-bottom: 48px;
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-14 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  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-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.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---success-message-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-2 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #145cc9;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  padding: 22px 38px;
  font-family: DM Sans, 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-2:hover {
  color: #fff;
  background-color: #145cc9;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-2 {
  min-height: 64px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 8px 0 0 8px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---color-neutral-848 {
  color: #6e7191;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.brix---paragraph-default-22 {
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}

.brix---paragraph-default-22.text-20 {
  font-size: 22px;
}

.brix---color-neutral-849 {
  color: #211f54;
}

.brix---container-default-14 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
}

.brix---link-wrapper-white-3 {
  color: #fff;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white-3:hover {
  color: #fff;
}

.brix---color-neutral-850 {
  color: #6e7191;
}

.text-block-116 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.brix---card-testimonial-color-7 {
  height: 100%;
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fafafa;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-testimonial-color-7:hover {
  transform: scale3d(.94, .94, 1.01);
}

.text-block-117 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.text-block-118 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.brix---mg-bottom-16px-10 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.brix---card-testimonial-color-8 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fafafa;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-8:hover {
  transform: scale3d(.94, .94, 1.01);
}

.text-block-119 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  align-self: center;
  justify-items: center;
}

.brix---text-300-medium {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.brix---text-300-medium:hover {
  color: #000;
}

.brix---color-neutral-851 {
  color: #6e7191;
}

.brix---heading-h3-size-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-3:hover {
  color: #000;
}

.brix---heading-link-dark {
  color: #211f54;
  text-align: center;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: #fff;
}

.brix---text-decoration-none {
  margin-bottom: 4px;
  text-decoration: none;
}

.brix---text-decoration-none:hover {
  color: #fff;
}

.brix---avatar-image-link {
  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-64px {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-23 {
  color: #000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-11 {
  margin-bottom: 48px;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-15 {
  color: #fff;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
}

.udesly-grid-four-column-2 {
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: 100px;
}

.udesly-block-3 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.udesly-paragraph-small-4 {
  color: #422f8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-paragraph-small-4.text-color {
  color: #6a3c12;
}

.udesly-paragraph-small-4.color {
  color: #1e5643;
}

.udesly-udesly-text-semibold-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-udesly-text-semibold-3.udesly-large {
  color: #1f5643;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.udesly-udesly-text-semibold-3.udesly-large.text-color {
  color: #6a3c12;
}

.udesly-udesly-text-semibold-3.udesly-large.color-text {
  color: #422f8b;
}

.udesly-stats-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe8d2;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 3px rgba(16, 24, 40, .25);
}

.udesly-stats-card-2.color-2 {
  background-color: #e1d9ff;
  padding-left: 40px;
  padding-right: 40px;
}

.udesly-stats-card-2.color {
  background-color: #d9fff3;
}

.brix---bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  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 rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #2456b3;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  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 {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---button-row-left.changes {
  margin-right: 20px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-24 {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---color-neutral-852 {
  color: #fff;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 77px;
  font-weight: 700;
  line-height: 80px;
}

.brix---grid-2-col---1-col-t {
  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---container-default-16 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  padding-top: 234px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.div-block-230 {
  width: 160px;
  margin-right: 100px;
}

.brix---footer-list-item-3 {
  width: 150px;
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.div-block-231 {
  width: 140px;
  margin-right: 100px;
}

.div-block-232 {
  width: 150px;
  margin-right: 0;
}

.brix---btn-primary-small-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-3 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-3, .brix---hamburger-menu-bar-top-3 {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  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: rgba(0, 0, 0, 0);
}

.brix---header-right-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl-3 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-4 {
  color: #211f54;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-4:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item-middle-2 {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-link-3 {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-3:hover {
  color: #4a3aff;
}

.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 {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper-3 {
  background-color: rgba(0, 0, 0, 0);
  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---dropdown-toggle-3 {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-3:hover {
  color: #4a3aff;
}

.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-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-3 {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---image-width-100-2 {
  width: 100%;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v10-wrapper {
  width: 130%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.brix---btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #145dc9;
  border-radius: 8px;
  justify-content: center;
  padding: 15px 38px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: #fff;
  background-color: #2a6bca;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---color-neutral-853 {
  color: #6e7191;
}

.brix---heading-h2-size-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-854 {
  color: #211f54;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---inner-container-490px {
  max-width: 620px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 60px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-855 {
  color: #6e7191;
}

.brix---text-200-bold-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-856 {
  color: #211f54;
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---square-dropdown-icon {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---dropdown-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---dropdown-link-icon-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-1-column-gap-row-32px {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-2-columns-dropdown {
  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---dropdown-pd-48px {
  padding: 48px;
}

.brix---dropdown-card-wrapper-836px {
  min-width: 836px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 28px;
  transform: translate(-54%);
}

.div-block-233 {
  background-color: rgba(0, 0, 0, 0);
  padding: 24px;
}

.div-block-234 {
  padding: 24px;
}

.div-block-235 {
  border-radius: 8px;
  padding: 24px;
}

.div-block-235:hover {
  color: #fff;
  background-color: #fafafa;
  border-radius: 20px;
}

.text-span-31 {
  font-size: 20px;
  font-weight: 700;
}

.text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  font-size: 38px;
  font-weight: 700;
  line-height: 0;
}

.f-testimonial-background-2 {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-right-a-2 {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a-2:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-left-a-2 {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a-2:hover {
  color: #fff;
  background-color: #160042;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium-2 {
  font-weight: 500;
}

.f-avatar-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small-2 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-70 {
  margin-bottom: 32px;
}

.f-h6-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-71 {
  margin-bottom: 16px;
}

.f-testimonial-card-2 {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-testimonial-slider-cards-2 {
  height: auto;
  background-color: #fff;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-72 {
  margin-bottom: 12px;
}

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

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-section-2 {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.f-interaction-detail {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-accent {
  max-width: 320px;
}

.f-interaction {
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f3f5fb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.f-alert-content {
  width: 100%;
}

.f-alert-icon {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-alert-information {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  color: #642eff;
  background-color: #f7f5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.f-interaction-alert {
  color: #160042;
  background-color: #fff;
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px rgba(57, 59, 106, .12);
}

.f-interaction-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

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

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

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

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

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

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

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

.combine-gallery3_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery3_image-wrapper {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular-2 {
  color: #000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery3 {
  background-color: #fff;
}

.brix---logo-strip-image-card {
  width: 284px;
  border: 1px solid #eff0f6;
  border-radius: 16px;
  margin: 14px 16px;
  box-shadow: 0 1px 12px rgba(20, 20, 43, .08);
}

.brix---logo-strip-full-width {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-857 {
  color: #211f54;
}

.brix---text-center-12 {
  text-align: left;
  background-color: #f5f5f5;
  border: .75px #d8d8d8;
  border-radius: 15px;
  padding: 50px;
}

.brix---text-center-12.hero {
  width: 100%;
  max-width: 100%;
  background-color: rgba(245, 245, 245, 0);
  border-style: none;
  padding-bottom: 100px;
  padding-left: 183px;
  padding-right: 183px;
}

.brix---text-center-12.hero.yyy {
  padding-bottom: 40px;
}

.brix---mg-bottom-48px-12 {
  margin-bottom: 48px;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---color-neutral-858 {
  color: #6e7191;
}

.brix---paragraph-default-25 {
  color: #000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.brix---heading-h3-size-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.brix---heading-h3-size-4.left {
  text-align: left;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon-2 {
  border-radius: 16px;
}

.brix---icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

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

.brix---content-inside-card-v14 {
  padding: 48px;
}

.brix---card-5 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

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

.brix---btn-secondary {
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #eee;
  border: 1px #eff0f6;
  border-radius: 8px;
  padding: 15px 38px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #000;
  background-color: #e4e4e4;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-16px-11 {
  margin-bottom: 30px;
}

.brix---section-16 {
  color: #fff;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-236 {
  width: 100%;
}

.text-span-36 {
  color: #145cc9;
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---color-accent-5 {
  color: #4a3aff;
}

.brix---link-wrapper-3 {
  color: #211f54;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: #4a3aff;
}

.brix---color-neutral-859 {
  color: #6e7191;
}

.brix---paragraph-default-26 {
  color: #80818f;
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.brix---paragraph-default-26.hero {
  text-align: center;
  font-size: 22px;
}

.brix---paragraph-default-26.hero.text-hero {
  color: #000;
  line-height: 31px;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1px #eff0f6;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---image-card-link-left {
  width: 100%;
  max-width: 660px;
  background-color: #fff;
  flex: none;
}

.brix---content-inside-card-v2 {
  color: #000;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  padding: 40px 76px;
  display: flex;
}

.brix---card-link-horizontal {
  box-shadow: none;
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---card-link-horizontal:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center-3 {
  max-width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.brix---container-default-17 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-17 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
}

.brix---section-17.hero-sec {
  padding-top: 100px;
  padding-bottom: 10px;
}

.brix---section-17.hero-sec.ii {
  background-color: #fff;
  padding-bottom: 40px;
}

.paragraph-4 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.paragraph-6 {
  color: #aaabb6;
  text-align: center;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
}

.brix---display-10 {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---display-10.dark-css {
  color: #000;
  text-transform: capitalize;
}

.text-block-120 {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-120.blue, .text-block-120.white {
  color: #fff;
}

.brix---link-wrapper-white-4 {
  width: 190px;
  color: #222121;
  background-color: rgba(27, 27, 27, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  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-4:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.brix---link-wrapper-white-4.blue-css {
  color: #fff;
  background-color: #145bc9;
  justify-content: center;
}

.brix---link-wrapper-white-4.blue-css.null-2 {
  border-style: none;
}

.brix---link-wrapper-white-4.blue-css.null-2:hover {
  background-color: #1f6de5;
}

.text-span-37 {
  text-transform: lowercase;
  font-size: 18px;
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 10px;
}

.brix---color-neutral-860 {
  color: #fff;
}

.box-4 {
  width: 100%;
  height: 670px;
  background-color: #eaf5ff;
  background-image: url('../images/directpay.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px;
}

.body-2 {
  background-color: #fff;
}

.brix---btn-secondary-2 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-2:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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-4:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-861 {
  color: #6e7191;
}

.brix---heading-h1-size-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
}

.brix---text-200-bold-4 {
  color: #000;
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: #4a3aff;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

.brix---flex-center {
  justify-content: flex-start;
  display: flex;
}

.brix---color-neutral-862 {
  color: #6e7191;
}

.brix---heading-h3-size-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-16px-12 {
  margin-bottom: 16px;
}

.brix---grid-stats-v1 {
  grid-column-gap: 26px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.mobile-tew {
  display: none;
}

.brix---bg-full-width-top {
  z-index: -2;
  width: 100%;
  min-height: 630px;
  background-color: #f7f7fc;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---floating-image-hero-v7 {
  z-index: -1;
  max-width: 650px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: -13%;
  transform: rotate(140deg);
}

.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---heading-h3-size-6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-3 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-5 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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-5:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-3 {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input-3:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-3:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-3::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-3::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-2-columns-form {
  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 {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---text-200-list-bold-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

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

.brix---paragraph-default-27 {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---color-neutral-863 {
  color: #6e7191;
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---heading-h1-size-7 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-v7-left-col {
  margin-top: 56px;
}

.brix---grid-hero-v7 {
  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---section-hero-v7 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---floating-image-hero-v1---3 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---floating-image-hero-v1---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-secondary-3 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-3:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-864 {
  color: #211f54;
}

.brix---grid-hero-v1-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-primary-2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

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

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

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

.margin-bottom-24px {
  margin-bottom: 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;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.body-3 {
  background-color: #fff;
  font-family: DM Sans, sans-serif;
}

.brix---cta-v4-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---cta-v5-floating-item-01 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---color-neutral-865 {
  color: #fff;
}

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-section {
  background-color: #145cc9;
  background-image: url('../images/careers.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.last-button {
  color: #2456b3;
  background-color: #fff;
  border-radius: 11px;
  padding: 20px 18px;
  display: flex;
}

.text-block-121 {
  font-size: 14px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  background-color: rgba(20, 92, 201, 0);
  border: .25px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  box-shadow: none;
  color: #fff;
  border-color: #fff;
}

.brix---big-icon-left-3 {
  background-color: #daecff;
  border-radius: 16px;
  margin-right: 16px;
}

.brix---heading-h1-size-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

.brix---text-area {
  min-height: 170px;
  box-shadow: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 27px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  display: block;
  overflow: hidden;
}

.brix---text-area:hover {
  border-color: #145cc9;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-size: 15px;
}

.brix---text-area::placeholder {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-size: 15px;
}

.brix---text-200-bold-5 {
  color: #000;
  -webkit-text-stroke-color: #6e6e6e;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.brix---color-accent-6 {
  color: #4a3aff;
}

.brix---btn-primary-6 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #145bc9;
  border-radius: 8px;
  justify-content: center;
  padding: 20px 38px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-6:hover {
  color: #fff;
  background-color: #145bc9;
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-840 {
  color: #211f54;
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---color-neutral-841 {
  color: #6e7191;
}

.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---text-201 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.brix---input-label-2 {
  color: #000;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  width: 36%;
  height: 100%;
  background-color: #161616;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---color-neutral-839 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.bold-text-8 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.brix---card-form-2 {
  min-height: 576px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---section-position-relative-2 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.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---success-message-4 {
  color: #fff;
  background-color: #145dc9;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-19 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.brix---input-4 {
  min-height: 70px;
  box-shadow: none;
  direction: ltr;
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 70%;
  line-height: 0;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-4:hover {
  box-shadow: none;
  border-color: #145bc9;
}

.brix---input-4:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-4::-ms-input-placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.brix---input-4::placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.div-block-238 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.udesly-overlay-2 {
  background-image: linear-gradient(to right, #fff 3%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff 97%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.udesly-flag-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-flag-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.udesly-flags-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.udesly-h2-title-2 {
  text-align: center;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-container-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(267deg, #fff, #fff 21%, rgba(255, 255, 255, .64) 51%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-logo-css {
  display: block;
}

.f-logo-cell {
  min-height: 96px;
  min-width: 140px;
  background-color: rgba(243, 245, 251, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 24px 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: rgba(228, 230, 241, 0);
}

.f-logo-carousel-wrap {
  min-height: 104px;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  width: 140px;
  background-image: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, .73) 60%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-section-large-3 {
  padding: 92px 5%;
  display: none;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.text-block-122 {
  color: #000;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 13px;
}

.text-block-123 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.div-block-239 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.div-block-240 {
  display: flex;
}

.textt-block-124 {
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  line-height: 40px;
  display: none;
}

.text-block-125 {
  color: #fff;
  align-self: center;
  font-size: 14px;
}

.text-block-126 {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.link-block {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .f-h3-heading {
    font-size: 70px;
  }

  .f-image-cover {
    position: -webkit-sticky;
    position: sticky;
  }

  .f-content-image-wrapper {
    height: 620px;
    max-width: 100%;
    min-width: 530px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .f-grid-two-column {
    grid-column-gap: 9px;
  }

  .f-section-regular {
    padding-top: 40px;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .heading-9 {
    font-size: 110px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 93px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 100px;
  }

  .brix---grid-2-columns-form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-hero-v7 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .image-47 {
    position: absolute;
    left: 577px;
  }

  .brix---grid-hero-v1-2 {
    grid-column-gap: 90px;
  }

  .image-48 {
    position: absolute;
    top: -70px;
    bottom: -417.352px;
    left: 633px;
  }

  .hero-heading-center {
    background-color: #fff;
  }

  .shadow-two {
    box-shadow: none;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---gallery-v10-wrapper {
    width: 150%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 44px;
  }

  blockquote {
    font-size: 24px;
    line-height: 1.7;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .section.home-hero-section {
    min-height: 800px;
  }

  .section.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pre-footer-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.home-hero-section-2 {
    min-height: 800px;
  }

  .section.home-hero-section-3 {
    min-height: 800px;
    grid-template-columns: 1fr;
  }

  .section.padding-top-0 {
    padding-top: 0;
  }

  .section.work-2-hero-section {
    min-height: auto;
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .section.work-3-hero-section {
    min-height: auto;
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .section.store-hero-section {
    min-height: 500px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grain {
    background-image: url('../images/grain.gif');
    background-size: auto;
    display: block;
  }

  .grid-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters.faq-grid, .grid-quarters.style-guide-grid {
    grid-template-columns: 1fr;
  }

  .column-large.margin-80 {
    margin-bottom: 56px;
  }

  .grid.landing-3-grid {
    z-index: 50;
    position: relative;
  }

  .heading-display-1 {
    font-size: 80px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .text-size-xlarge {
    font-size: 24px;
    line-height: 1.7;
  }

  .heading-large {
    font-size: 44px;
  }

  .heading-xlarge {
    font-size: 56px;
  }

  .grid-thirds.footer-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.footer-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.metrics-item-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.pricing-grid, .grid-thirds.grid-spacer-40 {
    grid-template-columns: 1fr;
  }

  .grid-thirds.work-cms-bottom-grid {
    margin-bottom: 56px;
  }

  .grid-thirds.metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.contact-3-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.preview-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.store-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rich-text.projects-cms {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav {
    top: 40px;
  }

  .container-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-bottom {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-halves.work-2-grid {
    width: 100%;
    max-width: 730px;
    grid-template-columns: 1fr;
  }

  .grid-halves.services-1-grid, .grid-halves.stories-grid, .grid-halves.grid-faq, .grid-halves.pricing-grid, .grid-halves.contact-grid, .grid-halves.work-1-grid {
    grid-template-columns: 1fr;
  }

  .grid-halves.store-3-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-halves.products-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-halves.checkout-grid {
    grid-template-columns: 1fr;
  }

  .footer-item {
    height: 140px;
    font-size: 44px;
  }

  .nav-fullscreen-link {
    font-size: 80px;
  }

  .nav-fullscreen-bottom {
    grid-template-columns: 1fr 1.4fr 1fr;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-links-wrap {
    display: none;
  }

  .home-hero-animation {
    width: 100%;
    height: 100%;
  }

  .work-3-bottom-wrap {
    max-width: 100%;
    padding: 40px;
  }

  .work-3-image {
    min-height: 600px;
  }

  .grid-twelve.about-grid, .grid-twelve.store-grid {
    min-height: 800px;
  }

  .about-scroll-item {
    width: 410px;
    height: 410px;
    margin-right: 60px;
  }

  .text-size-2xlarge {
    font-size: 44px;
  }

  .about-2-images-line {
    margin-bottom: 24px;
  }

  .about-2-image-line-item {
    width: 300px;
    height: 200px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .about-3-scroll-mask {
    height: 900px;
  }

  .metrics-item-4 {
    width: 100%;
    max-width: 100%;
  }

  .services-1-hero-left {
    margin-top: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .pricing-item {
    width: 100%;
    max-width: 730px;
  }

  .stories-grid-image {
    max-width: 730px;
  }

  .faq-icon {
    flex: none;
  }

  .moving-image {
    width: 500px;
    height: 645px;
    object-fit: cover;
  }

  .features-3-bttom {
    display: none;
  }

  .work-2-project-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-2-hero-image, .work-2-hero-image.image-1 {
    width: 400px;
    height: 400px;
  }

  .work-3-hero-images {
    grid-template-columns: 1fr 1fr;
  }

  .work-3-hero-image.image-1 {
    z-index: 1;
    width: 50%;
    position: relative;
  }

  .work-3-hero-image.image-2 {
    z-index: 2;
    width: 75%;
    position: relative;
  }

  .work-3-hero-image.image-3 {
    z-index: 1;
    width: 50%;
    position: relative;
  }

  .work-3-project-item {
    flex-direction: column;
  }

  .work-3-project-image {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .work-cms-header {
    margin-bottom: 32px;
  }

  .work-cms-wrap.margin-24 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-3-item {
    width: 100%;
    max-width: 730px;
  }

  .overlay-landing-3-mobile {
    z-index: 40;
    background-color: rgba(12, 14, 15, .3);
    display: block;
  }

  .work-1-collection-item, .work-3-collection-item {
    width: 100%;
    max-width: 730px;
  }

  .projects-header {
    margin-bottom: 0;
  }

  .work-3-header {
    margin-bottom: 8px;
  }

  .store-1-item {
    width: 100%;
    max-width: 730px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .store-1-image {
    height: auto;
  }

  .store-3-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .products-header {
    flex-flow: wrap;
  }

  .store-2-item {
    max-width: 730px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .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---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-menu-wrapper-v2 {
    background-color: #fff;
    border: 1px solid #eff0f6;
    border-radius: 28px;
    margin-top: 19px;
    padding: 24px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-wrapper-v9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-image-cover {
    display: block;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .new-footer-text {
    width: 31%;
    font-size: 14px;
  }

  .brix---footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-v1-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .new-button-css {
    min-height: auto;
  }

  .brix---link-wrapper-white {
    background-color: #242424;
  }

  .brix---link-wrapper-white.change {
    margin-bottom: 0;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey.cloud {
    height: 100%;
  }

  .brix---footer-logo {
    margin-right: 10px;
  }

  .heading-11 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 40px;
  }

  .text-block-104 {
    font-size: 18px;
  }

  .brix---display-9 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .heading-9.size {
    font-size: 40px;
  }

  .brix---section-5 {
    background-position: 0 100%, 160% -40%;
    background-size: 540px, 490px;
    padding: 118px 24px;
  }

  .brix---stats-v7-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-primary-small-2 {
    font-family: Opensauceone, sans-serif;
    font-weight: 500;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    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: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .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---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---container-default-6 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---container-default-6.gap {
    display: none;
  }

  .brix---header-wrapper-2 {
    padding: 24px 20px;
    display: block;
    overflow: visible;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .brix---display-8 {
    font-size: 22px;
    line-height: 38px;
  }

  .new-button-css-2 {
    min-height: auto;
  }

  .brix---section-4 {
    padding: 118px 24px 0;
  }

  .padding-section-large {
    flex-direction: column;
    padding: 3rem 0 6rem;
    display: flex;
  }

  .brix---display-7 {
    font-size: 64px;
    line-height: 76px;
  }

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

  .text-block-110 {
    font-size: 18px;
  }

  .brix---slider-mask-width-490px-2 {
    max-width: 540px;
    position: static;
  }

  .brix---heading-h2-size-12 {
    font-family: Inter, sans-serif;
    font-size: 40px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 118px;
    padding-bottom: 140px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

  .brix---card-testimonial-color-5 {
    width: 100%;
    height: 100%;
  }

  .combine-form_input {
    min-width: 12rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---text-300-bold {
    margin-left: 20px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---pricing-content-v10-popular {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---section-12 {
    padding: 60px 30px 118px;
  }

  .brix---mg-bottom-48px-7 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---pricing-content-v10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-family: Inter, sans-serif;
    font-size: 40px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---section-13 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---mg-bottom-48px-10 {
    margin-bottom: 40px;
  }

  .brix---section-14 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---paragraph-default-22.text-20 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .brix---card-testimonial-color-8 {
    width: 100%;
    height: 100%;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-23 {
    font-size: 20px;
  }

  .brix---mg-bottom-48px-11 {
    margin-bottom: 40px;
  }

  .brix---section-15 {
    padding-top: 0;
    padding-bottom: 118px;
  }

  .udesly-grid-four-column-2 {
    max-width: 300px;
    grid-row-gap: 57px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .udesly-paragraph-small-4.color {
    color: #1e5643;
  }

  .udesly-udesly-text-semibold-3 {
    font-size: 14px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    font-size: 65px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding: 160px 40px;
  }

  .brix---hamburger-menu-bar-bottom-3 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-3 {
    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: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle-2 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-3 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .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---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-3 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-logo-3 {
    max-width: 232px;
  }

  .brix---header-wrapper-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .brix---btn-primary-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-13 {
    text-align: left;
    font-size: 40px;
    line-height: 46px;
  }

  .brix---inner-container-490px {
    width: 100%;
    max-width: 640px;
    min-width: 100%;
  }

  .brix---grid-top---text-2-buttons {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    grid-row-gap: 24px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.45fr;
    justify-items: stretch;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns-dropdown {
    grid-template-columns: 1fr;
  }

  .brix---dropdown-pd-48px {
    padding: 24px 0 32px;
  }

  .brix---dropdown-card-wrapper-836px {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-wrapper-836px.w--open {
    position: static;
    transform: none;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .f-testimonial-slider-grid-large-2 {
    grid-template-columns: 1fr;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .container-15 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .combine-heading-style-h2-2 {
    font-size: 40px;
  }

  .combine-padding-section-medium-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .brix---logo-strip-image-card {
    width: 200px;
    border-radius: 12px;
  }

  .brix---text-center-12.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-48px-12 {
    margin-bottom: 40px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---color-neutral-858 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: left;
  }

  .brix---paragraph-default-25 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 22px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-secondary {
    box-shadow: none;
  }

  .brix---section-16 {
    padding: 60px 40px 118px;
  }

  .div-block-236 {
    max-width: 690px;
    min-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .brix---paragraph-default-26 {
    font-size: 19px;
  }

  .brix---image-card-link-left {
    max-width: 100%;
  }

  .brix---card-link-horizontal {
    flex-direction: column;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-14 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---section-17.hero-sec {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---display-10 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---link-wrapper-white-4 {
    background-color: #242424;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
  }

  .brix---heading-h3-size-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .text-span-38 {
    width: 95.9687%;
  }

  .brix---floating-image-hero-v7 {
    top: 24%;
    right: -30%;
  }

  .brix---heading-h3-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-7 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v7-left-col {
    margin-top: 0;
  }

  .brix---grid-hero-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---3 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---4 {
    top: 24%;
    right: -30%;
  }

  .brix---grid-hero-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .brix---cta-v4-floating-item-02 {
    width: 70%;
  }

  .brix---cta-v5-floating-item-01 {
    width: 40%;
    display: none;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---heading-h1-size-8 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---card-form-2 {
    padding: 54px 32px;
  }

  .brix---section-position-relative-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .div-block-238 {
    width: 100%;
    justify-content: space-between;
  }

  .f-container-regular-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .f-logo-gradient-r {
    background-image: none;
  }

  .f-logo-carousel-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .f-logo-gradient-l {
    background-image: none;
  }

  .f-section-large-3 {
    margin-bottom: 100px;
    padding: 0 0%;
    display: block;
  }

  .image-49 {
    max-width: 60%;
  }

  .image-50, .image-51 {
    max-width: 80%;
  }

  .textt-block-124 {
    font-size: 14px;
  }

  .text-block-125 {
    color: #fff;
    align-self: center;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  blockquote {
    font-size: 20px;
  }

  .page-wrap {
    display: block;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-hero-section {
    min-height: 700px;
  }

  .section.pre-footer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-hero-section-2, .section.home-hero-section-3 {
    min-height: 700px;
  }

  .section.work-1-hero-section {
    min-height: auto;
  }

  .section.work-2-hero-section {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.work-3-hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.store-hero-section {
    min-height: 400px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grain {
    opacity: .04;
    display: flex;
    position: absolute;
  }

  .heading-display-1 {
    font-size: 44px;
  }

  .text-size-xlarge {
    font-size: 20px;
  }

  .text-size-xlarge.margin-40 {
    margin-bottom: 24px;
  }

  .text-align-center.text-size-small.text-color-primary-2 {
    font-family: Montserrat, sans-serif;
  }

  .heading-xsmall {
    font-size: 20px;
  }

  .heading-small {
    font-size: 24px;
  }

  .heading-medium {
    font-size: 28px;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-xlarge {
    font-size: 36px;
  }

  .heading-xlarge.margin-56 {
    margin-bottom: 40px;
  }

  .grid-thirds.work-cms-bottom-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .grid-thirds.metrics-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .margin-56 {
    margin-bottom: 40px;
  }

  .margin-80 {
    margin-bottom: 56px;
  }

  .rich-text h1 {
    font-size: 32px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h3 {
    font-size: 24px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 18px;
  }

  .rich-text.projects-cms {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav {
    top: 24px;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-halves.work-grid, .grid-halves.style-guide-grid {
    grid-template-columns: 1fr;
  }

  .grid-halves.store-3-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-item {
    height: 120px;
    font-size: 36px;
  }

  .nav-fullscreen-link {
    font-size: 56px;
  }

  .nav-fullscreen-bottom {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-2-bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-collection-item {
    margin-top: 4px;
    margin-left: 0;
  }

  .logo {
    max-height: 24px;
  }

  .work-3-bottom-wrap {
    padding: 24px;
  }

  .work-3-image {
    min-height: 500px;
  }

  .grid-twelve.about-grid, .grid-twelve.store-grid {
    min-height: 700px;
  }

  .about-scroll-item {
    width: 310px;
    height: 310px;
  }

  .text-size-2xlarge {
    font-size: 36px;
  }

  .partner-item {
    height: 240px;
  }

  .about-2-image-line-item {
    width: 252px;
    height: 168px;
  }

  .about-3-scroll-mask {
    height: 700px;
  }

  .services-1-hero-image {
    width: 300px;
    height: 354px;
  }

  .faq-icon {
    flex: none;
  }

  .moving-image {
    width: 390px;
    height: 503px;
  }

  .work-1-hero-left-image, .work-1-hero-right-image {
    z-index: -1;
    width: 24vw;
    height: 28vh;
    opacity: .4;
  }

  .work-cms-wrap.margin-24 {
    padding-bottom: 24px;
  }

  .related-projects-item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .related-projects-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .related-projects-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-field-wrap {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .licenses-item {
    height: 200px;
  }

  .nav-fullscreen-bottom-center {
    display: none;
  }

  .work-3-header {
    margin-bottom: 0;
  }

  .store-categories-bar, .store-categories-wrap {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 60px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col, .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-button-secondary {
    width: 100%;
    min-height: 100%;
  }

  .f-button-neutral {
    width: 100%;
    min-height: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .f-button-wrapper._2nd-hero {
    grid-column-gap: 0px;
    border-top: 1px #000;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    display: flex;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .new-footer-text {
    width: 60%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---grid-footer-v1-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-222 {
    justify-content: center;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---link-wrapper-white {
    background-color: #1f1e1e;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey {
    width: 38%;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey.cloud {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---footer-logo {
    display: none;
  }

  .heading-11 {
    text-align: left;
    margin-right: 0;
    font-size: 45px;
  }

  .heading-11.white-text {
    text-align: center;
    font-size: 40px;
  }

  .heading-11.white-text.null {
    font-size: 30px;
  }

  .text-block-104 {
    text-align: left;
  }

  .text-block-104.white-text {
    text-align: center;
  }

  .text-block-104.white-text.null2 {
    font-size: 20px;
  }

  .brix---display-9 {
    font-size: 45px;
    line-height: 56px;
  }

  .brix---text-300-bold-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-9 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-9.size {
    font-size: 40px;
  }

  .brix---card-content-v7-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---section-5 {
    background-position: 0 100%, 121% -2%;
    background-size: 750px, 320px;
    padding: 100px 24px;
  }

  .brix---stats-v7-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    border-top-style: none;
    border-bottom-style: none;
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .combine-form_input-grey {
    min-width: 0;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .brix---display-8 {
    font-size: 20px;
    line-height: 32px;
  }

  .quick-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---section-4 {
    padding: 100px 30px 10px;
  }

  .div-block-227 {
    justify-content: center;
  }

  .div-block-227._2nd-tab {
    justify-content: flex-start;
  }

  .padding-section-large {
    padding: 0 0 4rem;
  }

  .brix---icon-big-stats-v7-2 {
    width: 80px;
    border-radius: 17px;
  }

  .brix---display-7 {
    font-size: 40px;
    line-height: 54px;
  }

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

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .text-block-110 {
    text-align: left;
  }

  .brix---heading-h2-size-12 {
    font-family: Inter, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-color-6 {
    padding: 48px 32px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---card-testimonial-color-4 {
    padding: 48px 32px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 8px;
  }

  .brix---card-testimonial-color-5 {
    padding: 48px 32px;
  }

  .combine-form_input {
    min-width: 0;
  }

  .combine-header3_component {
    flex-direction: column;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .udesly-flag-block-02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
  }

  .udesly-flag-block-01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-flags-wrapper {
    grid-column-gap: 10px;
  }

  .udesly-h2-title.udesly-text-extrabold {
    font-size: 32px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 55px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto 1fr;
    justify-content: stretch;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .brix---pricing-content-v10-popular {
    height: 100%;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-top-40px {
    width: 100%;
    margin-top: 32px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---card-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .brix---section-12 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .brix---mg-bottom-16px-8 {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .brix---mg-bottom-16px-8._2nd-type {
    width: 100%;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .brix---mg-bottom-32px-2.box-sm {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .div-block-229 {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---pricing-content-v10 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---square-icon-large {
    width: 84px;
    max-width: 100%;
    border-radius: 21px;
  }

  .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---heading-h2-size {
    font-family: Inter, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---card-link-content-left-fw {
    align-items: stretch;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---section-13 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-10 {
    margin-bottom: 32px;
  }

  .brix---section-14 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---paragraph-default-22.text-20 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .brix---card-testimonial-color-7 {
    padding: 48px 32px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 8px;
  }

  .brix---card-testimonial-color-8 {
    padding: 48px 32px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---text-300-medium {
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---heading-h3-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-23 {
    font-size: 18px;
  }

  .brix---mg-bottom-48px-11 {
    margin-bottom: 32px;
  }

  .brix---section-15 {
    padding: 100px 40px;
  }

  .udesly-grid-four-column-2 {
    grid-template-columns: 1fr;
  }

  .udesly-paragraph-small-4 {
    font-size: 12px;
  }

  .udesly-paragraph-small-4.text-color, .udesly-paragraph-small-4.color {
    font-size: 15px;
  }

  .udesly-udesly-text-semibold-3.udesly-large {
    font-size: 25px;
    font-weight: 700;
  }

  .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---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---footer-list-item-3 {
    width: 170px;
    margin-bottom: 10px;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-3 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    display: block;
  }

  .brix---header-logo-3 {
    max-width: 90%;
  }

  .brix---gallery-v10-wrapper {
    width: 100%;
    flex-direction: column;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---btn-primary-3 {
    height: 100%;
    min-height: 100%;
    padding: 20px 51px;
    font-family: Opensauceone, sans-serif;
    font-weight: 500;
  }

  .brix---heading-h2-size-13 {
    font-size: 30px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200, .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---square-dropdown-icon {
    max-width: 52px;
    border-radius: 12px;
  }

  .brix---grid-2-columns-dropdown {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .brix---dropdown-pd-48px {
    padding-bottom: 24px;
  }

  .f-testimonial-right-a-2, .f-testimonial-left-a-2 {
    display: none;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .combine-text-size-regular-2 {
    font-size: 20px;
  }

  .combine-heading-style-h2-2 {
    font-size: 40px;
  }

  .combine-padding-section-medium-2 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-section_gallery3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---text-center-12.hero.yyy {
    padding-top: 60px;
  }

  .brix---mg-bottom-48px-12 {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---paragraph-default-25 {
    font-size: 20px;
  }

  .brix---square-icon-2 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Opensauceone, sans-serif;
    font-weight: 500;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 8px;
  }

  .brix---section-16 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---paragraph-default-26, .brix---paragraph-default-26.hero.text-hero {
    font-size: 18px;
  }

  .brix---content-inside-card, .brix---content-inside-card-v2 {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-14 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .brix---container-default-17 {
    padding-top: 0;
  }

  .brix---section-17 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section-17.hero-sec.ii {
    padding-top: 0;
  }

  .brix---display-10 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---link-wrapper-white-4 {
    height: 100%;
    background-color: rgba(31, 30, 30, 0);
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---text-200-bold-4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-16px-12 {
    margin-bottom: 8px;
  }

  .brix---grid-stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .text-span-39 {
    font-size: 20px;
    font-weight: 400;
  }

  .brix---floating-image-hero-v7 {
    max-width: 480px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
  }

  .brix---input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---grid-2-columns-form {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-list-bold-3 {
    font-size: 16px;
  }

  .brix---paragraph-default-27 {
    font-size: 18px;
    line-height: 25px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v7 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v7 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---3 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---4 {
    max-width: 480px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-hero-v1-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    background-position: -290px 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

  .brix---big-icon-left-3 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---text-200-bold-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-6 {
    padding: 20px 32px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---card-form-2 {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---input-4 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .udesly-flag-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
  }

  .udesly-flag-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-flags-wrapper-2 {
    grid-column-gap: 10px;
  }

  .udesly-h2-title-2.udesly-text-extrabold {
    font-size: 32px;
  }

  .f-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-section-large-3.jkf {
    margin-bottom: 0;
  }

  .text-block-122 {
    margin-bottom: 5px;
  }

  .textt-block-124 {
    font-size: 13px;
    display: flex;
  }

  .image-52, .text-block-126 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .page-wrap {
    background-color: rgba(0, 0, 0, 0);
  }

  .section.home-hero-section {
    min-height: 600px;
  }

  .section.pre-footer-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-hero-section-2, .section.home-hero-section-3 {
    min-height: 600px;
  }

  .section.work-2-hero-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.work-3-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section._404-section {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #0b0f0f;
  }

  .section.store-hero-section {
    min-height: 300px;
  }

  .container {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
  }

  .grain {
    opacity: .04;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/grain.gif');
    background-position: 0 0;
    background-size: auto;
    display: block;
    position: absolute;
  }

  .grid-quarters {
    grid-template-columns: 1fr;
  }

  .grid-quarters.metrics-item-2-grid {
    grid-row-gap: 16px;
  }

  .grid._404-grid {
    grid-row-gap: 23px;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: row dense;
  }

  .heading-display-1 {
    font-size: 32px;
  }

  .text-size-medium {
    font-size: 16px;
  }

  .text-size-xlarge {
    font-size: 18px;
    line-height: 1.6;
  }

  .text-align-center {
    mix-blend-mode: normal;
    margin-bottom: 0;
    font-size: 32px;
    display: block;
  }

  .text-align-center.text-size-small.text-color-primary-2 {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.8;
  }

  .heading-xsmall {
    font-size: 16px;
  }

  .heading-small {
    font-size: 18px;
  }

  .heading-medium {
    font-size: 20px;
  }

  .heading-large {
    font-size: 24px;
  }

  .heading-xlarge {
    font-size: 28px;
  }

  .grid-thirds.grid-spacer-0, .grid-thirds.metrics-item-3-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.grid-spacer-40 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-thirds.work-cms-bottom-grid {
    margin-bottom: 0;
  }

  .grid-thirds.style-guide-grid, .grid-thirds.preview-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.store-1-grid {
    grid-row-gap: 24px;
  }

  .button {
    width: 100%;
  }

  .button-secondary {
    width: 100%;
    color: #0b0f0f;
    background-color: #fff;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 49px;
    padding-right: 49px;
    font-family: Syne, sans-serif;
  }

  .button-secondary:hover {
    background-color: #e2e2e2;
  }

  .button-link {
    width: 100%;
  }

  .margin-56 {
    margin-bottom: 40px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-large {
    padding: 15px;
  }

  .nav-logo.w--current {
    flex-direction: row;
    flex: none;
    order: 0;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .nav-wrap {
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .home-hero-bottom {
    flex-direction: column;
    align-items: center;
  }

  .grid-halves, .grid-halves.metrics-grid {
    grid-template-columns: 1fr;
  }

  .grid-halves.services-1-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid-halves.grid-faq, .grid-halves.about-skills-grid {
    grid-row-gap: 0px;
  }

  .grid-halves.store-3-grid {
    grid-row-gap: 24px;
  }

  .footer-item {
    height: 100px;
    font-size: 32px;
  }

  .nav-fullscreen-link {
    font-size: 32px;
  }

  .services-collection-list {
    flex-direction: column;
  }

  .services-collection-item.left {
    margin-top: 0;
  }

  .logo {
    max-width: 300%;
  }

  .work-3-image {
    min-height: 400px;
  }

  .grid-twelve.about-grid {
    min-height: 600px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-twelve.store-grid {
    min-height: 600px;
  }

  .about-badge._404-badge {
    max-width: 100%;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
  }

  .about-scroll-item {
    width: 210px;
    height: 210px;
  }

  .text-size-2xlarge {
    font-size: 28px;
  }

  .about-2-image-line-item {
    width: 180px;
    height: 120px;
  }

  .about-3-scroll-mask {
    height: 600px;
  }

  .metrics-item-4, .services-list-item {
    padding: 24px;
  }

  .services-1-hero-left {
    margin-top: 100px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .pricing-item {
    padding: 23px;
  }

  .moving-image {
    width: 272px;
    height: 350px;
  }

  .work-1-hero-left-image, .work-1-hero-right-image {
    z-index: -1;
  }

  .work-1-project-item {
    padding: 24px;
  }

  .work-1-project-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-2-project-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-2-hero-image, .work-2-hero-image.image-1 {
    width: 300px;
    height: 300px;
  }

  .related-projects-wrap {
    margin-bottom: 8px;
  }

  .related-projects-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-right-top {
    padding: 24px;
  }

  .contact-right-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-field-wrap {
    padding: 24px;
  }

  .form-radio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-radio-label {
    font-size: 12px;
  }

  .contact-3-item, .licenses-item {
    padding: 24px;
  }

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

  .footer-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .store-1-item {
    padding: 24px;
  }

  .store-1-image {
    margin-bottom: 24px;
  }

  .store-1-item-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-3-mask {
    margin-bottom: 20px;
  }

  .products-left {
    border-style: none;
    padding: 0;
  }

  .default-state {
    grid-template-columns: 1fr;
  }

  .buy-now-button, .add-to-cart-button {
    width: 100%;
  }

  .store-2-item {
    padding: 24px;
  }

  .checkout-block-header {
    flex-flow: wrap;
  }

  .shipping-method {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .order-item-header {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-list-item-wrapper {
    align-items: flex-start;
  }

  .brix---grid-3-icon-list {
    grid-template-columns: 1fr;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .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 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-logo.brix---logo-v14 {
    max-width: 100%;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---header-nav-list-item-show-in-tablet, .brix---header-nav-list-item-left {
    width: 100%;
    text-align: left;
  }

  .brix---header-wrapper-rounded {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .f-paragraph-large {
    font-size: 18px;
    line-height: 23px;
  }

  .f-button-secondary, .f-button-secondary.nx-button {
    width: 100%;
  }

  .f-button-neutral {
    width: 100%;
    font-size: 14px;
    display: block;
  }

  .f-button-wrapper {
    justify-content: space-between;
  }

  .f-content-image-wrapper {
    height: 400px;
  }

  .f-margin-bottom-65 {
    margin-bottom: 20px;
  }

  .f-section-regular {
    padding-top: 60px;
  }

  .f-navigation-button {
    display: none;
  }

  .bold-text {
    font-size: 14px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .brix---footer-link-2 {
    font-size: 14px;
    line-height: 19px;
  }

  .new-footer-text {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

  .brix---footer-bottom-2 {
    justify-content: center;
  }

  .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---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-button-css {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .css-text {
    font-size: 14px;
  }

  .div-block-222 {
    flex-direction: column;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .text-block-106.white {
    font-size: 13px;
  }

  .brix---link-wrapper-white {
    width: 100%;
    margin-bottom: 10px;
  }

  .brix---link-wrapper-white.change {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey {
    width: 100%;
  }

  .brix---link-wrapper-white.change._2nd-hero.grey.cloud {
    margin-bottom: 10px;
  }

  .brix---link-wrapper-white.change.blue {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---link-wrapper-white.grey-css {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 110px;
    margin-right: 10px;
    display: none;
    overflow: visible;
  }

  .heading-11, .heading-11.white-text, .heading-11.white-text.null {
    font-size: 30px;
  }

  .text-block-104, .text-block-104.white-text {
    font-size: 15px;
  }

  .text-block-104.white-text.null2 {
    font-size: 16px;
  }

  .text-block-107 {
    font-size: 14px;
  }

  .brix---display-9 {
    font-size: 50px;
    line-height: 70px;
  }

  .text-span-22 {
    color: #145bc9;
  }

  .brix---text-300-bold-4 {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-9 {
    max-width: 650px;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-9.size {
    text-transform: capitalize;
    font-size: 30px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---section-5 {
    background-size: 750px, 260px;
  }

  .brix---stats-v7-grid-3, .brix---stats-v7-grid-3.landing-page {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    background-color: #145cc9;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---btn-primary-small-2:hover {
    font-weight: 500;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    width: 100%;
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
  }

  .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .brix---header-menu-wrapper-2 {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-bottom: 0;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---header-content-wrapper-2 {
    align-items: center;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---container-default-6.gap {
    margin-bottom: 60px;
  }

  .brix---header-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-form {
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---display-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .box-3 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .new-button-css-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-4 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-227 {
    flex-direction: column;
  }

  .div-block-227._2nd-tab {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---icon-big-stats-v7-2 {
    width: 50px;
    border-radius: 18px;
  }

  .text-block-109.blue, .text-block-109.white {
    font-size: 13px;
  }

  .button-3 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .button-3.gap {
    margin-right: 10px;
  }

  .text-span-18 {
    font-size: 16px;
  }

  .brix---display-7 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .brix---display-7.bold-white {
    margin-bottom: 10px;
    font-size: 30px;
  }

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

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

  .box-2 {
    height: 100%;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 20px;
  }

  .text-block-110 {
    font-size: 15px;
  }

  .brix---slider-mask-width-490px-2 {
    max-width: 540px;
  }

  .brix---paragraph-default-20 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-12 {
    font-size: 34px;
    line-height: 34px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    bottom: -72px;
    left: 26%;
  }

  .brix---card-testimonial-color-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 15px;
  }

  .brix---card-testimonial-color-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    width: 100%;
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .brix---text-300-bold {
    margin-left: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .brix---display-3 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 39px;
  }

  .brix---mg-top-40px {
    flex-direction: column;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 0;
    font-size: 25px;
    line-height: 16px;
  }

  .brix---card-4 {
    border-radius: 11px;
  }

  .brix---section-12 {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 15px;
  }

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
  }

  .brix---paragraph-default-16.black {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---text-200-list-bold-2 {
    width: 250px;
    font-size: 14px;
    line-height: 20px;
  }

  .brix---container-default-7 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-4 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 37px;
  }

  .brix---card-pricing-popular-2 {
    background-position: 230% 100%;
    border-radius: 11px;
  }

  .text-block-115.blue, .text-block-115.white {
    font-size: 13px;
  }

  .text-block-115.white.dark {
    font-size: 14px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---pricing-content-v10 {
    padding-bottom: 60px;
  }

  .text-span-29 {
    font-size: 17px;
  }

  .div-block-197, .div-block-198 {
    padding: 50px;
  }

  .div-block-200 {
    padding: 51px;
  }

  .div-block-199 {
    padding: 50px;
  }

  .brix---paragraph-default-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-large {
    max-width: 80px;
    border-radius: 21px;
  }

  .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---heading-h2-size {
    text-align: left;
    font-size: 40px;
    line-height: 38px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---card-link-content-left-fw {
    padding: 40px 24px 34px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---mg-bottom-48px-10 {
    margin-bottom: 32px;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---icon-success-message-left-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-22 {
    font-size: 15px;
    line-height: 28px;
  }

  .brix---paragraph-default-22.text-20 {
    font-size: 18px;
    line-height: 23px;
  }

  .brix---container-default-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-testimonial-color-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 15px;
  }

  .brix---card-testimonial-color-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---text-300-medium {
    font-size: 16px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-23 {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }

  .brix---mg-bottom-48px-11 {
    margin-bottom: 32px;
  }

  .brix---container-default-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-15 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-grid-four-column-2 {
    grid-template-columns: 1fr;
  }

  .udesly-paragraph-small-4 {
    font-size: 16px;
  }

  .udesly-paragraph-small-4.text-color {
    font-size: 14px;
  }

  .udesly-paragraph-small-4.color {
    font-size: 16px;
  }

  .udesly-udesly-text-semibold-3.udesly-large {
    font-size: 24px;
    font-weight: 700;
  }

  .udesly-udesly-text-semibold-3.udesly-large.text-color, .udesly-udesly-text-semibold-3.udesly-large.color-text {
    font-size: 25px;
  }

  .udesly-stats-card-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .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---button-row-left.changes {
    margin-bottom: 10px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-24 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 70px;
  }

  .brix---container-default-16 {
    margin-top: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---hero-bg-image-dark {
    padding: 100px 20px;
  }

  .brix---footer-list-item-3 {
    margin-bottom: 8px;
  }

  .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-middle-2 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-3 {
    max-width: 84%;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-13 {
    font-size: 40px;
    line-height: 50px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-200, .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---square-dropdown-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---dropdown-pd-48px {
    padding-top: 32px;
  }

  .div-block-235 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .container-15 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .combine-text-size-regular-2 {
    text-align: left;
    font-size: 18px;
  }

  .combine-heading-style-h2-2 {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .combine-padding-section-medium-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-section_gallery3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---logo-strip-image-card {
    width: 120px;
    border-radius: 10px;
    margin: 6px;
    box-shadow: 0 1px 6px rgba(20, 20, 43, .08);
  }

  .brix---text-center-12 {
    padding: 40px 25px;
  }

  .brix---mg-bottom-48px-12 {
    margin-bottom: 32px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---paragraph-default-25 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-2 {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 15px;
  }

  .brix---section-16 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---paragraph-default-26 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .brix---paragraph-default-26.hero.text-hero {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-14 {
    font-size: 30px;
    line-height: 34px;
  }

  .brix---container-default-17 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-17 {
    padding-top: 60px;
  }

  .brix---section-17.hero-sec {
    padding: 40px 0;
  }

  .brix---display-10 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-120.blue, .text-block-120.white {
    font-size: 13px;
  }

  .brix---link-wrapper-white-4 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-span-37 {
    font-size: 16px;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 20px;
  }

  .box-4 {
    height: 100%;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---heading-h1-size-6 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 52px;
  }

  .brix---text-200-bold-4 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-16px-12 {
    margin-bottom: 15px;
  }

  .brix---grid-stats-v1 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .text-span-38 {
    font-size: 18px;
  }

  .mobile-button {
    width: 100%;
    text-align: center;
    background-color: #145cc9;
    border-radius: 8px;
  }

  .mobile-tew {
    width: 100%;
    border-radius: 8px;
    padding: 15px 47px;
    font-size: 15px;
    display: none;
  }

  .text-span-39 {
    text-align: center;
    font-size: 17px;
  }

  .text-span-40 {
    color: #fff;
    font-weight: 700;
  }

  .brix---floating-image-hero-v7 {
    display: none;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-3 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-3::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default-27 {
    font-size: 15px;
    line-height: 28px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-v7 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .brix---floating-image-hero-v1---3 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---4 {
    display: none;
  }

  .brix---btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-hero-primary-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

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

  .brix---cta-v5-floating-item-01 {
    top: -3%;
    left: -2%;
  }

  .brix---cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .last-button {
    justify-content: center;
  }

  .brix---card-link-icon-wrapper {
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: row;
    align-items: center;
    padding: 26px 24px;
    font-family: DM Sans, sans-serif;
  }

  .brix---big-icon-left-3 {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 12px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area:hover {
    border-color: #145cc9;
  }

  .brix---text-area::-ms-input-placeholder {
    color: #000;
    font-size: 15px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    color: #000;
    font-size: 15px;
    line-height: 24px;
  }

  .brix---text-200-bold-5 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .bold-text-8 {
    font-size: 15px;
  }

  .brix---card-form-2 {
    border-radius: 8px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---section-position-relative-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-19 {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 20px;
  }

  .brix---input-4 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-4::-ms-input-placeholder {
    color: #000;
    font-size: 15px;
    line-height: 16px;
  }

  .brix---input-4::placeholder {
    color: #000;
    font-size: 15px;
    line-height: 16px;
  }

  .div-block-237 {
    text-align: left;
  }

  .div-block-238 {
    flex-direction: column;
    align-items: center;
  }

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-section-large-3 {
    padding-left: 0%;
  }

  .f-section-large-3.jkf {
    margin-bottom: 0;
  }

  .text-block-122 {
    text-align: left;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .textt-block-124 {
    margin-right: 0;
  }

  .text-block-125 {
    margin-bottom: 0;
  }

  .image-52 {
    display: none;
  }
}

#w-node-_1fd8e29b-07d5-808a-8a6f-c42b3032c0e9-f0b1014c {
  align-self: center;
  justify-self: auto;
}

#w-node-_1fd8e29b-07d5-808a-8a6f-c42b3032c0fa-f0b1014c {
  align-self: center;
  justify-self: stretch;
}

#w-node-_3ca55cbd-f7b8-4402-c68d-a62e75647165-7564714b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ca55cbd-f7b8-4402-c68d-a62e75647175-7564714b {
  justify-self: center;
}

#w-node-_3ca55cbd-f7b8-4402-c68d-a62e75647182-7564714b {
  justify-self: start;
}

#w-node-_814bad15-b480-6ee2-d610-60ac9a61f940-9a61f93a, #w-node-_814bad15-b480-6ee2-d610-60ac9a61f94c-9a61f93a, #w-node-_814bad15-b480-6ee2-d610-60ac9a61f95a-9a61f93a, #w-node-_814bad15-b480-6ee2-d610-60ac9a61f966-9a61f93a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc2803d2-b640-bc3c-c1c4-9d4aad52f838-ad52f831 {
  justify-self: start;
}

#w-node-dc2803d2-b640-bc3c-c1c4-9d4aad52f839-ad52f831, #w-node-dc2803d2-b640-bc3c-c1c4-9d4aad52f83a-ad52f831, #w-node-dc2803d2-b640-bc3c-c1c4-9d4aad52f83b-ad52f831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4d8285-a0db-1780-6dfb-66fb823fb047-67bbbeda {
  justify-self: stretch;
}

#w-node-_34cda972-b5a7-0710-414d-e4783a7fde97-67bbbeda, #w-node-_34cda972-b5a7-0710-414d-e4783a7fde99-67bbbeda, #w-node-_34cda972-b5a7-0710-414d-e4783a7fde9b-67bbbeda, #w-node-_34cda972-b5a7-0710-414d-e4783a7fde9d-67bbbeda, #w-node-_34cda972-b5a7-0710-414d-e4783a7fde9f-67bbbeda, #w-node-d2723ebf-6288-efd1-3c4a-42b9eb595edd-d07229de, #w-node-d2723ebf-6288-efd1-3c4a-42b9eb595edf-d07229de, #w-node-d2723ebf-6288-efd1-3c4a-42b9eb595ee1-d07229de, #w-node-d2723ebf-6288-efd1-3c4a-42b9eb595ee3-d07229de, #w-node-d2723ebf-6288-efd1-3c4a-42b9eb595ee5-d07229de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15762463-1abc-2eff-86b1-bef798be690d-441ffd2c {
  align-self: start;
}

#w-node-_15762463-1abc-2eff-86b1-bef798be693f-441ffd2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15762463-1abc-2eff-86b1-bef798be6943-441ffd2c {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_1fd8e29b-07d5-808a-8a6f-c42b3032c0e9-f0b1014c {
    align-self: center;
    justify-self: auto;
  }

  #w-node-_1fd8e29b-07d5-808a-8a6f-c42b3032c0fa-f0b1014c {
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1fd8e29b-07d5-808a-8a6f-c42b3032c0e9-f0b1014c {
    order: -9999;
  }

  #w-node-_4f4d8285-a0db-1780-6dfb-66fb823fb047-67bbbeda {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: stretch;
  }

  #w-node-_4f4d8285-a0db-1780-6dfb-66fb823fb050-67bbbeda {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc2803d2-b640-bc3c-c1c4-9d4aad52f838-ad52f831 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc2803d2-b640-bc3c-c1c4-9d4aad52f838-ad52f831 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-c4489915-6122-9a88-b325-09d2a5b0c440-67bbbeda, #w-node-ab315ced-c97b-9bf0-b441-555fdccdade1-d07229de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15762463-1abc-2eff-86b1-bef798be6919-441ffd2c {
    align-self: center;
  }

  #w-node-_15762463-1abc-2eff-86b1-bef798be6922-441ffd2c, #w-node-abbb24e6-ce6f-65e0-c662-2b53f57169ba-441ffd2c {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_15762463-1abc-2eff-86b1-bef798be693f-441ffd2c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}