@font-face {
  font-family: Vcr osd mono;
  src: url('../fonts/VCR_OSD_MONO-Use-when-instructed.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree net museo sans3;
  src: url('../fonts/FontsFree-Net-Museo-Sans3.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arial Opensans;
  src: url('../fonts/OpenSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blanc w00;
  src: url('../fonts/Blanc-W00-Medium.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree net mont blanc;
  src: url('../fonts/FontsFree-Net-Mont-Blanc-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blanc \[thefontsmaster;
  src: url('../fonts/Blanc-Bold-TheFontsMaster.com.otf') format("opentype"), url('../fonts/Blanc-Bold-TheFontsMaster.com.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blanc \[thefontsmaster;
  src: url('../fonts/Blanc-Ultralight-TheFontsMaster.com.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blanc \[thefontsmaster;
  src: url('../fonts/Blanc-Light-TheFontsMaster.com.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blanc \[thefontsmaster;
  src: url('../fonts/Blanc-Thin-TheFontsMaster.com.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo sans 300 (all body text)";
  src: url('../fonts/Museo-Sans-300-ALL-BODY-TEXT-.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museosans 700";
  src: url('../fonts/MuseoSans_700.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Blanc \[thefontsmaster;
  src: url('../fonts/Blanc-TheFontsMaster.com.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 free solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museosans 100";
  src: url('../fonts/MuseoSans-100.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-black: #0e0f0f;
  --dark-turquoise: #17d7e1;
  --white: white;
  --black: #0e0f0f;
  --dark-slate-grey: #464a4d;
  --sky-blue: #2ec3e2;
  --medium-blue: #2e2bbd;
  --blue-violet: #7946d5;
  --spot-grey: #242627;
  --grey: #7a7e80;
  --royal-blue: #0d6efd;
  --black-grey: #181a1b;
  --midnight-blue: #191365;
  --darck-gray: #181a1b;
}

.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-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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--main-black);
  color: #333;
  max-width: none;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--dark-turquoise);
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
  padding-left: 20px;
}

strong {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
}

.page-wrapper {
  color: var(--white);
  font-family: "Museosans 100", sans-serif;
}

.page-wrapper.white {
  background-color: var(--main-black);
}

.hero-section-v2 {
  background-image: linear-gradient(to top, #0e0f0f 9%, #0000 25%), url('../images/Group.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border: 1px solid #0e0f0f;
  padding: 165px 20px 120px;
}

.hero-section-v2.tbh {
  background-position: 0 0, 100%;
}

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

.hero-text-wrapper {
  margin-top: 20px;
}

.text-size-normal {
  font-weight: 300;
}

.text-size-normal.all-caps {
  background-color: var(--main-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  padding: 18px 38px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.text-size-normal.all-caps.clr-blue.cc {
  text-align: center;
}

.text-size-normal.all-caps.clr-blue.dark {
  background-color: var(--black);
  display: none;
}

.text-size-normal.all-caps.clr-blue.dark.white {
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-size-normal.all-caps.clr-blue.dark.white.tr, .text-size-normal.all-caps.clr-blue.dark.tr {
  background-color: #0000;
  padding-left: 45px;
}

.text-size-normal.all-caps.clr-blue.bg001 {
  background-image: url('../images/Group_72.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 52px;
}

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

.text-size-normal.margin-top.margin-small {
  margin-top: 2.08vw;
}

.text-size-normal.margin-top.margin-small.text-footer {
  font-weight: 300;
}

.text-size-normal.all-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0e0f0f;
  border: 1px #000;
  padding: 18px 38px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.text-size-normal.all-caps:hover {
  color: #fff;
}

.text-size-normal.all-caps.clr-blue {
  color: #fff;
  white-space: nowrap;
  white-space: nowrap;
  background-color: #2527b800;
  padding-left: 35px;
  padding-right: 35px;
}

.text-size-normal.acc, .text-size-normal.tbd {
  color: #fffc;
  max-width: 590px;
}

.text-size-normal.color-black {
  color: #0e0f0f;
  text-align: center;
  line-height: 1.2;
}

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

.hero-butoon-wrapper {
  text-align: center;
  margin-top: 74px;
  display: flex;
}

.hero-butoon-wrapper.cc {
  align-items: center;
}

.hero-butoon-wrapper.cc.verticle {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-butoon-wrapper.cc.less, .hero-butoon-wrapper.acc {
  margin-top: 20px;
}

.hero-butoon-wrapper.acc.centered {
  justify-content: center;
  margin-bottom: 40px;
}

.text-size-small {
  color: #fff;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: .97vw;
  font-weight: 300;
  line-height: 1.67;
}

.text-size-small.font-blanc {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-small.font-blanc.margin-bottom {
  width: auto;
  margin-bottom: 1.39vw;
}

.text-size-small.font-blanc.text-color-grey {
  color: #464a4d;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1;
}

.text-size-small.font-blanc.text-color-blue {
  color: #2ec3e2;
  font-size: 14px;
}

.body {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333em;
}

.hero-heading-large {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.hero-heading-large.acc {
  max-width: 670px;
}

.hero-heading-large.partnership {
  max-width: 520px;
}

.hero-heading-large.main {
  max-width: 620px;
  line-height: 1.1;
}

.hero-heading-large.tbd {
  max-width: 670px;
}

.link-block {
  background-image: linear-gradient(270deg, #10f2e7, var(--medium-blue) 100%, #2e2bbd);
  padding: 2px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s;
}

.link-block.mr-36 {
  background-color: #2527b8;
  background-image: none;
  margin-top: 40px;
  margin-right: 36px;
}

.link-block.mr-36:hover {
  background-image: linear-gradient(113deg, var(--dark-turquoise) 37%, var(--blue-violet));
}

.link-block.mr-36.no-top {
  margin-top: 0;
}

.link-block.mr-36.gradient {
  background-color: #2527b800;
  background-image: linear-gradient(121deg, var(--medium-blue), var(--blue-violet) 53%, var(--dark-turquoise));
  margin-right: 0;
  display: none;
  position: relative;
}

.link-block.mr-36.gradient.less {
  display: none;
}

.link-block.mr-36.np {
  margin-top: 0;
}

.link-block.mr-36.np.last {
  margin-right: 0;
}

.link-block.mr-36.full {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-block.mr-36.med {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.link-block.mr-36._2nd {
  margin-left: 20px;
  margin-right: 0;
}

.partners-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.partners-wrapper.mob {
  opacity: .6;
}

.parner-image-wrapper {
  margin-right: 35px;
}

.image-3 {
  height: 50px;
}

.image-3.h-30 {
  height: 34px;
}

.image-3.h-25 {
  height: 37px;
}

.white-section {
  background-color: var(--white);
  background-image: url('../images/tri10.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 25%;
  padding: 100px 20px;
}

.white-section.updated-01 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sofware-component {
  padding-right: 0;
}

.software-header-wrapper {
  margin-top: 0;
}

.software-heading-large {
  color: var(--black);
  text-align: center;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  line-height: 1.25em;
}

.software-heading-large.mx-785 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.software-heading-large.mx-785.white {
  color: #fff;
}

.software-heading-large.left-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.software-text-wrapper {
  margin-top: 20px;
}

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

.text-wrapper.small {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  color: var(--white);
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 1.11vw;
  font-weight: 700;
}

.text-size-medium.text-font {
  font-weight: 300;
}

.text-size-medium.text-font.bold {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.text-size-medium.text-font.padding-not {
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.result-section {
  background-image: url('../images/back.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18%;
  padding: 45px 20px 100px;
}

.result-component {
  position: relative;
}

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

.result-heading {
  color: var(--white);
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.result-heading.center {
  text-align: center;
}

.result-heading.black {
  color: var(--spot-grey);
}

.text-size-xlarge {
  color: var(--white);
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
}

.text-size-xlarge.margin-bottom {
  margin-bottom: 0;
  font-size: 24px;
}

.text-size-xsmall {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.text-size-xsmall.all-caps {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Arial Opensans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143em;
}

.text-size-xsmall.margin-non {
  margin-top: 0;
}

.text-size-xsmall.margin-top {
  margin-top: 30px;
}

.arrow-icon-right {
  width: 25px;
  margin-left: 13px;
}

.arrow-icon-left {
  width: 25px;
  margin-right: 13px;
}

.cloud-section {
  padding: 100px 20px;
  position: relative;
}

.cloud-text-wrapper {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cloud-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ready-section {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.ready-component {
  position: relative;
}

.ready-heading-wrapper {
  text-align: center;
  padding-bottom: 0;
}

.ready-text-wrapper {
  flex: 1;
}

.bg-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-22 {
  width: 49vw;
  height: auto;
}

.readiy-text-iconwrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  line-height: 0;
  display: flex;
  position: relative;
}

.ready-icon-wrapper {
  margin-right: 10px;
}

.image-23 {
  width: 70px;
}

.ready-text--wrapper {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 60px;
}

.ready-payment-wrapper {
  justify-content: space-between;
  display: flex;
}

.ready-payment-wrapper.yearly-row {
  width: 100%;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.ready-payment-wrapper.yearly-row.month, .ready-payment-wrapper.yearly-row.year {
  margin-top: 50px;
  padding-top: 0;
}

.early-wrapper {
  margin-top: 25px;
}

.price-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.price-bullet-wrapper {
  margin-top: 20px;
  margin-bottom: 50px;
}

.bullet-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.bonuses-bgimage-wrapper {
  z-index: -2;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 8.3vw 0% 0% auto;
}

.bonuses-bgimage-wrapper.cloud {
  right: 0%;
}

.support-section {
  text-align: center;
  background-image: url('../images/bg-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
}

.bonuses-bg-image {
  width: 35.56vw;
  height: 60.35vw;
}

.suppport-text-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 60px auto;
}

.footer-section {
  border-top: 1px solid var(--blue-violet);
  background-color: var(--black);
  color: #fff;
  padding: 100px 20px 20px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-component {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.company-wrapper {
  color: #b4b6b8;
  width: 100%;
  max-width: 465px;
  font-size: 16px;
  line-height: 1.5em;
}

.image-25 {
  width: 11.53vw;
}

.menu-wrapper.resource {
  position: relative;
}

.menu-link {
  color: #838383;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.menu-link:hover {
  color: var(--medium-blue);
}

.menu-link.underline {
  margin-bottom: 0;
  text-decoration: underline;
}

.text-line-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 63px;
  display: flex;
}

.text-size-ssmall {
  color: var(--grey);
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.span-blue {
  color: var(--royal-blue);
  display: inline-block;
}

.menu-link-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-line {
  background-color: var(--grey);
  width: 1px;
  height: .83vw;
  margin-left: .5vw;
  margin-right: .5vw;
}

.main-text-gradient {
  background-image: linear-gradient(103deg, var(--blue-violet) 48%, var(--sky-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lottie-wrapper {
  width: 85.83vw;
}

.navbar-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  padding: 16px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-wrapper.st {
  position: static;
}

.navbar-wrapper.v2 {
  background-color: #0e0f0f66;
}

.menu-lnav-link {
  color: var(--white);
  letter-spacing: .3px;
  padding: 16px 20px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.menu-lnav-link:hover {
  color: var(--medium-blue);
}

.image-36 {
  width: 134px;
  display: inline-block;
}

.nav-menu {
  justify-content: flex-end;
  display: block;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1127px;
  height: auto;
  margin-top: 120px;
}

.slide {
  height: auto;
}

.slider-collection-wrapper.dynamic-collection {
  display: none;
}

.slider-collection {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-img {
  width: 100%;
  max-width: 670px;
}

.slider-text-box {
  width: 24.31vw;
}

.slider-text-wrapper {
  margin-top: 7px;
}

.left-arrow-2 {
  opacity: .5;
  border-right: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 96px;
  height: 30px;
  margin-top: auto;
  margin-bottom: 0;
  display: none;
  bottom: -58px;
  left: auto;
  right: 96px;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  width: 96px;
  height: 30px;
  margin-top: auto;
  margin-bottom: 0;
  display: none;
  bottom: -58px;
  right: 0;
}

.retangle-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.minus-icon {
  color: var(--dark-turquoise);
  width: 16px;
  height: auto;
  margin-right: 0;
  display: none;
}

.bold-text {
  font-family: Fontsfree net museo sans3, sans-serif;
  font-weight: 300;
}

.slider-img-mobile {
  width: 42.36vw;
  display: none;
}

.toogle-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.close-wrapper {
  display: none;
}

.logo-burger-image {
  width: 12.29vw;
  display: block;
}

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

.heading-medium {
  color: var(--white);
  width: 32.71vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 2.08vw;
  line-height: 1.2;
}

.lottie-animation {
  width: 100%;
  max-width: 135px;
}

.container-1200 {
  width: 100%;
  max-width: 1200px;
  min-height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.font-white {
  color: var(--white);
}

.font-white.gradient {
  background-image: linear-gradient(121deg, var(--medium-blue), var(--blue-violet) 40%, var(--dark-turquoise));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.faq-section {
  width: 100%;
  max-width: 800px;
}

.accordian {
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordian-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.question {
  font-family: Blanc \[thefontsmaster, sans-serif;
}

.triggers {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 20px;
  display: flex;
}

.accordian-answer {
  overflow: hidden;
}

.answer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

.list {
  padding-left: 20px;
}

.next {
  cursor: pointer;
  padding: 5px 5px 5px 20px;
  display: flex;
}

.arrows {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.logo-img {
  text-align: center;
  width: 180px;
  height: auto;
  display: inline-block;
}

.nav-menu-2 {
  justify-content: flex-end;
  display: block;
}

.text-size-normal-2 {
  font-size: 18px;
  font-weight: 300;
}

.text-size-normal-2.all-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0e0f0f;
  border: 1px #000;
  padding: 18px 38px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.text-size-normal-2.all-caps:hover {
  color: #fff;
}

.text-size-normal-2.all-caps.clr-blue {
  color: #fff;
  background-color: #2527b8;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.nav-button {
  padding: 2px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s;
}

.nav-button.mbl {
  display: none;
}

.button-wrapper.nav {
  align-items: center;
  display: flex;
}

.font-white-2 {
  color: #fff;
}

.menu-lnav-link-2 {
  color: #fff;
  letter-spacing: .3px;
  padding: 16px 18px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.menu-lnav-link-2:hover {
  color: #17d7e1;
}

.image-41 {
  filter: brightness(200%);
  height: 50px;
  padding-bottom: 5px;
}

.image-41.in {
  filter: grayscale() brightness(300%);
  height: 32px;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  place-items: start center;
  max-width: 70%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.quote-text {
  color: #fff;
  white-space: normal;
  max-width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.quote-text.bottom-margin-30 {
  margin-bottom: 30px;
}

.quote-text.bottom-margin-30.black {
  color: #000;
}

.testimonial-author-wrap {
  max-width: 100%;
  display: flex;
}

.testimonial-text-2 {
  margin-top: 60px;
  position: sticky;
  top: 60px;
}

.tagline {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-2.dark {
  color: var(--black-grey);
  line-height: 1.2;
}

.testimonials-section {
  background-color: var(--black);
  padding: 0 20px 60px;
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 20px;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-content: start;
  position: sticky;
}

.testimonial-grid.black {
  color: #000;
}

.testimonial-grid.black.more-left {
  grid-template-columns: .7fr 1fr;
}

.container-2 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-2 {
  width: 100%;
  padding-top: 30px;
  padding-left: 10px;
}

.testimonials-2.mob {
  display: none;
}

.testimonial-card-2 {
  background-color: #141d3b;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

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

.review-stars {
  height: 22px;
  margin-right: 20px;
}

.text {
  margin-bottom: 0;
  line-height: 1em;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.desktop {
  padding-top: 40px;
  padding-bottom: 40px;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-1 {
  width: 100%;
  padding-right: 10px;
}

.why-us-section {
  background-image: url('../images/445ac3af7e5e0f216830.svg'), linear-gradient(to bottom, #191363, var(--black));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
  padding: 100px 20px;
}

.hero__col.mod--2 {
  width: 50%;
}

.hero__col.mod--1 {
  flex: 1;
  max-width: 50%;
}

.hero__circles {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero__circle-wrap {
  position: relative;
}

.hero__circle-wrap.mod--1 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sub-content {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.sub-content.mod--hero {
  padding: 100px 0 0;
}

.sub-content.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 40px 0% auto;
}

.hero__circle {
  z-index: 0;
  border-radius: 50%;
  flex: none;
  position: relative;
  box-shadow: 20px 113px 140px -30px #00000080;
}

.hero__circle.mod--1 {
  box-shadow: none;
}

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

.hero__columns._2nd {
  margin-top: 100px;
}

.feature-text-wrapper {
  width: 100%;
  max-width: 510px;
  margin-right: auto;
}

.large-heading {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.large-subtitle {
  color: #fff9;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.large-subtitle.mx-444 {
  text-align: left;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.large-subtitle.fadded {
  color: #ffffff82;
}

.text-white {
  color: #fff;
}

.result-heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.back-arrow-2 {
  opacity: .5;
  cursor: pointer;
  border-right: 1px solid #fff;
  padding: 5px 20px 5px 5px;
  display: flex;
}

.main-text-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(159deg, #7946d5 48%, #2ec3e2);
  -webkit-background-clip: text;
  background-clip: text;
}

.tabs {
  margin-top: 100px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
}

.tabs-content {
  padding-top: 20px;
}

.tab-link {
  color: #fff;
  background-color: #ddd0;
  border-bottom: 1px solid #0000;
  margin-right: 20px;
  padding: 0 0 5px;
}

.tab-link.w--current {
  border-bottom-color: var(--dark-turquoise);
  background-color: #ddd0;
}

.grid-2-load-more {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
  display: none;
}

.central-wrapper {
  text-align: center;
  margin-top: 40px;
}

.link-block-2 {
  background-image: linear-gradient(270deg, #10f2e7, #2e2bbd 100%, #2e2bbd);
  padding: 2px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s;
}

.link-block-2.mr-36 {
  background-color: #2527b8;
  background-image: none;
  margin-top: 20px;
  margin-right: 36px;
}

.link-block-2.mr-36 {
  background-color: #2527b8;
  background-image: none;
  margin-top: 40px;
  margin-right: 36px;
}

.link-block-2.mr-36:hover {
  background-image: linear-gradient(113deg, #17d7e1 37%, #7946d5);
}

.text-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(304deg, #0d6efd, #13ede7 100%, #11f0e7 100%, #10f2e7);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient-2:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
}

.text-span-2 {
  background-image: linear-gradient(102deg, var(--blue-violet) 19%, var(--dark-turquoise));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

._72-hrs-section {
  text-align: left;
  background-image: url('../images/bg-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
}

.list-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
}

.list-2.top-les {
  margin-top: 20px;
}

.list-item-2 {
  font-size: 16px;
  line-height: 1.4;
}

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

.image-42 {
  width: 150px;
  height: auto;
}

.text-block-4 {
  margin-left: 40px;
}

.text-block-5 {
  margin-top: 20px;
}

.horizontal-wrapper {
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}

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

.text-span-4 {
  text-decoration: underline;
}

.image-43 {
  width: 28%;
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.link {
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
}

.smart-section {
  background-color: var(--black);
  padding: 100px 20px;
}

.paragraph-2 {
  color: #fff9;
}

.image-44 {
  width: 100%;
}

.text-span-5 {
  text-decoration: underline;
}

._w-bold {
  color: var(--white);
  font-weight: 400;
}

.text-span-6 {
  font-size: 18px;
  font-style: italic;
}

.paragraph-3 {
  color: #ffffffba;
  border-top: 1px solid #ffffff63;
  margin-top: 40px;
  font-style: italic;
}

.body-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

.body-2.bottom-margin-30 {
  margin-bottom: 30px;
  font-weight: 200;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  padding: 30px;
  display: flex;
}

.faq-icon {
  filter: brightness(76%);
  margin-right: 20px;
}

.faq-wrap {
  background-color: #141d3b;
  border-radius: 16px;
}

.faq-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-section-2 {
  background-color: #081131;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-title {
  text-align: center;
  max-width: 530px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-answer {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.faq-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.timeline {
  margin-top: 60px;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.timeline-month {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
}

.timeline-track {
  border: 1px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 440px;
  display: flex;
  overflow: hidden;
}

.timeline-item.left-item {
  text-align: left;
  align-items: flex-start;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.timeline-text {
  color: #ffffffb3;
  max-width: 100%;
  font-size: 16px;
  font-weight: 200;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._4 {
  top: 38.25%;
}

.dot._5 {
  top: 55.25%;
}

.dot._7 {
  top: 73.5%;
}

.dot._8 {
  top: 89.5%;
}

.dot._2 {
  top: 20%;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.video-wrapper {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.background-video {
  z-index: 3;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-4.hero-v2 {
  color: var(--white);
  margin-bottom: 50px;
  font-size: 18px;
}

.paragraph-4.integration-v1 {
  color: #717194;
  min-height: 165px;
}

.paragraph-4.cta-v4 {
  color: #efeff5;
  max-width: 436px;
  font-size: 20px;
}

.paragraph-4.blog-hero-v2 {
  color: #000;
  max-width: 650px;
}

.paragraph-4.blog-featured {
  margin-bottom: 40px;
}

.paragraph-4.blog-newsletter {
  color: #fff;
  max-width: 413px;
}

.paragraph-4.integrations {
  color: #efeff5;
  max-width: 514px;
}

.paragraph-4.features-v3 {
  color: var(--white);
  max-width: 446px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4.cta-v4 {
  color: #efeff5;
  max-width: 436px;
}

.paragraph-4.cta-v6 {
  color: #efeff5;
  max-width: 481px;
}

.paragraph-4.blog-post {
  color: #efeff5;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.paragraph-4.open-positions {
  color: #efeff5;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4.card-open-position {
  margin-bottom: 32px;
}

.additional-utility-page-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card {
  background-color: #fff;
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.card.log-in {
  color: #000;
  max-width: 520px;
  min-height: auto;
  padding: 40px 40px 60px;
}

.additional-utility-page-form-block {
  min-width: 340px;
  margin-bottom: 0;
}

.title.additional-utility-page {
  text-align: center;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.222em;
}

.title.hero-v2 {
  color: #fff;
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.2;
}

.title.integrations-v3 {
  max-width: 453px;
}

.title.integration-v1 {
  margin-bottom: 4px;
}

.title.cta-v4 {
  color: #fff;
  margin-bottom: 15px;
}

.title.blog-hero-v2 {
  color: var(--black-grey);
}

.title.blog-hero-v2.white {
  color: #fff;
}

.title.blog-featured {
  margin-bottom: 14px;
}

.title.blog-v2 {
  margin-top: 0;
  margin-bottom: 0;
}

.title.blog-newsletter {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.333em;
}

.title.article-v1 {
  margin-top: 0;
}

.title.blog-post {
  color: #fff;
  margin-bottom: 20px;
}

.title.author-name {
  margin-bottom: 3px;
}

.title.author-name.heading-size-h3 {
  color: var(--midnight-blue);
  margin-bottom: 30px;
}

.title.author-name.heading-size-h3.v--2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.title.integrations {
  color: #fff;
  margin-bottom: 18px;
}

.title.integrations-contact {
  margin-bottom: 12px;
}

.title.feature-v3 {
  color: var(--white);
  margin-bottom: 0;
}

.title.cta-v6 {
  color: #fff;
}

.title.latest-articles {
  margin-bottom: 0;
}

.title.open-positions-page {
  color: #fff;
}

.title.open-positions-email, .title.card-open-position {
  margin-bottom: 15px;
}

.title.card-open-position.heading-size-h3 {
  margin-top: 0;
}

.title.open-position {
  color: #fff;
}

.title.about-this-position {
  margin-bottom: 32px;
}

.error-message {
  color: #6b0d0f;
  text-align: center;
  background-color: #ff558b;
  border-radius: 12px;
  padding: 20px;
  font-weight: 500;
}

.success {
  color: #fff;
  background-color: #7545ff;
  border-radius: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.log-in-help-text-wrapper {
  text-align: center;
  margin-top: 40px;
}

.additional-utility-page-link {
  text-decoration: none;
}

.input {
  color: #40406a;
  border: 1px solid #dadae3;
  border-radius: 12px;
  min-height: 70px;
  margin-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 18px;
  line-height: 1em;
  transition: color .35s, border-color .35s;
}

.input:hover {
  border-color: #7545ff;
}

.input:focus {
  color: #40406a;
  border-color: #7545ff;
  font-size: 18px;
  line-height: 1em;
}

.input::placeholder {
  color: #717194;
}

.input.additional-utility-page {
  border-radius: 0;
  min-height: 66px;
  padding-left: 24px;
  padding-right: 24px;
}

.input.additional-utility-page.margin-bottom {
  margin-bottom: 12px;
}

.input.additional-utility-page {
  min-height: 66px;
  padding-left: 24px;
  padding-right: 24px;
}

.input.cta-v6-newsletter {
  border-color: #fff;
  border-radius: 16px;
  min-height: 79px;
  padding-left: 21px;
  padding-right: 180px;
}

.additional-utility-page-help-text {
  color: #717194;
  margin-bottom: 6px;
}

.field-label-additional-utility-page {
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 1em;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #000;
  margin-right: 10px;
  padding: 16px 36px;
  font-weight: 700;
  line-height: 1.111em;
  transition: background-color .35s, transform .35s;
}

.button-primary:hover {
  background-color: #3c16a8;
  background-image: linear-gradient(140deg, var(--medium-blue), var(--dark-turquoise));
  color: #fff;
  transform: scale(.97);
}

.button-primary.additional-utility-page {
  margin-top: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-primary.additional-utility-page.submit {
  margin-top: 40px;
}

.hero-lgoin {
  background-image: url('../images/445ac3af7e5e0f216830.svg'), linear-gradient(to bottom, #191363, var(--black));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
  padding: 220px 20px 100px;
}

.login-link {
  border-right: 2px solid var(--royal-blue);
  color: #fff;
  letter-spacing: .3px;
  margin-right: 20px;
  padding: 16px 20px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.login-link:hover {
  color: #17d7e1;
}

.login-link.w--current {
  border-right-width: 0;
}

.login-link.mobile {
  display: none;
}

.image-46 {
  height: 42px;
}

.profile {
  padding: 10px;
}

.profile.mbl {
  display: none;
}

.skewed-home-v2 {
  border-bottom: 236px solid #fff;
  border-left: 100vw solid #0000;
  margin-bottom: 114px;
  position: absolute;
  inset: 0%;
}

.image.hero-v2 {
  border-radius: 0;
  height: auto;
  box-shadow: 0 44px 74px #7545ff05, 0 14px 114px #0f0f340d;
}

.image.integration-v1, .image.article-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.blog-newsletter {
  border-radius: 34px;
  margin-bottom: 32px;
}

.image.blog-newsletter.v2 {
  margin-bottom: 0;
}

.image.article-v1 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.image.blog-post-main {
  border-radius: 0;
  width: 100%;
}

.image.author {
  object-fit: cover;
  border: 4px #000;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image.testimonial-tab-link-v3 {
  border-radius: 1000px;
  width: 44px;
  height: 44px;
  margin-right: 12px;
}

.image.testimonial-v3 {
  border-radius: 1000px;
  width: 72px;
  height: 72px;
  margin-right: 20px;
}

.image.article-v4 {
  border-radius: 0;
  width: 100%;
}

.image.blog-post-main {
  border-radius: 43px;
}

.image.blog-post-main-copy {
  border-radius: 0;
  width: 100%;
}

.container-default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.rip {
  z-index: 2;
  position: relative;
}

.skewed-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-v2-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-secondary {
  color: var(--medium-blue);
  text-align: center;
  letter-spacing: -.01em;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #dadae3;
  border-radius: 0;
  padding: 16px 36px;
  font-weight: 700;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  background-color: var(--medium-blue);
  color: #fff;
  border-color: #7545ff;
  transform: scale3d(.97, .97, 1.01);
}

.space._2-buttons {
  min-width: 30px;
}

.space._2-buttons.cta-v4 {
  min-width: 28px;
}

.space.blog-v2 {
  min-width: 29px;
}

.space.blog-post {
  min-width: 4vw;
}

.space.integrations {
  min-width: 40px;
}

.space.card-open-position {
  height: 24px;
}

.bg {
  position: absolute;
}

.bg.hero-v2 {
  z-index: 0;
  filter: brightness(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 114px;
  display: block;
  inset: 0%;
}

.bg.blog-hero-v2 {
  z-index: 0;
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  inset: 0%;
}

.bg.blog-post {
  z-index: -2;
  filter: brightness(50%);
  object-fit: cover;
  z-index: -2;
  object-fit: cover;
  inset: 0%;
  width: 100%;
  height: 100%;
  padding-bottom: 271px;
  inset: 0%;
}

.bg.blog-post.up {
  filter: brightness(70%);
}

.bg.blog-post.hide {
  display: none;
}

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

.section.hero-v2 {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section.hero-v2.integrations {
  background-color: var(--main-black);
  background-image: url('../images/622d2e4b78730f47a285df3c_blur-blob-nft-webflow-template.svg');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 100px;
}

.section.help-center-categories {
  background-image: none;
  background-position: 0 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.white {
  color: #000;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 0;
}

.section.white.category-template {
  padding-top: 140px;
}

.section.integration-v2 {
  color: #fff;
  background-image: linear-gradient(#000, #0e0c3a);
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section.integration-v2.no-bottom {
  padding-bottom: 0;
}

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

.hero-v2-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}

._2-buttons {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.video-wrap {
  width: 80%;
}

.container-medium-837px {
  max-width: 837px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-837px.help-center {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

.container-medium-837px.blog-post-hero {
  text-align: center;
  margin-bottom: 102px;
}

.container-medium-837px.open-positions-hero {
  text-align: center;
}

.subtitle {
  color: var(--medium-blue);
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.subtitle.light-color {
  color: #c9b6ff;
}

.subtitle.light-color.open-positions {
  color: #000;
  margin-bottom: 16px;
}

.subtitle.white {
  color: #fff;
}

.container-default-2 {
  background-color: var(--white);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.op {
  z-index: 2;
  background-color: #fff0;
  position: relative;
}

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

.empty-state {
  color: #717194;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  font-size: 20px;
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.empty-state.small {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 18px;
}

.card-2 {
  background-color: #fff;
  border-radius: 32px;
  transform: translate(0);
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.card-2.help-center-category {
  color: #000;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px 56px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 6px #0d0c541f, 0 6px 22px #0d0c540a;
}

.card-2.integration-v1 {
  color: #000;
  border-radius: 0;
  padding: 62px 30px 58px;
  text-decoration: none;
  position: relative;
}

.card-2.blog-article-featured {
  color: #000;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-2.blog-newsletter {
  background-image: linear-gradient(to bottom, var(--blue-violet), var(--medium-blue) 100%, #17a4e194);
  border-radius: 0;
  max-width: 388px;
  padding: 54px 34px 51px;
  position: sticky;
  top: 40px;
}

.card-2.article-v1 {
  color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-2.author {
  border: 2px none var(--midnight-blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 63px 31px 62px;
  display: flex;
  position: sticky;
  top: 60px;
}

.card-2.testimonials-v3-tab-content {
  text-align: center;
  margin-bottom: 44px;
  padding: 87px 67px;
}

.card-2.integration-v1 {
  border-radius: 0;
  padding: 62px 30px 58px;
  position: relative;
}

.card-2.article-v4 {
  color: var(--black);
  border-radius: 0;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-2.author {
  color: #000;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 63px 31px 62px;
  display: flex;
  position: sticky;
  top: 110px;
}

.card-2.author.lefti {
  border: 1px solid var(--midnight-blue);
  border-radius: 0;
  align-items: flex-start;
  min-width: 350px;
  padding: 20px;
  top: 40px;
}

.card-2.open-position {
  cursor: pointer;
  padding: 48px 55px 52px 104px;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.card-2.open-position:hover {
  transform: scale(.97);
}

.card-2.author---v2 {
  border: 2px none var(--midnight-blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 60px;
}

.help-center-card-category-title {
  margin-bottom: 12px;
}

.help-center-card-category-title.heading-size-h3 {
  margin-bottom: 40px;
  font-size: 24px;
}

.help-center-card-category-icon {
  object-fit: contain;
  background-color: #0000;
  background-image: url('../images/book-in-row.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 120px;
  height: 150px;
  padding: 20px;
}

.button-secondary-2 {
  color: #7545ff;
  text-align: center;
  letter-spacing: -.01em;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #dadae3;
  border-radius: 10px;
  padding: 16px 36px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #7545ff;
  border-color: #7545ff;
  transform: scale3d(.97, .97, 1.01);
}

.button-secondary-2.help-center-card-category-button {
  border-color: var(--medium-blue);
  color: var(--medium-blue);
  border-radius: 0;
  width: 100%;
  transition-property: none;
}

.button-secondary-2.help-center-card-category-button:hover {
  background-color: var(--medium-blue);
  background-image: linear-gradient(116deg, var(--royal-blue), var(--dark-turquoise));
  color: #fff;
}

.button-secondary-2.cta-v4 {
  color: var(--medium-blue);
  border-radius: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-secondary-2.cta-v4:hover {
  background-image: linear-gradient(109deg, var(--royal-blue), var(--dark-turquoise));
  color: #fff;
}

.help-center-card-category-icon-wrapper {
  border-radius: 35px;
  margin-bottom: 22px;
  overflow: hidden;
}

.top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  display: flex;
}

.top-content.integrations-v3 {
  margin-bottom: 33px;
}

.top-content.blog-v2 {
  align-items: center;
  margin-bottom: 63px;
}

.top-content.latest-articles {
  align-items: center;
  margin-bottom: 36px;
}

.integrations-v3-right-arrow {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  font-size: 18px;
  line-height: 1.555em;
  transition: color .35s, border-color .35s, background-color .35s;
  inset: -92px 0 auto auto;
}

.integrations-v3-right-arrow:hover {
  background-color: var(--medium-blue);
  color: #fff;
  border-color: #7545ff;
}

.button-primary-3 {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  transform-style: preserve-3d;
  border-radius: 0;
  padding: 16px 36px;
  font-weight: 700;
  line-height: 1.111em;
  transition: background-color .35s, transform .35s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #3c16a8;
  transform: scale3d(.97, .97, 1.01);
}

.button-primary-3.cta-v4 {
  background-color: var(--medium-blue);
  border-radius: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary-3.cta-v4:hover {
  background-image: linear-gradient(125deg, var(--royal-blue), var(--dark-turquoise));
}

.split-content.integration-v3-left {
  max-width: 514px;
}

.split-content.cta-v4-left {
  max-width: 52%;
  margin-right: 20px;
}

.split-content.integrations-page-hero-left {
  max-width: 648px;
  margin-top: 20px;
}

.split-content.integrations-contact-left {
  max-width: 472px;
}

.split-content.cta-v5-right {
  width: 485px;
}

.split-content.cta-v5-left {
  max-width: 550px;
  margin-right: 20px;
}

.arrow-text {
  display: flex;
}

.integration-v3-slide {
  max-width: 33.5%;
  padding-left: 14px;
  padding-right: 14px;
}

.arrow-slider {
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 15px;
  display: block;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.integrations-v3-slider {
  background-color: #0000;
  height: 100%;
  margin-top: 0;
}

.integration-v3-mask {
  padding-top: 26px;
  padding-bottom: 48px;
}

.integrations-v3-left-arrow {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  font-size: 18px;
  line-height: 1.555em;
  transition: color .35s, border-color .35s, background-color .35s;
  inset: -92px 187px auto auto;
}

.integrations-v3-left-arrow:hover {
  background-color: var(--medium-blue);
  color: #fff;
  border-color: #7545ff;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.integration-v3 {
  border: 1px solid #dadae3;
  border-radius: 24px;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper.blog-article-featured {
  min-width: 55%;
}

.image-wrapper.article-v1 {
  width: 100%;
}

.image-wrapper.auhtor {
  border-radius: 1000px;
  width: 160px;
  height: auto;
  margin-bottom: 16px;
}

.image-wrapper.auhtor.v-22 {
  border: 2px solid var(--medium-blue);
  width: 100px;
}

.image-wrapper.integration-v1 {
  border: 1px solid #dadae3;
  border-radius: 24px;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper.article-v4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge {
  color: #0d0c54;
  background-color: #ffdc24;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 34px;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.067em;
  display: flex;
  position: absolute;
  top: 25px;
  right: 32px;
  overflow: hidden;
}

.badge.blog-featured {
  background-color: var(--medium-blue);
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 18px;
  line-height: 1.222em;
  position: static;
}

.integration-v3-top-content {
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.integration-v1-subtitle {
  color: var(--medium-blue);
  line-height: 1.111em;
}

.container-medium-580px {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-580px.testimonials-v3, .container-medium-580px.features-v3 {
  text-align: center;
}

.subtitle-2 {
  color: #7545ff;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.subtitle-2.light-color {
  color: #c9b6ff;
}

.subtitle-2.light-color.blog-hero-v2 {
  color: #fff;
  margin-bottom: 24px;
}

.subtitle-2.light-color.integrations {
  margin-bottom: 12px;
}

.subtitle-2.light-color.open-positions {
  margin-bottom: 16px;
}

.cta-v4-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-cta-v2-tech-ui-kit-webflow-template.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 120px 5vw 115px;
  display: flex;
}

.container-default-3 {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-3.op {
  z-index: 2;
  position: relative;
}

.blog-hero-v2-wrapper {
  max-width: 651px;
  margin-bottom: 107px;
}

.blog-hero-v2-wrapper.white {
  color: #fff;
}

.skewed-wrapper-3 {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.skewed-blog-v2 {
  border-bottom: 224px solid #fff;
  border-left: 100vw solid #0000;
  margin-bottom: 30px;
  position: absolute;
  inset: 0%;
}

.section-2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-2.blog-hero-v2 {
  background-color: #fff;
  padding-top: 183px;
  padding-bottom: 0;
  position: relative;
}

.section-2.blog-post-hero {
  z-index: 2;
  padding-top: 191px;
  padding-bottom: 0;
  position: relative;
}

.section-2.blog-post {
  padding-top: 88px;
  padding-bottom: 100px;
}

.section-2.testimonials-v3 {
  color: #000;
}

.section-2.testimonials-v3.no-top {
  padding-top: 0;
}

.section-2.features-v3 {
  background-color: var(--main-black);
  color: var(--black);
  padding: 162px 20px 60px;
}

.section-2.blog-post-hero {
  padding-top: 191px;
  padding-bottom: 0;
  position: relative;
}

.section-2.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.latest-articles {
  padding-top: 133px;
  padding-bottom: 160px;
}

.section-2.open-positions-hero {
  background-image: url('../images/background-careers-v1-tech-ui-kit-webflow-template.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 191px;
  padding-bottom: 185px;
}

.section-2.open-positions-page {
  padding-top: 0;
  padding-bottom: 140px;
}

.card-article-featured-icon {
  width: 32px;
  margin-right: 10px;
}

.card-article-featured-about-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #efeff5;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.card-article-featured-about {
  background-color: #b0b0c1;
  width: 22px;
  margin: 0 1vw;
}

.divider.card-article-v1 {
  margin-top: 40px;
  margin-bottom: 28px;
}

.divider.card-article-v1-about {
  background-color: #b0b0c1;
  width: 22px;
  margin: 0 1vw 10px;
}

.divider.about-blog-post {
  opacity: .36;
  background-color: #fff;
  width: 22px;
  margin: 0 21px;
}

.divider.card-open-position-about {
  background-color: #b0b0c1;
  width: 22px;
  height: 2px;
  margin: 0 24px;
}

.divider.about-open-position {
  opacity: .36;
  background-color: #fff;
  width: 22px;
  margin: 0 18px;
}

.card-article-featured-reading-time-wrapper {
  color: #0d0c54;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.reading-time-featured-wrapper {
  display: flex;
}

.card-article-featured-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 62px 70px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.right-arrow-4 {
  background-color: var(--medium-blue);
  width: 50px;
  height: 50px;
  font-size: 24px;
  inset: 0 0% auto auto;
}

.left-arrow-4 {
  background-color: var(--medium-blue);
  width: 50px;
  height: 50px;
  font-size: 24px;
  inset: 0 100px auto auto;
}

.blog-categories-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog-categories-wrapper {
  background-color: #fafafc;
  border-radius: 1000px;
  padding: 11px 23px;
  display: flex;
}

.blog-categories-wrapper.blog-v2 {
  flex: 1;
}

.blog-v2-wrapper {
  justify-content: space-between;
  display: flex;
}

.collection-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-v2-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 804px;
  display: grid;
}

.blog-v2-grid.blog-v2 {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 100px;
}

.newsletter-top-content {
  margin-bottom: 24px;
}

.blog-category-button {
  color: #40406a;
  border-radius: 1000px;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.375em;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: flex;
}

.blog-category-button:hover {
  background-color: var(--medium-blue);
  color: #fff;
}

.blog-category-button.w--current {
  background-color: var(--medium-blue);
  color: #fff;
  font-weight: 700;
}

.image-47 {
  opacity: .56;
  height: 26px;
  margin-right: 5px;
}

.reading-time-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.card-article-v1-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  display: flex;
}

.card-article-v1-category-link {
  color: #0d0c54;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.card-article-v1-reading-time-wrapper {
  color: #0d0c54;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.111em;
  display: flex;
}

.card-article-v1-icon {
  width: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.card-article-v1-category-link-text {
  margin-bottom: 10px;
}

.card-article-v1-about-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.about-blog-post-wrapper {
  color: #c9b6ff;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.091em;
  display: flex;
}

.skewed-wrapper-4 {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-post-reading-time-wrapper {
  display: flex;
}

.skewed-blog-post {
  border-bottom: 220px solid #fff;
  border-left: 100vw solid #0000;
  margin-bottom: 271px;
  position: absolute;
  inset: 0%;
}

.blog-post-category {
  color: #c9b6ff;
  text-decoration: none;
}

.blog-post-category:hover {
  color: #fff;
}

.div-block-4 {
  background-color: #fff;
  position: relative;
}

.blog-post-wrapper {
  justify-content: space-between;
  display: flex;
}

.author-social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: start;
}

.about-author-link {
  color: #000;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.author-job {
  color: var(--medium-blue);
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.4em;
}

.social-media-wrapper {
  color: #fff;
  background-color: #403f8b;
  border-radius: 555px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.social-media-wrapper:hover {
  background-color: var(--medium-blue);
  color: #fff;
}

.blog-text h5 {
  font-size: 20px;
  line-height: 1.3;
}

.blog-text h4 {
  font-size: 24px;
}

.blog-text h6 {
  font-size: 18px;
  line-height: 20px;
}

.container-1201 {
  padding: 40px;
  box-shadow: 0 0 20px #0000001f;
}

.result-heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.result-heading-3.sm {
  font-size: 40px;
}

.timline-tittle {
  margin-top: 0;
}

.mobile-timeline {
  display: none;
}

.grid-3 {
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: center;
}

.blob-home-hero {
  z-index: -2;
  max-width: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blob-home-my-work {
  z-index: 0;
  max-height: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(111deg);
}

.integrations-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 805px;
  margin-bottom: 80px;
  display: grid;
}

.about-testimonial-v3-name {
  color: #0d0c54;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.091em;
}

.container-medium-932px {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.about-testimonial-v3-content-wrapper {
  text-align: left;
}

.testimonials-v3-tabs-menu {
  border-bottom: 1px solid #dadae3;
  justify-content: center;
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-v3-tabs {
  margin-top: 48px;
}

.testimonials-v3-tabs.hide {
  display: none;
}

.testimonials-v3-tab-link {
  background-color: #0000;
  border-bottom: 4px solid #0000;
  align-items: center;
  margin-bottom: -1px;
  padding: 0 33px 27px;
  display: flex;
}

.testimonials-v3-tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #7545ff;
}

.about-testimonial-v3-job {
  color: #717194;
  font-size: 20px;
  line-height: 1em;
}

.testimonial-v3-name {
  color: #0d0c54;
  font-weight: 700;
  line-height: 1.111em;
}

.about-testimonial-v3-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.integrations-wrapper {
  justify-content: space-between;
  display: flex;
}

.integration-category {
  flex-direction: column;
  display: flex;
}

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

.integration-categories-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-categories-title {
  color: #0d0c54;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.integration-category-link {
  color: #40406a;
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: none;
}

.integration-category-link:hover {
  color: var(--royal-blue);
}

.integration-category-link.w--current {
  color: var(--royal-blue);
  font-weight: 700;
}

.integration-v1-top-content {
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.badge-2 {
  color: #0d0c54;
  background-color: #ffdc24;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 34px;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.067em;
  display: flex;
  position: absolute;
  top: 25px;
  right: 32px;
  overflow: hidden;
}

.integration-v1-subtitle-2 {
  color: #7545ff;
  line-height: 1.111em;
}

.text-span-7 {
  color: #fff;
}

.big-split-header {
  color: #fcfcfc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 9rem;
  font-weight: 900;
  line-height: .8;
}

.section-text-wrap {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.4rem;
  padding-top: 2rem;
  padding-left: .2rem;
  display: flex;
  position: relative;
}

.button-liner {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.services-item {
  background-color: #1f1f1f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-animate {
  background-color: #006cd0;
  background-image: linear-gradient(to bottom, var(--blue-violet), var(--royal-blue) 52%, var(--dark-turquoise));
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-left: 10px;
  padding: 12%;
  display: flex;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.heading {
  color: var(--main-black);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.container-1203 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content-2 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--main-black);
}

.paragraph-8 {
  color: #fff;
}

.list-item-3, .list-item-4, .list-item-5 {
  font-weight: 200;
}

.feature-v3-title-wrapper {
  align-items: center;
  display: flex;
}

.features-v3-tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  margin-right: 77px;
  display: flex;
}

.features-v3-tab-content {
  width: 100%;
  max-width: 60%;
  overflow: visible;
}

.feature-v3-tab-text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
}

.tab-link-feature-v3 {
  cursor: pointer;
  background-color: #0000;
  padding: 0;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link-feature-v3.w--current {
  background-color: #0000;
}

.tab-link-feature-v3.center {
  border-top: 1px solid #dadae3;
  border-bottom: 1px solid #dadae3;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.feature-v3-icon-wrappper {
  background-color: #f3efff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.feature-v3-image {
  border-radius: 61px;
  width: 60%;
  box-shadow: 0 30px 54px #7545ff05, 0 4px 102px #0f0f3408;
}

.feature-v3-image.v2 {
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  width: 75%;
}

.feature-v3-tab-text-wrapper {
  overflow: hidden;
}

.features-v3-tabs {
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.heading-5 {
  color: var(--white);
}

.cta-v4-wrapper-2 {
  background-color: var(--main-black);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 120px 5vw 115px;
  display: flex;
}

.top-bar-container---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.spacee-40 {
  height: 50px;
}

.image-48 {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  margin-top: 40px;
}

.testiominal-col-1 {
  column-count: 2;
}

.t-img {
  border: 2px solid var(--medium-blue);
  margin-bottom: 24px;
}

.menu {
  color: #fff;
  letter-spacing: .3px;
  border: 0 solid #000;
  margin-right: 20px;
  padding: 16px 20px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.menu:hover {
  color: #17d7e1;
}

.menu.w--current {
  border-right-width: 0;
}

.text-span-8 {
  text-decoration: line-through;
}

.html-embed-2 {
  align-self: flex-end;
}

.html-embed-3 {
  border-left: 40px solid #000;
}

.link-block-3 {
  flex: none;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3 {
  background-color: #fff;
  margin-top: 100px;
}

.html-embed-4 {
  width: 100%;
}

.notification-bar {
  background-color: var(--medium-blue);
  padding: 20px;
}

.text-block-7 {
  text-align: center;
  font-weight: 200;
}

.link-3 {
  color: #fff;
  font-weight: 300;
}

.div-block-8 {
  background-color: var(--black);
  position: relative;
}

.div-block-8.bg002 {
  background-image: url('../images/Frame-copy.png');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto 22px;
}

.logos-wrapper {
  margin-top: 100px;
}

.acc-hero-section {
  background-image: url('../images/410eefe5341f38eee566.png'), linear-gradient(to top, #0e0f0f 9%, transparent 25%), url('../images/001.webp'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 0 0, 0 0, 100% 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
  background-size: auto 65%, auto, auto 86%, auto;
  border: 1px solid #0e0f0f;
  padding: 165px 20px 60px;
}

.acc-hero-section.partnership {
  background-image: url('../images/410eefe5341f38eee566.png'), linear-gradient(to top, #0e0f0f 9%, transparent 25%), url('../images/001.webp'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 0 0, 0 0, 100% 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
  background-size: auto 65%, auto, auto 86%, auto;
}

.section-v2 {
  color: #fff;
  padding: 100px 20px 0;
}

.section-v2.blue-gr {
  background-image: url('../images/Vector.svg'), linear-gradient(to bottom, var(--midnight-blue), var(--black));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 70%, auto;
  margin-top: 40px;
}

.section-v2.no-top {
  margin-top: 40px;
  padding-top: 0;
}

.section-v2.no-top.pricing {
  background-image: url('../images/4b7e156d01980d914b08.webp');
  background-position: -200% 30%;
  background-repeat: no-repeat;
  background-size: auto 140%;
}

.section-v2.no-top.bg01 {
  background-image: url('../images/Vector_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  margin-top: 60px;
}

.section-v2.no-padding {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-v2.white {
  background-color: #fff;
}

.section-v2.our-process {
  background-image: url('../images/Vector2.svg'), url('../images/Vector_2.svg'), linear-gradient(to bottom, #141138, var(--black) 66%);
  background-position: 126% 0, -20% -30%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.cta-01 {
  background-image: linear-gradient(113deg, var(--medium-blue), var(--blue-violet) 46%, var(--dark-turquoise));
  max-width: 1122px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

.cta-inner-content {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cta-inner-content.left {
  text-align: left;
}

.cta-inner-content.left.pricer {
  background-image: url('../images/3eeafd7b19e7e75d3301.png');
  background-position: -65%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.cta-inner-content.la {
  padding: 60px 40px;
}

.div-block-11 {
  display: flex;
}

.section-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.section-heading.center {
  text-align: center;
}

.section-heading.sm {
  font-size: 32px;
}

.slider-2 {
  color: #fff;
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.right-arrow-5, .left-arrow-5 {
  display: none;
}

.grid-7 {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .8fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  padding: 40px 60px 40px 90px;
  position: relative;
}

.image-49 {
  height: 84px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-49._2 {
  inset: auto 0% 0% auto;
}

.text-block-8 {
  z-index: 55;
  color: #fffc;
  letter-spacing: .4px;
  margin-bottom: 60px;
  font-family: "Museosans 100", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.text-block-9 {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
}

.slide-nav-4 {
  width: 50%;
  padding-left: 100px;
  display: flex;
  inset: auto auto 10% 0%;
}

.video-reviews {
  margin-top: 140px;
}

.space-60px {
  height: 60px;
}

.grid-8 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.block-01 {
  text-align: center;
  padding: 20px;
}

.image-50 {
  object-fit: contain;
  width: 100px;
  height: 110px;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  padding-bottom: 60px;
}

.slider-3.margin-top {
  margin-top: 60px;
}

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

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

.grid-9.individual-page {
  margin-bottom: 100px;
  font-size: 16px;
}

.left-arrow-6 {
  width: 80px;
  height: 24px;
  inset: auto 120px 0% auto;
}

.right-arrow-6 {
  border-left: 2px solid #eaeaea75;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 40px;
  margin-bottom: -12px;
  display: flex;
  inset: auto 0% 0% auto;
}

.heading-6 {
  color: #fffc;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 200;
}

.heading-6._1st {
  margin-top: 0;
}

.heading-6.bottom-border {
  color: var(--main-black);
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.div-block-13 {
  padding: 0 20px 20px;
}

.div-block-13.left {
  text-align: left;
}

.div-block-14 {
  margin-top: 20px;
}

.spacing-20px {
  height: 20px;
}

.image-51 {
  width: 100%;
}

.icon-5, .icon-6 {
  display: none;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 60px;
}

.grid-10.quote {
  align-items: center;
  margin-top: 100px;
}

.h3.main-text-gradient {
  display: inline-block;
}

.text-block-11 {
  font-size: 24px;
  line-height: 1.5;
}

.div-block-15 {
  background-image: url('../images/2ae40fad190babb10380.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 94px;
  padding-top: 40px;
  padding-left: 100px;
}

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

.image-52 {
  width: 100%;
}

.small-central-wrapper {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.small-central-wrapper.left {
  text-align: left;
  max-width: 920px;
}

.text-block-12 {
  display: inline;
}

.image-53 {
  height: 18px;
  margin-left: 5px;
  display: inline;
}

.image-54 {
  width: 70px;
  margin-right: 20px;
}

.bold-text-3 {
  font-size: 14px;
}

.paragraph-10 {
  font-size: 12px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.apply-button {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  margin-right: 24px;
}

.gr-line {
  background-image: linear-gradient(106deg, var(--medium-blue), var(--blue-violet) 49%, var(--dark-turquoise));
  height: 2.5px;
}

.btn-txt {
  transition: transform .2s;
}

.btn-txt:hover {
  transform: translate(0, -7px);
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.pricing-col {
  background-color: var(--darck-gray);
  padding: 0 40px 40px;
  font-family: "Museosans 100", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-col.mx {
  background-color: #0000;
  max-width: 490px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-14 {
  color: var(--dark-turquoise);
  background-color: #232627;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
}

.text-block-15 {
  margin-bottom: 10px;
  font-size: 24px;
}

.pricing-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.list-4 {
  padding-left: 0;
  list-style-type: none;
}

.list-4.fx {
  height: 310px;
}

.list-item-6 {
  background-image: url('../images/30f49c320e13ab8173af.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  margin-bottom: 0;
  padding: 4px 10px 4px 24px;
}

.list-item-6.cut {
  color: var(--dark-turquoise);
  background-image: url('../images/16dc48345e2e308cd3c2.svg');
  text-decoration: line-through;
}

.list-item-6.tic {
  background-image: url('../images/Frame_56.svg');
  background-position: 0 8px;
  line-height: 1.2;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.pricing-main {
  background-image: linear-gradient(113deg, var(--medium-blue), var(--blue-violet) 46%, var(--dark-turquoise));
  margin-top: 0;
  padding: 3px;
}

.div-block-18 {
  text-align: center;
  padding: 40px 60px;
}

.grid-13 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.image-55 {
  margin-left: auto;
  margin-right: auto;
}

.image-55.mx-400 {
  max-width: 400px;
}

.div-block-19 {
  margin-bottom: 42px;
  display: flex;
}

.div-block-19.bold {
  align-items: center;
  margin-bottom: 20px;
}

.image-56 {
  margin-right: 24px;
}

.small-logo-wrapper {
  align-items: center;
  max-width: 600px;
  margin-top: 60px;
  display: flex;
}

.sm-logo {
  object-fit: contain;
  height: 17px;
  margin-right: 24px;
}

.sm-logo.la {
  height: 28px;
}

.sm-logo.heading-medium {
  height: 21px;
}

.arrow-down {
  height: 48px;
  margin-top: 60px;
}

.partnership-section {
  background-color: var(--black);
  background-image: url('../images/Frame_138.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 30%;
  padding: 100px 20px;
}

.partnership-img {
  min-width: 500px;
}

.space-20px {
  height: 20px;
}

.paragraph-11 {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
}

.div-block-20 {
  display: flex;
}

.div-block-21 {
  background-image: linear-gradient(46deg, var(--medium-blue), var(--blue-violet) 52%, var(--dark-turquoise));
  width: 4px;
}

.text-block-16 {
  margin-top: 30px;
  font-size: 16px;
}

.cap-hero-section {
  background-image: linear-gradient(to top, #0e0f0f 9%, transparent 25%), url('../images/2f91efc57d4873c9d496.svg'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 0 0, 112% 80%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 50%, auto;
  border: 1px solid #0e0f0f;
  padding: 180px 20px 60px;
}

._690px-wrapper {
  max-width: 690px;
}

.assets-item {
  margin-top: 100px;
}

.cover-img {
  width: 100%;
}

.div-block-23 {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.horizontal-wrapper-v2 {
  align-items: center;
  display: flex;
}

.form-trigger {
  cursor: pointer;
  margin-left: 20px;
}

.cap-popup {
  z-index: 555;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-24 {
  background-color: var(--black);
  padding: 20px;
}

.text-field-2 {
  border-radius: 8px;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--medium-blue);
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.submit-button:hover {
  background-image: linear-gradient(134deg, var(--medium-blue), var(--blue-violet) 54%, var(--sky-blue));
}

.form-div {
  z-index: 54;
  max-width: 560px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-block-2 {
  background-color: var(--black);
  padding: 20px;
}

.heading-7 {
  margin-top: 0;
}

.success-message {
  background-color: #62c584;
}

.close-trigger {
  position: absolute;
  inset: 0%;
}

.grid-14 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-57 {
  object-fit: contain;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-25 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.faq-stripe-1 {
  background-color: var(--grey);
  width: 2px;
  height: 100%;
}

.faq-stripe-2 {
  background-color: var(--grey);
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-a-text {
  font-size: 16px;
  line-height: 1.6em;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 0 20px 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.faq-q-text {
  font-size: 18px;
  line-height: 1.2;
}

.div-block-26 {
  background-color: var(--blue-violet);
  background-image: linear-gradient(105deg, var(--medium-blue), var(--blue-violet) 48%, var(--dark-turquoise));
  height: 3px;
}

.simple-hero-section {
  border: 1px solid #0e0f0f;
  padding: 180px 20px 60px;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.image-58 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-16 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.mission-img {
  object-fit: cover;
  width: 100%;
  height: 406px;
}

.mission-img._2 {
  margin-top: 100px;
}

.mission-img._3 {
  margin-top: 200px;
}

._2nd-half {
  display: none;
}

.loader-more-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-29, .div-block-30 {
  height: 100%;
}

.video-2 {
  min-height: 250px;
}

.div-block-31 {
  color: var(--spot-grey);
}

.text-block-18 {
  max-width: 690px;
  margin-bottom: 60px;
}

.image-61 {
  object-fit: contain;
  width: auto;
  height: 140px;
  margin: 40px auto;
}

.tbd-block {
  background-color: var(--darck-gray);
  text-align: center;
  padding: 0 40px 40px;
  font-family: "Museosans 100", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-19 {
  color: #ffffffbf;
  text-align: left;
  height: 180px;
  margin-top: 40px;
}

.text-span-10 {
  text-decoration: underline;
}

.space-24px {
  height: 24px;
}

.text-block-20 {
  max-width: 900px;
  overflow: visible;
}

.number-text {
  color: #c1c1c1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 22px;
}

.popup {
  z-index: 9998;
  opacity: 1;
  white-space: normal;
  background-color: #ffffff73;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-33 {
  z-index: 5;
  text-align: center;
  background-image: url('../images/38bc0a906bb83fce9590a5ef29a93205-copy.png');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 12px;
  width: 600px;
  max-width: 100%;
  padding: 10px 20px 40px;
  position: relative;
  overflow: hidden;
}

.image-62 {
  width: 100%;
  margin-bottom: 20px;
}

.button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #e55bc1;
  border-radius: 6px;
  padding: 10px 32px;
  font-weight: 400;
  line-height: 1.8;
}

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

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

.close-button {
  cursor: pointer;
  height: 50px;
  position: absolute;
  inset: 4px 4px auto auto;
}

.card-article-v4-content {
  padding: 29px 26px;
}

.blog-tag {
  background-color: var(--white);
  border-radius: 0;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-tag.premimum {
  background-color: #ffd900;
}

.text-block-21 {
  color: #464a4db3;
  margin-bottom: 10px;
  font-size: 14px;
}

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

.text-block-22 {
  font-size: 16px;
}

.cta-v6-newsletter-form {
  margin-bottom: 16px;
}

.cta-v6-newsletter-button {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  border-radius: 10px;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  right: 13px;
}

.cta-v6-newsletter-button:hover {
  color: #fff;
}

.cta-v6-wrapper {
  background-image: url('../images/background-cta-v6-tech-ui-kit-webflow-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 132px 5vw;
  display: flex;
}

.cta-v6-newsletter-form-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-details-text {
  color: #fff;
  letter-spacing: -.03em;
  font-weight: 700;
}

.empty-state-2 {
  color: #717194;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  font-size: 20px;
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.latest-articles-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.locked-state {
  height: 300px;
  overflow: hidden;
}

.locked-state h5 {
  font-size: 20px;
  line-height: 1.3;
}

.locked-state h4 {
  font-size: 24px;
}

.locked-state h6 {
  font-size: 18px;
  line-height: 20px;
}

.lock-text {
  position: relative;
}

.text-over {
  background-image: linear-gradient(#0000 17%, #fff);
  position: absolute;
  inset: 0%;
}

.login-cta {
  background-color: var(--midnight-blue);
  text-align: center;
  padding: 40px;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
}

.text-block-23 {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}

.div-block-34 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-24 {
  margin-left: 10px;
}

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

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

.image-63 {
  border: 1px solid var(--midnight-blue);
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.lightbox-link {
  width: 100%;
}

.casestudies-body {
  background-color: #f8f8f5;
}

.div-block-35 {
  padding-left: 20px;
  padding-right: 20px;
}

.case-stufy-cta {
  background-image: linear-gradient(113deg, var(--medium-blue), var(--blue-violet) 46%, var(--dark-turquoise));
  max-width: 97%;
  margin: 40px auto;
  padding: 3px;
}

.text-block-25 {
  color: #fff;
  padding-right: 10%;
  font-size: 22px;
  line-height: 1.4;
}

.div-block-36 {
  background-color: #fff;
  max-width: 97%;
  margin: 40px auto;
  padding: 40px;
}

.kr-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.result-value {
  margin-top: 0;
  margin-bottom: 20px;
}

.c-slider {
  margin-top: 60px;
  margin-left: -20px;
  display: flex;
}

.c-slide {
  width: 30%;
  min-width: 290px;
  max-width: 33%;
  margin-left: 20px;
  margin-right: 20px;
}

.collection-list-wrapper {
  display: none;
}

.c-arrows-wrapper {
  filter: invert();
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-arrow {
  color: #3b4f5a;
  cursor: pointer;
  border: 1px #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
}

.arrow.in {
  transform: rotate(180deg);
}

.div-block-37 {
  position: relative;
  overflow: hidden;
}

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

.open-positions-page-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 781px;
  margin: -80px auto 72px;
  display: grid;
}

.open-positions-email-wrapper {
  text-align: center;
  max-width: 493px;
  margin-left: auto;
  margin-right: auto;
}

.card-open-position-about-text {
  color: #717194;
  letter-spacing: -.03em;
  line-height: 1.167em;
}

.card-open-position-link {
  letter-spacing: -.03em;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
}

.card-open-position-about {
  align-items: center;
  display: flex;
}

.open-position-icon-arrow {
  font-size: 23px;
  position: absolute;
  top: 52px;
  left: 55px;
}

.card-open-position-about-wrapper-2 {
  align-items: center;
  display: flex;
}

.card-open-position-icon {
  margin-right: 8px;
}

.values {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper-3 {
  width: 100%;
  overflow: hidden;
}

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

.button-01 {
  background-color: var(--black-grey);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.6em;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.white-box {
  background-color: #fff;
  background-image: linear-gradient(132deg, var(--blue-violet), var(--dark-turquoise) 39%, var(--medium-blue));
  color: #333;
  border: 1px #f3f3f3;
  border-radius: 4px;
  width: 48%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 2px;
  box-shadow: 11px 11px 15px -5px #0000001a;
}

.white-box.long {
  border-color: #4f5c6540;
}

.white-box.long.bottom.product-card {
  background-color: var(--main-black);
  border-width: 2px;
  border-color: #363f45;
  border-radius: 5px;
  transition: all .35s;
}

.white-box.long.bottom.product-card:hover {
  transform: translate(0, -6px);
}

.text-white-2 {
  color: #353e44;
}

.text-white-2.intro {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.demo {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-65 {
  flex-direction: column;
  flex: 1;
  padding-bottom: 2rem;
  padding-left: 0;
  display: block;
}

.block_three {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.block_three.bottom {
  align-items: stretch;
}

.block_three.bottom.mor-margin {
  padding-top: 0;
}

.pagecontain {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.div-block-66 {
  justify-content: center;
  margin-bottom: 60px;
  margin-left: 6rem;
  margin-right: 6rem;
  display: flex;
}

.video-3 {
  width: 100%;
}

.html-embed-6 {
  margin-bottom: 0;
  display: block;
}

.html-embed-7 {
  margin-bottom: 0;
}

.text-size-ssmall-2 {
  color: #7a7e80;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-ssmall-2.font-blanc {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-ssmall-2.font-blanc.text-color-white {
  color: #fff;
}

.text-size-ssmall-2.font-blanc.text-color-white.all-caps {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-right: 0;
}

.text-size-ssmall-2.heigth-large {
  margin-top: 20px;
  line-height: 1.5;
}

.toggle-contain-2 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.toggle-dot-2 {
  background-color: #2e2bbd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.text-size-xxlarge-2 {
  color: #fff;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16667em;
}

.hero-text-wrapper-2 {
  margin-top: 74px;
}

.hero-text-wrapper-2._w-550 {
  width: 100%;
  max-width: 550px;
}

.result-section-2 {
  background-image: url('../images/back.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18%;
  padding: 45px 20px 158px;
}

.horizontal-lline-2 {
  background-color: #464a4d;
  height: 2px;
  margin-top: 1vw;
  margin-bottom: 0;
}

.left-box-2 {
  color: #2ec3e2;
  background-color: #181a1b;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.software-section {
  background-color: #fff;
  background-image: url('../images/tri10.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 25%;
  padding: 45px 20px 100px;
}

.page-wrapper-4 {
  color: #fff;
}

.spot-wrapper-2 {
  color: #0000;
  background-color: #242627;
  border-radius: 4px;
  padding: 8px 20px;
  display: inline-block;
}

.software-heading-large-2 {
  color: #0e0f0f;
  text-align: center;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  line-height: 1.25em;
}

.hero-button-fill-2 {
  letter-spacing: 1px;
  background-color: #2e2bbd;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.hero-button-fill-2:hover {
  background-color: #0000;
  background-image: linear-gradient(97deg, #17d7e1, #2e2bbd 99%, #2e2bbd);
}

.hero-button-fill-2.right-box-button {
  margin-top: 0;
}

.hero-button-fill-2.right-box-button:hover {
  background-image: linear-gradient(97deg, #17d7e1, #2e2bbd);
}

.main-wrapper {
  background-image: linear-gradient(to top, #0e0f0f 9%, #0000 25%), url('../images/Group.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border: 1px solid #0e0f0f;
  padding: 165px 20px 120px;
}

.text-size-large-2 {
  color: #fff;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: 1.67vw;
  font-weight: 300;
}

.text-size-large-2.font-blanc {
  letter-spacing: .6px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.33333em;
}

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

.hero-heading-large-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.plus-icon-2 {
  color: #17d7e1;
  width: 16px;
}

.plus-icon-2.margin-left {
  width: 12px;
  min-width: 12px;
  margin-top: 8px;
  margin-right: 20px;
}

.support-heading-large-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  line-height: 1.1em;
}

.sofware-component-2 {
  padding-right: 0;
}

.section-garage-shut {
  background-color: #000;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-nothing-rubbed {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.div-angry-say {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-theory-monkey {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.p-string-apartment {
  color: #fff;
  letter-spacing: -.05em;
  margin-top: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-whispered-captain {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.span-arrive-power {
  margin: 0;
  padding: 0;
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 4.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.p-highest-smile {
  color: #fff;
  max-width: 28rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-kept-tribe {
  border-style: solid;
  border-width: 1px;
  border-radius: .5rem;
  max-width: 56rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.div-distant-scared {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-tall-alike {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-everything-welcome {
  margin: 0;
  padding: 5rem 4rem;
  font-weight: 400;
  text-decoration: none;
}

.h3-view-field {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.p-cover-fort {
  color: #fff;
  margin-top: 1.25rem;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.ul-industrial-five {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 4rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  list-style-type: none;
  display: grid;
}

.li-evening-cowboy {
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-build-southern {
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.img-factor-thought {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-recently-alone {
  border-width: 1px 0 0;
  border-top-style: solid;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-front-straight {
  margin: 0;
  padding: 2.5rem 2rem;
  font-weight: 400;
  text-decoration: none;
}

.h4-rod-ground {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
}

.p-hundred-safe {
  color: #fff;
  margin-top: .5rem;
  padding: 0;
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.p-shelter-tool {
  color: #fff;
  margin-top: 1rem;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-corn-thirty {
  border-width: 1px 0 0 1px;
  border-top-style: solid;
  border-left-style: solid;
  margin: 0;
  padding: 2.5rem 2rem;
  font-weight: 400;
  text-decoration: none;
}

.section-tone-taste {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-heading-condition {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.div-cloth-package {
  background-color: #000;
  width: 50%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-footer-action {
  background-color: #121316;
  border-bottom: 1px solid #1a1c24;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.agenda-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.preview-teacher-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.footer-brand {
  font-size: 1.5rem;
}

.faq-item {
  cursor: pointer;
}

.heading-xlarge {
  font-size: 6.5rem;
  line-height: 1.15;
}

.benefit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.underline-link.underline-link-dark {
  color: #000;
}

.agenda-bottom-content {
  padding-top: 2.5rem;
}

.preview-paralax {
  background-image: url('../images/image67-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.sticky-base {
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: -8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-second-base {
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.sticky-base.sticky-first-base {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 8rem;
}

.section-sticky-cards {
  z-index: 25;
  background-color: #121316;
  margin-top: -4rem;
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.footer-link-2 {
  font-size: 1.1rem;
}

.preview-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-padding-2 {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.social-icon {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  display: flex;
}

.social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.sticky-image {
  border-radius: .5rem;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.heading-large {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.benefits-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.preview-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.navbar {
  z-index: 10000;
  background-color: #15161d00;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.preview-speakers {
  overflow: hidden;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.preview-image-base {
  border-radius: 1rem;
  height: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  overflow: visible;
}

.footer-component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.section-hero-home {
  background-color: #121316;
  flex-direction: column;
  justify-content: flex-end;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.footer-column {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.page-sections {
  z-index: 10;
  background-color: #fff;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
  box-shadow: 0 30px 72px -8px #12131673;
}

.overlay-2 {
  z-index: 10;
  background-color: #121316b3;
  position: absolute;
  inset: 0%;
}

.overlay-2.overlay-light {
  background-color: #1213164d;
}

.action-intro {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.agenda-time {
  align-items: center;
  height: 2rem;
  display: flex;
}

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  letter-spacing: -.1rem;
  white-space: nowrap;
  padding-right: 15vw;
  font-size: 10vw;
  font-weight: 500;
  display: flex;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.agenda-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 2rem;
  display: flex;
}

.benefits-component {
  background-color: #121316;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}

.benefits-text-strip {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.about-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

.preview-agenda-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.65;
}

.hero-home-heading {
  z-index: 10;
  position: relative;
}

.icon-7 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.icon-7.dark-icon-color {
  color: #000;
}

.text-span-11 {
  font-style: italic;
  font-weight: 500;
}

.heading-xhuge {
  font-size: 7.5vw;
  line-height: 1.1;
}

.preview-intro {
  z-index: 25;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-teacher-top {
  padding-left: 6vw;
}

.preview-description {
  max-width: 30rem;
}

.team-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.preview-agenda-days {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

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

.agenda-list {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.preview-teacher-title {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  margin-left: -3vw;
  display: flex;
}

.text-color-light {
  color: #73757f;
}

.footer-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.action-wrapper {
  z-index: 5;
  color: #fff;
  text-align: left;
  position: relative;
}

.main-wrapper-2 {
  color: #000;
  background-color: #121316;
}

.sticky-top {
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-image-2 {
  border-radius: .5rem;
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-image-2.twelve {
  margin-top: -150%;
}

.hero-image-2.three {
  margin-bottom: -5vw;
  left: -5vw;
}

.hero-image-2.thirteen {
  margin-top: -50vw;
  left: -70vw;
}

.hero-image-2.four {
  top: 0%;
  left: -1vw;
}

.hero-image-2.nine {
  margin-top: -45vw;
  left: -65vw;
}

.hero-image-2.fourteen {
  left: 1vw;
}

.hero-image-2.ten {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.hero-image-2.two {
  margin-top: -45vw;
  left: 65vw;
}

.speaker-list {
  border-top: 1px solid #d3e5e9;
  width: 100%;
  margin-bottom: 9rem;
  position: relative;
}

.section-banner {
  position: relative;
}

.agenda-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.speakers-row-guide {
  z-index: 25;
  border-top: 1px #d3e5e9;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 7rem;
  padding-bottom: 1.75rem;
  padding-left: 14vw;
  display: flex;
  position: relative;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.preview-agenda-item.top {
  margin-top: 0;
  padding-top: 2.5rem;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

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

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-medium-2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 70vh;
  display: flex;
}

.hero-image-strip.left {
  position: relative;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.section-faq {
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.preview-title {
  max-width: 32rem;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.sticky-description {
  max-width: 31rem;
}

.hero-home-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #121316;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-bottom {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.preview-agenda-description {
  max-width: 30rem;
}

.preview-agenda-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.preview-agenda {
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.legal-link {
  transition: color .4s;
}

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

.agenda-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-cover {
  justify-content: center;
  height: 100%;
  display: flex;
}

.section-benefits {
  background-color: #fff;
  overflow: hidden;
}

.preview-background {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-speakers {
  z-index: 25;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.banner-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.footer-bottom {
  color: #ffffffb3;
  border-top: 1px solid #1a1c24;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

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

.benefits-base {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 40rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.agenda-bottom {
  max-width: 30rem;
  padding-left: 3rem;
  overflow: hidden;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agenda-list-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.action-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: end stretch;
  padding-bottom: 0;
  display: grid;
}

.speaker-title-image {
  z-index: 10;
  border-radius: .5rem;
  width: 17vw;
  height: 17vw;
  position: relative;
  overflow: hidden;
}

.speaker-title-image.speaker-image-large {
  width: 23vw;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.benefits-strip {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .9fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-design-pencil {
  background-color: #000;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-nuts-ride {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.div-design-fewer {
  text-align: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-level-temperature {
  color: #fff;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-became-money {
  margin: 0;
  padding: 0;
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 4.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.p-add-minerals {
  color: #fff;
  margin-top: 1.5rem;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-dish-coach {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, .25fr);
  max-width: 56rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-difficult-secret {
  border-style: solid;
  border-width: 2px;
  border-radius: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-breeze-customs {
  margin: 0;
  padding: 2rem 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.h3-meat-power {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.p-surface-pair {
  color: #fff;
  margin-top: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.p-frame-instant {
  color: #fff;
  margin-top: 1.5rem;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.p-sad-chance {
  color: #fff;
  margin-top: .5rem;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-offer-adjective {
  text-align: center;
  margin-top: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.about-open-position-wrapper {
  color: #c9b6ff;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.091em;
  display: flex;
}

.container-medium-644px {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-644px.open-position-hero {
  text-align: center;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #7545ff;
  border-radius: 10px;
  padding: 16px 36px;
  line-height: 1.111em;
  transition: background-color .35s, transform .35s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #3c16a8;
  transform: scale(.97);
}

.button-primary-4.apply-position {
  background-color: var(--midnight-blue);
  margin-top: 40px;
}

.card-3 {
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 1px 6px #0d0c5405, 0 6px 22px #0d0c540a;
}

.card-3.open-position-page {
  margin-top: -130px;
  padding: 72px 70px;
}

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

.section-4.about-this-position {
  padding-top: 0;
  padding-bottom: 120px;
}

.container-medium-909px {
  max-width: 909px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.bonus_content__wrapper {
  background-color: #8adad2;
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 20px;
}

.tabs-2 {
  margin-top: 24px;
}

.tab-link--v4 {
  letter-spacing: 2px;
  background-color: #0000000d;
  border: 1px solid #0003;
  margin-right: 6px;
  padding: 15px 32px;
  font-size: 12px;
}

.tab-link--v4.w--current {
  background-color: #ffffff0d;
  font-size: 12px;
}

.tabs-content-2 {
  padding-top: 10px;
}

.grid-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.grid-21.op {
  grid-template-columns: 1fr 1.4fr;
}

.text-block-26 {
  font-size: 14px;
  line-height: 1.5;
}

.div-block-68 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-69 {
  text-align: left;
  max-width: 736px;
  margin: 0 auto 40px 0;
}

.contents-table {
  text-align: left;
  max-width: 736px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-text-v2 h5 {
  font-size: 20px;
  line-height: 1.3;
}

.blog-text-v2 h4 {
  font-size: 24px;
}

.blog-text-v2 h6 {
  font-size: 18px;
  line-height: 20px;
}

.grid-22 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 40px;
}

.text-block-27 {
  color: #7a7e80ab;
  font-size: 18px;
}

.text-block-28 {
  margin-top: 10px;
  line-height: 1.5;
}

.assets_button {
  background-color: var(--medium-blue);
  margin-top: 24px;
  padding: 20px 32px;
  font-size: 14px;
}

.space-20px {
  width: 20px;
}

.div-block-70 {
  display: flex;
}

.popup_blog {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_content-_block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 20px;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
  position: relative;
}

.close-btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.popup_content {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 520px;
  min-height: 450px;
  max-height: 554px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-button-wrapper {
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.form-block-3 {
  width: 100%;
}

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

.feature-info {
  text-align: center;
  border-left: 1px #00000042;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.feature-info._01 {
  color: var(--white);
}

.feature-info._01.green {
  color: var(--sky-blue);
}

.image-66 {
  width: 40%;
}

.lottie-animation-5 {
  background-color: var(--main-black);
}

.pricing-grid-row {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-top: 1px solid #0000001a;
  grid-template: "feature plan-1 plan-2 plan-3"
                 "feature . . ."
                 / 1.75fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.pricing-grid-row.top {
  border-top-style: none;
  grid-template-columns: 1.75fr 1fr 1fr .25fr;
  justify-items: center;
}

.pricing-grid-row.cc-plans {
  z-index: 2;
  grid-column-gap: 7px;
  opacity: 1;
  color: #0000;
  background-color: #0000;
  border-top-style: none;
  border-bottom: 1px solid #0000001a;
  grid-template: "feature plan-1 plan-2 plan-3" 306px
                 ". . . ."
                 / 1.5fr 1fr 1fr .25fr;
  grid-auto-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.div-block-71 {
  text-align: center;
  padding: 1.5em;
}

.heading-11 {
  color: var(--white);
  font-size: 32px;
  line-height: 36px;
}

.plan-name {
  color: var(--white);
  letter-spacing: -.25px;
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.pricing-page-desc {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
}

.feature-name {
  color: var(--white);
  letter-spacing: -.25px;
  margin-top: 0;
  font-size: 24px;
  line-height: 27px;
}

.section-5 {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 0;
}

.feature-desc {
  opacity: .8;
  color: var(--white);
  margin-bottom: 0;
  padding-right: 30%;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.plan-info-wrapper {
  background-color: #eef8ff52;
  border: 1px solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.plan-info-wrapper._2 {
  background-color: var(--main-black);
  border: 2px solid #0000;
}

.plan-info-wrapper._2._3 {
  background-color: var(--main-black);
  border-color: #0000;
}

.pricing-grid-container {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.color-code {
  margin-right: 8px;
}

.header-inner {
  width: 100%;
  max-width: 600px;
}

.clone-button {
  box-shadow: none;
  background-color: #313131;
  border-radius: 4px;
  min-height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  box-shadow: none;
  background-color: #242424;
}

.stylesection {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.color-tile {
  background-color: #202020;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  padding: 16px;
  display: flex;
}

.color-tile._3 {
  background-color: #b3b3b3;
}

.color-tile._4 {
  background-color: #ddd;
}

.color-tile._2 {
  background-color: #202020;
}

.color-tile._1 {
  background-color: #00f;
  background-image: linear-gradient(20deg, #12c2e9, #c471ed 54%, #f64f59);
}

.color-tile._5 {
  background-color: #f1f1f1;
}

.color-tile._6 {
  color: #202020;
  background-color: #fff;
}

.gradient {
  align-items: center;
  display: flex;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.navbar-link {
  box-shadow: none;
  color: #b3b3b3;
  margin-right: 32px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link:hover {
  box-shadow: none;
  color: #fff;
}

.navbar-link.w--current {
  color: #fff;
  font-weight: 700;
}

.header-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6%;
  padding-bottom: 100px;
  display: flex;
}

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

.navbar-2 {
  z-index: 99;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #202020d9;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10%;
  padding: 16px 16px 16px 32px;
  display: flex;
  position: sticky;
  top: 16px;
  left: 0;
  right: 0;
}

.color-info {
  color: #ffffffa3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.color-info.dark {
  color: #000000a3;
  text-transform: uppercase;
}

.styleguide {
  background-color: var(--main-black);
  color: var(--white);
  max-width: 960px;
  padding: 40px 16px;
  position: relative;
}

.color-name {
  margin-top: 0;
  margin-bottom: 0;
}

.color-name.black {
  color: #202020;
}

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

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

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

.post_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.example_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_cmsfilter_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.fs_cmsfilter_search {
  width: 100%;
  position: relative;
}

.fs_cmsfilter_form-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.fs_cmsfilter_reset {
  color: #fff;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.fs_cmsfilter_reset:hover {
  background-color: #0a0a0a;
}

.fs_cmsfilter_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.fs_cmsfilter_field-icon {
  opacity: .5;
  width: 1.75rem;
}

.fs_cmsfilter_field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a8a8a8;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  font-size: 1.25rem;
}

.fs_cmsfilter_field::placeholder {
  color: #a8a8a8;
}

.fs_cmsfilter_field-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fs_cmsfilter_empty {
  background-color: #272727;
  margin-top: 4rem;
  padding: 3rem;
  font-size: 1.25rem;
}

.example_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-wrapper {
  z-index: 89;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.search-content {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: flex;
}

.search-content:hover {
  transform: scale(1.03);
}

.search-content:active {
  transform: none;
}

.search-bar-img {
  width: 40px;
  height: 40px;
}

.search {
  margin-bottom: 0;
}

.txt-field {
  color: #f3f3f3;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 40vw;
  height: 120px;
  margin-bottom: 0;
  padding: 10px 4%;
  font-size: 1.8rem;
  font-weight: 100;
}

.filters-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  display: flex;
  position: relative;
  top: 0;
  overflow: scroll;
}

.explore-filter-btn {
  border: 1px solid #6d6c6c;
  border-radius: 50px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15vw;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
  transition: transform .2s;
  display: flex;
}

.explore-filter-btn:hover {
  transform: scale(1.08);
}

.filter-by-text {
  color: #fff;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.collection-filter-list {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.collection-list-item {
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  width: 380px;
  max-width: 380px;
  margin: 2%;
  transition: transform .2s;
  display: flex;
}

.collection-list-item:hover {
  transform: scale(1.02);
}

.explore-accordion-top {
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: relative;
}

.explore-card-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 233px;
  max-height: 233px;
  position: relative;
}

.explore-card-image.white-border {
  border: 1px solid #f8f8f8;
}

.explore-tags-wrap {
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center flex-end;
  align-items: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 5px 5px auto auto;
}

.explore-tag {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0006;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  padding: 5px 8px;
  font-size: .6rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.explore-tag.frosted-glass {
  background-color: #0006;
}

.acc-card-info-wrap {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.explore-card-header {
  color: #161616;
  background-color: #f0f0f0;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  padding: 10px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.card-action-btn {
  border: .8px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px;
  transition: opacity .2s, transform .2s, opacity .2s;
  display: flex;
}

.card-action-btn:hover {
  opacity: .5;
  transform: scale(1.1);
}

.card-action-btn.text {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.text-block-2 {
  color: #f7f7f7;
  font-size: .8rem;
  line-height: 1.3;
}

.explore-card-address {
  color: #b6b6b6;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-size: 9px;
  font-style: italic;
  font-weight: 700;
}

.explore-card-address.hide {
  display: none;
}

.small-accordion-bottom {
  overflow: hidden;
}

.explore-more-button {
  z-index: 10;
  color: #f8f8f8;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3898ec00;
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  font-size: 9px;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.explore-more-button:hover {
  opacity: .5;
}

.explore-more-button:active {
  opacity: 1;
}

.card-action-txt {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 200;
}

.text-block-29 {
  margin-right: 5px;
}

.card-action-icon {
  filter: invert();
  width: 20px;
}

.card-action-icon.map {
  width: 15px;
}

.card-link-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.multi-ref-target {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  font-size: 10px;
}

.scroll-arrow-img {
  float: left;
  clear: right;
  width: 25px;
}

.scroll-arrow-img.smaller {
  width: 20px;
}

.text-of-categories-list {
  display: none;
}

.post_content_component {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.post_content_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 20rem;
  max-height: 20rem;
}

.post_content_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding: 2rem;
  display: grid;
}

.post_content_heading {
  font-size: 1.5rem;
  font-weight: 500;
}

.c-norm__leftwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.c-norm__leftwrap.c-jobboard__left {
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  margin-right: 40px;
  position: sticky;
  top: 0;
}

.icon {
  color: #b0b5bb;
  font-size: 16px;
}

.job-role-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.job-role-item:hover {
  background-color: #f2f2f2;
}

.text-field {
  border: .5px solid #c1c9d5;
  min-height: 45px;
  margin-bottom: 20px;
}

.text-field:active {
  box-shadow: 0 3px 6px #ccc6;
}

.text-field:focus {
  box-shadow: 0 3px 6px #fff;
}

.mycontain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.mycontain.c-jobboard__con {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10%;
  transition: all 1s;
}

.c-dropdtoggle__txt {
  color: #333333b3;
}

.dropdown-toggle {
  align-items: center;
  width: 100%;
  max-height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 0;
  display: flex;
}

.c-search__form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-jobitem {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 180px;
  margin-bottom: 20px;
  padding: 0;
  transition: all .5s;
  display: flex;
}

.c-jobitem:hover {
  box-shadow: 0 3px 12px #ccc9;
}

.job-type-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.job-type-item:hover {
  background-color: #f2f2f2;
}

.jobs-list-wrapper {
  width: 100%;
}

.c-jobboard__search {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 0 3px 6px #ccc6;
}

.dropdown-list {
  background-color: #fff;
  border: .5px solid #c1c9d5;
  display: none;
  top: 44px;
}

.dropdown-list.w--open {
  flex-direction: column;
  align-items: flex-start;
}

.c-norm {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.c-norm.c-jobboard {
  background-color: #f2f2f2;
  width: 100%;
  padding-bottom: 135px;
}

.dropdown-field {
  border: .5px solid #c1c9d5;
  align-items: center;
  width: 100%;
  max-height: 45px;
  margin-bottom: 20px;
  display: flex;
}

.reset-button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #5e72e4;
  border-radius: 2px;
  width: 100%;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
}

.reset-button:hover {
  color: #5e72e4;
  background-color: #fff;
  border: 1px solid #5e72e4;
}

.jetboost-list-wrapper-empty-8kx7 {
  display: none;
}

.submit-button-2 {
  text-align: center;
  letter-spacing: 1px;
  background-color: #5e72e4;
  border-radius: 2px;
  width: 100%;
  min-height: 45px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
}

.submit-button-2:hover {
  color: #5e72e4;
  background-color: #fff;
  border: 1px solid #5e72e4;
}

.submit-button-2.hide {
  display: none;
}

.field-label {
  color: #050f64;
}

.c-wrap__head {
  width: 100%;
  margin-bottom: 20px;
}

.job-role-wrapper {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.job-role-wrapper.jetboost-filter-89p7 {
  color: var(--main-black);
}

.job-type-wrapper {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.c-norm__rightwrap {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: 40px;
  display: flex;
}

.c-norm__rightwrap.c-jobboard__right {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-left: 0;
  display: flex;
}

.icon-8 {
  color: #b0b5bb;
  font-size: 16px;
}

.icon-button {
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px;
  transition: background-color 50ms;
  display: flex;
}

.icon-button:hover {
  background-color: #ebebeb;
}

.icon-button:active {
  background-color: #dadada;
}

.icon-button.is-selected {
  filter: invert();
  background-color: #9dd100;
}

.layout-toggle-wrap {
  margin-right: 32px;
  display: flex;
}

.bd-searchbars-container {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 30px #0000000f;
}

.bd-searchbars-container.mobile {
  display: none;
}

.bd-button-secondary {
  color: #4c4c4c;
  text-align: center;
  background-color: #ececec;
  border-radius: 5px;
  flex: 1;
  margin-top: 0;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.bd-button-secondary:hover {
  background-color: #dad9e0;
}

.bd-list-clist {
  border-top: 2px solid #e0e0e0;
}

.bd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.bd-container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.is-hidden {
  display: none;
}

.bd-heading.h4 {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.bd-heading.h4.sort-by {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}

.bd-heading.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.bd-heading.h2.nospace {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.small-icon {
  width: 16px;
  height: 16px;
}

.bd-searchbar-wrapper {
  flex: 1;
  position: relative;
}

.bd-searchbar-wrapper.filter-search-a {
  position: static;
}

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

.bd-div.colored-spaced {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 20px 1px;
  box-shadow: 1px 1px 30px #0000000f;
}

.bd-div.colored-spaced.cta-section.mobile {
  display: none;
}

.bd-div.bd-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bd-div.bd-grid.dahsboard-listings {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
}

.bd-div.bd-grid.main-dahsboard {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 10%;
}

.bd-div.filter-container {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 40px;
}

.bd-div.filters-button {
  display: none;
}

.bd-div.dashboard-listings-header {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.bd-div.h-stack {
  display: flex;
}

.bd-div.h-stack.accordian-head {
  padding-right: 8px;
}

.bd-div.h-stack.categories {
  cursor: pointer;
  position: relative;
}

.bd-paragraph.light {
  color: #848484;
  line-height: 1.3;
}

.bd-searchbar {
  box-shadow: none;
  border: 1px #000;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 50px;
  line-height: 16px;
}

.bd-searchbar.left {
  height: auto;
}

.bd-button {
  color: #fff;
  white-space: pre;
  cursor: pointer;
  background-color: #5340ff;
  border-radius: 5px;
  padding: 4px 14px;
  text-decoration: none;
  transition: all .2s;
}

.bd-button:hover {
  background-color: #6555fa;
}

.bd-button.secondary-btn {
  text-align: center;
  flex: 1;
  margin: 0 10px 10px;
}

.bd-button.secondary-btn:hover {
  color: #fff;
}

.bd-button.secondary-btn.clear {
  color: #4c4c4c;
  background-color: #ececec;
}

.bd-button.secondary-btn.clear:hover {
  background-color: #dad9e0;
}

.bd-button.secondary-btn.clear.sort-btn {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.bd-button.secondary-btn.clear.sort-btn:hover {
  background-color: #f1f1f1;
}

.bd-button.secondary-btn.clear.sort-btn:active {
  background-color: #ddd;
}

.text-span {
  margin-left: 12px;
}

.sort-menu {
  z-index: 10;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 240px;
  padding: 6px;
  display: none;
  position: absolute;
  inset: 48px 0% auto auto;
  box-shadow: 1px 1px 30px #0000001f;
}

.bd-image.button-icon {
  opacity: .5;
  width: 30px;
  height: 30px;
}

.bd-image.search-icon {
  opacity: .3;
  width: 24px;
  height: 24px;
  margin-top: 14px;
  margin-left: 14px;
  position: absolute;
}

.bd-textblock {
  line-height: 1;
}

.bd-textblock.sort-by {
  margin-right: 5px;
  font-size: 18px;
}

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

.bd-form-field {
  border: 1px #000;
}

.bd-form-field.colored {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.text-span-12 {
  margin-left: 12px;
}

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

.text-size-large-4 {
  color: #fff;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: 1.67vw;
  font-weight: 300;
}

.text-size-large-4.font-blanc {
  letter-spacing: .6px;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.33333em;
}

.text-size-ssmall-3 {
  color: #7a7e80;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-size-ssmall-3.font-blanc {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-ssmall-3.font-blanc.text-color-white {
  color: #fff;
}

.text-size-ssmall-3.font-blanc.text-color-white.all-caps {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-right: 0;
}

.text-size-ssmall-3.heigth-large {
  margin-top: 20px;
  line-height: 1.5;
}

.image-67 {
  width: 49vw;
  height: auto;
}

.result-heading-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25em;
}

.text-size-small-3 {
  color: #fff;
  font-family: Fontsfree net museo sans3, sans-serif;
  font-size: .97vw;
  font-weight: 300;
  line-height: 1.67;
}

.text-size-small-3.font-blanc {
  font-family: Blanc \[thefontsmaster, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-small-3.font-blanc.text-color-blue {
  color: #2ec3e2;
  font-size: 14px;
}

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

.image-69 {
  width: 70px;
}

@media screen and (min-width: 1280px) {
  h1, h2, h3, h4, strong {
    font-family: Blanc \[thefontsmaster, sans-serif;
  }

  .text-size-normal.color-black.tbh {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-normal.tbd {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .software-heading-large.tbh {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-text-gradient {
    display: inline;
  }

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

  .hero__circle-wrap.mod--1 {
    min-width: 400px;
    max-width: 450px;
  }

  .hero__circle.mod--1 {
    width: 100%;
  }

  .main-text-gradient-2 {
    display: inline;
  }

  .html-embed-3 {
    border-left: 40px solid #000;
  }

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

  .section-v2.blue-gr {
    background-image: url('../images/Vector.svg'), linear-gradient(to bottom, var(--midnight-blue), var(--black));
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 70%, auto;
  }

  .div-block-12 {
    padding-right: 80px;
  }

  .space-60px {
    height: 60px;
    padding: 0;
  }

  .slider-3.margin-top {
    margin-top: 100px;
  }

  .c-slide {
    max-width: 350px;
  }

  .open-position-icon-arrow {
    font-family: "Font awesome 6 free solid 900", sans-serif;
  }

  .section-garage-shut {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-nothing-rubbed {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .span-whispered-captain {
    font-size: 3.75rem;
    line-height: 1;
  }

  .span-arrive-power {
    font-size: 4.5rem;
    line-height: 1;
    display: block;
  }

  .div-everything-welcome {
    padding: 5rem 4rem;
  }

  .h3-view-field {
    font-size: 3rem;
    line-height: 1;
  }

  .ul-industrial-five {
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 4rem;
  }

  .div-recently-alone {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-front-straight {
    padding: 2.5rem 2rem;
  }

  .div-corn-thirty {
    border-left-width: 1px;
    padding: 2.5rem 2rem;
  }

  .section-design-pencil {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-nuts-ride {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-design-fewer {
    text-align: center;
  }

  .span-became-money {
    font-size: 4.5rem;
    line-height: 1;
  }

  .div-dish-coach {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-breeze-customs {
    padding: 2rem 2.5rem;
  }

  .p-surface-pair {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-3.open-position-page {
    margin-top: -105px;
  }
}

@media screen and (min-width: 1440px) {
  .link-block.mr-36.gradient {
    margin-right: 0;
  }

  .software-heading-large.left-white {
    color: #fff;
    text-align: left;
  }

  .result-section {
    position: relative;
  }

  .faq-section {
    max-width: 900px;
  }

  .slider {
    padding-bottom: 40px;
  }

  .big-split-header {
    border: 1px solid #0000;
    font-size: 9rem;
  }

  .html-embed-3 {
    clear: none;
    border-left: 40px solid #000;
    border-radius: 0;
  }

  .cta-inner-content {
    background-color: var(--black);
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .div-block-11 {
    justify-content: flex-end;
    display: flex;
  }

  .c-slide {
    width: 100%;
  }

  .c-arrows-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .section-garage-shut {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-nothing-rubbed {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .span-whispered-captain {
    font-size: 3.75rem;
    line-height: 1;
  }

  .span-arrive-power {
    font-size: 4.5rem;
    line-height: 1;
    display: block;
  }

  .div-everything-welcome {
    padding: 5rem 4rem;
  }

  .h3-view-field {
    font-size: 3rem;
    line-height: 1;
  }

  .ul-industrial-five {
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 4rem;
  }

  .div-recently-alone {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-front-straight {
    padding: 2.5rem 2rem;
  }

  .div-corn-thirty {
    border-left-width: 1px;
    padding: 2.5rem 2rem;
  }

  .section-design-pencil {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-nuts-ride {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-design-fewer {
    text-align: center;
  }

  .span-became-money {
    font-size: 4.5rem;
    line-height: 1;
  }

  .div-dish-coach {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-breeze-customs {
    padding: 2rem 2.5rem;
  }

  .p-surface-pair {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-normal.all-caps:hover {
    color: #fff;
  }

  .link-block:hover {
    box-shadow: none;
  }

  .text-size-xsmall.margin-top {
    margin-top: 2.22vw;
    line-height: 1.4;
  }

  .early-wrapper, .early-wrapper.margin-normal {
    margin-top: 2.22vw;
  }

  .slider-text-box {
    width: 27vw;
  }

  .right-arrow-2 {
    width: 100px;
  }

  .text-size-normal-2.all-caps:hover {
    color: #fff;
  }

  .nav-button:hover {
    box-shadow: none;
  }

  .marquee {
    height: auto;
    min-height: 700px;
  }

  .link-block-2:hover {
    box-shadow: none;
  }

  .text-gradient-2:hover {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .blob-home-hero {
    top: -37%;
    right: -4%;
  }

  .big-split-header {
    font-size: 10rem;
    line-height: 1;
  }

  .top-bar-container---brix {
    max-width: 1240px;
    position: relative;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .html-embed-4 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    font-size: 16px;
    font-weight: 400;
  }

  .hero-section-v2 {
    background-position: 100%;
    background-size: 50%;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-text-wrapper {
    margin-top: 50px;
  }

  .text-size-normal.margin-top.margin-small.text-footer {
    width: auto;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-normal.all-caps {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-size-normal.text-color-white {
    width: auto;
  }

  .hero-butoon-wrapper {
    margin-top: 50px;
  }

  .text-size-small {
    font-size: 1.5vw;
  }

  .text-size-small.font-blanc.margin-bottom {
    font-size: 1.8vw;
  }

  .text-size-small.font-blanc.text-color-grey {
    font-size: 1.3vw;
  }

  .hero-heading-large {
    font-size: 40px;
  }

  .link-block.mr-36 {
    margin-right: 20px;
  }

  .partners-wrapper {
    flex-wrap: wrap;
  }

  .white-section {
    padding-bottom: 60px;
  }

  .software-header-wrapper {
    width: 80%;
  }

  .software-heading-large {
    margin-top: 10px;
    font-size: 40px;
  }

  .software-heading-large.mx-785.white {
    margin-left: auto;
    margin-right: auto;
  }

  .software-heading-large.left-white.mobile-pad {
    margin-bottom: 40px;
  }

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

  .text-size-medium {
    letter-spacing: .3px;
    font-size: 1.5vw;
  }

  .text-size-medium.text-font {
    font-size: 2.08vw;
  }

  .result-section {
    padding-bottom: 120px;
  }

  .result-heading {
    margin-top: 0;
    font-size: 40px;
  }

  .text-size-xsmall.margin-non, .text-size-xsmall.margin-top {
    font-size: 14px;
  }

  .arrow-icon-right {
    width: 22px;
    margin-left: 10px;
  }

  .arrow-icon-left {
    width: 22px;
    margin-right: 10px;
  }

  .cloud-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ready-payment-wrapper.yearly-row {
    padding-top: 40px;
  }

  .ready-payment-wrapper.yearly-row.month {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ready-payment-wrapper.yearly-row.year {
    flex-direction: column;
    align-items: center;
  }

  .early-wrapper {
    margin-top: 20px;
  }

  .support-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .suppport-text-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-component {
    flex-wrap: wrap;
  }

  .company-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 60px;
  }

  .image-25 {
    width: auto;
    height: 7.03vw;
  }

  .menu-wrapper {
    width: 50%;
  }

  .menu-wrapper.resource {
    width: 100%;
  }

  .text-line-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .menu-link-wrapper {
    margin-top: 5px;
    font-size: 1.5vw;
  }

  .footer-line {
    height: 2vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 0;
  }

  .menu-lnav-link {
    padding-left: 0;
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--main-black);
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 58px 40px 38px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .menu-button {
    background-color: #0000;
    position: absolute;
    right: 0;
  }

  .menu-button.w--open {
    z-index: 30;
    background-color: #0000;
    justify-content: flex-end;
    display: block;
  }

  .hero-slider {
    margin-top: 80px;
  }

  .slider-collection-wrapper.dynamic-collection {
    display: none;
  }

  .slider-collection-item {
    flex-direction: row;
    display: block;
  }

  .slider-collection {
    flex-flow: column;
    place-content: space-between flex-start;
    align-items: flex-start;
    display: flex;
  }

  .slider-img {
    width: 79.43vw;
    height: 44.66vw;
    display: none;
  }

  .slider-text-box {
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 5vw;
    right: 0;
  }

  .left-arrow-2 {
    width: 80px;
    right: 80px;
  }

  .right-arrow-2 {
    flex: 0 auto;
    width: 80px;
  }

  .minus-icon {
    width: 1.82vw;
    height: 1.82vw;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

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

  .slider-img-mobile {
    width: 100%;
    display: block;
  }

  .close-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .logo-burger-image {
    width: 180px;
  }

  .accordian-question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lottie-animation-3 {
    width: 40px;
    height: 40px;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #0e0f0f;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 58px 40px 38px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .text-size-normal-2.all-caps {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-wrapper.nav {
    display: none;
  }

  .menu-lnav-link-2 {
    padding-left: 0;
    font-size: 18px;
  }

  .testimonial-text-2 {
    text-align: center;
    position: static;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .testimonial-grid.black.more-left {
    grid-template-columns: 1fr;
  }

  .reviews-wrap {
    justify-content: center;
  }

  .marquee {
    height: 900px;
  }

  .large-heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .large-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .result-heading-2 {
    margin-top: 0;
    font-size: 40px;
  }

  .link-block-2.mr-36 {
    margin-right: 20px;
  }

  ._72-hrs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block {
    justify-content: center;
  }

  .faq-grid {
    grid-row-gap: 30px;
  }

  .paragraph-4.integration-v1 {
    max-width: 500px;
  }

  .paragraph-4.blog-featured {
    max-width: 382px;
  }

  .paragraph-4.integrations-contact {
    margin-bottom: 20px;
  }

  .paragraph-4.cta-v4 {
    margin-left: auto;
    margin-right: auto;
  }

  .title.blog-featured {
    max-width: 382px;
  }

  .title.blog-v2 {
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .title.cta-v6 {
    margin-bottom: 20px;
  }

  .title.open-positions-page {
    max-width: 631px;
    margin-left: auto;
    margin-right: auto;
  }

  .login-link {
    padding-left: 0;
    font-size: 18px;
  }

  .skewed-home-v2 {
    border-bottom-width: 200px;
    margin-bottom: 53px;
  }

  .image.hero-v2 {
    border-radius: 30px;
    width: 100%;
    max-width: 754px;
  }

  .image.blog-newsletter {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .image.blog-newsletter.v2 {
    margin-bottom: 26px;
    margin-right: 0;
  }

  .space.blog-v2 {
    height: 40px;
  }

  .bg.hero-v2 {
    padding-bottom: 53px;
  }

  .bg.blog-hero-v2 {
    padding-bottom: 120px;
  }

  .bg.blog-post {
    padding-bottom: 90px;
  }

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

  .section.hero-v2 {
    padding-top: 140px;
  }

  .section.help-center-categories {
    padding-bottom: 110px;
  }

  .section.integration-v2 {
    padding-top: 120px;
  }

  .hero-v2-content {
    margin-bottom: 60px;
  }

  .container-medium-837px.blog-post-hero {
    margin-bottom: 80px;
  }

  .card-2.blog-newsletter {
    max-width: 804px;
  }

  .card-2.author, .card-2.author---v2 {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-content {
    margin-bottom: 60px;
  }

  .top-content.integrations-v3 {
    margin-bottom: 100px;
  }

  .top-content.blog-v2 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .integrations-v3-right-arrow {
    top: -50px;
    left: 220px;
    right: auto;
  }

  .split-content.cta-v4-left {
    min-width: auto;
    max-width: 650px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.cta-v5-right {
    width: 100%;
    max-width: 485px;
  }

  .split-content.cta-v5-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .integration-v3-slide {
    max-width: 100%;
    padding-left: 0;
  }

  .integrations-v3-slider {
    margin-top: -40px;
  }

  .integrations-v3-left-arrow {
    top: -50px;
    left: 0;
    right: auto;
  }

  .image-wrapper.blog-article-featured {
    max-width: 50%;
  }

  .cta-v4-wrapper {
    text-align: center;
    flex-direction: column;
    padding: 100px 40px;
  }

  .blog-hero-v2-wrapper {
    margin-bottom: 80px;
  }

  .skewed-blog-v2 {
    margin-bottom: 120px;
  }

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

  .section-2.blog-hero-v2, .section-2.blog-post-hero {
    padding-top: 160px;
  }

  .section-2.blog-post {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-2.features-v3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-2.blog-post-hero {
    padding-top: 160px;
  }

  .section-2.latest-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-2.open-positions-hero {
    padding-top: 160px;
  }

  .section-2.open-positions-page {
    padding-bottom: 120px;
  }

  .divider.card-article-v1-about {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .card-article-featured-content {
    padding: 60px 40px;
  }

  .blog-categories-wrapper.blog-v2 {
    margin-bottom: 20px;
  }

  .blog-v2-wrapper {
    flex-direction: column;
  }

  .blog-v2-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .blog-v2-grid.blog-v2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .card-article-v1-about-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .skewed-blog-post {
    margin-bottom: 90px;
  }

  .blog-post-wrapper {
    flex-direction: column;
  }

  .blog-post-sidebar {
    order: 1;
  }

  .result-heading-3 {
    margin-top: 0;
    font-size: 40px;
  }

  .grid-3 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

  .blob-home-hero {
    max-width: 90%;
    top: -27%;
    right: -26%;
  }

  .blob-home-my-work {
    top: 27%;
  }

  .integrations-grid {
    grid-template-columns: 1fr;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .integrations-contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .big-split-header {
    font-size: 5.5rem;
  }

  .section-text-wrap {
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-left: .5rem;
    padding-right: 3rem;
  }

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

  .features-v3-tabs-menu {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .features-v3-tab-content {
    max-width: 100%;
  }

  .feature-v3-tab-text {
    max-width: 449px;
  }

  .features-v3-tabs {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-v4-wrapper-2 {
    text-align: center;
    flex-direction: column;
    padding: 100px 40px;
  }

  .top-bar-container---brix {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-text---brix {
    max-width: 90%;
  }

  .menu {
    padding-left: 0;
    font-size: 18px;
  }

  .acc-hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-inner-content.la {
    flex-direction: column;
  }

  .section-heading {
    margin-top: 0;
    font-size: 40px;
  }

  .slider-2 {
    padding-bottom: 40px;
  }

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

  .div-block-12 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 60px;
  }

  .image-49 {
    height: 40px;
  }

  .text-block-8 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .slide-nav-4 {
    padding-left: 60px;
    inset: auto auto 0% 0%;
  }

  .grid-8 {
    max-width: 100%;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .partnership-img {
    min-width: 50%;
  }

  .cap-hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
  }

  .simple-hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .cta-v6-wrapper {
    text-align: center;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .latest-articles-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 754px;
  }

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
  }

  .open-positions-page-grid {
    margin-bottom: 60px;
  }

  .open-position-icon-arrow {
    top: 50px;
  }

  .button-01 {
    font-size: 16px;
  }

  .text-white-2.intro {
    justify-content: flex-start;
  }

  .div-block-65 {
    padding-right: 10px;
  }

  .block_three {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-66 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .text-size-ssmall-2.font-blanc.text-color-white.all-caps {
    margin-left: 0;
  }

  .text-size-ssmall-2.heigth-large {
    font-size: 1.56vw;
  }

  .toggle-contain-2 {
    width: 50px;
  }

  .toggle-dot-2 {
    width: 17px;
    height: 17px;
  }

  .hero-text-wrapper-2 {
    margin-top: 50px;
  }

  .result-section-2 {
    padding-bottom: 120px;
  }

  .left-box-2 {
    width: 70%;
  }

  .left-box-2.mt-30 {
    margin-top: 40px;
  }

  .software-section {
    padding-bottom: 60px;
  }

  .software-heading-large-2 {
    margin-top: 10px;
    font-size: 40px;
  }

  .hero-button-fill-2 {
    font-size: 14px;
  }

  .main-wrapper {
    background-position: 100%;
    background-size: 50%;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .text-size-large-2.font-blanc {
    font-size: 19px;
  }

  .hero-heading-large-2, .support-heading-large-2 {
    font-size: 40px;
  }

  .section-garage-shut {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-nothing-rubbed {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .span-whispered-captain {
    font-size: 3.75rem;
    line-height: 1;
  }

  .span-arrive-power {
    font-size: 4.5rem;
    line-height: 1;
    display: block;
  }

  .div-everything-welcome {
    padding: 3rem 2rem;
  }

  .h3-view-field {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .ul-industrial-five {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-front-straight, .div-corn-thirty {
    padding: 2.5rem 2rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

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

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .footer-component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .footer-column {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    align-items: flex-start;
  }

  .action-intro {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    max-width: 35rem;
  }

  .preview-agenda-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .preview-teacher-top {
    padding-left: 0;
  }

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

  .preview-agenda-days {
    width: 100%;
  }

  .preview-teacher-title {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 0;
  }

  .hero-image-2 {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-image-2.three {
    left: -10vw;
  }

  .hero-image-2.thirteen {
    left: -65vw;
  }

  .speaker-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
    display: flex;
  }

  .speakers-row-guide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .hero-home-content {
    padding-top: 4rem;
    padding-bottom: 20vh;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .preview-agenda {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .sticky-content, .team-basic {
    grid-template-columns: 1fr;
  }

  .team-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .action-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .speaker-title-image {
    width: 20vw;
    height: 20vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .speaker-title-image.speaker-image-large {
    width: 28vw;
    height: 22vw;
  }

  .benefits-strip {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .section-design-pencil {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-nuts-ride {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-design-fewer {
    text-align: center;
  }

  .span-became-money {
    font-size: 4.5rem;
    line-height: 1;
  }

  .div-dish-coach {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-breeze-customs {
    padding: 2rem 2.5rem;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-grid-row {
    grid-row-gap: 17px;
    border-top-style: none;
    grid-template-columns: 1fr 1fr .25fr;
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
  }

  .pricing-grid-row.top {
    grid-template-columns: 1fr 1fr .25fr;
    justify-items: start;
  }

  .pricing-grid-row.cc-plans {
    grid-template-columns: 1fr 1fr .25fr;
    grid-template-areas: "feature feature feature"
                         "plan-1 plan-2 plan-3";
    padding-bottom: 20px;
  }

  .feature-name-wrap {
    border-bottom: 1px solid #0000001a;
  }

  .feature-name {
    letter-spacing: 0;
  }

  .feature-desc {
    margin-bottom: 10px;
  }

  .color-tile {
    height: 120px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar-link {
    margin-right: 32px;
  }

  .header-2 {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .navbar-2 {
    padding-left: 24px;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

  .post_list {
    grid-template-columns: 1fr 1fr;
  }

  .fs_cmsfilter_list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    display: grid;
  }

  .txt-field {
    width: 55vw;
    font-size: 1.6rem;
  }

  .explore-filter-btn {
    width: 115px;
  }

  .explore-filter-btn:hover {
    box-shadow: none;
  }

  .explore-filter-btn:active {
    opacity: .5;
  }

  .filter-by-text {
    padding-left: 0;
    font-size: .8rem;
  }

  .collection-list-item {
    width: 45%;
    margin: 10px;
    transition: none;
  }

  .collection-list-item:hover {
    box-shadow: none;
    transform: none;
  }

  .explore-card-header {
    font-size: .9rem;
  }

  .explore-more-button {
    height: 35px;
    top: 15%;
  }

  .c-norm__leftwrap.c-jobboard__left {
    width: 50%;
  }

  .mycontain {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mycontain.c-jobboard__con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-jobitem {
    flex-direction: column;
  }

  .c-jobboard__search {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-norm__rightwrap {
    width: 90%;
  }

  .c-norm__rightwrap.c-jobboard__right {
    width: 50%;
  }

  .bd-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bd-div.colored-spaced.cta-section {
    display: none;
  }

  .bd-div.colored-spaced.cta-section.mobile {
    margin-top: 40px;
    display: block;
  }

  .bd-div.bd-grid.dahsboard-listings {
    grid-template-columns: 1fr 1fr;
  }

  .bd-div.bd-grid.main-dahsboard {
    flex-direction: column;
    display: flex;
  }

  .bd-div.filter-container {
    display: none;
  }

  .bd-searchbar.left {
    padding-left: 50px;
  }

  .bd-image.search-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .text-size-large-4.font-blanc {
    font-size: 19px;
  }

  .text-size-ssmall-3.font-blanc.text-color-white.all-caps {
    margin-left: 0;
  }

  .text-size-ssmall-3.heigth-large {
    font-size: 1.56vw;
  }

  .result-heading-4 {
    margin-top: 0;
    font-size: 40px;
  }

  .text-size-small-3 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-v2 {
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text-wrapper {
    margin-top: 40px;
  }

  .text-size-normal.margin-top.margin-small.text-footer {
    width: auto;
  }

  .text-size-normal.color-black {
    text-align: left;
    text-align: left;
  }

  .text-size-small {
    font-size: 1.8vw;
  }

  .text-size-small.font-blanc.margin-bottom {
    font-size: 2.46vw;
  }

  .text-size-small.font-blanc.text-color-grey {
    font-size: 2.5vw;
  }

  .text-size-small.font-blanc.text-color-blue {
    margin-top: 0;
  }

  .body {
    font-size: 16px;
  }

  .hero-heading-large {
    font-size: 35px;
  }

  .link-block.mr-36.np {
    text-align: center;
    margin-bottom: 20px;
  }

  .partners-wrapper {
    justify-content: center;
  }

  .white-section {
    padding: 60px 40px 40px;
  }

  .software-header-wrapper {
    width: 86%;
  }

  .software-heading-large {
    text-align: left;
    font-size: 35px;
    display: block;
  }

  .software-heading-large.left-white.mobile-pad {
    text-align: center;
  }

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

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

  .text-size-medium {
    font-size: 2.2vw;
  }

  .text-size-medium.text-font {
    font-size: 2.82vw;
  }

  .result-section {
    padding: 80px 20px 60px;
  }

  .result-heading {
    font-size: 35px;
  }

  .cloud-section {
    padding-bottom: 60px;
  }

  .ready-section {
    padding-top: 60px;
  }

  .ready-text-wrapper {
    margin-top: 20px;
  }

  .readiy-text-iconwrapper {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .ready-payment-wrapper {
    flex-direction: column;
  }

  .ready-payment-wrapper.yearly-row.month, .ready-payment-wrapper.yearly-row.year {
    margin-top: 0;
  }

  .bonuses-bgimage-wrapper.cloud {
    top: 50.7vw;
  }

  .support-section {
    padding: 60px 40px 100px;
  }

  .suppport-text-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-section {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .company-wrapper, .menu-wrapper {
    margin-bottom: 40px;
  }

  .footer-line {
    height: 2.5vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .hero-slider {
    margin-top: 60px;
  }

  .slider-text-box {
    height: auto;
  }

  .left-arrow-2 {
    left: 50px;
    right: 220px;
  }

  .right-arrow-2 {
    right: 200px;
  }

  .minus-icon {
    width: 3vw;
    height: 3vw;
    display: none;
  }

  .accordian {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .triggers {
    min-width: 20px;
  }

  .answer {
    font-size: 14px;
  }

  .lottie-animation-3 {
    width: 30px;
    height: 30px;
  }

  .arrows {
    justify-content: center;
    align-items: center;
  }

  .image-41.in {
    height: 26px;
  }

  .grid {
    max-width: 100%;
  }

  .testimonial-text-2 {
    position: static;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .testimonials-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonial-card-2 {
    margin-bottom: 30px;
  }

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

  .testimonial-1 {
    width: 100%;
    padding-right: 0;
  }

  .hero__col.mod--1 {
    max-width: 100%;
  }

  .hero__circle-wrap.mod--1 {
    margin-left: 0;
  }

  .hero__columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-text-wrapper {
    max-width: 100%;
  }

  .large-heading {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .large-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .result-heading-2 {
    font-size: 35px;
  }

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

  .grid-2-load-more {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._72-hrs-section {
    padding: 60px 40px 100px;
  }

  .faq-heading {
    line-height: 1.4;
  }

  .timeline-item {
    height: 270px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .paragraph-4.hero-v2 {
    margin-bottom: 40px;
  }

  .paragraph-4.open-positions {
    margin-left: 0;
  }

  .paragraph-4.blog-newsletter {
    margin-bottom: 20px;
  }

  .paragraph-4.features-v3, .paragraph-4.open-positions {
    margin-left: 0;
  }

  .title.additional-utility-page {
    font-size: 29px;
  }

  .title.integrations-v3 {
    margin-left: 0;
  }

  .title.cta-v4 {
    font-size: 28px;
  }

  .title.blog-hero-v2 {
    margin-bottom: 20px;
  }

  .title.article-v1 {
    margin-bottom: 10px;
  }

  .title.blog-post {
    margin-bottom: 20px;
  }

  .title.cta-v6 {
    font-size: 28px;
  }

  .title.latest-articles {
    margin-bottom: 30px;
  }

  .title.open-positions-page {
    max-width: 552px;
    margin-left: 0;
  }

  .skewed-home-v2 {
    border-bottom-width: 160px;
  }

  .image.hero-v2 {
    border-radius: 25px;
    max-width: 100%;
  }

  .image.blog-newsletter {
    border-radius: 24px;
    width: 140px;
    margin-bottom: 20px;
  }

  .image.testimonial-tab-link-v3 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image.blog-post-main, .image.blog-post-main-copy {
    border-radius: 30px;
  }

  .hero-v2-wrapper {
    align-items: flex-start;
  }

  .space.integrations {
    height: 40px;
  }

  .bg.blog-hero-v2 {
    padding-bottom: 30px;
  }

  .bg.blog-post {
    padding-bottom: 10px;
  }

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

  .section.hero-v2 {
    padding-top: 120px;
  }

  .section.help-center-categories {
    padding-bottom: 100px;
  }

  .section.integration-v2 {
    padding-top: 100px;
  }

  .hero-v2-content {
    text-align: left;
    align-items: flex-start;
  }

  .container-medium-837px.help-center {
    text-align: center;
  }

  .container-medium-837px.blog-post-hero {
    margin-bottom: 60px;
  }

  .container-medium-837px.open-positions-hero {
    text-align: left;
  }

  .subtitle.light-color {
    color: #c9b6ff;
  }

  .empty-state {
    border-radius: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-2.blog-article-featured {
    flex-direction: column;
  }

  .card-2.blog-newsletter {
    padding-left: 29px;
    padding-right: 29px;
  }

  .card-2.testimonials-v3-tab-content {
    margin-bottom: 40px;
    padding: 60px 40px;
  }

  .card-2.integration-v1 {
    width: 100%;
  }

  .card-2.author {
    margin-top: 40px;
    padding: 50px 30px;
  }

  .card-2.open-position {
    border-radius: 18px;
    padding-left: 80px;
    padding-right: 40px;
  }

  .card-2.author---v2 {
    margin-top: 40px;
    padding: 50px 30px;
  }

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

  .top-content.integrations-v3 {
    text-align: left;
    align-items: flex-start;
  }

  .top-content.latest-articles {
    align-items: flex-start;
  }

  .split-content.integration-v3-left {
    max-width: 514px;
  }

  .split-content.cta-v5-left {
    text-align: center;
    max-width: 557px;
  }

  .integration-v3-slide {
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .integration-v3-mask {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .integrations-v3-left-arrow {
    position: absolute;
  }

  .image-wrapper.blog-article-featured {
    max-width: none;
  }

  .badge.blog-featured {
    margin-bottom: 20px;
  }

  .container-medium-580px.testimonials-v3, .container-medium-580px.features-v3 {
    text-align: left;
    margin-left: 0;
  }

  .subtitle-2.light-color {
    color: #c9b6ff;
  }

  .subtitle-2.light-color.blog-hero-v2 {
    margin-bottom: 20px;
  }

  .cta-v4-wrapper {
    padding: 60px 20px;
  }

  .blog-hero-v2-wrapper {
    margin-bottom: 60px;
  }

  .skewed-blog-v2 {
    margin-bottom: 30px;
  }

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

  .section-2.blog-hero-v2, .section-2.blog-post-hero {
    padding-top: 140px;
  }

  .section-2.blog-post {
    padding-bottom: 100px;
  }

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

  .section-2.blog-post-hero {
    padding-top: 140px;
  }

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

  .section-2.open-positions-hero {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .section-2.open-positions-page {
    padding-bottom: 100px;
  }

  .divider.card-article-featured-about {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .divider.card-article-v1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .divider.card-open-position-about {
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-article-featured-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .blog-categories-wrapper {
    border-radius: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-categories-wrapper.blog-v2 {
    border-radius: 32px;
  }

  .blog-v2-wrapper {
    flex-direction: column-reverse;
  }

  .blog-v2-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .newsletter-top-content {
    flex-flow: wrap;
    align-items: center;
  }

  .card-article-v1-content {
    padding-top: 30px;
  }

  .card-article-v1-about-wrapper {
    flex-direction: row;
  }

  .skewed-blog-post {
    border-bottom-width: 180px;
    margin-bottom: 10px;
  }

  .result-heading-3 {
    font-size: 35px;
  }

  .blob-home-hero {
    max-width: 110%;
    top: -33%;
  }

  .blob-home-my-work {
    top: 8%;
  }

  .integrations-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .about-testimonial-v3-name {
    font-size: 20px;
  }

  .testimonials-v3-tabs-menu {
    justify-content: center;
  }

  .testimonials-v3-tabs {
    margin-top: 40px;
  }

  .testimonials-v3-tab-link {
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .about-testimonial-v3-wrapper {
    justify-content: flex-start;
  }

  .integrations-wrapper {
    flex-direction: column;
  }

  .integration-categories-title {
    margin-bottom: 20px;
  }

  .integration-category-link {
    font-size: 18px;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .dot-2 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-v3-title-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .features-v3-tabs-menu {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .feature-v3-icon-wrappper {
    margin-bottom: 0;
  }

  .feature-v3-image {
    border-radius: 48px;
  }

  .features-v3-tabs {
    flex-direction: column;
  }

  .cta-v4-wrapper-2 {
    padding: 60px 20px;
  }

  .top-bar-container---brix {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-text---brix {
    max-width: 85%;
  }

  .acc-hero-section {
    background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/410eefe5341f38eee566.png'), linear-gradient(to top, #0e0f0f 9%, transparent 25%), url('../images/001.webp'), linear-gradient(to bottom, var(--black), var(--black));
    background-position: 0 0, 0 0, 0 0, 112% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, no-repeat, repeat;
    background-size: auto, auto 65%, auto, auto 75%, auto;
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-inner-content.left.pricer {
    flex-direction: column;
    padding: 20px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .section-heading {
    font-size: 35px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-9, .grid-10.quote, .grid-12 {
    grid-template-columns: 1fr;
  }

  .list-4.fx {
    height: auto;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .small-logo-wrapper {
    flex-wrap: wrap;
  }

  .partnership-img {
    min-width: 100%;
  }

  .div-block-22 {
    order: -1;
  }

  .cap-hero-section {
    background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/410eefe5341f38eee566.png'), linear-gradient(to top, #0e0f0f 9%, transparent 25%), url('../images/001.webp'), linear-gradient(to bottom, var(--black), var(--black));
    background-position: 0 0, 0 0, 0 0, 112% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, no-repeat, repeat;
    background-size: auto, auto 65%, auto, auto 75%, auto;
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .simple-hero-section {
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .image-58 {
    margin-top: 40px;
    margin-left: 0;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .mission-img._2, .mission-img._3 {
    margin-top: 20px;
  }

  .cta-v6-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .empty-state-2 {
    border-radius: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .latest-articles-grid {
    grid-row-gap: 60px;
  }

  .result-value.main-text-gradient {
    font-size: 28px;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .c-arrow {
    border-style: none;
  }

  .arrow {
    height: 35px;
  }

  .card-open-position-about-text {
    font-size: 16px;
  }

  .open-position-icon-arrow {
    top: 47px;
    left: 40px;
  }

  .card-open-position-icon {
    margin-right: 5px;
  }

  .white-box {
    width: 100%;
  }

  .white-box.long {
    width: 90%;
  }

  .white-box.long.bottom {
    margin-top: 1rem;
  }

  .white-box.long.bottom.product-card {
    margin-bottom: 0;
  }

  .text-white-2.intro {
    font-size: 34px;
    line-height: 42px;
  }

  .div-block-65 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block_three {
    flex-direction: row;
    align-items: stretch;
    padding-top: 0;
    display: block;
  }

  .block_three.bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .pagecontain {
    padding-top: 140px;
  }

  .text-size-ssmall-2.font-blanc.text-color-white.all-caps {
    font-size: 2.11vw;
  }

  .text-size-ssmall-2.heigth-large {
    font-size: 2.46vw;
  }

  .toggle-contain-2 {
    width: 45px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .toggle-dot-2 {
    width: 16px;
    height: 16px;
  }

  .hero-text-wrapper-2 {
    margin-top: 40px;
  }

  .result-section-2 {
    padding: 80px 20px 60px;
  }

  .left-box-2 {
    width: 100%;
    margin-top: 40px;
  }

  .software-section {
    padding: 60px 40px 40px;
  }

  .software-heading-large-2 {
    text-align: left;
    font-size: 35px;
    display: block;
  }

  .hero-button-fill-2 {
    font-size: 13px;
  }

  .main-wrapper {
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-size-large-2.font-blanc {
    letter-spacing: .3px;
    font-size: 17px;
  }

  .hero-heading-large-2 {
    font-size: 35px;
  }

  .plus-icon-2 {
    width: 12px;
  }

  .support-heading-large-2 {
    font-size: 35px;
  }

  .section-garage-shut {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-nothing-rubbed {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .span-whispered-captain {
    font-size: 3rem;
    line-height: 1;
  }

  .span-arrive-power {
    font-size: 3.75rem;
    line-height: 1;
    display: block;
  }

  .div-everything-welcome {
    padding: 3rem 2rem;
  }

  .h3-view-field {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-front-straight, .div-corn-thirty {
    padding: 2.5rem 2rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 4.5rem;
  }

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

  .page-padding-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .benefits-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .preview-legal {
    flex-direction: column;
  }

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

  .footer-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .looping-text {
    font-size: 12vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-xhuge {
    font-size: 4rem;
  }

  .preview-description {
    max-width: 25rem;
  }

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

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .preview-teacher-title {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .speaker-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .speakers-row-guide {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .preview-agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .benefits-base {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .agenda-list-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .speaker-title-image.speaker-image-large {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .benefits-strip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section-design-pencil {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-nuts-ride {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-design-fewer {
    text-align: center;
  }

  .div-dish-coach {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-breeze-customs {
    padding: 2rem 2.5rem;
  }

  .about-open-position-wrapper {
    font-size: 20px;
  }

  .button-primary-4.apply-position {
    margin-top: 30px;
  }

  .card-3.open-position-page {
    margin-top: -81px;
    padding: 60px 40px;
  }

  .section-4.about-this-position {
    padding-bottom: 100px;
  }

  .tab-link--v4 {
    margin-bottom: 5px;
    padding: 10px 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    display: flex;
  }

  .grid-22 {
    grid-template-columns: 1fr;
  }

  .popup_content-_block {
    order: -1;
    width: 100%;
    padding-top: 60px;
  }

  .popup_content {
    flex-direction: column;
    max-width: 90%;
  }

  .pricing-grid-row.top {
    float: none;
  }

  .pricing-grid-row.cc-plans {
    grid-column-gap: 1px;
    grid-template-columns: 1fr 1fr .25fr;
  }

  .div-block-71 {
    margin-bottom: 10px;
    padding: 0;
  }

  .plan-name {
    text-align: center;
    font-size: 18px;
  }

  .pricing-page-desc {
    margin-bottom: 0;
  }

  .feature-name {
    font-size: 18px;
  }

  .plan-info-wrapper._2 {
    align-items: stretch;
  }

  .color-tile {
    height: 120px;
  }

  .navbar-inner {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .source-info {
    width: 100%;
  }

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

  .navbar-link {
    margin-right: 24px;
  }

  .navbar-2 {
    justify-content: center;
  }

  .post_list {
    grid-template-columns: 1fr;
  }

  .fs_cmsfilter_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .search-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .search-bar-img {
    width: 35px;
    height: 35px;
  }

  .txt-field {
    width: 60vw;
    height: 80px;
    font-size: 1.3rem;
  }

  .explore-filter-btn {
    width: 100px;
  }

  .explore-tag {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .explore-card-header {
    font-size: .8rem;
  }

  .c-norm__leftwrap.c-jobboard__left {
    width: 100%;
    margin-right: 0;
    position: static;
  }

  .text-field {
    min-height: auto;
  }

  .mycontain, .mycontain.c-jobboard__con {
    flex-direction: column;
  }

  .c-jobitem {
    flex-direction: row;
  }

  .c-jobboard__search {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .reset-button, .submit-button-2 {
    margin-top: 15px;
  }

  .c-norm__rightwrap {
    width: 90%;
    margin-left: 0;
  }

  .c-norm__rightwrap.c-jobboard__right {
    width: 100%;
    margin-top: 30px;
  }

  .bd-searchbars-container.mobile {
    flex: 1;
    margin-top: -45px;
    display: flex;
  }

  .form-block {
    display: flex;
  }

  .bd-section.dashboard-section {
    padding-top: 80px;
  }

  .bd-div.accordian-wrap {
    margin-top: 0;
  }

  .bd-div.bd-grid.dahsboard-listings {
    flex-direction: column;
    display: flex;
  }

  .bd-div.filter-container {
    display: none;
  }

  .bd-div.filters-button {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: -45px;
    margin-left: 10px;
    display: flex;
    box-shadow: 1px 1px 30px #0000000f;
  }

  .bd-div.dashboard-listings-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bd-searchbar.left {
    border-right-style: none;
    margin-bottom: 0;
    padding-left: 70px;
  }

  .bd-image.search-icon {
    margin-left: 30px;
  }

  .form-block-5 {
    display: flex;
  }

  .text-size-large-4.font-blanc {
    letter-spacing: .3px;
    font-size: 17px;
  }

  .text-size-ssmall-3.font-blanc.text-color-white.all-caps {
    font-size: 2.11vw;
  }

  .text-size-ssmall-3.heigth-large {
    font-size: 2.46vw;
  }

  .result-heading-4 {
    font-size: 35px;
  }

  .text-size-small-3 {
    font-size: 1.8vw;
  }

  .text-size-small-3.font-blanc.text-color-blue {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-section-v2 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(to top, #0e0f0f 37%, #0000 65%), url('../images/Group.webp');
    background-position: 0 0, 0 0, 190% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 93%;
    border-color: #0e0f0f;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-v2.tbh {
    background-image: linear-gradient(#0e0f0f5c, #0e0f0f5c), linear-gradient(to top, #0e0f0f 52%, #0000 65%), url('../images/Group.webp');
    background-position: 0 0, 0 0, 102% 0;
    background-size: auto, auto, 100%;
  }

  .hero-text-wrapper {
    margin-top: 30px;
  }

  .text-size-normal.all-caps.clr-blue.dark.white.tr, .text-size-normal.all-caps.clr-blue.dark.tr {
    font-size: 12px;
  }

  .text-size-normal.all-caps.clr-blue.big {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-size-normal.all-caps.clr-blue.bg001 {
    font-size: 12px;
  }

  .text-size-normal.margin-top.margin-small.text-footer {
    margin-top: 7.81vw;
  }

  .text-size-normal.all-caps {
    display: block;
  }

  .text-size-normal.all-caps.clr-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-header-wrapper {
    margin-bottom: 40px;
  }

  .hero-butoon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .hero-butoon-wrapper.acc {
    margin-bottom: 20px;
  }

  .text-size-small.font-blanc.margin-bottom {
    font-size: 4.38vw;
  }

  .text-size-small.font-blanc.text-color-grey {
    width: auto;
    font-size: 3.75vw;
  }

  .text-size-small.font-blanc.text-color-blue {
    font-size: 12px;
  }

  .hero-heading-large.acc {
    font-size: 32px;
  }

  .hero-heading-large.tbd {
    font-size: 45px;
  }

  .link-block.mr-36 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-block.mr-36.gradient.less {
    margin-top: 0;
  }

  .link-block.mr-36.gradient.center-on-mob {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.mr-36.np.last {
    margin-right: auto;
  }

  .link-block.mr-36.center-on-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.mr-36.med.la {
    width: 80%;
  }

  .link-block.mr-36._2nd {
    margin-top: 10px;
    margin-left: 0;
  }

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

  .partners-wrapper.mob {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .parner-image-wrapper {
    margin-right: 25px;
  }

  .white-section {
    background-position: 100% 0;
    background-size: 29%;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sofware-component {
    padding-left: 0;
    padding-right: 0;
  }

  .software-header-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .software-heading-large {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    font-size: 35px;
    display: block;
  }

  .text-wrapper {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .text-wrapper.small {
    width: 100%;
  }

  .text-size-medium {
    font-size: 3.5vw;
  }

  .text-size-medium.text-font {
    font-size: 4.38vw;
  }

  .result-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/back.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 18%;
    padding-top: 20px;
  }

  .result-heading {
    font-size: 32px;
  }

  .text-size-xlarge {
    font-size: 4vw;
  }

  .text-size-xsmall {
    font-size: 14px;
  }

  .cloud-section {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .cloud-text-wrapper {
    margin-top: 10vw;
    margin-bottom: 0;
  }

  .bg-image-wrapper {
    display: none;
    bottom: auto;
  }

  .image-22 {
    width: auto;
  }

  .early-wrapper, .early-wrapper.margin-normal {
    margin-top: 40px;
  }

  .support-section {
    background-position: 32% 0;
    background-size: auto;
  }

  .support-companent {
    height: auto;
  }

  .support-heading-wrapper {
    justify-content: flex-start;
  }

  .footer-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-25 {
    width: 47.5vw;
    height: auto;
  }

  .menu-wrapper {
    width: 50%;
  }

  .menu-link {
    margin-bottom: 0;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .footer-line {
    height: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .navbar-wrapper {
    justify-content: center;
    padding-right: 20px;
  }

  .navbar-wrapper.st {
    padding-left: 10px;
  }

  .brand {
    margin-right: auto;
    padding-left: 0;
  }

  .menu-button {
    padding: 10px;
    position: static;
  }

  .slider-text-box {
    height: auto;
    margin-top: 7.81vw;
  }

  .right-arrow-2 {
    right: 162px;
  }

  .toogle-wrapper {
    font-size: 11px;
  }

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

  .container-1200 {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    padding-left: 14px;
  }

  .lottie-animation-3 {
    width: 24px;
    height: 24px;
  }

  .logo-img {
    width: 150px;
  }

  .nav-menu-2 {
    padding-top: 100px;
  }

  .text-size-normal-2.all-caps {
    display: block;
  }

  .text-size-normal-2.all-caps.clr-blue.sm {
    padding: 20px;
  }

  .nav-button {
    font-size: 14px;
  }

  .nav-button.mbl {
    display: block;
  }

  .image-41 {
    height: 34px;
  }

  .image-41.in {
    filter: grayscale() brightness(240%);
    height: 21px;
    margin-left: 6px;
  }

  .image-41.mob {
    height: 55px;
  }

  .grid {
    max-width: 100%;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

  .heading-2 {
    font-size: 32px;
  }

  .testimonial-grid.black.more-left.less {
    grid-row-gap: 24px;
  }

  .testimonials-2.mob {
    display: block;
  }

  .reviews-wrap {
    flex-direction: column;
  }

  .review-stars {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .marquee.hm {
    display: none;
  }

  .flex-horizontal.desktop {
    flex-direction: column;
    height: auto;
  }

  .why-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero__col.mod--2 {
    order: -1;
    width: 70%;
    margin-bottom: 40px;
    margin-right: auto;
  }

  .hero__col.mod--1 {
    max-width: 100%;
  }

  .sub-content.mod--hero {
    padding-top: 40px;
  }

  .hero__columns {
    flex-direction: column;
  }

  .hero__columns._2nd {
    margin-top: 40px;
  }

  .feature-text-wrapper {
    margin-bottom: 20px;
  }

  .large-heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
  }

  .large-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

  .tabs {
    margin-top: 40px;
  }

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

  .tab-link {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-2-load-more {
    grid-template-columns: 1fr;
  }

  .link-block-2.mr-36 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._72-hrs-section {
    background-position: 32% 0;
    background-size: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-42 {
    margin-bottom: 20px;
    margin-right: auto;
  }

  .text-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-wrapper {
    flex-direction: column;
  }

  .text-block-6, .text-block-6.top.cc {
    text-align: center;
  }

  .div-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .faq-question {
    padding: 10px;
  }

  .faq-heading {
    font-size: 22px;
  }

  .faq-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-answer {
    padding: 10px;
  }

  .timeline-month {
    margin-right: auto;
  }

  .timeline-track {
    width: 7px;
  }

  .timeline-wrapper {
    width: 100%;
    display: none;
    position: relative;
  }

  .timeline-item {
    text-align: left;
    height: auto;
    margin-top: 20px;
  }

  .gif-image {
    height: 80%;
  }

  .dot._1 {
    top: 6%;
  }

  .dot._4 {
    top: 37%;
  }

  .dot._5 {
    top: 52%;
  }

  .dot._7 {
    top: 70%;
  }

  .dot._8 {
    top: 88%;
  }

  .dot._2 {
    top: 22%;
  }

  .dot.hide {
    display: none;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .paragraph-4.card-open-position {
    margin-bottom: 20px;
  }

  .card.log-in {
    border-radius: 0;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-utility-page-form-block {
    min-width: 100%;
  }

  .title.additional-utility-page {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .title.hero-v2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .title.open-positions-page {
    margin-bottom: 20px;
  }

  .title.cta-v4 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.blog-hero-v2, .title.blog-featured, .title.blog-v2, .title.blog-newsletter {
    margin-bottom: 10px;
  }

  .title.article-v1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .title.blog-post {
    margin-bottom: 10px;
  }

  .title.cta-v6 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.latest-articles, .title.open-positions-page, .title.open-position, .title.about-this-position {
    margin-bottom: 20px;
  }

  .log-in-help-text-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .additional-utility-page-link {
    font-size: 16px;
  }

  .input, .input.additional-utility-page, .input.additional-utility-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.cta-v6-newsletter {
    min-height: 69px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary {
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-lgoin {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .login-link {
    border-right-style: none;
  }

  .login-link.mobile {
    display: block;
  }

  .image-46 {
    height: 30px;
  }

  .profile.mbl {
    margin-left: auto;
    display: block;
  }

  .skewed-home-v2 {
    border-bottom-width: 70px;
  }

  .image.hero-v2 {
    border-radius: 15px;
  }

  .image.blog-newsletter {
    border-radius: 18px;
    width: 120px;
  }

  .image.article-v1 {
    height: auto;
  }

  .image.testimonial-tab-link-v3 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .image.testimonial-v3 {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image.blog-post-main {
    border-radius: 20px;
  }

  .image.blog-post-main-copy {
    border-radius: 0;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-secondary {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .space._2-buttons, .space.card-open-position {
    height: 20px;
  }

  .bg.blog-post {
    padding-bottom: 0;
  }

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

  .section.help-center-categories {
    padding-bottom: 80px;
  }

  .section.integration-v2 {
    padding-top: 80px;
  }

  .section.cta-last {
    padding-bottom: 80px;
  }

  .hero-v2-content {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-v2-content.padded {
    padding: 20px;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .video-wrap {
    width: 100%;
  }

  .container-medium-837px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-837px.blog-post-hero {
    margin-bottom: 40px;
  }

  .subtitle.light-color.open-positions {
    margin-bottom: 10px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
    margin-top: -47px;
  }

  .empty-state {
    border-radius: 18px;
    padding: 40px 20px;
  }

  .card-2.blog-newsletter {
    padding: 40px 20px;
  }

  .card-2.article-v1 {
    border-radius: 0;
  }

  .card-2.testimonials-v3-tab-content {
    text-align: left;
    border-radius: 24px;
    padding: 40px 20px;
  }

  .card-2.integration-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-2.author {
    padding: 40px 20px;
  }

  .card-2.author.lefti {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    position: static;
  }

  .card-2.open-position {
    padding: 40px 20px 40px 70px;
  }

  .card-2.author---v2 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 40px 20px;
    position: static;
  }

  .button-secondary-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .top-content.integrations-v3 {
    margin-bottom: 80px;
  }

  .integrations-v3-right-arrow {
    padding-left: 20px;
    padding-right: 20px;
    top: -40px;
    left: 170px;
  }

  .button-primary-3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .split-content.cta-v4-left {
    max-width: 100%;
  }

  .integration-v3-mask {
    padding-top: 60px;
  }

  .integrations-v3-left-arrow {
    padding-left: 20px;
    padding-right: 20px;
    top: -40px;
  }

  .badge.blog-featured {
    margin-bottom: 10px;
  }

  .container-medium-580px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-580px.features-v3 {
    padding-left: 0;
  }

  .subtitle-2.light-color.blog-hero-v2, .subtitle-2.light-color.open-positions {
    margin-bottom: 10px;
  }

  .cta-v4-wrapper {
    border-radius: 0;
    align-items: stretch;
  }

  .container-default-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-hero-v2-wrapper {
    margin-bottom: 40px;
  }

  .skewed-blog-v2 {
    border-bottom-width: 140px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.blog-hero-v2, .section-2.blog-post-hero {
    padding-top: 120px;
  }

  .section-2.blog-post {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-2.features-v3 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section-2.blog-post-hero {
    padding-top: 120px;
  }

  .section-2.latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.open-positions-hero {
    padding-top: 120px;
  }

  .section-2.open-positions-page {
    padding-bottom: 80px;
  }

  .card-article-featured-icon {
    margin-right: 5px;
  }

  .card-article-featured-about-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .divider.card-article-featured-about {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .divider.card-article-v1 {
    margin-top: 20px;
  }

  .divider.card-article-v1-about {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .divider.card-open-position-about {
    margin-left: 8px;
    margin-right: 8px;
    display: none;
  }

  .card-article-featured-reading-time-wrapper {
    margin-bottom: 10px;
  }

  .reading-time-featured-wrapper {
    white-space: nowrap;
  }

  .card-article-featured-content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    margin-top: 100px;
  }

  .right-arrow-4, .left-arrow-4 {
    top: -60px;
  }

  .blog-categories-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-categories-wrapper.blog-v2 {
    margin-bottom: 0;
  }

  .blog-v2-grid {
    grid-row-gap: 24px;
  }

  .blog-v2-grid.blog-v2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .reading-time-wrapper {
    white-space: nowrap;
  }

  .card-article-v1-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-article-v1-category-link, .card-article-v1-reading-time-wrapper {
    margin-bottom: 10px;
  }

  .card-article-v1-icon {
    margin-right: 5px;
  }

  .card-article-v1-about-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog-post-reading-time-wrapper {
    white-space: nowrap;
  }

  .skewed-blog-post {
    border-bottom-width: 100px;
    margin-bottom: 0;
  }

  .blog-post-sidebar {
    order: -1;
  }

  .container-1201 {
    padding: 20px;
  }

  .result-heading-3 {
    font-size: 32px;
  }

  .result-heading-3.sm {
    font-size: 28px;
  }

  .timline-tittle {
    font-size: 26px;
  }

  .mobile-timeline {
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
  }

  .integrations-grid {
    grid-row-gap: 24px;
    margin-bottom: 40px;
  }

  .about-testimonial-v3-name {
    font-size: 18px;
  }

  .container-medium-932px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-v3-tabs-menu {
    border-bottom-width: 0;
    flex-direction: column;
  }

  .testimonials-v3-tab-link {
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .about-testimonial-v3-job {
    font-size: 18px;
  }

  .about-testimonial-v3-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .integrations-wrapper {
    flex-direction: column;
  }

  .big-split-header {
    margin-top: 0;
    font-size: 3.2rem;
  }

  .section-text-wrap {
    align-items: flex-start;
    width: 100%;
    margin-bottom: .8rem;
    padding-left: .5rem;
    padding-right: 0;
  }

  .services-item {
    min-height: 120px;
    padding: 24px 24px 0;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content-2 {
    font-size: 20px;
  }

  .tab-link-feature-v3.center {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-v3-icon-wrappper {
    border-radius: 15px;
    margin-right: 10px;
  }

  .feature-v3-image {
    border-radius: 28px;
  }

  .features-v3-tabs {
    margin-top: 40px;
  }

  .cta-v4-wrapper-2 {
    border-radius: 30px;
    align-items: stretch;
  }

  .top-bar-container---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-text---brix {
    max-width: 100%;
  }

  .top-bar-text---brix.max-w-80-mobile---brix {
    max-width: 80%;
  }

  .testiominal-col-1 {
    column-count: 1;
  }

  .menu {
    border-right-style: none;
  }

  .html-embed-2 {
    align-self: center;
  }

  .html-embed-3 {
    border-top: 20px solid #000;
    border-left-width: 0;
    align-self: center;
  }

  .logos-wrapper {
    margin-top: 40px;
  }

  .acc-hero-section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(to top, #0e0f0f 37%, #0000 65%), url('../images/Group.webp');
    background-position: 0 0, 0 0, 190% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 93%;
    border-color: #0e0f0f;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acc-hero-section.partnership {
    background-image: linear-gradient(#00000030, #00000030), linear-gradient(to top, #0e0f0f 6%, #0000 65%), url('../images/001.webp');
    background-position: 0 0, 0 0, 80% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 80%;
  }

  .section-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-v2.our-process {
    background-image: url('../images/Vector2.svg'), url('../images/Vector_2.svg'), linear-gradient(to bottom, #141138, var(--black));
    background-position: 220% 19%, -150% -20%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto 300px, auto 400px, auto;
  }

  .cta-inner-content.left {
    text-align: center;
    flex-direction: column;
  }

  .cta-inner-content.la {
    padding: 20px;
  }

  .cta-inner-content.la.left-on-mob {
    align-items: flex-start;
  }

  .section-heading {
    font-size: 32px;
  }

  .section-heading.sm {
    text-align: left;
    font-size: 26px;
  }

  .div-block-12 {
    padding-right: 20px;
  }

  .image-49 {
    height: 30px;
  }

  .slide-nav-4 {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
  }

  .grid-9.individual-page {
    margin-bottom: 40px;
  }

  .left-arrow-6 {
    left: 20%;
    right: auto;
  }

  .right-arrow-6 {
    margin-bottom: -10px;
    right: 18%;
  }

  .div-block-13 {
    padding: 0;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .h3.main-text-gradient {
    font-size: 24px;
    line-height: 1.2;
  }

  .div-block-15 {
    background-size: auto 65px;
    padding-top: 20px;
    padding-left: 40px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .image-54 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .text-block-13 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-col {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-55.mx-400 {
    max-width: 66%;
  }

  .small-logo-wrapper {
    flex-wrap: wrap;
  }

  .sm-logo {
    height: 17px;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .arrow-down {
    margin-top: 40px;
  }

  .partnership-section {
    background-position: 0%;
    background-size: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._32px {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
  }

  .paragraph-11 {
    margin-left: 30px;
  }

  .cap-hero-section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(to top, #0e0f0f 37%, #0000 65%), url('../images/Group.webp');
    background-position: 0 0, 0 0, 190% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 93%;
    border-color: #0e0f0f;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-24 {
    padding: 0;
  }

  .form-div {
    max-width: 80%;
  }

  .form-block-2 {
    padding: 10px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .c-faq-a-text {
    padding: 0;
  }

  .c-faq-q-text {
    padding-left: 0;
  }

  .simple-hero-section {
    border-color: #0e0f0f;
    padding: 140px 20px 20px;
  }

  .image-58 {
    max-width: 150px;
    margin: 0 auto 20px;
    display: block;
  }

  .mission-img {
    height: auto;
  }

  .week-mobile-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .centeral-wrapper {
    display: flex;
  }

  .image-61 {
    margin-bottom: 60px;
  }

  .tbd-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-19 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .number-text {
    margin-right: 32px;
  }

  .div-block-32 {
    padding: 20px 40px 20px 30px;
  }

  .card-article-v4-content {
    padding: 20px;
  }

  .blog-tag {
    padding: 10px;
    font-size: 14px;
  }

  .cta-v6-newsletter-button {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .cta-v6-wrapper {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-v6-newsletter-form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-details-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .empty-state-2 {
    border-radius: 18px;
    padding: 40px 20px;
  }

  .latest-articles-grid {
    grid-row-gap: 40px;
  }

  .login-cta {
    padding: 20px;
  }

  .heading-9 {
    font-size: 26px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-63 {
    width: 100%;
    height: 200px;
  }

  .lightbox-link {
    width: 100%;
  }

  .div-block-35 {
    padding: 0;
  }

  .case-stufy-cta {
    max-width: 100%;
  }

  .text-block-25 {
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .kr-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-slide {
    margin-right: 0;
  }

  .c-arrows-wrapper {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .open-positions-page-grid {
    margin-bottom: 40px;
  }

  .card-open-position-about {
    margin-bottom: 10px;
  }

  .card-open-position-about.last {
    margin-bottom: 0;
  }

  .open-position-icon-arrow {
    top: 39px;
    left: 35px;
  }

  .card-open-position-about-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .white-box {
    margin-top: 20px;
  }

  .white-box.long.bottom.product-card {
    width: 100%;
    margin-bottom: 2rem;
  }

  .text-white-2.intro {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
    display: inline;
  }

  .div-block-65 {
    padding-right: 6px;
  }

  .block_three {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block_three.bottom.mor-margin {
    margin-top: 60px;
  }

  .pagecontain {
    padding-top: 100px;
  }

  .div-block-66 {
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-left: 1rem;
    display: flex;
  }

  .text-size-ssmall-2.font-blanc.text-color-white.all-caps {
    text-align: left;
    font-size: 3.75vw;
  }

  .text-size-ssmall-2.heigth-large {
    font-size: 3.75vw;
    display: flex;
  }

  .toggle-contain-2 {
    width: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .toggle-dot-2 {
    width: 14px;
    height: 14px;
  }

  .hero-text-wrapper-2 {
    margin-top: 30px;
  }

  .result-section-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/back.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 18%;
  }

  .horizontal-lline-2 {
    margin-top: 10vw;
  }

  .left-box-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .software-section {
    background-position: 100% 0;
    background-size: 29%;
    padding-top: 80px;
  }

  .software-heading-large-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    font-size: 35px;
    display: block;
  }

  .hero-button-fill-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-wrapper {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(to top, #0e0f0f 37%, #0000 65%), url('../images/Group.webp');
    background-position: 0 0, 0 0, 190% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 93%;
    border-color: #0e0f0f;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-size-large-2.font-blanc {
    font-size: 15px;
  }

  .sofware-component-2 {
    padding-left: 0;
    padding-right: 3.694vw;
  }

  .section-garage-shut {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-nothing-rubbed {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .span-whispered-captain {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .span-arrive-power {
    font-size: 3rem;
    line-height: 1;
  }

  .div-everything-welcome {
    padding: 2rem 1.5rem;
  }

  .h3-view-field {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .ul-industrial-five {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 3rem;
  }

  .div-recently-alone {
    grid-template-columns: minmax(0, 1fr);
  }

  .div-front-straight, .div-corn-thirty {
    padding: 2rem 1.5rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .agenda-bottom-content {
    padding-top: 1rem;
  }

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

  .hero-trigger {
    margin-top: 92vh;
  }

  .preview-image-base {
    min-height: 135vw;
  }

  .footer-component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .footer-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .action-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .looping-text {
    font-size: 18vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-xhuge {
    font-size: 3.25rem;
    line-height: 1.15;
  }

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

  .preview-agenda-days {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .hero-image-2 {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-image-2.three {
    left: -4vw;
  }

  .hero-image-2.thirteen {
    left: -55vw;
  }

  .hero-image-2.nine {
    margin-top: -55vw;
    left: -53vw;
  }

  .hero-image-2.two {
    margin-top: -55vw;
    left: 53vw;
  }

  .speaker-list {
    margin-bottom: 1rem;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .preview-agenda-item.top {
    padding-top: 1.75rem;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .hero-image-strip.right-side {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-home-content {
    padding-bottom: 30vh;
  }

  .hero-bottom {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 15vh;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .footer-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .benefits-base {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .agenda-bottom {
    padding-left: 2rem;
  }

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

  .agenda-list-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .speaker-title-image {
    width: 35vw;
    height: 35vw;
  }

  .speaker-title-image.speaker-image-large {
    width: 46vw;
    height: 34vw;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .section-design-pencil {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-nuts-ride {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-design-fewer {
    text-align: left;
  }

  .span-became-money {
    font-size: 3rem;
    line-height: 1;
  }

  .div-dish-coach {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    grid-template-columns: minmax(0, 1fr);
  }

  .div-breeze-customs {
    padding: 1.5rem;
  }

  .about-open-position-wrapper {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .container-medium-644px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary-4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary-4.apply-position {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-3.open-position-page {
    border-radius: 23px;
    padding: 50px 20px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.about-this-position {
    padding-bottom: 80px;
  }

  .container-medium-909px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link--v4 {
    width: 46%;
  }

  .grid-21, .grid-21.op {
    grid-template-columns: 1fr;
  }

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

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

  .popup_content-_block {
    height: auto;
    padding: 90px 20px 40px;
  }

  .popup_content {
    width: 96%;
    max-height: none;
    padding: 0;
  }

  .close-button-wrapper {
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
  }

  .image-66, .image-66.hulu {
    width: 40%;
  }

  .lottie-animation-5 {
    width: 100%;
  }

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

  .pricing-grid-row.top {
    grid-template-columns: 1fr 1fr .25fr;
    justify-items: start;
  }

  .pricing-grid-row.cc-plans {
    grid-column-gap: 0px;
    grid-row-gap: 17px;
    object-fit: fill;
    grid-template: "feature feature feature" 306px
                   "plan-1 plan-2 plan-3" 1fr
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center start;
    place-items: center stretch;
    position: static;
  }

  .feature-name-wrap {
    padding-left: 2%;
  }

  .div-block-71 {
    padding: .5em;
  }

  .heading-11 {
    padding-left: 2%;
  }

  .plan-name {
    flex: 1;
    font-size: 18px;
  }

  .pricing-page-desc {
    padding-left: 2%;
    font-size: 16px;
  }

  .feature-desc {
    padding-right: 10%;
  }

  .plan-info-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .plan-info-wrapper._2 {
    margin-left: 5%;
  }

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

  .clone-button {
    text-align: center;
    width: 100%;
    min-height: 32px;
  }

  .stylesection {
    margin-top: 32px;
  }

  .color-tile {
    height: 80px;
  }

  .source-info {
    width: 100%;
    padding: 16px 0 0;
  }

  .color-tiles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .header-2 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .navbar-2 {
    background-color: #202020f2;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
    position: fixed;
    inset: auto 0 0;
  }

  .styleguide {
    padding-bottom: 160px;
  }

  .fs_cmsfilter_list {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .search-wrapper {
    align-content: flex-start;
    height: 100px;
    padding-left: 40px;
    padding-right: 22px;
  }

  .search-bar-img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .txt-field {
    width: 76vw;
    font-size: 1rem;
    font-weight: 400;
  }

  .filters-wrapper {
    align-content: flex-start;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .explore-filter-btn {
    background-color: #1b1b1b;
    border-radius: 100px;
    flex-direction: row;
    width: auto;
    min-width: 60px;
    height: 35px;
    margin-right: 2%;
    padding: 5px 10px;
  }

  .filter-by-text {
    flex: none;
    padding-left: 5px;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1;
    display: inline;
  }

  .collection-list-item {
    width: 93%;
  }

  .explore-card-image {
    width: 100%;
    height: 100%;
  }

  .explore-tag {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .acc-card-info-wrap {
    flex: 0 auto;
    line-height: 1em;
  }

  .explore-card-header {
    font-size: .8rem;
    line-height: 1em;
    display: inline;
  }

  .scroll-arrow-img {
    width: 20px;
  }

  .post_content_image {
    height: 12rem;
  }

  .post_content_block {
    padding: 1.5rem;
  }

  .post_content_heading {
    font-size: 1rem;
  }

  .mycontain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-jobitem {
    flex-direction: column;
  }

  .c-jobboard__search {
    padding-bottom: 30px;
  }

  .c-norm {
    padding-top: 40px;
  }

  .c-norm__rightwrap {
    width: 100%;
  }

  .c-norm__rightwrap.c-jobboard__right {
    width: 100%;
    margin-top: 50px;
  }

  .text-size-large-4.font-blanc {
    font-size: 15px;
  }

  .text-size-ssmall-3.font-blanc.text-color-white.all-caps {
    text-align: left;
    font-size: 3.75vw;
  }

  .text-size-ssmall-3.heigth-large {
    font-size: 3.75vw;
    display: flex;
  }

  .image-67 {
    width: auto;
  }

  .text-size-small-3.font-blanc.text-color-blue {
    font-size: 12px;
  }
}

#w-node-_302d8afd-1d08-e0ec-1bf5-2d75f30a74d7-4c5ae617 {
  align-self: start;
}

#w-node-_63f24ec0-01a9-e552-177f-b9dd0b5ac041-4c5ae617, #w-node-_9f0d3af9-38af-b017-7782-54890ff4e42c-4c5ae617, #w-node-cd688fca-4b95-3709-44db-4adcf77ef073-4c5ae617, #w-node-_988040fa-1580-e7f5-0fb2-c5bae1baa3df-4c5ae617, #w-node-d6c4f867-3bc6-99ea-414d-3a8e6e139d54-4c5ae617, #w-node-_43ccc63e-80f4-7bce-da9a-2e6f4b003ec5-4c5ae617, #w-node-_55f16f76-c34a-70f3-9064-71673b0130e1-4c5ae617, #w-node-_26e580da-c81f-224b-e662-62745412acd2-4c5ae617, #w-node-a5f27e60-79b5-7765-32bc-e7845c54a077-4c5ae617, #w-node-_218a74eb-8016-0c45-1056-252cb5bfa360-4c5ae617, #w-node-de93624f-221a-de5f-7e46-2fd18c5c00ee-4c5ae617, #w-node-_51926810-b555-d177-0dba-c5db31dd0b84-4c5ae617, #w-node-_59d41a76-9293-3ffc-d16d-a78359533a9a-4c5ae617, #w-node-_391a8fcc-0f46-a5ec-2728-93ec28fbc796-4c5ae617, #w-node-_92f092a1-07ec-f0af-f1aa-c963d2ad30b5-4c5ae617, #w-node-c93e99b2-6466-5200-fe5c-26b931746a13-4c5ae617, #w-node-_4f32f5bf-70ff-0d34-172a-3a8747d09245-4c5ae617, #w-node-_2b5496b4-ebc6-079b-2e14-48b3062f9d8e-4c5ae617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a14779d-38ce-aec6-b33a-1268241f1100-d75ae62d {
  align-self: start;
}

#w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-d75ae62d, #w-node-d9ae48b3-a6f4-372e-13b1-fa5476b2b26a-d75ae62d, #w-node-_2c272b03-3e20-7a86-3717-61bacf07b39c-d75ae62d, #w-node-b4d8c357-22dc-5349-6bf8-9a79377a354f-d75ae62d, #w-node-a0ce5872-2780-9e55-45da-7015e23005bf-d75ae62d, #w-node-e1d382ba-4233-9492-3dca-9a368d85770d-d75ae62d, #w-node-_12ede290-37cf-bbbb-ea58-591bb80083d3-d75ae62d, #w-node-ac2d9cf1-f182-e1eb-0e8c-e489feddf380-d75ae62d, #w-node-_819197b7-57f7-e876-2522-3ecee3a91f6a-d75ae62d, #w-node-c62b2e0d-8b88-19a0-69ce-5a03f489915a-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cb-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cc-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cd-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306ce-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cf-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d0-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d1-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d2-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d3-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d5-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d6-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d7-d75ae62d, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d8-d75ae62d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a14779d-38ce-aec6-b33a-1268241f1100-7c5ae62e {
  align-self: start;
}

#w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-7c5ae62e, #w-node-d9ae48b3-a6f4-372e-13b1-fa5476b2b26a-7c5ae62e, #w-node-_2c272b03-3e20-7a86-3717-61bacf07b39c-7c5ae62e, #w-node-b4d8c357-22dc-5349-6bf8-9a79377a354f-7c5ae62e, #w-node-a0ce5872-2780-9e55-45da-7015e23005bf-7c5ae62e, #w-node-e1d382ba-4233-9492-3dca-9a368d85770d-7c5ae62e, #w-node-_12ede290-37cf-bbbb-ea58-591bb80083d3-7c5ae62e, #w-node-ac2d9cf1-f182-e1eb-0e8c-e489feddf380-7c5ae62e, #w-node-_819197b7-57f7-e876-2522-3ecee3a91f6a-7c5ae62e, #w-node-c62b2e0d-8b88-19a0-69ce-5a03f489915a-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cb-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cc-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cd-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306ce-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cf-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d0-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d1-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d2-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d3-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d5-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d6-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d7-7c5ae62e, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d8-7c5ae62e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d0e-2e5ae630 {
  grid-area: plan-1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d13-2e5ae630 {
  grid-area: plan-2;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d18-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d22-2e5ae630 {
  grid-area: plan-2;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d24-2e5ae630 {
  grid-area: plan-1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d26-2e5ae630 {
  grid-area: feature;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d3c-2e5ae630 {
  grid-area: plan-1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d3e-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d40-2e5ae630 {
  grid-area: feature;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d4a-2e5ae630 {
  grid-area: plan-2;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d4c-2e5ae630 {
  grid-area: plan-1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d4e-2e5ae630 {
  grid-area: feature;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d5a-2e5ae630 {
  grid-area: plan-2;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d5c-2e5ae630 {
  grid-area: plan-1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d5e-2e5ae630 {
  grid-area: feature;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d64-2e5ae630, #w-node-_2af373e6-4596-c032-9542-4014e7233d66-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d68-2e5ae630 {
  grid-area: feature;
}

#w-node-_61be9513-2441-4cfd-ba53-633a791671b2-2e5ae630, #w-node-_61be9513-2441-4cfd-ba53-633a791671b4-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61be9513-2441-4cfd-ba53-633a791671b6-2e5ae630 {
  grid-area: feature;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d1a-2e5ae630 {
  grid-area: plan-1;
}

#w-node-_2af373e6-4596-c032-9542-4014e7233d1c-2e5ae630 {
  grid-area: feature;
}

#w-node-_8b1f5114-fb16-56ab-d5ea-1db3df803f55-2e5ae630, #w-node-_8ed3620c-24ce-e457-c000-b46146a9b791-2e5ae630, #w-node-b41b28d1-65d4-b4a6-db3b-e5c3d071ef95-2e5ae630, #w-node-b41b28d1-65d4-b4a6-db3b-e5c3d071ef9e-2e5ae630, #w-node-_4ab0fc57-c78a-48c4-a6d8-55f9deb6b23d-2e5ae630, #w-node-_4ab0fc57-c78a-48c4-a6d8-55f9deb6b246-2e5ae630, #w-node-_9d911dde-f026-3f39-ed63-c2b4286561b1-2e5ae630, #w-node-_9d911dde-f026-3f39-ed63-c2b4286561ba-2e5ae630, #w-node-_260c7c30-e703-8df3-8e5f-333a444ce389-2e5ae630, #w-node-_260c7c30-e703-8df3-8e5f-333a444ce392-2e5ae630, #w-node-b456f4e2-5ff9-92b1-b966-5e5635806a1a-2e5ae630, #w-node-b456f4e2-5ff9-92b1-b966-5e5635806a23-2e5ae630, #w-node-_7083bfd8-a6d6-9268-ad1a-65da5e098d29-2e5ae630, #w-node-_7083bfd8-a6d6-9268-ad1a-65da5e098d32-2e5ae630, #w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-2e5ae630, #w-node-d9ae48b3-a6f4-372e-13b1-fa5476b2b26a-2e5ae630, #w-node-_2c272b03-3e20-7a86-3717-61bacf07b39c-2e5ae630, #w-node-b4d8c357-22dc-5349-6bf8-9a79377a354f-2e5ae630, #w-node-a0ce5872-2780-9e55-45da-7015e23005bf-2e5ae630, #w-node-e1d382ba-4233-9492-3dca-9a368d85770d-2e5ae630, #w-node-c62b2e0d-8b88-19a0-69ce-5a03f489915a-2e5ae630, #w-node-_8640f6e0-377d-9cec-9c01-d9436fe93837-2e5ae630, #w-node-b1ff561b-e47d-1b39-31a8-99e0b2c80c4f-2e5ae630, #w-node-_69e2b515-2873-8e32-c13e-a5c9dd48f297-2e5ae630, #w-node-f9d85f4a-fb5b-bd07-0f02-2427429abeb6-2e5ae630, #w-node-_51df33c8-f0be-159f-0872-bea0e6e01d4e-2e5ae630, #w-node-_57429645-2cc8-ee3b-a855-54a3324be5b9-2e5ae630, #w-node-_1f69850d-8851-91ee-3b10-5830fc2486fc-2e5ae630, #w-node-_1f69850d-8851-91ee-3b10-5830fc248717-2e5ae630, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a0ee-2e5ae630, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a109-2e5ae630, #w-node-c774a713-f642-107a-4717-016c65313a98-2e5ae630, #w-node-c774a713-f642-107a-4717-016c65313ab3-2e5ae630, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be582261b-2e5ae630, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be5822636-2e5ae630, #w-node-f36eca30-2022-53d0-22fa-058f397804b0-2e5ae630, #w-node-f36eca30-2022-53d0-22fa-058f397804cb-2e5ae630, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8ab-2e5ae630, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8c6-2e5ae630, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb00c-2e5ae630, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb027-2e5ae630, #w-node-_4f6ffd2a-398b-8051-04fb-3968e57bcb9d-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224fe870-237c-3f1f-b6ec-4a5a522f25bc-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a5ff68b7-ff32-7f42-cf5e-d33f35e3a7a5-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5ff68b7-ff32-7f42-cf5e-d33f35e3a7ae-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_94d1b39e-38b5-70ea-116c-1cb0bb617b20-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94d1b39e-38b5-70ea-116c-1cb0bb617b26-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b7faaff8-d3f0-af85-778a-7e006b3cceba-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7faaff8-d3f0-af85-778a-7e006b3ccec2-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_933e3a89-0181-c3f0-b24f-458da8530a99-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_933e3a89-0181-c3f0-b24f-458da8530aa1-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d1c720dd-95ae-c3c2-b0cb-a71e791a108b-2e5ae630, #w-node-f99ae978-fb5b-54fc-d716-eaf3dd3b824a-2e5ae630, #w-node-_32d7b356-ee09-0bdd-856c-c724add46ed2-2e5ae630, #w-node-c70cd123-15b6-0704-463a-646ea76bfb6c-2e5ae630, #w-node-e12ee181-6ed8-8df8-2659-9ef2b057cf9f-2e5ae630, #w-node-_2fcc8ada-5468-0137-0a97-6938fb3fd3ee-2e5ae630 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4540ba7f-d7fa-667c-4961-45043a305eb9-2e5ae630 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33a8a6c4-4c31-49c1-8607-14fe5e303581-2e5ae630, #w-node-eb2d9385-5c04-f008-2fd8-d45456e7b5e3-2e5ae630, #w-node-_2f7b169a-c6e0-145e-a46b-e0dcdb81297b-2e5ae630, #w-node-_8b1f5114-fb16-56ab-d5ea-1db3df803f55-675ae631, #w-node-_8ed3620c-24ce-e457-c000-b46146a9b791-675ae631, #w-node-b41b28d1-65d4-b4a6-db3b-e5c3d071ef95-675ae631, #w-node-b41b28d1-65d4-b4a6-db3b-e5c3d071ef9e-675ae631, #w-node-_4ab0fc57-c78a-48c4-a6d8-55f9deb6b23d-675ae631, #w-node-_4ab0fc57-c78a-48c4-a6d8-55f9deb6b246-675ae631, #w-node-_9d911dde-f026-3f39-ed63-c2b4286561b1-675ae631, #w-node-_9d911dde-f026-3f39-ed63-c2b4286561ba-675ae631, #w-node-_260c7c30-e703-8df3-8e5f-333a444ce389-675ae631, #w-node-_260c7c30-e703-8df3-8e5f-333a444ce392-675ae631, #w-node-b456f4e2-5ff9-92b1-b966-5e5635806a1a-675ae631, #w-node-b456f4e2-5ff9-92b1-b966-5e5635806a23-675ae631, #w-node-_7083bfd8-a6d6-9268-ad1a-65da5e098d29-675ae631, #w-node-_7083bfd8-a6d6-9268-ad1a-65da5e098d32-675ae631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7e9-675ae631 {
  grid-area: plan-1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7ee-675ae631 {
  grid-area: plan-2;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7f3-675ae631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55bd96ee-7390-0dad-e90d-888decb2d8c4-675ae631 {
  grid-area: plan-1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7f6-675ae631 {
  grid-area: feature;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7fc-675ae631 {
  grid-area: plan-2;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7fe-675ae631 {
  grid-area: plan-1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc800-675ae631 {
  grid-area: feature;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc816-675ae631 {
  grid-area: plan-1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc818-675ae631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc81a-675ae631 {
  grid-area: feature;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc824-675ae631 {
  grid-area: plan-2;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc826-675ae631 {
  grid-area: plan-1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc828-675ae631 {
  grid-area: feature;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc834-675ae631 {
  grid-area: plan-2;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc836-675ae631 {
  grid-area: plan-1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc838-675ae631 {
  grid-area: feature;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc83e-675ae631, #w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc840-675ae631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc842-675ae631 {
  grid-area: feature;
}

#w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-675ae631, #w-node-d9ae48b3-a6f4-372e-13b1-fa5476b2b26a-675ae631, #w-node-_2c272b03-3e20-7a86-3717-61bacf07b39c-675ae631, #w-node-b4d8c357-22dc-5349-6bf8-9a79377a354f-675ae631, #w-node-a0ce5872-2780-9e55-45da-7015e23005bf-675ae631, #w-node-e1d382ba-4233-9492-3dca-9a368d85770d-675ae631, #w-node-c62b2e0d-8b88-19a0-69ce-5a03f489915a-675ae631, #w-node-_72e9a901-f721-69f3-d0aa-2c83cd9f8325-675ae631, #w-node-_72e9a901-f721-69f3-d0aa-2c83cd9f832e-675ae631, #w-node-_8640f6e0-377d-9cec-9c01-d9436fe93837-675ae631, #w-node-b1ff561b-e47d-1b39-31a8-99e0b2c80c4f-675ae631, #w-node-_69e2b515-2873-8e32-c13e-a5c9dd48f297-675ae631, #w-node-f9d85f4a-fb5b-bd07-0f02-2427429abeb6-675ae631, #w-node-_51df33c8-f0be-159f-0872-bea0e6e01d4e-675ae631, #w-node-_57429645-2cc8-ee3b-a855-54a3324be5b9-675ae631, #w-node-_1f69850d-8851-91ee-3b10-5830fc2486fc-675ae631, #w-node-_1f69850d-8851-91ee-3b10-5830fc248717-675ae631, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a0ee-675ae631, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a109-675ae631, #w-node-c774a713-f642-107a-4717-016c65313a98-675ae631, #w-node-c774a713-f642-107a-4717-016c65313ab3-675ae631, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be582261b-675ae631, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be5822636-675ae631, #w-node-f36eca30-2022-53d0-22fa-058f397804b0-675ae631, #w-node-f36eca30-2022-53d0-22fa-058f397804cb-675ae631, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8ab-675ae631, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8c6-675ae631, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb00c-675ae631, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb027-675ae631, #w-node-_3810858e-1984-f8b8-71a9-ca0ec74bc9e7-7d5ae637, #w-node-cd87dad3-9e3c-da0f-cb12-a27d61d24bcd-7d5ae637, #w-node-_4a277fce-f1bd-0103-5f7e-1089e1bbc98d-7d5ae637, #w-node-_02df8d32-f898-7a82-6f4d-5f1aab1b814f-7d5ae637, #w-node-_02df8d32-f898-7a82-6f4d-5f1aab1b8162-7d5ae637, #w-node-_02df8d32-f898-7a82-6f4d-5f1aab1b8176-7d5ae637, #w-node-_94481041-c25d-9b13-2a6c-10ead69d3d0c-7d5ae637, #w-node-_94481041-c25d-9b13-2a6c-10ead69d3d1f-7d5ae637, #w-node-_94481041-c25d-9b13-2a6c-10ead69d3d33-7d5ae637, #w-node-_3a054a8b-0167-5f23-2595-7187b76cef67-7d5ae637, #w-node-_3a054a8b-0167-5f23-2595-7187b76cef7a-7d5ae637, #w-node-_3a054a8b-0167-5f23-2595-7187b76cef8e-7d5ae637, #w-node-_35300ccb-e2bf-5abe-22dd-da0f03e4e9e2-7d5ae637, #w-node-_35300ccb-e2bf-5abe-22dd-da0f03e4e9f5-7d5ae637, #w-node-_35300ccb-e2bf-5abe-22dd-da0f03e4ea09-7d5ae637, #w-node-d612a9c7-48fc-f70f-833e-7ac40a0a4166-995ae639, #w-node-d612a9c7-48fc-f70f-833e-7ac40a0a4187-995ae639, #w-node-_2571fc89-c121-8ac8-b78d-47a4411d166a-995ae639, #w-node-_51df33c8-f0be-159f-0872-bea0e6e01d4e-d05ae63a, #w-node-_57429645-2cc8-ee3b-a855-54a3324be5b9-d05ae63a, #w-node-_1f69850d-8851-91ee-3b10-5830fc2486fc-d05ae63a, #w-node-_1f69850d-8851-91ee-3b10-5830fc248717-d05ae63a, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a0ee-d05ae63a, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a109-d05ae63a, #w-node-a0fd57b5-9ac3-a73b-2100-91d3ee15a9eb-d05ae63a, #w-node-a0fd57b5-9ac3-a73b-2100-91d3ee15aa06-d05ae63a, #w-node-_58e912e1-1207-88c0-343d-8aa421c7a096-d05ae63a, #w-node-_58e912e1-1207-88c0-343d-8aa421c7a0b1-d05ae63a, #w-node-d236fb3b-1631-4f5a-d676-0a15870241a9-d05ae63a, #w-node-d236fb3b-1631-4f5a-d676-0a15870241c4-d05ae63a, #w-node-b0acd4ef-e172-0bc4-883b-3040e8d1b6ed-d05ae63a, #w-node-b0acd4ef-e172-0bc4-883b-3040e8d1b708-d05ae63a, #w-node-b3ccd2be-4bb2-8bb8-b7cc-6a251e3af11e-d05ae63a, #w-node-b3ccd2be-4bb2-8bb8-b7cc-6a251e3af135-d05ae63a, #w-node-_5dfd598f-1522-361c-8183-3ca4f2605acd-d05ae63a, #w-node-_5dfd598f-1522-361c-8183-3ca4f2605ae8-d05ae63a, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be582261b-d05ae63a, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be5822636-d05ae63a, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8ab-d05ae63a, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8c6-d05ae63a, #w-node-f36eca30-2022-53d0-22fa-058f397804b0-d05ae63a, #w-node-f36eca30-2022-53d0-22fa-058f397804cb-d05ae63a, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb00c-d05ae63a, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb027-d05ae63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5969bbf-32a6-bb45-2931-57f0db1e4b05-265ae63c {
  align-self: start;
}

#w-node-c426af80-69d7-9b50-75ef-3f63ed1d79ab-265ae63c, #w-node-b9579891-9a4b-4a4b-9cea-699ca432d726-935ae66f, #w-node-_15327fa9-d79f-57bf-dd52-0466f60b54d7-935ae66f, #w-node-f1ce79b8-94e4-6f4d-72d7-9bb4548e6cc6-935ae66f, #w-node-_56533efd-1b04-d535-c979-260e3034f2f8-935ae66f, #w-node-_5f141a22-df5e-6583-acdf-82799011c490-935ae66f, #w-node-_43704a4a-1137-6e3a-41fe-0ea558617d12-935ae66f, #w-node-_41c4444a-49a8-851d-7a63-3a07c75b8d11-935ae66f, #w-node-_41c4444a-49a8-851d-7a63-3a07c75b8d10-935ae66f, #w-node-eaa4acbf-0288-ab71-6c9f-5b447eeef85c-935ae66f, #w-node-eaa4acbf-0288-ab71-6c9f-5b447eeef85d-935ae66f, #w-node-d929c14c-9802-7f2f-b8e1-5459fe2c1c5e-935ae66f, #w-node-d929c14c-9802-7f2f-b8e1-5459fe2c1c5d-935ae66f, #w-node-_27383cda-36ad-e090-e9a6-e40b5253f8e2-935ae66f, #w-node-_27383cda-36ad-e090-e9a6-e40b5253f8e3-935ae66f, #w-node-_1f33400a-cf3e-d086-3d97-48354d26ece9-935ae66f, #w-node-_1f33400a-cf3e-d086-3d97-48354d26ece8-935ae66f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145843bd-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145843ee-805ae673 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145843f1-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c145843fb-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c1458442b-805ae673 {
  justify-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c1458442c-805ae673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584432-805ae673 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584445-805ae673 {
  justify-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584446-805ae673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c1458444e-805ae673 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584462-805ae673 {
  justify-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584463-805ae673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584470-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584472-805ae673 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584473-805ae673 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584476-805ae673 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584477-805ae673 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_3a5285d1-7430-5402-49e0-370c1458447c-805ae673 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584490-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c14584491-805ae673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584497-805ae673 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844a1-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844a2-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844a4-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844a6-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844a8-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844aa-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844ab-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844ad-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844af-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844b1-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844b9-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844c3-805ae673 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145844d4-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c14584508-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c1458453f-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c14584573-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145845a5-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145845af-805ae673 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145845c0-805ae673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145845c6-805ae673 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145845db-805ae673 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3a5285d1-7430-5402-49e0-370c145845e0-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c145845ee-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c14584600-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c1458461d-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c1458462f-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5285d1-7430-5402-49e0-370c14584649-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c1458467d-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c145846b4-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c145846eb-805ae673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0e36e8a6-8320-303e-60cf-fb3f5dc99ab5-305ae67a, #w-node-_62b5bbc4-b922-0a27-1788-1e519d2e2841-305ae67a, #w-node-_65ecfe4b-26fc-6c97-7b26-51cf57938d3c-305ae67a, #w-node-_89e5916d-1919-0ee7-f606-45437b9754ce-305ae67a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c98b1d-6fdc-2875-7ed2-c60faf2bcaf6-305ae67a {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-d492a60c-9c15-47ee-950d-2b60ac02ceae-625ae67b, #w-node-d492a60c-9c15-47ee-950d-2b60ac02ceaf-625ae67b, #w-node-d492a60c-9c15-47ee-950d-2b60ac02ceb0-625ae67b, #w-node-d492a60c-9c15-47ee-950d-2b60ac02ceb1-625ae67b, #w-node-d492a60c-9c15-47ee-950d-2b60ac02ceb2-625ae67b, #w-node-d492a60c-9c15-47ee-950d-2b60ac02ceb3-625ae67b, #w-node-d492a60c-9c15-47ee-950d-2b60ac02ceb8-625ae67b, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4549-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4564-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4567-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4582-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4585-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45a0-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45a3-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45be-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45c1-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45d6-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45d9-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45f4-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45f7-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4612-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4615-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4630-305ae6b0, #w-node-_67e4f47d-7ae8-89fb-d9a3-281f04372d4a-305ae6b0, #w-node-cc492451-0d4c-bdf8-a988-990c2dc9ad7d-305ae6b0, #w-node-_96729934-6769-6ef4-330e-d1ddb53e4bcd-305ae6b0, #w-node-_5de64cfe-652c-bc74-66b8-aaa81d972fab-305ae6b0, #w-node-_3040fe34-8962-bc2f-6294-4c78c864a685-305ae6b0, #w-node-aa120690-89df-c734-9444-b98eaa1dd6b7-305ae6b0, #w-node-_235199b0-ff88-b166-60bb-ff6239c98eb2-305ae6b0, #w-node-_7c7efe91-82fd-532b-97d3-b7159f6a5f52-305ae6b0, #w-node-cd9029b5-18d8-8314-bc15-01f1ca7cbcb0-305ae6b0, #w-node-cd9029b5-18d8-8314-bc15-01f1ca7cbcbd-305ae6b0, #w-node-cd9029b5-18d8-8314-bc15-01f1ca7cbcbe-305ae6b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e15fe1d-7c17-1d8e-df29-4465065ddbdf-c187c9fe {
  align-self: start;
}

#w-node-_9e15fe1d-7c17-1d8e-df29-4465065ddbe0-c187c9fe {
  place-self: stretch stretch;
}

#w-node-_302d8afd-1d08-e0ec-1bf5-2d75f30a74d7-b6745a23 {
  align-self: start;
}

#w-node-_63f24ec0-01a9-e552-177f-b9dd0b5ac041-b6745a23, #w-node-_9f0d3af9-38af-b017-7782-54890ff4e42c-b6745a23, #w-node-cd688fca-4b95-3709-44db-4adcf77ef073-b6745a23, #w-node-_988040fa-1580-e7f5-0fb2-c5bae1baa3df-b6745a23, #w-node-d6c4f867-3bc6-99ea-414d-3a8e6e139d54-b6745a23, #w-node-_43ccc63e-80f4-7bce-da9a-2e6f4b003ec5-b6745a23, #w-node-_55f16f76-c34a-70f3-9064-71673b0130e1-b6745a23, #w-node-_26e580da-c81f-224b-e662-62745412acd2-b6745a23, #w-node-a5f27e60-79b5-7765-32bc-e7845c54a077-b6745a23, #w-node-_218a74eb-8016-0c45-1056-252cb5bfa360-b6745a23, #w-node-de93624f-221a-de5f-7e46-2fd18c5c00ee-b6745a23, #w-node-_51926810-b555-d177-0dba-c5db31dd0b84-b6745a23, #w-node-_59d41a76-9293-3ffc-d16d-a78359533a9a-b6745a23, #w-node-_391a8fcc-0f46-a5ec-2728-93ec28fbc796-b6745a23, #w-node-_92f092a1-07ec-f0af-f1aa-c963d2ad30b5-b6745a23, #w-node-c93e99b2-6466-5200-fe5c-26b931746a13-b6745a23, #w-node-_4f32f5bf-70ff-0d34-172a-3a8747d09245-b6745a23, #w-node-_2b5496b4-ebc6-079b-2e14-48b3062f9d8e-b6745a23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a14779d-38ce-aec6-b33a-1268241f1100-d34917c9 {
  align-self: start;
}

#w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-d34917c9, #w-node-d9ae48b3-a6f4-372e-13b1-fa5476b2b26a-d34917c9, #w-node-_2c272b03-3e20-7a86-3717-61bacf07b39c-d34917c9, #w-node-b4d8c357-22dc-5349-6bf8-9a79377a354f-d34917c9, #w-node-a0ce5872-2780-9e55-45da-7015e23005bf-d34917c9, #w-node-e1d382ba-4233-9492-3dca-9a368d85770d-d34917c9, #w-node-_12ede290-37cf-bbbb-ea58-591bb80083d3-d34917c9, #w-node-ac2d9cf1-f182-e1eb-0e8c-e489feddf380-d34917c9, #w-node-_819197b7-57f7-e876-2522-3ecee3a91f6a-d34917c9, #w-node-c62b2e0d-8b88-19a0-69ce-5a03f489915a-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cb-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cc-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cd-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306ce-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306cf-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d0-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d1-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d2-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d3-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d5-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d6-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d7-d34917c9, #w-node-_829571f7-cab4-24ba-6cf8-2b53287306d8-d34917c9, #w-node-_930d48ac-37f2-3807-1d41-2fd7217bd0ec-d34917c9, #w-node-_930d48ac-37f2-3807-1d41-2fd7217bd121-d34917c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_930d48ac-37f2-3807-1d41-2fd7217bd166-d34917c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e36e8a6-8320-303e-60cf-fb3f5dc99ab5-131c2793, #w-node-_62b5bbc4-b922-0a27-1788-1e519d2e2841-131c2793, #w-node-_65ecfe4b-26fc-6c97-7b26-51cf57938d3c-131c2793, #w-node-_89e5916d-1919-0ee7-f606-45437b9754ce-131c2793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c98b1d-6fdc-2875-7ed2-c60faf2bcaf6-131c2793 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-2e5ae630, #w-node-fe9f451d-c7c6-39a1-0ad5-392a27130e6c-675ae631 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2af373e6-4596-c032-9542-4014e7233d0e-2e5ae630 {
    grid-area: plan-1;
  }

  #w-node-_2af373e6-4596-c032-9542-4014e7233d13-2e5ae630 {
    grid-area: plan-2;
  }

  #w-node-_2af373e6-4596-c032-9542-4014e7233d18-2e5ae630 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7e9-675ae631 {
    grid-area: plan-1;
  }

  #w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7ee-675ae631 {
    grid-area: plan-2;
  }

  #w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7f3-675ae631 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a5285d1-7430-5402-49e0-370c14584472-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c14584476-805ae673 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a5285d1-7430-5402-49e0-370c1458447c-805ae673 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_3a5285d1-7430-5402-49e0-370c14584490-805ae673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3a5285d1-7430-5402-49e0-370c145845db-805ae673 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2af373e6-4596-c032-9542-4014e7233d18-2e5ae630 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8ed3620c-24ce-e457-c000-b46146a9b791-2e5ae630, #w-node-b41b28d1-65d4-b4a6-db3b-e5c3d071ef9e-2e5ae630, #w-node-_4ab0fc57-c78a-48c4-a6d8-55f9deb6b246-2e5ae630, #w-node-_9d911dde-f026-3f39-ed63-c2b4286561ba-2e5ae630, #w-node-_260c7c30-e703-8df3-8e5f-333a444ce392-2e5ae630, #w-node-b456f4e2-5ff9-92b1-b966-5e5635806a23-2e5ae630, #w-node-_7083bfd8-a6d6-9268-ad1a-65da5e098d32-2e5ae630 {
    order: -9999;
  }

  #w-node-_4540ba7f-d7fa-667c-4961-45043a305eb9-2e5ae630 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ed3620c-24ce-e457-c000-b46146a9b791-675ae631, #w-node-b41b28d1-65d4-b4a6-db3b-e5c3d071ef9e-675ae631, #w-node-_4ab0fc57-c78a-48c4-a6d8-55f9deb6b246-675ae631, #w-node-_9d911dde-f026-3f39-ed63-c2b4286561ba-675ae631, #w-node-_260c7c30-e703-8df3-8e5f-333a444ce392-675ae631, #w-node-b456f4e2-5ff9-92b1-b966-5e5635806a23-675ae631, #w-node-_7083bfd8-a6d6-9268-ad1a-65da5e098d32-675ae631 {
    order: -9999;
  }

  #w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7f3-675ae631 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_72e9a901-f721-69f3-d0aa-2c83cd9f832e-675ae631 {
    order: -9999;
  }

  #w-node-_3a5285d1-7430-5402-49e0-370c145844c3-805ae673, #w-node-_3a5285d1-7430-5402-49e0-370c145845af-805ae673 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e15fe1d-7c17-1d8e-df29-4465065ddc24-c187c9fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_930d48ac-37f2-3807-1d41-2fd7217bd166-d34917c9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2af373e6-4596-c032-9542-4014e7233d18-2e5ae630 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_57429645-2cc8-ee3b-a855-54a3324be5b9-2e5ae630, #w-node-_1f69850d-8851-91ee-3b10-5830fc248717-2e5ae630, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a109-2e5ae630, #w-node-c774a713-f642-107a-4717-016c65313ab3-2e5ae630, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be5822636-2e5ae630, #w-node-f36eca30-2022-53d0-22fa-058f397804cb-2e5ae630, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8c6-2e5ae630, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb027-2e5ae630 {
    order: -9999;
  }

  #w-node-_224fe870-237c-3f1f-b6ec-4a5a522f25bc-2e5ae630, #w-node-a5ff68b7-ff32-7f42-cf5e-d33f35e3a7ae-2e5ae630, #w-node-_94d1b39e-38b5-70ea-116c-1cb0bb617b26-2e5ae630, #w-node-b7faaff8-d3f0-af85-778a-7e006b3ccec2-2e5ae630, #w-node-_933e3a89-0181-c3f0-b24f-458da8530aa1-2e5ae630 {
    justify-self: start;
  }

  #w-node-_62f10ab3-0da8-4ff6-1411-9f2bbe5bc7f3-675ae631 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_57429645-2cc8-ee3b-a855-54a3324be5b9-675ae631, #w-node-_1f69850d-8851-91ee-3b10-5830fc248717-675ae631, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a109-675ae631, #w-node-c774a713-f642-107a-4717-016c65313ab3-675ae631, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be5822636-675ae631, #w-node-f36eca30-2022-53d0-22fa-058f397804cb-675ae631, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8c6-675ae631, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb027-675ae631, #w-node-d612a9c7-48fc-f70f-833e-7ac40a0a4187-995ae639, #w-node-_57429645-2cc8-ee3b-a855-54a3324be5b9-d05ae63a, #w-node-_1f69850d-8851-91ee-3b10-5830fc248717-d05ae63a, #w-node-_440840f8-42e7-3c20-a030-7d1e3c35a109-d05ae63a, #w-node-a0fd57b5-9ac3-a73b-2100-91d3ee15aa06-d05ae63a, #w-node-_58e912e1-1207-88c0-343d-8aa421c7a0b1-d05ae63a, #w-node-d236fb3b-1631-4f5a-d676-0a15870241c4-d05ae63a, #w-node-b0acd4ef-e172-0bc4-883b-3040e8d1b708-d05ae63a, #w-node-b3ccd2be-4bb2-8bb8-b7cc-6a251e3af135-d05ae63a, #w-node-_5dfd598f-1522-361c-8183-3ca4f2605ae8-d05ae63a, #w-node-_5a4ac9cd-e0f9-392a-6b40-e31be5822636-d05ae63a, #w-node-aebc44af-9ca0-5b6e-75e7-1ce6b4fec8c6-d05ae63a, #w-node-f36eca30-2022-53d0-22fa-058f397804cb-d05ae63a, #w-node-a93251e3-b5d8-7409-44f5-5434d5ddb027-d05ae63a {
    order: -9999;
  }

  #w-node-_3a5285d1-7430-5402-49e0-370c145845d7-805ae673 {
    order: 9999;
  }

  #w-node-_0e36e8a6-8320-303e-60cf-fb3f5dc99ab5-305ae67a {
    order: -9999;
    place-self: center;
  }

  #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4564-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4582-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45a0-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45be-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45d6-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e45f4-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4612-305ae6b0, #w-node-_6d812beb-9553-90d2-0bd5-c4f0967e4630-305ae6b0 {
    order: -9999;
  }

  #w-node-_0e36e8a6-8320-303e-60cf-fb3f5dc99ab5-131c2793 {
    order: -9999;
    place-self: center;
  }
}


@font-face {
  font-family: 'Vcr osd mono';
  src: url('../fonts/VCR_OSD_MONO-Use-when-instructed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree net museo sans3';
  src: url('../fonts/FontsFree-Net-Museo-Sans3.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial Opensans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanc w00';
  src: url('../fonts/Blanc-W00-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree net mont blanc';
  src: url('../fonts/FontsFree-Net-Mont-Blanc-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanc [thefontsmaster';
  src: url('../fonts/Blanc-Bold-TheFontsMaster.com.otf') format('opentype'), url('../fonts/Blanc-Bold-TheFontsMaster.com.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanc [thefontsmaster';
  src: url('../fonts/Blanc-Ultralight-TheFontsMaster.com.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanc [thefontsmaster';
  src: url('../fonts/Blanc-Light-TheFontsMaster.com.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanc [thefontsmaster';
  src: url('../fonts/Blanc-Thin-TheFontsMaster.com.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo sans 300 (all body text)';
  src: url('../fonts/Museo-Sans-300-ALL-BODY-TEXT-.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 700';
  src: url('../fonts/MuseoSans_700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blanc [thefontsmaster';
  src: url('../fonts/Blanc-TheFontsMaster.com.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosans 100';
  src: url('../fonts/MuseoSans-100.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}