@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  /* 100 se 900 tak ka range */
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  /* 100 se 900 tak ka range */
  font-style: italic;
}

:root {
  --color: white;
  --gradient: var(--white);
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #e62f33;
  --elements-webflow-library--neutral--800: #211f54;
  --secondary: #1d222d;
  --new-grey: #a4a7ae;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b00;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #fffc;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #f7f7fce6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --white: transparent;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50-2: #f9f5ff;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --black: black;
  --info-bg-color: #1b2235;
  --looks-text: #767b86;
  --about-small-div-bg: #242d44;
  --elements-webflow-library--secondary--color-1: #fff6;
  --footer-text: #fff9;
  --elements-webflow-library--secondary--color-2: var(--info-bg-color);
  --flowui-component-library--gray-900: #737373;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #0000000f;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-200: #f3f5fb;
  --color-2: #ffffffb3;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --color-3: #e5eef1;
  --color-4: #eac3c6;
  --untitled-ui--primary500: #57596c;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --elements-webflow-library--general--shadow-03: #14142b1a;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.tab_button_outer {
  background: transparent;
  border-radius: 4px;
  /* Small radius for subtle round effect */
  padding: 2px;
  max-width: none;
  /* Button width will match the card width */
  height: auto;
  margin: 0 0 20px 0;
}

.tab_button_outer a {
  display: flex;
  /* Make the button a flex container */
  align-items: center;
  /* Vertically center items */
  justify-content: center;
  /* Horizontally center items */
  width: 100%;
  /* Full width for the button inside the card */
  color: #a80a0a;
  /* Text color */
  border-radius: 5px;
  /* Small border radius */
  padding: 7px;
  /* Adjust padding for a balanced look */
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}

.tab_button_outer a img {
  margin-left: 5px;
  /* Add space between the text and the image */
  width: 20px;
  /* Set a specific width for the image */
  height: auto;
  /* Maintain the image's aspect ratio */
}


