:root {
  --blackblue: #071024;
  --mint: #5cdb95;
  --white: white;
  --dim-grey: #6b6768;
  --soft-gray: #f5f5f8;
  --black: black;
  --mediumgray: #f1f1f1;
  --fafafa: #fafafa;
  --400: #d4d4d4;
  --dark-grey: #949494;
  --300: #efefef;
  --color-2: #383838;
  --elements-webflow-library-neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --color: #0e4edb;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --elements-webflow-library-neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --elements-webflow-library-neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --gray-blue: #6b7094;
  --blue: #282556;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.button {
  border: 1px solid var(--blackblue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #071024;
  border-radius: 200px;
  padding: 16px 32px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: inline-block;
}

.button:hover {
  border-color: var(--mint);
  background-color: var(--mint);
  color: var(--blackblue);
}

.button:active {
  background-color: var(--mint);
  color: var(--blackblue);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 10px 35px 16px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.navigation {
  background-color: var(--white);
  color: var(--white);
  cursor: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: static;
  overflow: scroll;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0 30px;
  display: flex;
}

._404-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.footer {
  color: var(--white);
  text-align: center;
  background-color: #071024;
  align-items: flex-start;
  padding: 100px 20px;
  font-family: Urbanist;
  font-weight: 500;
  display: block;
}

.post-name-heading {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.text-span-2 {
  color: #071024;
  background-color: #0000;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.read-time-text-heading {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-section {
  color: var(--blackblue);
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-section.white {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.paragraph-section.center-aligned {
  font-size: 20px;
  line-height: 30px;
}

.label-section-heading {
  color: var(--mint);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.logo-stomio {
  text-align: left;
  margin-bottom: 20px;
}

.text-footer-stomio {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: block;
}

.stomio-copyright {
  text-align: right;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.stomkio-inc-page-link {
  text-align: left;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.link-page-footer-stomio {
  color: var(--white);
  text-align: left;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-page-footer-stomio:hover {
  color: var(--mint);
}

.link-page-footer-stomio:active, .link-page-footer-stomio:focus {
  color: var(--white);
}

.link-page-footer-stomio.w--current {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.stomio-address {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.stomio-email {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.socialmedia {
  text-align: left;
  mix-blend-mode: normal;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.hello-stomio-mail {
  color: var(--white);
  letter-spacing: 1px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.hello-stomio-mail:hover {
  color: var(--mint);
}

.date-post-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.date-post-heading.left {
  color: var(--dim-grey);
  text-align: left;
  text-transform: none;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.columns-stomio-support-page {
  margin: 60px 0;
}

.our-culture {
  background-color: #0000;
  margin-top: 0;
  padding: 100px 20px 220px;
  overflow: hidden;
}

.linkedin-icon {
  opacity: .4;
  background-color: #0000;
  border-radius: 9px;
}

.linkedin-link {
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: inline-block;
}

.linkedin-link:hover {
  background-color: var(--soft-gray);
}

.separator-blog {
  background-color: #0000;
  border: 1px #000;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.stomio-post-close {
  border-top: 1px solid var(--mint);
  border-left: 1px none var(--mint);
  letter-spacing: 1px;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.rich-text-blog-stomio {
  color: var(--blackblue);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.privacy-policy {
  margin-top: 0;
  padding-top: 140px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 2px solid #000;
  border-radius: 9px;
  width: 180px;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  background-color: var(--mint);
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_component-corner {
  object-fit: fill;
  background-color: #0000;
  margin-bottom: 20px;
  display: none;
  position: fixed;
  inset: auto 10% 0% auto;
}

.fs-cc-manager_trigger, .fs-cc-banner_trigger {
  display: none;
}

.open_preferences_center {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
  position: fixed;
  bottom: 0;
}

.open_preferences_center:hover {
  color: #4353ff;
}

.cookies {
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.cookies.open_preferences_center {
  z-index: auto;
  clear: both;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  inset: auto 0% -136% auto;
  overflow: visible;
}

.pro-tip {
  background-color: var(--soft-gray);
  color: var(--blackblue);
  border-radius: 9px;
  flex-direction: column;
  align-items: stretch;
  margin: 20px 0;
  padding: 10px 20px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.image-41 {
  width: 25%;
}

.paragraph-48 {
  color: var(--dim-grey);
  font-family: Urbanist;
  font-size: 22px;
  font-weight: 700;
}

._404-message {
  color: var(--blackblue);
  font-family: Urbanist;
  font-size: 17px;
}

.text-block-25 {
  font-family: Urbanist;
}

.heading-h6 {
  color: var(--blackblue);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.blog-post-name {
  color: var(--blackblue);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.blog-post-name.small {
  font-size: 18px;
  line-height: 24px;
}

.pro-tip-2 {
  background-color: var(--mediumgray);
  color: #071024;
  border-radius: 9px;
  flex-direction: column;
  align-items: stretch;
  max-width: none;
  margin: 40px 0;
  padding: 20px 20px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.container-blog-post {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-blog-post {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 20px 60px;
  display: block;
  position: static;
}

.separator {
  margin-bottom: 40px;
}

.social-media-icon-in-post {
  margin-top: 20px;
}

.faq {
  background-color: var(--fafafa);
  color: var(--blackblue);
  white-space: break-spaces;
  border-radius: 9px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  mix-blend-mode: difference;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  background-color: var(--fafafa);
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  color: var(--dim-grey);
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.faq-img {
  z-index: 2;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faqsection {
  background-color: var(--white);
  margin-top: 100px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-question {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.picaboutus {
  border-radius: 9px;
  margin-top: 20px;
}

.paragraph-79 {
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: #6b6768;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-regular.white {
  color: #d4d4d4;
}

.paragraph-82 {
  color: var(--dark-grey);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.image-82 {
  width: 50px;
  margin-bottom: 20px;
}

.tooltip-wrap {
  z-index: 10;
  border-radius: 9px;
  justify-content: center;
  width: 180px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.tooltip-icon-text {
  font-size: 14px;
}

.main-wrapper {
  border-radius: 10px;
  margin-bottom: 2%;
  padding: 3%;
}

.main-wrapper.white {
  border: 1px #b74242;
  margin-bottom: 0%;
  padding: 0%;
}

.dropdown-form-wrapper {
  display: block;
}

.dropdown-reveal-wrapper {
  border-bottom: 1px #2d3e501f;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.text-block-63 {
  border-radius: 9px;
  font-weight: 600;
}

.text-block-65 {
  font-family: Open Sans, sans-serif;
}

.link-28 {
  display: inline-block;
}

.text-block-66 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
}

.section-20 {
  margin-top: 0;
}

.learn-more-link {
  margin-top: 20px;
  display: flex;
}

.text-block-70 {
  color: var(--blackblue);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-70:hover {
  font-weight: 500;
}

.storytelling-section {
  background-color: var(--white);
  color: var(--blackblue);
  padding: 100px 20px 40px;
}

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

.paragraph-87 {
  letter-spacing: 1px;
  border-top: 1px solid #5cdb95;
  border-left: 1px #5cdb95;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.team-circles {
  background-color: var(--fafafa);
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px;
  display: none;
  position: static;
}

.dropdown-button-v3---brix {
  color: #6f6c90;
  width: 100%;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.menu-button-5 {
  display: none;
}

.dropdown-innerlist {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 600px;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 4px #00000026;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 10px;
  width: 340px;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  display: block;
  overflow: hidden;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.dropdownlink-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.dropdowncontainer {
  border-radius: 10px;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.nav-menu-3 {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.company-updates {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.product {
  padding-top: 20px;
  padding-bottom: 100px;
}

.columns-58 {
  align-items: center;
  display: flex;
}

.div-price-block {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.check-blue {
  width: 20px;
}

.maincontainer {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.maincontainer.faqsection {
  margin-top: 0;
  padding-top: 0;
}

.newsletter-disclaimer-text {
  color: var(--mediumgray);
  text-align: left;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.textcontent {
  color: var(--blackblue);
  white-space: normal;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.textcontent.gray {
  color: var(--dim-grey);
}

.textcontent.gray.small, .textcontent.small {
  font-size: 18px;
  line-height: 30px;
}

.square-icon-2 {
  opacity: 1;
  mix-blend-mode: difference;
  border-radius: 9px;
  width: 50px;
  padding: 10px;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.icon-success-message-left-2 {
  color: var(--mint);
  margin-right: 10px;
}

.flex-horizontal---vertical-mbp-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-white-2 {
  background-color: var(--white);
  color: #4a3aff;
  border: 1px #a0a3bd;
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px #211f5433;
}

.input-text {
  background-color: var(--white);
  color: var(--dim-grey);
  border: 1px solid #eff0f6;
  border-radius: 9px;
  align-self: stretch;
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input-text:hover {
  background-color: var(--fafafa);
  border-style: none;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-text:focus {
  border-color: var(--white);
  color: var(--dark-grey);
}

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

.divposition-relative {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.newsletter-form-footer-stomio {
  margin-top: 40px;
}

.navbar-4 {
  background-color: #fff;
  margin-top: 0;
  padding: 10px 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-4:focus {
  color: var(--blackblue);
}

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

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

.f-feature-icon-wrapper-white {
  background-color: #5cdb95db;
  border-radius: 8px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.security-and-compliance {
  background-color: #0000;
  margin-top: 0;
  padding: 40px 20px 100px;
}

.body-4 {
  background-color: #fff;
}

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

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

.floating-item-8 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

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

.div {
  color: #6e7191;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.b8a-stomio-monster {
  text-align: center;
  border-radius: 300px;
  width: 11%;
  margin-bottom: 20px;
  position: static;
  top: 36px;
}

.card-left-text {
  margin-left: 0;
}

.our-values {
  background-color: var(--white);
  padding: 100px 20px;
}

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

.section-30 {
  margin-top: 108px;
  padding-top: 60px;
}

.blog-card-content-inside {
  padding: 20px 0 0;
}

.blog-card-badge-wrapper-top {
  border-radius: 24px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.blog-card-image {
  border-radius: 24px;
}

.blog-card-image-wrapper-inside-card {
  object-fit: fill;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.postentry {
  box-shadow: none;
  background-color: #0000;
  border: 1px #eff0f6;
  border-radius: 0;
  height: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.postentry.netx, .postentry.hidden {
  display: none;
}

.grid-three-columns-blog {
  grid-column-gap: 24px;
  grid-row-gap: 87px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.post-section {
  background-color: #0000;
  margin-top: 0;
  padding: 100px 20px 220px;
}

.div-blocktext {
  margin-bottom: 60px;
}

.hero-white-short {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 20px 60px;
}

.div-block-releases {
  border-bottom: 1px solid var(--400);
  padding-top: 20px;
  padding-bottom: 20px;
}

.how-to-post-section {
  background-color: #0000;
  padding: 0 20px 220px;
}

.grid-27 {
  grid-column-gap: 133px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 5fr;
  justify-items: center;
}

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

.divider-20px {
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.html-embed-9 {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 600px;
  max-width: 600px;
  padding-left: 20px;
  display: block;
  position: static;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block-900px {
  width: 900px;
  margin-bottom: 40px;
}

.grid-32 {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.features, .body-9 {
  background-color: #fff;
}

.body-10 {
  background-color: var(--white);
}

.body-11 {
  background-color: #fff;
}

.div-block-296 {
  margin-top: 60px;
}

.hero-feedback {
  background-color: var(--white);
}

.stomio-slogan-footer {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.icon-features {
  width: 30px;
  margin-bottom: 10px;
}

.paragraph-101 {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.paragraph-section-centered-2 {
  color: #071024;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-section-centered-2.white {
  color: #fff;
}

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

.div-block-308 {
  margin-top: 100px;
}

.heading-73 {
  color: #fff;
  text-align: center;
  font-size: 57px;
  font-weight: 600;
  line-height: 76px;
}

.hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.herolanding-2 {
  background-image: linear-gradient(#071024 67%, #4a3aff 67%, #fff 67%);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-76 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.image-118 {
  border: 3px #000;
  border-radius: 15px;
}

.grid-34 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-309 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.paragraph-102 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.feedback {
  background-color: #fafafa;
  border: 3px #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-120 {
  width: 50px;
  height: 50px;
}

.insightss {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-77 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.image-127 {
  border-radius: 15px;
}

.grid-43 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-310 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.paragraph-99 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.heading-78 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.grid-44 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-311 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.connect {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 220px;
}

.paragraph-100 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.div-block-platform-features-4 {
  padding: 0;
}

.grid-two-columns-2 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.paragraph-section-3 {
  color: #071024;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}

.paragraph-section-3.white {
  color: #fff;
}

.paragraph-section-3.white.center-aligned {
  text-align: center;
}

.coming-soon-2 {
  background-color: #071024;
  padding: 160px 20px;
  position: relative;
  overflow: hidden;
}

.heading-h2-3 {
  color: #071024;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.heading-h2-3.white {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
}

.floating-item-10 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-312 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link-29 {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-29:hover {
  color: #5cdb95;
}

.landing-footer {
  background-color: var(--blackblue);
  margin-bottom: 0;
  padding-bottom: 100px;
}

.hero-landing {
  background-color: var(--blackblue);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-314 {
  justify-content: center;
  display: flex;
}

.div-block-315 {
  margin-top: 100px;
}

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

.div-block-316 {
  background-color: var(--fafafa);
  border-radius: 15px;
  padding: 60px 20px;
}

.h1 {
  color: #071024;
  text-align: center;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
}

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

.container-gray {
  background-color: var(--soft-gray);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  padding: 24px;
  display: flex;
}

.div-block-326 {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
}

.h4 {
  color: var(--blackblue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

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

.box-default {
  border: 1px solid var(--400);
  box-shadow: none;
  background-color: #fff0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.box-default.white {
  background-color: var(--white);
  object-fit: fill;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.grid-two-column {
  grid-column-gap: 112px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.h3 {
  text-align: center;
  font-weight: 600;
}

.h3.left-aligment {
  color: var(--blackblue);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 40px;
}

.h3.left-aligment.white {
  color: var(--white);
}

.h3.left-aligment.h2.button-blue {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  font-size: 18px;
  display: inline-block;
}

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

.icon-features-2 {
  width: 35px;
  margin-bottom: 10px;
}

.h2 {
  color: var(--blackblue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.h2.left-aligment {
  text-align: left;
  font-style: normal;
}

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

.container-940px {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-number {
  background-color: var(--mint);
  outline-offset: 0px;
  color: var(--blackblue);
  text-align: center;
  border: 3px solid #5cdb95;
  border-radius: 200px;
  outline: 3px #5cdb95;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: static;
  top: 18px;
  left: 253px;
}

.text-number {
  color: var(--blackblue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.paragraph-body {
  color: #071024;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-body.center-aligned {
  text-align: center;
  white-space: normal;
  word-break: normal;
  object-fit: fill;
  flex-wrap: nowrap;
}

.paragraph-body.center-aligned.white {
  color: var(--white);
}

.paragraph-body.gray {
  color: #6b6768;
  padding-top: 0;
  padding-bottom: 0;
}

.div-button {
  text-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.divider-40px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown {
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ececec;
  width: auto;
  font-weight: 600;
  position: static;
}

.b8a-stomio {
  width: 116px;
  margin-bottom: 20px;
}

.grid-48 {
  grid-column-gap: 52px;
  grid-template: "Area Area"
  / 1fr 1fr;
}

.image-141 {
  border: 3px #000;
  border-radius: 15px;
}

.image-142 {
  border-radius: 15px;
}

.image-143 {
  border: 3px #000;
  border-radius: 15px;
}

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

.div-block-354 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-360 {
  margin-top: 60px;
}

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

.image-146 {
  width: 16px;
  margin-right: 10px;
}

.checkbox-list {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.textlist {
  color: var(--blackblue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-364 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-147 {
  background-color: #0000;
  border-radius: 4px;
  width: 20%;
  margin-right: 16px;
}

.div-block-365 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 20px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-18 {
  border-radius: 10px;
  align-items: center;
  width: 280px;
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: block;
}

.link-block-18:hover {
  background-color: var(--fafafa);
  color: #071024;
  text-decoration: none;
}

.link-block-18:active {
  background-color: var(--300);
}

.link-block-18.developement {
  display: block;
}

.link-block-18.hiden {
  display: none;
}

.dropdown-list-4 {
  background-color: #0000;
  display: none;
}

.text-menu {
  flex: 1;
  font-size: 16px;
}

.div-block-366 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-118 {
  color: #071024;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.text-block-118:hover {
  color: #071024;
}

.navlink-2 {
  outline-offset: 0px;
  color: #071024;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border-radius: 9px;
  outline: 3px #071024;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.navlink-2:hover {
  background-color: var(--soft-gray);
  outline-offset: -1px;
  color: #071024;
  text-align: left;
  mix-blend-mode: normal;
  border-bottom: 0 #000;
  border-radius: 9px;
  outline: 2px #071024;
}

.navlink-2:focus {
  background-color: var(--300);
  border-radius: 9px;
}

.navlink-2:visited {
  background-color: var(--300);
}

.navlink-2.w--current {
  color: #071024;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.navlink-2.w--current:visited {
  background-color: var(--300);
}

.text-span-41 {
  color: var(--mint);
  font-size: 12px;
  font-weight: 600;
}

.create-new-project-image {
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 9px;
  position: static;
}

.h5 {
  color: var(--blackblue);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #cfd5ec;
}

.h5.center-aligned {
  color: var(--blackblue);
}

.insights-stomio {
  border-radius: 9px;
}

.div-block-371 {
  text-align: center;
  margin-top: 40px;
}

.surveys-stomio {
  border-radius: 9px;
  width: 100%;
}

.copy-button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.image-148 {
  margin-left: 10px;
}

.button-trust-copy {
  color: var(--400);
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.button-trust-copy.dark {
  color: var(--color-2);
}

.div-block-372 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.divider-vertical-20px {
  width: 20px;
}

.home-grid-2-columns {
  grid-column-gap: 94px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center stretch;
}

.grid-59 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.button-stroke {
  border: 1px solid var(--blackblue);
  color: var(--blackblue);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.button-stroke:hover {
  border-color: var(--blackblue);
  background-color: var(--blackblue);
  color: var(--white);
}

.button-stroke.menu {
  border-radius: 9px;
  padding: 6px 20px;
}

.button-menu {
  border: 1px solid var(--blackblue);
  background-color: var(--blackblue);
  color: var(--white);
  border-radius: 200px;
  padding: 6px 20px;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.button-menu:hover {
  border-color: var(--mint);
  background-color: var(--mint);
  color: var(--blackblue);
}

.button-menu.small {
  display: block;
}

.button-menu.small.hiddendesktop {
  display: none;
}

.button-menu.small.hiddenmobile {
  border-radius: 9px;
}

.copy-button-menu {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
}

.copy-button-menu.small {
  font-weight: 500;
}

.grid-63 {
  grid-column-gap: 124px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-footer-stomio {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr .75fr 1fr;
}

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

.company-logo.small {
  width: 64%;
}

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

.paragraph-caption {
  color: var(--dim-grey);
  text-transform: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph-caption.white {
  color: var(--white);
}

.h6.center-aligned {
  color: var(--blackblue);
}

.h6.center-aligned.white {
  color: var(--white);
}

.div-block-385 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.div-quotes {
  border-left: 2px none var(--dim-grey);
  margin-top: 60px;
  margin-left: 40px;
  padding-left: 0;
}

.text-span-45 {
  color: var(--mint);
}

.grid-three-column-3 {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 60px;
}

.box-default-gray {
  background-color: var(--fafafa);
  box-shadow: none;
  border: 1px #d4d4d4;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.box-default-gray.softgray {
  background-color: var(--soft-gray);
  align-items: stretch;
  height: auto;
}

.div-block-386 {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.text-link {
  color: var(--blackblue);
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-link:hover {
  color: var(--blackblue);
  font-weight: 500;
}

.section-workflow {
  background-color: var(--white);
  padding: 140px 20px;
}

.inout-app-2 {
  border-radius: 15px;
  width: 97%;
}

.how-to-create-a-survey-project {
  padding: 0;
}

.div-block-home-features {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: static;
}

.div-block-40px-padding-top {
  margin-top: 40px;
}

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

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

.div-block-403 {
  border-radius: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-154 {
  border-radius: 200px;
  width: 20%;
  margin-bottom: 10px;
}

.title-job-text {
  color: var(--mint);
  text-align: left;
  font-weight: 600;
}

.html-embed-10 {
  margin-top: 0;
}

.book-demo {
  background-color: var(--mint);
  width: 100%;
  padding: 140px 20px;
}

.hero-blue {
  background-color: #6b70944f;
  margin-top: 0;
  padding: 100px 20px;
}

.hero-softgray {
  background-color: var(--soft-gray);
  padding: 140px 20px 100px;
}

.hero-softgray.gradient {
  background-image: linear-gradient(to bottom, var(--soft-gray) 63%, white 63%);
}

.button-mint-bg {
  border: 1px solid var(--blackblue);
  background-color: var(--blackblue);
  color: var(--white);
  border-radius: 9px;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
}

.button-mint-bg:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--blackblue);
}

.button-mint {
  border: 1px solid var(--mint);
  background-color: var(--mint);
  color: var(--blackblue);
  letter-spacing: 1px;
  border-radius: 9px;
  width: auto;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.button-mint:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.button-blue {
  border: 1px solid var(--blackblue);
  background-color: var(--blackblue);
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 9px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.button-blue:hover {
  border-color: var(--mint);
  background-color: var(--mint);
  color: var(--blackblue);
}

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

.priceplan-right-8px {
  margin-right: 8px;
}

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

.wrapbox-priceplan {
  padding: 0;
}

.priceplan-badge-wrapper {
  position: absolute;
  inset: 20px 20px auto auto;
}

.tabs-content {
  overflow: visible;
}

.badge-secondary---tabs {
  border: 1px solid var(--400);
  background-color: var(--elements-webflow-library-neutral--100\<deleted\|variable-07926372\>);
  color: var(--blackblue);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.badge-secondary---tabs:hover {
  border-color: var(--blackblue);
  background-color: var(--blackblue);
  color: var(--white);
}

.badge-secondary---tabs.w--current {
  border-color: var(--mint);
  background-color: var(--mint);
  color: var(--blackblue);
  font-size: 16px;
}

.main-tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-131 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}

.image-155 {
  width: 40px;
}

.div-block-409 {
  margin-bottom: 10px;
}

.div-block-410 {
  margin-bottom: 0;
  position: relative;
  left: 26px;
}

.trusted-by {
  background-color: var(--soft-gray);
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-411 {
  width: 60%;
  position: relative;
  top: -247px;
  left: 208px;
}

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

.div-block-413 {
  position: relative;
  top: 20px;
}

.company-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  place-items: center;
}

.post-closing-reach-out {
  letter-spacing: 1px;
  border-top: 1px solid #5cdb95;
  border-left: 1px #5cdb95;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-companies {
  background-color: var(--mint);
  border-radius: 24px;
  padding: 32px;
  position: relative;
  top: -39px;
}

.div-hero-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero {
  background-color: var(--blackblue);
  margin-bottom: -97px;
  padding: 100px 20px 0;
  display: block;
}

.stomio-hero-image {
  border: 14px solid #000;
  border-radius: 24px;
  box-shadow: 0 -2px 20px 11px #fcfcfc33;
}

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

.text-block-133 {
  font-size: 14px;
}

.text-span-47 {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.div-block-415 {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.codetext {
  text-align: left;
  font-family: Source Code Pro, sans-serif;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tab-link-tab-1 {
  background-color: var(--white);
}

.tab-link-tab-1.w--current {
  border-bottom: 5px solid var(--mint);
  background-color: var(--white);
  outline-offset: 0px;
  outline: 3px #e148c0;
}

.tab-link-tab-2 {
  background-color: #ddd0;
}

.tab-link-tab-2:hover {
  border-bottom: 5px solid var(--mint);
}

.tab-link-tab-2.w--current {
  border-bottom: 5px solid var(--mint);
  background-color: var(--white);
}

.div-block-417, .div-block-418 {
  margin-top: 128px;
}

.div-block-420 {
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  display: flex;
}

.div-block-421 {
  margin-top: 100px;
}

.image-156 {
  width: 20px;
}

.columns-checkboxes {
  border-bottom: 1px solid var(--300);
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-project-types {
  padding-top: 0;
  padding-bottom: 0;
}

.div-check {
  padding-top: 13px;
  padding-bottom: 14px;
}

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

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

.text-block-project-types {
  font-size: 13px;
  font-weight: 600;
}

.text-checboxes {
  color: var(--blackblue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

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

.heading-boxes {
  line-height: 30px;
}

.grid-81 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

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

.grid-84 {
  grid-column-gap: 93px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  align-items: center;
}

.div-top-padding-100px {
  margin-top: 100px;
}

.grid-86 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  place-items: center;
}

.custom-onboarding {
  padding: 60px 20px;
}

.div-140-height {
  height: 140px;
}

.tabs-content-2 {
  margin-top: 20px;
}

.grid-87 {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.recommended-posts {
  align-self: stretch;
  margin-top: 100px;
}

.mint-line {
  border-bottom: .5px solid var(--mint);
  width: 50px;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-157, .image-160 {
  border-radius: 9px;
}

.dynamic-link-preview {
  z-index: 0;
  background-color: var(--blackblue);
  color: var(--blackblue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div-block-439 {
  text-align: right;
  display: block;
}

.dynamic-link-preview-2 {
  z-index: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fc5c7d, #6a82fb);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div-block-442 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-103 {
  align-self: auto;
}

.survey-widget {
  padding: 100px 20px;
}

.section-100-20-white {
  border-radius: 9px;
  padding: 50px 20px 100px;
}

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

.section-100-20-softgray {
  background-color: var(--soft-gray);
  padding: 140px 20px 100px;
}

.div-block-features {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-mint {
  background-color: #5cdb954d;
  padding: 140px 20px 100px;
}

.table {
  margin-top: 40px;
}

.div-block-446 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.grid-89 {
  grid-row-gap: 46px;
  grid-template-columns: 1fr;
}

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

.youtube {
  border-radius: 9px;
  height: auto;
  margin-top: 60px;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.youtube-3 {
  border-radius: 9px;
  width: 85%;
  padding-left: 0;
  top: 0;
  left: -77px;
}

.section-48 {
  background-color: var(--blackblue);
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-457 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-458 {
  padding-right: 180px;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  background-color: #07102400;
  height: 600px;
  padding: 0;
}

.cell-9 {
  background-color: #f1f1f100;
  justify-content: center;
}

.cell-10 {
  background-color: var(--soft-gray);
  justify-content: center;
}

.div-block-459 {
  align-self: center;
}

.paragraph-104 {
  color: var(--mediumgray);
  margin-top: 20px;
  font-size: 13px;
  line-height: 22px;
}

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

.bold-text-7 {
  font-family: Montserrat, sans-serif;
}

.heading-80 {
  font-weight: 600;
}

.italic-text, .italic-text-2, .italic-text-3 {
  color: var(--dim-grey);
}

.italic-text-4 {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--dim-grey);
}

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

.grid-103 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.paragraph-section-4 {
  color: #6b6768;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.h2-2 {
  color: #071024;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.h2-2.left-aligment {
  text-align: left;
  text-transform: none;
  font-style: normal;
}

.text-link-3 {
  color: #071024;
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-link-3:hover {
  color: #071024;
  font-weight: 500;
}

.grid-101 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  align-items: start;
}

.h5-2 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #cfd5ec;
  font-weight: 600;
}

.image-171 {
  border-radius: 9px;
  align-self: center;
  width: 16%;
}

.grid-three-column-5 {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

.image-173 {
  width: 50%;
  height: auto;
}

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

.grid-104 {
  grid-column-gap: 98px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.section-50 {
  padding: 140px 20px 100px;
}

.grid-105 {
  grid-template-columns: .5fr 1fr;
}

.post-subtitles {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.staff-card {
  z-index: 1;
  background-color: var(--elements-webflow-library-neutral--100\<deleted\|variable-07926372\>);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 12px;
  width: 90%;
  margin-top: -128px;
  padding: 20px;
  position: relative;
}

.staff-pic {
  opacity: 1;
  mix-blend-mode: normal;
  transition: transform .3s;
}

.staff-pic:hover {
  transform: scale(1.1);
}

.staff---avatar-image-square {
  mix-blend-mode: normal;
  border-radius: 16px;
  overflow: hidden;
  transform: translate(0);
}

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

.copy-button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button-stroke-menu-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  width: auto;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
}

.button-stroke-menu-2:hover {
  color: #071024;
  background-color: #fff;
  border-color: #071024;
}

.grid-hero-button {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-hero-buttins {
  text-align: center;
  width: 430px;
  padding-top: 20px;
  display: inline-block;
}

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

.box-mint {
  background-color: var(--mint);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.box-blue {
  background-color: var(--blackblue);
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  padding: 40px 24px;
  display: flex;
}

.grid-108 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.div-block-463 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-464 {
  margin-bottom: 60px;
}

.div-block-465 {
  margin-top: 10px;
}

.grid-109 {
  grid-column-gap: 90px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.section-100-20-white-2 {
  background-color: #fff;
  border-radius: 9px;
  padding: 100px 20px;
  position: sticky;
}

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

.quote-text {
  color: #6b6768;
  border-left-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.image-59 {
  object-fit: cover;
  border-radius: 100px;
}

.quote-person {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.grid-110 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.subscript-2 {
  line-height: 20px;
}

.box-default-gray-2 {
  box-shadow: none;
  background-color: #fafafa;
  border: 1px #d4d4d4;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-block-39 {
  margin-left: 16px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.h2-3 {
  color: #071024;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.image-61 {
  opacity: .5;
  mix-blend-mode: multiply;
  object-fit: fill;
  margin-top: 10px;
}

.image-174 {
  padding-right: 8px;
}

.banner {
  background-color: var(--color);
  padding-top: 20px;
}

.link-topbar {
  color: var(--white);
  font-weight: 500;
}

.link-topbar:hover {
  color: var(--white);
}

.image-175 {
  margin-top: 40px;
  margin-bottom: 0;
}

.key-features {
  height: 400px;
  margin-top: 20px;
}

.text-block-136 {
  color: #6b6768;
  font-size: 12px;
  font-weight: 500;
}

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

.list-item-4 {
  margin-bottom: 138px;
}

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

.image-176 {
  width: 20px;
}

.pricing-subtitle-2 {
  color: #071024;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pricing-feature-list-2 {
  flex: 1;
  align-self: stretch;
  margin-top: 0;
}

.image-177 {
  width: 20px;
}

.badge-secondary---tabs-2 {
  color: #071024;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 9px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.badge-secondary---tabs-2:hover {
  color: #fff;
  background-color: #071024;
  border-color: #071024;
}

.badge-secondary---tabs-2.w--current {
  color: #071024;
  background-color: #5cdb95;
  border-color: #5cdb95;
  border-radius: 9px;
  font-size: 16px;
}

.section-100-20-white-3 {
  border-radius: 9px;
  padding: 100px 20px;
}

.div-block-480 {
  color: #211f54;
}

.image-179 {
  width: 20px;
}

.text-block-137 {
  font-size: 14px;
  font-weight: 500;
}

.h5-3 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #cfd5ec;
}

.h5-3.white {
  color: var(--white);
}

.image-180 {
  width: 20px;
}

.h4-2 {
  color: #071024;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

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

.h4-2.left.white {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.image-181 {
  width: 20px;
}

.box-priceplan-2 {
  height: 320px;
  margin-bottom: 0;
}

.list-item-5 {
  margin-bottom: 0;
}

.list-item-6 {
  margin-bottom: 113px;
}

.h2-4 {
  color: #071024;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.h2-4.white {
  color: #fff;
}

.div-block-481 {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.card-pricing-popular-2 {
  background-color: #071024;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  display: flex;
  position: static;
}

.div-block-467 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-482 {
  color: #6b6768;
}

.text-span-48 {
  color: #fff;
  background-color: #0e4edb;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-138 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}

.priceplan-badge-2 {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.pricing-feature-2 {
  color: #071024;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  margin-top: 0;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.pricing-feature-2.white {
  color: #fff;
}

.pricing-icon {
  color: #071024;
  background-color: #f5f5f8;
  border-radius: 8px;
  width: 20%;
  padding: 8px;
  display: inline-block;
}

.pricing-icon.starter {
  background-color: #bfe8ff;
  width: 20%;
}

.pricing-icon.personal {
  background-color: #d2d382;
  width: 20%;
}

.pricing-icon.team {
  background-color: #5cdb95;
  width: 20%;
}

.pricing-icon.enterprise {
  background-color: #071024;
  width: 20%;
}

.paragraph-caption-2 {
  color: #6b6768;
  text-transform: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph-caption-2.white {
  color: #fff;
}

.priceplan-card-2 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  display: flex;
}

.text-block-139 {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.pricefeatures-2 {
  color: #6b6768;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.div-pricing-table {
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.tooltip-arrow-3 {
  z-index: 0;
  background-color: #f1f1f1;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.grid-pricing-table {
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  height: auto;
  padding: 8px;
}

.grid-pricing-table.gray {
  background-color: #fafafa;
  grid-auto-flow: row;
  align-content: center;
  place-items: center stretch;
}

.div-pricing-plan-icon-2 {
  justify-content: center;
  display: flex;
}

.tooltip-copy-2 {
  z-index: 1;
  color: #071024;
  background-color: #0000;
  line-height: 18px;
  position: relative;
}

.tooltip-button-2 {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

.pricemainfeatures-2 {
  color: #071024;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.tooltip-4 {
  color: #fff;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 9px;
  padding: 8px 10px;
  display: block;
}

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

.image-183 {
  width: 50%;
  position: relative;
  top: -82px;
}

.image-184 {
  border-bottom: 0px none var(--white);
  width: 65%;
}

.div-block-483 {
  justify-content: center;
  align-items: center;
  height: 490px;
  display: flex;
}

.grid-111 {
  grid-column-gap: 97px;
  grid-template-rows: auto;
}

.image-185 {
  border-radius: 9px;
}

.link-30 {
  display: inline-block;
}

.cf-feature-pointer-text-20px {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-choose-feature-bold-text-16px {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cf-choose-feature-wrapper {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.cf-choose-feature-heading-32px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.cf-choose-feature-name-container {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.cf-choose-feature-container {
  position: relative;
}

.cf-bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.cf-choose-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.cf-green-vs-circle {
  z-index: 11111;
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  background-image: linear-gradient(#00008b, #00008b);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.cf-choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.cf-20px-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-20px-text.max-width-520px {
  max-width: 520px;
}

.cf-italic-text {
  font-style: normal;
  font-weight: 600;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.cf-choose-upper-section {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.choose-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.why-choose-us-section {
  background-color: #fafafa;
}

.cf-create-images {
  width: 100%;
  position: relative;
}

.cf-create-images._3 {
  margin-top: 100px;
  position: absolute;
  inset: 0% -4% auto auto;
}

.cf-create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto -4%;
}

.cf-about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.cf-create-heading {
  color: #000;
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.cf-grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.cf-flex-section-2 {
  background-color: #fff;
  overflow: hidden;
}

.cf-benefits-pointer-line {
  background-color: #b16cea1a;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-benefits-pointer-line._3 {
  background-color: #d1d3d533;
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.cf-benefits-pointer-number {
  color: #5cdb95;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#5cdb95, #5cdb95);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cf-benefits-image {
  width: 50%;
  max-width: 1200px;
  height: 750px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 0;
}

.brix---text-100-bold {
  letter-spacing: .08em;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800\<deleted\|variable-44c33ad4\>);
}

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

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-right-16px {
  margin-right: 16px;
}

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

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

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600\<deleted\|variable-06b40b4b\>);
}

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

.brix---card-testimonial-v1 {
  border: 1px solid var(--elements-webflow-library-neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library-neutral--100\<deleted\|variable-07926372\>);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 55px;
  display: flex;
}

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

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

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

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.g2-testimonials {
  color: var(--elements-webflow-library-neutral--100\<deleted\|variable-07926372\>);
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-block-140, .text-block-141, .text-block-142 {
  color: var(--mint);
}

.bold-text-10, .heading-81 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-186 {
  margin-left: 148px;
}

.question-icon {
  margin-left: 0;
}

.success-message {
  background-color: #0000;
  background-image: url('../images/star-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
}

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

.total-field {
  background-color: #f8fff4;
  border: 1px #000;
  font-size: 48px;
  line-height: 1.5em;
}

.total-field.margin-top-16 {
  cursor: default;
  margin-top: 16px;
}

.field-label {
  order: -1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.field-label.white {
  color: #fff;
}

.field-label.white.email {
  cursor: text;
  font-size: 18px;
  transition: all .2s ease-out;
  display: none;
}

.field-label.switch-label {
  color: #a7a7d3;
  order: 1;
}

.flex {
  display: flex;
}

.email-field {
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.email-field.margin-top-16 {
  color: #fff;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 27px;
  font-size: 16px;
  font-weight: 500;
}

.email-field.margin-top-16::placeholder {
  color: #fff;
}

.field-label-wrapper {
  display: flex;
}

.dollar {
  font-size: 48px;
  line-height: 1.5em;
}

.text-field-2 {
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  max-width: 10rem;
  font-size: 20px;
  line-height: 1.5rem;
  display: block;
}

.text-field-2.square {
  color: #fff;
  text-align: center;
  background-color: #1c19c8;
  border: 1px #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.2em;
}

.round-checkbox {
  cursor: pointer;
  background-color: #1c19c84d;
  border-style: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
}

.round-checkbox.w--redirected-checked {
  background-color: #1c19c8;
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox.w--redirected-focus {
  box-shadow: none;
}

.form-column {
  justify-content: center;
  align-items: center;
  width: 75%;
  padding: 4rem 0 4rem 6rem;
  display: flex;
}

.switch-checkbox {
  cursor: pointer;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-style: none;
  width: 60px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.switch-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.switch-checkbox.bottom-margin-16.w--redirected-focus {
  box-shadow: none;
}

.submit-button-2 {
  background-color: #0000;
  background-image: url('../images/fluent_send-28-filled.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1c19c8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.counter-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
}

.checkbox-field {
  text-align: center;
  flex-direction: column;
  order: -1;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-field.bottom-margin-16 {
  order: 1;
}

.success-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 111px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

.question-icon-wrap {
  color: #a7a7d3;
}

.question-icon-wrap:hover {
  color: #1c19c8;
}

.question-icon-wrap.photos {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.products {
  margin-right: 0;
  padding-left: 8px;
}

.question-icon-wrap.button {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.question-icon-wrap.producer {
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
}

.question-icon-wrap.gifs {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.location {
  justify-content: center;
  width: 5rem;
  display: flex;
}

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

.email-input-wrap {
  position: relative;
}

.form-block {
  border: 1px solid #1c19c8;
  padding: 1.4rem;
  position: relative;
}

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

.form-block.blue {
  background-color: #1c19c8;
}

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

.image-187 {
  box-sizing: border-box;
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-section {
    color: var(--blackblue);
    padding-right: 40px;
  }

  .paragraph-section.center-aligned {
    text-align: center;
  }

  .label-section-heading {
    margin-bottom: 10px;
  }

  .stomkio-inc-page-link {
    text-align: left;
  }

  .columns-stomio-support-page {
    margin-top: 60px;
  }

  .heading-h6 {
    font-size: 24px;
  }

  .header-blog-post {
    margin-top: 0;
    padding-top: 140px;
  }

  .paragraph-regular.margin-bottom-20 {
    font-family: Open Sans, sans-serif;
  }

  .learn-more-link {
    display: flex;
  }

  .team-circles {
    background-color: var(--fafafa);
    padding-top: 100px;
  }

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

  .maincontainer {
    margin-bottom: 0;
  }

  .textcontent {
    font-size: 18px;
    line-height: 32px;
  }

  .textcontent.gray {
    font-weight: 400;
  }

  .navbar-4 {
    padding-bottom: 8px;
  }

  .grid-three-columns {
    margin-top: 10px;
  }

  .security-and-compliance {
    padding-bottom: 220px;
  }

  .body-4 {
    background-color: #fff;
  }

  .b8a-stomio-monster {
    border: 1px none var(--white);
    outline-offset: 0px;
    outline: 3px #1a1b1f;
  }

  .grid-three-columns-blog {
    grid-column-gap: 24px;
    grid-row-gap: 80px;
  }

  .post-section {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
  }

  .div-blocktext {
    margin-bottom: 60px;
  }

  .hero-white-short {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-block-releases {
    border-bottom: 1px solid var(--400);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .how-to-post-section {
    padding-top: 0;
  }

  .grid-27 {
    grid-column-gap: 160px;
    grid-template-columns: 1fr 1.5fr;
  }

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

  .div-block-900px {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 60px;
    display: flex;
  }

  .grid-32 {
    margin-top: 40px;
  }

  .features, .body-9, .body-10, .body-11 {
    background-color: #fff;
  }

  .hero-feedback {
    background-color: var(--white);
    padding-bottom: 0;
  }

  .paragraph-section-centered-2 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 26px;
  }

  .container-default {
    width: 100%;
  }

  .herolanding-2 {
    margin-top: 0;
  }

  .div-block-platform-features-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .paragraph-section-3 {
    color: #071024;
    padding-right: 40px;
  }

  .heading-h2-3 {
    font-size: 42px;
  }

  .heading-h2-3.white {
    font-size: 43px;
  }

  .landing-footer {
    background-color: var(--blackblue);
  }

  .hero-landing {
    background-color: var(--blackblue);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-315 {
    margin-top: 100px;
  }

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

  .div-block-316 {
    background-color: var(--fafafa);
    border-radius: 15px;
    padding: 60px 20px;
  }

  .grid-three-column {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .box-default {
    background-color: var(--white);
    align-items: stretch;
    padding: 40px 24px;
  }

  .div-block-328 {
    padding-bottom: 10px;
  }

  .grid-two-column {
    grid-column-gap: 93px;
    padding: 0;
  }

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

  .icon-features-2 {
    width: 35px;
  }

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

  .div-number {
    margin-bottom: 10px;
  }

  .paragraph-body {
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 30px;
  }

  .button-trust-copy {
    padding-top: 4px;
    font-size: 12px;
  }

  .home-grid-2-columns {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.5fr;
  }

  .grid-59 {
    margin-bottom: 60px;
  }

  .grid-63 {
    align-items: center;
  }

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

  .grid-three-column-3 {
    grid-column-gap: 25px;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .box-default-gray {
    align-items: stretch;
    padding: 40px 24px;
  }

  .box-default-gray.softgray {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-387 {
    padding-bottom: 10px;
  }

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

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

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

  .main-tabs-menu {
    justify-content: center;
  }

  .div-block-411 {
    width: 50%;
    top: -293px;
    left: 286px;
  }

  .div-block-413 {
    top: 17px;
  }

  .company-grid {
    grid-template-columns: 2.5fr 1fr .75fr 1fr;
    place-items: center;
  }

  .div-companies {
    background-color: var(--mint);
  }

  .text-block-project-types {
    font-size: 13px;
  }

  .grid-84 {
    grid-column-gap: 90px;
    align-items: center;
  }

  .grid-86 {
    grid-column-gap: 90px;
  }

  .grid-103 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  .paragraph-section-4 {
    color: #071024;
    padding-right: 40px;
  }

  .h2-2.left-aligment {
    text-align: left;
  }

  .text-link-3 {
    font-size: 16px;
  }

  .grid-three-column-5 {
    grid-column-gap: 25px;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-173 {
    width: 25%;
  }

  .grid-106 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .box-mint, .box-blue {
    align-items: stretch;
    padding: 40px 24px;
  }

  .div-block-463 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .section-100-20-white-2 {
    background-color: #fff;
  }

  .box-default-gray-2 {
    align-items: stretch;
    padding: 40px 24px;
  }

  .banner {
    padding-bottom: 10px;
  }

  .list-item-4 {
    margin-bottom: 112px;
  }

  .pricing-subtitle-2 {
    color: #071024;
    text-align: center;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .pricing-feature-list-2 {
    margin-top: 0;
  }

  .image-180 {
    width: 20px;
  }

  .box-priceplan-2 {
    height: 304px;
    margin-bottom: 0;
  }

  .list-item-6 {
    margin-bottom: 86px;
  }

  .priceplan-badge-2 {
    font-weight: 600;
  }

  .pricing-feature-2 {
    font-family: Open Sans, sans-serif;
  }

  .pricefeatures-2 {
    flex: 1;
  }

  .div-pricing-table {
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .grid-pricing-table {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    align-items: center;
  }

  .pricemainfeatures-2 {
    flex: 0 auto;
  }

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

  .cf-choose-feature-name-container {
    height: 50px;
  }

  .cf-text-block-2._16-px {
    font-size: 20px;
    font-weight: 400;
  }

  .cf-case-study-number-text {
    font-size: 32px;
    font-weight: 600;
  }

  .cf-benefits-pointer-number {
    background-image: linear-gradient(#5cdb95, #5cdb95);
    font-weight: 600;
  }

  .cf-benefits-image {
    max-width: 1200px;
    height: 750px;
  }

  .cf-wrapper.benefits-wrapper {
    width: 100%;
    max-width: 1300px;
  }

  .brix---card-testimonial-v1 {
    box-shadow: none;
    padding: 68px 56px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-section {
    padding-bottom: 20px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-section.white, .paragraph-section.center-aligned {
    font-size: 22px;
    line-height: 32px;
  }

  .date-post-heading {
    color: var(--dim-grey);
    text-transform: none;
  }

  .date-post-heading.left {
    text-transform: uppercase;
  }

  .columns-stomio-support-page {
    flex: 0 auto;
    align-items: flex-start;
  }

  .heading-h6 {
    font-size: 24px;
    line-height: 34px;
  }

  .header-blog-post {
    margin-top: 0;
    padding-top: 140px;
  }

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

  .paragraph-regular.margin-bottom-20 {
    font-size: 14px;
  }

  .text-block-70 {
    color: var(--blackblue);
  }

  .text-block-70:hover {
    font-weight: 400;
  }

  .dropdowncontainer {
    display: block;
  }

  .company-updates {
    background-color: #0000;
    padding-top: 0;
  }

  .maincontainer {
    align-items: stretch;
    max-width: 1400px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .textcontent {
    font-size: 20px;
    line-height: 36px;
  }

  .textcontent.gray {
    font-size: 22px;
    line-height: 36px;
  }

  .form-newsletter-footer {
    margin-bottom: 0;
  }

  .navbar-4 {
    height: auto;
    margin-left: 0;
    padding-bottom: 10px;
    inset: 0% 0% auto;
  }

  .security-and-compliance {
    padding-bottom: 220px;
  }

  .post-section {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
  }

  .div-blocktext {
    margin-bottom: 60px;
  }

  .hero-white-short {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .how-to-post-section {
    padding-top: 0;
  }

  .grid-27 {
    grid-column-gap: 202px;
  }

  .div-block-900px {
    width: 1000px;
  }

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

  .paragraph-section-centered-2 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 38px;
  }

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

  .hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .herolanding-2 {
    background-image: linear-gradient(#071024 60%, #4a3aff 60%, #fff 60%);
    margin-top: 0;
    padding-top: 100px;
  }

  .paragraph-section-3 {
    padding-bottom: 20px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 34px;
  }

  .heading-h2-3 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 55px;
  }

  .heading-h2-3.white {
    line-height: 55px;
  }

  .landing-footer {
    background-color: var(--blackblue);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-landing {
    background-color: var(--blackblue);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-gray {
    max-width: 1400px;
  }

  .container-940px {
    font-size: 20px;
  }

  .paragraph-body {
    font-size: 20px;
    line-height: 36px;
  }

  .paragraph-body.gray {
    font-family: Montserrat, sans-serif;
  }

  .home-grid-2-columns {
    grid-column-gap: 80px;
    grid-template-columns: .5fr .5fr;
    align-items: center;
  }

  .grid-59 {
    grid-column-gap: 80px;
  }

  .company-logo {
    height: auto;
  }

  .div-block-385 {
    padding-bottom: 100px;
  }

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

  .section-workflow {
    padding-top: 220px;
  }

  .button-mint-bg {
    background-color: var(--blackblue);
    color: var(--white);
    letter-spacing: 2px;
    border-radius: 9px;
    padding: 16px 32px;
    font-size: 14px;
    text-decoration: none;
  }

  .button-mint-bg:hover {
    background-color: var(--white);
    color: var(--blackblue);
  }

  .main-tabs-menu {
    justify-content: center;
  }

  .div-block-411 {
    top: -336px;
    left: 325px;
  }

  .div-block-413 {
    top: 14px;
  }

  .company-grid {
    grid-template-columns: 2.5fr 1fr .75fr 1fr;
    place-items: center;
  }

  .text-span-47 {
    font-size: 24px;
  }

  .div-block-420 {
    flex-direction: column;
    justify-content: space-around;
    height: 240px;
    display: flex;
  }

  .text-block-project-types {
    font-size: 16px;
  }

  .grid-84 {
    grid-template-columns: 1fr 1fr;
    align-self: auto;
    align-items: center;
  }

  .section-100-20-white {
    padding: 100px 20px;
  }

  .cell-10 {
    background-color: var(--soft-gray);
  }

  .div-block-459 {
    align-self: center;
  }

  .paragraph-section-4 {
    padding-bottom: 20px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-link-3 {
    font-size: 18px;
  }

  .image-171 {
    position: relative;
  }

  .grid-three-column-5 {
    margin-top: 0;
  }

  .grid-106 {
    grid-column-gap: 80px;
  }

  .box-mint {
    background-color: var(--mint);
    border-radius: 24px;
    padding: 60px 40px;
  }

  .box-blue {
    background-color: var(--blackblue);
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    display: flex;
  }

  .grid-108 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
  }

  .div-block-464 {
    margin-bottom: 40px;
  }

  .image-175 {
    clear: none;
    text-align: center;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    object-fit: fill;
    display: block;
    position: static;
  }

  .key-features {
    height: 500px;
    margin-bottom: 0;
  }

  .text-block-136 {
    color: #6b6768;
    font-size: 12px;
    font-weight: 500;
  }

  .list-item-4 {
    margin-bottom: 80px;
  }

  .grid-pricing-plans {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-subtitle-2 {
    margin-bottom: 40px;
  }

  .pricing-feature-list-2 {
    flex: 1;
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-100-20-white-3 {
    padding-top: 100px;
  }

  .box-priceplan-2 {
    height: auto;
    margin-bottom: 0;
  }

  .list-item-5 {
    margin-bottom: 0;
  }

  .list-item-6 {
    margin-bottom: 58px;
  }

  .grid-pricing-table {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

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

  .image-183 {
    top: -106px;
  }

  .why-choose-us-section {
    background-color: #fafafa;
  }

  .cf-grey-create-wrapper {
    padding-bottom: 0;
  }

  .cf-text-block-2._16-px {
    font-size: 22px;
    font-weight: 400;
  }

  .cf-case-study-number-text {
    font-size: 32px;
    font-weight: 600;
  }

  .cf-benefits-pointer-number {
    background-image: linear-gradient(#5cdb95, #5cdb95);
    font-weight: 600;
  }

  .cf-video-thumbnail {
    width: 150%;
  }

  .cf-benefits-image {
    max-width: 1200px;
    height: 900px;
  }

  .cf-wrapper.benefits-wrapper {
    width: 100%;
    max-width: 1300px;
  }

  .brix---card-testimonial-v1 {
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .button {
    justify-content: center;
  }

  .navigation {
    padding: 25px 30px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-name-heading {
    font-weight: 700;
  }

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

  .paragraph-section.white, .paragraph-section.center-aligned {
    text-align: center;
  }

  .label-section-heading, .stomkio-inc-page-link {
    text-align: left;
  }

  .columns-stomio-support-page {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .privacy-policy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h6 {
    font-size: 20px;
  }

  .blog-post-name {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-blog-post {
    padding: 140px 20px 40px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .storytelling-section {
    padding-top: 40px;
  }

  .dropdown-button-v3---brix {
    align-self: flex-start;
  }

  .icon-2 {
    color: #333;
    flex: 0 auto;
    font-size: 34px;
  }

  .menu-button-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-5.w--open {
    background-color: #fff;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .dropdown-list {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .dropdowncontainer {
    color: #000;
    background-color: #f3f3f3;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .nav-menu-3 {
    color: #fff;
    background-color: #fff;
    height: auto;
    padding-bottom: 40px;
    box-shadow: 0 7px 10px -6px #0000004d;
  }

  .newsletter-disclaimer-text {
    text-align: center;
  }

  .input-text {
    margin-bottom: 20px;
  }

  .divposition-relative {
    text-align: center;
    align-items: flex-start;
  }

  .newsletter-form-footer-stomio {
    margin-top: 0;
  }

  .f-margin-bottom-41 {
    margin-top: 10px;
  }

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

  .f-feature-icon-wrapper-white {
    margin-bottom: 0;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .floating-item-8 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .b8a-stomio-monster {
    width: 16%;
    margin-bottom: 10px;
  }

  .card-left-text {
    margin-top: 10px;
    margin-left: 0;
  }

  .blog-card-image {
    width: 100%;
  }

  .grid-three-columns-blog {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-white-short {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-to-post-section {
    padding-top: 20px;
  }

  .grid-27 {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
  }

  .div-block-900px {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .herolanding-2 {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .grid-two-columns-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .paragraph-section-3, .paragraph-section-3.white {
    text-align: center;
  }

  .coming-soon-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .heading-h2-3 {
    text-align: center;
    font-size: 42px;
    line-height: 51px;
  }

  .heading-h2-3.white {
    text-align: center;
  }

  .floating-item-10 {
    width: 38%;
    bottom: -3%;
  }

  .h1 {
    line-height: 80px;
  }

  .container-gray {
    margin-top: 10px;
  }

  .grid-three-column {
    grid-column-gap: 17px;
    grid-row-gap: 21px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h4 {
    text-align: left;
  }

  .h4.center-aligned {
    text-align: center;
  }

  .box-default {
    padding: 20px;
  }

  .box-default.white {
    padding-right: 24px;
  }

  .grid-two-column {
    margin-bottom: 0;
    display: block;
  }

  .h3 {
    line-height: 39px;
  }

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

  .div-number {
    left: 342px;
  }

  .paragraph-body {
    font-size: 18px;
    line-height: 28px;
  }

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

  .navlink-2 {
    color: #071024;
    flex: 1;
    padding: 10px 15px;
  }

  .navlink-2:hover {
    color: #071024;
    text-decoration: none;
  }

  .navlink-2.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .h5 {
    line-height: 30px;
  }

  .home-grid-2-columns {
    grid-row-gap: 48px;
    grid-template-columns: 1.25fr;
  }

  .grid-59 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    grid-auto-flow: row;
  }

  .grid-59.mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  .button-menu.small.hiddendesktop {
    display: block;
  }

  .button-menu.small.hiddenmobile {
    display: none;
  }

  .copy-button-menu.small {
    font-weight: 500;
  }

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

  .grid-footer-stomio {
    grid-template-columns: 1.25fr .75fr .75fr;
  }

  .grid-three-column-3 {
    grid-column-gap: 17px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box-default-gray {
    padding: 20px 10px;
  }

  .box-default-gray.softgray {
    padding: 24px;
  }

  .section-workflow {
    padding-top: 180px;
  }

  .how-to-create-a-survey-project {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-home-features {
    align-items: stretch;
  }

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

  .hero-softgray.gradient {
    padding-bottom: 20px;
  }

  .badge-secondary---tabs {
    display: block;
  }

  .main-tabs-menu {
    flex-direction: column;
    display: block;
  }

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

  .stomio-hero-image {
    border-width: 12px;
  }

  .text-span-47 {
    font-size: 16px;
  }

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

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

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

  .div-block-441 {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-100-20-white, .section-100-20-fafafa, .section-100-20-softgray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .youtube {
    position: relative;
  }

  .youtube-3 {
    width: 100%;
    left: 0;
  }

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

  .quick-stack-2 {
    height: auto;
  }

  .paragraph-section-4 {
    text-align: left;
  }

  .h5-2 {
    line-height: 30px;
  }

  .grid-three-column-5 {
    grid-column-gap: 17px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-106 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
  }

  .copy-button-2 {
    font-weight: 500;
  }

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

  .bold-text-9 {
    line-height: 23px;
  }

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

  .box-default-gray-2 {
    padding: 20px 10px;
  }

  .banner {
    padding-top: 40px;
  }

  .key-features {
    height: 488px;
  }

  .grid-pricing-plans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .badge-secondary---tabs-2 {
    display: block;
  }

  .image-178 {
    display: inline-block;
  }

  .h5-3 {
    line-height: 30px;
  }

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

  .box-priceplan-2 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h2-4.white {
    text-align: center;
  }

  .pricing-icon {
    width: auto;
    padding: 4px;
  }

  .text-block-139 {
    font-size: 14px;
  }

  .image-182 {
    width: auto;
  }

  .grid-pricing-table {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .pricemainfeatures-2 {
    flex: 0 auto;
    font-weight: 400;
  }

  .image-183 {
    top: -108px;
    left: 106px;
  }

  .div-block-483 {
    height: 350px;
  }

  .grid-111 {
    grid-column-gap: 39px;
  }

  .cf-feature-pointer-text-20px {
    font-size: 18px;
  }

  .cf-bottom-line-image {
    bottom: -50px;
  }

  .cf-choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .cf-green-vs-circle {
    top: 3%;
  }

  .cf-20px-text {
    line-height: 150%;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-create-images {
    width: 50%;
  }

  .cf-create-images._3, .cf-create-images._2 {
    width: 40%;
  }

  .cf-create-heading {
    font-size: 50px;
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-testimonial-v1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .g2-testimonials {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .form-column {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .post-name-heading {
    font-weight: 700;
  }

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

  .paragraph-section.white, .paragraph-section.center-aligned, .stomio-copyright {
    text-align: center;
  }

  .stomio-email {
    margin-bottom: 20px;
  }

  .socialmedia {
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
  }

  .columns-footer-stomio {
    padding-top: 0;
  }

  .rich-text-blog-stomio, .pro-tip {
    text-align: left;
  }

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

  .blog-post-name, .pro-tip-2 {
    text-align: left;
  }

  .header-blog-post {
    padding: 100px 20px 40px;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .faq-p {
    margin-right: 0;
  }

  .faqsection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-72, .image-76 {
    padding-bottom: 20px;
  }

  .image-82 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .storytelling-section {
    padding-top: 40px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .dropdowncontainer {
    display: none;
  }

  .newsletter-disclaimer-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .textcontent {
    font-size: 16px;
  }

  .textcontent.small.gray {
    text-align: center;
  }

  .square-icon-2 {
    border-radius: 12px;
    max-width: 50px;
  }

  .input-text {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-three-columns {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .f-feature-icon-wrapper-white {
    margin-bottom: 0;
  }

  .grid-three-column-2 {
    grid-column-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .floating-item-8 {
    width: 34%;
  }

  .b8a-stomio-monster {
    width: 20%;
    margin-bottom: 10px;
  }

  .card-left-text {
    margin-top: 10px;
  }

  .grid-three-columns-blog {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-32 {
    flex-direction: column;
    margin-top: 60px;
    display: flex;
  }

  .heading-73 {
    font-size: 43px;
  }

  .hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .herolanding-2 {
    background-image: linear-gradient(to bottom, var(--blackblue) 52%, var(--blackblue) 66%, white 66%);
    padding: 40px 20px 100px;
  }

  .feedback, .insightss, .connect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-platform-features-4 {
    flex-direction: column;
    display: flex;
  }

  .grid-two-columns-2 {
    display: block;
  }

  .paragraph-section-3 {
    text-align: left;
  }

  .paragraph-section-3.white {
    text-align: center;
  }

  .coming-soon-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-h2-3 {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .floating-item-10 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .div-block-312 {
    margin-bottom: 20px;
  }

  .grid-45 {
    flex-direction: column;
    display: flex;
  }

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

  .box-default {
    padding: 44px 32px;
  }

  .grid-two-column {
    display: block;
  }

  .h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .container-940px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-number {
    left: 238px;
  }

  .paragraph-body {
    font-size: 16px;
    line-height: 28px;
  }

  .div-button {
    justify-content: flex-start;
  }

  .grid-48 {
    flex-direction: column;
    display: flex;
  }

  .create-new-project-image, .insights-stomio {
    margin-bottom: 20px;
  }

  .home-grid-2-columns {
    grid-column-gap: 94px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .grid-footer-stomio {
    grid-template-columns: 1fr;
  }

  .company-logo {
    width: 100px;
  }

  .company-logo.small {
    width: 15%;
  }

  .div-block-385 {
    padding-bottom: 60px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .box-default-gray {
    padding: 44px 32px;
  }

  .section-workflow {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .how-to-create-a-survey-project {
    padding-left: 0;
    padding-right: 0;
  }

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

  .wrapbox-priceplan {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-412 {
    width: 67%;
  }

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

  .div-companies {
    top: -39px;
  }

  .stomio-hero-image {
    border: 9px solid #000;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .text-block-133 {
    font-size: 18px;
    font-weight: 500;
  }

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

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

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

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

  .section-100-20-white, .section-100-20-fafafa, .section-100-20-softgray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .youtube-3 {
    width: 100%;
    left: 0;
  }

  .section-48 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-458 {
    padding-right: 0;
  }

  .quick-stack-2 {
    height: auto;
  }

  .paragraph-section-4 {
    text-align: left;
  }

  .h2-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .grid-three-column-5 {
    grid-template-columns: 1fr;
  }

  .image-173 {
    width: 30%;
  }

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

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

  .staff-card {
    padding: 20px;
  }

  .grid-team {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

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

  .section-100-20-white-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .box-default-gray-2 {
    padding: 44px 32px;
  }

  .h2-3 {
    font-size: 36px;
    line-height: 46px;
  }

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

  .grid-pricing-plans {
    grid-template-columns: 1fr;
  }

  .badge-secondary---tabs-2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-100-20-white-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-priceplan-2 {
    height: auto;
  }

  .h2-4 {
    font-size: 36px;
    line-height: 46px;
  }

  .priceplan-badge-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing-feature-2 {
    text-align: left;
  }

  .pricing-icon {
    width: auto;
    display: inline-block;
  }

  .text-block-139 {
    font-size: 13px;
  }

  .pricemainfeatures-2 {
    flex: 0 auto;
    font-weight: 400;
  }

  .image-183 {
    top: -77px;
    left: 63px;
  }

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

  .cf-choose-feature-check-icon {
    margin-right: 10px;
  }

  .cf-20px-text {
    font-size: 18px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-about-images-contain {
    height: 500px;
  }

  .cf-create-heading {
    font-size: 40px;
  }

  .cf-grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
  }

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

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---card-testimonial-v1 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---grid-2-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .g2-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-186 {
    margin-left: 40px;
  }

  .total-field.margin-top-16 {
    align-self: stretch;
    height: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    line-height: 60px;
  }

  .flex {
    align-items: flex-end;
  }

  .dollar {
    margin-bottom: 0;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .button {
    text-align: center;
    flex-direction: column;
    font-weight: 600;
    display: block;
  }

  .navigation {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-name-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
  }

  .paragraph-section {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-section.white {
    text-align: left;
  }

  .paragraph-section.center-aligned {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .label-section-heading {
    text-align: center;
    margin-top: 20px;
  }

  .stomio-email {
    margin-bottom: 20px;
  }

  .socialmedia {
    padding-top: 20px;
  }

  .date-post-heading {
    text-align: center;
  }

  .date-post-heading.left {
    text-align: left;
  }

  .columns-stomio-support-page {
    padding-bottom: 0;
  }

  .rich-text-blog-stomio {
    text-align: left;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_component-corner {
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookies.open_preferences_center {
    width: 36px;
    height: 36px;
    padding: 0;
    bottom: 7%;
  }

  .heading-h6 {
    text-align: left;
    margin-bottom: 10px;
  }

  .bold-text-5 {
    font-size: 44px;
    line-height: 50px;
  }

  .blog-post-name {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 34px;
  }

  .container-blog-post {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .header-blog-post {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }

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

  .faq-answer {
    font-size: 16px;
  }

  .faq-img {
    display: none;
  }

  .faqsection {
    color: var(--blackblue);
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question {
    font-size: 16px;
  }

  .image-82 {
    margin-bottom: 10px;
  }

  .dropdown-form-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .dropdown-reveal-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .learn-more-link {
    text-align: left;
    justify-content: flex-start;
  }

  .text-block-70 {
    font-size: 16px;
  }

  .storytelling-section {
    padding-top: 20px;
  }

  .team-circles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
  }

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

  .columns-58 {
    flex-direction: column;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .newsletter-disclaimer-text {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .textcontent {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .square-icon-2 {
    border-radius: 14px;
    width: auto;
    max-width: 56px;
  }

  .icon-success-message-left-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .flex-horizontal---vertical-mbp-2 {
    flex-direction: column;
  }

  .input-text {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-text::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .divposition-relative {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .newsletter-form-footer-stomio {
    margin-top: 0;
  }

  .navbar-4 {
    max-height: 600px;
  }

  .grid-three-columns {
    grid-row-gap: 16px;
    align-self: auto;
    justify-items: center;
  }

  .f-feature-icon-wrapper-white {
    margin-bottom: 10px;
  }

  .security-and-compliance {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-three-column-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .floating-item-8 {
    width: 39%;
  }

  .div {
    text-align: center;
  }

  .b8a-stomio-monster {
    width: 30%;
    top: 76px;
  }

  .section-30 {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card-content-inside {
    padding: 20px 0;
  }

  .postentry {
    height: auto;
    padding: 0;
  }

  .grid-three-columns-blog {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hero-white-short {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .grid-27 {
    display: block;
  }

  .html-embed-9 {
    min-width: 0;
    padding-left: 0;
  }

  .div-block-900px {
    margin-bottom: 40px;
  }

  .grid-32 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 60px;
    display: flex;
  }

  .paragraph-section-centered-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-73 {
    font-size: 36px;
    line-height: 52px;
  }

  .herolanding-2 {
    background-image: linear-gradient(to bottom, var(--blackblue) 72%, #4a3aff 72%, white 72%);
    padding: 20px 20px 100px;
  }

  .heading-76 {
    line-height: 36px;
  }

  .feedback, .insightss, .connect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-platform-features-4 {
    text-align: center;
    align-self: center;
  }

  .paragraph-section-3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-section-3.white {
    text-align: center;
  }

  .coming-soon-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-h2-3 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-h2-3.white {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }

  .floating-item-10 {
    width: 44%;
  }

  .div-block-312 {
    margin-bottom: 20px;
  }

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .grid-three-column {
    align-self: auto;
    justify-items: center;
  }

  .h4 {
    font-size: 22px;
  }

  .h4.center-aligned {
    text-align: center;
  }

  .box-default {
    border-color: var(--400);
    padding: 40px 24px;
  }

  .grid-two-column {
    padding-left: 0;
    padding-right: 0;
  }

  .h3 {
    text-align: center;
    font-size: 26px;
    line-height: 33px;
  }

  .h3.left-aligment {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

  .h3.left-aligment.white {
    text-align: left;
  }

  .h2, .h2.left-aligment {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .container-940px {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-number {
    left: 122px;
  }

  .paragraph-body {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-body.center-aligned {
    text-align: left;
  }

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

  .b8a-stomio {
    width: 100px;
  }

  .grid-48 {
    flex-direction: column;
    display: flex;
  }

  .cell-7 {
    flex-direction: column;
  }

  .checkbox-list {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .textlist {
    line-height: 28px;
  }

  .div-block-364 {
    margin-bottom: 20px;
  }

  .cell-8 {
    flex-direction: column;
  }

  .link-block-18 {
    color: var(--blackblue);
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .div-block-366 {
    justify-content: space-between;
  }

  .navlink-2 {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .navlink-2:hover {
    background-color: var(--300);
    color: #071024;
  }

  .dropdown-2, .dropdown-3 {
    display: block;
  }

  .h5 {
    text-align: left;
  }

  .button-trust-copy {
    text-align: center;
    line-height: 20px;
  }

  .div-block-372 {
    align-items: stretch;
  }

  .home-grid-2-columns {
    grid-column-gap: 94px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-59 {
    clear: none;
    grid-column-gap: 65px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-stroke {
    margin-bottom: 0;
    padding: 12px 32px;
  }

  .button-menu {
    display: none;
  }

  .button-menu.small {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .button-menu.small.hiddendesktop {
    border-radius: 9px;
  }

  .copy-button-menu.small {
    text-align: center;
    font-size: 11px;
  }

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

  .company-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .company-logo.small {
    width: 28%;
  }

  .h6.center-aligned {
    color: var(--blackblue);
    text-align: center;
    align-items: center;
  }

  .div-block-385 {
    color: var(--blackblue);
    text-align: center;
    padding-bottom: 60px;
  }

  .div-quotes {
    margin-left: 0;
  }

  .grid-three-column-3 {
    flex-direction: column;
    align-self: auto;
    justify-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .box-default-gray {
    border-color: #d4d4d4;
    padding: 40px 24px;
  }

  .section-workflow {
    padding-top: 220px;
  }

  .inout-app-2 {
    width: 100%;
    margin-top: 40px;
  }

  .how-to-create-a-survey-project {
    padding: 0;
  }

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

  .hero-blue {
    padding-top: 140px;
  }

  .hero-softgray.gradient {
    padding-bottom: 10px;
  }

  .button-mint {
    width: auto;
    display: block;
  }

  .wrapbox-priceplan {
    padding-left: 0;
    padding-right: 0;
  }

  .priceplan-badge-wrapper {
    top: 14px;
    right: 14px;
  }

  .badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-411 {
    position: static;
    top: -247px;
    left: 122px;
    overflow: visible;
  }

  .div-block-412 {
    flex-direction: column;
    align-items: center;
    width: 93%;
    display: flex;
    position: static;
  }

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

  .div-companies {
    padding: 18px;
    top: 57px;
  }

  .home-hero {
    padding-top: 40px;
  }

  .stomio-hero-image {
    border: 9px solid #000;
    border-radius: 15px;
  }

  .text-block-133 {
    text-align: center;
    font-weight: 500;
  }

  .text-span-47 {
    font-size: 16px;
    display: inline-block;
  }

  .image-156 {
    width: 18px;
  }

  .columns-checkboxes {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-project-types {
    width: 100px;
  }

  .column-92 {
    justify-content: center;
    align-self: flex-start;
  }

  .column-93 {
    align-self: flex-start;
  }

  .text-checboxes {
    font-size: 14px;
    line-height: 21px;
  }

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

  .div-140-height {
    height: auto;
  }

  .div-block-439 {
    text-align: center;
    justify-content: flex-end;
    display: flex;
  }

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

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

  .div-block-444 {
    margin-top: 40px;
  }

  .div-block-447 {
    align-items: flex-start;
  }

  .youtube-3 {
    width: 100%;
    left: 0;
  }

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

  .section-48 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-458 {
    padding-right: 0;
  }

  .quick-stack-2 {
    height: auto;
  }

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

  .paragraph-section-4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .h2-2, .h2-2.left-aligment {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

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

  .grid-three-column-5 {
    flex-direction: column;
    align-self: auto;
    justify-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .image-173 {
    width: 50%;
  }

  .grid-106 {
    grid-template-columns: 1fr;
  }

  .staff-card {
    width: 94%;
    margin-top: -88px;
    padding: 20px;
  }

  .staff-pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .grid-team {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-stroke-menu-2 {
    width: auto;
    margin-bottom: 10px;
  }

  .grid-hero-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    place-items: center;
  }

  .div-hero-buttins {
    width: auto;
  }

  .div-block-463 {
    align-items: stretch;
  }

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

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

  .box-default-gray-2 {
    border-color: #d4d4d4;
    padding: 40px 24px;
  }

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

  .h2-3 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-pricing-plans {
    grid-template-columns: 1fr;
  }

  .badge-secondary---tabs-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .h4-2 {
    font-size: 22px;
  }

  .h2-4 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }

  .h2-4.white {
    text-align: center;
  }

  .priceplan-badge-2 {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .pricing-icon {
    width: auto;
  }

  .text-block-139 {
    font-size: 10px;
    display: none;
  }

  .pricefeatures-2 {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }

  .div-pricing-table {
    width: 100px;
  }

  .grid-pricing-table {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 3fr 1fr 1fr;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-pricing-table.gray {
    grid-template-columns: 3fr 1fr 1fr;
    justify-items: stretch;
  }

  .div-pricing-plan-icon-2 {
    text-align: center;
    justify-content: center;
    width: auto;
  }

  .div-block-468, .div-block-469 {
    width: 40px;
  }

  .pricemainfeatures-2 {
    flex: 0 auto;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    display: block;
  }

  .image-183 {
    top: -40px;
    left: 28px;
  }

  .image-184 {
    width: 100%;
  }

  .cf-feature-pointer-text-20px {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-choose-feature-check-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-choose-feature-bold-text-16px {
    margin-bottom: 20px;
  }

  .cf-choose-feature-wrapper {
    padding: 40px 15px;
  }

  .cf-bottom-line-image {
    left: 0;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-about-images-contain {
    height: 300px;
    margin-top: 60px;
  }

  .cf-create-heading {
    font-size: 30px;
  }

  .cf-text-block-2._16-px {
    line-height: 26px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

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

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---card-testimonial-v1 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-186 {
    margin-left: auto;
  }

  .total-field.margin-top-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .total-field.margin-top-16.margin-mobile-0 {
    margin-top: 0;
  }

  .text-field-2 {
    max-width: 5rem;
  }

  .form {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_45588a63-7aa1-94d2-460e-0fdfaaa96f49-d1bb4c96, #w-node-_48c72fc6-05ec-dd00-0a43-840f4e92812f-d1bb4c96, #w-node-_11addf8f-a352-b195-0d12-51ae51a2aa82-d1bb4c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11addf8f-a352-b195-0d12-51ae51a2aa7c-d1bb4c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7a2fa815-fd13-980e-6cd5-6fbeefd1d881-d1bb4c96, #w-node-_9236c132-025b-8d7b-546f-cd74651f2fdc-d1bb4c96, #w-node-_1a3f40b8-1095-1d04-0ec8-09df2cb7c7ab-d1bb4c96, #w-node-fc3f49e9-249f-a3b6-a101-6269b6704e8f-d1bb4c96, #w-node-a490942a-3334-7872-533a-f4298646dec7-52811395, #w-node-_3a683689-3955-4f43-77e2-4c5f94b2b9a7-52811395 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52c6f075-cf27-0f6a-ec19-7e0162b3ed07-62b3ed03 {
  place-self: auto;
}

#w-node-c18b5d00-f0e2-385e-4485-ddd06821c71a-d1bb4d21 {
  place-self: center;
}

#w-node-bb911440-16bf-c1ec-ac17-9ca08dfa8029-d1bb4d21, #w-node-_97d64e41-6deb-c4ac-35bd-fa1d5dbe10b2-d1bb4d21, #w-node-_2d553d02-287b-e3f2-de3a-c2ef4d907322-d1bb4d21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfc8e755-83b9-a7bd-1565-2f120ad74035-d1bb4d43 {
  place-self: center;
}

#w-node-_9b99de63-dac4-c74c-5a2e-558f07dc52b1-d1bb4d43 {
  justify-self: stretch;
}

#w-node-_9b99de63-dac4-c74c-5a2e-558f07dc52b4-d1bb4d43 {
  place-self: stretch stretch;
}

#w-node-e06ea483-0499-3b72-082a-a347b4812cd9-d1bb4d43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_38234dfa-c454-57d2-30a9-99ba5fbb3358-d1bb4d43, #w-node-_8224ee59-698e-46bc-0c8e-7654df4ebbfa-d1bb4d43, #w-node-_6603cce3-8d54-0559-3a1a-40fe39dc3d8f-d1bb4d43, #w-node-_58c91b06-6de9-0189-5e56-c3de20e5856f-d1bb4d43, #w-node-dc2ede95-c104-9036-9b40-ead98f283be7-d1bb4d43 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-ea141b34-843a-2741-d010-c5245bd4b48d-d1bb4d56 {
  justify-self: stretch;
}

#w-node-ea141b34-843a-2741-d010-c5245bd4b490-d1bb4d56 {
  place-self: stretch stretch;
}

#w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23ec-d1bb4d7b, #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23f3-d1bb4d7b, #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23fa-d1bb4d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_7f563d53-6a91-7a45-ba25-f0afb427c63d-d1bb4d7c {
  place-self: center;
}

#w-node-f529866e-90b0-83e5-1bd4-a95fb3853018-d1bb4d7c {
  place-self: stretch stretch;
}

#w-node-_004adc46-bc4c-ae0a-920c-b0db139adc85-d1bb4d7c, #w-node-dbddb1a6-3062-1092-8df0-ec02235c8ff5-d1bb4d7c, #w-node-_6457f386-f89b-0d56-2f8e-a477863aff7e-d1bb4d7c {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-ba7ee46c-f229-9823-f8ac-d96ad3fcfcc7-d1bb4d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35db2b42-f44b-65d8-6f07-9f1219ad33d4-d1bb4d7d {
  justify-self: stretch;
}

#w-node-_35db2b42-f44b-65d8-6f07-9f1219ad33d7-d1bb4d7d {
  place-self: stretch stretch;
}

#w-node-ec228a27-4f3b-cd3f-c470-23b3d598edf2-d1bb4d7d, #w-node-b2b9ca37-8c25-fdd1-bc68-3e49ada4436d-d1bb4d7d {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_06689729-95e3-e714-17a6-fe69316e63a2-d1bb4d7e, #w-node-_06689729-95e3-e714-17a6-fe69316e63a7-d1bb4d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d91ced6-78c3-6872-cc50-bce9aadbde5c-d1bb4d80 {
  justify-self: stretch;
}

#w-node-_1d91ced6-78c3-6872-cc50-bce9aadbde5f-d1bb4d80 {
  place-self: stretch stretch;
}

#w-node-_2f55e216-0a7c-bd71-21b8-586d1e4d658e-d1bb4d80, #w-node-_59e3b17b-166d-87fd-27dd-eae3ca0660a3-d1bb4d80, #w-node-f85883a9-e511-8e15-ea96-328f5c2a0a54-d1bb4d80, #w-node-b37b3d52-99da-679a-735e-e37cd83569c9-d1bb4d80, #w-node-_6f1ef1bf-50f4-1d86-eb4a-0a4e25801324-d1bb4d80, #w-node-_282d5d70-392f-8e61-bdd7-d663e423f729-d1bb4d80, #w-node-_282d5d70-392f-8e61-bdd7-d663e423f755-d1bb4d80 {
  justify-self: center;
}

#w-node-c8665de8-2a59-5748-73ee-eae185dfac4c-85dfac49, #w-node-c8665de8-2a59-5748-73ee-eae185dfac51-85dfac49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268f53b2-c8f6-8fea-46e0-b64b35dda8c9-d1bb4dd1 {
  justify-self: stretch;
}

#w-node-_268f53b2-c8f6-8fea-46e0-b64b35dda8cc-d1bb4dd1 {
  place-self: stretch stretch;
}

#w-node-b21fccce-d563-b3ee-e715-5cbbdb39dd90-d1bb4dd1, #w-node-_66f03bca-951b-24ad-a0de-31f110e4667b-d1bb4dd1 {
  justify-self: center;
}

#w-node-_1d6b5652-86e2-ef87-6f71-5c1a3a79c8e2-d1bb4dd1, #w-node-d409cf23-75ca-1cee-e7c9-9afbcc45402d-d1bb4dd1, #w-node-_80f5f250-e504-cbbb-1e67-d68cb68dc160-d1bb4dd1, #w-node-_1534d128-e361-5711-cdaa-939a558a950d-d1bb4dd1, #w-node-f1a21ee9-14ff-ad3e-3c23-1a8495581b47-d1bb4dd1, #w-node-d6281726-aeff-aa31-e679-0a410d07dc91-d1bb4dd1, #w-node-c30b2f56-97e8-8ddc-2056-38f9550c593f-d1bb4dd1, #w-node-bef43bd8-f305-52cb-9cd2-145b13061109-d1bb4dd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab32a5d2-ce36-5fc3-033a-16325ce46775-d1bb4dd1, #w-node-_9c74eb5b-59d0-5d2d-3e3b-6187b607899a-d1bb4dd1, #w-node-_9d4fb152-3b0e-9c03-cbeb-8665aae3c961-d1bb4dd1 {
  justify-self: center;
}

#w-node-_4b732e0c-72ef-818f-ff7d-8a714168e8c1-d1bb4de5 {
  justify-self: stretch;
}

#w-node-_4b732e0c-72ef-818f-ff7d-8a714168e8c4-d1bb4de5 {
  place-self: stretch stretch;
}

#w-node-_9573e44d-a90e-aeb2-1d35-aeaef1470229-d1bb4de5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0840fe93-382f-4b2e-e389-a8328b681a4a-d1bb4dfd {
  place-self: center;
}

#w-node-_6bc0e546-c9f6-d493-a57f-81d2a9eebce7-d1bb4dfd {
  place-self: stretch stretch;
}

#w-node-_5e884f12-32b7-48ab-69f1-f42673e7ee48-d1bb4dfd, #w-node-_5e884f12-32b7-48ab-69f1-f42673e7ee96-d1bb4dfd, #w-node-_5e884f12-32b7-48ab-69f1-f42673e7efc4-d1bb4dfd, #w-node-_5e884f12-32b7-48ab-69f1-f42673e7f016-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab58-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab5e-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac5c-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac69-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac7e-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac93-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aaca8-d1bb4dfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f66c1999-5d8b-c8c8-1ab0-9c98f2707dc5-d1bb4e40 {
  justify-self: auto;
}

#w-node-_190a9e97-8185-5e15-c935-e08d4bdd4dc3-d1bb4e40, #w-node-_3fb68a2d-68b4-9acd-5eb7-05a9b6686ff2-d1bb4e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58fda7e4-1967-47e3-48f4-81e9e619718c-d1bb4eec {
  justify-self: stretch;
}

#w-node-_58fda7e4-1967-47e3-48f4-81e9e619718f-d1bb4eec {
  place-self: stretch stretch;
}

#w-node-_05b3ff76-7dfd-3bf9-7b3e-bd8c66188802-d1bb4eec {
  place-self: auto;
}

#w-node-e3d0ae64-fe33-4347-a7db-da72f015b50b-d1bb4eec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e78d4a6c-b2d6-a933-f735-808cacf43cf2-d1bb4eec, #w-node-fcc743f8-1d50-444c-84ff-866f1271d677-d1bb4eec {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-f84ec591-bfca-babc-a2a1-23804cf07beb-d1bb4eec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_45588a63-7aa1-94d2-460e-0fdfaaa96f49-60ab14d7, #w-node-_48c72fc6-05ec-dd00-0a43-840f4e92812f-60ab14d7, #w-node-a3955c66-6d88-4a5d-1aa6-7a630f6397df-60ab14d7, #w-node-a3955c66-6d88-4a5d-1aa6-7a630f6397fe-60ab14d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a389-f2eb1fa2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a393-f2eb1fa2, #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a39f-f2eb1fa2, #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a3ab-f2eb1fa2, #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a3b4-f2eb1fa2, #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a3d9-f2eb1fa2, #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a3e0-f2eb1fa2, #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a3e7-f2eb1fa2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#form-download-ebook.w-node-_8c2146d2-4ea0-9a74-fc3f-2232358bbc98-f2eb1fa2 {
  justify-self: auto;
}

#w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23ec-f2eb1fa2, #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23f3-f2eb1fa2, #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23fa-f2eb1fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

@media screen and (min-width: 1920px) {
  #w-node-_52c6f075-cf27-0f6a-ec19-7e0162b3ed07-62b3ed03 {
    place-self: auto;
  }

  #w-node-fc1425ea-eb80-d0aa-ec98-934426516122-d1bb4de5, #w-node-b5697471-e1c1-53a2-5246-a0382c788d12-d1bb4de5, #w-node-_47fcf2da-76e0-ed7c-ce77-22ecc3cbe449-d1bb4de5, #w-node-_4d404e27-33b9-1191-1438-755c048aab9c-d1bb4dfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_45588a63-7aa1-94d2-460e-0fdfaaa96f4b-d1bb4c96, #w-node-_11addf8f-a352-b195-0d12-51ae51a2aa7c-d1bb4c96, #w-node-fc3f49e9-249f-a3b6-a101-6269b6704e8d-d1bb4c96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38234dfa-c454-57d2-30a9-99ba5fbb3358-d1bb4d43, #w-node-_8224ee59-698e-46bc-0c8e-7654df4ebbfa-d1bb4d43, #w-node-_6603cce3-8d54-0559-3a1a-40fe39dc3d8f-d1bb4d43, #w-node-_58c91b06-6de9-0189-5e56-c3de20e5856f-d1bb4d43, #w-node-dc2ede95-c104-9036-9b40-ead98f283be7-d1bb4d43 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_1a2874e8-6660-6f8a-ef60-b6f295b387af-d1bb4d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23ec-d1bb4d7b, #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23f3-d1bb4d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-bfc342ac-bf22-75c8-336a-4d31a86300e9-d1bb4d7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_004adc46-bc4c-ae0a-920c-b0db139adc85-d1bb4d7c, #w-node-dbddb1a6-3062-1092-8df0-ec02235c8ff5-d1bb4d7c, #w-node-_6457f386-f89b-0d56-2f8e-a477863aff7e-d1bb4d7c, #w-node-ec228a27-4f3b-cd3f-c470-23b3d598edf2-d1bb4d7d, #w-node-b2b9ca37-8c25-fdd1-bc68-3e49ada4436d-d1bb4d7d {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_4d404e27-33b9-1191-1438-755c048aab4b-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab65-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab78-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab7a-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab85-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab87-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab9a-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aab9c-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabaf-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabb1-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabbc-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabbe-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabd1-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabd3-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabe8-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabea-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabfd-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aabff-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac12-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac14-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac1f-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac21-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac34-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac36-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac49-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac4b-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac5e-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac60-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac6b-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac6d-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac80-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac82-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac95-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aac97-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aacaa-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aacac-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aacbf-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aacc1-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aacd4-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aacd6-d1bb4dfd, #w-node-_4d404e27-33b9-1191-1438-755c048aace9-d1bb4dfd, #w-node-c4b07486-742f-b975-0a80-c124619a0585-d1bb4e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e78d4a6c-b2d6-a933-f735-808cacf43cf2-d1bb4eec, #w-node-fcc743f8-1d50-444c-84ff-866f1271d677-d1bb4eec {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_45588a63-7aa1-94d2-460e-0fdfaaa96f4b-60ab14d7, #w-node-_1a2874e8-6660-6f8a-ef60-b6f295b387af-f2eb1fa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23ec-f2eb1fa2, #w-node-_406a27a9-ec38-cbf3-6579-bb81a45c23f3-f2eb1fa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-bfc342ac-bf22-75c8-336a-4d31a86300e9-f2eb1fa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a2fa815-fd13-980e-6cd5-6fbeefd1d881-d1bb4c96, #w-node-fc3f49e9-249f-a3b6-a101-6269b6704e8f-d1bb4c96 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-c18b5d00-f0e2-385e-4485-ddd06821c71a-d1bb4d21 {
    order: -9999;
  }

  #w-node-bb911440-16bf-c1ec-ac17-9ca08dfa8029-d1bb4d21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfc8e755-83b9-a7bd-1565-2f120ad74035-d1bb4d43 {
    order: -9999;
  }

  #w-node-e06ea483-0499-3b72-082a-a347b4812cd9-d1bb4d43 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_113c0691-9bb7-70b8-4096-5c53930837d9-d1bb4d56, #w-node-_7f563d53-6a91-7a45-ba25-f0afb427c63d-d1bb4d7c, #w-node-_113c0691-9bb7-70b8-4096-5c53930837d9-d1bb4d80, #w-node-_113c0691-9bb7-70b8-4096-5c53930837d9-d1bb4dd1, #w-node-_087f6e03-4cf1-9852-65d8-89a1aa1fc605-d1bb4de5, #w-node-_0840fe93-382f-4b2e-e389-a8328b681a4a-d1bb4dfd {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e06ea483-0499-3b72-082a-a347b4812cd9-d1bb4d43 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_98db6306-ad79-8b16-53aa-9a00ee2a6e64-d1bb4c96 {
    justify-self: stretch;
  }

  #w-node-_48c72fc6-05ec-dd00-0a43-840f4e92812f-d1bb4c96, #w-node-_45588a63-7aa1-94d2-460e-0fdfaaa96f5d-d1bb4c96, #w-node-_2d553d02-287b-e3f2-de3a-c2ef4d907322-d1bb4d21, #w-node-_2d553d02-287b-e3f2-de3a-c2ef4d907328-d1bb4d21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b99de63-dac4-c74c-5a2e-558f07dc52b1-d1bb4d43 {
    justify-self: stretch;
  }

  #w-node-_9b99de63-dac4-c74c-5a2e-558f07dc52b4-d1bb4d43 {
    place-self: center stretch;
  }

  #w-node-e06ea483-0499-3b72-082a-a347b4812cd9-d1bb4d43 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea141b34-843a-2741-d010-c5245bd4b48d-d1bb4d56, #w-node-ea141b34-843a-2741-d010-c5245bd4b490-d1bb4d56, #w-node-f529866e-90b0-83e5-1bd4-a95fb3853018-d1bb4d7c {
    justify-self: stretch;
  }

  #w-node-_6c79b262-6700-2269-4605-f72d0448154c-d1bb4d7c {
    justify-self: center;
  }

  #w-node-_35db2b42-f44b-65d8-6f07-9f1219ad33d4-d1bb4d7d, #w-node-_35db2b42-f44b-65d8-6f07-9f1219ad33d7-d1bb4d7d, #w-node-_74f98706-c641-c8d8-8d78-bd866050a391-d1bb4d7e, #w-node-_74f98706-c641-c8d8-8d78-bd866050a394-d1bb4d7e, #w-node-_3075bdbb-9f73-b826-72bf-88303c69ae7d-d1bb4d7e, #w-node-_3075bdbb-9f73-b826-72bf-88303c69ae80-d1bb4d7e, #w-node-_1d91ced6-78c3-6872-cc50-bce9aadbde5c-d1bb4d80, #w-node-_1d91ced6-78c3-6872-cc50-bce9aadbde5f-d1bb4d80, #w-node-_268f53b2-c8f6-8fea-46e0-b64b35dda8c9-d1bb4dd1, #w-node-_268f53b2-c8f6-8fea-46e0-b64b35dda8cc-d1bb4dd1, #w-node-_4b732e0c-72ef-818f-ff7d-8a714168e8c1-d1bb4de5, #w-node-_4b732e0c-72ef-818f-ff7d-8a714168e8c4-d1bb4de5, #w-node-_6bc0e546-c9f6-d493-a57f-81d2a9eebce7-d1bb4dfd {
    justify-self: stretch;
  }

  #w-node-_4d404e27-33b9-1191-1438-755c048aac97-d1bb4dfd {
    justify-self: auto;
  }

  #w-node-_190a9e97-8185-5e15-c935-e08d4bdd4dc3-d1bb4e40, #w-node-_190a9e97-8185-5e15-c935-e08d4bdd4dc9-d1bb4e40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fb68a2d-68b4-9acd-5eb7-05a9b6686ffd-d1bb4e43 {
    justify-self: center;
  }

  #w-node-_58fda7e4-1967-47e3-48f4-81e9e619718c-d1bb4eec, #w-node-_58fda7e4-1967-47e3-48f4-81e9e619718f-d1bb4eec, #w-node-_98db6306-ad79-8b16-53aa-9a00ee2a6e64-60ab14d7 {
    justify-self: stretch;
  }

  #w-node-_48c72fc6-05ec-dd00-0a43-840f4e92812f-60ab14d7, #w-node-_45588a63-7aa1-94d2-460e-0fdfaaa96f5d-60ab14d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27a92aa7-e9a4-18fd-0580-d5e2fdb0a389-f2eb1fa2 {
    grid-column: span 2 / span 2;
  }
}


