@font-face {
  font-family: DM Sans;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Sans;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Custom;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Latc;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --doblue: #00c5e5;
  --dwhite: white;
  --dpblue: #09153d;
  --dborder: #0000001a;
  --greytext: #747474;
  --dlinktext: #0a0227;
  --lightbluebgsolid: #f5fcfd;
  --ccc: #ccc;
  --bglightblue: #00c5e50d;
  --button: #00c5e5;
  --black90: #000000e6;
  --ddd: #ddd;
  --greybg: #f7f7f7;
  --2d245e: #2d245e;
  --sky600: #0284c7;
  --darktextblue: #005377;
  --midnight-blue: #082f49;
  --deepdarkblue: #002636;
  --gray341: #2222221a;
  --purple: #6c0df2;
  --purple50: #f1e7ff;
  --black70: #000000b3;
  --black20: #0003;
  --ink: #101418;
  --accent-soft: #e6f0f1;
  --accent: #0e5a66;
  --ink-2: #39424c;
  --line: #e3e7ea;
  --card: #fff;
  --ink-3: #6b7580;
  --deep: #0d1b1f;
  --dobluehover: #85f1f6;
  --white70: var(--dwhite);
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

p {
  margin-bottom: 0;
}

strong {
  font-weight: 400;
}

.creersbottomgroup {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 0;
  padding-left: 7.222vw;
  padding-right: 7.222vw;
  display: flex;
}

.creersbottomgroupitemleft {
  padding-right: 2.778vw;
}

.creersbottomgroupitemtext {
  font-family: Latc, sans-serif;
}

.creersbutton {
  color: #0a0227;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 14px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  display: block;
}

.creersbutton.openpositionbutton {
  color: #00c5e5;
  border-width: 1px;
  border-color: #00c5e5;
  height: 44px;
  padding: 0 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.creersbutton.openpositionbutton:hover {
  background-color: var(--doblue);
  color: var(--dwhite);
}

.creersbottomgroupitem {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.creersbottomgroupitemtitle {
  color: var(--dpblue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.pressbox {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1440px;
  margin-left: 7.291vw;
  margin-right: 7.291vw;
  display: grid;
}

.pressitembutton {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00c5e5;
  border-radius: 100px;
  padding: .777em 1.666em;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.aboutbody {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 10;
  color: var(--dwhite);
  position: relative;
}

.desktopheader {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logobox {
  cursor: pointer;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-2 {
  height: 24px;
}

.navbarright {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 6.3vw;
  display: flex;
}

.primarybutton {
  height: 44px;
  box-shadow: 1px 1px 15px 0 var(--dborder);
  cursor: pointer;
  background-color: #00c5e5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0 33px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 44px;
  display: inline-block;
}

.section {
  width: 100%;
  max-width: 1440px;
  height: 34.1vw;
  color: var(--dwhite);
  border-radius: 2vw;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 6vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.text-block-4 {
  color: var(--dwhite);
  text-align: center;
  font-size: 2.78vw;
  font-weight: 700;
  line-height: 1.1em;
}

.text-block-4.nomobile {
  font-size: 40px;
}

.text-block-4.mobile {
  display: none;
}

.buttonline {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #09153d;
  border-radius: 100px;
  padding: .6em 30px .6em 1.2em;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 1.5em;
}

.button.w--current {
  background-color: var(--doblue);
}

.button.thin {
  background-color: var(--doblue);
  padding-left: 2em;
  padding-right: 2em;
  font-family: Latc, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footerbottom {
  border-top: 1px solid var(--dborder);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
}

.linksgroupname {
  color: #0a0227;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

.linksgroup {
  flex-direction: column;
  display: flex;
}

.linksgroup.lastitem {
  margin-right: 0;
}

.iconlink {
  cursor: pointer;
  width: 15px;
  margin-left: 20px;
  display: block;
}

.footerlinkscontent {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 0 solid #0000001a;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.copyright {
  color: var(--greytext);
  font-family: Latc, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
}

.weaklinkitem {
  color: var(--dpblue);
  cursor: pointer;
  margin-right: 20px;
  font-family: Latc, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
  text-decoration: none;
}

.footerbottomleft {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footerlinks {
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.778vw 4.8vw 2.083vw 4.166vw;
  display: block;
}

.footerbottomright {
  align-items: center;
  display: flex;
}

.somelinks {
  display: flex;
}

.article-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.customintegration {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #00c5e5;
  border-radius: 100px;
  padding: .6em 30px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.text-block-8 {
  color: #09153d;
  text-align: center;
  margin-bottom: 2.5vw;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-9 {
  text-align: center;
  max-width: 51vw;
  margin-bottom: 1.5vw;
  font-family: Latc, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.aboutbodycentertitle-2 {
  color: #0a0227;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.aboutbodycentertitle-2.meetteamtitle {
  margin-top: 4.514vw;
}

.teamitemimage-2 {
  background-color: #5ebeb6cc;
  border-radius: 1vw;
  width: 19.722vw;
}

.foundersinlogo {
  padding: .5vw;
}

.aboutbodybottom-2 {
  background-color: #fff;
  max-width: 1440px;
  padding-left: 5.555vw;
  padding-right: 5.555vw;
}

.aboutstorycontent {
  text-align: center;
  margin-top: 4.514vw;
  font-family: Latc, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.div-block {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teamitemname-2 {
  color: #09153d;
  margin-top: 1.111vw;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.teamitembox-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: stretch;
  margin-top: 4.514vw;
  display: grid;
}

.teamitem-2 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 1vw;
  padding-left: 5.555vw;
  padding-right: 5.555vw;
}

.investorsitemimage {
  object-fit: contain;
  margin-right: 4.166vw;
}

.investorsitemimage.lastitem {
  margin-right: 0;
}

.teamiteminfo-2 {
  color: #0a0227;
  font-family: Latc, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.investoeritembox {
  display: flex;
}

.aboutbodycenter-2 {
  max-width: 1440px;
  padding: 4.93vw 13.89vw 2.778vw 13.889vw;
}

.workingprinciplessvg {
  width: 62px;
  height: 62px;
}

.ourvaluesitemtitle-2 {
  color: #0a0227;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  display: block;
}

.ourvaluesbox-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.ourvaluesitemtext-2 {
  color: var(--greytext);
  margin-bottom: 0;
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.careersbodyvalues {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careersbodyvalues.dark {
  background-color: #0000;
}

.careersbody {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.creersbottomtitle-2 {
  color: #0a0227;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  line-height: 1.2em;
}

.ourvaluesitem-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 24.305vw;
  display: flex;
}

.jobdetail {
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 15px;
}

.jobtitle {
  color: #09153d;
  margin-top: 18px;
  font-size: 40px;
  line-height: 35px;
}

.jobdetailcontent {
  color: #333;
  margin-bottom: 0;
  font-family: Latc, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.jobdetailcontent-2 {
  font-size: 20px;
}

.button-3 {
  color: #fff;
  background-color: #00c5e5;
  border-radius: 100px;
  margin-top: 33px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 30px;
  line-height: 140%;
}

.careespostbody {
  color: #00c5e5;
  border-bottom: 1px solid #0000001a;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 118px 226px 165px 305px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.joblocation {
  color: #000;
  margin-top: 20px;
  font-size: 21px;
}

.qualificationslist {
  color: #000;
}

.careespostdata {
  font-size: 28px;
}

.jobdetailtitle {
  color: #333;
  line-height: 35px;
}

.jobdetailtitle.titletop60 {
  margin-top: 60px;
  margin-bottom: 5px;
}

.pressbody-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.611vw;
  display: block;
}

.pressbodytitle-2 {
  color: #0a0227;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  line-height: 1.1em;
}

.pressbodycenter-2 {
  justify-content: center;
  margin-top: 7.986vw;
  padding-bottom: 10.97vw;
  display: flex;
}

.pressbodycenteritem-2 {
  text-align: left;
  border: 1px solid #0003;
  border-radius: 4px;
  flex: none;
  padding: 5.208vw 3.125vw 3.75vw 2.083vw;
}

.pressforbesimage {
  text-align: left;
  width: 115px;
  display: block;
}

.pressitemtitle-2 {
  color: #0a0227;
  text-align: left;
  margin-top: 2.847vw;
  margin-bottom: 4.027vw;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  overflow: hidden;
}

.submenu {
  height: 100%;
  position: relative;
}

.footlink {
  color: var(--greytext);
  white-space: nowrap;
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 2.5em;
  text-decoration: none;
}

.navdropdown {
  font-family: Latc, sans-serif;
  font-size: 1.111vw;
  font-weight: 700;
  line-height: 1.4em;
}

.navdropdownlist {
  background-color: var(--lightbluebgsolid);
  padding-top: 15px;
  padding-bottom: 25px;
  box-shadow: 0 0 13px 3px #5c5c5c1c;
}

.navdropdownlist.w--open {
  background-color: var(--dwhite);
  padding: 10px 20px;
}

.dropdown-toggle {
  cursor: pointer;
  align-items: center;
  height: auto;
  padding: 1.388vw 2.083vw;
  display: flex;
}

.nav-link {
  white-space: nowrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.nav-link.w--current {
  color: var(--doblue);
}

.nav-link.noborder {
  border: 0 solid #000;
  border-radius: 0;
}

.navbar-2 {
  background-color: #0000;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-block {
  margin-right: 20px;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-2 {
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  cursor: pointer;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle-2.hide, .mobleheader {
  display: none;
}

.solutionhomebody {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  font-size: 18px;
  line-height: 28.8px;
  display: flex;
}

.solutionshomebottom {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-top: 4.1667vw;
  padding-bottom: 3.4vw;
  padding-left: 7.29vw;
  padding-right: 7.29vw;
  display: grid;
}

.solutionshomebottomitemtext {
  font-family: Latc, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.solutionshomebottomitemimg {
  width: 60px;
  height: 60px;
}

.solutionshometopleftimg {
  width: 49.72vw;
  margin-right: -10vw;
}

.solutionshomebottomitem {
  border: 1px solid #0000001a;
  border-radius: 15px;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 3.4vw;
  box-shadow: 0 0 5px 1px #0000000d;
}

.solutionshometopimgbox {
  justify-content: center;
  margin-top: 8vw;
  display: flex;
}

.solutionshometoprightimg {
  width: 41.875vw;
  margin-top: -8vw;
  margin-left: -8vw;
}

.solutionshomebottomitemtitle {
  color: #09153d;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5em;
}

.termsbody {
  padding-left: 1.388vw;
  padding-right: 1.388vw;
}

.termstitle {
  color: #09153d;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
}

.termscontent {
  padding-bottom: 100px;
}

.termsparagraphheadtitle {
  margin-bottom: 36px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.termsparagraphcontent {
  color: #0a0227;
  margin-bottom: 1vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.termsparagraphtitle {
  color: #0a0227;
  margin-bottom: auto;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.916em;
}

.privacybody {
  padding-bottom: 61px;
  padding-left: 20px;
  padding-right: 20px;
}

.privacytitle {
  color: #09153d;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.privacysubtitle {
  color: #0a0227;
  text-align: left;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.9em;
}

.privacyparagraphcontent {
  margin-bottom: 0;
  font-family: Montserrat Custom, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.privacyparagraphmaintitle {
  margin-bottom: 0;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2em;
}

.privacyparagraphtitle {
  margin-bottom: 0;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.9em;
}

.implementationsbody {
  flex-flow: column;
  align-items: center;
  display: block;
}

.securitycompliancebody {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: block;
}

.intergrationsbody {
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intergrationscenter {
  margin-top: 80px;
  padding-left: 17vw;
  padding-right: 17vw;
}

.intergrationscenteritem {
  color: #09153d;
  border: 1px solid #0000001a;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.388vw 1.736vw;
  font-size: 21px;
  line-height: 29.4px;
  display: flex;
}

.intergrationscenteritemlogo {
  width: 60px;
  height: 60px;
  margin-right: 1.736vw;
}

.intergrationscenteritemimg {
  width: 100%;
  height: 100%;
}

.intergrationscentertitle {
  color: #09153d;
  text-align: center;
  margin-bottom: 80px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

.intergrationcenterbox {
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  display: grid;
}

.intergrationscenteritemtext {
  font-size: 21px;
  line-height: 1.4em;
}

.demorequestform {
  flex-direction: column;
  align-items: stretch;
}

.demorequesttitle {
  color: #09153d;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 3.46vw;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3em;
}

.demorequestforminput {
  border: 1px solid #c4c4c4;
  border-radius: 3vw;
  flex: 0 auto;
  height: 50px;
  margin-bottom: 1vw;
  padding: .555vw 2vw;
  font-size: 15px;
  line-height: 1.5em;
}

.demorequestforminput:focus-visible, .demorequestforminput[data-wf-focus-visible] {
  border-color: var(--doblue);
}

.demorequestforminput.flex-2 {
  flex: 2 auto;
  height: 50px;
  font-size: 15px;
}

.demorequestforminput.flex-1 {
  flex-grow: 1;
  flex-shrink: 1;
  height: 50px;
  font-family: Latc, sans-serif;
  font-size: 15px;
}

.demorequestbottom {
  background-color: var(--dwhite);
  width: 51.38vw;
  box-shadow: 1px 1px 1vw 0 var(--dborder);
  border-radius: 2vw;
  padding: 4.44vw 7vw;
  position: relative;
  top: 2.5vw;
}

.success-message {
  background-color: #fff;
  padding: 1.388vw;
}

.success-message.flex {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.demorequestformbutton {
  color: #fff;
  background-color: #00c5e5;
  border-radius: 3vw;
  align-self: center;
  width: 100%;
  height: 50px;
  padding: 0 1.25em;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
}

.demorequestbody {
  background-color: var(--bglightblue);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Doublefin-Icon.png'), url('../images/Circle-1.png');
  background-position: 95% 5%, 132% 36%;
  background-repeat: no-repeat, no-repeat;
  background-size: 15%, 36%;
  background-clip: content-box;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.demorequestformbox {
  flex-direction: column;
  align-items: stretch;
}

.demorequestsuccesstext {
  color: #09153d;
  font-family: DM Sans, sans-serif;
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.demorequestsuccesstext.title {
  font-size: 2.43vw;
}

.flexcontainer {
  align-items: flex-start;
  display: flex;
}

.flexcontainer.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
}

.collection-list-wrapper {
  border-top: 1px solid var(--dborder);
  width: 100%;
}

.blogmainbody {
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  margin-top: .694vw;
  padding: .694vw;
  font-size: 1vw;
  line-height: 1.5em;
}

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

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.html-embed {
  border: 1px solid #c4c4c4;
  border-radius: 3vw;
  width: 100%;
  height: 50px;
  margin-bottom: 1vw;
  padding-left: 2vw;
  padding-right: 1.2vw;
  font-size: 15px;
  line-height: 1.5em;
}

.meetdoublefin {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw 8vw;
  display: flex;
}

._w-full {
  width: 100%;
}

._w-full.rounded {
  border-radius: 1.4vw;
}

._w-full.h-178 {
  border-radius: 1vw;
  height: 12.36vw;
}

.image535 {
  width: 37.15vw;
}

.titiledescbtn {
  width: 33.88vw;
}

.thetitle {
  margin-bottom: 1vw;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

.thedesc {
  color: #747474;
  margin-bottom: 1vw;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 2em;
}

.text-span {
  margin-bottom: 1vw;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.blueroundedbutton {
  background-color: var(--button);
  height: 44px;
  color: var(--dwhite);
  border-radius: 29px;
  padding: 0 29px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  line-height: 44px;
}

.blueroundedbutton.blackbg {
  background-color: var(--dlinktext);
}

.blueroundedbutton.mt1 {
  margin-top: 1vw;
}

.picwithdescsection {
  justify-content: space-between;
  align-items: center;
  padding: 5.55vw 8vw 10vw 10vw;
  display: flex;
}

.image441 {
  width: 30.625vw;
}

.thedescpart {
  width: 35.83vw;
}

.smallbluecaption {
  color: var(--button);
  margin-bottom: 1vw;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

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

.title35 {
  margin-bottom: 1vw;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.title35.center {
  text-align: center;
  font-family: Montserrat Custom, sans-serif;
}

.greytext15 {
  color: var(--greytext);
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 2em;
}

.greytext15.desc {
  margin-bottom: 1vw;
  font-size: 16px;
}

.greytext15.mb10 {
  margin-bottom: 10px;
}

.text-block-19 {
  color: var(--doblue);
  margin-bottom: 2vw;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.whydoublefin {
  padding-bottom: 6vw;
  padding-left: 14vw;
  padding-right: 14vw;
}

.whydoublefin.hasbg {
  background-color: var(--dwhite);
  color: var(--dwhite);
  border-radius: 2vw;
  margin: 6vw 8vw;
  padding: 7vw;
}

.whydoublefin.gapy10 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-direction: column;
  padding-top: 10vw;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image70 {
  width: 62px;
}

.image70.big {
  width: 120px;
}

.title16 {
  color: var(--black90);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.title16.shorttitle {
  width: 13em;
  margin-top: 2vw;
  font-size: 18px;
  line-height: 1.5em;
}

.title16.shorttitle.w100 {
  width: 100%;
}

.title16.shorttitle.big {
  font-size: 24px;
}

.title16.shortertitle {
  width: 8em;
  margin-top: 2vw;
  font-size: 18px;
  line-height: 1.5em;
}

.title16.shortertitle.w100 {
  width: 100%;
}

.title16.shortertitle.big {
  font-size: 23px;
}

.title16.lh1-5 {
  line-height: 1.5em;
}

.title16.lh1-5.w16 {
  width: 8em;
}

.greytext1-5 {
  width: 20.14vw;
  color: var(--greytext);
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 2em;
}

.greytext1-5.textwhite {
  color: var(--black90);
  font-family: Montserrat Custom, sans-serif;
}

.greytext1-5.w100 {
  width: 100%;
}

.div-block-11 {
  width: 31vw;
}

.text-span-2 {
  font-weight: 700;
}

.hearfromourcustomers {
  padding: 6vw 8vw;
}

.div-block-13 {
  background-color: #f8f8f8;
  border-radius: 2vw;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 10vw;
  display: flex;
}

.div-block-14 {
  width: 40vw;
}

.image212 {
  width: 14.72vw;
}

.text-block-20 {
  margin-bottom: 2vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-15 {
  text-align: center;
}

.text-block-21 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-22 {
  color: var(--greytext);
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.contactoptions {
  justify-content: space-between;
  padding-bottom: 10vw;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.blockwithbg {
  width: 41.38vw;
  height: 30.14vw;
  color: var(--dwhite);
  background-image: url('../images/CTA-Box---Dark-Blue.png');
  background-position: 0 0;
  background-size: 100% 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 8vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.blockwithbg.whitebg {
  color: #000;
  background-image: url('../images/CTA-Box---Light-Blue.png');
}

.title1-6 {
  text-align: center;
  margin-bottom: 2vw;
  padding-left: 1.6em;
  padding-right: 1.7em;
  font-family: Latc, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
}

.div-block-16 {
  box-shadow: 2px 2px 37px 0 var(--dborder);
  border-radius: 25px;
  padding: 62px 89px 72px;
}

.div-block-17 {
  flex-direction: column;
  display: flex;
}

.text-span-3 {
  margin-bottom: 1vw;
  font-size: 16px;
  display: block;
}

.intelligentmanagement {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 4vw 7vw 6.52vw;
  display: flex;
}

.titleone {
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.titleone.mt1em {
  flex: 0 auto;
  margin-top: 1em;
  font-family: Montserrat Custom, sans-serif;
  font-size: 42px;
}

.titleone.mt1em.smlh {
  font-size: 34px;
}

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

.titleone.center.footerbottomright {
  background-image: linear-gradient(90deg, #004664, #0099e4);
  font-size: 39px;
  line-height: 1.2em;
  display: block;
}

.titleone.center.footerbottomright.clipped {
  background-image: linear-gradient(165deg, #4d376d, #6c0df2);
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: .99em;
}

.image-9 {
  border-radius: 1vw;
  width: 39vw;
}

.image-9.big {
  width: 42vw;
}

.image-9.w500 {
  flex: none;
  width: 35vw;
}

.gapy30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.gapy30.w532 {
  width: 36.94vw;
}

.gapy30.w559 {
  width: 42vw;
}

.gapy30.center {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.descriptiontext {
  color: var(--greytext);
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.descriptiontext.w90 {
  font-size: 1vw;
}

.descriptiontext.w90.mobile {
  display: none;
}

.descriptiontext.w90.p0 {
  font-size: 15px;
}

.descriptiontext.textwhite {
  color: var(--dwhite);
}

.descriptiontext.textwhite.dark {
  color: var(--ddd);
}

.descriptiontext.small {
  line-height: 1.5em;
}

.descriptiontext.small.w516 {
  width: 35.83vw;
}

.descriptiontext.small.w516.p0 {
  font-size: 15px;
}

.descriptiontext.small.mb6.line3.p0 {
  height: 4.5em;
  font-size: 15px;
  overflow: hidden;
}

.descriptiontext.small.p0 {
  padding-left: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.descriptiontext.mw228 {
  max-width: 15.83vw;
}

.descriptiontext.mw228.p0 {
  padding-left: 0;
  font-size: 15px;
}

.descriptiontext.npwrap.smaller {
  font-size: 1vw;
}

.descriptiontext.npwrap.smaller.p0 {
  font-size: 15px;
}

.descriptiontext.wsm {
  font-size: 18px;
}

.descriptiontext.wsm.p0 {
  max-width: 520px;
  color: var(--dpblue);
  margin-top: -15px;
  padding-left: 0;
  font-size: 30px;
}

.descriptiontext.wsm.p0.integration {
  font-size: 24px;
}

.descriptiontext.mw360 {
  width: 25vw;
}

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

.descriptiontext.center.mt86 {
  margin-top: 6vw;
}

.descriptiontext.center.mt86.mb10 {
  margin-bottom: 10vw;
}

.descriptiontext.w65 {
  width: 65%;
}

.descriptiontext.left {
  margin-top: 10px;
  font-size: 15px;
}

.descriptiontext.p0 {
  padding-left: 0;
}

.simplifymanagement {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 10vw;
  display: flex;
}

.image-10 {
  width: 24.09vw;
}

.image-10._w-400 {
  flex: none;
  width: 28vw;
}

.titletwo {
  font-family: Montserrat Custom, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

.titletwo.w90 {
  width: 90%;
}

.titletwo.mb86 {
  margin-bottom: 6vw;
}

.titletwo.w200 {
  width: 200%;
}

.titletwo.mb10.short {
  margin-bottom: 1vw;
}

.titletwo.mr-10.montserrat {
  font-family: Montserrat Custom, sans-serif;
}

.titletwo.mb1 {
  margin-bottom: 1vw;
}

.greycontainer {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  background-color: var(--greybg);
  border-radius: 2vw;
  align-items: center;
  margin-left: 8vw;
  margin-right: 8vw;
  padding: 5vw 6vw 4vw;
  display: flex;
}

.image-11 {
  flex: none;
  width: 32vw;
  margin-top: -3.2vw;
  margin-bottom: -3.2vw;
}

.image-11.mobile {
  display: none;
}

.gayx14 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

.icon26 {
  width: 1.8vw;
}

.boldtext {
  font-family: Latc, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.boldtext.pr45 {
  padding-right: 3vw;
}

.gapx14 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gapy14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.gapy14.itemscenter {
  align-items: center;
}

.gapy14.w45 {
  max-width: 60%;
}

.blankcontainer {
  grid-column-gap: 12.36vw;
  grid-row-gap: 12.36vw;
  margin-left: 8vw;
  margin-right: 8vw;
  padding: 8vw 6vw;
  display: flex;
}

.blankcontainer.hasbg.homepage.ldp {
  margin-top: 0;
  margin-bottom: 0;
}

.blankcontainer.hasbg.rounded {
  border-radius: 2vw;
  margin-bottom: 6vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: block;
}

.blankcontainer.hasbg.rounded.mt6 {
  margin-top: 6vw;
  display: flex;
}

.blankcontainer.hasbg {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  align-items: center;
}

.blankcontainer.hasbg.homepage {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  background-color: #0000;
  max-width: 1440px;
  margin-top: 6vw;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 14vw;
}

.nowrapbold {
  white-space: nowrap;
  font-weight: 700;
}

.image-13 {
  flex: none;
  width: 25.9vw;
}

.image-14 {
  flex: none;
  width: 32vw;
}

.image-14.mobile {
  display: none;
}

.flexwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexwrap.gapx14.mb30 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-bottom: 4vw;
}

.flexwrap.gap10 {
  grid-column-gap: .69vw;
  grid-row-gap: .69vw;
}

.image-15 {
  flex: 0 auto;
  width: 23.6vw;
}

.image-15.mobile {
  display: none;
}

.getstarted {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  width: 100%;
  height: 30vw;
  color: var(--dwhite);
  background-image: linear-gradient(#09153d, #082d54);
  border-radius: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mx114 {
  background-color: #fff;
  margin-left: 8vw;
  margin-right: 8vw;
}

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

.text-span-5 {
  font-weight: 700;
}

.gridcontainer {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 8vw;
  margin-right: 8vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
}

.gridcontainer.mt2 {
  margin-top: 2vw;
}

.gridcontainer.mt2.nomb {
  padding-bottom: 0;
}

.gridcontainer.py6 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.gridcontainer.py6.gap2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.gridcontainer.mt0 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  padding-top: 0;
  padding-bottom: 0;
}

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

.gridcols2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: 1fr;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gridcols2.white {
  grid-column-gap: 4.51vw;
  grid-row-gap: 4.51vw;
}

.gridcols2.gap10 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
}

.roundedcard {
  border-radius: 2vw;
  padding: 2.5vw 4.16vw;
}

.roundedcard.bluebg.small {
  padding-left: 6.5vw;
  padding-right: 6.5vw;
}

.roundedcard.shadow {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.375vw 5vw 4.375vw 7vw;
  display: flex;
  box-shadow: 1px 1px 1vw #00000021;
}

.roundedcard.shadow.smallpd, .roundedcard.shadow.center {
  text-align: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
}

.roundedcard.shadow.new {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 20px 16px;
}

.roundedcard.white {
  box-shadow: 1px 1px 1vw 0 var(--dborder);
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.roundedcard.white.h100 {
  height: 100%;
  color: var(--dpblue);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.roundedcard.white.h100.psmall {
  border: 2px solid #0000;
  padding: 2.6vw 3vw;
}

.roundedcard.white.h100.psmall:hover {
  border-color: var(--doblue);
}

.roundedcard.white {
  padding-top: 6vw;
  padding-bottom: 6vw;
  box-shadow: 1px 1px 1vw #0000001a;
}

.roundedcard.white:hover {
  border: 2px solid #00c5e5;
}

.roundedcard.bluebg {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  color: #fff;
  background-color: #09153d;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.41vw 7vw;
  display: flex;
}

.titlethree {
  margin-top: 10px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.titlethree.mt2 {
  margin-top: 2vw;
}

.titlethree.mt2.mb1 {
  max-height: 3em;
  margin-bottom: 1vw;
  font-weight: 500;
  overflow: hidden;
}

.titlethree.mt2.mb1.minh3em {
  min-height: 4.5em;
  font-size: 24px;
}

.titlethree.mt12 {
  margin-top: 12px;
}

.titlethree.small {
  margin-top: 0;
  font-size: 18px;
}

.image-16 {
  border-radius: 50%;
  width: 100px;
}

.slider {
  background-color: #f7f7f7;
  border-radius: 3vw;
  width: 100%;
  height: 40vw;
}

.slider.short {
  height: 40vw;
}

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

.image-17 {
  width: 25.9vw;
}

.image-17.mobile {
  display: none;
}

.image-17.desktop.w400 {
  width: 27.78vw;
}

.roundedtext {
  border: 1px solid var(--greytext);
  color: var(--greytext);
  border-radius: 2vw;
  padding: .55vw 2vw;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.hasbg {
  background-color: var(--bglightblue);
}

.nounderline {
  text-decoration: none;
}

.div-block-20.no-reverse {
  grid-column-gap: 8.33vw;
  grid-row-gap: 8.33vw;
  flex-direction: row;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.div-block-20.justify-start {
  grid-column-gap: 12.08vw;
  grid-row-gap: 12.08vw;
  justify-content: flex-end;
}

.div-block-20.justify-start.mb10 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.div-block-20.justify-start.mb10.reverse {
  flex-direction: row;
  margin-bottom: 0;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.gapx72 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  align-items: flex-start;
  display: flex;
}

.avatar {
  width: 6vw;
}

.avatar.mb44 {
  width: 86px;
}

.title18 {
  font-family: Montserrat Custom, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.title18._2l {
  min-height: 3em;
}

.title18._2l.mb29 {
  margin-bottom: 20px;
  font-size: 18px;
}

.title18.normal {
  font-weight: 400;
}

.gapy60 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-direction: column;
  display: flex;
}

.gapx60 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  display: flex;
}

.div-block-21 {
  flex: none;
  position: relative;
}

.title40 {
  color: #005377;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-22 {
  flex: none;
  margin-bottom: -2vw;
}

.text-span-6 {
  color: var(--doblue);
}

.div-block-26 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.image62 {
  width: 62px;
}

.div-block-29 {
  height: 100%;
  padding: 48px 7vw 38px;
}

.hr {
  background-color: var(--dborder);
  height: 1px;
}

.hr.my-1 {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.hr._80t {
  width: 80%;
  position: absolute;
  top: -2vw;
}

.div-block-30 {
  margin-top: 1vw;
}

.image-18 {
  width: 12%;
  position: absolute;
  inset: auto auto 0% -6%;
}

.div-block-31 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
}

.image-19 {
  width: 6vw;
}

.div-block-32 {
  background-color: var(--dpblue);
  border-radius: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-16 {
  display: block;
}

.image-20 {
  width: 3vw;
}

.link-block-4 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--dpblue);
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.text-block-24 {
  font-size: 16px;
  text-decoration: none;
}

.gridcols3 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gridcols3.gap2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.hr-2 {
  background-color: #0000001a;
  height: 1px;
}

.hr-2.my-1 {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.blueroundedbutton-2 {
  color: #fff;
  background-color: #00c5e5;
  border-radius: 3vw;
  height: 45px;
  padding: 0 2vw;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 45px;
}

.descriptiontext-2 {
  color: #747474;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  line-height: 2em;
}

.descriptiontext-2.textwhite {
  color: #fff;
}

.descriptiontext-2.textwhite.dark {
  color: #ddd;
}

.descriptiontext-2.small {
  font-size: 12px;
}

.roundedtext-2 {
  color: #747474;
  border: 1px solid #747474;
  border-radius: 2vw;
  padding: .55vw 2vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.div-block-34 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

.image-21 {
  border-radius: 50%;
  width: 57.6px;
  height: 57.6px;
}

.title20 {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat Custom, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.title20.normal {
  font-weight: 400;
}

.div-block-37 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  width: 830px;
  display: flex;
}

.div-block-38 {
  background-color: var(--bglightblue);
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

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

.image-22 {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.image-23 {
  border-radius: 1vw;
  width: 100%;
}

.div-block-40 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-41 {
  margin-bottom: 6vw;
  display: flex;
}

.link-block-5 {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 5vw;
  height: 3.6vw;
  padding-top: .5vw;
  display: flex;
}

.more, .empty-state {
  display: none;
}

.text-span-18 {
  color: var(--doblue);
}

.text-span-19 {
  display: block;
}

.roundshadow {
  box-shadow: 1px 1px 1vw 0 var(--ccc);
  border-radius: 50%;
  display: inline-block;
}

.roundshadow.avatar {
  height: 6vw;
  margin-bottom: 30px;
}

.div-block-42 {
  width: 100%;
  height: 7vw;
}

.rich-text-block {
  margin-bottom: 20px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.descriptiontext-copy {
  color: var(--greytext);
  padding-left: 1vw;
  font-family: Latc, sans-serif;
  font-size: 1.01vw;
  line-height: 2em;
}

.descriptiontext-copy.small {
  font-size: 1.03vw;
  line-height: 1.65em;
}

.descriptiontext-copy.small.p0 {
  padding-left: 0;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
}

.descriptiontext-copy.p0 {
  padding-left: 0;
}

.text-block-27 {
  font-size: 14px;
  font-weight: 400;
}

.image-24 {
  width: 12px;
  margin-left: 6px;
}

.inlinenavlink {
  color: #3d3d3d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.inlinenavlink.w--current {
  color: var(--button);
}

.image-25 {
  max-width: 20px;
  max-height: 20px;
  margin-right: 18px;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bglightblue);
  color: var(--dpblue);
  border-top: 1px solid #000;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Latc, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  display: flex;
}

.text-block-28 {
  color: var(--dpblue);
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-29 {
  max-width: 642px;
  color: var(--greytext);
  text-align: center;
  text-indent: 42px;
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block-29.mb10 {
  margin-bottom: 10px;
}

.text-block-29.mb10.noindent {
  text-indent: 0;
}

.ssectiontitle {
  margin-top: 123px;
  margin-bottom: 75px;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.maxw1191 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1191px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-45 {
  min-width: 0;
  box-shadow: 2px 2px 37px 0 var(--dborder);
  text-align: center;
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  padding: 2.3vw 3vw;
  display: flex;
}

.image-27 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.text-block-31 {
  color: var(--dpblue);
  white-space: nowrap;
  margin-top: 38px;
  margin-bottom: 25px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-32 {
  color: var(--dpblue);
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-46 {
  max-width: 1031px;
  margin-bottom: 76px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-47 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 55px;
}

.div-block-48 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-49 {
  padding-right: 52px;
}

.image-28 {
  width: 62px;
  box-shadow: 2px 2px 15px 0 var(--dborder);
  border-radius: 15px;
}

.text-block-33 {
  margin-top: 29px;
  margin-bottom: 20px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-34 {
  color: var(--greytext);
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-50 {
  margin-bottom: 100px;
}

.mb100px {
  margin-bottom: 100px;
  display: block;
}

.div-block-52 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-53 {
  max-width: 1243px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 60px 80px 59px;
}

.text-block-35 {
  margin-top: 29px;
  margin-bottom: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-40 {
  color: var(--dwhite);
}

.text-block-42 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-54 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 86vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-55 {
  border: 2px solid var(--dwhite);
  box-shadow: 2px 2px 37px 0 var(--dborder);
  border-radius: 25px;
  padding: 3.125vw;
  text-decoration: none;
}

.div-block-55:hover {
  border: 2px solid var(--doblue);
}

.mb80 {
  margin-bottom: 80px;
}

.image-29 {
  border-radius: 15px;
  width: 100%;
  height: 12.36vw;
}

.text-block-43 {
  max-height: 3em;
  color: var(--dpblue);
  margin-top: 29px;
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
  overflow: hidden;
}

.text-block-44 {
  color: var(--greytext);
  font-family: Latc, sans-serif;
  font-size: 15px;
  line-height: 2em;
}

.text-block-44.bold {
  font-weight: 700;
}

.text-span-23 {
  color: var(--doblue);
}

.text-block-45 {
  text-align: center;
  max-width: 850px;
  font-size: 16px;
}

.text-block-45.mb10 {
  margin-bottom: 10px;
}

.heading {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 35px;
  line-height: 1.2em;
}

.text-span-26 {
  color: var(--doblue);
}

.stayintouch {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--bglightblue);
  border-radius: 25px;
  flex-direction: column;
  width: 50%;
  max-width: 481px;
  padding: 60px 55px;
  display: flex;
}

.lt16 {
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.lt16.bold {
  font-weight: 700;
}

.lt16.grey {
  color: #747474;
  font-size: 18px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border-radius: 25px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 44px;
}

.submitbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dpblue);
  height: 44px;
  color: var(--dwhite);
  border-radius: 25px;
  padding: 0 30px;
  font-family: Latc, sans-serif;
  line-height: 44px;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
}

.text-block-46 {
  color: var(--doblue);
}

.maxw1440 {
  z-index: 2;
  max-width: 1440px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-27 {
  display: block;
}

.image384 {
  width: 26.6vw;
}

.image-30 {
  height: 23px;
}

.image-31 {
  height: 47px;
}

.image-32, .image-33 {
  height: 28px;
}

.image-34 {
  height: 21px;
}

.image-35 {
  height: 25px;
}

.div-block-58 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-58.mobile {
  display: none;
}

.text-block-47 {
  color: var(--dpblue);
  text-align: center;
  margin-top: 46px;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-61 {
  background-color: var(--bglightblue);
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}

.text-block-48 {
  color: var(--doblue);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}

.text-block-49 {
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
}

.image-36 {
  width: 389px;
}

.gapx107 {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-28 {
  font-size: 30px;
  display: block;
}

.div-block-63 {
  margin-bottom: 30px;
}

.lt18 {
  color: var(--dpblue);
  font-family: Latc, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}

.lt18.bold {
  font-weight: 700;
  display: flex;
}

.text-span-29 {
  display: block;
}

.div-block-65 {
  margin-top: 80px;
}

.text-block-50 {
  margin-bottom: 80px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.gapy20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.gapy14copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.gapy14copy.mx459 {
  max-width: 459px;
}

.gapy14copy.mx479 {
  max-width: 500px;
}

.text-span-30 {
  display: block;
}

.w450 {
  width: 450px;
}

.w450.mobile {
  display: none;
}

.text-span-31, .text-span-32 {
  display: block;
}

.leavingpopup {
  z-index: 2;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 100%;
}

.navdropdownlist-2 {
  background-color: #f5fcfd;
  padding-top: 15px;
  padding-bottom: 25px;
  box-shadow: 0 0 13px 3px #5c5c5c1c;
}

.navdropdownlist-2.w--open {
  background-color: #fff;
  padding: 10px 20px;
}

.navdropdownlist-2.w360 {
  width: 360px;
}

.navdropdownlist-2.w180 {
  width: 210px;
}

.navdropdownlist-2.w260 {
  width: 260px;
}

.navdropdownlist-2.w270.w--open {
  width: 270px;
}

.inlinenavlink-2 {
  color: #3d3d3d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.inlinenavlink-2.w--current {
  color: #00c5e5;
}

.nav-link-2 {
  white-space: nowrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.nav-link-2.w--current {
  color: #00c5e5;
}

.nav-link-2.nom {
  border: 0 solid #000;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.popupcontent {
  background-color: var(--dwhite);
  border-radius: 25px;
  max-width: 740px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  padding: 82px 185px 81px 72px;
  position: relative;
}

.div-block-66 {
  background-color: #f2fcfe;
  background-image: url('../images/Circle-2.png');
  background-position: 36px 110%;
  background-repeat: no-repeat;
  background-size: 224px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 137px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-37 {
  width: 97px;
  height: 97px;
  box-shadow: 1px 1px 20px 0 var(--dborder);
  border-radius: 50%;
  position: absolute;
  top: 67px;
  left: -45px;
}

.div-block-67, .div-block-68 {
  justify-content: center;
  margin-bottom: 1vw;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  display: flex;
}

.text-span-35 {
  display: block;
}

.div-block-71 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.whitelink {
  color: var(--dwhite);
  padding: 10px 5px;
  text-decoration: none;
}

.whitelink:hover {
  text-decoration: underline;
}

.spacex16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.whitebutton {
  background-color: var(--dwhite);
  color: var(--sky600);
  border-radius: 12px;
  padding: 10px 20px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.dbluelink {
  color: var(--darktextblue);
  padding: 10px 5px;
  text-decoration: none;
}

.dbluelink:hover {
  text-decoration: underline;
}

.whitenav {
  z-index: 10;
  color: var(--dpblue);
  background-color: #0000;
  position: relative;
}

.dbluebutton {
  background-color: var(--darktextblue);
  color: var(--dwhite);
  border-radius: 12px;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.dbluebutton.long {
  padding-left: 50px;
  padding-right: 50px;
}

.mw1440px100 {
  z-index: 2;
  max-width: 1440px;
  color: var(--dwhite);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px 30px;
  font-family: Montserrat Custom, sans-serif;
  display: flex;
  position: relative;
}

.image-38 {
  height: 32px;
}

.whitebluebutton {
  background-color: var(--dwhite);
  color: var(--midnight-blue);
  border-radius: 12px;
  flex: none;
  padding: 10px 20px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.spacey30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.spacey30.w100 {
  width: 100%;
}

.whiteboldlink {
  color: var(--dwhite);
  padding: 0 5px;
  font-family: Montserrat Custom, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.whiteboldlink:hover {
  text-decoration: underline;
}

.darkwhitetext {
  color: var(--ddd);
}

.darknav {
  white-space: nowrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.darknav.w--current {
  color: var(--doblue);
}

.body-4 {
  background-color: var(--deepdarkblue);
  background-image: url('../images/homebg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Montserrat Custom, sans-serif;
}

.article {
  z-index: 9;
  color: var(--dwhite);
  position: relative;
}

.bettersection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dwhite);
  text-align: center;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.text48 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25em;
}

.text-block-53 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.transparentbutton {
  border: 1px solid var(--dwhite);
  color: var(--dwhite);
  background-color: #0000;
  border-radius: 12px;
  align-self: center;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.transparentbutton.big {
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 16px;
}

.trustedby {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
  color: var(--dwhite);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.trustedby.mobile {
  display: none;
}

.h30 {
  height: 30px;
}

.text-block-54 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-span-38 {
  display: block;
}

.m40 {
  height: 1px;
  margin-top: 40px;
}

.div-block-81 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.55vw 8.3vw 4.16vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-55 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-56 {
  color: var(--ccc);
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-82 {
  width: 360px;
}

.image-39 {
  width: 300px;
  position: relative;
}

.div-block-83 {
  position: relative;
}

.div-block-84 {
  background-image: linear-gradient(#99999980, #fff0);
  border-radius: 999px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: -60px auto auto -40px;
}

.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5.55vw 8.3vw;
  display: flex;
  position: relative;
}

.div-block-83-copy {
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
}

.div-block-82-copy {
  max-width: 500px;
}

.text-span-40 {
  display: block;
}

.text-block-56-copy {
  color: var(--ccc);
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5em;
}

.div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 450px;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1440px;
  color: var(--dwhite);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 8.3vw;
  padding-right: 8.3vw;
  display: grid;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f7f703;
  border-radius: 24px;
  flex-direction: column;
  padding: 4.16vw 5.55vw;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.image-40 {
  height: 40px;
}

.text-block-57 {
  font-weight: 600;
}

.text-span-41 {
  display: block;
}

.body-5 {
  background-color: var(--deepdarkblue);
  background-image: url('../images/homebg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Montserrat Custom, sans-serif;
}

.labelsection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dwhite);
  text-align: center;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 30px;
  display: flex;
}

.html-embed-2 {
  margin-top: -66px;
}

.newfooterbg {
  background-color: var(--deepdarkblue);
}

.oldicon {
  color: var(--dpblue);
}

.oldmobleheader, .whitemobleheader {
  display: none;
}

.whitebanner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--darktextblue);
  text-align: center;
  flex-direction: column;
  padding-top: 8.3vw;
  padding-bottom: 60px;
  display: flex;
}

.text20 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.body-6 {
  color: var(--darktextblue);
  font-family: Montserrat Custom, sans-serif;
}

.text-block-56-copy {
  color: var(--ccc);
  font-size: 16px;
  line-height: 1.5em;
}

.text20bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.text16 {
  color: gray;
  font-size: 16px;
  line-height: 1.5em;
}

.body-7 {
  background-color: var(--deepdarkblue);
  color: var(--dwhite);
  background-image: url('../images/homebg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Montserrat Custom, sans-serif;
}

.div-block-100 {
  justify-content: space-between;
  padding: 60px 6.9vw;
  display: flex;
}

.image-44 {
  width: 41.6vw;
}

.div-block-101 {
  width: 530px;
}

.div-block-102 {
  padding-bottom: 36px;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}

.text42 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25em;
}

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

.image-46 {
  background-color: var(--dwhite);
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.link-block-6 {
  color: var(--dwhite);
}

.div-block-104 {
  justify-content: space-between;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  display: flex;
}

.div-block-105 {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}

.div-block-106 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.image-48, .image-49 {
  height: 50px;
}

.body-8 {
  color: var(--darktextblue);
  font-family: Montserrat Custom, sans-serif;
}

.image-51 {
  width: 30px;
}

.div-block-110 {
  color: var(--dlinktext);
  text-align: center;
}

.div-block-111 {
  text-align: left;
  border: 1px solid #000;
  border-radius: 16px;
}

.div-block-112 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 3vw 8vw;
  display: flex;
}

.div-block-113 {
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.div-block-114 {
  border-top: 1px solid #000;
  padding: 16px 24px;
}

.div-block-115 {
  display: none;
}

.div-block-116 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  color: var(--dlinktext);
  flex-direction: column;
  padding: 3vw 8vw 6vw;
  display: flex;
}

.title20boldxs {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.body-9 {
  background-color: var(--deepdarkblue);
  color: var(--dwhite);
  background-image: url('../images/homebg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Montserrat Custom, sans-serif;
}

.dms14 {
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.body-10 {
  font-family: Montserrat Custom, sans-serif;
}

.mt120 {
  height: 0;
  margin-top: 8.3vw;
}

.title24 {
  text-align: left;
  min-height: 2.4em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.tinyavatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.div-block-34-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--greytext);
  align-items: center;
  display: flex;
}

.text-block-60 {
  display: none;
}

.empty-state-3 {
  background-color: #0000;
  padding: 0;
}

.empty-state-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-61 {
  display: none;
}

.titletwo-copy1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

.title14 {
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25em;
}

.title14.normal {
  font-weight: 400;
}

.image-22-copy {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.image-21-copy {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.trustedbycontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
  color: var(--dwhite);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.ourvaluesbox-2-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1285px;
  display: flex;
}

.div-block-120 {
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-42 {
  display: block;
}

.div-block-121 {
  padding-left: 24px;
  padding-right: 24px;
}

.image-47-copy {
  height: 50px;
}

.image-9-copy {
  border-radius: 1vw;
  width: 39vw;
  max-width: none;
}

.gapy30center {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.whiteboldlinkunderline {
  color: var(--dwhite);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat Custom, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.whiteboldlinkunderline:hover {
  text-decoration: underline;
}

.div-block-122 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-block-8-copy {
  color: #09153d;
  text-align: center;
  margin-bottom: 2.5vw;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-9-copy {
  text-align: center;
  max-width: 51vw;
  margin-bottom: 1.5vw;
  font-size: 18px;
  line-height: 1.5em;
}

.intergrationscentertitle-copy {
  color: #09153d;
  text-align: center;
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

.text-block-35-copy {
  margin-top: 29px;
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-36-copy {
  color: var(--greytext);
  font-size: 16px;
  line-height: 1.5em;
}

.mb70 {
  margin-bottom: -50px;
}

.div-block-123, .div-block-124 {
  height: 44px;
}

.div-block-125 {
  height: 17px;
}

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

.text-block-63 {
  text-align: center;
  flex: none;
  width: 1em;
}

.darklink {
  color: var(--ddd);
  padding: 0 5px;
  font-family: Montserrat Custom, sans-serif;
  text-decoration: none;
}

.darklink:hover {
  text-decoration: underline;
}

.div-block-127 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacex30-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.whitebluebutton-copy {
  background-color: var(--dwhite);
  color: var(--midnight-blue);
  border-radius: 12px;
  flex: none;
  padding: 10px 20px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.maxw1440-copy {
  z-index: 2;
  z-index: 2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.div-block-128 {
  background-color: var(--greybg);
  padding: 36px 50px 16px;
}

.div-block-129 {
  color: #333;
}

.text-block-64 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
}

.link-block-7 {
  color: #333;
  text-decoration: none;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 36px;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

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

.h36 {
  height: 36px;
}

.formbanner {
  justify-content: space-around;
  display: flex;
}

.formbanner.w1140 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  max-width: 1140px;
  margin-top: 31px;
  display: grid;
}

.w1140 {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.w1140.abouts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  padding-top: 23px;
  padding-bottom: 24px;
  display: flex;
}

.titletwo-copy {
  font-family: Montserrat Custom, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
}

.text18-copy {
  margin-top: 24px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.div-block-133 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 32px;
  display: flex;
}

.shadowbox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 4px;
  align-items: center;
  padding: 10px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.title24-copy {
  text-align: center;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.primarybutton-copy {
  cursor: pointer;
  background-color: #00c5e5;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 33px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
}

.form-block {
  background-color: #fff;
  border-left: 12px solid #005377;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 9px 36px 41px 43px;
  box-shadow: 0 2px 5px #0003;
}

.image-53 {
  height: 30px;
}

.div-block-136 {
  text-align: center;
}

.div-block-136.w1140 {
  margin-top: 120px;
  margin-bottom: 108px;
  display: none;
}

.primarybutton-copy1 {
  cursor: pointer;
  background-color: #00c5e5;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 44px;
  padding: 0 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
}

.div-block-137 {
  border-top: 1px dotted var(--greytext);
  width: 100px;
  height: 1px;
  margin-top: 16px;
}

.div-block-138 {
  justify-content: space-around;
  margin-top: 67px;
  margin-bottom: 41px;
  display: flex;
}

.div-block-139 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #b8b8b854;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  padding: 32px 22px;
  display: flex;
}

.image-54 {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.div-block-140 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  max-width: 350px;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-43 {
  color: #00c5e5;
}

.text-span-44 {
  color: #e60000;
}

.primarybutton-copy1-copy {
  cursor: pointer;
  background-color: #e60000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 44px;
  padding: 0 33px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
}

.div-block-142 {
  background-image: url('../images/party-free-content-clip-art-cartoon-glass-ribbon-ve.png');
  background-position: 105% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
  margin-bottom: -80px;
  padding-top: 16px;
  padding-bottom: 80px;
  position: relative;
}

.image-56 {
  width: 16px;
  height: 16px;
}

.field-label-copy {
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2 {
  border-radius: 4px;
}

.div-block-143 {
  margin-bottom: 24px;
}

.div-block-147 {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-148 {
  height: 80px;
}

.text18-copy-copy {
  color: #9b9b9b;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.w1140-copy {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.w1140-copy.whyattend {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  width: auto;
  margin-bottom: 80px;
  padding-top: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.title16-copy2 {
  text-align: center;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.image-57 {
  margin-top: 8px;
}

.titletwo-copylefg {
  font-family: Montserrat Custom, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

.div-block-150 {
  position: absolute;
  top: -80px;
}

.div-block-151 {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 59px;
  display: flex;
}

.div-block-152 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 250px;
  display: flex;
}

.image-58 {
  border-radius: 50%;
  width: 150px;
}

.div-block-153 {
  border-radius: 50%;
  display: flex;
}

.whatyoucanexpect {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 30px;
  flex-flow: column;
  padding: 45px 60px 40px;
  display: flex;
}

.div-block-10-copy {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-154 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.descriptiontext-2-copy {
  color: #747474;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  line-height: 2em;
}

.heading-2 {
  color: var(--doblue);
  font-family: Inter, sans-serif;
}

.image-59 {
  color: var(--doblue);
}

.heading-3, .heading-4 {
  font-family: Montserrat Custom, sans-serif;
}

.paragraph {
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-5 {
  color: var(--doblue);
  font-family: Montserrat Custom, sans-serif;
}

.heading-6, .paragraph-2, .heading-7 {
  font-family: Montserrat Custom, sans-serif;
}

.paragraph-3 {
  flex: 0 auto;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-8 {
  font-family: Montserrat Custom, sans-serif;
}

.container {
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.rich-text-block-2 {
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-9 {
  color: var(--doblue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -72px;
  font-size: 15px;
}

.heading-10 {
  color: var(--doblue);
  font-size: 18px;
}

.heading-11 {
  color: var(--doblue);
  margin-bottom: -72px;
  padding-bottom: 0;
  font-size: 15px;
}

.heading-12, .heading-13 {
  font-size: 15px;
}

.heading-71 {
  color: var(--doblue);
  margin-bottom: -70px;
  font-size: 15px;
}

.text-block-65 {
  color: var(--dpblue);
}

.paragraph-4 {
  margin-bottom: 20px;
}

.rich-text-block-3 {
  margin: -40px 185px 20px 180px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.paragraph-5 {
  margin-left: 169px;
  margin-right: 120px;
}

.paragraph-6 {
  margin-left: 181px;
  margin-right: 140px;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  margin-left: 140px;
  margin-right: 140px;
}

.paragraph-16 {
  margin-left: 140px;
}

.h-100 {
  height: 100px;
}

.empty-state-5 {
  background-color: #fff0;
}

.text-block-66 {
  text-align: center;
}

.cashboardheader {
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.image-60 {
  width: 24px;
  height: 24px;
}

.div-block-156 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.div-block-157 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-67 {
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

.body-11 {
  font-family: Instrument Sans, sans-serif;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bluebutton1510 {
  background-color: #2c9151;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
}

.div-block-159 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.image-61 {
  width: 90%;
}

.text-span-45 {
  font-weight: 800;
}

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

.title90 {
  font-family: Instrument Sans, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1em;
}

.div-block-160 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.div-block-161 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text22 {
  font-size: 22px;
  line-height: 1.5em;
}

.bluebutton2015 {
  background-color: #2c9151;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.div-block-162 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 80px;
  display: flex;
}

.text-block-70 {
  color: #666;
}

.div-block-163 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  height: 36px;
  display: flex;
}

.image-62, .image-63 {
  height: 100%;
}

.cashboardbanner {
  background-color: #f5f4f3;
}

.howiitworks {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px 80px;
  display: flex;
}

.title54 {
  font-family: Instrument Sans, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1em;
}

.div-block-166 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.div-block-167 {
  border: 1px solid #2222221a;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.text26 {
  font-family: Instrument Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-64 {
  width: 100%;
}

.italic-text {
  font-family: Instrument Sans, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.div-block-168 {
  text-align: center;
}

.text-block-73 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.nornal16 {
  font-size: 16px;
  line-height: 24px;
}

.bigtitle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  padding: 180px 40px 40px;
  display: flex;
}

.bold-text-3 {
  font-weight: 600;
}

.text28 {
  font-family: Instrument Sans, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.twocolumn {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.div-block-171 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-75 {
  font-family: Instrument Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

.image-65 {
  border-radius: 20px;
  flex: none;
  width: 666px;
}

.greenbg {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  color: var(--dwhite);
  text-align: center;
  background-color: #1c3631;
  flex-flow: column;
  padding: 80px 40px 60px;
  display: flex;
}

.inhierit54 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1em;
}

.inherit22 {
  font-size: 22px;
  line-height: 1.3em;
}

.div-block-173 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-66 {
  align-self: center;
  width: 100%;
  max-width: 1120px;
}

.bordertext {
  border: 1px solid #fff3;
  border-radius: 10px;
  align-self: center;
  padding: 8px 13px 9px;
  line-height: 18px;
}

.fourcolumns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-67 {
  width: 32px;
}

.div-block-175 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-176 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.normal18 {
  font-size: 18px;
  line-height: 1.5em;
}

.normal18.bold {
  font-weight: 600;
}

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

.div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-68 {
  height: 160px;
}

.div-block-179 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 80px;
  display: flex;
}

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

.text-block-80 {
  border: 1px solid var(--gray341);
  border-radius: 10px;
  padding: 8px 13px;
  font-weight: 500;
}

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

.div-block-182 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-183 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dwhite);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.bg543 {
  background-color: #f5f4f3;
}

.image-69 {
  border-radius: 10px;
  width: 56px;
}

.div-block-185 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.inherit16 {
  font-size: 16px;
  line-height: 24px;
}

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

.div-block-183-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--gray341);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-70 {
  height: 400px;
}

.div-block-186 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-187 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.div-block-189 {
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: -20px;
  display: flex;
}

.doublefin {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.nav-link-3 {
  white-space: nowrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.nav-link-3.w--current {
  color: #00c5e5;
}

.nav-link-3.nom {
  color: var(--black90);
  border: 0 solid #000;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navdropdownlist-3 {
  background-color: #f5fcfd;
  padding-top: 15px;
  padding-bottom: 25px;
  box-shadow: 0 0 13px 3px #5c5c5c1c;
}

.navdropdownlist-3.w--open {
  background-color: #fff;
  padding: 10px 20px;
}

.submitbutton-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #09153d;
  border-radius: 25px;
  height: 44px;
  padding: 0 30px;
  font-family: Latc, sans-serif;
  line-height: 44px;
  display: flex;
}

.primarybutton-2 {
  cursor: pointer;
  background-color: #00c5e5;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 44px;
  padding: 0 33px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 44px;
  display: inline-block;
  box-shadow: 1px 1px 15px #0000001a;
}

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

.div-block-190 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.image-72 {
  flex: 0 auto;
  width: 23.6vw;
}

.image-72.mobile {
  display: none;
}

.frames {
  height: 100vh;
  position: relative;
}

.oldmobleheader-2 {
  display: none;
}

.div-block-191 {
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.div-block-192 {
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-193 {
  height: 100%;
  position: relative;
}

.image-73 {
  max-width: 20px;
  max-height: 20px;
  margin-right: 18px;
}

.roundshadow-2 {
  border-radius: 50%;
  display: inline-block;
  box-shadow: 1px 1px 1vw #ccc;
}

.blueroundedbutton-3 {
  color: #fff;
  background-color: #00c5e5;
  border-radius: 29px;
  height: 44px;
  padding: 0 29px;
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  line-height: 44px;
  display: inline-block;
}

.text-span-46 {
  color: #00c5e5;
}

.navbar-4 {
  z-index: 10;
  color: #fff;
  position: relative;
}

.footerbottom-2 {
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 60px 40px;
  display: flex;
}

.div-block-194 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.getstarted-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  color: #fff;
  background-image: linear-gradient(#09153d, #082d54);
  border-radius: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29.3vw;
  display: flex;
}

.div-block-165 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #faf8f8;
  border-radius: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 40px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

.asdsad {
  width: 400px;
}

.mb100px-2 {
  margin-bottom: 100px;
}

.copyright-2 {
  color: #747474;
  font-family: Latc, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
}

.div-block-166-copy-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-195 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.success-message-3 {
  background-color: #0000;
}

.zindex10 {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.maxw1440-2 {
  z-index: 2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-62-copy, .image-62-copy.mm {
  height: 100%;
}

.image-62-copy.mm.mobile {
  display: none;
}

.div-block-196 {
  background-color: #f8f8f8;
  border-radius: 2vw;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 10vw;
  display: flex;
}

.image-74 {
  width: 50px;
}

.placeholders {
  margin-top: -100vh;
  margin-bottom: 100px;
}

.placeholder {
  height: 50vh;
}

.image-75 {
  width: 12px;
  margin-left: 6px;
}

.div-block-173-copy {
  background-color: #00c5e50d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: inline-flex;
}

.inlinenavlink-3 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
}

.inlinenavlink-3.w--current, .text-block-81 {
  color: #00c5e5;
}

.text-block-83 {
  color: var(--black90);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-84 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5em;
}

.bluebg-2 {
  background-color: #00c5e50d;
}

.stickywhite {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.div-block-198 {
  width: 40vw;
}

.oldicon-2 {
  color: #09153d;
}

.image-77 {
  height: 20px;
}

.indicators {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-8 {
  text-decoration: none;
}

.div-block-166-copy12 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.text-span-47 {
  padding-left: 4px;
  font-weight: 400;
}

.greytext1-5-2 {
  color: #747474;
  width: 20.14vw;
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 2em;
}

.greytext1-5-2.big {
  font-size: 18px;
}

.text-block-68 {
  color: #747474;
  width: 500px;
  font-size: 15px;
  line-height: 1.5em;
}

.div-block-199 {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}

.dropdown-toggle-3 {
  cursor: pointer;
  align-items: center;
  height: auto;
  padding: 1.388vw 2.083vw;
  display: flex;
}

.div-block-200 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-78 {
  height: 100%;
}

.image-78.spc {
  height: 80%;
}

.div-block-172-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
}

.text-block-87 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.weaklinkitem-2 {
  color: #09153d;
  cursor: pointer;
  margin-right: 20px;
  font-family: Latc, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
  text-decoration: none;
}

.div-block-201 {
  flex-direction: column;
  display: flex;
}

.bgwhite {
  background-color: #fff;
}

.div-block-172 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
}

.gridcols2-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.stayintouch-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #00c5e50d;
  border-radius: 25px;
  flex-direction: column;
  width: 50%;
  max-width: 481px;
  padding: 60px 55px;
  display: flex;
}

.text-block-88 {
  color: #fff;
  padding: 9px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.text-block-72 {
  color: #ffffffb3;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-89 {
  margin-bottom: 2vw;
  font-family: Montserrat Custom, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-204 {
  text-align: center;
}

.textbox {
  background-color: #000000e6;
  border-radius: 10px;
  width: 0;
  height: 0;
  transition: all .2s;
  overflow: hidden;
}

.textbox.active {
  width: auto;
  max-width: 320px;
  height: auto;
}

.text-block-69 {
  color: var(--purple);
  -webkit-text-stroke-color: #0284c7;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.div-block-170 {
  background-color: #b9b9b9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.descriptiontext-3 {
  color: #747474;
  text-align: center;
  width: 50%;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.descriptiontext-3.p0 {
  padding-left: 0;
}

.descriptiontext-3.p0.left {
  text-align: left;
  width: 100%;
}

.descriptiontext-3.big {
  width: 60%;
  font-size: 17px;
}

.indicatorsbox {
  z-index: 2;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 32px;
}

.inlinenavlink-4 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
}

.inlinenavlink-4.w--current {
  color: #00c5e5;
}

.div-block-205 {
  background-color: var(--purple50);
  border-radius: 10px;
  padding: 4px 10px;
  display: inline-flex;
}

.div-block-206 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 5px 5px 10px #0003;
}

.div-block-206.div2 {
  top: 100px;
  right: -50px;
}

.div-block-206.div5 {
  top: 370px;
  right: -20px;
}

.div-block-206.div6 {
  top: 480px;
  right: -60px;
}

.div-block-206.div4 {
  top: 280px;
  right: -100px;
}

.div-block-206.div3 {
  top: 200px;
  right: -20px;
}

.div-block-207 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dotbox {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .2s;
  display: flex;
}

.dotbox.active {
  opacity: 0;
  width: 0;
  height: 0;
}

.frame1 {
  opacity: 0;
  flex-flow: column;
  height: 100vh;
  padding: 80px 80px 132px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.frame1.active {
  z-index: 1;
  opacity: 100;
  background-color: #fff;
  width: 100%;
}

.text-block-91 {
  color: #747474;
  font-family: Montserrat Custom, sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.nav-link-4 {
  white-space: nowrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.nav-link-4.w--current {
  color: #00c5e5;
}

.nav-link-4.noborder {
  border: 0 solid #000;
  border-radius: 0;
}

.footlink-2 {
  color: #747474;
  white-space: nowrap;
  font-family: Latc, sans-serif;
  font-size: 16px;
  line-height: 2.5em;
  text-decoration: none;
}

.div-block-166-copy {
  height: 100%;
}

.div-block-174 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.greytext15-2 {
  color: #747474;
  font-family: Montserrat Custom, sans-serif;
  font-size: 16px;
  line-height: 2em;
}

.image-79 {
  border-radius: 50%;
  width: 100px;
}

.image-79.small {
  width: 80px;
}

.smallbluecaption-2 {
  color: #00c5e5;
  margin-bottom: 1vw;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.smallbluecaption-2.mb0 {
  margin-bottom: 0;
}

.purplebutton105 {
  background-color: var(--purple);
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.inter18gray {
  color: var(--black70);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.purplebutton2010 {
  background-color: var(--purple);
  border-radius: 6px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-208 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.bggrayg {
  background-image: linear-gradient(#0000, #0000 68%, #00000005);
}

.image-80 {
  width: 100%;
}

.usecases {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.text-block-92 {
  color: var(--black90);
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-211 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-212 {
  border-radius: 20px;
  width: 33%;
  overflow: hidden;
}

.div-block-213 {
  background-color: #f1e7ff;
  padding: 20px;
}

.image-81 {
  width: 24px;
  height: 24px;
}

.div-block-214 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-93 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25em;
}

.div-block-215 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

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

.image-82 {
  width: 24px;
  height: 40px;
  transform: rotate(90deg);
}

.arrowleft {
  background-color: var(--black20);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%)translate(0);
}

.ikonik-nixj, .ikonik-gxrpok {
  color: #fff;
}

.code-embed-3 {
  color: #fffcfc;
  width: 100%;
  display: flex;
}

.arrowright {
  background-color: var(--black20);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%)translate(0);
}

.code-embed-3-copy {
  color: #fffcfc;
  width: 100%;
  display: flex;
  transform: rotate(180deg);
}

.div-block-216 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%);
}

.dot8 {
  background-color: var(--black70);
  opacity: .25;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.dot8.active {
  opacity: 1;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.div-block-217 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
}

.text-block-95 {
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-218 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-block-96 {
  color: var(--black70);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-219 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--black90);
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-4 {
  width: 20px;
  height: 20px;
  display: flex;
}

.text-block-97 {
  color: var(--black90);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-220 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-221 {
  background-color: var(--dwhite);
  border-radius: 20px;
  overflow: hidden;
}

.div-block-222 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 18px;
  display: flex;
}

.div-block-223 {
  height: 5em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-98 {
  background-color: var(--purple50);
  color: #6c0df2;
  border-radius: 10px;
  align-self: flex-start;
  padding: 6px 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-99 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.text-span-48 {
  color: var(--purple);
  font-weight: 500;
}

.div-block-224 {
  background-color: #f5f5f5;
}

.image-83 {
  height: 23px;
}

.div-block-225 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-225.mobile {
  display: none;
}

.image-84 {
  height: 28px;
}

.image-85 {
  height: 47px;
}

.image-86 {
  height: 28px;
}

.div-block-226 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-100 {
  color: #09153d;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.seprator {
  background-color: var(--gray341);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  height: 1px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-228 {
  background-color: #0000;
}

.footerlinks-copy {
  color: var(--dwhite);
  background-color: #0d0d0d;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-229 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.image-87 {
  height: 20px;
}

.text-block-101 {
  opacity: .7;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 2em;
}

.text-block-102 {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-230 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #ffffff1f;
  border-radius: 50px;
  padding: 5px 15px 5px 5px;
  display: inline-flex;
}

.text-block-101-copy {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 2em;
}

.div-block-231 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w7012 {
  color: #ffffffb3;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.copyright-2-copy {
  color: #ffffffb3;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.somelinks-copy {
  display: flex;
}

.text-block-103 {
  color: #ffffffb3;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-232 {
  padding: 80px 60px;
  position: relative;
}

.div-block-233 {
  background-color: var(--purple);
  color: var(--dwhite);
}

.text-block-104 {
  z-index: 2;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
  position: relative;
}

.div-block-234 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animationcodeblock {
  background-color: #fff0;
  width: 75%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blackbutton105 {
  background-color: var(--black90);
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-235 {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-236 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-block-105 {
  font-family: Inter, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.odp-root {
  color: var(--ink);
  background-color: #fbfaf8;
  font-family: -apple-system;
  font-size: 17px;
  line-height: 1.62;
}

.odp-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

.odp-hero {
  border-bottom: 1px solid #e3e7ea;
  padding: 48px 0;
}

.odp-kicker {
  background-color: var(--accent-soft);
  color: var(--accent);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 22px;
  padding: 6px 12px;
  font-size: 13.5px;
  font-weight: 700;
  display: inline-block;
}

.odp-h1 {
  color: var(--ink);
  letter-spacing: -.03em;
  margin: 0 0 26px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}

.odp-lede {
  max-width: 640px;
  color: var(--ink-2);
  margin: 0 0 16px;
  font-size: 19.5px;
  line-height: 1.55;
}

.odp-askbox {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--accent);
  background-color: var(--card);
  border-radius: 6px;
  margin: 34px 0 0;
  padding: 24px 26px;
}

.odp-askq {
  color: var(--ink);
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.odp-cta-row {
  margin-top: 28px;
}

.odp-btn, .odp-btn._w-button {
  background-color: var(--accent);
  color: #fff;
  cursor: pointer;
  border-style: none;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.odp-btn2 {
  color: var(--accent);
  margin-left: 18px;
  font-size: 16.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.odp-btn-note {
  color: var(--ink-3);
  margin-top: 14px;
  font-size: 14.5px;
}

.odp-stats {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  background-color: var(--line);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px 0 0;
  display: grid;
  overflow: hidden;
}

.odp-stat {
  background-color: var(--card);
  padding: 22px 20px;
}

.odp-stat-v {
  color: var(--ink);
  letter-spacing: -.02em;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
}

.odp-stat-l {
  color: var(--ink-3);
  margin-top: 7px;
  font-size: 14.5px;
  line-height: 1.4;
}

.odp-section {
  border-bottom: 1px solid #e3e7ea;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.odp-h2 {
  color: var(--ink);
  letter-spacing: -.024em;
  margin: 0 0 18px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

.odp-p {
  color: var(--ink-2);
  margin: 0;
}

.odp-p.inline-p-0 {
  margin-top: 8px;
}

.odp-beat {
  color: var(--ink-2);
  margin: 0 0 4px;
}

.odp-quotebox {
  background-color: var(--accent-soft);
  color: var(--ink);
  border-radius: 6px;
  margin: 24px 0;
  padding: 20px 22px;
  font-size: 18px;
  line-height: 1.5;
}

.odp-dark {
  background-color: var(--deep);
  color: #dfe6e8;
  border-radius: 10px;
  padding: 38px 34px;
}

.odp-dark-h2 {
  color: #fff;
  letter-spacing: -.024em;
  margin: 0 0 16px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

.odp-dark-p {
  color: #b9c5c8;
  margin: 0 0 18px;
}

.odp-shot-block {
  margin: 28px 0 0;
}

.odp-shot {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  background-color: var(--card);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px #1014180d, 0 10px 28px #10141812;
}

.odp-shot-img {
  width: 100%;
  height: auto;
  display: block;
}

.odp-figcaption {
  color: var(--ink-3);
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.45;
}

.odp-dark-shot {
  border: 1px solid #ffffff24;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 34px #00000059;
}

.odp-dark-figcaption {
  color: #93a3a7;
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.45;
}

.odp-cols {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin: 26px 0 24px;
  display: grid;
}

.odp-col-h4 {
  color: var(--accent);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.odp-col-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.odp-col-li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  color: var(--ink-2);
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.45;
}

.odp-col-li-last {
  color: var(--ink-2);
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.45;
}

.odp-closer {
  border: 1px solid var(--line);
  background-color: var(--card);
  color: var(--ink-2);
  border-radius: 8px;
  margin-top: 8px;
  padding: 22px 24px;
  font-size: 16px;
}

.odp-closer-mt {
  border: 1px solid var(--line);
  background-color: var(--card);
  color: var(--ink-2);
  border-radius: 8px;
  margin-top: 24px;
  padding: 22px 24px;
  font-size: 16px;
}

.odp-p-mt {
  color: var(--ink-2);
  margin: 26px 0 0;
}

.inline-strong-0, .inline-strong-1 {
  color: var(--ink);
  font-weight: 700;
}

.inline-strong-2 {
  font-weight: 700;
}

.inline-figure-0 {
  margin: 0;
}

.inline-strong-3, .inline-strong-4, .inline-strong-5, .inline-strong-6 {
  color: #fff;
  font-weight: 700;
}

.inline-figure-1 {
  margin: 0;
}

.inline-strong-7 {
  color: var(--ink);
  font-weight: 700;
}

.inline-figure-2 {
  margin: 0;
}

.inline-strong-8 {
  font-weight: 700;
}

.inline-strong-9 {
  color: var(--ink);
  font-weight: 700;
}

.inline-strong-10 {
  font-weight: 700;
}

.inline-strong-11, .inline-strong-12, .inline-strong-13 {
  color: var(--ink);
  font-weight: 700;
}

.odp-form-wrap {
  margin: 28px 0;
}

.odp-form-card {
  background-color: #fff;
  border: 1px solid #e3e7ea;
  border-radius: 8px;
  padding: 30px 28px;
}

.odp-form-field {
  margin-bottom: 22px;
}

.odp-form-label {
  color: #101418;
  margin: 0 0 7px;
  font-size: 15.5px;
  font-weight: 600;
  display: block;
}

.odp-form-hint {
  color: #6b7580;
  font-size: 14.5px;
  font-weight: 400;
  display: block;
}

.odp-form-textarea, .odp-form-textarea._w-input, .odp-form-textarea._w-input {
  color: #101418;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #ccd3d9;
  border-radius: 5px;
  width: 100%;
  min-height: 88px;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 16px;
  display: block;
}

.odp-form-input, .odp-form-input._w-input, .odp-form-select, .odp-form-select._w-select, .odp-form-select._w-select {
  color: #101418;
  background-color: #fff;
  border: 1px solid #ccd3d9;
  border-radius: 5px;
  width: 100%;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 16px;
  display: block;
}

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

.submit-button {
  margin-top: 0;
}

.div-block-237 {
  padding-top: 20px;
  padding-bottom: 20px;
}

._w-select, ._w-input {
  color: #101418;
  background-color: #fff;
  border: 1px solid #ccd3d9;
  border-radius: 5px;
  width: 100%;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 16px;
  display: block;
}

@media screen and (min-width: 1440px) {
  .creersbottomgroup {
    padding-left: 104px;
    padding-right: 104px;
  }

  .creersbottomgroupitemleft {
    padding-right: 40px;
  }

  .pressbox {
    grid-column-gap: 30px;
    grid-row-gap: 43px;
    margin-left: 105px;
    margin-right: 105px;
  }

  .pressitembutton {
    font-size: 18px;
  }

  .desktopheader {
    padding-left: 100px;
    padding-right: 88px;
  }

  .navbarright {
    padding-left: 92px;
  }

  .section {
    border-radius: 29px;
    height: 491px;
    margin-bottom: 86px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-4 {
    font-size: 40px;
  }

  .button {
    padding-right: 1.2em;
    font-size: 24px;
  }

  .button.w--current {
    font-size: 14.4px;
  }

  .footerlinkscontent {
    padding-bottom: 50px;
  }

  .weaklinkitem {
    margin-right: 15px;
  }

  .footerlinks {
    padding: 40px 70px 30px 60px;
  }

  .customintegration {
    padding-bottom: 100px;
  }

  .text-block-8 {
    margin-bottom: 30px;
  }

  .text-block-9 {
    max-width: 725px;
    margin-bottom: 22px;
  }

  .aboutbodycentertitle-2 {
    font-size: 48px;
  }

  .aboutbodycentertitle-2.meetteamtitle {
    margin-top: 65px;
  }

  .teamitemimage-2 {
    width: 284px;
  }

  .foundersinlogo {
    padding: 8px;
  }

  .aboutbodybottom-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .aboutstorycontent {
    margin-top: 65px;
    font-size: 18px;
  }

  .div-block {
    justify-content: space-between;
    height: 288px;
    display: flex;
  }

  .teamitemname-2 {
    margin-top: 16px;
    font-size: 24px;
  }

  .teamitembox-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 65px;
  }

  .teamitem-2 {
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .investorsitemimage {
    margin-right: 60px;
  }

  .teamiteminfo-2 {
    font-size: 18px;
  }

  .aboutbodycenter-2 {
    max-width: 1440px;
    padding: 71px 200px 40px;
  }

  .ourvaluesbox-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .ourvaluesitem-2 {
    max-width: 350px;
  }

  .pressbody-2 {
    padding-top: 124px;
  }

  .pressbodycenter-2 {
    margin-top: 115px;
    padding-bottom: 158px;
  }

  .pressbodycenteritem-2 {
    padding: 75px 45px 54px 30px;
  }

  .pressforbesimage {
    width: 115px;
  }

  .pressitemtitle-2 {
    margin-top: 41px;
    margin-bottom: 58px;
    font-size: 24px;
  }

  .footlink {
    font-size: 15px;
  }

  .navdropdown {
    font-size: 16px;
  }

  .dropdown-toggle {
    padding: 20px 30px;
  }

  .div-block-2 {
    align-items: center;
  }

  .solutionhomebody {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .solutionshomebottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 60px;
    padding-bottom: 50px;
    padding-left: 105px;
    padding-right: 105px;
  }

  .solutionshomebottomitemimg {
    width: 60px;
    height: 60px;
  }

  .solutionshometopleftimg {
    width: 716px;
    margin-right: -140px;
  }

  .solutionshomebottomitem {
    padding: 50px;
  }

  .solutionshometopimgbox {
    margin-top: 117px;
    top: -45px;
  }

  .solutionshometoprightimg {
    width: 603px;
    margin-top: -117px;
    margin-left: -117px;
  }

  .solutionshomebottomitemtitle {
    font-size: 24px;
  }

  .termsparagraphcontent {
    margin-bottom: 15px;
  }

  .implementationsbody {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .securitycompliancebody {
    margin-left: auto;
    margin-right: auto;
  }

  .intergrationscenter {
    padding-left: 106px;
    padding-right: 106px;
  }

  .intergrationscenteritem {
    padding: 20px 25px;
  }

  .intergrationscenteritemlogo {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }

  .intergrationcenterbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .demorequesttitle {
    padding-top: 50px;
    font-size: 42px;
  }

  .demorequestforminput {
    border-radius: 44px;
    margin-bottom: 14.4px;
    padding: 8px 29px;
  }

  .demorequestbottom {
    width: 740px;
    box-shadow: 1px 1px 15px 0 var(--dborder);
    border-radius: 29px;
    padding: 64px 100px;
    top: 36px;
  }

  .success-message {
    padding: 20px;
  }

  .demorequestformbutton {
    border-radius: 44px;
    font-size: 14.4px;
  }

  .demorequestbody {
    padding-bottom: 44px;
    position: relative;
  }

  .demorequestsuccesstext {
    font-size: 22px;
  }

  .demorequestsuccesstext.title {
    font-size: 35px;
  }

  .error-message {
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
  }

  .html-embed {
    border-radius: 44px;
    height: 54px;
    margin-bottom: 14.4px;
    padding-left: 29px;
    padding-right: 20px;
    font-size: 14.4px;
  }

  .meetdoublefin {
    padding: 100px 115px 101px;
  }

  ._w-full.rounded {
    border-radius: 20px;
  }

  ._w-full.h-178 {
    border-radius: 15px;
    height: 178px;
  }

  .image535 {
    width: 535px;
  }

  .titiledescbtn {
    width: 488px;
  }

  .thetitle, .thedesc, .text-span {
    margin-bottom: 15px;
  }

  .blueroundedbutton.mt1 {
    margin-top: 15px;
  }

  .picwithdescsection {
    padding: 80px 115px 144px 144px;
  }

  .image441 {
    width: 441px;
  }

  .thedescpart {
    width: 516px;
  }

  .smallbluecaption {
    margin-bottom: 15px;
    font-family: DM Sans, sans-serif;
  }

  .title35, .greytext15.desc {
    margin-bottom: 15px;
  }

  .text-block-19 {
    margin-bottom: 29px;
    font-size: 33px;
  }

  .whydoublefin {
    padding-bottom: 101px;
    padding-left: 202px;
    padding-right: 202px;
  }

  .whydoublefin.hasbg {
    border-radius: 29px;
    margin: 86px 114px;
    padding: 100px;
  }

  .whydoublefin.gapy10 {
    grid-column-gap: 144px;
    grid-row-gap: 144px;
    padding-top: 144px;
  }

  .div-block-10 {
    grid-column-gap: 86.4px;
    grid-row-gap: 86.4px;
  }

  .title16.shorttitle, .title16.shortertitle {
    margin-top: 29px;
  }

  .title16.lh1-5 {
    margin-top: 15px;
  }

  .greytext1-5 {
    width: 290px;
    font-size: 16.5px;
  }

  .div-block-11 {
    width: 446px;
  }

  .hearfromourcustomers {
    padding: 86px 115px;
  }

  .div-block-13 {
    border-radius: 29px;
    padding: 72px 144px;
  }

  .div-block-14 {
    width: 576px;
  }

  .image212 {
    width: 212px;
  }

  .text-block-20 {
    margin-bottom: 15px;
    font-size: 22px;
  }

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

  .text-block-22 {
    color: #aaa;
    font-size: 14.4px;
  }

  .contactoptions {
    padding-bottom: 144px;
    padding-left: 101px;
    padding-right: 101px;
  }

  .blockwithbg {
    width: 596px;
    height: 422px;
    padding-top: 115px;
    padding-left: 57.6px;
    padding-right: 57.6px;
  }

  .blockwithbg.whitebg {
    background-image: url('../images/CTA-Box---Light-Blue.png');
  }

  .title1-6 {
    margin-bottom: 29px;
  }

  .text-span-3 {
    margin-bottom: 15px;
  }

  .intelligentmanagement {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 57.6px 100px 94px;
    display: flex;
  }

  .titleone.center.footerbottomright {
    font-size: 52px;
  }

  .image-9 {
    border-radius: 15px;
    width: 570px;
  }

  .image-9.big {
    width: 600px;
  }

  .image-9.w500 {
    width: 500px;
  }

  .gapy30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gapy30.w532 {
    width: 532px;
  }

  .descriptiontext {
    padding-left: 0;
    font-size: 15px;
  }

  .descriptiontext.w90 {
    font-size: 14.4px;
  }

  .descriptiontext.small {
    font-size: 15px;
    line-height: 1.5em;
  }

  .descriptiontext.small.w516 {
    width: 516px;
    line-height: 1.65em;
  }

  .descriptiontext.mw228 {
    max-width: 228px;
  }

  .descriptiontext.npwrap.smaller {
    font-size: 15px;
  }

  .descriptiontext.wsm {
    padding-left: 0;
  }

  .descriptiontext.mw360 {
    width: 360px;
    padding-left: 0;
  }

  .descriptiontext.center.mt86 {
    margin-top: 86px;
  }

  .descriptiontext.center.mt86.mb10 {
    margin-bottom: 144px;
  }

  .simplifymanagement {
    grid-column-gap: 86.4px;
    grid-row-gap: 86.4px;
    padding: 144px;
  }

  .image-10 {
    width: 347px;
  }

  .image-10._w-400 {
    width: 403px;
  }

  .titletwo {
    font-size: 32px;
  }

  .titletwo.mb86 {
    margin-bottom: 86px;
  }

  .titletwo.w200 {
    width: 200%;
  }

  .titletwo.mb10.short {
    margin-bottom: 15px;
  }

  .titletwo.mr-10 {
    margin-right: -10vw;
  }

  .titletwo.mb1 {
    margin-bottom: 15px;
  }

  .greycontainer {
    grid-column-gap: 86px;
    grid-row-gap: 86px;
    border-radius: 29px;
    margin-left: 114px;
    margin-right: 114px;
    padding: 72px 86px 58px;
  }

  .image-11 {
    width: 460px;
    margin-top: -42px;
    margin-bottom: -42px;
  }

  .gayx14 {
    grid-column-gap: 14.4px;
    grid-row-gap: 14.4px;
  }

  .icon26 {
    width: 26px;
  }

  .boldtext {
    font-size: 16px;
  }

  .boldtext.pr45 {
    padding-right: 45px;
  }

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

  .blankcontainer {
    grid-column-gap: 178px;
    grid-row-gap: 178px;
    align-items: center;
    margin-left: 114px;
    margin-right: 114px;
    padding: 114px 86px;
  }

  .blankcontainer.hasbg.rounded {
    border-radius: 30px;
    margin-bottom: 86px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blankcontainer.hasbg.rounded.mt6 {
    margin-top: 86px;
  }

  .blankcontainer.hasbg.homepage {
    grid-column-gap: 172px;
    grid-row-gap: 172px;
    margin-top: 100px;
    padding: 72px 200px;
  }

  .nowrapbold {
    white-space: nowrap;
  }

  .image-13 {
    width: 373px;
  }

  .image-14 {
    width: 462px;
  }

  .flexwrap.gapx14.mb30 {
    margin-bottom: 30px;
  }

  .flexwrap.gap10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-15 {
    width: 340px;
  }

  .getstarted {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    border-radius: 29px;
    height: 422px;
  }

  .mx114 {
    margin-left: 114px;
    margin-right: 114px;
  }

  .gridcontainer {
    grid-column-gap: 86px;
    grid-row-gap: 86px;
    margin-left: 114px;
    margin-right: 114px;
    padding: 86px 0;
  }

  .gridcontainer.mt2 {
    margin-top: 29px;
  }

  .gridcontainer.mt2.nomb {
    padding-bottom: 0;
  }

  .gridcontainer.py6 {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .gridcontainer.py6.gap2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .gridcontainer.mt0 {
    grid-column-gap: 86px;
    grid-row-gap: 86px;
    padding-bottom: 0;
  }

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

  .gridcols2.white {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    grid-template-rows: auto;
  }

  .gridcols2.gap10 {
    grid-column-gap: 144px;
    grid-row-gap: 144px;
  }

  .gridcols2._w-100 {
    grid-template-rows: auto;
  }

  .roundedcard {
    border-radius: 29px;
    padding: 36px 60px;
  }

  .roundedcard.bluebg.small {
    padding-left: 93.6px;
    padding-right: 93.6px;
  }

  .roundedcard.shadow {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 63px 73px 63px 100px;
    box-shadow: 1px 1px 15px #00000021;
  }

  .roundedcard.shadow.smallpd {
    padding-left: 60px;
    padding-right: 60px;
  }

  .roundedcard.shadow.center {
    padding-left: 57.6px;
    padding-right: 57.6px;
  }

  .roundedcard.white {
    box-shadow: 1px 1px 15px 0 var(--dborder);
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .roundedcard.white.h100.psmall {
    border: 2px solid #0000;
    padding: 38px 45px;
  }

  .roundedcard.white {
    padding-top: 86px;
    padding-bottom: 86px;
    box-shadow: 1px 1px 15px #0000001a;
  }

  .roundedcard.bluebg {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 78px 100px;
  }

  .titlethree {
    font-size: 24px;
  }

  .titlethree.mt2.mb1 {
    margin-top: 29px;
    margin-bottom: 15px;
  }

  .image-16 {
    width: 100px;
  }

  .slider {
    background-color: #f7f7f7;
    border-radius: 44px;
    height: 576px;
  }

  .slider.short {
    height: 576px;
  }

  .image-17 {
    width: 373px;
  }

  .image-17.desktop.w400 {
    width: 400px;
  }

  .roundedtext {
    border-radius: 29px;
    padding: 8px 29px;
    font-size: 12px;
  }

  .div-block-20.no-reverse {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .div-block-20.justify-start {
    grid-column-gap: 174px;
    grid-row-gap: 174px;
  }

  .div-block-20.justify-start.mb10 {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .div-block-20.justify-start.mb10.reverse {
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .gapx72 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .avatar {
    width: 86px;
  }

  .avatar.mb44 {
    margin-bottom: 44px;
  }

  .title18._2l.mb29 {
    margin-bottom: 29px;
  }

  .gapy60, .gapx60 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-21 {
    flex: none;
  }

  .title40 {
    font-size: 40px;
  }

  .div-block-22 {
    margin-bottom: -100px;
  }

  .div-block-26 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .div-block-29 {
    padding: 40px 100px;
  }

  .hr.my-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hr._80t {
    position: absolute;
    top: -29px;
  }

  .div-block-30 {
    margin-top: 15px;
  }

  .div-block-31 {
    grid-column-gap: 7.2px;
    grid-row-gap: 7.2px;
    display: flex;
  }

  .image-19 {
    width: 86px;
  }

  .image-20 {
    width: 44px;
  }

  .link-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 16px;
  }

  .gridcols3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .gridcols3.gap2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .hr-2.my-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blueroundedbutton-2 {
    background-color: #00c5e5;
    border-radius: 44px;
    padding: 0 29px;
  }

  .descriptiontext-2 {
    font-size: 15px;
  }

  .roundedtext-2 {
    border-radius: 29px;
    padding: 8px 29px;
    font-size: 12px;
  }

  .div-block-34 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .title20 {
    font-size: 20px;
  }

  .div-block-37 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 830px;
  }

  .div-block-38 {
    background-color: var(--bglightblue);
    justify-content: center;
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
  }

  .div-block-39 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-23 {
    border-radius: 15px;
  }

  .div-block-40 {
    padding-top: 44px;
  }

  .div-block-41 {
    margin-bottom: 86px;
  }

  .link-block-5 {
    width: 72px;
    height: 50px;
    padding-top: 7.2px;
  }

  .roundshadow {
    box-shadow: 1px 1px 15px 0 var(--ccc);
  }

  .roundshadow.avatar {
    height: 86px;
    margin-bottom: 44px;
  }

  .div-block-42 {
    height: 100px;
  }

  .rich-text-block {
    font-size: 15px;
  }

  .descriptiontext-copy {
    padding-left: 15px;
    font-size: 15px;
  }

  .descriptiontext-copy.small {
    font-size: 15px;
    line-height: 1.5em;
  }

  .maxw1191 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .div-block-45 {
    padding: 34px 45px;
  }

  .div-block-53 {
    max-width: 1363px;
  }

  .div-block-54 {
    max-width: 1238px;
  }

  .div-block-55 {
    padding: 45px;
  }

  .image-29 {
    height: 178px;
  }

  .image384 {
    width: 384px;
  }

  .div-block-65 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .gapy14copy.mx479 {
    max-width: 500px;
  }

  .div-block-67, .div-block-68 {
    margin-bottom: 14.4px;
  }

  .div-block-71 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-81 {
    padding: 80px 120px 60px;
  }

  .reverse {
    padding: 80px 120px;
  }

  .div-block-86 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .div-block-87 {
    padding: 60px 80px;
  }

  .whitebanner {
    padding-top: 120px;
  }

  .div-block-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-44 {
    width: 600px;
  }

  .div-block-102 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-46 {
    background-color: var(--dwhite);
    border-radius: 999px;
    width: 100px;
    height: 100px;
  }

  .link-block-6 {
    color: var(--dwhite);
  }

  .div-block-104, .div-block-105 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-106 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .div-block-112 {
    padding: 45px 115px;
  }

  .div-block-116 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding: 45px 115px 88px;
  }

  .mt120 {
    margin-top: 120px;
  }

  .div-block-34-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .titletwo-copy1 {
    font-size: 32px;
  }

  .ourvaluesbox-2-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .image-9-copy {
    border-radius: 15px;
    width: 570px;
  }

  .gapy30center {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 830px;
  }

  .text-block-8-copy {
    margin-bottom: 30px;
  }

  .text-block-9-copy {
    max-width: 725px;
    margin-bottom: 22px;
  }

  .div-block-130 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-131 {
    grid-auto-columns: 1fr;
  }

  .flex-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .titletwo-copy {
    font-size: 32px;
  }

  .title24-copy {
    font-size: 20px;
  }

  .titletwo-copylefg {
    font-size: 32px;
  }

  .div-block-10-copy {
    grid-column-gap: 86.4px;
    grid-row-gap: 86.4px;
  }

  .descriptiontext-2-copy {
    font-size: 15px;
  }

  .image-67 {
    height: 32px;
  }

  .div-block-175 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-176 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .normal18 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .normal18.bold {
    font-weight: 600;
  }

  .text-block-79 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .image-72 {
    width: 340px;
  }

  .div-block-192 {
    align-items: center;
  }

  .roundshadow-2 {
    box-shadow: 1px 1px 15px #ccc;
  }

  .getstarted-2 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    border-radius: 29px;
    height: 422px;
  }

  .div-block-196 {
    border-radius: 29px;
    padding: 72px 144px;
  }

  .div-block-198 {
    width: 576px;
  }

  .greytext1-5-2 {
    width: 290px;
    font-size: 16.5px;
  }

  .dropdown-toggle-3 {
    padding: 20px 30px;
  }

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

  .weaklinkitem-2 {
    margin-right: 15px;
  }

  .gridcols2-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .text-block-89 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .descriptiontext-3 {
    padding-left: 15px;
    font-size: 15px;
  }

  .div-block-207 {
    grid-column-gap: 86.4px;
    grid-row-gap: 86.4px;
  }

  .text-block-91 {
    color: #aaa;
    font-size: 14.4px;
  }

  .footlink-2 {
    font-size: 15px;
  }

  .image-79 {
    width: 100px;
  }

  .smallbluecaption-2 {
    margin-bottom: 15px;
    font-family: DM Sans, sans-serif;
  }

  .footerlinks-copy {
    padding: 40px 70px 30px 60px;
  }
}

@media screen and (min-width: 1920px) {
  .aboutbody {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .desktopheader {
    width: 1440px;
  }

  .primarybutton {
    background-color: var(--doblue);
  }

  .aboutbodybottom-2, .aboutbodycenter-2 {
    max-width: 100%;
  }

  .submenu {
    height: 100%;
    position: relative;
  }

  .footlink {
    color: var(--dlinktext);
    line-height: 1.75em;
    text-decoration: none;
  }

  .navdropdownlist.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .titleone.center.footerbottomright {
    font-size: 64px;
  }

  .navdropdownlist-2.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .darknav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primarybutton-copy, .primarybutton-copy1 {
    background-color: var(--doblue);
  }

  .div-block-142 {
    background-position: 101% 60%;
    height: auto;
    min-height: 50vh;
    margin-bottom: 0;
    padding-bottom: 160px;
  }

  .nav-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navdropdownlist-3.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primarybutton-2 {
    background-color: #00c5e5;
  }

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

  .div-block-195 {
    height: 70%;
  }

  .div-block-166-copy12 {
    width: auto;
    height: 70%;
  }

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

  .text-block-72 {
    color: #ffffffb3;
    max-width: 300px;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: DM Sans, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .nav-link-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footlink-2 {
    color: #0a0227;
    line-height: 1.75em;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .creersbottomgroupitemtitle {
    font-size: 18px;
  }

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

  .pressitembutton {
    font-size: 15px;
  }

  .navbar {
    height: 50px;
  }

  .desktopheader {
    display: none;
  }

  .primarybutton {
    text-align: center;
    width: 100%;
    height: 44px;
    margin-right: 0;
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
  }

  .primarybutton.tiny {
    flex: none;
    width: auto;
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 36px;
  }

  .section {
    max-width: 100%;
    height: 45vw;
  }

  .text-block-4 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .text-block-4.nomobile {
    font-size: 32px;
  }

  .buttonline {
    margin-top: 2.32vw;
  }

  .button {
    padding: .8em 2em;
    font-size: 2vw;
  }

  .button.w--current {
    font-size: 1.8vw;
    line-height: 1.1em;
  }

  .button.thin {
    font-size: 15px;
  }

  .iconlink {
    margin-left: 36px;
  }

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

  .weaklinkitem {
    margin-right: 40px;
  }

  .footerlinks {
    max-width: 100%;
  }

  .article-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .customintegration {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-2 {
    font-size: 15px;
  }

  .text-block-8 {
    font-size: 24px;
  }

  .text-block-9 {
    max-width: 82vw;
    font-size: 16px;
  }

  .aboutbodycentertitle-2 {
    font-size: 32px;
  }

  .aboutbodycentertitle-2.meetteamtitle {
    margin-top: 30px;
  }

  .teamitemimage-2 {
    border-radius: 1.5vw;
    width: 20vw;
  }

  .aboutbodybottom-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .aboutstorycontent {
    margin-top: 2vw;
    font-size: 16px;
    line-height: 1.6em;
  }

  .teamitemname-2 {
    font-size: 21px;
    line-height: 1.5em;
  }

  .teamitembox-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 2vw;
    display: grid;
  }

  .investorsitemimage {
    height: 6vw;
  }

  .investorsitemimage.lastitem {
    height: 12vw;
  }

  .teamiteminfo-2 {
    margin-bottom: 1vw;
    line-height: 1.5em;
  }

  .aboutbodycenter-2 {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }

  .ourvaluesitemtitle-2 {
    font-size: 18px;
  }

  .ourvaluesbox-2 {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding-left: 64px;
    padding-right: 65px;
    display: grid;
  }

  .ourvaluesitemtext-2 {
    color: var(--dpblue);
    text-indent: 2em;
    font-size: 12px;
  }

  .careersbodyvalues {
    display: block;
  }

  .creersbottomtitle-2 {
    font-size: 24px;
  }

  .ourvaluesitem-2 {
    align-items: center;
    max-width: 100%;
    margin-right: 0;
  }

  .jobdetail {
    margin-top: 20px;
  }

  .jobtitle {
    margin-top: 10px;
    font-size: 30px;
  }

  .jobdetailcontent {
    font-size: 16px;
    line-height: 1.5em;
  }

  .button-3 {
    padding: .8em 2em;
    font-size: 16px;
    line-height: 1.4em;
  }

  .careespostbody {
    padding: 60px 50px 48px;
  }

  .joblocation {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2em;
  }

  .careespostdata {
    font-size: 20px;
    line-height: 1.1em;
  }

  .jobdetailtitle.titletop60 {
    margin-top: 30px;
  }

  .pressbodytitle-2 {
    font-size: 32px;
  }

  .pressbodycenteritem-2 {
    width: auto;
    max-width: none;
  }

  .pressitemtitle-2 {
    font-size: 21px;
  }

  .footlink {
    font-size: 15px;
  }

  .navdropdown {
    font-size: 16px;
    line-height: 2em;
    display: block;
  }

  .navdropdownlist {
    position: relative;
  }

  .navdropdownlist.w--open {
    background-color: #ffffff4d;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle {
    border: 1px solid var(--dborder);
    justify-content: space-between;
    padding: 10px 20px 10px 32px;
  }

  .nav-link {
    color: var(--dwhite);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 49px;
    text-decoration: none;
  }

  .nav-link.title {
    margin-left: 4vw;
    margin-right: auto;
    padding: 0;
  }

  .nav-link.title.parentmenu {
    line-height: 1.6em;
  }

  .nav-link.title.parentmenu.noborder {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link.black {
    color: var(--dpblue);
  }

  .mobleheader {
    width: 100%;
    display: block;
    position: fixed;
  }

  .image-6 {
    height: 30px;
  }

  .brand-2 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .navbar-3 {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .menu-button {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
  }

  .mobileheadercontent {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .mobileheadercontent.pr10 {
    padding-right: 10px;
  }

  .mobileheaderright {
    align-items: center;
    display: flex;
    position: relative;
  }

  .mobileheaderright.hide {
    display: none;
  }

  .icon {
    font-size: 42px;
    line-height: 1em;
  }

  .mobliedropdowncontent {
    border-top: 1px solid var(--dborder);
    background-color: #0284c7cc;
    width: 100%;
    max-height: 80vh;
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    overflow: auto;
  }

  .primarybuttonline {
    justify-content: center;
    padding: 10px 50px;
    display: block;
  }

  .mobiledropdowntext {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .solutionshomebottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
    display: grid;
  }

  .solutionshomebottomitemtext {
    line-height: 2em;
  }

  .solutionshomebottomitem {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .solutionshomebottomitemtitle {
    line-height: 2em;
  }

  .termsbody {
    padding-left: 40px;
    padding-right: 40px;
  }

  .termscontainer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .termstitle {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.2em;
  }

  .privacybody {
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .privacycontainer {
    padding-bottom: 46px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .privacytitle {
    margin-top: 61px;
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 1.2em;
  }

  .privacysubtitle {
    font-size: 21px;
    line-height: 2em;
  }

  .privacyparagraphcontent {
    font-size: 16px;
    line-height: 1.5em;
  }

  .privacyparagraphmaintitle {
    font-size: 24px;
    line-height: 1.2em;
  }

  .privacyparagraphtitle {
    line-height: 2.4em;
  }

  .intergrationscenter {
    margin-top: 40px;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .intergrationscentertitle {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .intergrationcenterbox {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .intergrationscenteritemtext {
    font-size: 18px;
  }

  .demorequesttitle {
    padding-top: 50px;
    font-size: 32px;
    line-height: 1.1em;
  }

  .demorequestforminput {
    margin-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .demorequestbottom {
    width: 65vw;
    box-shadow: 1px 1px 2vw 0 var(--dborder);
    border-radius: 3vw;
    padding: 8vw 42px 6vw;
    top: 4vw;
  }

  .demorequestbody {
    background-position: 1000% 5%, 132% 36%;
    background-size: 20%, 36%;
    padding-bottom: 8vw;
  }

  .demorequestsuccesstext {
    font-size: 2.5vw;
  }

  .demorequestsuccesstext.title {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  .flexcontainer.footer {
    flex-direction: column;
    align-items: center;
  }

  .html-embed {
    margin-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .meetdoublefin {
    flex-direction: column-reverse;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  ._w-full.rounded {
    border-radius: 2vw;
  }

  ._w-full.h-178 {
    height: auto;
  }

  ._w-full.h-178.mb0 {
    max-height: 30vw;
  }

  .image535 {
    align-self: center;
    width: 100%;
  }

  .image535.w50vw {
    width: 50vw;
  }

  .titiledescbtn {
    width: 100%;
  }

  .thetitle {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 24px;
  }

  .thedesc {
    margin-bottom: 2vw;
    font-size: 15px;
  }

  .thedescpart {
    width: 40vw;
  }

  .smallbluecaption {
    margin-bottom: 2vw;
    font-size: 15px;
    font-weight: 500;
  }

  .title35 {
    margin-bottom: 2vw;
    font-size: 21px;
  }

  .greytext15 {
    line-height: 2em;
  }

  .greytext15.desc {
    font-size: 15px;
  }

  .text-block-19 {
    text-align: center;
    margin-bottom: 4vw;
  }

  .whydoublefin {
    padding-bottom: 8vw;
    padding-right: 10vw;
  }

  .whydoublefin.hasbg {
    border-radius: 5vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .div-block-10 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .title16.shorttitle, .title16.shortertitle {
    width: 100%;
  }

  .title16.lh1-5 {
    font-size: 18px;
  }

  .title16.lh1-5.w16, .greytext1-5 {
    width: 100%;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 2vw;
  }

  .div-block-13 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-radius: 3vw;
    flex-direction: column;
    padding: 6vw 8vw;
  }

  .div-block-14 {
    text-align: center;
    width: 100%;
  }

  .image212 {
    width: 22vw;
  }

  .text-block-20 {
    margin-bottom: 2vw;
  }

  .contactoptions {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blockwithbg {
    justify-content: center;
    width: 100%;
    height: 50vw;
    padding-top: 0;
  }

  .title1-6 {
    margin-bottom: 3vw;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-16, .div-block-17, .div-block-18 {
    text-align: center;
  }

  .intelligentmanagement {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    padding: 36px 24px;
  }

  .titleone {
    font-size: 32px;
  }

  .titleone.mt1em {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
  }

  .titleone.mt1em.smlh {
    margin-top: 1.6em;
  }

  .image-9 {
    width: 32vw;
  }

  .image-9.big, .image-9.w500 {
    width: 60vw;
  }

  .gapy30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .gapy30.w532 {
    text-align: center;
    width: 80%;
  }

  .gapy30.w559 {
    text-align: center;
    width: 100%;
  }

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

  .descriptiontext {
    text-align: center;
    font-size: 1.8vw;
  }

  .descriptiontext.w65 {
    width: 90%;
    font-size: 1.8vw;
  }

  .descriptiontext.w90 {
    text-align: center;
    font-size: 1.8vw;
  }

  .descriptiontext.textwhite.nmg {
    margin-bottom: -2em;
  }

  .descriptiontext.small {
    font-size: 1.8vw;
  }

  .descriptiontext.small.w516 {
    width: 100%;
  }

  .descriptiontext.small.mb6.line3.p0 {
    height: auto;
    max-height: 4.5em;
  }

  .descriptiontext.mw228 {
    text-align: center;
    max-width: 80%;
  }

  .descriptiontext.npwrap.smaller {
    text-align: center;
    font-size: 1.8vw;
  }

  .descriptiontext.wsm {
    width: 100%;
  }

  .descriptiontext.wsm.p0.integration {
    font-size: 18px;
  }

  .descriptiontext.mw360 {
    width: 100%;
  }

  .descriptiontext.center.mt86.mb10 {
    font-size: 15px;
  }

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

  .descriptiontext.p0 {
    font-size: 15px;
  }

  .image-10 {
    width: 60%;
  }

  .image-10._w-400 {
    width: 60vw;
  }

  .titletwo, .titletwo.w90 {
    text-align: center;
  }

  .titletwo.mb86 {
    text-align: center;
    margin-bottom: 6vw;
  }

  .titletwo.w200 {
    text-align: center;
    width: 100%;
  }

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

  .titletwo.w1140.asd {
    width: auto;
  }

  .greycontainer {
    border-radius: 3vw;
    margin-bottom: 8vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .image-11 {
    display: none;
  }

  .image-11.mobile {
    align-self: center;
    width: 80%;
    margin-top: -5vw;
    margin-bottom: -8vw;
    display: block;
  }

  .gayx14 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .icon26 {
    width: 3vw;
  }

  .gapx14 {
    flex-direction: column;
  }

  .gapy14.w45 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .gapy14.mbct {
    align-items: center;
  }

  .blankcontainer {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .blankcontainer.hasbg.homepage.ldp {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .blankcontainer.hasbg.rounded {
    border-radius: 3vw;
    margin-left: 6vw;
    margin-right: 6vw;
    padding: 6vw 8vw 8vw;
  }

  .blankcontainer.hasbg.rounded.mt6 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .blankcontainer.hasbg {
    background-color: #00c5e50d;
  }

  .blankcontainer.hasbg.homepage {
    margin-bottom: 0;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .image-13 {
    align-self: center;
    width: 60%;
  }

  .image-14 {
    display: none;
  }

  .image-14.mobile {
    align-self: center;
    width: 80%;
    display: block;
  }

  .flexwrap.gapx14 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .flexwrap.gapx14.mb30 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .flexwrap.gap10 {
    display: none;
  }

  .image-15 {
    align-self: center;
    width: 60%;
  }

  .image-15.desktop {
    display: none;
  }

  .image-15.mobile {
    display: block;
  }

  .getstarted {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-radius: 3vw;
    height: 50vw;
  }

  .gridcontainer.ldp {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .gridcontainer.py6.gap2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .gridcols2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .gridcols2._w-100 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .roundedcard.bluebg.small {
    height: auto;
  }

  .roundedcard.shadow {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    align-items: center;
  }

  .roundedcard.shadow.center {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .roundedcard.white.h100.psmall {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .roundedcard.white {
    padding: 10vw 6vw;
  }

  .roundedcard.bluebg {
    border-radius: 3vw;
    align-items: center;
  }

  .titlethree.mt2.mb1 {
    text-align: center;
    margin-top: 3vw;
    font-size: 2.916vw;
  }

  .titlethree.mt2.mb1.minh3em {
    min-height: 0;
    font-size: 21px;
  }

  .image-16 {
    width: 15vw;
  }

  .slider {
    border-radius: 5vw;
    height: 108vw;
    padding-bottom: 2vw;
  }

  .slider.short {
    height: 102vw;
  }

  .gapx169 {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .image-17.mobile {
    align-self: center;
    width: 60vw;
    display: block;
  }

  .image-17.desktop {
    display: none;
  }

  .div-block-20.no-reverse {
    flex-direction: column-reverse;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-20.justify-start.mb10 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-direction: column-reverse;
  }

  .div-block-20.justify-start.mb10.reverse {
    flex-direction: column-reverse;
  }

  .gapx72 {
    flex-direction: column;
  }

  .avatar.mb44 {
    width: 15vw;
  }

  .title18._2l.mb29 {
    min-height: 0;
  }

  .div-block-21.desktop {
    display: none;
  }

  .title40 {
    text-align: center;
    font-size: 32px;
  }

  .div-block-22 {
    display: none;
  }

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

  .div-block-24 {
    text-align: center;
  }

  .div-block-25 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 8vw;
  }

  .div-block-26 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image62 {
    width: 10vw;
  }

  .div-block-30 {
    justify-content: center;
    display: flex;
  }

  .image-18 {
    width: 20%;
  }

  .image-19 {
    width: 12vw;
  }

  .text-span-13, .text-span-14 {
    display: block;
  }

  .text-span-16 {
    display: inline-block;
  }

  .image-20 {
    width: 6vw;
  }

  .text-block-24 {
    font-size: 2.2vw;
  }

  .gridcols3 {
    grid-template-columns: 1fr 1fr;
  }

  .gridcols3.gap2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .hr-2.my-1 {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .blueroundedbutton-2 {
    border-radius: 6vw;
    height: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 2vw;
    line-height: 6vw;
  }

  .descriptiontext-2 {
    text-align: center;
    font-size: 1.8vw;
  }

  .descriptiontext-2.textwhite.nmg {
    margin-bottom: -2em;
  }

  .div-block-34 {
    justify-content: center;
  }

  .div-block-37 {
    width: 80vw;
  }

  .div-block-38 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-39 {
    justify-content: center;
  }

  .div-block-39.start {
    justify-content: flex-start;
  }

  .image-22 {
    width: 60px;
    height: 60px;
  }

  .div-block-40 {
    width: 80vw;
    padding-top: 8vw;
  }

  .div-block-41 {
    margin-bottom: 8vw;
  }

  .link-block-5 {
    width: 8vw;
    height: 5vw;
  }

  .roundshadow {
    box-shadow: 1px 1px 2vw 0 var(--ccc);
  }

  .roundshadow.avatar {
    width: 15vw;
    height: 15vw;
  }

  .descriptiontext-copy {
    text-align: center;
    font-size: 1.8vw;
  }

  .descriptiontext-copy.small {
    font-size: 1.8vw;
  }

  .inlinenavlink {
    width: 100%;
    height: 100%;
    color: var(--dwhite);
  }

  .inlinenavlink.black {
    color: var(--dpblue);
  }

  .image-26 {
    max-height: 20px;
  }

  .div-block-43 {
    text-align: center;
    padding: 40px 20px;
  }

  .text-block-28 {
    font-size: 36px;
  }

  .text-block-29 {
    margin-bottom: 40px;
  }

  .ssectiontitle {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
    font-size: 28px;
  }

  .maxw1191 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-46 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-48 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .text-block-33 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-block-50, .mb100px {
    margin-bottom: 50px;
  }

  .div-block-52 {
    grid-template-columns: 1fr;
  }

  .text-block-39 {
    text-align: center;
  }

  .div-block-54 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-55 {
    padding: 41px 35px;
  }

  .image-29 {
    height: 22vw;
  }

  .text-block-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .heading {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 21px;
  }

  .stayintouch {
    width: 100%;
  }

  .maxw1440.px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image384 {
    width: 40vw;
  }

  .image384.desktop {
    display: none;
  }

  .div-block-58 {
    flex: none;
  }

  .div-block-58.mobile {
    display: flex;
  }

  .text-block-47 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-59 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
  }

  .div-block-60 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-61 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .image-36 {
    display: none;
  }

  .text-block-50 {
    text-align: center;
  }

  .gapy20, .gapy14copy.mx459, .gapy14copy.mx479 {
    align-items: center;
  }

  .w450 {
    display: none;
  }

  .w450.mobile {
    display: block;
  }

  .navdropdownlist-2 {
    position: relative;
  }

  .navdropdownlist-2.w--open {
    background-color: #ffffff4d;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-67, .div-block-68 {
    margin-bottom: 2vw;
  }

  .whitenav {
    background-color: var(--dwhite);
    height: 50px;
  }

  .mw1440px100 {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
  }

  .whitedropdowncontent {
    border-top: 1px solid var(--dborder);
    background-color: var(--dwhite);
    width: 100%;
    max-height: 80vh;
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    overflow: auto;
  }

  .darknav {
    color: var(--dpblue);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 49px;
    text-decoration: none;
  }

  .darknav.w--current {
    color: var(--dpblue);
  }

  .bettersection {
    padding-top: 80px;
  }

  .text48 {
    font-size: 30px;
  }

  .text-block-53 {
    font-size: 20px;
  }

  .trustedby {
    justify-content: center;
  }

  .trustedby.mobile {
    flex: none;
  }

  .div-block-81 {
    max-width: 100vw;
    padding: 80px 60px;
  }

  .text-block-55 {
    font-size: 20px;
  }

  .div-block-82 {
    width: 300px;
  }

  .reverse {
    max-width: 100vw;
    padding: 80px 60px 120px;
    overflow: hidden;
  }

  .div-block-82-copy {
    width: 280px;
  }

  .div {
    width: 300px;
  }

  .div-block-86 {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-87 {
    padding: 45px 60px;
  }

  .labelsection {
    padding-top: 80px;
  }

  .html-embed-2 {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .oldicon {
    font-size: 42px;
    line-height: 1em;
  }

  .oldmobliedropdowncontent {
    border-top: 1px solid var(--dborder);
    background-color: #fffc;
    width: 100%;
    max-height: 80vh;
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    overflow: auto;
  }

  .oldmobleheader {
    background-color: var(--dwhite);
    width: 100%;
    display: block;
    position: fixed;
  }

  .html-embed-3 {
    display: none;
  }

  .whitemobleheader {
    background-color: var(--dwhite);
    width: 100%;
    display: block;
    position: fixed;
  }

  .whitebanner {
    padding-top: 80px;
  }

  .text20, .text20bold, .text16 {
    font-size: 20px;
  }

  .text16.asd {
    font-size: 16px;
  }

  .div-block-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-44 {
    width: 600px;
  }

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

  .div-block-102 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

  .text42 {
    font-size: 30px;
  }

  .div-block-104 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-105 {
    text-align: center;
  }

  .div-block-108, .div-block-109 {
    text-align: left;
  }

  .title20boldxs {
    font-size: 20px;
  }

  .title24 {
    min-height: 0;
    font-size: 18px;
  }

  .div-block-34-copy {
    justify-content: center;
  }

  .titletwo-copy1 {
    text-align: center;
  }

  .image-22-copy {
    width: 60px;
    height: 60px;
  }

  .trustedbycontainer {
    justify-content: center;
  }

  .ourvaluesbox-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding-left: 64px;
    padding-right: 65px;
    display: grid;
  }

  .text-span-42 {
    width: .4em;
    display: inline-block;
  }

  .div-block-121 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9-copy {
    width: 65vw;
  }

  .gapy30center {
    width: 80vw;
  }

  .text-block-8-copy {
    font-size: 24px;
  }

  .text-block-9-copy {
    max-width: 82vw;
    font-size: 16px;
  }

  .intergrationscentertitle-copy {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .mb70 {
    margin-bottom: -50px;
  }

  .div-block-124 {
    height: 0;
  }

  .div-block-127 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .maxw1440-copy {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-128 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-131 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .flex-block.w1140 {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .formbanner.w1140 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .w1140.abouts {
    width: 100%;
  }

  .w1140.xxz {
    width: auto;
  }

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

  .text18-copy {
    font-size: 20px;
  }

  .primarybutton-copy {
    text-align: center;
    width: 100%;
    height: 44px;
    margin-right: 0;
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
  }

  .form-block {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-136.w1140 {
    width: 100%;
  }

  .primarybutton-copy1 {
    text-align: center;
    height: 3em;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 3em;
  }

  .div-block-137 {
    display: none;
  }

  .div-block-138 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 68px;
  }

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

  .div-block-141 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .primarybutton-copy1-copy {
    text-align: center;
    height: 3em;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 3em;
    display: inline-block;
  }

  .div-block-142 {
    background-position: 105% 100%;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-147 {
    position: static;
  }

  .div-block-148 {
    display: none;
  }

  .text18-copy-copy {
    font-size: 20px;
  }

  .w1140-copy.whyattend {
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-151 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: 19px;
    margin-bottom: 35px;
  }

  .div-block-10-copy {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .div-block-154 {
    text-align: left;
    align-items: flex-start;
  }

  .descriptiontext-2-copy {
    text-align: left;
    font-size: 15px;
  }

  .nav-link-3 {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navdropdownlist-3 {
    position: relative;
  }

  .navdropdownlist-3.w--open {
    background-color: #ffffff4d;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-71 {
    max-height: 20px;
  }

  .primarybutton-2 {
    text-align: center;
    width: 100%;
    height: 44px;
    margin-right: 0;
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
  }

  .image-72 {
    align-self: center;
    width: 60%;
  }

  .image-72.mobile {
    display: block;
  }

  .image-72.desktop {
    display: none;
  }

  .oldmobleheader-2 {
    background-color: #fff;
    width: 100%;
    display: block;
    position: fixed;
  }

  .roundshadow-2 {
    box-shadow: 1px 1px 2vw #ccc;
  }

  .navbar-4 {
    height: 50px;
  }

  .getstarted-2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-radius: 3vw;
    height: 50vw;
  }

  .div-block-165 {
    border-top-right-radius: 0;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }

  .mb100px-2 {
    margin-bottom: 50px;
  }

  .image-62-copy.mm {
    max-width: 1000%;
    display: none;
  }

  .image-62-copy.mm.mobile {
    display: inline-block;
  }

  .div-block-196 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    border-radius: 3vw;
    flex-direction: column;
    padding: 6vw 8vw;
  }

  .div-block-197 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 8vw;
  }

  .navbar-5 {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .image-76 {
    height: 30px;
  }

  .div-block-198 {
    text-align: center;
    width: 100%;
  }

  .oldicon-2 {
    font-size: 42px;
    line-height: 1em;
  }

  .div-block-166-copy12 {
    justify-content: flex-start;
    align-items: center;
  }

  .greytext1-5-2, .text-block-68 {
    width: 100%;
  }

  .dropdown-toggle-3 {
    border: 1px solid #0000001a;
    justify-content: space-between;
    padding: 10px 20px 10px 32px;
  }

  .div-block-200 {
    justify-content: center;
    align-items: center;
  }

  .image-78.auto {
    max-width: 1000%;
  }

  .div-block-172-copy {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .weaklinkitem-2 {
    margin-right: 40px;
  }

  .div-block-201 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-172 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .gridcols2-2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .stayintouch-2 {
    width: 100%;
  }

  .div-block-203 {
    text-align: center;
  }

  .text-block-89 {
    margin-bottom: 2vw;
  }

  .oldmobliedropdowncontent-2 {
    background-color: #fffc;
    border-top: 1px solid #0000001a;
    width: 100%;
    max-height: 80vh;
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    overflow: auto;
  }

  .text-block-90 {
    text-align: center;
  }

  .descriptiontext-3 {
    text-align: center;
    font-size: 1.8vw;
  }

  .descriptiontext-3.p0 {
    font-size: 15px;
  }

  .inlinenavlink-4 {
    color: #fff;
    width: 100%;
    height: 100%;
  }

  .inlinenavlink-4.black {
    color: #09153d;
  }

  .div-block-206 {
    display: none;
  }

  .div-block-207 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .frame1.active {
    padding-left: 40px;
    padding-right: 0;
  }

  .nav-link-4 {
    color: #fff;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 49px;
    text-decoration: none;
  }

  .nav-link-4.black {
    color: #09153d;
  }

  .nav-link-4.title {
    margin-left: 4vw;
    margin-right: auto;
    padding: 0;
  }

  .nav-link-4.title.parentmenu {
    line-height: 1.6em;
  }

  .nav-link-4.title.parentmenu.noborder {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .footlink-2 {
    font-size: 15px;
  }

  .greytext15-2 {
    line-height: 2em;
  }

  .image-79 {
    width: 15vw;
  }

  .smallbluecaption-2 {
    margin-bottom: 2vw;
    font-size: 15px;
    font-weight: 500;
  }

  .div-block-225 {
    flex: none;
  }

  .div-block-225.mobile {
    display: flex;
  }

  .div-block-226 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
  }

  .div-block-227 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .text-block-100 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footerlinks-copy {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .creersbutton.openpositionbutton {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
  }

  .creersbottomgroupitem {
    display: flex;
    position: relative;
  }

  .pressbox {
    grid-template-columns: 1fr 1fr;
  }

  .primarybutton {
    font-size: 2.5vw;
  }

  .section {
    height: 50vw;
    margin-bottom: 8vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-block-4 {
    font-size: 4.5vw;
  }

  .text-block-4.nomobile {
    font-size: 31px;
  }

  .button.w--current {
    font-size: 2.5vw;
  }

  .footerbottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .copyright {
    padding-right: 20px;
  }

  .weaklinkitem {
    font-size: 2vw;
  }

  .footerbottomleft {
    white-space: nowrap;
  }

  .footerlinks {
    padding-top: 4vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footerbottomright {
    align-self: flex-end;
  }

  .text-block-9 {
    text-align: center;
    max-width: 85vw;
    margin-bottom: 15px;
    line-height: 2em;
  }

  .aboutbodycentertitle-2, .aboutstorycontent {
    line-height: 1.5em;
  }

  .teamitembox-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .aboutbodycenter-2 {
    display: block;
  }

  .ourvaluesitemtitle-2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .ourvaluesbox-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: start;
    display: grid;
  }

  .ourvaluesitemtext-2 {
    text-align: center;
    font-size: 13px;
    line-height: 2em;
  }

  .ourvaluesitem-2 {
    max-width: none;
  }

  .pressbodycenter-2 {
    flex-direction: column;
    align-items: center;
  }

  .pressitemtitle-2 {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 18px;
    line-height: 1.5em;
  }

  .nav-link.title.parentmenu {
    font-size: 2.5vw;
  }

  .image-6 {
    height: 24px;
  }

  .mobileheadercontent {
    display: flex;
  }

  .mobliedropdowncontent {
    display: none;
  }

  .solutionshomebottom {
    grid-template-columns: 1fr;
  }

  .solutionshomebottomitemtext {
    font-size: 15px;
  }

  .solutionshomebottomitemimg {
    float: left;
    margin-right: 2vw;
  }

  .solutionshometopleftimg {
    width: 60vw;
    margin-right: -9vw;
  }

  .solutionshomebottomitem {
    max-width: 100%;
    margin-right: 0;
  }

  .solutionshometoprightimg {
    width: 50vw;
  }

  .solutionshomebottomitemtitle {
    font-size: 18px;
  }

  .termsbody {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .termstitle {
    margin-top: 36px;
    margin-bottom: 24px;
  }

  .termscontent {
    padding-bottom: 60px;
  }

  .termsparagraphheadtitle {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .termsparagraphcontent {
    font-size: 15px;
    line-height: 2em;
  }

  .termsparagraphtitle {
    font-size: 18px;
  }

  .privacybody {
    padding-left: 30px;
    padding-right: 30px;
  }

  .privacytitle {
    margin-top: 34px;
    margin-bottom: 17px;
    line-height: 44px;
  }

  .privacyparagraphmaintitle {
    font-size: 30px;
    line-height: 40px;
  }

  .intergrationscenter {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .intergrationscenteritem {
    padding: 2vw 3vw;
  }

  .intergrationscenteritemlogo {
    width: 50px;
    height: 50px;
  }

  .intergrationscentertitle {
    font-size: 24px;
  }

  .intergrationcenterbox {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .intergrationscenteritemtext {
    font-size: 16px;
  }

  .demorequesttitle {
    font-size: 24px;
  }

  .demorequestforminput {
    border-radius: 5vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .demorequestbottom {
    width: 75vw;
    box-shadow: 1px 1px 2.5vw 0 var(--dborder);
    border-radius: 4vw;
    padding: 42px 36px;
    top: 6vw;
  }

  .demorequestformbutton {
    border-radius: 5vw;
  }

  .demorequestbody {
    padding-bottom: 12vw;
  }

  .demorequestsuccesstext {
    font-size: 3vw;
  }

  .demorequestsuccesstext.title {
    font-size: 4.5vw;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .html-embed {
    border-radius: 5vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .meetdoublefin {
    flex-direction: column-reverse;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._w-full {
    margin-bottom: 4.37vw;
  }

  ._w-full.rounded, ._w-full.h-178.mb0 {
    margin-bottom: 0;
  }

  .image535 {
    width: 100%;
    margin-bottom: 4.37vw;
  }

  .image535.w50vw {
    width: 60vw;
    margin-bottom: 0;
  }

  .titiledescbtn {
    width: 100%;
  }

  .thetitle {
    margin-bottom: 4.37vw;
  }

  .thedesc {
    margin-bottom: 4.37vw;
    line-height: 2em;
  }

  .text-span {
    margin-bottom: 3vw;
  }

  .picwithdescsection {
    flex-direction: column;
    padding-top: 10vw;
    padding-left: 8vw;
  }

  .image441 {
    width: 60vw;
  }

  .thedescpart {
    width: 100%;
  }

  .smallbluecaption {
    font-size: 2.5vw;
    display: none;
  }

  .smallbluecaption.mb0.always {
    font-weight: 500;
    display: block;
  }

  .title35, .greytext15.desc {
    margin-bottom: 4.37vw;
  }

  .text-block-19 {
    margin-bottom: 10vw;
  }

  .whydoublefin {
    padding-bottom: 10vw;
  }

  .whydoublefin.hasbg {
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .div-block-10 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .image70 {
    margin-right: 0;
  }

  .image70.big {
    width: 80px;
  }

  .title16.shorttitle {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }

  .title16.shorttitle.big {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title16.shortertitle {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }

  .title16.shortertitle.big {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .greytext1-5 {
    width: auto;
    line-height: 2em;
  }

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

  .div-block-13 {
    flex-direction: column;
    align-items: flex-start;
    padding: 8vw;
  }

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

  .image212 {
    width: 30.7vw;
    margin-right: 0;
  }

  .text-block-20 {
    margin-top: 4.37vw;
    margin-bottom: 4.37vw;
    line-height: 5.797vw;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-21 {
    margin-top: 3vw;
    margin-bottom: 3vw;
    line-height: 5.797vw;
  }

  .contactoptions {
    flex-direction: column;
    padding-bottom: 50px;
  }

  .blockwithbg {
    width: 86vw;
    height: 58vw;
    margin-bottom: 4.37vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .title1-6 {
    margin-bottom: 6vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .title1-6.narrow {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
    padding: 40px 60px;
    display: flex;
  }

  .div-block-17, .div-block-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .intelligentmanagement {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    padding: 24px;
  }

  .titleone {
    text-align: center;
    font-size: 32px;
  }

  .titleone.mt1em {
    text-align: center;
  }

  .titleone.mt1em.integration {
    font-size: 30px;
  }

  .titleone.center.footerbottomright.clipped {
    align-self: center;
  }

  .image-9 {
    width: 60%;
  }

  .image-9.w500 {
    width: 80vw;
  }

  .gapy30 {
    padding-right: 0;
  }

  .gapy30.w532 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
  }

  .descriptiontext, .descriptiontext.w65, .descriptiontext.w90, .descriptiontext.small {
    font-size: 2.5vw;
  }

  .descriptiontext.small.mb6.line3.p0 {
    max-height: 4.5em;
  }

  .descriptiontext.npwrap.smaller {
    font-size: 2.5vw;
  }

  .descriptiontext.wsm {
    width: 100%;
  }

  .descriptiontext.wsm.p0.integration {
    font-size: 16px;
  }

  .descriptiontext.center.mt86.mb10 {
    margin-bottom: 12vw;
    margin-left: auto;
    margin-right: auto;
  }

  .descriptiontext.left {
    line-height: 1.8em;
  }

  .simplifymanagement {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-direction: column-reverse;
  }

  .image-10 {
    width: 100%;
  }

  .image-10.small {
    width: 80%;
  }

  .image-10._w-400 {
    width: 65vw;
  }

  .titletwo {
    font-size: 24px;
  }

  .titletwo.w90 {
    width: 100%;
  }

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

  .greycontainer {
    border-radius: 6vw;
  }

  .gayx14 {
    align-items: flex-start;
  }

  .icon26 {
    width: 4vw;
  }

  .gapx14 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .blankcontainer.hasbg.homepage {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .image-15.mobile {
    width: 80%;
  }

  .getstarted {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    border-radius: 4vw;
    height: 56vw;
  }

  .gridcontainer {
    padding-bottom: 10vw;
  }

  .gridcols2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .roundedcard.shadow {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .roundedcard.white.h100.psmall {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .roundedcard.white {
    padding: 12vw 8vw;
  }

  .roundedcard.bluebg {
    padding: 10vw 6vw;
  }

  .titlethree.mt2.mb1 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.6vw;
  }

  .image-16 {
    width: 20vw;
  }

  .slider {
    height: 124vw;
  }

  .slider.short {
    height: 128vw;
  }

  .div-block-20.no-reverse {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .gapx72 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .avatar.mb44 {
    width: 20vw;
  }

  .gapy60 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .title40 {
    font-size: 32px;
    line-height: 1.5em;
  }

  .div-block-26 {
    text-align: center;
  }

  .image62 {
    width: 15vw;
  }

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

  .div-block-31 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .image-19 {
    width: 15vw;
  }

  .image-20 {
    width: 8vw;
  }

  .text-block-24 {
    font-size: 3vw;
    line-height: 2em;
  }

  .gridcols3 {
    grid-template-columns: 1fr;
  }

  .blueroundedbutton-2 {
    border-radius: 7vw;
    height: 8vw;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }

  .descriptiontext-2 {
    font-size: 2.5vw;
  }

  .link-block-5 {
    width: 12vw;
    height: 7.2vw;
  }

  .roundshadow {
    box-shadow: 1px 1px 3vw 0 var(--ccc);
  }

  .roundshadow.avatar {
    width: 20vw;
    height: 20vw;
  }

  .descriptiontext-copy, .descriptiontext-copy.small {
    font-size: 2.5vw;
  }

  .text-block-28 {
    text-align: center;
    font-size: 32px;
  }

  .text-block-29 {
    color: var(--2d245e);
    padding-left: 20px;
    padding-right: 20px;
  }

  .ssectiontitle {
    font-size: 21px;
  }

  .maxw1191 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-45 {
    padding: 32px 40px;
  }

  .image-27 {
    width: 60px;
    height: 60px;
  }

  .text-block-31 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .div-block-48 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .text-block-34 {
    font-size: 13px;
  }

  .div-block-50 {
    margin-bottom: 30px;
  }

  .mb100px {
    margin-bottom: 44px;
  }

  .text-span-20, .text-span-21 {
    display: block;
  }

  .div-block-52 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-53 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-35 {
    margin-top: 20px;
    font-size: 21px;
  }

  .text-block-42 {
    font-size: 21px;
  }

  .mb80 {
    margin-bottom: 44px;
  }

  .text-span-24 {
    display: block;
  }

  .text-block-45 {
    color: var(--2d245e);
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .div-block-57 {
    margin-top: 21px;
  }

  .image384 {
    width: 50vw;
  }

  .div-block-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .whitebluebutton {
    position: absolute;
    inset: 36px 36px auto auto;
  }

  .whitedropdowncontent {
    display: none;
  }

  .text48 {
    text-align: center;
    font-size: 24px;
  }

  .text-block-53 {
    font-size: 18px;
  }

  .trustedby {
    flex: none;
    max-width: 1000%;
  }

  .trustedby.mobile {
    display: flex;
  }

  .div-block-81 {
    flex-direction: column;
    padding: 60px 45px;
  }

  .text-block-55 {
    text-align: center;
    display: block;
  }

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

  .reverse {
    flex-direction: column;
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-82-copy {
    width: auto;
  }

  .text-block-56-copy {
    margin-top: 0;
  }

  .div {
    width: auto;
  }

  .div-block-86 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span-41 {
    display: inline;
  }

  .html-embed-2 {
    margin-top: 10px;
  }

  .oldmobliedropdowncontent {
    display: none;
  }

  .text20, .text20bold, .text16 {
    font-size: 18px;
  }

  .text42 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-104 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-106 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-48, .image-49 {
    height: 42px;
  }

  .body-8 {
    color: var(--darktextblue);
  }

  .title20boldxs {
    font-size: 18px;
  }

  .title24 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .titletwo-copy1 {
    font-size: 24px;
  }

  .trustedbycontainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .div-block-118 {
    justify-content: flex-start;
    display: flex;
  }

  .ourvaluesbox-2-copy {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: start;
    display: grid;
  }

  .image-47-copy {
    height: 42px;
  }

  .image-9-copy {
    width: 80vw;
  }

  .text-block-9-copy {
    text-align: center;
    max-width: 85vw;
    margin-bottom: 15px;
    line-height: 2em;
  }

  .intergrationscentertitle-copy {
    font-size: 24px;
  }

  .text-block-35-copy {
    margin-top: 20px;
    font-size: 21px;
  }

  .mb70 {
    margin-bottom: -20px;
  }

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

  .maxw1440-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .titletwo-copy {
    font-size: 32px;
  }

  .text18-copy {
    font-size: 18px;
  }

  .primarybutton-copy {
    font-size: 2.5vw;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-136.w1140 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .primarybutton-copy1 {
    font-size: 16px;
  }

  .div-block-138 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .div-block-141 {
    grid-template-columns: 1fr;
  }

  .primarybutton-copy1-copy {
    font-size: 16px;
  }

  .div-block-142 {
    margin-bottom: 37px;
    padding-bottom: 57px;
  }

  .text18-copy-copy {
    font-size: 18px;
  }

  .titletwo-copylefg {
    font-size: 32px;
  }

  .div-block-151 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-152 {
    margin-bottom: 9px;
  }

  .whatyoucanexpect {
    padding-bottom: 10vw;
  }

  .div-block-10-copy {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .descriptiontext-2-copy {
    font-size: 15px;
  }

  .doublefin {
    width: 100%;
    min-width: 0;
  }

  .primarybutton-2 {
    font-size: 2.5vw;
  }

  .image-72.mobile {
    width: 80%;
  }

  .roundshadow-2 {
    box-shadow: 1px 1px 3vw #ccc;
  }

  .footerbottom-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .getstarted-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    border-radius: 4vw;
    height: 56vw;
  }

  .mb100px-2 {
    margin-bottom: 44px;
  }

  .copyright-2 {
    padding-right: 20px;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    padding: 8vw;
  }

  .image-76 {
    height: 24px;
  }

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

  .greytext1-5-2 {
    width: auto;
    line-height: 2em;
  }

  .div-block-200 {
    justify-content: center;
    align-items: center;
  }

  .image-78.spc {
    max-width: 1000%;
  }

  .div-block-172-copy {
    padding: 48px 36px;
  }

  .text-block-87 {
    margin-top: 3vw;
    margin-bottom: 3vw;
    line-height: 5.797vw;
  }

  .weaklinkitem-2 {
    font-size: 2vw;
  }

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

  .div-block-172 {
    padding: 48px 36px;
  }

  .gridcols2-2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

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

  .text-block-89 {
    margin-top: 4.37vw;
    margin-bottom: 4.37vw;
    line-height: 5.797vw;
  }

  .div-block-204 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .oldmobliedropdowncontent-2 {
    display: none;
  }

  .descriptiontext-3 {
    font-size: 2.5vw;
  }

  .div-block-207 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-columns: 1fr;
  }

  .nav-link-4.title.parentmenu {
    font-size: 2.5vw;
  }

  .image-79 {
    width: 20vw;
  }

  .smallbluecaption-2 {
    font-size: 2.5vw;
    display: none;
  }

  .smallbluecaption-2.mb0.always {
    font-weight: 500;
    display: block;
  }

  .div-block-227 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerlinks-copy {
    padding-top: 4vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright-2-copy {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .creersbottomgroup {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .creersbottomgroupitemleft {
    padding-right: 0;
  }

  .creersbottomgroupitemtext {
    line-height: 1.5em;
  }

  .creersbottomgroupitem {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .pressbox {
    grid-template-columns: 1fr;
  }

  .primarybutton {
    flex: 1;
    height: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 40px;
  }

  .primarybutton.tiny {
    flex: none;
    width: auto;
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
  }

  .section {
    height: 132vw;
    margin-bottom: 12vw;
  }

  .text-block-4 {
    line-height: 1.5em;
  }

  .text-block-4.nomobile {
    display: none;
  }

  .text-block-4.mobile {
    font-size: 9vw;
    line-height: 1.25em;
    display: block;
  }

  .buttonline {
    margin-top: 10vw;
  }

  .button, .button.w--current, .button.thin {
    font-size: 4vw;
  }

  .footerbottom {
    padding-bottom: 2vw;
    position: relative;
  }

  .linksgroupname {
    padding-bottom: 1vw;
  }

  .iconlink {
    margin-left: 25px;
  }

  .footerlinkscontent {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright {
    margin-bottom: 0;
    font-size: 3.75vw;
    line-height: 2em;
  }

  .weaklinkitem {
    margin-right: 0;
    font-size: 3.75vw;
  }

  .footerbottomleft {
    white-space: nowrap;
  }

  .footerlinks {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .customintegration {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-2 {
    font-weight: 700;
    line-height: 1.5em;
  }

  .text-block-8 {
    margin-bottom: 5vw;
    font-size: 18px;
    line-height: 1.25em;
  }

  .text-block-9 {
    max-width: 86vw;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 2em;
  }

  .aboutbodycentertitle-2 {
    font-size: 21px;
  }

  .aboutbodycentertitle-2.meetteamtitle {
    margin-top: 21px;
  }

  .foundersinlogo {
    padding: 1vw;
  }

  .aboutstorycontent {
    font-size: 15px;
    line-height: 2em;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    min-height: 20vw;
    display: grid;
  }

  .teamitemname-2 {
    font-size: 18px;
  }

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

  .investorsitemimage {
    width: 60vw;
    height: auto;
    margin-right: 0;
  }

  .investorsitemimage.lastitem {
    height: 25vw;
  }

  .teamiteminfo-2 {
    margin-bottom: .5vw;
    font-size: 16px;
  }

  .investoeritembox {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .aboutbodycenter-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .workingprinciplessvg {
    float: left;
    display: block;
  }

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

  .ourvaluesbox-2 {
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ourvaluesitemtext-2 {
    text-align: center;
    font-size: 3.75vw;
    line-height: 2em;
  }

  .creersbottomtitle-2 {
    margin-top: 42px;
    margin-bottom: 25px;
    font-size: 5.6vw;
  }

  .jobdetail {
    margin-top: 15px;
    padding-bottom: 10px;
  }

  .jobtitle {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .jobdetailcontent {
    font-size: 14px;
  }

  .jobdetailcontent-2 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .button-3 {
    margin-top: 19px;
    font-size: 12px;
  }

  .careespostbody {
    padding: 31px 30px 28px 28px;
  }

  .joblocation {
    margin-top: 5px;
    font-size: 16px;
  }

  .jobdetailtitle {
    font-size: 18px;
    line-height: 1.5em;
  }

  .jobdetailtitle.titletop60 {
    margin-top: 15px;
  }

  .pressbodytitle-2 {
    font-size: 24px;
  }

  .pressbodycenteritem-2 {
    padding: 6vw;
  }

  .pressforbesimage {
    width: 100px;
    min-width: 50px;
  }

  .pressitemtitle-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .footlink {
    margin-bottom: 1vw;
  }

  .dropdown-toggle {
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
    font-weight: 400;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.title.parentmenu {
    font-size: 5vw;
    line-height: 2em;
  }

  .nav-link.title.parentmenu.noborder {
    font-size: 14px;
    line-height: 1.5em;
  }

  .nav-link.title.parentmenu.noborder.black {
    color: var(--dpblue);
  }

  .nav-link.black {
    padding-left: 0;
  }

  .navbar-3 {
    justify-content: space-between;
  }

  .menu-button {
    font-size: 10px;
    line-height: 1em;
  }

  .mobileheadercontent {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mobileheaderright {
    justify-content: space-between;
  }

  .mobileheaderright.hide {
    display: none;
  }

  .icon {
    font-size: 30px;
  }

  .primarybuttonline {
    padding: 10px 20px 10px 44px;
  }

  .mobiledropdowntext {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .solutionshomebottomitemimg {
    float: none;
    margin-bottom: 1vw;
    margin-right: 1vw;
  }

  .solutionshometopleftimg {
    width: auto;
    margin-right: -20vw;
  }

  .solutionshomebottomitem {
    padding: 8.4vw 7.4vw 7.4vw 6.4vw;
  }

  .solutionshometopimgbox {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .solutionshometoprightimg {
    width: 80%;
    margin-top: 10px;
    margin-left: 0;
  }

  .termsbody {
    padding-left: 23px;
    padding-right: 24px;
  }

  .termscontainer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .termstitle {
    margin-top: 23px;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .termscontent {
    padding-top: 10px;
  }

  .termsparagraphheadtitle {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .termsparagraphcontent {
    font-size: 12px;
  }

  .termsparagraphtitle {
    font-size: 14px;
    line-height: 2em;
  }

  .privacybody {
    padding-bottom: 14px;
  }

  .privacycontainer {
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .privacytitle {
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .privacysubtitle {
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
  }

  .privacycontent {
    padding-top: 20px;
  }

  .privacyparagraphcontent {
    font-size: 15px;
  }

  .privacyparagraphmaintitle, .privacyparagraphtitle {
    font-size: 18px;
    line-height: 1.5em;
  }

  .intergrationscenter {
    margin-top: 30px;
  }

  .intergrationscenteritem {
    max-width: 100%;
    padding: 4vw 6vw;
  }

  .intergrationscenteritemlogo {
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .intergrationscentertitle {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .intergrationcenterbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .demorequesttitle {
    padding-top: 50px;
    line-height: 1.12em;
  }

  .demorequestforminput {
    border-radius: 8vw;
    height: 44px;
    margin-bottom: 1em;
    padding-left: 6vw;
    padding-right: 2em;
  }

  .demorequestforminput::placeholder {
    color: var(--ccc);
  }

  .demorequestforminput.flex-2, .demorequestforminput.flex-1 {
    height: 44px;
  }

  .demorequestbottom {
    width: 85vw;
    box-shadow: 1px 1px 4vw 0 var(--dborder);
    padding: 30px 24px;
  }

  .demorequestformbutton {
    border-radius: 8vw;
    height: 44px;
    line-height: 44px;
  }

  .demorequestbody {
    background-position: 1000% 5%, 65vw;
    background-size: 20%, 100%;
  }

  .demorequestsuccesstext {
    font-size: 5vw;
  }

  .demorequestsuccesstext.title {
    margin-bottom: 8vw;
    font-size: 8vw;
  }

  .flexcontainer.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .html-embed {
    border-radius: 8vw;
    height: 44px;
    margin-bottom: 1em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  ._w-full.rounded {
    border-radius: 5vw;
  }

  .image535 {
    width: 100%;
    margin-bottom: 0;
  }

  .image535.w50vw {
    width: 80vw;
  }

  .thetitle {
    margin-bottom: 8vw;
    font-size: 5.6vw;
  }

  .thedesc {
    margin-bottom: 8vw;
    font-size: 3.75vw;
  }

  .text-span {
    width: 20em;
    margin-bottom: 0;
    line-height: 2em;
    display: block;
  }

  .blueroundedbutton {
    height: 38px;
    line-height: 38px;
  }

  .picwithdescsection {
    flex-direction: column;
  }

  .image441 {
    width: 60vw;
  }

  .thedescpart {
    width: 100%;
    margin-top: 0;
  }

  .smallbluecaption {
    line-height: 10vw;
    display: none;
  }

  .title35 {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 5.6vw;
    line-height: 1.2em;
  }

  .greytext15 {
    line-height: 2em;
  }

  .greytext15.desc {
    margin-bottom: 8vw;
    font-size: 3.75vw;
    line-height: 2em;
  }

  .text-block-19 {
    margin-bottom: 8vw;
    font-size: 21px;
  }

  .whydoublefin {
    padding-bottom: 15vw;
    padding-left: 8vw;
  }

  .whydoublefin.hasbg {
    margin-top: 15vw;
    padding-top: 20vw;
  }

  .div-block-10 {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    grid-template-columns: 1fr;
  }

  .image70 {
    flex: none;
  }

  .div-block-11 {
    width: auto;
  }

  .text-span-2 {
    font-weight: 400;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-14 {
    width: auto;
  }

  .image212 {
    width: 40vw;
    margin-right: 0;
  }

  .text-block-20 {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 18px;
    line-height: 1.5em;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-21 {
    margin-top: 6vw;
    margin-bottom: 4vw;
    font-size: 21px;
    line-height: 1em;
  }

  .contactoptions {
    flex-direction: column;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .blockwithbg {
    width: 85vw;
    height: 60vw;
    margin-bottom: 6vw;
    padding-top: 12vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .title1-6 {
    margin-bottom: 6vw;
    font-family: DM Sans, sans-serif;
    font-size: 4vw;
    line-height: 1.25em;
  }

  .title1-6.narrow {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-16 {
    min-width: 0;
    padding: 30px;
    display: flex;
  }

  .div-block-17, .div-block-18 {
    display: flex;
  }

  .text-span-3 {
    font-size: 3.75vw;
    line-height: 2em;
  }

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

  .titleone {
    text-align: center;
    width: 8em;
    line-height: 1.5em;
  }

  .titleone.mt1em {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .titleone.mt1em.smlh {
    line-height: 1.25em;
  }

  .titleone.mt1em.wfull {
    width: auto;
  }

  .titleone.mt1em.integration {
    font-size: 24px;
  }

  .image-9 {
    width: 80%;
  }

  .image-9.big {
    width: 90vw;
  }

  .gapy30 {
    padding-right: 0;
  }

  .gapy30.w532 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .gapy30.center {
    align-items: center;
    width: 100%;
  }

  .descriptiontext {
    font-size: 14px;
  }

  .descriptiontext.w65 {
    width: 100%;
    font-size: 3.75vw;
  }

  .descriptiontext.w90 {
    display: none;
  }

  .descriptiontext.w90.mobile {
    width: 100%;
    font-size: 15px;
    display: block;
  }

  .descriptiontext.textwhite, .descriptiontext.small, .descriptiontext.npwrap.smaller {
    font-size: 3.5vw;
  }

  .descriptiontext.center.mt86.mb10 {
    margin-top: 12vw;
    margin-bottom: 20vw;
  }

  .descriptiontext.left {
    line-height: 1.5em;
  }

  .simplifymanagement {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .image-10._w-400 {
    width: 80vw;
  }

  .titletwo {
    font-family: Latc, sans-serif;
    font-size: 21px;
  }

  .titletwo.mb86 {
    margin-bottom: 15vw;
  }

  .titletwo.mb10 {
    margin-bottom: 8vw;
  }

  .image-11.mobile {
    width: 100%;
  }

  .gayx14 {
    align-items: center;
  }

  .icon26 {
    width: 20px;
  }

  .gapx14 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
  }

  .gapy14 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .blankcontainer {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    padding: 15vw 8vw 25vw;
  }

  .blankcontainer.hasbg.rounded {
    margin-bottom: 12vw;
    padding-top: 8vw;
  }

  .blankcontainer.hasbg.rounded.mt6 {
    margin-top: 12vw;
  }

  .image-13 {
    width: 80%;
  }

  .image-14.mobile {
    width: 100%;
  }

  .flexwrap.gapx14.mb30 {
    grid-template-columns: 1fr;
  }

  .image-15 {
    width: 80%;
  }

  .image-15.mobile {
    width: 90%;
  }

  .getstarted {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-radius: 6vw;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mx114 {
    margin-left: 26px;
    margin-right: 26px;
  }

  .gridcontainer {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .gridcontainer.py6.gap2, .gridcols2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .roundedcard.white {
    padding: 15vw 8vw;
  }

  .roundedcard.bluebg {
    border-radius: 5vw;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .titlethree {
    font-size: 18px;
  }

  .titlethree.mt2.mb1 {
    margin-top: 6vw;
    margin-bottom: 5vw;
    font-size: 15px;
  }

  .titlethree.mt2.mb1.minh3em {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .image-16 {
    width: 25vw;
  }

  .slider {
    height: 172vw;
    padding-bottom: 0;
  }

  .slider.short {
    height: 180vw;
  }

  .gapx169 {
    align-items: flex-start;
  }

  .div-block-20.no-reverse {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .gapx72 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .avatar.mb44 {
    width: 30vw;
  }

  .title18 {
    font-size: 16px;
  }

  .title18._2l.mb29 {
    text-align: center;
  }

  .gapy60 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .title40 {
    font-size: 24px;
  }

  .image62 {
    width: 20vw;
  }

  .div-block-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .hr.my-1 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .hr.my-1.sm {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }

  .image-18 {
    width: 30%;
  }

  .image-19 {
    width: 25vw;
  }

  .text-span-9 {
    display: block;
  }

  .text-span-10 {
    color: var(--doblue);
  }

  .text-span-11 {
    display: flex;
  }

  .text-span-12, .text-span-17 {
    display: block;
  }

  .image-20 {
    width: 12vw;
  }

  .text-block-24 {
    font-size: 4vw;
  }

  .hr-2.my-1 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .blueroundedbutton-2 {
    border-radius: 10vw;
    height: 12vw;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 4.5vw;
    line-height: 12vw;
  }

  .descriptiontext-2, .descriptiontext-2.textwhite {
    font-size: 3.5vw;
  }

  .div-block-34 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .title20 {
    font-size: 16px;
  }

  .div-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-38 {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .div-block-39 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-40 {
    padding-top: 30px;
  }

  .div-block-41 {
    margin-bottom: 12vw;
  }

  .link-block-5 {
    width: 15vw;
    height: 9vw;
  }

  .roundshadow.avatar {
    width: 30vw;
    height: 30vw;
  }

  .descriptiontext-copy, .descriptiontext-copy.small {
    font-size: 3.5vw;
  }

  .inlinenavlink {
    font-size: 14px;
  }

  .image-26 {
    height: 15px;
  }

  .maxw1191 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-45 {
    min-width: 0;
    padding: 24px 16px;
  }

  .text-block-34 {
    font-size: 12px;
  }

  .div-block-53 {
    padding: 40px 27px 44px 26px;
  }

  .text-block-35 {
    font-size: 18px;
  }

  .text-span-22, .text-block-37, .text-block-38, .text-block-39 {
    display: block;
  }

  .text-block-40 {
    width: 100%;
    display: block;
  }

  .text-span-25 {
    display: block;
  }

  .heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .stayintouch {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 36px 24px;
  }

  .form {
    flex-direction: column;
  }

  .maxw1440.px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image384 {
    width: 60vw;
  }

  .div-block-60 {
    overflow: hidden;
  }

  .div-block-61 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .text-block-48 {
    font-size: 18px;
  }

  .text-block-49 {
    font-size: 21px;
  }

  .text-span-28 {
    width: 100%;
    font-size: 21px;
  }

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

  .gapy14copy {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .inlinenavlink-2 {
    font-size: 14px;
  }

  .nav-link-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-67 {
    margin-bottom: 1em;
  }

  .recaptcha {
    margin-bottom: 0;
  }

  .div-block-68 {
    margin-bottom: 1em;
  }

  .text-span-35 {
    display: inline;
  }

  .text-span-36 {
    display: block;
  }

  .mw1440px100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .whitebluebutton {
    align-self: flex-end;
    position: static;
  }

  .darknav {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bettersection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text48 {
    font-size: 22px;
  }

  .trustedby {
    max-width: 10000%;
  }

  .h30 {
    flex: none;
  }

  .div-block-81, .reverse {
    padding-top: 36px;
  }

  .div-block-86 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-87 {
    padding: 30px 45px;
  }

  .labelsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .oldicon {
    font-size: 30px;
  }

  .oldmobliedropdowncontent {
    color: var(--dpblue);
    background-color: #fffc;
  }

  .oldmobleheader {
    background-color: var(--dwhite);
  }

  .whitebanner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text16 {
    font-size: 16px;
  }

  .div-block-100 {
    padding: 45px 36px;
  }

  .div-block-102 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .text42 {
    font-size: 22px;
  }

  .div-block-105 {
    overflow: hidden;
  }

  .div-block-106 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .image-51 {
    width: 20px;
  }

  .div-block-112 {
    padding: 12px;
  }

  .div-block-113 {
    padding: 12px 20px;
  }

  .title20boldxs {
    font-size: 16px;
  }

  .titletwo-copy1 {
    font-family: Latc, sans-serif;
    font-size: 21px;
  }

  .ourvaluesbox-2-copy {
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-47-copy {
    height: 80px;
  }

  .gapy30center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-8-copy {
    margin-bottom: 5vw;
    font-size: 18px;
    line-height: 1.25em;
  }

  .text-block-9-copy {
    max-width: 86vw;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 2em;
  }

  .intergrationscentertitle-copy {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .text-block-35-copy {
    font-size: 18px;
  }

  .spacex30-copy {
    grid-template-columns: 1fr 1fr;
  }

  .whitebluebutton-copy {
    align-self: flex-end;
    position: static;
  }

  .maxw1440-copy {
    padding-left: 36px;
    padding-right: 36px;
  }

  .flex-block.w1140 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
  }

  .h36 {
    height: 28px;
  }

  .formbanner.w1140 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .titletwo-copy {
    font-family: Latc, sans-serif;
    font-size: 24px;
  }

  .text18-copy {
    margin-top: 16px;
    font-size: 16px;
  }

  .div-block-133 {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .title24-copy {
    font-size: 16px;
  }

  .primarybutton-copy {
    flex: 1;
    height: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 40px;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-53 {
    height: 24px;
  }

  .primarybutton-copy1, .primarybutton-copy1-copy {
    flex: 1;
    height: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 40px;
  }

  .div-block-142 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 11px;
  }

  .field-label-copy {
    font-size: 14px;
  }

  .text18-copy-copy {
    font-size: 16px;
  }

  .w1140-copy.whyattend {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .titletwo-copylefg {
    font-family: Latc, sans-serif;
    font-size: 24px;
  }

  .whatyoucanexpect {
    padding: 10vw 8vw 15vw;
  }

  .div-block-10-copy {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    grid-template-columns: 1fr;
  }

  .descriptiontext-2-copy {
    font-size: 14px;
  }

  .nav-link-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-71 {
    height: 15px;
  }

  .primarybutton-2 {
    flex: 1;
    height: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 40px;
  }

  .image-72 {
    width: 80%;
  }

  .image-72.mobile {
    width: 90%;
  }

  .oldmobleheader-2 {
    background-color: #fff;
  }

  .blueroundedbutton-3 {
    height: 38px;
    line-height: 38px;
  }

  .footerbottom-2 {
    padding-bottom: 2vw;
    position: relative;
  }

  .getstarted-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-radius: 6vw;
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-2 {
    margin-bottom: 0;
    font-size: 3.75vw;
    line-height: 2em;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-5 {
    justify-content: space-between;
  }

  .inlinenavlink-3 {
    font-size: 14px;
  }

  .text-block-82 {
    display: block;
  }

  .text-block-84 {
    font-size: 20px;
  }

  .div-block-198 {
    width: auto;
  }

  .oldicon-2 {
    font-size: 30px;
  }

  .text-block-85 {
    display: block;
  }

  .text-block-86 {
    width: 100%;
    display: block;
  }

  .text-block-68 {
    font-size: 12px;
  }

  .dropdown-toggle-3 {
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
    font-weight: 400;
  }

  .div-block-172-copy {
    padding: 36px 24px;
  }

  .text-block-87 {
    margin-top: 6vw;
    margin-bottom: 4vw;
    font-size: 21px;
    line-height: 1em;
  }

  .weaklinkitem-2 {
    margin-right: 0;
    font-size: 3.75vw;
  }

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

  .div-block-172 {
    padding: 36px 24px;
  }

  .gridcols2-2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .stayintouch-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 36px 24px;
  }

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

  .text-block-89 {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 18px;
    line-height: 1.5em;
  }

  .div-block-204 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .oldmobliedropdowncontent-2 {
    color: #09153d;
    background-color: #fffc;
  }

  .text-block-90 {
    display: block;
  }

  .descriptiontext-3, .inlinenavlink-4 {
    font-size: 14px;
  }

  .div-block-207 {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    grid-template-columns: 1fr;
  }

  .nav-link-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-4.black {
    padding-left: 0;
  }

  .nav-link-4.title.parentmenu {
    font-size: 5vw;
    line-height: 2em;
  }

  .nav-link-4.title.parentmenu.noborder {
    font-size: 14px;
    line-height: 1.5em;
  }

  .nav-link-4.title.parentmenu.noborder.black {
    color: #09153d;
  }

  .footlink-2 {
    margin-bottom: 1vw;
  }

  .greytext15-2 {
    line-height: 2em;
  }

  .image-79 {
    width: 25vw;
  }

  .image-79.small {
    width: 60px;
  }

  .smallbluecaption-2 {
    line-height: 10vw;
    display: none;
  }

  .div-block-227 {
    overflow: hidden;
  }

  .footerlinks-copy {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .copyright-2-copy {
    margin-bottom: 0;
    font-size: 3.75vw;
    line-height: 2em;
  }
}

#w-node-_055b1dca-6149-cfda-2fa6-fd8861d2e7e7-61d2e7dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42ccc9f5-a2e2-f22a-70e6-506d2e0cd793-7ec09050 {
  justify-self: end;
}

#w-node-_47cd9449-9a5c-4b2a-d48b-a42ee75ae595-7ec09050 {
  place-self: center;
}

#w-node-_76afd122-ed55-6376-1d3c-c5f270b493ee-4cbf7b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'DM Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latc';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}