.tab_button_outer.active {
  background: linear-gradient(90deg, #841524 0.85%, #E83A3D 101.71%);
  border-radius: 5px;
  /* Small radius */
  padding: 2px;
  width: none;
  /* Full width */
  border: none;
}

.downloadButton a {
  width: 100%;
  /* Full width for the button inside the card */
  margin: 0;
  padding: 18px 40px;
  /* Adjust padding */
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 5px;
  /* Small radius for a clean look */
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  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;
}

.brix---btn-primary-small {
  border: 2px solid var(--color);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #841524 .81%, #e83a3d);
  border-radius: 4px;
  justify-content: center;
  padding: 15px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  border: 2px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  background-image: none;
  transform: translate3d(0, -3px, .01px);
}

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

.brix---link-text {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  transition: color .3s;
  display: inline-block;
}

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

.brix---link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---hamburger-menu-bar-bottom,
.brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

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

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

.brix---header-nav-link {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---header-nav-link:hover,
.brix---header-nav-link:focus,
.brix---header-nav-link:visited,
.brix---header-nav-link.w--current {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.brix---header-nav-list-item-middle:focus {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

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

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

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

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.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-middle-col {
  text-align: left;
}

.brix---header-logo {
  max-width: 250px;
}

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

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

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

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

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--general--shadow-02);
  margin-bottom: -140px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.hero-quick-stack {
  position: static;
}

.gernal-btn-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0157f6;
  border: 1px solid #0157f6;
  border-radius: 8px;
  padding: 10px 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: inline-block;
}

.gernal-btn-copy:hover {
  color: #0157f6;
  background-color: #fff;
  border: 1px solid #0157f6;
}

.gernal-btn-copy:active {
  background-color: #fff;
}

.heading {
  color: var(--secondary);
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.hero-section {
  background-image: url('../images/hero-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 100%;
}

.paragraph {
  color: #00287d;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hero-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 1240px;
  display: flex;
  position: static;
}

.cell {
  text-align: left;
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
}

.uui-heroheader23_card-image {
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 24rem;
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader23_card-image.is-hovering {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  transform: translate(3rem, -4rem);
  box-shadow: -68px 68px 32px #10182840;
}

.uui-heroheader23_image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotateX(-51deg)rotateY(0)rotateZ(-30deg);
}

.uui-heroheader23_image-wrapper {
  background-color: var(--untitled-ui--gray500);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.25rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-large {
  color: var(--secondary);
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-icon-1x1-small {
  width: 1.5rem;
  height: 1.6rem;
}

.uui-heroheader23_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .4rem;
}

.uui-heroheader23_item {
  align-items: center;
  display: flex;
}

.uui-heroheader23_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader23_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader23_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.brix-btn-hero {
  background-color: var(--elements-webflow-library--accent--primary-1);
  margin-left: 24px;
}

.brix---btn-hero-btn {
  border: 2px solid var(--white);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #841524 .81%, #e83a3d);
  border-radius: 4px;
  justify-content: center;
  padding: 15px 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.brix---btn-hero-btn:hover {
  border: 2px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  background-image: none;
  transform: translate3d(0, -3px, .01px);
}

.brix---link-text-hero {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-leftnhover {
  margin-right: 6px;
  display: block;
}

.brix---link-wrapper-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-btn:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-hero-text-btn {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  transition: color .3s;
  display: inline-block;
}

.brix---btn-primary-small-copy {
  border: 2px solid var(--white);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #841524 .81%, #e83a3d);
  border-radius: 4px;
  justify-content: center;
  padding: 15px 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-copy:hover {
  border: 2px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  background-image: none;
  transform: translate3d(0, -3px, .01px);
}

.html-embed {
  padding-left: 10px;
  display: inline-block;
}

.link-block {
  color: #b90e0e;
}

.link-block:hover {
  color: #9cdf3d;
}

.uui-heroheader05_image-blob {
  z-index: -1;
  color: var(--untitled-ui--gray50-2);
  width: 34rem;
  height: auto;
  position: absolute;
  top: 12%;
}

.uui-heroheader05_image {
  object-fit: cover;
  height: 100%;
  max-height: 40rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: 1rem;
}

.uui-heroheader05_image-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

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

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--gray600);
  margin-right: -.25rem;
  transform: rotate(-37deg);
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-button-text {
  border-bottom: 2px solid var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.spark-small-icon {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
  transform: rotate(-47deg);
}

.spark-button-play {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-play:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-play.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-play.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-play.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-play.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-button-play.spark-icon-play-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-play.spark-icon-play-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-play.spark-icon-play-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-play.spark-icon-play-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-button-play.spark-icon-play-button.play {
  z-index: auto;
  grid-column-gap: 18px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  color: #fff;
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-play.spark-icon-play-button.play:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
}

.spark-button-text-copy {
  color: var(--elements-webflow-library--accent--primary-1);
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.div-block {
  margin-top: 20px;
  padding-top: 0;
  position: relative;
}

.image-3 {
  position: absolute;
  inset: auto -180px 20px auto;
}

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

.text-block {
  background-color: #fff;
  border-radius: 40px;
  padding: 22px 43px 22px 45px;
}

.link-block-3 {
  background-image: linear-gradient(40deg, #a01a1a, #5bc92f 15%, #c9c12f 38%, #122bbd 61%, #c1091e 86%, #e311b9);
  border-radius: 40px;
  padding: 5px;
}

.right-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-container {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1240px;
  display: flex;
}

.content-cell {
  justify-content: center;
  padding-left: 0;
  padding-right: 30px;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.feature-heading {
  color: #1d222d;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.feature-sub-paragraph {
  color: #1d222d;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text-block-4 {
  color: var(--secondary);
  text-transform: capitalize;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-6 {
  width: 80%;
  max-width: 80%;
}

.quick-stack {
  width: auto;
  max-width: none;
  padding: 40px 0 0;
}

.tab {
  font-family: Vollkorn, serif;
}

.tab.w--current {
  color: #0157f6;
  text-indent: 5px;
  background-color: #c8c8c800;
  border-bottom: 2px solid #0157f6;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
}

.tab.tab-link-tab-2 {
  border: 1px solid var(--color);
  color: var(--secondary);
  background-color: #fff;
  border-radius: 80px;
  margin-left: 15px;
  padding: 16px 36px;
  box-shadow: 0 10px 30px #0000000d;
}

.tab.tab-link-tab-2.w--current {
  border-style: solid;
  border-width: 0;
  border-color: var(--white) #ff00b0 #ff00b0;
  color: var(--color);
  background-image: linear-gradient(135deg, #841524, #e83a3d);
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 20px;
}

.feature-sub-heading {
  color: #1d222d;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.paragraph-4 {
  color: #1d222d;
  text-align: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.gernal-btn-mb-30 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #0157f6;
  border: 1px solid #0157f6;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: inline-block;
}

.gernal-btn-mb-30:hover {
  color: #0157f6;
  background-color: #fff;
  border: 1px solid #0157f6;
}

.gernal-btn-mb-30:active {
  background-color: #fff;
}

.left-arrow {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  border-bottom: 0 solid #8fa7ff;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.feature-section {
  background-color: #f8f7fc;
  padding-top: 70px;
  padding-bottom: 0;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1050px;
  height: 100%;
  display: flex;
}

.text-block-3 {
  color: var(--secondary);
  text-transform: capitalize;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
}

.new-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.new-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.new-button.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.new-button.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.new-button.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.new-button.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.item-1 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff00b0, #ff870b 41%, #e80346);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.iten2 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e80346, #a800e4), url('../images/Arrow---Right.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.item-3 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #a800e4, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text {
  color: var(--color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.icon {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
}

.icon:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.paragraph-5 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.item-4 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Arrow---Right.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.uui-cta12_logo {
  height: 2.5rem;
}

.uui-cta12_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-3 {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_cta12 {
  z-index: 9999;
  position: fixed;
  inset: auto auto 6% 3%;
}

.uui-team05_cta-button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team05_cta-content {
  flex: 1;
}

.uui-team05_cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.uui-team05_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-team05_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-team05_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-team05_arrow.left {
  right: 4rem;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team05_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.uui-text-size-medium {
  color: var(--secondary);
  letter-spacing: normal;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team05_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.uui-team05_image-wrapper {
  margin-bottom: 1.25rem;
}

.uui-team05_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team05_slide {
  max-width: 17.5rem;
  margin-right: 3rem;
}

.uui-team05_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-team05_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 6rem;
  position: relative;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-section_team05 {
  overflow: hidden;
}

.uui-icon-1x1-xsmall {
  justify-content: center;
  align-items: flex-end;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

/* .blog-image-container {
  justify-content: space-between;
    width: 100%;
  display: inline-block;
  position: relative;
}

.blog-image-container img {
  width: 100%;
  height: auto;
  clip-path: polygon(0% 0%, 101% 0%, 106% 27%, 50% 735%, 45% 67%, -815% 71%);
  border-radius: 10px;
} */

.blog-image-container {
  width: 348px;
  height: 259px;
  position: relative;
  overflow: hidden;
}

.blog-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure image covers the whole shape */
  -webkit-mask-image: url("/images/blog1.png");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/images/blog1.png");
  mask-size: cover;
  mask-repeat: no-repeat;
}

.uui-pricing09_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing09_feature {
  align-items: stretch;
  display: flex;
}

.uui-pricing09_feature-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

.uui-pricing09_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing09_price-text {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-pricing09_price {
  color: var(--untitled-ui--gray900);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing09_heading {
  color: var(--secondary);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.3rem;
  font-family: Thicccboi, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-pricing09_icon-wrapper {
  z-index: 99;
  background-color: #f8f7fc;
  border-radius: 2px 2px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-right: 2rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.uui-pricing09_content-top {
  z-index: 999;
  flex-direction: column;
  position: relative;
}

.uui-pricing09_content {
  z-index: 99;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.uui-pricing09_plan {
  z-index: 999999;
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--color);
  border-radius: 1rem;
  padding: 0 0 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing09_plan.top-level {
  margin-top: -60px;
  padding-right: 0;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-pricing09_popular-label {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.uui-pricing09_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: static;
}

.uui-pricing09_tab-content {
  overflow: visible;
}

.uui-pricing09_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing09_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing09_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing09_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1312px;
  margin-top: 2.5rem;
  display: flex;
}

.uui-section_pricing09 {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.image-7 {
  border-bottom-right-radius: 20px;
}

.spark-buttonpricing-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-buttonpricing-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-buttonpricing-button.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-buttonpricing-button.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-buttonpricing-button.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-buttonpricing-button.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-buttonpricing-button.spark-icon-left-button.price {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-buttonpricing-button.spark-icon-left-button.price:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-buttonpricing-button.spark-pricing-icon-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-buttonpricing-button.spark-pricing-icon-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-buttonpricing-button.spark-pricing-icon-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-buttonpricing-button.spark-pricing-icon-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-buttonpricing-button.spark-pricing-icon-button.price {
  z-index: auto;
  grid-column-gap: 10px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color);
  color: #fff;
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-buttonpricing-button.spark-pricing-icon-button.price:hover {
  border-color: var(--black);
  background-color: var(--secondary);
  color: var(--color);
  object-fit: fill;
  background-image: none;
}

.button-text {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.pricing-text {
  color: #1d222d;
  text-align: center;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-4-copy {
  color: #1d222d;
  text-align: center;
  align-items: center;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.services-text {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.service-icon {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
  transform: rotate(-47deg);
}

.service-icon:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.container-2 {
  float: none;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #333;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: flex;
}

.about-section {
  background-color: var(--info-bg-color);
  background-image: url('../images/Info-BG.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.about-heading {
  color: var(--color);
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 48px;
}

.about-text {
  float: none;
  clear: none;
  color: var(--looks-text);
  text-align: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.looks-heading {
  color: var(--color);
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.looks-text {
  color: var(--new-grey);
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.spark-button-dark-text {
  border-bottom: 2px solid var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.looks-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.looks-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.looks-button.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.looks-button.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.looks-button.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: underline;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.looks-button.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.looks-button.spark-right-icon-button-copy {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.looks-button.spark-right-icon-button-copy:hover {
  color: #003;
  background-color: #fff;
}

.looks-button.spark-right-icon-button-copy.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: underline;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.looks-button.spark-right-icon-button-copy.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.looks-button.spark-right-icon-button-copy.next-looks {
  z-index: auto;
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.looks-button.spark-right-icon-button-copy.next-looks:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

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

.heading-3 {
  font-family: Changa One, Impact, sans-serif;
}

.about-sub-heading {
  color: var(--color);
  text-align: left;
  font-family: Thicccboi, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.div-block-3 {
  background-image: linear-gradient(253deg, #404c6a, var(--about-small-div-bg));
  border-radius: 15px;
  width: 470px;
  max-width: 470px;
  padding: 40px;
  position: relative;
}

.cell-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
}

.image-8,
.image-9 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.looks-text-main {
  color: var(--new-grey);
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.about-container {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: flex;
}

.counter-section {
  margin-top: -50px;
  overflow: hidden;
}

.counter-conatiner {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 6px 20px #0000000f;
}

.counter {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
}

.heading-4 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}

.cell-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 180px;
  padding: 10px 5px;
}

.cell-8 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 8px;
}

.cell-9,
.cell-10,
.cell-11,
.cell-12,
.cell-13 {
  justify-content: center;
}

.uui-icon-1x1-xsmall-copy {
  width: 1.5rem;
  height: 1.5rem;
}

.invest-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.section-2 {
  background-image: url('../images/invest-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.invest-text {
  color: var(--secondary);
  text-align: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.invest-quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 300px;
}

.invest-sub-heading {
  color: var(--secondary);
  text-align: left;
  font-family: Thicccboi, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.invest-sub-text {
  color: var(--secondary);
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.inner-quick-stack {
  padding-bottom: 0;
  padding-right: 0;
}

.cell-15 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
}

.feature-section-1 {
  background-color: #f8f7fc00;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.feature-container-1 {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1310px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pr-heading {
  color: #1d222d;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 48px;
}

.paragraph-7 {
  color: #1d222d;
  text-align: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.tabs-menu-1 {
  border-bottom: 0 solid #8fa7ff;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.tab-1 {
  font-family: Vollkorn, serif;
}

.tab-1.w--current {
  color: #0157f6;
  text-indent: 5px;
  background-color: #c8c8c800;
  border-bottom: 2px solid #0157f6;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
}

.tab-1.tab-link-tab-2 {
  background-color: #f6f6f6;
  border-radius: 80px;
  margin-left: 15px;
  padding: 16px 36px;
}

.tab-1.tab-link-tab-2.w--current {
  background-color: #fff;
  border: 2px solid #ff00b0;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 20px;
}

.tab-copy {
  font-family: Vollkorn, serif;
}

.tab-copy.w--current {
  color: #0157f6;
  text-indent: 5px;
  background-color: #c8c8c800;
  border-bottom: 2px solid #0157f6;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
}

.tab-copy.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 80px;
  margin-left: 15px;
  padding: 16px 36px;
}

.tab-copy.tab-link-tab-2.w--current {
  border: 1px solid #ff00b0;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 20px;
}

.tab-con1 {
  background-image: none;
  margin-top: 30px;
}

.slider-1 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.slide-1 {
  margin-left: 120px;
}

.quick-stack-1 {
  z-index: 0;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(to right, #fff2f1, snow);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: auto;
  max-width: none;
  margin-left: 140px;
  padding: 40px 20px 160px 0;
  position: relative;
}

.cell-im {
  padding-left: 40px;
}

.cell-c {
  justify-content: center;
  align-items: flex-start;
}

.left-arrow-1 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h {
  color: #1d222d;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.p {
  color: #1d222d;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.image-10 {
  width: 17%;
  position: absolute;
  bottom: 44%;
  right: 55%;
}

.a {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "."
    "."
    "."
    "Area"
    / 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.item {
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-1 {
  color: var(--secondary);
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}

.icon-1 {
  width: 1.5rem;
  height: 1.6rem;
}

.bold-text {
  text-transform: uppercase;
}

.img {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.right-arrow-2 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
  inset: auto 3% 13% auto;
}

.left-arrow-2 {
  z-index: 999;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
  inset: auto 9% 13% auto;
}

.app {
  background-color: var(--color);
  border: 1px solid #e5eef1;
  border-radius: 12px;
  padding-left: 20px;
  box-shadow: 0 6px 20px #0000000f;
}

.funding-section {
  padding-top: 0;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.container-3 {
  background-image: url('../images/funding-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1280px;
}

.quick-stack-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 8rem 4rem;
}

.text-block-5 {
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.funding-btn {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.funding-btn:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.funding-btn.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.funding-btn.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.funding-btn.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btn.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.funding-btn.spark-icon-play-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.funding-btn.spark-icon-play-button:hover {
  color: #003;
  background-color: #fff;
}

.funding-btn.spark-icon-play-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btn.spark-icon-play-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.funding-btn.spark-icon-play-button.play {
  z-index: auto;
  grid-column-gap: 18px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  color: #fff;
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btn.spark-icon-play-button.play:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
}

.funding-btnn {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.funding-btnn:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.funding-btnn.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.funding-btnn.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.funding-btnn.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: underline;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btnn.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.funding-btnn.spark-right-icon-button-copy {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.funding-btnn.spark-right-icon-button-copy:hover {
  color: #003;
  background-color: #fff;
}

.funding-btnn.spark-right-icon-button-copy.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: underline;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btnn.spark-right-icon-button-copy.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.funding-btnn.spark-right-icon-button-copy.next-looks {
  z-index: auto;
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btnn.spark-right-icon-button-copy.next-looks:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.funding-btnn.funding-btnn-s {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.funding-btnn.funding-btnn-s:hover {
  color: #003;
  background-color: #fff;
}

.funding-btnn.funding-btnn-s.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: underline;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btnn.funding-btnn-s.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.funding-btnn.funding-btnn-s.next-looks {
  z-index: auto;
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btnn.funding-btnn-s.next-looks:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.funding-btnn.funding-btnn-s.play-look {
  z-index: auto;
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.funding-btnn.funding-btnn-s.play-look:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.play-icon {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-bottom: 0;
  padding-right: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default {
  color: var(--footer-text);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}

.brix---footer-bottom {
  border-top: 0px solid var(--elements-webflow-library--neutral--300);
  color: var(--new-grey);
  text-align: center;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: var(--footer-text);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

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

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

.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: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-600 {
  color: var(--new-grey);
}

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

.brix---footer-logo {
  transform-style: preserve-3d;
  width: 153.996px;
  height: 49.9888px;
  transition: transform .3s;
}

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

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

.brix---grid-footer-v1 {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .5fr 1fr;
  justify-content: stretch;
}

.brix---footer-top {
  max-width: 1240px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/65bf829246d92a64e0d948a2_footer-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cell-17 {
  justify-content: center;
}

.section-3 {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  display: flex;
}

.container-4.new {
  flex-direction: row;
}

.h4 {
  color: #1d222d;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 48px;
}

.logo-container {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.image-container {
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.container-5 {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  max-width: 1600px;
  margin-top: -141px;
  margin-left: 130px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-4 {
  z-index: 99;
  margin-top: -141px;
  padding-left: 120px;
  position: relative;
}

.heading-5 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.div-container {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.car-div {
  color: var(--secondary);
  flex-direction: row;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.lop {
  background-image: none;
  padding-top: 20px;
  padding-left: 20px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.image-13 {
  width: 100%;
}

.contact-links-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-bottom: 47px;
}

.contact-link {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image.contact-link-icon {
  object-fit: cover;
  border-radius: 7px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 18px;
}

.contact-link-text {
  color: var(--elements-webflow-library--secondary--color-1);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.quick-stack-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  padding: 0;
}

.contact-txt {
  color: var(--footer-text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.cell-18 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: flex-start;
}

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

.link {
  color: var(--elements-webflow-library--accent--primary-1);
}

.image-14 {
  z-index: 0;
  position: absolute;
  inset: -6% 0% auto -8%;
}

.image-15 {
  z-index: 0;
  position: absolute;
  inset: -6% -11% 0% auto;
}

.list-item {
  color: var(--secondary);
  letter-spacing: normal;
  padding-left: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.list-item.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.card-plan-item-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.card-plan-item-feature-wrapper {
  align-items: center;
  display: flex;
}

.card-plan-item-feature-icon-wrapper {
  margin-right: 9px;
  display: flex;
}

.image-16.card-plan-item-feature-icon {
  border-radius: 5px;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.card-plan-item-feature-text {
  color: #fff;
  font-weight: 700;
  line-height: 1.111em;
}

.uui-text-size-medium-c {
  color: var(--secondary);
  letter-spacing: normal;
  padding-left: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-c.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.image-17 {
  position: absolute;
  inset: 9% auto auto 3%;
}

.image-18 {
  position: absolute;
  inset: 9% 3% auto auto;
}

.mask-2 {
  width: 100%;
}

.slide-2 {
  width: 25%;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
}

.slide-3,
.slide-4,
.slide-5 {
  width: 25%;
}

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

.left-arrow-3 {
  height: 14%;
  inset: -11% 16% auto auto;
}

.right-arrow-3 {
  height: 14%;
  margin-top: 0;
  margin-bottom: 0;
  inset: -11% 9% auto auto;
}

.ttt {
  color: var(--secondary);
  letter-spacing: normal;
  padding-left: 1.3rem;
  padding-right: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.ttt.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.link-block-4,
.link-block-5,
.link-block-6 {
  text-decoration: none;
}

.pop-section {
  z-index: 1009;
  background-color: #000000b0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-6 {
  background-color: var(--secondary);
  border: 0 solid #000;
  border-radius: 15px;
  width: 600px;
  height: 420px;
  margin: auto;
  padding: 60px 20px 0;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  position: absolute;
  inset: 10px 10px auto auto;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.image-24 {
  cursor: pointer;
}

.brix---paragraph-link-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

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

.brix---footer-bottom-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--new-grey);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link-2 {
  color: var(--new-grey);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

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

.brix---footer-col-title-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

.brix---social-media-grid-left-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  display: flex;
}

.brix---color-neutral-601 {
  color: var(--new-grey);
}

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

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

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

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

.brix---grid-footer-v1-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.brix---footer-top-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.brix---footer-wrapper-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.youtube {
  border-radius: 20px;
}

.lightbox-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brix---header-nav-link-demo {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---header-nav-link-demo:hover,
.brix---header-nav-link-demo:focus,
.brix---header-nav-link-demo:visited,
.brix---header-nav-link-demo.w--current {
  color: var(--elements-webflow-library--accent--primary-1);
}

.industries_component {
  background-color: #0000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.industries_mask {
  width: 40%;
  margin-left: 0;
  overflow: visible;
}

.industries_mask.new-home {
  width: 50%;
}

.industries_mask.new-home.news {
  width: 33%;
}

.industries_heading {
  flex: 1;
}

.text-size-medium {
  clear: both;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
}

.industries_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.industries_arrow {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.industries_arrow.new-home {
  z-index: 4;
  background-color: var(--white);
  border-width: 0;
  border-radius: 0%;
  position: absolute;
  inset: -5% 5% auto auto;
}

.industries_arrow.left {
  right: 4rem;
}

.industries_arrow.left.new-home {
  z-index: 999;
  background-color: var(--white);
  inset: -5% 11% auto auto;
  border-width: 0;
  border-radius: 0%;
  inset: auto auto 0% 90%;
}

.industries_arrow.left.new-home.home2 {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-left: -42px;
  margin-right: 0;
  padding-left: 0;
  position: absolute;
  inset: 45% auto auto;
}

.industries_arrow.new-home {
  z-index: 4;
  position: absolute;
  inset: auto auto 0% 95%;
}

.industries_arrow.new-home.home2 {
  justify-content: center;
  margin-top: 300px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: -12% -31px auto auto;
}

.text-size-regular {
  text-align: left;
  flex-direction: row;
  font-size: 1rem;
  font-weight: 300;
  display: block;
}

.text-size-regular.text-color-grayneutral700.new-home {
  text-align: left;
}

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

.industries_image-wrapper.new-home {
  padding-top: 19%;
}

.section_industries {
  overflow: hidden;
}

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

.text-block-6 {
  padding-top: 10px;
}

.industries_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

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

.industries_slide-nav {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  margin-top: 0;
  font-size: .5rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-style-h1 {
  text-align: left;
  letter-spacing: -1px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.industries_image.testimonial-logo {
  width: 100%;
  max-width: 25%;
  height: 100%;
}

.padding-section-large {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
  position: static;
  overflow: visible;
}

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

.industries_slide {
  padding-left: 0;
  padding-right: 0;
}

.carasoul {
  display: flex;
  overflow: hidden;
}

.car-container {
  min-width: 100%;
  display: flex;
}

.image-26 {
  flex-direction: column;
  display: flex;
}

.image-27 {
  margin-top: 40px;
  position: static;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lop-3 {
  background-image: none;
  padding-top: 20px;
  padding-left: 20px;
}

.card {
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.section-5 {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.section-5.is_full {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

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

.carousel-slider {
  width: 100%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._8 {
  right: -147%;
}

.card-header {
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.carousel-mask {
  width: 25%;
  overflow: visible;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.div-block-9 {
  flex-direction: row;
  display: flex;
}

.link-block-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-28 {
  background-color: var(--black);
  border: 1px solid #fff;
  border-radius: 30px;
}

.link-block-8 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
}

.link-block-8:hover {
  background-color: var(--elements-webflow-library--accent--primary-1);
}

.header {
  background-color: var(--elements-webflow-library--general--shadow-02);
  margin-bottom: -191px;
  padding-top: 20px;
  padding-bottom: 32px;
  font-weight: 500;
  line-height: 21px;
  font-family: 'Inter', sans-serif;
}

.header-container {
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-content-wraper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-middle-col {
  text-align: left;
}

.header-right-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.header-nav-list-item-middle:focus {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.btn-header-hidden-on-mbl {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.link-text {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  transition: color .3s;
  display: inline-block;
}

.btn-primary-small {
  border: 2px solid var(--color);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #841524 .81%, #e83a3d);
  border-radius: 4px;
  justify-content: center;
  padding: 15px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
  border: 2px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  object-fit: fill;
  background-image: none;
  transform: translate3d(0, -3px, .01px);
}

.header-nav-link {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.header-nav-link:focus,
.header-nav-link:visited {
  color: var(--secondary);
}

.header-nav-link.w--current {
  color: var(--elements-webflow-library--accent--primary-1);
}

.f-header-avatar-text {
  color: var(--footer-text);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-header-avatar-group {
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-header-wrapper-left {
  max-width: 620px;
}

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

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-image-cover {
  z-index: 1;
  object-fit: cover;
  border-top-left-radius: 16px;
  width: auto;
  max-width: 100%;
  height: auto;
  position: static;
  inset: 0% auto auto;
}

.f-account-image-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.f-account-link {
  color: var(--flowui-component-library--gray-900);
  font-weight: 700;
  text-decoration: none;
}

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

.f-paragraph-small.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--footer-text);
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

.f-account-form-block {
  margin-bottom: 42px;
}

.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

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

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

.f-account-social-icon {
  border: 1px solid var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: background-color .3s;
  display: flex;
}

.f-account-social-icon:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

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

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

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

.f-account-content-wrapper {
  width: 100%;
  max-width: none;
}

.f-account-container-l {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  padding: 60px 5% 60px 30px;
  display: flex;
  position: relative;
}

.f-account-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  height: auto;
  min-height: 0;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-7 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-8 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 56px;
  line-height: 100%;
}

.new-hero {
  background-image: url('../images/Group-42831-6-1.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
  min-height: 0;
  display: none;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-top: 0;
  padding-top: 200px;
  display: flex;
}

.quick-stack-8 {
  width: 100%;
  max-width: 1500px;
  margin-top: 80px;
  padding: 0 0 0 24px;
  position: relative;
}

.cell-21 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-29 {
  position: absolute;
  top: -9%;
  left: 47%;
}

.image-30 {
  max-width: 10%;
  position: absolute;
  bottom: 8%;
  left: 30%;
}

.about-us-section {
  background-image: url('../images/Group-1000008005-2-1.png');
  background-position: 50%;
  background-size: auto;
}

.about-us-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  margin-top: 0;
  padding: 80px 24px;
  display: flex;
  position: static;
}

.quick-stack-9 {
  z-index: 88;
  width: 100%;
  padding: 0;
  position: static;
}

.heading-9 {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, #ff00b0, #ff870b 12%, #e80346 26%, #a800e4 46%, #0096f1 91%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-10 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-8 {
  color: var(--secondary);
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-2.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-2.spark-icon-left-button.next {
  z-index: auto;
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: #fff;
  background-color: #0030;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-2.spark-icon-left-button.next:hover {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
}

.quick-stack-10 {
  height: 300px;
  padding: 0;
}

.cell-22 {
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  padding: 40px 35px;
  box-shadow: 0 6px 20px #0000000f;
}

.cell-23 {
  padding-left: 40px;
}

.heading-11 {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-9 {
  color: var(--secondary);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 23px;
}

.quick-stack-11 {
  width: 100%;
  padding: 0;
  position: relative;
}

.div-block-10 {
  background-color: var(--color);
  border-radius: 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -40px;
  padding: 40px 35px;
  display: flex;
  box-shadow: 0 2px 20px #0000000f;
}

.heading-12 {
  color: var(--secondary);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  letter-spacing: 0.496px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-10 {
  color: var(--secondary);
  text-align: center;
  font-family: Inter, sans-serif;
  line-height: 23px;
}

.div-block-11 {
  z-index: 11;
  background-color: var(--color);
  border-radius: 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 60px;
  padding: 40px 35px;
  display: flex;
  position: static;
  box-shadow: 0 2px 20px #0000000f;
}

.div-block-12 {
  background-color: var(--color);
  border-radius: 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 40px 35px;
  display: flex;
  position: static;
  box-shadow: 0 2px 20px #0000000f;
}

.div-block-14 {
  background-color: var(--color);
  border-radius: 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  padding: 40px 35px;
  display: flex;
  box-shadow: 0 2px 20px #0000000f;
}

.cell-24 {
  justify-content: center;
}

.image-31 {
  position: absolute;
  inset: 3% 10% 0% auto;
}

.supply-section {
  background-image: url('../images/Group-1000007984-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.supply-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  margin-top: 0;
  padding: 60px 24px 80px 24px;
  display: flex;
}

.quick-stack-12 {
  width: 100%;
  padding: 0;
  position: relative;
}

.cell-26 {
  justify-content: center;
  align-items: flex-start;
}

.cell-27 {
  padding-left: 0;
  padding-right: 40px;
}

.heading-13 {
  color: var(--color);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  word-spacing: 0.49px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-14 {
  color: var(--color);
  margin-top: 0;
  /* margin-bottom: 20px; */
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-12 {
  color: var(--color);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.spark-button-2-copy {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2-copy:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2-copy.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-width: 0;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-2-copy.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-button-2-copy.search-button {
  padding-left: 30px;
  padding-right: 30px;
}

.counte-section {
  margin-top: -50px;
  margin-bottom: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.counte-conatiner {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 6px 20px #0000000f;
}

.how-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.heading-15 {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, #ff00b0, #ff870b 12%, #e80346 26%, #a800e4 46%, #0096f1 91%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-16 {
  color: var(--secondary);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.lightbox-link-2 {
  position: absolute;
}

.image-33 {
  width: 85%;
  margin-bottom: 20px;
}

.paragraph-11 {
  text-align: center;
  width: 80%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.make-section {
  background-image: url('../images/Group-1000008159-2-1-1.png');
  background-position: 50%;
  background-size: cover;
}

.make-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  margin-top: 0;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.quick-stack-13 {
  width: 90%;
  padding: 0;
  position: relative;
}

.div-block-15 {
  z-index: 99;
  background-color: var(--color);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 87.3302%;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.paragraph-13 {
  color: var(--secondary);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  word-spacing: 0.8px;
  font-size: 18px;
  line-height: 26px;
}

.cell-28 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.div-block-16 {
  z-index: 99;
  background-color: var(--color);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 50px 40px;
  display: flex;
  position: relative;
}

.image-34 {
  position: absolute;
  inset: auto 44% 0% auto;
}

.team-section {
  background-color: var(--color);
  background-image: url('../images/Group-1000008031-3-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.team-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  padding: 50px 24px;
  display: flex;
}

.heading-18 {
  color: var(--secondary);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.heading-17 {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #ff00b0, #ff870b 12%, #e80346 26%, #a800e4 46%, #0096f1 91%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

.div-block-17 {
  background-color: #ffffff;
  border-radius: 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  padding: 0 40px 40px;
  display: flex;
  box-shadow: 0 4px 20px #0000000f;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.image-35 {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.heading-19 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.heading-20 {
  color: black;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-14 {
  color: var(--secondary);
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  line-height: 22px;
}

.quick-stack-14 {
  width: 60%;
  padding: 0;
}

.join-section {
  background-image: url('../images/Frame-42946-1.png');
  background-position: 50%;
  background-size: cover;
}

.join-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  padding: 70px 24px;
  display: flex;
}

.quick-stack-15 {
  width: 90%;
  padding: 0;
  position: relative;
}

.heading-21 {
  color: var(--secondary);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.paragraph-15 {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  word-spacing: 2px;
  font-size: 18px;
  line-height: 30px;
}

.cell-29 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.image-36 {
  align-self: auto;
  width: 149px;
  height: 148px;
  position: absolute;
  inset: auto 36% -31% auto;
}

.image-37 {
  position: absolute;
}

.spark-button-3 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-3.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-3.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-3.spark-icon-left-button.next {
  z-index: auto;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-3.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--color);
  background-color: #fff;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
}

.paragraph-16 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.icon1 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
  transform: rotate(-47deg);
}

.icon1:hover {
  color: var(--color);
}

.collection-list-wrapper-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-22 {
  color: var(--secondary);
  text-align: center;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.quick-stack-16 {
  padding: 0;
}

.quick-stack-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 150px;
  padding: 0;
}

.footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/Footer-1.png');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-default-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.footer-top {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 100px;
}

.grid-footer-v1 {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

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

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

.quick-stack-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.footer-cell1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-cell2 {
  justify-content: center;
}

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

.footer-col-title {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
}

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

.footer-col-title1 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
}

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

.footer-list-item-1 {
  margin-bottom: 18px;
  padding-left: 0;
}

.contact-links-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
}

.brix---social-media-grid-left-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  display: flex;
}

.brix---icon-square-36px2 {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 33px;
  height: 30px;
  min-height: 33px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px2:hover {
  transform: scale(.92);
}

.image-38 {
  width: 21px;
  height: 21px;
}

.container-8 {
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.section-7 {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.heading-23 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.paragraph-17 {
  color: var(--secondary);
  text-align: center;
  width: 65%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  word-spacing: 0.2px;
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 30px;
}

.button {
  color: var(--secondary);
  background-image: linear-gradient(to right, #ffdfd8, #efe8fa 51%, #fee4df);
  border: 1px solid #e7aeb0;
  border-radius: 5px;
  font-family: Inter, sans-serif;
}

.section-8 {
  padding: 60px 24px;
}

.container-10 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.quick-stack-19 {
  width: 100%;
  max-width: none;
  padding: 0;
}

.heading-1 {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, #ff00b0, #ff870b 12%, #e80346 26%, #a800e4 46%, #0096f1 91%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-24 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.process-progress-bar {
  z-index: -1;
  background-color: #ff0da2;
  width: 2px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.process-circle {
  background-color: #ff0da2;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: sticky;
  top: 50vh;
}

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

.process-item {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.process-item-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.process-center {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.process-all-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.process-heading {
  text-align: right;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.1;
  position: sticky;
  top: 50vh;
}

.process-heading.mobile {
  text-align: left;
  display: none;
  position: static;
}

.process-progress {
  z-index: -2;
  background-color: #434343;
  background-image: url('/images/Vector-987.png');
  background-position: 0 0;
  background-size: auto;
  width: 2px;
  height: 100%;
  position: absolute;
}

.image-39 {
  width: 734.072px;
}

.section-9 {
  background-image: url('../images/Frame-1000008253-2-1.png');
  background-position: 50%;
  background-size: cover;
  padding: 80px 24px;
  position: relative;
}

.container-10-copy {
  flex-direction: column;
  align-items: flex-end;
  max-width: 1310px;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.quick-stack-20 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding: 0;
}

.heading-25 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-18 {
  color: var(--color);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.cell-31 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

.div-block-19 {
  background-image: url('../images/Vector-988.png');
  background-position: 50%;
  background-size: cover;
  border: 0 dashed #000;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cell-32 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

.cell-33 {
  justify-content: center;
  padding-right: 0;
}

.image-40,
.image-41 {
  width: 100%;
}

.section-10 {
  background-color: var(--color);
  background-image: url('/images/Frame-1000008254-2-1-1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  /* background-attachment: scroll; */
  /* padding: 80px 24px; */
}

.container-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1310px;
  padding: 50px 24px 80px 24px;
  display: flex;
}

.heading-26 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-19 {
  color: var(--secondary);
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-20 {
  background-color: #ffffff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 6px 20px #0000000f;
}

.quick-stack-21 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  width: 92.7376%;
  padding: 0;
}

.heading-27 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 29px;
  line-height: 54px;
}

.image-42 {
  width: 68px;
  height: 68px;
}

.heading-28 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.list-3 {
  margin-top: 10px;
  padding-left: 0;
}

.list-item-2 {
  color: var(--secondary);
  background-image: url('../images/Group-1000008063.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.quick-stack-22 {
  padding: 0;
}

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

.brix---paragraph-default-c {
  color: var(--footer-text);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.section-11 {
  padding: 60px 0 0;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  max-width: 1310px;
  margin-top: -130px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.image-43 {
  width: 80%;
}

.container-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
}

.section-12 {
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 200px 24px 160px;
}

.lightbox-link-3 {
  position: absolute;
  top: 35%;
}

.image-44 {
  width: 120px;
  height: 120px;
}

.heading-29 {
  color: var(--secondary);
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.container-16 {
  background-image: url('../images/bg-6-1-1.png');
  background-position: 50% 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1310px;
  margin-top: 0;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.paragraph-22 {
  color: var(--secondary);
  text-align: center;
  width: 70%;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.quick-stack-23 {
  width: 100%;
  margin-top: 30px;
  padding: 0;
}

.div-block-21 {
  background-color: var(--color);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 70px 40px;
  display: flex;
  box-shadow: 0 6px 20px #0000000f;
}

.image-45 {
  width: 100px;
  height: 95.4822px;
}

.heading-30 {
  color: var(--info-bg-color);
  text-align: center;
  margin-top: 22px;
  margin-bottom: 13px;
  font-family: Thic, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-23 {
  color: var(--secondary);
  text-align: center;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-22,
.div-block-23 {
  background-color: var(--color);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 70px 40px;
  display: flex;
  box-shadow: 0 6px 20px #0000000f;
}

.cell-39,
.cell-40 {
  padding-top: 80px;
}

.section-15 {
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 200px 24px 150px;
}

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
}

.commonSection {
  padding: 120px 0;
  position: relative
}

.rescontainer,
.rescontainer-fluid,
.rescontainer-lg,
.rescontainer-md,
.rescontainer-sm,
.rescontainer-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: nowrap;
}

.c-wrapper.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* img.d-md-none{
  display: none;
} */

.blog_tagitems {
  position: relative;
  border-top: 1px solid #e7e7e7;
  padding: 34px 0 35px;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  background-color: #dc3545;
}

.d-none {
  display: none !important
}

.commonSection .rescontainer {
  position: relative;
  z-index: 2
}

.single_blog {
  position: relative;
}

.blog_details {
  padding: 0 40px 22px;
}

.m-auto {
  margin: auto !important
}

.m-0 {
  margin: 0 !important
}

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


@media (min-width: 320px) {

  /* .blog-image-container {
    width: 371px;
    height: 273px;
} */
  .blog-image-container {
    width: 100%;
    height: 215px;
  }
}

@media (min-width: 450px) {

  /* .blog-image-container {
  width: 430px;
  height: 320px;
} */
  .blog-image-container {
    width: 100%;
    height: 336px;
  }
}

@media (min-width: 576px) {

  .rescontainer,
  .rescontainer-sm {
    max-width: 540px;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* .blog-image-container {
  width: 288px;
  height: 215px;
} */
  /* .blog-image-container {
  width: 217px;
  height: 183px;
} */
  /* .blog-image-container {
  width: 510px;
  height: 378px;
} */
  .blog-image-container {
    width: 100%;
    height: 420px;
  }
}

@media (min-width: 768px) {

  .rescontainer,
  .rescontainer-md,
  .rescontainer-sm {
    max-width: 720px;
  }

  .d-md-none {
    display: none !important
  }

  .d-md-block {
    display: block !important
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #section-240 .mauticform_wrapper {
    margin: 0 auto !important;
  }

  .blog-image-container {
    width: 100%;
    height: 170px;
  }

  /* .blog-image-container {
  width: 226px;
  height: 173px; */
}

/* .blog-image-container {
  width: 288px;
  height: 212px;
} */


@media (min-width: 992px) {

  .rescontainer,
  .rescontainer-lg,
  .rescontainer-md,
  .rescontainer-sm {
    max-width: 960px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-image-container {
    width: 100%;
    height: 260px;
}
  /* .blog-image-container {
    width: 347px;
    height: 259px;
  } */
}

@media (min-width: 1200px) {

  .rescontainer,
  .rescontainer-lg,
  .rescontainer-md,
  .rescontainer-sm,
  .rescontainer-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .rescontainer {
    max-width: 1200px;
  }
}






.res-section {
  background-image: url('../images/bg-6-1-1.png');
  background-position: 50%;
  background-size: cover;
}

.res-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding: 60px 24px 80px;
  display: flex;
  position: relative;
}

.div-block-24 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.link-block-9 {
  padding-top: 30px;
}

.collection-item-3 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
}

.heading-31 {
  color: var(--secondary);
  margin-bottom: 20px;
  padding-right: 25px;
  font-family: Thic, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-25 {
  text-transform: capitalize;
  background-color: #f7f7fc;
  border-radius: 12px;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.hero-section-copy {
  background-image: url('../images/hero-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 3rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-container-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: static;
}

.hero-quick-stack-copy {
  padding-bottom: 0;
  padding-left: 6rem;
  padding-right: 0;
  position: static;
}

.cell-copy {
  text-align: left;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: flex-start;
}

.heading-copy {
  color: var(--secondary);
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.div-block-copy {
  position: relative;
}

.cell-2-copy {
  text-align: justify;
  justify-content: flex-end;
  align-items: flex-end;
}

.container-19 {
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  left: 0;
  right: 0;
}

.section-16 {
  background-image: url('../images/Group-42831-6-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 270px;
}

.div-block-27 {
  z-index: 1;
  min-width: 483px;
  max-width: 47%;
  position: relative;
}

.div-block-28 {
  width: 100%;
  max-width: 48%;
  min-height: 880px;
  max-height: 999px;
  display: flex;
  position: relative;
}

.cell-42 {
  background-image: url('../images/Rectangle-783-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 0;
}

.image-3-copy {
  width: 139px;
  height: 113px;
  position: absolute;
  inset: auto -220px 0 auto;
}

.new-hero-copy {
  background-image: url('../images/Group-42831-6-1.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
  min-height: 0;
  display: block;
}

.icon-copy {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
  transform: rotate(-42deg);
}

.icon-copy:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.image-46 {
  width: 40px;
  height: 40px;
}

.new-button-copy {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.new-button-copy:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.new-button-copy.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.new-button-copy.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.new-button-copy.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.new-button-copy.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.res-container-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding: 80px 24px;
  display: none;
  position: relative;
}

.timeline-section {
  background-image: url('../images/Mask-group-7.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 24px;
  position: static;
}

.timeline-container {
  flex-direction: column;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
  position: static;
}

.timeline-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: none;
  padding: 0;
  position: relative;
}

.text-2 {
  z-index: 100;
  color: #b3b6bb;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

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

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

.section-17 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section-17.process-heading-container {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-17.process-heading-container.working-process {
  padding-top: 0;
}

.h2 {
  text-align: left;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}

.process-timeline {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.process-item-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 21px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.center-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-container.service-process {
  max-width: 560px;
}

.span {
  text-align: center;
  font-weight: 300;
}

.heading-32 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-24 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-32-copy {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-24-copy {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-15-copy {
  z-index: 99;
  background-color: var(--color);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 55%;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.div-block-29 {
  width: 100%;
  /* Adjust the width */
  height: 2px;
  /* Thickness of the line */
  margin: 5px auto;
  /* Centering the div */
  background-image: url('/images/Line-706-1.png');
  background-position: center;
  background-size: contain;
  /* Ensures the whole image fits inside */
  background-repeat: no-repeat;
}

.div-block-30 {
  text-align: left;
}

.cell-43 {
  padding-top: 120px;
  padding-right: 20px;
}

.heading-32-copy-copy {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.process-item-copy {
  grid-row-gap: 0px;
  flex-direction: column;
  display: none;
}

.paragraph-24-copy-copy {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.para {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

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

.div-block-32 {
  z-index: -1;
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  font-family: Inter, sans-serif;
  font-size: 96px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.heading-33 {
  text-align: center;
}

.heading-1-copy {
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #ff00b0, #ff870b 12%, #e80346 26%, #a800e4 46%, #0096f1 91%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 100%;
}

.heading-34 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Rectangle-7220-2-1.png');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 300px;
  line-height: 100%;
}

.heading-35 {
  color: #00173f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.icon1-copy {
  color: var(--color);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
  transform: rotate(-47deg);
}

.icon1-copy:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.new-nav {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.new-nav:hover,
.new-nav:visited {
  color: var(--elements-webflow-library--accent--primary-1);
}

.section-inv {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  height: 512.732px;
  padding: 200px 24px 100px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-inv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-inv {
  color: var(--secondary);
  text-align: center;
  width: 80.0003%;
  margin-top: 0;
  /* margin-bottom: 20px; */
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.button-inv {
  color: var(--secondary);
  background-image: linear-gradient(to right, #ffdfd8, #efe8fa 51%, #fee4df);
  border: 1px solid #e7aeb0;
  border-radius: 5px;
  font-family: Inter, sans-serif;
}

.section-18 {
  background-image: url('../images/Group-1000008161-1.png');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 24px 80px;
}

.container-22 {
  max-width: 1200px;
  padding-bottom: 70px;
}

.quick-stack-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.heading-inv1 {
  color: var(--secondary);
  margin-top: 0;
  /* margin-bottom: 20px; */
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-inv {
  color: var(--secondary);
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.cell-44 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}

.container-23 {
  background-color: #fffc;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  padding: 40px;
}

.heading-inv2 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.quick-stack-25 {
  padding: 0;
}

.heading-36 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Thic, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.list-item-inv {
  color: var(--secondary);
  background-image: url('../images/diagonal-arrow-right-up-outline.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.list-inv {
  margin-top: 0;
  padding-left: 0;
}

.paragraph-inv1 {
  color: var(--secondary);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-33 {
  background-image: url('../images/Vector-989-1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 2px;
}

.list-inv-1 {
  margin-top: 30px;
  padding-left: 0;
}

.list-item-inv-1 {
  color: var(--secondary);
  background-image: url('../images/Ellipse-906.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.paragraph-inv2 {
  color: var(--secondary);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.heading-inv3 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-inv3 {
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.section-19 {
  background-image: url('../images/Frame-1000008259-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding: 80px 0;
  display: flex;
}

.brix---btn-circle-accordion-btn {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 0%;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 0;
  margin-right: 15px;
}

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

.brix---color-neutral-602 {
  color: var(--new-grey);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 710px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 940px;
  padding: 88px 40px;
}

.brix---inner-container-1012px-center {
  flex-direction: column;
  align-items: center;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-circle-accordion-btn-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side-2 {
  margin-left: 0;
  margin-right: 24px;
}

.brix---paragraph-default-4 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.brix---color-neutral-801 {
  color: var(--new-grey);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--untitled-ui--gray600);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last-2:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--untitled-ui--gray600);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  /* justify-content: space-between; */
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-2:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--untitled-ui--gray600);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-2:hover {
  transform: translate(8px);
}

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

.brix---accordion-v3-card-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-image: linear-gradient(221deg, #404c6a, #242d44 57%);
  border-radius: 24px;
  padding: 0 50px;
}

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

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

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

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

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

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

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

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-20 {
  min-width: 100%;
  padding: 60px 24px 0;
}

.container-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-34 {
  border-right: 1px dashed var(--elements-webflow-library--accent--primary-1);
  border-bottom: 1px dashed var(--elements-webflow-library--accent--primary-1);
  border-left: 1px dashed var(--elements-webflow-library--accent--primary-1);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 870px;
  padding: 40px 15px;
}

.heading-inv4 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-inv4 {
  color: var(--secondary);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.section-21 {
  background-image: url('../images/Frame-1000008259-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  margin-top: 0;
  padding: 80px 40px;
  display: flex;
}

.quick-stack-26 {
  width: 100%;
  padding: 0;
}

.cell-45 {
  justify-content: center;
  align-items: flex-end;
}

.heading-37 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.list-inv-2 {
  margin-top: 0;
  padding-left: 0;
}

.list-item-inv-2 {
  color: var(--color);
  background-image: url('../images/diagonal-arrow-right-up-outline.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.heading-inv5 {
  color: var(--color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.heading-38 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Thic, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-inv5 {
  color: var(--color);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.section-22 {
  background-image: url('../images/Frame-1000008260-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  /* margin-top: 50px; */
  padding: 0 60px 60px;
  display: flex;
}

.brix---accordion-v3-card-3 {
  border: 1px solid var(--color-3);
  background-color: var(--color-2);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 50px;
}

.brix---inner-container-1012px-center-3 {
  border: 0px solid var(--color-3);
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-item-wrapper-v3-first-3 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-3 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  /* justify-content: space-between; */
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-last-3 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last-3:hover {
  transform: translate(8px);
}

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

.brix---accordion-title-3 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.brix---paragraph-default-5 {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.brix---accordion-item-wrapper-v3-first-4 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--info-bg-color);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-4:hover {
  transform: translate(8px);
}

.tab-section {
  background-color: #f8f7fc00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-container {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.div-block-2-copy {
  min-width: 100%;
}

.tabs1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.tabs1-menu {
  z-index: 99;
  border: 0px dashed var(--elements-webflow-library--accent--primary-1);
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 13% 0% auto auto;
}

.tabs-content,
.tab-pane-tab-2 {
  min-width: 100%;
}

.text-block-4-copy {
  color: var(--secondary);
  text-transform: capitalize;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-47 {
  min-width: 100%;
}

.image-48 {
  width: 80%;
  min-width: 95%;
}

.image-49,
.image-50 {
  min-width: 100%;
}

.section-in {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  height: 562.732px;
  margin-bottom: -70px;
  padding: 200px 24px 150px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-in {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-in1 {
  color: var(--secondary);
  text-align: center;
  width: 80.0003%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.section-i {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  padding: 200px 24px 150px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-i {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-i {
  color: var(--secondary);
  text-align: center;
  width: 80.0003%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.section-i1 {
  background-image: url('../images/Group-1000008162-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 20px 24px;
}

.container-22-copy {
  max-width: 1200px;
  padding-bottom: 60px;
}

.container-l1 {
  max-width: 1500px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack-i {
  width: 100%;
  max-width: 1500px;
  padding: 0 0 0 24px;
  position: relative;
}

.cell-i {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-i1 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
}

.heading-i1 {
  color: var(--secondary);
  text-align: left;
  margin-top: 0;
  /* margin-bottom: 10px; */
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-i {
  color: var(--secondary);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.spark-button-i {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-i:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-i.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-i.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-i.spark-icon-left-button.next {
  z-index: auto;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-i.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--color);
  background-color: #fff;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
}

.image-51 {
  width: 550.562px;
  height: 383.527px;
  padding-left: 20px;
}

.section-i2 {
  background-image: url('/images/Group-42765-1.png');
  background-position: 40% 115%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.container-i2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.quick-stack-32 {
  width: 100%;
  padding: 0;
}

.heading-i3 {
  color: var(--secondary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-i1 {
  color: var(--secondary);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.list-i {
  margin-top: 0;
  padding-left: 0;
}

.list-item-i,
.list-item-inv-copy {
  color: var(--secondary);
  background-image: url('../images/diagonal-arrow-right-up-outline.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.heading-i2 {
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-i2 {
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.container-i3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.container-i4 {
  background-color: #fffc;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.heading-i4 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-i3 {
  color: var(--secondary);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.quick-stack-33 {
  width: 100%;
  padding: 0;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-52 {
  padding-bottom: 16px;
}

.heading-39 {
  margin-top: 0;
}

.heading-40 {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #ff00b0, #e80346 100%, #ff870b 100%, #0096f1 100%, #a800e4 100%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-41 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Thic, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-25 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.image-53,
.image-54 {
  padding-bottom: 16px;
}

.brix---accordion-v3-card-4 {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color-2);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 50px;
}

.brix---accordion-item-wrapper-v3-first-5 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-6 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--neutral--300) var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-6:hover {
  transform: translate(8px);
}

.brix---accordion-title-4 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.brix---paragraph-default-6 {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.heading-faq {
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #ff00b0, #ff870b 33%, #e80346 100%, #a800e4 100%, #0096f1 100%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-faq1 {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.heading-faq-1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #ff00b0, #ff870b 33%, #e80346 100%, #a800e4 100%, #0096f1 100%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-faq2 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  /* margin-bottom: 40px; */
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-26,
.paragraph-27 {
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
}

.div-block-36 {
  z-index: -1;
  background-color: var(--color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 96px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.process-item-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 21px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  display: grid;
}

.section-guide {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-guide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-guide {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.section-guide1 {
  background-image: url('../images/Group-1000008162-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 2px 20px 24px;
}

.container-guide2 {
  max-width: 1500px;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.container-guide-2 {
  background-image: url('../images/Rectangle-7220-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: 330px;
  margin-top: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.link-block-10 {
  z-index: 3;
  text-align: right;
  background-color: #00492f;
  border-radius: 12px;
  width: 50px;
  max-width: 70%;
  position: fixed;
  inset: auto 1% 5% auto;
}

.image-55 {
  max-width: 50px;
}

.heading-guide-1 {
  color: var(--color);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 51px;
  line-height: 60px;
}

.paragraph-28 {
  color: var(--color);
  text-align: center;
  font-family: Inter, sans-serif;
  word-spacing: 0.301px;
  letter-spacing: 0.2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-block-11 {
  position: absolute;
  inset: auto auto -8%;
}

.section-guide3 {
  background-image: url('../images/Group-42765-2-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.container-guide-3 {
  background-color: var(--color);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: 320px;
  margin-top: 0;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 20px #14142b0f;
}

.quick-stack-34 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding: 0;
}

.heading-42 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-29 {
  margin-bottom: 20px;
}

.new-button-gud {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.new-button-gud:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.new-button-gud.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.new-button-gud.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.new-button-gud.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.new-button-gud.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.spark-button-text-gud {
  border-bottom: 0px solid var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.spark-small-icon-gud {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
}

.image-56 {
  width: 22px;
  height: 22px;
}

.cell-46 {
  justify-content: center;
  align-items: center;
}

.container-guide-4 {
  background-color: var(--color);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 20px #0000000f;
}

.quick-stack-35 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding: 0;
}

.cell-47 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cell-49,
.cell-50 {
  justify-content: center;
}

.section-faq {
  z-index: -1;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-guide-copy,
.heading-faqs {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.section-faq1 {
  background-image: url('../images/Group-42765-3-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.container-faq1 {
  background-color: #fffc;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px 40px 0px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--white);
  border-radius: 20px;
  width: auto;
  height: auto;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side-3 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-0 {
  color: var(--secondary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  word-spacing: 0.8px;
  letter-spacing: 0.1px;
  font-weight: 400;
}

.brix---color-neutral-803 {
  color: var(--new-grey);
}

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

.brix---accordion-spacer-3 {
  min-height: 16px;
}

.brix---acordion-body-3 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-5 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-weight: 600;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2-3 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-big-number {
  color: var(--color-4);
  width: 61px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

.brix---accordion-item-wrapper-v5-last {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-4 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

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

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

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

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

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.heading-43 {
  color: var(--secondary);
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.section-faq2 {
  padding-top: 0;
  padding-bottom: 60px;
}

.container-faq2 {
  background-color: #fffc;
  background-image: url('../images/Frame-43113.jpg');
  background-position: 50%;
  background-size: auto;
  border: 0 solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px;
  display: flex;
  position: static;
}

.heading-faq3 {
  color: var(--color);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.paragraph-faq {
  color: var(--color);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  word-spacing: 0.5px;
  letter-spacing: 0.1px;
  font-size: 18px;
  line-height: 30px;
}

.spark-button-4 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-4.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-4.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-4.spark-icon-left-button.next {
  z-index: auto;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-4.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--color);
  background-color: #fff;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
}

.paragraph-btn {
  color: var(--color);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.icon1-btn {
  color: var(--color);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
  transform: rotate(-47deg);
}

.icon1-btn:hover {
  color: var(--color);
}

.section-contact {
  z-index: -1;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-contact {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.section-contact-1 {
  background-image: url('../images/Group-42876-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 60px;
}

.container-contact-1 {
  background-color: #f7f7fc80;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 60px 40px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--untitled-ui--primary600) var(--untitled-ui--primary600) var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--primary-1);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50-2);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary500);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input-2.select {
  color: var(--untitled-ui--gray900);
  background-color: #fff;
}

.uui-field-label {
  color: var(--secondary);
  margin-bottom: .5rem;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50-2);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50-2);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

.uui-contact04_content {
  width: 100%;
}

.uui-contact04_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02-2 {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.uui-contact07_item-text-wrapper {
  line-height: 14px;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--white);
  color: var(--untitled-ui--primary600);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  border-bottom: 1px solid var(--elements-webflow-library--accent--primary-1);
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 99.9999%;
  margin-top: 40px;
}

.uui-text-size-large-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact07 {
  background-color: var(--untitled-ui--gray50-2);
}

.link-block-12 {
  text-decoration: none;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.icon-2 {
  margin-right: 0;
}

.dropdown-list {
  background-color: var(--about-small-div-bg);
}

.dropdown-list.w--open {
  background-color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-link:hover,
.dropdown-link.w--current {
  color: var(--elements-webflow-library--accent--primary-1);
}

.image-57 {
  width: 120px;
  height: 120px;
}

.section-terms {
  z-index: -1;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-terms {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-terms {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.section-terms-1 {
  background-image: url('../images/Group-42765-4-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.container-terms-1 {
  background-color: #f7f7fcb3;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px 40px 60px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.quick-stack-36 {
  width: 100%;
  padding: 0;
}

.heading-24-copy {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.heading-terms1 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.heading-44 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.link-block-13 {
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.cell-51 {
  justify-content: center;
  align-items: flex-start;
}

.section-terms-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-terms-2 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 0 40px 20px;
  display: flex;
  position: static;
}

.paragraph-terms {
  color: var(--secondary);
  text-align: left;
  width: auto;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.html-embed-2,
.html-embed-3,
.html-embed-4,
.html-embed-5,
.html-embed-6 {
  width: 20px;
  height: 20px;
  transform: rotate(-47deg);
}

.image-58 {
  width: 100px;
  height: 100px;
}

.image-59,
.image-60 {
  width: 165px;
  height: 56px;
}

.image-61 {
  width: 24px;
  height: 24px;
}

.html-embed-7,
.html-embed-8 {
  width: 25px;
  height: 25px;
}

.spark-button-about {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-about:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-about.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-about.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-about.spark-icon-left-button.next {
  z-index: auto;
  border: none;
  /* border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1); */
  color: #fff;
  background-color: #0030;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: absolute;
  inset: auto auto 22% 4%;
}

.spark-button-about.spark-icon-left-button.next:hover {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
}

.spark-button-res {
  border-bottom: 0px solid var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.spark-small-res {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 0;
  line-height: 1em;
  display: inline-block;
  position: static;
}

.image-62 {
  width: 40px;
  height: 40px;
}

.cell-52 {
  justify-content: flex-start;
  align-items: center;
}

.image-65 {
  width: 41px;
  height: 41px;
}

.heading-faq2-copy {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  /* margin-bottom: 40px; */
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.new-button-1 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.new-button-1:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.new-button-1.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.new-button-1.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.new-button-1.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.new-button-1.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.image-66 {
  width: 28px;
  height: 28px;
}

.image-67 {
  width: 25px;
  height: 25px;
}

.section-bis {
  min-width: 100%;
  padding: 0 24px;
}

.container-bis {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-bottom: 0;
  display: flex;
}

.quick-stack-37 {
  border: 1px dashed var(--elements-webflow-library--accent--primary-1);
  border-radius: 52px;
  width: 65%;
  margin-top: 30px;
  padding: 20px 30px;
}

.cell-53 {
  justify-content: center;
  align-items: center;
}

.button-2 {
  background-color: var(--color);
  color: var(--secondary);
  border-radius: 40px;
  padding: 18px 25px;
  font-family: Thic, sans-serif;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 10px 30px #0000000d;
}

.button-2:hover {
  color: var(--color);
  background-image: linear-gradient(90deg, #841524, #e83a3d);
}

.button-2.w--current {
  color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(90deg, #841524, #e83a3d);
}

.cell-54,
.cell-55 {
  justify-content: center;
  align-items: center;
}

.html-embed-9,
.html-embed-10 {
  width: 20px;
  height: 20px;
  transform: rotate(-47deg);
}

.spark-button-header {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-header:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-header.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-header.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-header.spark-icon-left-button.next {
  z-index: auto;
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: #fff;
  background-color: #0030;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  margin: 10px 0 10px 5px;
  letter-spacing: -0.4px;
  padding: 14px 28px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-header.spark-icon-left-button.next:hover {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
}

.image-66-1 {
  width: 28px;
  height: 28px;
}

.image-38-copy {
  width: 33px;
  min-width: 25px;
  height: 21px;
  min-height: 25px;
}

.contact-txt-1 {
  /* border-bottom: 2px solid var(--footer-text); */
  color: var(--footer-text);
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.image-68 {
  width: 18px;
  height: 19px;
}

.heading-16-copy {
  color: var(--secondary);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  /* padding: 5px 30px 5px 0; */
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

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

.nav-dropdown-icon-3 {
  margin-right: 10px;
  transform: rotate(0deg);
}

.nav-dropdown-icon-3.rotate-arrow {
  transform: rotate(180deg);
  /* Rotate arrow downwards */
}

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

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

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

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

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

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.link-block-14 {
  text-decoration: none;
}

.image-69 {
  display: none;
}

.heading-1-copy {
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, #ff00b0, #ff870b 12%, #e80346 26%, #a800e4 46%, #0096f1 91%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.image-70 {
  width: 269.991px;
}

.quick-stack-38 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding: 0;
}

.cell-56 {
  background-color: var(--untitled-ui--primary600);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 6px 20px #0000000f;
}

.cell-57 {
  padding-right: 40px;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---success-message-white-small {
  border: 1px solid var(--elements-webflow-library--neutral--500);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.brix---btn-primary-small-input {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---top-bar-input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 6px 20px 0 var(--flowui-component-library--success-darker);
  color: var(--secondary);
  border-radius: 100px;
  min-height: 53px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  word-spacing: 0.5px;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---top-bar-input:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---top-bar-input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---top-bar-input::placeholder {
  color: var(--new-grey);
  font-size: 18px;
}

.brix---position-relative {
  color: var(--secondary);
  position: relative;
}

.brix---top-bar-form {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

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

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---top-bar-flex-h-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brix---top-bar-small-padding {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---top-bar-wrapper {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---social-media-grid-left-3-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-2);
  border-radius: 100px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: flex-start start;
  width: 74%;
  min-height: 0;
  margin-top: 100px;
  padding: 12px 23px;
  display: flex;
  box-shadow: 0 12px 30px #0000000d;
}

.brix---icon-square-36px3 {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 36px;
  height: 33px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px3:hover {
  transform: scale(.92);
}

.image-38-copy {
  width: 21px;
  height: 21px;
}

.section-contact-2 {
  background-image: url('../images/Group-1000008132-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-contact-2 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.map {
  border-radius: 32px;
  width: 100%;
}

.list-t {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 0;
}

.list-item-t {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Thic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.list-item-t1 {
  color: var(--secondary);
  background-image: url('../images/Layer-2-1.svg');
  background-position: 0 23%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Thic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.paragraph-terms-1 {
  color: var(--secondary);
  text-align: left;
  width: auto;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item-t2 {
  color: var(--secondary);
  background-image: url('../images/Layer-2-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Thic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.list-item-t3 {
  color: var(--secondary);
  background-image: url('../images/Layer-2-1.svg');
  background-position: 0 13%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Thic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.heading-45 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Thic, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.section-privacy {
  z-index: -1;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-privacy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding: 0;
  display: flex;
  position: relative;
}

.section-privacy-1 {
  background-image: url('../images/Group-42765-4-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.container-privacy-1 {
  background-color: #f7f7fcb3;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px 40px 60px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.paragraph-30 {
  color: var(--secondary);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-p {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}

.list-item-p {
  color: var(--secondary);
  background-image: url('../images/Group-1000008063.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.paragraph-31 {
  color: var(--secondary);
  margin-bottom: 40px;
  font-family: Thic, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.section-privacy-2 {
  background-image: url('../images/Group-42765-4-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.container-privacy-2 {
  background-color: #f7f7fcb3;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px 40px 60px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.section-news {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 200px 24px 140px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-news {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-n {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.paragraph-n {
  color: var(--secondary);
  text-align: center;
  width: 65%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section-news1 {
  background-image: url('../images/Group-1000008164-3-1-1.png');
  background-position: 50% 100%;
  background-size: cover;
  padding: 60px 0 0;
}

.container-news1 {
  flex-direction: column;
  align-items: center;
  max-width: 1310px;
  margin-top: -130px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.image-news {
  width: 80%;
}

.container-news2 {
  flex-direction: column;
  align-items: center;
  width: 800px;
  min-width: 0;
  max-width: none;
  margin-top: 60px;
  padding: 0 0 60px;
  display: flex;
  position: relative;
}

.div-block-37 {
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quick-stack-39 {
  border: 1px dashed var(--elements-webflow-library--accent--primary-1);
  color: var(--secondary);
  border-radius: 32px;
  width: 90%;
  padding: 20px;
  position: relative;
}

.uui-text-size-large-5 {
  color: #1d222d;
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.heading-46 {
  margin-bottom: 5px;
  font-family: Thic, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-32 {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.cell-58 {
  justify-content: center;
  align-items: center;
}

.image-71 {
  width: 350px;
  height: 330px;
  position: absolute;
  top: 11%;
  left: -8%;
  right: auto;
}

.div-block-38 {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  padding-top: 3px;
  display: flex;
}

.quick-stack-40 {
  border: 1px dashed var(--elements-webflow-library--accent--primary-1);
  color: var(--secondary);
  border-radius: 32px;
  width: 90%;
  padding: 20px;
  position: relative;
}

.cell-59 {
  justify-content: center;
  align-items: flex-start;
}

.image-72 {
  width: 350px;
  height: 330px;
  position: absolute;
  top: 15%;
  left: auto;
  right: -12%;
}

.div-block-39 {
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.image-73 {
  object-fit: cover;
  border-radius: 30px;
  width: 350px;
  height: 330px;
  position: absolute;
  top: 11%;
  left: -8%;
  right: auto;
}

.section-blog {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 200px 24px 140px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.container-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-blog {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.paragraph-blog {
  color: var(--secondary);
  text-align: center;
  width: 65%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.container-29 {
  max-width: 1100px;
  padding: 60px 24px 3px;
}

.div-block-40 {
  background-color: #f7f7fc;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.quick-stack-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.heading-47 {
  color: var(--secondary);
  font-family: Thic, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-41 {
  background-image: url('../images/Vector-994.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 1px;
  margin-top: 8px;
}

.cell-61 {
  justify-content: center;
  align-items: center;
}

.cell-62 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-42 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-48 {
  color: var(--secondary);
  margin-top: 0;
  font-family: Thic, sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}

.div-block-43 {
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 39%;
  margin-top: -36px;
  margin-left: 8px;
  padding: 5px;
  display: flex;
}

.blog-date {
  align-items: center;
  display: flex;
}

.blog-icon {
  flex: none;
  align-self: flex-start;
  margin-right: .4rem;
}

.blog-p {
  color: #fff;
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: block;
}

.new-button-blog {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.new-button-blog:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.new-button-blog.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.new-button-blog.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.new-button-blog.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #0030;
  border-width: 0;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.new-button-blog.spark-icon-left-button.next:hover {
  border-width: 0;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff0;
  background-image: none;
}

.image-blog {
  width: 8px;
  height: 8px;
}

.spark-button-text-blog {
  border-bottom: 0px solid var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.collection-list-wrapper-2 {
  display: none;
}

.spark-button-2-copy {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color);
  color: #fff;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2-copy:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  opacity: 1;
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.spark-button-2-copy.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-2-copy.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-2-copy.spark-icon-left-button.next {
  z-index: auto;
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: #fff;
  background-color: #0030;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-2-copy.spark-icon-left-button.next:hover {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
}

.quick-stack-42 {
  /* padding: 0 0 60px; */
}

.brix---top-bar-form-copy {
  width: 70%;
  max-width: none;
  margin-bottom: 0;
}

.brix---top-bar-input-copy {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 6px 20px 0 var(--flowui-component-library--success-darker);
  color: var(--secondary);
  border-radius: 100px;
  min-height: 53px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---top-bar-input-copy:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---top-bar-input-copy:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---top-bar-input-copy::placeholder {
  color: var(--new-grey);
  font-size: 18px;
}

.brix---top-bar-input-copy.jetboost-list-search-input-lxem {
  border-color: var(--elements-webflow-library--accent--primary-1);
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.form-block {
  width: 25%;
  height: 100%;
  margin-bottom: 0;
}

.select-field {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color);
  color: var(--secondary);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.form {
  height: 100%;
}

.cell-63 {
  justify-content: flex-start;
  align-items: flex-end;
}

.section-blog-in {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-blog-in {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.section-blog-in1 {
  padding-bottom: 60px;
}

.container-blog-in1 {
  background-color: #f7f7fc;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px 40px 60px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.quick-stack-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.div-block-44 {
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 5px;
  display: flex;
}

.heading-49 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thic, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.cell-64 {
  justify-content: center;
  align-items: flex-start;
}

.blog-in {
  color: #fff;
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: block;
}

.blog-date-copy {
  align-items: center;
  display: flex;
}

.heading-50 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.heading-blog-in {
  color: var(--secondary);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.paragraph-blog-in p {
  color: var(--secondary);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

center a {
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color);
  color: #fff;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.buy-token-modal .modal {
  background: #00000080;
  z-index: 99;
}

.buy-token-modal .modal,
.buy-token-modal .modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.modal {
  width: 100%;
  height: 100%;
}

.buy-token-modal .modal-body {
  position: fixed;
  background: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 50px 20px 20px;
  border-radius: 6px;
}

.modal-body {
  flex: 1 1 auto;
}

.buy-token-modal .heading {
  font-size: 36;
  color: #646c66;
  margin-bottom: 20px;
  max-width: 100%;
  margin-top: 0;
  font-weight: 700;
  line-height: 30px;
  -webkit-letter-spacing: -.01em;
  -moz-letter-spacing: -.01em;
  -ms-letter-spacing: -.01em;
  letter-spacing: -.01em;
}

.BuyTokenModal-connected {
  position: fixed;
  top: 83px;
  right: 0;
  text-align: right;
  width: max-content;
  padding: 10px 20px;
  border-radius: 6px 0 0 6px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  background-image: -webkit-linear-gradient(29deg, #4a1312, #e62b4a);
  text-transform: uppercase;
  font-size: 13px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.buy-token-modal .info,
.buy-token-modal .loading {
  line-height: 27px;
  font-size: 20px;
  color: #646c66;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
  letter-spacing: -.01em;
  padding: 30px 0 5px;
}

.buy-token-modal .row {
  display: flex;
  margin: 10px 0;
  background-color: #2659640a;
  border-radius: 6px;
  border: 2px solid #ff5b6057;
}

.row {
  flex-wrap: wrap;
}

.buy-token-modal .BuyTokenModal-fields-div {
  flex: 1 1;
}

.buy-token-modal .BuyTokenModal-fields {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: transparent;
  border-radius: 6px;
  outline: none;
  border-width: 0;
  padding: 0 10px;
  color: #646c66;
}

.buy-token-modal button {
  border-radius: 6px 0 0 6px;
  background-image: -webkit-linear-gradient(29deg, #ff9493, #ff78a2);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border-width: 0;
  transition: all .3s ease;
  color: #fff;
  background-image: -webkit-linear-gradient(29deg, #4a1312, #e62b4a);
  border-color: #ff5b60;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: auto;
  height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* .paragraph-blog-in a{
  border: 1px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--color);
  color: #fff;
  background-image: linear-gradient(90deg, #841524, #e83a3d);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
} */
/* #section-240 .gradient-left {
  background: linear-gradient(45deg, rgba(78, 29, 74, 1) 0%, rgba(223, 52, 67, 1) 100%);
  min-height: 100vh;
  padding: 20px 20px 20px 40px;
} */

.section-thank {
  margin-top: 220px;
  margin-bottom: 50px;
}

.thankyou-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width:768px) {
  #section-240 .mauticform_wrapper {
    margin: 0 auto !important;
  }

  #section-240 .c-wrapper {
    margin: auto !important;
  }
}

section#section-240 * {
  font-family: 'Roboto', sans-serif;
}

#section-240 .gradient-left {
  background: linear-gradient(45deg, rgba(78, 29, 74, 1) 0%, rgba(223, 52, 67, 1) 100%);
  min-height: 100vh;
  padding: 20px 20px 20px 40px;
}

#section-240 .mauticform_wrapper {
  max-width: 600px;
  margin: 0 10px 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-240 .divider {
  height: 1px;
  width: 100px;
  margin: 10px auto 10px 0;
  background-color: white;
}

#section-240 .divider-red {
  background-color: #ff0f2d;
}

#section-240 form {
  background: white;
  position: relative;
  margin: 80px 0 100px 0;
  padding: 40px 45px;
  border-radius: 20px;
}

#section-240 h2 {
  font-size: 22px;
  width: 60%;
  font-weight: bold;
}

#section-240 h3 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 25px;
}

#section-240 .color-white {
  color: white;
}

#section-240 form img {
  position: absolute;
  right: -20px;
  top: -50px;
  max-width: 150px;
}

#section-240 .card-red {
  background-color: #ee3442;
  border-radius: 10px;
  padding: 40px;
  color: white;
  box-shadow: 0px 0px 20px 0px #3e3e3e6e;
}

#section-240 .c-wrapper {
  max-width: 600px;
}

#section-240 .card-red h2 {
  color: white;
  font-size: 30px;
  width: 100%;
}

#section-240 ul {
  margin: 0;
  padding-left: 0em;
}

#section-240 ul li {
  color: white;
  padding-left: 20px;
  margin-left: 15px;
}

#section-240 li::marker {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f14a";
  padding-right: 10px;
}

#section-240 .mauticform-field-hidden {
  display: none;
}

#section-240 .mauticform-page-wrapper {
  margin-top: 20px;
}

#section-240 .mauticform-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

#section-240 .mauticform-row label {
  margin-bottom: 2px;
  color: #404042;
  font-family: 'Roboto', Arial;
  font-weight: 500;
  font-size: 18px;
  margin-left: 10px;
}

::-webkit-input-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

#section-240 .mauticform-row input,
#section-240 .mauticform-row select {
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 22px;
  border: 2px solid #c2c2c2;
}

#section-240 .mauticform-row button {
  padding: 10px;
  font-size: 18px;
}

#section-240 .white-right {
  padding: 40px 40px;
  margin: 0px auto 0 0px !important;
  background-color: #e7e8ea;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-240 .choices {
  margin: 30px auto 10px;
  font-size: 25px;
}

#section-240 .our-clients {
  font-family: Oswald, Roboto;
  color: #ff0f2d;
  font-weight: 600;
  margin-top: 20px;
}

#section-240 img {
  width: 100%;
}

#section-240 .mauticform-errormsg {
  color: red;
}

#st-3.st-left {
  left: 0px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-total {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-total>span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}

#st-3 .st-total {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-total>span.st-shares {
  font-size: 11px;
  line-height: 11px;
}

#st-3 .st-total>span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}

#st-3 .st-total {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}

#st-3 .st-btn.st-first {
  border-top: none;
  border-top-right-radius: 4px;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='facebook'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='facebook']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='twitter'] {
  background-color: #000000;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='twitter'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

img,
svg {
  vertical-align: middle;
}

img {
  border-style: none;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='twitter']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 160px;
  z-index: 94034;
}

#st-3 .st-btn[data-network='snapchat'] {
  background-color: #fffc00;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='snapchat'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn[data-network='snapchat']>span {
  color: #333;
}

#st-3 .st-btn[data-network='snapchat']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='email'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn[data-network='email']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='sharethis'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn[data-network='sharethis']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn[data-network='skype'] {
  background-color: #00aff0;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='skype'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn[data-network='skype']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn[data-network='messenger'] {
  background-color: #448AFF;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='messenger'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn[data-network='messenger']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn[data-network='telegram'] {
  background-color: #0088cc;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='telegram'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-btn[data-network='telegram']>span {
  color: #fff;
}

#st-3 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-3 .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

#st-3 .st-btn.st-last {
  border-bottom: none;
  border-bottom-right-radius: 4px;
}

#st-3 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3 .st-btn[data-network='linkedin'] img {
  filter: ;
}

#st-3 .st-btn>img {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}

#st-3 .st-toggle {
  left: -48px;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #ccc;
  border-bottom-right-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}

#st-3>div {
  clear: left;
  float: left;
}

#st-3.st-left .st-toggle .st-left {
  display: inline-block;
}

#st-3.st-left .st-toggle .st-right {
  display: none;
}

#st-3.st-has-labels .st-btn:hover {
  width: 120px;
}

#st-3 .st-btn:hover>span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}

#st-3 .st-btn:hover {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.div-block-45 {
  background-color: var(--secondary);
  border-radius: 22px;
  width: 100%;
  padding: 30px;
}

.quick-stack-44 {
  padding: 0;
}

.heading-51 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.spark-button-blog {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-blog:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-blog.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-blog.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-blog.spark-icon-left-button.next {
  z-index: auto;
  border-color: var(--color);
  background-color: var(--gradient);
  color: var(--elements-webflow-library--accent--primary-1);
  background-image: none;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-blog.spark-icon-left-button.next:hover {
  border-color: var(--color);
  background-color: var(--white);
  color: var(--color);
  background-image: none;
  margin-bottom: 0;
}

.paragraph-16-blog {
  color: var(--color);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

.html-embed-blog {
  color: var(--color);
  width: 20px;
  height: 20px;
  transform: rotate(-47deg);
}

.cell-65 {
  justify-content: center;
  align-items: flex-end;
}

.section-blog-in2 {
  padding-bottom: 30px;
}

.container-blog-in2 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 0 0 30px;
  display: flex;
  position: static;
}

.quick-stack-45 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  padding: 0;
}

.rich-text-block {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  word-spacing: 1px;
  font-size: 17px;
}

.cell-66 {
  justify-content: center;
  align-items: center;
}

.cell-67 {
  justify-content: center;
  align-items: flex-start;
}

.rich-text-block-1 {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  word-spacing: 1px;
  font-size: 17px;
}

.container-blog-in3 {
  background-color: #fffc;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 30px;
  display: flex;
  position: static;
  box-shadow: 0 6px 20px #0000000f;
}

.heading-52 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.container-blog-in4 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 30px 0;
  display: flex;
  position: static;
}

.rich-text-block-2 {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  word-spacing: 1px;
  font-size: 17px;
}

.quick-stack-46 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-blog-in3 {
  background-image: url('../images/Frame-1000008259-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-blog-in5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding: 60px 0;
  display: flex;
}

.heading-blog-1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #ff00b0, #ff870b 33%, #e80346 100%, #a800e4 100%, #0096f1 100%, #0096f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-blog-2 {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.blog-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.blog-in-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-in-list-item-image {
  flex: none;
  align-self: flex-start;
  margin-right: .8rem;
}

.blog-in-list-item-text {
  color: var(--secondary);
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.section-blog-in4 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.container-blog-in6 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1029px;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-blog-3 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

.industries_component-2 {
  background-color: #0000;
  width: 940px;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.industries_slide-nav-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  margin-top: 0;
  font-size: .5rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.blog34_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog34_list.new-home {
  grid-template-columns: 1fr;
}

.industries_slide-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.industries_item-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-terms-1-cop {
  color: var(--secondary);
  text-align: left;
  width: auto;
  margin-bottom: 20px;
  margin-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.gm-err-container {
  height: 100%;
  width: 100%;
  display: table;
  background-color: #e8eaed;
  position: relative;
  left: 0;
  top: 0;
}

.gm-err-content {
  border-radius: 1px;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  position: static;
  vertical-align: middle;
  display: table-cell;
}

.gm-err-icon {
  text-align: center;
}

.gm-err-title {
  margin: 5px;
  margin-bottom: 20px;
  color: #3c4043;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 24px;
}

.gm-err-message {
  margin: 5px;
  color: #3c4043;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 12px;
}

.pop-section-1 {
  z-index: 1009;
  background-color: #000000b0;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.pop-up-div {
  background-color: var(--untitled-ui--primary700);
  border: 0 solid #000;
  border-radius: 15px;
  width: 600px;
  height: 420px;
  margin: auto;
  padding: 60px 20px 0;
  position: absolute;
  inset: 0%;
}

.pop-up-div-1 {
  position: absolute;
  inset: 10px 10px auto auto;
}

.image-popup-close {
  cursor: pointer;
}

.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.search-input {
  color: var(--secondary);
  background-color: #ffffffe6;
  border: 1px solid #eff0f6;
  border-radius: 34px;
  margin-bottom: 20px;
  padding: 25px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
  box-shadow: 0 6px 20px #0000000f;
}

.spark-button-2-copy-copy {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2-copy-copy:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2-copy-copy.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #0000;
  border-width: 2px;
  border-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .1s cubic-bezier(.755, .05, .855, .06), border-color .1s, opacity .1s;
  display: flex;
  position: relative;
}

.spark-button-2-copy-copy.spark-icon-left-button:hover {
  color: #003;
  background-color: #fff;
}

.spark-button-2-copy-copy.spark-icon-left-button.next {
  z-index: auto;
  color: #fff;
  background-color: #003;
  background-image: linear-gradient(to right, #841524 .85%, #e83a3d);
  border-width: 0;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding: 14px 40px;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.spark-button-2-copy-copy.spark-icon-left-button.next:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--accent--primary-1);
  background-color: #fff;
  background-image: none;
}

.heading-search {
  color: var(--info-bg-color);
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.container-30 {
  background-color: #fffc;
  border-radius: 34px;
  max-width: 940px;
  padding: 60px 30px;
  box-shadow: 0 6px 20px #0000000f;
}

.section-search-result {
  z-index: 0;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: -75px;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-search {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-top: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-search-1 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.section-23 {
  padding-bottom: 80px;
}

.link-2 {
  color: var(--secondary);
  font-family: Thic, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.search-result-item {
  margin-bottom: 30px;
}

.text-block-7,
.paragraph-33 {
  color: var(--secondary);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section-service-2 {
  background-image: url('../images/Frame-1000008259-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-service-2 {
  background-image: linear-gradient(90deg, #404c6a, #242d44);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  margin-top: 0;
  padding: 60px 30px;
  display: flex;
}

.heading-terms-c {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.heading-14-c {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 60px;
  font-family: Thic, sans-serif;
  font-size: 53px;
  line-height: 60px;
}

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

.link-block-15 {
  text-decoration: none;
}

.heading-53 {
  margin-top: 0;
  margin-bottom: 0;
}

.con-list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.con-image {
  flex: none;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-right: .4rem;
  display: flex;
}

.con-text {
  color: var(--color);
  letter-spacing: normal;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.link-block-16 {
  text-decoration: none;
}

.div-block-47 {
  border-style: solid;
  border-width: 0 0 1.5px;
  border-color: black black var(--footer-text);
  width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-48 {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--footer-text);
  width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-privacy-3 {
  padding-top: 60px;
  padding-bottom: 0;
}

.container-privacy-3 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 0 40px;
  display: flex;
  position: static;
}

.heading-privacy {
  color: var(--secondary);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.heading-54 {
  color: var(--info-bg-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 32px;
  line-height: 35px;
}

.list-privacy {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 0;
}

.list-item-ser {
  color: var(--secondary);
  background-image: url('../images/Layer-2-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.link-3 {
  text-decoration: underline;
}

.list-privacy-1 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 0;
}

.list-item-ser-1 {
  color: var(--secondary);
  background-image: url('../images/Layer-2-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.list-item-ser-2 {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.list-privacy-2 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 70px;
  padding-left: 0;
}

.list-item-ser-3 {
  color: var(--secondary);
  background-image: url('../images/Layer-2-1.svg');
  background-position: 0 26%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.list-item-t-copy {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

.heading-45-copy {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Thic, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.paragraph-terms-copy {
  color: var(--secondary);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-49 {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: #f7f7fc;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.quick-stack-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#841524, #e83a3d);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 0;
}

.cell-68 {
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 10px 20px;
}

.container-privacy-4 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 0 40px 60px;
  display: flex;
  position: static;
}

.container-31 {
  max-width: 980px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.cell-69 {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 10px 10px 10px 20px;
}

.cell-70 {
  padding: 10px 10px 10px 20px;
}

.heading-55 {
  color: var(--color);
  font-family: Thic, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.stack-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #dedede;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.heading-56 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.cell-71 {
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px 20px 20px;
}

.cell-72 {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px 20px 20px;
}

.cell-73 {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #dedede;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.heading-57 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.link-block-17 {
  text-decoration: none;
}

.pagination-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-section_cta12-2 {
  z-index: 9999;
  position: fixed;
  inset: auto auto 6% 3%;
}

.uui-page-padding-6 {
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-container-large-6 {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-20 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
}

.link-block-20:hover {
  background-color: #e62f33;
}

.section-disc {
  z-index: -1;
  background-color: var(--color);
  background-image: url('../images/Frame-43044-1-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 0;
  padding: 200px 24px 140px;
  position: static;
  top: auto;
  overflow: hidden;
}

.container-disc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding: 0;
  display: flex;
  position: relative;
}

.section-dis1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-disc1 {
  background-color: #f7f7fc00;
  border: 0 solid #eff0f6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 0 40px;
  display: flex;
  position: static;
}

.link-block-21,
.link-block-22,
.link-block-23 {
  text-decoration: none;
}

.link-block-24 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.heading-map {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Thic, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.section-site-1 {
  padding-bottom: 60px;
}

.container-site-1 {
  background-color: #f7f7fc;
  border: 1px solid #eff0f6;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  height: auto;
  margin-top: 0;
  padding: 40px 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 20px #0000000f;
}

.quick-stack-48 {
  border-bottom: 2px solid #bcbcbc;
  width: 100%;
  padding: 0 0 30px;
}

.link-5 {
  color: var(--secondary);
  padding-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.link-5.w--current {
  padding-bottom: 20px;
}

.list-site {
  margin-top: 0;
  padding-left: 0;
}

.list-item-site {
  color: var(--secondary);
  background-image: url('../images/Frame-43076.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.link-6 {
  color: var(--secondary);
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.link-6.w--current {
  padding-bottom: 20px;
}

.quick-stack-49 {
  border-bottom: 2px solid #bcbcbc;
  width: 100%;
  padding: 0 0 30px;
}

.link-7 {
  color: #1d222d;
  padding-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.link-7.w--current {
  padding-bottom: 20px;
}

.list-item-site-2 {
  color: #1d222d;
  background-image: url('../images/Frame-43076.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

.link-8 {
  color: #1d222d;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Thic, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.link-8.w--current {
  padding-bottom: 20px;
}

.list-item-site-1 {
  color: #1d222d;
  background-image: url('../images/Frame-43076.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
  display: block;
}

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

/* .MuiButton-colorPrimary,.MuiButton-textBlack{
  background-color: #dc3545;
  color: white;
} */

.brix---inner-container-1012px-center-2 {}

@media screen and (min-width: 1280px) {
  .content-cell {
    padding-right: 40px;
  }

  .text-block-4 {
    color: #1d222d;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .quick-stack {
    width: auto;
    overflow: visible;
  }

  .tab.tab-link-tab-2 {
    background-color: #fff;
    border-radius: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: 16px 36px;
    font-family: Thicccboi, sans-serif;
    display: flex;
  }

  .tab.tab-link-tab-2.w--current {
    color: var(--color);
    -webkit-text-stroke-color: black;
    border: 0 solid #ff00b0;
  }

  .feature-sub-heading {
    clear: left;
    color: #1d222d;
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-4 {
    width: 55%;
  }

  .tabs-menu {
    border-bottom-width: 0;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slider {
    width: 1250px;
    max-width: 1350px;
  }

  .text-block-3 {
    color: #1d222d;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .uui-padding-vertical-xhuge-3 {
    background-image: url('../images/services-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .uui-pricing09_feature-icon-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .uui-pricing09_icon-wrapper {
    border-top-left-radius: 18px;
  }

  .uui-pricing09_plan,
  .uui-pricing09_plan.top-level {
    background-color: var(--color);
  }

  .spark-buttonpricing-button.spark-pricing-icon-button.price {
    grid-column-gap: 0px;
  }

  .pricing-text,
  .paragraph-4-copy {
    width: 55%;
  }

  .container-2 {
    width: 1310px;
    max-width: 1310px;
  }

  .about-section {
    background-color: var(--info-bg-color);
    background-image: url('../images/Info-BG.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-heading {
    color: var(--color);
    text-align: center;
  }

  .about-text {
    color: var(--color);
    align-items: center;
    width: 60%;
    display: inline-block;
  }

  .looks-heading {
    clear: left;
    color: #1d222d;
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

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

  .heading-4 {
    font-size: 14px;
  }

  .quick-stack-2 {
    min-width: 213px;
  }

  .feature-section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-container-1 {
    justify-content: center;
    max-width: 1600px;
  }

  .paragraph-7 {
    width: 55%;
  }

  .tabs-menu-1 {
    border-bottom-width: 0;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-1.tab-link-tab-2 {
    background-color: #f6f6f6;
    border-radius: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: 16px 36px;
    display: flex;
  }

  .tab-1.tab-link-tab-2.w--current {
    color: #000;
    -webkit-text-stroke-color: black;
    border: 1px solid #ff00b0;
    border-top-width: 2px;
  }

  .tab-copy.tab-link-tab-2 {
    background-color: #fff;
    border-radius: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding: 16px 36px;
    display: flex;
  }

  .tab-copy.tab-link-tab-2.w--current {
    color: #000;
    -webkit-text-stroke-color: black;
    border: 1px solid #ff00b0;
  }

  .tab-con1 {
    background-image: none;
    margin-top: 30px;
  }

  .slider-1 {
    width: auto;
    max-width: none;
  }

  .slide-1 {
    margin-left: 140px;
  }

  .quick-stack-1 {
    background-image: linear-gradient(#fff2f1, snow);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: auto;
    margin-left: 140px;
    padding-right: 20px;
    overflow: visible;
  }

  .h {
    clear: left;
    color: #1d222d;
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .image-10 {
    width: auto;
    bottom: 47%;
  }

  .text-1 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .right-arrow-2 {
    height: 10%;
  }

  .left-arrow-2 {
    right: 8%;
  }

  .app {
    box-shadow: 0 6px 20px #0000000f;
  }

  .funding-section {
    padding-left: 20px;
  }

  .quick-stack-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .brix---paragraph-default {
    color: var(--looks-text);
    font-size: 15px;
  }

  .brix---footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---footer-link {
    color: var(--footer-text);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
  }

  .brix---footer-col-title {
    color: var(--elements-webflow-library--neutral--100);
    -webkit-text-stroke-color: var(--elements-webflow-library--neutral--100);
    overflow-wrap: normal;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 14px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1.25fr 1fr .5fr 1fr;
  }

  .brix---footer-top {
    padding-bottom: 40px;
  }

  .brix---footer-wrapper {
    background-image: url('../images/65bf829246d92a64e0d948a2_footer-bg.png');
    background-position: 0 0;
    background-size: auto;
  }

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

  .cell-17 {
    justify-content: center;
    align-items: center;
  }

  .container-5 {
    overflow: visible;
  }

  .lop {
    width: auto;
  }

  .image-13 {
    width: 100%;
  }

  .contact-txt {
    color: var(--footer-text);
  }

  .image-14 {
    top: -9%;
    left: -12%;
  }

  .image-15 {
    inset: -9% -16% 0% auto;
  }

  .list-2 {
    padding-left: 0;
    list-style-type: none;
  }

  .list-item {
    background-image: url('../images/Vector.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 40px;
  }

  .uui-text-size-medium-c {
    padding-left: 0;
  }

  .right-arrow-3 {
    right: 11%;
  }

  .image-19,
  .image-20,
  .image-21,
  .image-22 {
    width: 100%;
  }

  .industries_mask {
    width: 40%;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .industries_mask.new-home.news {
    width: 34%;
  }

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

  .industries_arrow.new-home {
    inset: -3% 8% auto auto;
  }

  .industries_arrow.left.new-home {
    inset: 52% 13% auto auto;
  }

  .industries_arrow.left.new-home.home2 {
    margin-left: -67px;
    top: 51%;
    left: 2%;
  }

  .industries_arrow.new-home {
    top: 52%;
  }

  .industries_arrow.new-home.home2 {
    top: -10%;
    left: auto;
    right: -7%;
  }

  .text-size-regular.text-color-grayneutral700.new-home {
    flex-direction: column;
    padding-bottom: 20px;
    display: flex;
  }

  .industries_slide-nav {
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-style-h1 {
    font-size: 4.5rem;
  }

  .industries_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .lop-3 {
    width: auto;
  }

  .header {
    margin-bottom: -191px;
  }

  .header-right-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .btn-header-hidden-on-mbl {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-image-cover {
    border-top-left-radius: 16px;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 56px;
  }

  .container-7 {
    max-width: 1500px;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .quick-stack-8 {
    max-width: 1500px;
  }

  .cell-21 {
    padding-left: 0%;
  }

  .image-30 {
    width: 10%;
    max-width: 10%;
    bottom: 2%;
  }

  .about-us-container {
    max-width: 1310px;
  }

  .paragraph-8 {
    color: black;
    margin-bottom: 35px;
    font-family: Inter, sans-serif;
    word-spacing: 0.38px;
    letter-spacing: 0.1px;
    font-size: 18px;
    line-height: 30px;
  }

  .spark-button-2.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .quick-stack-10 {
    width: 100%;
    height: 300px;
    padding: 0;
  }

  .cell-22 {
    background-color: var(--color);
    border: 0 solid #0000;
    border-radius: 29px;
    justify-content: center;
    align-items: center;
    padding: 40px 35px;
    box-shadow: 0 6px 20px #0000000f;
  }

  .cell-23 {
    padding-left: 40px;
  }

  .heading-11 {
    color: var(--secondary);
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .paragraph-9 {
    color: var(--secondary);
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 23px;
  }

  .supply-container {
    max-width: 1310px;
  }

  .cell-27 {
    padding-left: 40px;
  }

  .paragraph-12 {
    color: var(--color);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    word-spacing: 0.5px;
    letter-spacing: 0.1px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-32 {
    width: 90%;
  }

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

  .how-container {
    max-width: 1310px;
  }

  .paragraph-11 {
    color: black;
    /* margin-bottom: 20px; */
    font-family: Inter, sans-serif;
    word-spacing: 0.6px;
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 30px;
  }

  .make-container {
    max-width: 1310px;
  }

  .div-block-16 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .heading-17 {
    margin-bottom: 10px;
  }

  .div-block-17 {
    padding: 40px;
  }

  .collection-item-2 {
    padding: 15px;
  }

  .spark-button-3.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-wrapper {
    background-image: url('../images/65bf829246d92a64e0d948a2_footer-bg.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container-default-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .grid-footer-v1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-cell1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-cell2 {
    justify-content: center;
    align-items: center;
  }

  .footer-col-title,
  .footer-col-title1 {
    color: var(--elements-webflow-library--neutral--100);
    -webkit-text-stroke-color: var(--elements-webflow-library--neutral--100);
    overflow-wrap: normal;
    font-family: Thic, sans-serif;
    font-size: 18px;
    line-height: 14px;
  }

  .quick-stack-20 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .paragraph-18 {
    color: var(--color);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    word-spacing: 0.39px;
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 30px;
  }

  .cell-31,
  .cell-32,
  .cell-33 {
    padding-right: 0;
  }

  .heading-26 {
    width: 80%;
  }

  .div-block-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-21 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: 100%;
  }

  .heading-27 {
    font-size: 32px;
  }

  .list-item-2 {
    background-position: 0 69%;
  }

  .heading-29 {
    width: 80%;
  }

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

  .paragraph-23 {
    font-size: 18px;
    word-spacing: 0.3px;
    letter-spacing: 0.1px;
  }

  .res-container {
    max-width: 1200px;
  }

  .heading-31 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-25 {
    height: 100% !important;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .res-container-copy {
    max-width: 1200px;
  }

  .timeline-section {
    background-image: url('../images/Mask-group-7.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .timeline-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-20 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-item-grid-2 {
    grid-template-columns: 1fr 23px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-32 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }

  .paragraph-24 {
    color: var(--black);
    font-family: Inter, sans-serif;
    word-spacing: 0.39px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .heading-32-copy {
    color: var(--black);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }

  .paragraph-24-copy {
    color: var(--black);
    text-align: right;
    font-family: Inter, sans-serif;
    word-spacing: 0.39px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .div-block-29 {
    width: 100%;
    /* Adjust the width */
    height: 2px;
    /* Thickness of the line */
    margin: 5px auto;
    /* Centering the div */
    background-image: url('/images/Line-706-1.png');
    background-position: center;
    background-size: contain;
    /* Ensures the whole image fits inside */
    background-repeat: no-repeat;
  }

  .heading-32-copy-copy {
    color: var(--black);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }

  .paragraph-24-copy-copy {
    color: var(--black);
    text-align: right;
    text-align: right;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .para {
    color: var(--black);
    text-align: right;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }

  .div-block-32 {
    z-index: -1;
    background-color: var(--color);
    position: relative;
  }

  .section-inv {
    height: 512.732px;
  }

  .paragraph-inv,
  .paragraph-inv1,
  .paragraph-inv2,
  .paragraph-inv3 {
    color: var(--secondary);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    word-spacing: 0.5px;
    letter-spacing: 0.1px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-24 {
    max-width: 1310px;
  }

  .paragraph-inv4 {
    color: var(--secondary);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    word-spacing: 0.5px;
    letter-spacing: 0.1px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-26 {
    max-width: 940px;
  }

  .paragraph-inv5 {
    color: var(--color);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .container-27 {
    max-width: 1310px;
  }

  .tab-container {
    min-width: 100%;
    max-width: none;
  }

  .div-block-2-copy,
  .tabs1 {
    min-width: 100%;
  }

  .tabs1-menu {
    border-bottom-width: 0;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 12%;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .tabs-content {
    min-width: 100%;
  }

  .text-block-4-copy {
    color: #1d222d;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .quick-stack-i {
    max-width: 1500px;
  }

  .cell-i {
    padding-left: 0%;
  }

  .paragraph-i {
    color: var(--secondary);
    margin-bottom: 30px;
    font-family: Inter, sans-serif;
    word-spacing: 0.5px;
    letter-spacing: 0.1px;
    font-size: 18px;
    line-height: 30px;
  }

  .spark-button-i.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-i2 {
    background-position: 50% 120%;
  }

  .container-i2 {
    max-width: 1000px;
  }

  .paragraph-i1,
  .paragraph-i2 {
    color: var(--secondary);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .container-i3 {
    max-width: 1310px;
  }

  .container-i4 {
    max-width: 1000px;
  }

  .paragraph-i3 {
    color: var(--secondary);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-36 {
    z-index: -2;
    padding-top: 5px;
    padding-bottom: 130px;
    position: relative;
  }

  .process-item-grid-3 {
    grid-template-columns: 1fr 23px 1fr;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-guide2 {
    background-position: 50% 120%;
  }

  .container-guide-2 {
    max-width: 1000px;
    height: 300px;
  }

  .heading-guide-1 {
    color: var(--color);
    text-align: center;
    text-transform: capitalize;
    font-size: 54px;
  }

  .section-guide3 {
    background-position: 50% 67%;
    background-size: cover;
  }

  .container-guide-3 {
    max-width: 1000px;
    height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-guide-4 {
    max-width: 1000px;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-faq1 {
    background-position: 50% 120%;
  }

  .container-faq1 {
    max-width: 1000px;
    height: auto;
    /* padding-bottom: 40px; */
  }

  .section-faq2 {
    background-position: 50% 120%;
  }

  .container-faq2 {
    max-width: 1000px;
    height: auto;
  }

  .heading-faq3 {
    color: var(--color);
    text-align: center;
    text-transform: capitalize;
    font-size: 47px;
  }

  .spark-button-4.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-contact-1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-contact-1 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .section-terms-1 {
    background-position: 50% 120%;
  }

  .container-terms-1 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .section-terms-2 {
    background-position: 50% 120%;
  }

  .container-terms-2 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .spark-button-about.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
    /* bottom: 11%; */
  }

  .spark-button-header.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-txt-1 {
    color: var(--footer-text);
  }

  .brix---top-bar-form {
    max-width: 550px;
  }

  .section-contact-2 {
    background-position: 50%;
    background-size: cover;
  }

  .container-contact-2 {
    max-width: 1000px;
    height: auto;
    /* padding-bottom: 40px; */
  }

  .section-privacy-1 {
    background-position: 50% 120%;
  }

  .container-privacy-1 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .list-item-p {
    background-position: 0 69%;
  }

  .section-privacy-2 {
    background-position: 50% 120%;
  }

  .container-privacy-2 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .container-news2 {
    width: 986px;
    /* padding-bottom: 80px; */
    row-gap: 60px;
  }

  .div-block-37 {
    padding-bottom: 0;
  }

  .quick-stack-39 {
    margin-bottom: 4px;
    padding: 40px;
  }

  .heading-46 {
    font-size: 31px;
    line-height: 45px;
  }

  .paragraph-32 {
    font-size: 16px;
    word-spacing: 0.1px;
    letter-spacing: 0.1px;
    line-height: 30px;
  }

  .image-71 {
    width: 450px;
    height: 450px;
    top: 6%;
    left: -11%;
  }

  .div-block-38 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 65px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .quick-stack-40 {
    padding: 30px;
  }

  .cell-59 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-72 {
    width: 450px;
    height: 450px;
    top: 6%;
    left: auto;
    right: -11%;
  }

  .div-block-39 {
    padding-bottom: 0;
  }

  .image-73 {
    width: 450px;
    height: 450px;
    top: 6%;
    left: -11%;
  }

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

  .collection-item-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-43 {
    width: 40%;
    margin-top: -38px;
  }

  .spark-button-2-copy.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---top-bar-form-copy {
    max-width: 550px;
  }

  .section-blog-in1 {
    background-position: 50% 120%;
  }

  .container-blog-in1 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-44 {
    width: 100%;
    margin-top: 0;
  }

  .paragraph-blog-in {
    color: var(--secondary);
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    word-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
  }

  .spark-button-blog.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-blog-in2 {
    background-position: 50% 120%;
  }

  .container-blog-in2,
  .container-blog-in3,
  .container-blog-in4 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .container-blog-in5 {
    max-width: 1310px;
  }

  .section-blog-in4 {
    background-position: 50% 120%;
  }

  .container-blog-in6 {
    max-width: 1145px;
    height: auto;
    padding-bottom: 40px;
  }

  .industries_component-2 {
    width: 1000px;
  }

  .industries_slide-nav-2 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .industries_slide-2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .industries_item-2 {
    width: 100%;
  }

  .collection-item-4-c {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-button-2-copy-copy.spark-icon-left-button.next {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .heading-search {
    color: var(--secondary);
    text-align: center;
    text-transform: capitalize;
    font-size: 47px;
  }

  .container-service-2 {
    max-width: 940px;
  }

  .heading-14-c {
    text-align: left;
    width: auto;
    margin-left: 220px;
  }

  .section-privacy-3 {
    background-position: 50% 120%;
  }

  .container-privacy-3,
  .container-privacy-4 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .link-4 {
    text-decoration: underline;
  }

  .section-dis1 {
    background-position: 50% 120%;
  }

  .container-disc1 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 0;
  }

  .section-site-1 {
    background-position: 50% 120%;
  }

  .container-site-1 {
    max-width: 1000px;
    height: auto;
    padding-bottom: 40px;
  }

  .list-item-site-2,
  .list-item-site-1 {
    font-size: 20px;
    font-weight: 500;
  }

  .image-75 {
    width: 220px;
    height: 44px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .spark-button-text,
  .spark-button-text-copy {
    z-index: 9;
  }

  .div-block {
    position: relative;
  }

  .image-3 {
    position: absolute;
    inset: auto -120px 20px auto;
  }

  .text,
  .spark-button-dark-text {
    z-index: 9;
  }

  .feature-section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .image-19,
  .image-20,
  .image-21,
  .image-22 {
    width: 100%;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .cell-21 {
    padding-left: 9%;
  }

  .image-30 {
    bottom: 22%;
  }

  .grid-footer-v1 {
    grid-column-gap: 181px;
    grid-template-rows: auto;
    grid-template-columns: minmax(400px, 1fr) auto auto;
  }

  .container-8 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-6 {
    background-image: url('../images/Frame-43044-1-1.png');
    background-position: 50% 135%;
    background-size: cover;
  }

  .section-7,
  .section-12,
  .section-15 {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .hero-section-copy {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .div-block-copy {
    position: relative;
  }

  .image-3-copy {
    position: absolute;
    inset: auto -180px 17px auto;
  }

  .section-inv,
  .section-in,
  .section-i {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .cell-i {
    padding-left: 9%;
  }

  .section-guide {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .spark-button-text-gud {
    z-index: 9;
  }

  .section-faq,
  .section-contact,
  .section-terms {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .spark-button-res {
    z-index: 9;
  }

  .brix---top-bar-form {
    max-width: 468px;
  }

  .section-privacy,
  .section-news {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .image-news {
    width: 1010px;
  }

  .container-news2 {
    width: 1010px;
    padding-right: 4px;
  }

  .section-blog {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .spark-button-text-blog {
    z-index: 9;
  }

  .brix---top-bar-form-copy {
    max-width: 468px;
  }

  .section-blog-in,
  .section-search-result {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }

  .heading-14-c {
    margin-left: 22%;
  }

  .section-disc {
    background-position: 50% 113%;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1920px) {
  .f-image-cover {
    margin-left: 0;
    margin-right: 0;
  }

  .f-account-section {
    display: flex;
  }

  .new-hero {
    background-position: 100% 100%;
    background-size: cover;
  }

  .cell-21 {
    padding-left: 10%;
  }

  .image-30 {
    bottom: 17%;
  }

  .section-7,
  .section-12,
  .section-15 {
    background-position: 50% 103%;
  }

  .new-hero-copy {
    background-position: 100% 100%;
    background-size: cover;
  }

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

  .section-inv,
  .section-in,
  .section-i {
    background-position: 50% 103%;
  }

  .cell-i {
    padding-left: 10%;
  }

  .section-guide,
  .section-faq,
  .section-contact,
  .section-terms,
  .section-privacy,
  .section-news {
    background-position: 50% 103%;
  }

  .container-news2 {
    padding-right: 4px;
  }

  .section-blog,
  .section-blog-in,
  .section-search-result {
    background-position: 50% 103%;
  }

  .heading-14-c {
    margin-left: 28%;
  }

  .section-disc {
    background-position: 50% 103%;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .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;
    font-size: 14px;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

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

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

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-quick-stack {
    padding: 0;
  }

  .cell-2 {
    align-items: stretch;
  }

  .heading {
    font-size: 50px;
  }

  .hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    padding: 145px 20px 45px;
  }

  .image-2 {
    width: 100%;
  }

  .hero-container {
    width: 100%;
    max-width: 100%;
  }

  .uui-heroheader23_card-image {
    border-radius: 1.125rem;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.9)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper {
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader23_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block {
    position: relative;
  }

  .image-3 {
    position: absolute;
    inset: auto -100px 20px auto;
  }

  .mask {
    width: auto;
  }

  .right-arrow {
    height: 10%;
    top: 31%;
  }

  .feature-container {
    width: 100%;
    max-width: 100%;
  }

  .content-cell {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .feature-heading {
    font-size: 47px;
    line-height: 55px;
  }

  .feature-sub-paragraph {
    text-align: center;
  }

  .image-6 {
    object-fit: contain;
    height: 100%;
  }

  .quick-stack {
    width: auto;
    max-width: none;
  }

  .tab.tab-link-tab-2 {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 20px;
    line-height: 26px;
  }

  .tab.tab-link-tab-2.w--current {
    padding-left: 36px;
    padding-right: 36px;
  }

  .feature-sub-heading {
    text-align: center;
  }

  .paragraph-4 {
    width: 75%;
  }

  .left-arrow {
    height: 10%;
    top: 31%;
  }

  .feature-section {
    padding: 70px 20px 40px;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .uui-cta12_logo-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .uui-team05_cta-button-row {
    flex: none;
    justify-content: flex-start;
  }

  .uui-team05_cta-content {
    margin-right: 3rem;
  }

  .uui-team05_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-team05_slide {
    margin-right: 2rem;
  }

  .uui-team05_mask {
    width: 50%;
  }

  .uui-team05_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing09_heading {
    font-size: 2rem;
  }

  .uui-pricing09_plan.top-level {
    margin-top: 0;
  }

  .uui-pricing09_components {
    grid-template-columns: 1fr;
  }

  .spark-buttonpricing-button.spark-pricing-icon-button.price {
    display: flex;
  }

  .pricing-text,
  .paragraph-4-copy,
  .about-text {
    width: 75%;
  }

  .looks-heading,
  .looks-text {
    text-align: center;
  }

  .cell-6 {
    text-align: left;
    align-items: center;
  }

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

  .about-container {
    width: 100%;
    max-width: 100%;
  }

  .counter-conatiner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template: "."
      "."
      "."
      "."
      / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .invest-sub-text {
    text-align: center;
  }

  .feature-section-1 {
    padding: 70px 20px 0;
  }

  .feature-container-1 {
    width: 100%;
    max-width: 100%;
  }

  .pr-heading {
    text-align: center;
    font-size: 48px;
    line-height: 55px;
  }

  .paragraph-7 {
    width: 75%;
  }

  .tab-1.tab-link-tab-2 {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 20px;
    line-height: 26px;
  }

  .tab-1.tab-link-tab-2.w--current {
    padding-left: 36px;
    padding-right: 36px;
  }

  .tab-copy.tab-link-tab-2 {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 20px;
    line-height: 26px;
  }

  .tab-copy.tab-link-tab-2.w--current {
    padding-left: 36px;
    padding-right: 36px;
  }

  .slider-1 {
    width: auto;
    height: auto;
  }

  .mask-1 {
    width: auto;
  }

  .slide-1 {
    margin-left: 0;
  }

  .quick-stack-1 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-im {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .left-arrow-1,
  .right-arrow-1 {
    height: 10%;
    top: 31%;
  }

  .h,
  .p {
    text-align: center;
  }

  .right-arrow-2 {
    height: 10%;
    inset: auto 0% 8% 82%;
  }

  .left-arrow-2 {
    height: 10%;
    inset: auto 0% 8% 64%;
  }

  .quick-stack-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-5 {
    padding-bottom: 20px;
  }

  .brix---paragraph-default {
    text-align: center;
    font-size: 15px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .h4 {
    font-size: 47px;
    line-height: 55px;
  }

  .image-container {
    min-width: 130%;
  }

  .container-5 {
    margin-left: 0;
  }

  .section-4 {
    margin-top: -192px;
    padding-left: 0;
  }

  .car-div {
    min-width: 130%;
  }

  .heading-6 {
    font-size: 15px;
  }

  .contact-links-grid {
    margin-bottom: 40px;
  }

  .contact-txt {
    font-size: 14px;
  }

  .image-14,
  .image-15 {
    display: none;
  }

  .brix---footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .industries_component {
    padding-left: 0;
    padding-right: 0;
  }

  .industries_mask {
    width: 20%;
  }

  .industries_mask.new-home {
    width: 30%;
  }

  .industries_mask.new-home.news {
    width: 46%;
  }

  .industries_heading {
    margin-right: 3rem;
  }

  .industries_arrow.new-home {
    top: -3%;
  }

  .industries_arrow.left.new-home {
    inset: -3% 13% auto 85%;
  }

  .industries_arrow.left.new-home.home2 {
    top: 93%;
    left: 48%;
  }

  .industries_arrow.new-home.home2 {
    top: 38%;
    left: auto;
    right: 43%;
  }

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

  .industries_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

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

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .hamburger-menu-wrapper {
    order: -1;
    margin-right: 10px;
    font-size: 14px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-container-l {
    width: 60%;
  }

  .f-account-section {
    height: auto;
  }

  .heading-8 {
    font-size: 39px;
  }

  .heading-10 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .cell-23 {
    padding-left: 0;
  }

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

  .supply-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cell-27 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .heading-14 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-12 {
    text-align: left;
    font-size: 16px;
  }

  .image-32 {
    width: 100%;
  }

  .counte-conatiner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template: "."
      "."
      / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .heading-16 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-11 {
    width: 100%;
  }

  .make-container {
    max-width: none;
  }

  .quick-stack-13 {
    width: 100%;
  }

  .heading-18 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .collection-list-wrapper {
    display: block;
  }

  .heading-21 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-15 {
    font-size: 17px;
  }

  .collection-list-wrapper-c {
    display: none;
  }

  .heading-22 {
    font-size: 40px;
    line-height: 50px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 40px;
  }

  .grid-footer-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .mg-bottom-24px {
    text-align: center;
  }

  .footer-col-title,
  .footer-col-title1 {
    margin-bottom: 24px;
  }

  .contact-links-grid-1 {
    margin-bottom: 40px;
  }

  .brix---social-media-grid-left-3 {
    grid-column-gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
  }

  .heading-23 {
    font-size: 50px;
  }

  .paragraph-17 {
    width: 100%;
  }

  .heading-24 {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }

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

  .container-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-item-grid {
    grid-template-columns: 1fr 80px 1fr;
  }

  .process-heading {
    font-size: 32px;
  }

  .quick-stack-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-25 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-18 {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
  }

  .heading-26 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-19 {
    width: 100%;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-27 {
    line-height: 35px;
  }

  .list-item-2 {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .brix---paragraph-default-c {
    text-align: left;
    font-size: 15px;
  }

  .image-43 {
    width: 90%;
  }

  .image-44 {
    width: 100px;
    height: 100px;
  }

  .heading-29 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-22 {
    width: 100%;
  }

  .div-block-21 {
    height: 476.4px;
  }

  .div-block-22 {
    height: 476.482px;
  }

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

  .cell-40 {
    padding-top: 20px;
  }

  .res-container {
    display: none;
  }

  .div-block-24 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hero-section-copy {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    padding: 145px 20px 45px;
  }

  .hero-container-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-quick-stack-copy {
    padding: 0;
  }

  .heading-copy {
    font-size: 50px;
  }

  .div-block-copy {
    position: relative;
  }

  .cell-2-copy {
    align-items: stretch;
  }

  .image-3-copy {
    position: absolute;
    inset: auto -167px 20px auto;
  }

  .res-container-copy {
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
  }

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

  .process-item-grid-2 {
    grid-template-columns: 1fr 29px 1fr;
  }

  .paragraph-24,
  .paragraph-24-copy {
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-15-copy {
    padding-top: 20px;
  }

  .cell-43 {
    background-color: var(--color);
    padding-top: 60px;
  }

  .paragraph-24-copy-copy,
  .para {
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-32 {
    z-index: -1;
    padding-top: 40px;
  }

  .container-21 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-inv {
    width: 90%;
    font-size: 50px;
  }

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

  .heading-inv1 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-inv {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .cell-44 {
    padding-left: 20px;
  }

  .container-23 {
    padding: 30px;
  }

  .heading-inv2 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .list-item-inv {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-inv1 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item-inv-1 {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-inv2 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-inv3 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-inv3 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .container-24 {
    padding: 60px 20px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---paragraph-default-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last-2 {
    border-bottom-width: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card-2 {
    padding: 64px 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-34 {
    width: 680px;
  }

  .heading-inv4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-inv4 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .container-26 {
    padding: 60px 20px;
  }

  .list-item-inv-2 {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .heading-inv5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-inv5 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .container-27 {
    padding: 60px 20px;
  }

  .brix---accordion-v3-card-3 {
    padding: 64px 20px;
  }

  .brix---accordion-item-wrapper-v3-first-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-3 {
    border-top-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-last-3 {
    border-top-width: 0;
    border-bottom-width: 1px;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last-3:hover {
    transform: translate(6px);
  }

  .brix---paragraph-default-5 {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---accordion-item-wrapper-v3-first-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-4:hover {
    transform: translate(6px);
  }

  .tab-section {
    padding: 0 0 40px;
  }

  .tab-container {
    width: 100%;
    max-width: 100%;
  }

  .tabs1-menu {
    top: 13%;
  }

  .heading-in1,
  .heading-i {
    width: 90%;
    font-size: 50px;
  }

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

  .quick-stack-i {
    padding-left: 0;
  }

  .cell-i1 {
    justify-content: center;
  }

  .heading-i1 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-i {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .image-51 {
    height: auto;
    padding-left: 0;
  }

  .section-i2 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-i2 {
    padding: 60px 20px;
  }

  .heading-i3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-i1 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item-i,
  .list-item-inv-copy {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .heading-i2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-i2 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .container-i3 {
    padding: 60px 20px;
  }

  .container-i4 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .heading-i4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-i3 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---accordion-v3-card-4 {
    padding: 64px 20px;
  }

  .brix---accordion-item-wrapper-v3-first-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-6:hover {
    transform: translate(6px);
  }

  .brix---paragraph-default-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-faq1 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-faq2 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-36 {
    padding-top: 0;
  }

  .process-item-grid-3 {
    grid-template-columns: 1fr 29px 1fr;
  }

  .heading-guide {
    font-size: 50px;
  }

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

  .section-guide2 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-guide-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .link-block-10 {
    z-index: 2;
  }

  .heading-guide-1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .section-guide3 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-guide-3,
  .container-guide-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .heading-guide-copy,
  .heading-faqs {
    font-size: 50px;
  }

  .section-faq1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-faq1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .brix---accordion-spacer-3 {
    min-height: 12px;
  }

  .brix---accordion-big-number {
    width: 70px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5 {
    padding: 40px 0;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-faq2 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-faq2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .heading-faq3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-faq {
    width: 100%;
  }

  .heading-contact {
    font-size: 50px;
  }

  .section-contact-1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-contact-1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-57 {
    width: 100px;
    height: 100px;
  }

  .heading-terms {
    font-size: 50px;
  }

  .section-terms-1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-terms-1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .heading-24-copy,
  .heading-terms1 {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }

  .section-terms-2 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-terms-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 20px 60px;
  }

  .paragraph-terms {
    width: 100%;
  }

  .spark-button-about.spark-icon-left-button.next {
    inset: 45% auto auto 2%;
  }

  .image-64 {
    width: 84%;
  }

  .heading-faq2-copy {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .section-bis {
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .quick-stack-37 {
    width: 85%;
  }

  .contact-txt-1 {
    font-size: 14px;
  }

  .heading-16-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .container-28 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---btn-primary-small-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-form {
    max-width: 460px;
  }

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

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---social-media-grid-left-3-copy {
    grid-column-gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
  }

  .section-contact-2 {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-contact-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 20px;
  }

  .list-t {
    margin-left: 20px;
  }

  .list-item-t,
  .list-item-t1 {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-terms-1 {
    width: 100%;
  }

  .list-item-t2,
  .list-item-t3 {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .heading-45 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-privacy-1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-privacy-1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .list-item-p {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .section-privacy-2 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-privacy-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .heading-n {
    font-size: 50px;
  }

  .paragraph-n {
    width: 100%;
  }

  .image-news {
    width: 90%;
  }

  .container-news2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-46 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-71,
  .image-73 {
    left: -11%;
  }

  .heading-blog {
    font-size: 50px;
  }

  .paragraph-blog {
    width: 100%;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .collection-list-wrapper-3 {
    display: none;
  }

  .collection-list-wrapper-3.jetboost-list-wrapper-lxem.jetboost-list-wrapper-n37m.inner-p {
    display: block;
  }

  .brix---top-bar-form-copy {
    width: 80%;
    max-width: 460px;
  }

  .form-block {
    width: 35%;
  }

  .section-blog-in1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-blog-in1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px;
  }

  .heading-blog-in {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-blog-in {
    text-align: center;
    font-size: 16px;
  }

  .heading-51 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-blog-in2 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-blog-in2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 0;
  }

  .quick-stack-45 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-blog-in3 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px;
  }

  .container-blog-in4 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 0;
  }

  .container-blog-in5 {
    padding: 60px 20px;
  }

  .heading-blog-2 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .section-blog-in4 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-blog-in6 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 0;
  }

  .heading-blog-3 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .industries_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog34_list {
    grid-template-columns: 1fr 1fr;
  }

  .industries_slide-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-terms-1-cop {
    width: 100%;
  }

  .heading-search {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-search-1 {
    font-size: 50px;
  }

  .section-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-service-2 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 20px;
  }

  .heading-terms-c {
    font-size: 50px;
  }

  .heading-14-c {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .con-text {
    font-size: 20px;
    line-height: 26px;
  }

  .section-privacy-3 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-privacy-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 60px;
  }

  .heading-privacy {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }

  .list-item-ser {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .list-item-ser-1 {
    background-position: 0 27%;
    font-size: 14px;
    line-height: 22px;
  }

  .list-item-ser-2,
  .list-item-ser-3,
  .list-item-t-copy {
    background-position: 0 27%;
    font-size: 13px;
    line-height: 22px;
  }

  .heading-45-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-terms-copy {
    width: 100%;
  }

  .container-privacy-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .container-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-dis1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-disc1 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .heading-map {
    font-size: 50px;
  }

  .section-site-1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .container-site-1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px;
  }

  .list-item-site,
  .list-item-site-2 {
    background-position: 0 46%;
    font-size: 13px;
    line-height: 22px;
  }

  .list-item-site-1 {
    background-position: 0 46%;
    font-size: 16px;
    line-height: 22px;
  }

  .image-75 {
    width: 200px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .new {
    margin: 10px;
    display: block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .uui-heroheader23_image-grid {
    transform: scale(.7)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

  .uui-heroheader23_image-wrapper {
    height: 17rem;
    margin-left: -1rem;
  }

  .uui-text-size-large,
  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heroheader23_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix-btn-hero {
    display: none;
  }

  .brix---btn-hero-btn,
  .brix---btn-primary-small-copy {
    padding: 20px 32px;
  }

  .uui-heroheader05_image-blob {
    width: 120%;
    min-width: 28rem;
    top: 22%;
  }

  .uui-heroheader05_image {
    height: 40rem;
    margin-left: 1.5rem;
  }

  .uui-heroheader05_image-wrapper {
    height: 22rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .right-arrow {
    height: 10%;
    top: 22%;
  }

  .feature-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-4 {
    text-align: center;
  }

  .tab.tab-link-tab-2 {
    margin-top: 10px;
    margin-left: 15px;
  }

  .tab.tab-link-tab-2.w--current {
    margin-left: 0;
  }

  .paragraph-4 {
    width: 100%;
  }

  .left-arrow {
    top: 22%;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .feature-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 20px;
  }

  .uui-cta12_logo-row {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape,
  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-team05_cta-button-row {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-team05_cta-content {
    margin-right: 0;
  }

  .uui-team05_cta {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-team05_arrow.left {
    right: 3.5rem;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team05_image-wrapper {
    margin-bottom: 1rem;
  }

  .uui-team05_slide {
    margin-right: 1.5rem;
  }

  .uui-team05_mask {
    width: 80%;
  }

  .uui-team05_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-pricing09_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing09_price-text {
    font-size: 1.5rem;
  }

  .uui-pricing09_price {
    font-size: 2.25rem;
  }

  .uui-pricing09_heading {
    font-size: 1.125rem;
  }

  .uui-pricing09_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing09_components {
    grid-template-columns: 1fr;
  }

  .uui-pricing09_component {
    margin-top: 0;
  }

  .pricing-text,
  .paragraph-4-copy,
  .about-text {
    width: 100%;
  }

  .counter-conatiner {
    grid-template-columns: 1fr 1fr;
  }

  .feature-section-1 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .paragraph-7 {
    width: 100%;
  }

  .tabs-menu-1 {
    flex-direction: row;
  }

  .tab-1.tab-link-tab-2 {
    margin-left: 15px;
  }

  .tab-1.tab-link-tab-2.w--current {
    margin-left: 0;
  }

  .tab-copy.tab-link-tab-2 {
    margin-left: 15px;
  }

  .tab-copy.tab-link-tab-2.w--current {
    margin-left: 0;
  }

  .quick-stack-1 {
    padding: 20px 20px 130px;
  }

  .left-arrow-1 {
    top: 22%;
  }

  .right-arrow-1 {
    height: 10%;
    top: 22%;
  }

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

  .right-arrow-2 {
    height: 10%;
    inset: auto 0% 7% 84%;
  }

  .left-arrow-2 {
    inset: auto 0% 7% 62%;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 17px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

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

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---mg-bottom-24px {
    text-align: center;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-11 {
    width: 100%;
  }

  .h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-container {
    min-width: 180%;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 28px;
  }

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

  .car-div {
    min-width: 160%;
  }

  .heading-6 {
    font-size: 11px;
  }

  .contact-links-grid {
    grid-row-gap: 20px;
    margin-bottom: 33px;
  }

  .card-plan-item-features-grid {
    margin-bottom: 27px;
  }

  .slide-2,
  .slide-3,
  .slide-4,
  .slide-5 {
    width: 33%;
  }

  .left-arrow-3 {
    right: 6%;
  }

  .right-arrow-3 {
    right: -3%;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

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

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---grid-footer-v1-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .industries_component {
    padding-bottom: 6rem;
  }

  .industries_mask {
    width: 16%;
  }

  .industries_mask.new-home {
    width: 33%;
  }

  .industries_mask.new-home.news {
    width: 40%;
  }

  .industries_heading {
    margin-right: 0;
  }

  .text-size-medium {
    text-align: left;
    font-size: 1rem;
  }

  .industries_arrow.left {
    right: 3.5rem;
  }

  .industries_arrow.left.new-home {
    left: 72%;
  }

  .industries_arrow.left.new-home.home2 {
    top: 87%;
    left: 50%;
  }

  .industries_arrow.new-home {
    left: 83%;
  }

  .industries_arrow.new-home.home2 {
    right: 46%;
  }

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

  .industries_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .industries_slide {
    padding-right: 0;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .header-nav-list-item-show-in-mbl {
    display: block;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .btn-primary-small {
    padding: 20px 32px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-container-l {
    justify-content: center;
    width: 100%;
  }

  .f-account-section {
    flex-direction: column;
  }

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

  .heading-8 {
    text-align: center;
  }

  .new-hero {
    display: block;
  }

  .container-7 {
    padding-top: 100px;
  }

  .quick-stack-8 {
    padding-left: 0;
  }

  .cell-21 {
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-29 {
    display: none;
  }

  .cell-23 {
    padding-left: 0;
  }

  .supply-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 40px;
  }

  .counte-conatiner {
    grid-template-columns: 1fr 1fr;
  }

  .how-container {
    padding-bottom: 60px;
  }

  .heading-16 {
    font-size: 30px;
    line-height: 40px;
  }

  .make-container,
  .team-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-21,
  .paragraph-15 {
    text-align: center;
  }

  .cell-29 {
    flex-direction: column;
    justify-content: center;
  }

  .image-36 {
    display: none;
  }

  .cell-30 {
    justify-content: center;
    align-items: center;
  }

  .heading-22 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-col-title,
  .footer-col-title1 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .footer-list-item-1 {
    margin-bottom: 10px;
  }

  .contact-links-grid-1 {
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .brix---social-media-grid-left-3 {
    justify-content: start;
    align-self: center;
    justify-items: start;
  }

  .heading-24 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-18 {
    align-items: center;
    margin-bottom: 20px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-item-grid {
    grid-template-columns: 1fr 60px 1fr;
  }

  .process-heading {
    font-size: 26px;
  }

  .section-9 {
    padding: 60px 24px;
  }

  .quick-stack-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .cell-34 {
    justify-content: center;
  }

  .heading-26 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-20 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .quick-stack-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .list-item-2 {
    background-position: 0 25%;
  }

  .cell-35 {
    flex-direction: row;
    justify-content: space-between;
  }

  .cell-36 {
    flex-direction: row;
  }

  .cell-37 {
    flex-direction: row;
    justify-content: space-between;
  }

  .quick-stack-22 {
    width: 99.9999%;
  }

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

  .brix---paragraph-default-c {
    text-align: center;
  }

  .image-43 {
    width: 100%;
  }

  .lightbox-link-3 {
    top: 28%;
  }

  .image-44 {
    width: 80px;
    height: 80px;
  }

  .heading-29 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-21,
  .div-block-22 {
    height: auto;
  }

  .res-container {
    padding-bottom: 60px;
  }

  .div-block-25 {
    height: 390px;
  }

  .cell-42 {
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 40px;
  }

  .new-hero-copy {
    display: block;
  }

  .res-container-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text-2 {
    font-size: 15px;
    line-height: 24px;
  }

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

  .section-17 {
    padding-top: 40px;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .process-item-grid-2 {
    grid-template-columns: 1fr 18px 1fr;
  }

  .cell-43 {
    background-color: var(--color);
    padding-top: 60px;
  }

  .div-block-32 {
    padding-top: 20px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section-inv {
    padding-top: 140px;
  }

  .heading-inv {
    width: 100%;
  }

  .section-18 {
    padding-top: 60px;
  }

  .heading-inv1 {
    font-size: 30px;
    line-height: 40px;
  }

  .cell-44 {
    padding-left: 0;
  }

  .container-23 {
    padding: 20px;
  }

  .heading-inv2 {
    font-size: 30px;
    line-height: 40px;
  }

  .list-item-inv {
    background-position: 0 25%;
  }

  .paragraph-inv1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-inv-1 {
    margin-top: 20px;
  }

  .list-item-inv-1 {
    background-position: 0 25%;
  }

  .paragraph-inv2,
  .paragraph-inv3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-24 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last,
  .brix---accordion-item-wrapper-v3,
  .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

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

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

  .brix---btn-circle-accordion-btn-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last-2,
  .brix---accordion-item-wrapper-v3-2,
  .brix---accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

  .brix---accordion-v3-card-2 {
    padding: 40px 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

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

  .section-20 {
    padding-top: 60px;
  }

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

  .div-block-34 {
    width: auto;
  }

  .heading-inv4 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-inv4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-26 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .list-item-inv-2 {
    background-position: 0 25%;
  }

  .heading-inv5 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-inv5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-27 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---accordion-v3-card-3 {
    padding: 40px 20px;
  }

  .brix---accordion-item-wrapper-v3-first-3 {
    padding: 36px 0;
  }

  .brix---accordion-item-wrapper-v3-3 {
    border-top-width: 0;
    padding: 36px 0;
  }

  .brix---accordion-item-wrapper-v3-last-3 {
    border-top-width: 0;
    border-bottom-width: 1px;
    padding: 36px 0;
  }

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-first-4 {
    padding: 36px 0;
  }

  .tab-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .tabs1-menu {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    top: 8%;
  }

  .text-block-4-copy {
    text-align: center;
  }

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

  .heading-in1 {
    width: 100%;
  }

  .section-i {
    padding-top: 140px;
  }

  .heading-i {
    width: 100%;
  }

  .section-i1 {
    padding-top: 60px;
  }

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

  .quick-stack-i {
    padding-left: 0;
  }

  .cell-i {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .cell-i1 {
    background-image: none;
    background-size: auto;
    padding-left: 40px;
  }

  .heading-i1 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-i {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-i2 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .heading-i3 {
    font-size: 29px;
    line-height: 40px;
  }

  .paragraph-i1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-item-i,
  .list-item-inv-copy {
    background-position: 0 25%;
  }

  .paragraph-i2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-i3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-i4 {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .heading-i4 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-i3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brix---accordion-v3-card-4 {
    padding: 40px 20px;
  }

  .brix---accordion-item-wrapper-v3-first-5,
  .brix---accordion-item-wrapper-v3-first-6 {
    padding: 36px 0;
  }

  .brix---accordion-title-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-faq1,
  .heading-faq2 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-36 {
    padding-top: 20px;
  }

  .process-item-grid-3 {
    grid-template-columns: 1fr 18px 1fr;
  }

  .heading-guide {
    text-align: center;
  }

  .section-guide1 {
    padding-top: 200px;
  }

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

  .container-guide-2 {
    height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-guide-1 {
    font-size: 29px;
    line-height: 40px;
  }

  .container-guide-3,
  .container-guide-4 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container-faq1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---accordion-right-side-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---mg-bottom-0 {
    font-size: 15px;
    line-height: 26px;
  }

  .brix---accordion-title-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-big-number {
    width: 60px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-last,
  .brix---accordion-item-wrapper-v5,
  .brix---accordion-item-wrapper-v5-first {
    padding: 30px 0;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .container-faq2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-faq3 {
    font-size: 29px;
    line-height: 40px;
  }

  .container-contact-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-57 {
    width: 80px;
    height: 80px;
  }

  .container-terms-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-24-copy,
  .heading-terms1 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-44 {
    font-size: 20px;
  }

  .container-terms-2 {
    height: auto;
    padding: 0 0 40px;
  }

  .spark-button-about.spark-icon-left-button.next {
    top: 40%;
    left: 3%;
  }

  .image-63 {
    width: 40px;
    height: 40px;
  }

  .image-64 {
    width: 70%;
  }

  .heading-faq2-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .section-bis {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .quick-stack-37 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-2 {
    font-size: 14px;
  }

  .heading-16-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .image-69 {
    display: block;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---top-bar-form {
    max-width: 100%;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---social-media-grid-left-3-copy {
    justify-content: start;
    align-self: center;
    justify-items: start;
  }

  .container-contact-2 {
    height: auto;
    padding: 0;
  }

  .list-item-t,
  .list-item-t1 {
    background-position: 0 25%;
  }

  .list-item-t2 {
    background-position: 0 25%;
    font-size: 14px;
  }

  .list-item-t3 {
    background-position: 0 25%;
  }

  .heading-45 {
    font-size: 20px;
    line-height: 29px;
  }

  .section-privacy {
    background-image: url('../images/Frame-43044-1-1.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .container-privacy-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-item-p {
    background-position: 0 25%;
  }

  .container-privacy-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-news,
  .quick-stack-39 {
    width: 100%;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .image-71 {
    width: auto;
    height: auto;
    position: static;
  }

  .div-block-38 {
    margin-top: 30px;
  }

  .quick-stack-40 {
    width: 100%;
  }

  .image-72 {
    width: auto;
    height: auto;
    position: static;
  }

  .div-block-39 {
    margin-top: 30px;
  }

  .image-73 {
    width: auto;
    height: auto;
    position: static;
  }

  .blog-p {
    font-size: 1rem;
  }

  .image-74 {
    width: 100%;
  }

  .brix---top-bar-form-copy {
    width: 100%;
    max-width: 100%;
  }

  .brix---top-bar-input-copy {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-block {
    width: 45%;
  }

  .container-blog-in1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-in {
    font-size: 1rem;
  }

  .heading-blog-in {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-51 {
    text-align: center;
  }

  .cell-65 {
    justify-content: center;
    align-items: center;
  }

  .container-blog-in2,
  .container-blog-in3,
  .container-blog-in4 {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-blog-in5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-blog-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-in-list-item-text {
    font-size: 16px;
    line-height: 26px;
  }

  .container-blog-in6 {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-blog-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .industries_component-2 {
    padding-bottom: 6rem;
  }

  .blog34_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .industries_slide-2 {
    padding-right: 1.5rem;
  }

  .paragraph-terms-1-cop {
    margin-left: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .pop-up-div {
    width: 550px;
  }

  .heading-search {
    font-size: 29px;
    line-height: 40px;
  }

  .container-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-2 {
    font-size: 20px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .text-block-7,
  .paragraph-33 {
    font-size: 15px;
    line-height: 26px;
  }

  .container-service-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-14-c {
    font-size: 30px;
    line-height: 40px;
  }

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

  .container-privacy-3 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-privacy {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-54 {
    font-size: 28px;
    line-height: 33px;
  }

  .list-privacy {
    margin-left: 20px;
  }

  .list-item-ser {
    background-position: 0 25%;
  }

  .list-privacy-1 {
    margin-left: 20px;
  }

  .list-item-ser-1 {
    background-position: 0 25%;
    font-size: 14px;
  }

  .list-item-ser-2 {
    background-position: 0 25%;
  }

  .list-privacy-2 {
    margin-left: 20px;
  }

  .list-item-ser-3,
  .list-item-t-copy {
    background-position: 0 25%;
  }

  .heading-45-copy {
    font-size: 20px;
    line-height: 29px;
  }

  .cell-68 {
    border-bottom: 1px solid #dedede;
    justify-content: center;
    align-items: center;
  }

  .container-privacy-4 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-56 {
    font-size: 16px;
  }

  .cell-71 {
    justify-content: center;
    align-items: center;
  }

  .cell-72,
  .cell-73 {
    border-top: 1px solid #dedede;
  }

  .heading-57 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .link-block-18 {
    text-decoration: none;
  }

  .link-block-19 {
    width: 100%;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-disc {
    background-image: url('../images/Frame-43044-1-1.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .container-disc1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-site-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quick-stack-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-5 {
    font-size: 25px;
    line-height: 30px;
  }

  .link-5.w--current {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .list-item-site {
    background-position: 0 47%;
    font-size: 16px;
    line-height: 22px;
  }

  .link-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .link-6.w--current {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-49 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .link-7.w--current {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .list-item-site-2 {
    background-position: 0 47%;
    font-size: 16px;
    line-height: 22px;
  }

  .link-8 {
    font-size: 25px;
    line-height: 30px;
  }

  .link-8.w--current {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .list-item-site-1 {
    background-position: 0 47%;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .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-middle {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gernal-btn-copy {
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .paragraph {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 23px;
  }

  .uui-heroheader23_card-image {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader23_image-wrapper {
    width: 100vw;
  }

  .uui-text-size-large {
    font-size: .8rem;
  }

  .uui-heroheader23_item-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .brix---btn-hero-btn,
  .brix---btn-primary-small-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
  }

  .spark-button-text,
  .spark-button-text-copy {
    font-size: 15px;
  }

  .right-arrow {
    height: 10%;
    top: -11%;
  }

  .feature-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .cell-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .content-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-heading {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .tabs,
  .feature-sub-paragraph {
    width: 100%;
  }

  .text-block-4 {
    text-align: center;
  }

  .image-6 {
    aspect-ratio: auto;
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .quick-stack {
    width: 100%;
    max-width: 100%;
  }

  .tab.tab-link-tab-2 {
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab.tab-link-tab-2.w--current {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-sub-heading {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .left-arrow {
    height: 10%;
    top: -11%;
  }

  .tabs-menu {
    border-bottom-color: #8fa7ff00;
    flex-direction: row;
  }

  .feature-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: hidden;
  }

  .text-block-3 {
    text-align: center;
    font-size: 17px;
  }

  .item-1,
  .iten2,
  .item-3 {
    font-size: 12px;
  }

  .text {
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 17px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .uui-section_cta12 {
    bottom: 6%;
    right: 10%;
  }

  .uui-team05_mask {
    width: 95%;
  }

  .uui-pricing09_plan {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing09_plan.top-level {
    margin-top: 0;
  }

  .uui-badge.hide-mobile-portrait,
  .hide-mobile-portrait {
    display: none;
  }

  .uui-section_pricing09 {
    overflow: hidden;
  }

  .spark-buttonpricing-button.spark-pricing-icon-button.price {
    margin-left: 1.25rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text {
    font-size: 17px;
  }

  .pricing-text,
  .paragraph-4-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .about-section {
    padding: 1rem 20px 4rem;
    overflow: hidden;
  }

  .about-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .about-text {
    font-size: 16px;
    line-height: 24px;
  }

  .looks-heading {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .looks-text {
    text-align: left;
    width: 100%;
  }

  .spark-button-dark-text {
    font-size: 15px;
  }

  .about-sub-heading {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-3 {
    width: auto;
    max-width: none;
    padding: 10px;
  }

  .looks-text-main {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .about-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .counter-conatiner {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 10px;
  }

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

  .quick-stack-3 {
    padding: 0;
  }

  .cell-14 {
    flex-direction: column;
  }

  .section-2 {
    padding: 1rem 20px;
  }

  .invest-text {
    width: 100%;
    font-size: 16px;
  }

  .invest-quick-stack {
    position: relative;
  }

  .invest-sub-heading {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .invest-sub-text {
    text-align: left;
    width: 100%;
    font-size: 15px;
  }

  .feature-section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .feature-container-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .pr-heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-7 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .tabs-1 {
    width: 100%;
  }

  .tabs-menu-1 {
    border-bottom-color: #8fa7ff00;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-1.tab-link-tab-2 {
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-1.tab-link-tab-2.w--current {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-copy.tab-link-tab-2 {
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-copy.tab-link-tab-2.w--current {
    padding-left: 25px;
    padding-right: 25px;
  }

  .quick-stack-1 {
    width: 100%;
    max-width: 100%;
    padding-bottom: 170px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cell-im {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .left-arrow-1,
  .right-arrow-1 {
    height: 10%;
    top: -11%;
  }

  .h {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .p {
    width: 100%;
  }

  .a {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .right-arrow-2 {
    height: 10%;
    inset: auto 0% 12% 10%;
  }

  .left-arrow-2 {
    height: 10%;
    inset: auto 0% 12% -26%;
  }

  .funding-section {
    padding: 2rem 15px 4rem;
  }

  .container-3 {
    background-image: url('../images/new.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 0;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 1rem 10rem;
  }

  .text-block-5 {
    text-align: center;
  }

  .brix---paragraph-default {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 180px;
    max-width: 240px;
  }

  .brix---footer-logo-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---mg-bottom-24px {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    margin-top: 20px;
  }

  .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h4 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .image-container {
    min-width: 280%;
  }

  .heading-5 {
    text-align: center;
  }

  .car-div {
    min-width: 240%;
  }

  .heading-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .contact-links-grid {
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .image.contact-link-icon {
    width: 33px;
    min-width: 33px;
    min-height: 33px;
    max-height: 33px;
    margin-right: 10px;
  }

  .link {
    color: var(--elements-webflow-library--accent--primary-1);
  }

  .card-plan-item-features-grid {
    margin-bottom: 23px;
  }

  .card-plan-item-feature-icon-wrapper {
    margin-right: 6px;
  }

  .card-plan-item-feature-text {
    font-size: 16px;
  }

  .slide-2,
  .slide-3,
  .slide-4,
  .slide-5 {
    width: 70%;
  }

  .left-arrow-3 {
    inset: auto auto 8% 28%;
  }

  .right-arrow-3 {
    inset: auto 28% 8% auto;
  }

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

  .image-23 {
    width: 81%;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link-2 {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

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

  .brix---grid-footer-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .industries_component {
    width: 309px;
  }

  .industries_mask {
    width: 18%;
  }

  .industries_mask.new-home {
    width: 75%;
  }

  .industries_mask.new-home.news {
    width: 100%;
  }

  .text-size-medium {
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
  }

  .industries_arrow.left.new-home {
    inset: auto auto 3% 28%;
    inset: auto auto 0% 0%;
  }

  .industries_arrow.left.new-home.home2 {
    margin-left: 50px;
    top: 91%;
    left: 12%;
  }

  .industries_arrow.new-home {
    inset: auto 5% 0% auto;
  }

  .industries_arrow.new-home.home2 {
    margin-left: 40px;
    margin-right: 0;
    top: 33%;
    left: 38%;
  }

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

  .container-large {
    max-width: none;
  }

  .industries_slide-nav {
    align-items: center;
    right: 5%;
  }

  .padding-section-large {
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .padding-global {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6,
  .carousel-slider._5,
  .carousel-slider._3,
  .carousel-slider._4,
  .carousel-slider._7,
  .carousel-slider._2,
  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item-middle,
  .header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-avatar-group {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .f-image-cover {
    display: none;
  }

  .heading-7 {
    text-align: center;
    font-size: 15px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .container-7 {
    padding-top: 190px;
    padding-bottom: 0;
  }

  .quick-stack-8 {
    padding-left: 15px;
    padding-right: 0;
  }

  .cell-21 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  .image-29,
  .image-30 {
    display: none;
  }

  .about-us-container {
    padding: 60px 15px;
  }

  .heading-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-10 {
    margin-top: 30px;
  }

  .div-block-11,
  .div-block-14 {
    margin-top: 10px;
  }

  .supply-container {
    padding: 80px 15px;
  }

  .cell-27 {
    padding-right: 0;
  }

  .heading-14 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-12 {
    font-size: 15px;
    line-height: 23px;
  }

  .image-32 {
    width: 100%;
  }

  .counte-conatiner {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-left: 0;
    padding-right: 0;
  }

  .how-container {
    padding: 60px 15px;
  }

  .heading-16 {
    text-align: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .lightbox-link-2 {
    margin-top: 30px;
    top: auto;
  }

  .image-33 {
    width: 100%;
  }

  .paragraph-11 {
    font-size: 15px;
    line-height: 21px;
  }

  .make-container {
    padding: 60px 15px;
  }

  .div-block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13 {
    font-size: 15px;
    line-height: 21px;
  }

  .div-block-16 {
    padding: 30px 20px;
  }

  .team-container {
    padding: 60px 15px;
  }

  .heading-18 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-17 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-21 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-15 {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-16 {
    font-size: 17px;
  }

  .heading-22 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .container-default-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .mg-bottom-24px {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .footer-col-title,
  .footer-col-title1 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-list-item-1 {
    margin-bottom: 8px;
  }

  .contact-links-grid-1 {
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .brix---social-media-grid-left-3 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
  }

  .brix---icon-square-36px2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .section-7 {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-23 {
    text-align: center;
    font-size: 40px;
  }

  .paragraph-17 {
    font-size: 16px;
  }

  .button {
    text-align: center;
    font-size: 12px;
  }

  .heading-1 {
    width: 100%;
  }

  .heading-24 {
    font-size: 25px;
    line-height: 30px;
  }

  .process-circle {
    top: 50vh;
  }

  .process-item.left {
    display: none;
  }

  .process-item-grid {
    grid-template-columns: 20px 1fr;
    padding-top: 40px;
  }

  .process-heading.mobile {
    display: block;
  }

  .process-progress {
    inset: 31% auto 0% 14px;
  }

  .section-9 {
    padding: 60px 15px;
  }

  .heading-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .section-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-26 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-19 {
    font-size: 16px;
  }

  .div-block-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack-21 {
    width: 100%;
  }

  .heading-27 {
    font-size: 23px;
    line-height: 30px;
  }

  .list-item-2 {
    padding-left: 35px;
  }

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

  .brix---paragraph-default-c {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .section-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    margin-top: -83px;
  }

  .section-12 {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-44 {
    width: 60px;
    height: 60px;
  }

  .heading-29 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .container-16 {
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-21 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-30 {
    text-align: center;
    font-size: 23px;
  }

  .paragraph-23 {
    font-size: 15px;
  }

  .div-block-22,
  .div-block-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-41 {
    padding-top: 20px;
  }

  .section-15 {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .res-container {
    padding: 60px 15px;
  }

  .div-block-24 {
    flex-flow: row;
    display: flex;
  }

  .collection-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-31 {
    padding-right: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-25 {
    height: auto;
  }

  .hero-section-copy {
    padding-top: 120px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .heading-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .cell-42 {
    padding-left: 20px;
  }

  .image-3-copy {
    display: none;
  }

  .res-container-copy {
    padding: 40px 15px 60px;
  }

  .timeline-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2 {
    text-align: center;
  }

  .process-item-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 30px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-15-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-43 {
    padding-right: 0;
  }

  .heading-32-copy-copy,
  .paragraph-24-copy-copy {
    text-align: left;
  }

  .process-item-copy {
    display: flex;
  }

  .process-item-copy.left {
    display: none;
  }

  .container-21 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .section-inv {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-inv {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }

  .section-18 {
    padding: 60px 15px;
  }

  .heading-inv1 {
    font-size: 25px;
    line-height: 30px;
  }

  .container-23 {
    padding: 20px 10px;
  }

  .heading-inv2 {
    font-size: 25px;
    line-height: 30px;
  }

  .list-item-inv {
    padding-left: 35px;
  }

  .paragraph-inv1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-inv-1 {
    margin-top: 20px;
  }

  .list-item-inv-1 {
    padding-left: 35px;
  }

  .paragraph-inv2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-inv3 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-inv3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-24 {
    padding: 60px 15px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side-2 {
    margin-left: 0;
    margin-right: 10px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card-2 {
    padding: 16px 10px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-20 {
    padding: 60px 15px;
  }

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

  .div-block-34 {
    padding: 20px 10px;
  }

  .heading-inv4 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-inv4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-26 {
    padding: 40px 15px;
  }

  .list-item-inv-2 {
    padding-left: 35px;
  }

  .heading-inv5 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-inv5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-27 {
    padding: 80px 15px;
  }

  .brix---accordion-v3-card-3 {
    padding: 16px 10px;
  }

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .tab-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .tab-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .div-block-2-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .tabs1 {
    width: 100%;
  }

  .tabs1-menu {
    border-bottom-color: #8fa7ff00;
    flex-direction: column;
    top: 9%;
  }

  .text-block-4-copy {
    text-align: center;
  }

  .section-in {
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-in1 {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }

  .section-i {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-i {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }

  .section-i1 {
    padding: 60px 15px;
  }

  .quick-stack-i {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-i {
    align-items: flex-start;
    padding-top: 0;
    padding-right: 15px;
  }

  .cell-i1 {
    padding-left: 0;
  }

  .heading-i1 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .container-i2 {
    padding: 40px 15px;
  }

  .heading-i3 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

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

  .list-item-i,
  .list-item-inv-copy {
    padding-left: 35px;
  }

  .heading-i2 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-i2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-i3,
  .container-i4 {
    padding: 40px 15px;
  }

  .heading-i4 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-i3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brix---accordion-v3-card-4 {
    padding: 16px 10px;
  }

  .brix---accordion-title-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-faq1,
  .heading-faq2 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-36 {
    align-items: flex-start;
    padding-top: 0;
  }

  .process-item-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 30px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-guide {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-guide {
    text-align: center;
    font-size: 40px;
  }

  .section-guide1 {
    padding: 220px 15px 60px;
  }

  .container-guide-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .link-block-10 {
    z-index: 2;
    width: 40px;
  }

  .image-55 {
    max-width: 40px;
  }

  .heading-guide-1 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .section-guide3 {
    background-size: auto;
  }

  .container-guide-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .quick-stack-34 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .spark-button-text-gud {
    font-size: 15px;
  }

  .container-guide-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .section-faq {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-guide-copy,
  .heading-faqs {
    text-align: center;
    font-size: 40px;
  }

  .section-faq1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-faq1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .brix---accordion-right-side-3 {
    margin-right: 0;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---accordion-item-wrapper-v5-last,
  .brix---accordion-item-wrapper-v5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-faq2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .heading-faq3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-faq {
    font-size: 16px;
  }

  .paragraph-btn {
    font-size: 17px;
  }

  .section-contact {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-contact {
    text-align: center;
    font-size: 40px;
  }

  .section-contact-1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-contact-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component,
  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    padding-right: 20px;
  }

  .dropdown-toggle.w--open:lang(en) {
    color: var(--black);
  }

  .dropdown-list.w--open {
    background-color: var(--color);
    inset: 0%;
  }

  .dropdown-link {
    text-align: center;
  }

  .image-57 {
    width: 60px;
    height: 60px;
  }

  .section-terms {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-terms {
    text-align: center;
    font-size: 40px;
  }

  .section-terms-1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-terms-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .quick-stack-36 {
    grid-row-gap: 0px;
  }

  .heading-24-copy,
  .heading-terms1 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-terms-2 {
    padding-top: 0;
  }

  .container-terms-2 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .paragraph-terms {
    font-size: 16px;
  }

  .spark-button-about.spark-icon-left-button.next {
    top: 30%;
  }

  .spark-button-res {
    font-size: 15px;
  }

  .image-64 {
    width: 80%;
  }

  .cell-52 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-faq2-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .image-67 {
    width: 30px;
    min-width: 26px;
  }

  .section-bis {
    padding: 20px 15px 10px;
  }

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

  .quick-stack-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-53 {
    align-items: stretch;
  }

  .button-2,
  .button-2.w--current {
    text-align: center;
  }

  .cell-54 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .cell-55 {
    align-items: stretch;
  }

  .heading-16-copy {
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .dropdown {
    color: var(--secondary);
  }

  .container-28 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .heading-1-copy {
    width: 100%;
  }

  .cell-56 {
    padding: 20px;
  }

  .cell-57 {
    padding-right: 20px;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---btn-primary-small-input {
    border: 1px solid var(--elements-webflow-library--accent--primary-1);
    background-color: var(--elements-webflow-library--neutral--100);
    color: var(--elements-webflow-library--accent--primary-1);
    width: 100%;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---top-bar-input {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---top-bar-input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---top-bar-input.jetboost-list-search-input-nk2n {
    min-height: 50px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---social-media-grid-left-3-copy {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    margin-top: 40px;
  }

  .brix---icon-square-36px3 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .container-contact-2 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .list-item-t,
  .list-item-t1 {
    padding-left: 35px;
  }

  .paragraph-terms-1 {
    font-size: 16px;
  }

  .list-item-t2,
  .list-item-t3 {
    padding-left: 35px;
  }

  .heading-45 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-privacy {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-privacy-1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-privacy-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .list-item-p {
    padding-left: 35px;
  }

  .section-privacy-2 {
    background-position: 50%;
    background-size: cover;
  }

  .container-privacy-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 15px;
  }

  .section-news {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-n {
    text-align: center;
    font-size: 40px;
  }

  .paragraph-n {
    font-size: 16px;
  }

  .section-news1 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-news1 {
    margin-top: -83px;
  }

  .container-news2 {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack-39 {
    padding: 10px;
  }

  .uui-text-size-large-5 {
    font-size: .8rem;
  }

  .quick-stack-40 {
    padding: 10px;
  }

  .section-blog {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-blog {
    text-align: center;
    font-size: 40px;
  }

  .paragraph-blog {
    font-size: 16px;
  }

  .container-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-40 {
    margin-bottom: 20px;
  }

  .collection-item-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-p {
    font-size: .8rem;
  }

  .spark-button-text-blog {
    font-size: 15px;
  }

  .quick-stack-42 {
    padding-bottom: 40px;
  }

  .brix---top-bar-input-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---top-bar-input-copy::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---top-bar-input-copy.jetboost-list-search-input-lxem {
    min-height: 50px;
    font-size: 14px;
    line-height: 16px;
  }

  .cell-63 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-blog-in {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-blog-in1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-blog-in1 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .blog-in {
    font-size: .8rem;
  }

  .heading-blog-in {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-blog-in {
    font-size: 15px;
    line-height: 23px;
  }

  .heading-51 {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-16-blog {
    font-size: 17px;
  }

  .section-blog-in2 {
    background-position: 50%;
    background-size: cover;
  }

  .container-blog-in2,
  .container-blog-in3,
  .container-blog-in4 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .container-blog-in5 {
    padding: 60px 15px;
  }

  .heading-blog-2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .blog-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .blog-in-list-item-text {
    font-size: 16px;
    line-height: 27px;
  }

  .section-blog-in4 {
    background-position: 50%;
    background-size: cover;
  }

  .container-blog-in6 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px 0;
  }

  .heading-blog-3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .industries_component-2 {
    width: 309px;
    padding-bottom: 1rem;
  }

  .industries_slide-nav-2 {
    align-items: center;
    right: 5%;
  }

  .industries_slide-2 {
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .industries_item-2 {
    width: 100%;
  }

  .collection-item-4-c {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-terms-1-cop {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .pop-up-div {
    width: auto;
  }

  .search {
    margin-top: 60px;
  }

  .heading-search {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .container-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-search-result {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-search-1 {
    text-align: center;
    font-size: 40px;
  }

  .section-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .container-service-2 {
    padding: 40px 15px;
  }

  .heading-terms-c {
    text-align: center;
    font-size: 40px;
  }

  .heading-14-c {
    font-size: 25px;
    line-height: 30px;
  }

  .con-text {
    font-size: 16px;
    line-height: 23px;
  }

  .section-privacy-3 {
    background-position: 50%;
    background-size: cover;
  }

  .container-privacy-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .heading-privacy {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-54 {
    font-size: 22px;
    line-height: 25px;
  }

  .list-privacy {
    margin-left: 10px;
  }

  .list-item-ser {
    padding-left: 35px;
  }

  .link-3 {
    width: 50%;
  }

  .list-privacy-1 {
    margin-left: 10px;
  }

  .list-item-ser-1 {
    padding-left: 35px;
    font-size: 14px;
  }

  .list-item-ser-2 {
    padding-left: 35px;
  }

  .list-privacy-2 {
    margin-left: 10px;
  }

  .list-item-ser-3,
  .list-item-t-copy {
    padding-left: 35px;
  }

  .heading-45-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-terms-copy {
    font-size: 16px;
  }

  .container-privacy-4 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 15px;
  }

  .container-31 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-56 {
    font-size: 13px;
    line-height: 22px;
  }

  .uui-section_cta12-2 {
    display: block;
    position: fixed;
    bottom: 6%;
    right: 10%;
  }

  .section-disc {
    margin-bottom: -27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-dis1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-disc1 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }

  .heading-map {
    text-align: center;
    font-size: 40px;
  }

  .section-site-1 {
    background-position: 50%;
    background-size: cover;
  }

  .container-site-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 10px;
  }

  .list-item-site,
  .list-item-site-2,
  .list-item-site-1 {
    padding-left: 45px;
    font-size: 16px;
  }
}

#w-node-e35f6c36-9389-e8ee-bb24-217e8e7955d5-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1e2a8f22-4e28-961c-a2b8-2c3ef25e9f9a-d4a12d59,
#w-node-_5adf6b1a-5ac0-d6d3-6ce6-73565b2275da-d4a12d59,
#w-node-d0206963-1ea8-8bae-ad27-3b17646f5926-d4a12d59 {
  align-self: start;
}

#w-node-df03971d-a676-27e1-e2b6-1e31aded217d-d4a12d59,
#w-node-_3a2a20a6-1232-89ed-3bfa-6496199c9a53-d4a12d59,
#w-node-_6a4900f1-5818-13fa-d3fe-3d78576d8a51-d4a12d59,
#w-node-df03971d-a676-27e1-e2b6-1e31aded219b-d4a12d59,
#w-node-_70e62b1b-406e-908c-cf04-131804598730-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70e62b1b-406e-908c-cf04-13180459873a-d4a12d59,
#w-node-_70e62b1b-406e-908c-cf04-131804598748-d4a12d59,
#w-node-_70e62b1b-406e-908c-cf04-131804598751-d4a12d59,
#w-node-_70e62b1b-406e-908c-cf04-131804598759-d4a12d59,
#w-node-_70e62b1b-406e-908c-cf04-131804598762-d4a12d59 {
  align-self: start;
}

#w-node-_118628e4-c015-2732-44c4-af78db6b4d79-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_118628e4-c015-2732-44c4-af78db6b4d83-d4a12d59,
#w-node-_118628e4-c015-2732-44c4-af78db6b4d91-d4a12d59,
#w-node-_118628e4-c015-2732-44c4-af78db6b4d9a-d4a12d59 {
  align-self: start;
}

#w-node-a708eddc-b3e6-0376-5581-d631327ffe8a-d4a12d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_118628e4-c015-2732-44c4-af78db6b4dab-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0d8b-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0d90-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0d95-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0d9a-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0d9f-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dbc-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dc1-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dc6-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dcb-d4a12d59 {
  align-self: start;
}

#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dd0-d4a12d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dfdf38c4-f0d9-b0f1-2abb-89941b9603c2-d4a12d59 {
  align-self: start;
}

#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0ddc-d4a12d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0df1-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0df6-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dfb-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e00-d4a12d59,
#w-node-_1a9c97a7-7bab-47cd-64ab-b066f82c2045-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e05-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e21-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e26-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e2b-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e30-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e35-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e52-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e57-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e5c-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e61-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e66-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e87-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e8c-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e91-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e96-d4a12d59,
#w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e9b-d4a12d59 {
  align-self: start;
}

#w-node-_301c6cff-bcfa-0472-eb14-7515c39f0ce7-d4a12d59,
#w-node-_2ce679ea-c7fe-6ecb-51f9-999fef4d552f-d4a12d59,
#w-node-_53928ebf-7642-a859-4ef8-c7ae7a2c73ca-d4a12d59,
#w-node-cc152459-941c-4c00-af6e-0f3504442360-d4a12d59,
#w-node-_64705b0b-b0c9-7f44-99f9-d17e2775a2eb-d4a12d59,
#w-node-_6a0d0492-7015-4ff8-d51f-a7aaa1640741-d4a12d59,
#w-node-_7b67df1e-7272-d12e-b38b-d11b4eeb5179-d4a12d59,
#w-node-aa7d5aab-1631-a4d9-658c-54c5925e92b5-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ccaa3ebc-1b91-8a9b-6865-4eb3675fbd0c-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-db2d330d-441c-9fc4-439b-b70e3eb5fb40-d4a12d59,
#w-node-_7b6fdf6c-f7e2-e439-68b1-7baadf8e1896-d4a12d59,
#w-node-_888fcb38-b7b9-00c3-48af-a2b60a006d46-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_49c5376e-3cb7-636e-96f7-f0a80bc22c35-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f71dfa37-680e-8fb3-756a-d3d8903ef3da-d4a12d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_52880a16-b614-40fd-ec8b-8e188edef026-d4a12d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1a080d2-057b-d433-a7ba-a391f3a998e6-d4a12d59,
#w-node-_9bd778a1-2988-c124-7084-8876598e03a2-d4a12d59,
#w-node-de0b2217-876c-4010-a13e-c2afe92fe7b6-d4a12d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4e6a4af3-f329-a177-517a-2c0545ac87f2-69ff34fb,
#w-node-_82de599f-211e-2a5b-0888-4eb9a2dc36b7-69ff34fb,
#w-node-_6b461b15-6813-94d3-6e3a-2d51912bdb6c-69ff34fb,
#w-node-_28104d7d-f24f-4c8b-0eef-6f049d014d8f-69ff34fb,
#w-node-_4977b1ea-b97b-d4a1-2513-a6f9ddf3a914-69ff34fb,
#w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51c2-69ff34fb,
#w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51ca-69ff34fb,
#w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51e2-69ff34fb,
#w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51ea-69ff34fb,
#w-node-_64a284a0-7a59-2ef3-ffc1-860d784c64b8-69ff34fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c45015d8-f93a-6929-9ffc-e882705c7eb9-69ff34fb {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_80c1fb75-32ff-4f80-55d8-aca06feda1e7-69ff34fb,
#w-node-c24402b8-3085-784b-f5c0-6b0bec15e22a-69ff34fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#download-app.w-node-_61419c03-f4ba-28ee-8c82-a9450af4a269-69ff34fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a98945db-45fd-2cbf-a0f6-acd3982d5160-982d515d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a98945db-45fd-2cbf-a0f6-acd3982d5194-982d515d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-a98945db-45fd-2cbf-a0f6-acd3982d519d-982d515d,
#w-node-a98945db-45fd-2cbf-a0f6-acd3982d51a6-982d515d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_30ac43b6-2df9-90b0-41ed-82cecc8ff807-cc8ff805 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e29-896b7dbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e37-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e3a-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e40-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e47-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e4b-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e4e-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e54-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_5ba0be0f-9684-af82-175e-1e35ba967e59-896b7dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03d21ff5-8d07-ebcb-12b9-d61f24e41f55-896b7dbf,
#w-node-_87b91de2-3171-5117-5cdf-72c6eed892f0-896b7dbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a022ce08-8f48-6182-7b1a-132390bde95f-896b7dbf,
#w-node-_5f0cdc16-77b2-0d93-07f7-aa0c80447139-896b7dbf,
#w-node-_8898104f-76fc-dc01-8335-329d41684166-896b7dbf {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-c656f0c9-1643-905f-6cc4-681518559641-896b7dbf,
#w-node-c656f0c9-1643-905f-6cc4-681518559659-896b7dbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_13c8fdb2-b465-d01e-19c3-fb6d4831ff2b-0dcac5fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_050aeb4c-36b2-d280-d4d7-61db453f0fc2-1dedbcfb {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .75fr;
}

#w-node-_91b3e497-05e0-b4b0-b4f9-a04cf51556ea-1dedbcfb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_91b3e497-05e0-b4b0-b4f9-a04cf51556f9-1dedbcfb {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-ccab8399-9940-b88c-a54a-ba858c5950b9-e0ac719c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-da401cb4-10a6-24df-6988-d1500e7d4155-e0ac719c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ada97458-593a-8544-e9d4-4f95f8802d7e-e0ac719c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_064c6001-abbf-2f8f-9cbe-c475a2987c9b-cab333b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67f418e6-1885-84be-c7e3-7bea7a342765-99b0df8c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-a4567c6d-b5ec-3193-1875-97dc223d2181-99b0df8c {
  align-self: start;
}

#w-node-a4567c6d-b5ec-3193-1875-97dc223d218b-99b0df8c {
  place-self: start;
}

#w-node-a4567c6d-b5ec-3193-1875-97dc223d2195-99b0df8c {
  align-self: start;
}

#w-node-_3a86ca71-8d8e-039a-0f99-59fb42cdb92d-99b0df8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a86ca71-8d8e-039a-0f99-59fb42cdb92e-99b0df8c {
  justify-self: center;
}

#w-node-ac707bf8-2760-fb7d-7f15-2333be93ae80-209ed0ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-baec1895-e55f-19c3-7892-e28d48daf434-5b9eef5f {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .75fr;
}

#w-node-_2d1e5c49-a669-91bf-d651-f27de060d109-5b9eef5f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_65647434-72a2-7ef5-7099-e318aad56b5e-8c571e6f {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .75fr;
}

#w-node-_55292270-9ceb-1c64-4f72-870ed3739a81-8c571e6f,
#w-node-a406eae9-038f-e874-c3c9-2c38aecce52f-8c571e6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a406eae9-038f-e874-c3c9-2c38aecce54d-8c571e6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c2c6c9a-3211-bc00-18b4-c0c74b12f747-847b96b9,
#w-node-aee944ea-2af1-3b36-d479-ec47ddfe8b5c-847b96b9,
#w-node-_302b70a7-ebe4-22ab-7df9-94b5fc0cadaa-847b96b9,
#w-node-b167f12f-f01c-ec41-b3d8-314be78d0e78-847b96b9,
#w-node-_68171b4b-2b93-0f20-f6ec-ed7a0b6805cb-847b96b9,
#w-node-f0b588fb-865d-6eb1-216d-30de8f8377e8-847b96b9,
#w-node-_03d4b54e-d277-eff2-6564-0d474dd98c16-847b96b9,
#w-node-_2ae7066c-9a2b-5984-8a48-e46c968f7f92-847b96b9,
#w-node-_838bf745-dc6f-4893-daca-98c0abc58032-847b96b9,
#w-node-_142707b1-e88e-f518-8ff5-8ee681530135-847b96b9,
#w-node-e0b0e8d0-8c13-467b-1d6c-7476f8298659-847b96b9,
#w-node-_97d8cfdf-45b6-2962-51fd-3ede5e2772e9-847b96b9,
#w-node-_57eb96ca-c994-9576-3c47-4fccb4844958-847b96b9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
}

#w-node-_291f991a-2bea-0cc0-a85e-c79ad50fede0-fd8ec5ec {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-fecfe02e-13cd-d3be-5e6e-64f19a486519-fd8ec5ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_3cd9bd9f-6b8a-305e-b0f0-116148d75643-fd8ec5ec {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e0c5abdf-b6ee-2f05-ae49-c375612923ec-d819f88c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8de2702-69f1-d717-37ff-417a4c89b135-d819f88c,
#w-node-_8240ebe3-762e-8af3-439d-aa1b00cd9b3f-d819f88c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2f837f73-5ac1-5ed8-a1c1-e62f13b076c6-1db18ff8,
#w-node-a0bc0a51-4a8b-337d-121e-053bd2d8eb7d-1db18ff8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b1186dc-81c5-44e4-b43c-f00a2b7edcef-1db18ff8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_0d80472c-34a5-39bd-3d9b-2daceded9112-1db18ff8,
#w-node-eae94421-be6f-3e2f-a5a7-7fadcf5fa227-1db18ff8 {
  align-self: start;
}

#w-node-_1b088fb4-15fa-a911-1f10-6ea8bfc7354a-1db18ff8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9ee4b10-1869-d0b0-08c0-72f6bfee56b3-1db18ff8,
#w-node-_716159e1-f5cd-64ce-2ef5-4e21e40b6e0a-1db18ff8,
#w-node-d4f12360-e526-36dd-54a3-b1a019cb7c1d-1db18ff8,
#w-node-_2c5c18e8-a9d2-2c3c-c9d0-37c4f7f2b200-1db18ff8,
#w-node-c669d59a-d72c-0eaa-cf56-e5a2c3f81f87-1db18ff8,
#w-node-_0858c232-afa7-8cc0-598b-18a05f5ce24d-1db18ff8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_7783fd94-8a4e-d964-685d-ec1bad4b2443-18a52238 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0dbc-d4a12d59 {
    place-self: start;
  }

  #w-node-f71dfa37-680e-8fb3-756a-d3d8903ef3da-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr 1fr;
  }

  #w-node-_5ba0be0f-9684-af82-175e-1e35ba967e29-896b7dbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_291f991a-2bea-0cc0-a85e-c79ad50fede0-fd8ec5ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-fecfe02e-13cd-d3be-5e6e-64f19a486519-fd8ec5ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_3cd9bd9f-6b8a-305e-b0f0-116148d75643-fd8ec5ec {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 991px) {

  #w-node-e35f6c36-9389-e8ee-bb24-217e8e7955d5-d4a12d59,
  #w-node-df03971d-a676-27e1-e2b6-1e31aded217d-d4a12d59,
  #w-node-_3a2a20a6-1232-89ed-3bfa-6496199c9a53-d4a12d59,
  #w-node-_6a4900f1-5818-13fa-d3fe-3d78576d8a51-d4a12d59,
  #w-node-df03971d-a676-27e1-e2b6-1e31aded219b-d4a12d59,
  #w-node-_70e62b1b-406e-908c-cf04-131804598730-d4a12d59,
  #w-node-_118628e4-c015-2732-44c4-af78db6b4d79-d4a12d59,
  #w-node-_301c6cff-bcfa-0472-eb14-7515c39f0ce7-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_52880a16-b614-40fd-ec8b-8e188edef000-d4a12d59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82de599f-211e-2a5b-0888-4eb9a2dc36b7-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4977b1ea-b97b-d4a1-2513-a6f9ddf3a914-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4977b1ea-b97b-d4a1-2513-a6f9ddf3a915-69ff34fb {
    order: 9999;
  }

  #w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51e2-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_64a284a0-7a59-2ef3-ffc1-860d784c64b8-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a98945db-45fd-2cbf-a0f6-acd3982d5160-982d515d {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr 1fr;
  }

  #w-node-_5ba0be0f-9684-af82-175e-1e35ba967e29-896b7dbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13c8fdb2-b465-d01e-19c3-fb6d4831ff2b-0dcac5fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_67f418e6-1885-84be-c7e3-7bea7a342765-99b0df8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0d79-d4a12d59,
  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0da7-d4a12d59,
  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0ddc-d4a12d59,
  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e0f-d4a12d59,
  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e3d-d4a12d59,
  #w-node-a1f43ee3-ee1e-dfdd-2fac-8179797a0e72-d4a12d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ccaa3ebc-1b91-8a9b-6865-4eb3675fbd0c-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_52880a16-b614-40fd-ec8b-8e188edef000-d4a12d59 {
    grid-column: span 2 / span 2;
  }

  #w-node-_52880a16-b614-40fd-ec8b-8e188edef039-d4a12d59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1a080d2-057b-d433-a7ba-a391f3a998e6-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 2fr;
  }

  #w-node-_4e6a4af3-f329-a177-517a-2c0545ac87f2-69ff34fb,
  #w-node-_4977b1ea-b97b-d4a1-2513-a6f9ddf3a914-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a98945db-45fd-2cbf-a0f6-acd3982d5160-982d515d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a98945db-45fd-2cbf-a0f6-acd3982d5161-982d515d {
    grid-column: span 2 / span 2;
  }

  #w-node-_30ac43b6-2df9-90b0-41ed-82cecc8ff807-cc8ff805,
  #w-node-_5ba0be0f-9684-af82-175e-1e35ba967e29-896b7dbf,
  #w-node-_03d21ff5-8d07-ebcb-12b9-d61f24e41f55-896b7dbf,
  #w-node-_87b91de2-3171-5117-5cdf-72c6eed892f0-896b7dbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_87b91de2-3171-5117-5cdf-72c6eed892f1-896b7dbf {
    order: 9999;
  }

  #w-node-a022ce08-8f48-6182-7b1a-132390bde95f-896b7dbf,
  #w-node-_5f0cdc16-77b2-0d93-07f7-aa0c80447139-896b7dbf,
  #w-node-_8898104f-76fc-dc01-8335-329d41684166-896b7dbf,
  #w-node-_13c8fdb2-b465-d01e-19c3-fb6d4831ff2b-0dcac5fe,
  #w-node-_91b3e497-05e0-b4b0-b4f9-a04cf51556ea-1dedbcfb,
  #w-node-_91b3e497-05e0-b4b0-b4f9-a04cf51556f9-1dedbcfb,
  #w-node-ccab8399-9940-b88c-a54a-ba858c5950b9-e0ac719c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ccab8399-9940-b88c-a54a-ba858c5950bb-e0ac719c {
    order: -9999;
  }

  #w-node-da401cb4-10a6-24df-6988-d1500e7d4155-e0ac719c,
  #w-node-ada97458-593a-8544-e9d4-4f95f8802d7e-e0ac719c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ada97458-593a-8544-e9d4-4f95f8802d88-e0ac719c {
    order: -9999;
  }

  #w-node-_064c6001-abbf-2f8f-9cbe-c475a2987c9b-cab333b2,
  #w-node-_2d1e5c49-a669-91bf-d651-f27de060d109-5b9eef5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2d1e5c49-a669-91bf-d651-f27de060d11d-5b9eef5f {
    order: -9999;
  }

  #w-node-_55292270-9ceb-1c64-4f72-870ed3739a81-8c571e6f,
  #w-node-a406eae9-038f-e874-c3c9-2c38aecce52f-8c571e6f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a406eae9-038f-e874-c3c9-2c38aecce54d-8c571e6f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8c2c6c9a-3211-bc00-18b4-c0c74b12f747-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_8c2c6c9a-3211-bc00-18b4-c0c74b12f748-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-aee944ea-2af1-3b36-d479-ec47ddfe8b5c-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-aee944ea-2af1-3b36-d479-ec47ddfe8b5d-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_302b70a7-ebe4-22ab-7df9-94b5fc0cadaa-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_302b70a7-ebe4-22ab-7df9-94b5fc0cadab-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-b167f12f-f01c-ec41-b3d8-314be78d0e78-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-b167f12f-f01c-ec41-b3d8-314be78d0e79-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_68171b4b-2b93-0f20-f6ec-ed7a0b6805cb-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_68171b4b-2b93-0f20-f6ec-ed7a0b6805cc-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-f0b588fb-865d-6eb1-216d-30de8f8377e8-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-f0b588fb-865d-6eb1-216d-30de8f8377e9-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_03d4b54e-d277-eff2-6564-0d474dd98c16-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_03d4b54e-d277-eff2-6564-0d474dd98c17-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ae7066c-9a2b-5984-8a48-e46c968f7f92-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_2ae7066c-9a2b-5984-8a48-e46c968f7f93-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_838bf745-dc6f-4893-daca-98c0abc58032-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_838bf745-dc6f-4893-daca-98c0abc58033-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_142707b1-e88e-f518-8ff5-8ee681530135-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_142707b1-e88e-f518-8ff5-8ee681530136-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-e0b0e8d0-8c13-467b-1d6c-7476f8298659-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-e0b0e8d0-8c13-467b-1d6c-7476f829865a-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_97d8cfdf-45b6-2962-51fd-3ede5e2772e9-847b96b9 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-_97d8cfdf-45b6-2962-51fd-3ede5e2772ea-847b96b9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_57eb96ca-c994-9576-3c47-4fccb4844958-847b96b9 {
    display: none;
  }

  #w-node-_291f991a-2bea-0cc0-a85e-c79ad50fede0-fd8ec5ec,
  #w-node-fecfe02e-13cd-d3be-5e6e-64f19a486519-fd8ec5ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fecfe02e-13cd-d3be-5e6e-64f19a48651c-fd8ec5ec {
    order: -9999;
  }

  #w-node-_3cd9bd9f-6b8a-305e-b0f0-116148d75643-fd8ec5ec,
  #w-node-a0bc0a51-4a8b-337d-121e-053bd2d8eb7d-1db18ff8,
  #w-node-_3b1186dc-81c5-44e4-b43c-f00a2b7edcef-1db18ff8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b1186dc-81c5-44e4-b43c-f00a2b7edcf1-1db18ff8 {
    order: -9999;
  }

  #w-node-_7783fd94-8a4e-d964-685d-ec1bad4b2443-18a52238 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {

  #w-node-df03971d-a676-27e1-e2b6-1e31aded217d-d4a12d59,
  #w-node-_3a2a20a6-1232-89ed-3bfa-6496199c9a53-d4a12d59,
  #w-node-_6a4900f1-5818-13fa-d3fe-3d78576d8a51-d4a12d59,
  #w-node-df03971d-a676-27e1-e2b6-1e31aded219b-d4a12d59,
  #w-node-_70e62b1b-406e-908c-cf04-131804598730-d4a12d59,
  #w-node-_118628e4-c015-2732-44c4-af78db6b4d79-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2ce679ea-c7fe-6ecb-51f9-999fef4d552f-d4a12d59 {
    place-self: stretch center;
  }

  #w-node-_53928ebf-7642-a859-4ef8-c7ae7a2c73ca-d4a12d59,
  #w-node-cc152459-941c-4c00-af6e-0f3504442360-d4a12d59,
  #w-node-_64705b0b-b0c9-7f44-99f9-d17e2775a2eb-d4a12d59,
  #w-node-_6a0d0492-7015-4ff8-d51f-a7aaa1640741-d4a12d59 {
    justify-self: center;
  }

  #w-node-_7b67df1e-7272-d12e-b38b-d11b4eeb5179-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
  }

  #w-node-ccaa3ebc-1b91-8a9b-6865-4eb3675fbd0c-d4a12d59,
  #w-node-_49c5376e-3cb7-636e-96f7-f0a80bc22c35-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_52880a16-b614-40fd-ec8b-8e188edef026-d4a12d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52880a16-b614-40fd-ec8b-8e188edef039-d4a12d59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1a080d2-057b-d433-a7ba-a391f3a998e6-d4a12d59 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_6b461b15-6813-94d3-6e3a-2d51912bdb6c-69ff34fb,
  #w-node-_28104d7d-f24f-4c8b-0eef-6f049d014d8f-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51c2-69ff34fb {
    place-self: stretch center;
  }

  #w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51ca-69ff34fb,
  #w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51e2-69ff34fb {
    justify-self: center;
  }

  #w-node-_3c31ef5c-7a4b-e29f-5d43-0b6168cb51ea-69ff34fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
  }

  #w-node-a98945db-45fd-2cbf-a0f6-acd3982d5160-982d515d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a98945db-45fd-2cbf-a0f6-acd3982d5178-982d515d,
  #w-node-a98945db-45fd-2cbf-a0f6-acd3982d518d-982d515d {
    grid-column: span 1 / span 1;
  }

  #w-node-_03d21ff5-8d07-ebcb-12b9-d61f24e41f55-896b7dbf,
  #w-node-_87b91de2-3171-5117-5cdf-72c6eed892f0-896b7dbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_87b91de2-3171-5117-5cdf-72c6eed892f1-896b7dbf {
    order: 9999;
  }

  #w-node-_050aeb4c-36b2-d280-d4d7-61db453f0fc2-1dedbcfb {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-ac707bf8-2760-fb7d-7f15-2333be93ae80-209ed0ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-baec1895-e55f-19c3-7892-e28d48daf434-5b9eef5f,
  #w-node-_65647434-72a2-7ef5-7099-e318aad56b5e-8c571e6f {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-a406eae9-038f-e874-c3c9-2c38aecce54d-8c571e6f,
  #w-node-e0c5abdf-b6ee-2f05-ae49-c375612923ec-d819f88c,
  #w-node-_1b088fb4-15fa-a911-1f10-6ea8bfc7354a-1db18ff8,
  #w-node-_7783fd94-8a4e-d964-685d-ec1bad4b2443-18a52238 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thic';
  src: url('../fonts/THIC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thic';
  src: url('../fonts/THIC-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thic';
  src: url('../fonts/THIC-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thic';
  src: url('../fonts/THIC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}