@font-face {
  font-family: Pt root ui;
  src: url('../fonts/PT-Root-UI_Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Pt root ui;
  src: url('../fonts/PT-Root-UI_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Pt root ui;
  src: url('../fonts/PT-Root-UI_Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Pt root ui;
  src: url('../fonts/PT-Root-UI_Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-BoldItalic.otf') format("opentype"), url('../fonts/Radomir-Tinkov---Gilroy-ExtraBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray-1: #9aabb8;
  --black: #304351;
  --green: #48c0ef;
  --gray-2: #aebcc6;
  --gray-3: #c2cdd4;
  --gray-4: #d8e0e6;
  --gray-5: #eef2f5;
  --gray-6: #f8f9fa;
  --bg-black: #272d3d;
  --white: white;
  --shadow: #9aabb82e;
  --error: #fa675c26;
  --blue: #5c9efa;
  --success: #37b87726;
  --yellow: #fc0;
  --bg-dark: #202532;
  --red: #fa675c;
  --gold: #ffcc0026;
  --teal: #5ac8fa;
  --dark-green: #14443c;
  --info: #5c9efa26;
  --indigo: #5856d6;
  --orange: #ff9500;
  --pink: #ff2d55;
  --purple: #af52de;
}

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  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-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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, .w-commerce-commercedownloadswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

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

@media screen and (max-width: 767px) {
  .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, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 253%;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 215%;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 115%;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 93%;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 80%;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--gray-1);
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

a {
  color: var(--black);
  text-decoration: none;
}

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

li {
  padding-bottom: 10px;
}

blockquote {
  border-left: 2px solid var(--green);
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
}

.body {
  color: var(--black);
  background-color: #f8f9fa;
  font-family: Pt root ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.display-none {
  display: none;
}

.bg-gray-1 {
  background-color: var(--gray-1);
}

.bg-gray-2 {
  background-color: var(--gray-2);
}

.bg-gray-3 {
  background-color: var(--gray-3);
}

.bg-gray-4 {
  background-color: var(--gray-4);
}

.bg-gray-5 {
  background-color: var(--gray-5);
}

.bg-gray-6 {
  background-color: var(--gray-6);
}

.bg-gray-6.bottom-padding {
  padding-bottom: 0;
}

.layout {
  z-index: 1;
  background-color: var(--gray-6);
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section {
  width: 100%;
  margin-top: 1px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.section.bg-gray-6.bottom-padding {
  margin-bottom: 50px;
}

.section.container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 8px;
  padding-bottom: 0;
}

.section.container.bottom-padding {
  margin-top: 80px;
}

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

.section.bottom-padding.bg-black.fade-in-1st {
  background-color: var(--bg-black);
  padding-top: 35px;
}

.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-lead {
  letter-spacing: -.01em;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 130%;
  font-weight: 400;
  line-height: 1.3;
}

.text-lead.bottom-padding {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-lead.text-white {
  color: #9aabb8;
  text-align: left;
  text-shadow: none;
  font-family: Inter, sans-serif;
}

.text-lead.text-black {
  color: var(--gray-1);
  font-size: 16px;
  font-weight: 400;
}

.utility-page-wrap {
  background-color: var(--gray-6);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 400px;
  margin-bottom: 0;
  padding: 40px 45px;
  display: flex;
}

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

.text-input {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--shadow);
  color: var(--black);
  border: 1px #000;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 10px;
  transition: box-shadow .2s;
}

.text-input:hover {
  box-shadow: inset 0 0 0 1px var(--gray-1);
  color: var(--black);
}

.text-input:focus {
  box-shadow: inset 0 0 0 1px var(--green);
  color: var(--black);
}

.text-input::placeholder {
  color: var(--gray-1);
}

.text-input.search-icon {
  background-image: url('../images/search.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-input.mail-icon {
  background-image: url('../images/mail.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.title-1 {
  letter-spacing: -.04em;
  max-width: 800px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

.product-thumb {
  background-color: var(--gray-6);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: background-color .3s;
  display: flex;
}

.product-thumb:hover {
  background-color: var(--gray-5);
}

.thumb-caption {
  color: var(--green);
  text-transform: uppercase;
  font-size: 60%;
  font-weight: 500;
}

.error {
  border: 1px solid var(--error);
  background-color: var(--error);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

.cms-list-tags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-bottom: 10px;
  display: grid;
}

.title-4 {
  z-index: 5;
  font-family: Inter, sans-serif;
  position: relative;
}

.bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.progress-arrow-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.slider-progress-content {
  width: 200%;
  display: flex;
}

.button-label {
  z-index: 5;
  position: relative;
}

.slider-progress-arrow {
  box-shadow: inset 0 0 0 1px var(--gray-4);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  transition: box-shadow .6s;
  display: flex;
  overflow: hidden;
}

.slider-progress-arrow:hover {
  box-shadow: inset 0 0 0 2px var(--green);
}

.hover-line {
  z-index: 5;
  background-color: var(--green);
  opacity: .6;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line.nav {
  opacity: 1;
  height: 2px;
}

.slider-progress-wrapper {
  align-items: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
}

.slider-progress-line {
  background-color: var(--gray-4);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-progress {
  width: 100%;
}

.slider-progress-item {
  width: 100%;
  position: relative;
}

.slider-progress-bg {
  background-color: var(--shadow);
  border-radius: 100px;
  flex: 1;
  height: 2px;
  margin-left: 1.5vw;
  position: relative;
  overflow: hidden;
}

.product-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.product-thumb-image {
  background-color: var(--gray-6);
  border-radius: 5px;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.two-line-paragraph {
  height: 42px;
  overflow: hidden;
}

.product-thumb-heading {
  letter-spacing: -.03em;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 130%;
  font-weight: 600;
  line-height: 1.2;
}

.product-thumb-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.cms-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.cms {
  width: 100%;
  overflow: hidden;
}

.title-2 {
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.title-2.fade-in-1st {
  margin-bottom: 20px;
}

.title-space-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.no-bottom-margin {
  margin-bottom: 0;
  font-size: 100%;
}

.no-bottom-margin.fade-in-2nd {
  direction: ltr;
  white-space: normal;
  width: 120%;
  max-width: 600px;
  margin-right: 0;
  padding-right: 80px;
  position: relative;
}

.button-rounded-small {
  z-index: 5;
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--gray-5);
  color: var(--black);
  letter-spacing: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  transition: color .2s, box-shadow .6s;
  display: flex;
  position: relative;
}

.button-rounded-small:hover {
  box-shadow: inset 0 0 0 2px var(--green);
  color: var(--green);
}

.category-thumb {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.cms-category-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.category-thumb-info {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#0000 50%, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.category-thumb-info.align-left {
  text-align: left;
}

.category-thumb-description {
  color: var(--white);
  width: 80%;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.title-3 {
  letter-spacing: -.02em;
  max-width: 400px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.grid-2x3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
}

.card-3-standard {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.card-3-standard.centered {
  align-items: center;
}

.card-3-standard.center {
  background-color: var(--white);
  border-radius: 20px;
  margin-right: 20px;
  padding: 40px 49px 25px 50px;
}

.card-3-standard.shadow-outside.fade-in-1st, .card-3-standard.shadow-outside.fade-in-2nd {
  background-color: var(--white);
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
}

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

.icon-80 {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.icon-160 {
  object-fit: contain;
  width: 160px;
  margin-bottom: 20px;
}

.link-with-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--green);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #edf0f2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  display: flex;
  position: relative;
}

.navbar-functions {
  flex: 1;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.brand {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 130px;
  padding: 0;
  display: flex;
}

.nav-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: var(--green);
}

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

.nav-menu {
  align-items: center;
  height: 100%;
  display: flex;
}

.navmenu-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100%;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  padding: 0;
}

.cart {
  margin-left: 20px;
}

.cart-quantity {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 5px;
  display: flex;
}

.cart-icon {
  width: 20px;
  height: 20px;
}

.expand-icon {
  border: 1px solid var(--gray-4);
  text-align: center;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  padding: 9px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.faq-topic-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gray-6);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 20px 40px 40px;
}

.accordion-wrapper {
  z-index: 3;
  border-bottom: 1px solid var(--gray-4);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  position: relative;
}

.accordion-title {
  width: 75%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.accordion-text {
  margin-top: 20px;
}

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

.order-confirmation {
  background-color: var(--gray-6);
  padding-top: 80px;
}

.block-header {
  border-style: none none solid;
  border-color: var(--gray-5);
  color: var(--black);
  padding: 20px;
}

.block-content {
  border: 1px #000;
}

.button-icon {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: grid;
  position: relative;
}

.button-icon:hover {
  background-color: var(--black);
  color: var(--white);
}

.order-summary {
  top: 100px;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.cms-product-list-2x {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cms-link-underline {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-thumb-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.product-thumb-3x {
  background-color: var(--gray-6);
  border-radius: 5px;
  width: 100%;
  height: 293px;
  position: relative;
  overflow: hidden;
}

.vertical-line-product-thumb {
  background-color: var(--gray-4);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% -20px 0% auto;
}

.underline-product-thumb {
  background-color: var(--gray-4);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cms-product-item {
  background-color: var(--gray-6);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.cms-product-item:hover {
  background-color: var(--gray-5);
}

.author-wrapper {
  align-items: center;
  font-size: 10px;
  display: flex;
}

.userpic {
  object-fit: cover;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.product-thumb-2x {
  background-color: var(--gray-6);
  border-radius: 8px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.cms-product-list-3x {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.title-product-thumb-3x {
  letter-spacing: -.01em;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-gray-1 {
  color: var(--black);
}

.rich-text-block {
  width: 70%;
}

.title-wrapper-underline {
  border-bottom: 1px solid var(--shadow);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
}

.title-1-shop {
  letter-spacing: -.04em;
  width: 100%;
  max-width: 60%;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

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

.cms-item-tag {
  margin-bottom: 5px;
  margin-right: 5px;
}

.search-result-wrapper {
  width: 100%;
  overflow: hidden;
}

.more-tags-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cms-copy {
  overflow: hidden;
}

.more-tags {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 600;
}

.breadcrumb {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  display: flex;
}

.breadcrumb-link {
  color: var(--green);
  position: relative;
  overflow: hidden;
}

.breadcrumb-separator {
  background-color: var(--gray-4);
  width: 1px;
  height: 15px;
  margin-right: 20px;
  transform: translate(10px)rotate(45deg);
}

.product-detail-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
}

.image {
  width: 100%;
}

.image-detail-wrapper {
  background-color: var(--gray-6);
  margin-bottom: 2px;
  padding: 10px;
}

.sticky-product-cart {
  background-color: var(--gray-6);
  padding: 20px;
  position: sticky;
  top: 100px;
}

.select-field {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 4px;
  min-height: 45px;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.product-subdetail {
  border-top: 1px solid var(--gray-4);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 12px;
  display: flex;
}

.author-product-detail {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.cms-list-categories {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-columns: 3fr auto auto;
}

.footer {
  background-color: var(--gray-6);
  width: 100%;
  margin-top: 1px;
  padding: 35px 80px 20px;
}

.footer-logo {
  width: 130px;
  margin-bottom: 20px;
}

.footer-lead {
  letter-spacing: -.01em;
  width: 100%;
  max-width: 400px;
  font-size: 15px;
  line-height: 1.3;
}

.footer-link {
  align-items: center;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: var(--green);
}

.footer-link-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-size: 14px;
}

.social-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.footer-sub {
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: flex;
}

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

.avatar-large {
  object-fit: cover;
  border-radius: 15px;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.button-apple-pay {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  transition: background-color .6s;
}

.button-apple-pay:hover {
  background-color: var(--blue);
}

.search {
  align-items: center;
  width: 100%;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

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

.card-left {
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  font-weight: 600;
}

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

.blog-main-image {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 540px;
}

.blog-body {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

._2-next-articles {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.author-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  font-size: 14px;
}

.pagination {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.price-field-wrapper {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 12px;
  display: flex;
}

.price-fix {
  background-color: var(--green);
  color: var(--white);
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 10px;
}

.search-navi {
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

._2-column {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
  / 1fr 1fr;
  width: 100%;
  position: relative;
}

.success {
  border: 1px solid var(--success);
  background-color: var(--success);
  color: var(--black);
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

.form-horizontal {
  display: flex;
  position: relative;
}

.rounded {
  border-radius: 8px;
  overflow: hidden;
}

.bg-blue {
  background-color: var(--blue);
}

.bg-green {
  background-color: var(--green);
  color: var(--white);
}

.bg-yellow {
  background-color: var(--yellow);
  color: var(--white);
}

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

.section-fullscreen {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 160px 80px 80px;
  display: flex;
  position: relative;
}

.image-hero-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.button-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.button-white-outlined {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border: 1px solid var(--bg-dark);
  color: var(--bg-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: box-shadow .6s;
  display: grid;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff4d;
}

.button-white-outlined:hover {
  box-shadow: inset 0 0 0 2px var(--white);
  color: var(--white);
}

.button-white-outlined.fade-in-1st {
  border-color: var(--white);
  color: var(--white);
}

.image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._3-column-no-gap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 70px;
  position: relative;
}

.gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #272d3da3 19%, #0000 83%, #272d3d8a 98%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._3-next-articles {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.card-1-large {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
  position: relative;
}

.card-1-large.bg-gray-6.v-space.fade-in-1st {
  margin-bottom: 0;
}

.card-1-large.bg-gray-6.v-space.fade-in-2nd, .card-1-large.bg-gray-6.fade-in-1st {
  background-color: #fff;
  border-radius: 20px;
}

.card-1-large.center.bg-gray-6.load-1st {
  border-radius: 20px;
  padding-bottom: 51px;
}

.card-1-large.bg-dark.fade-in-1st {
  background-color: var(--bg-dark);
}

.button-arrow-margin-left {
  border: 1px solid var(--bg-dark);
  text-shadow: none;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.title-centered-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 69px auto 30px;
  display: flex;
}

.button-black-outlined {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  box-shadow: inset 0 0 0 1px var(--shadow);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: box-shadow .6s;
  display: grid;
  position: relative;
}

.button-black-outlined:hover {
  box-shadow: inset 0 0 0 2px var(--green);
}

.icon-shape {
  text-align: center;
  background-image: url('../images/icon-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px;
  font-size: 32px;
  line-height: 1;
  display: flex;
}

.icon-shape.white {
  background-image: url('../images/icon-shape-white.svg');
}

.highlight-green {
  background-color: var(--success);
  color: var(--green);
}

.separator-white {
  color: #3043513d;
  background-color: #272d3d1c;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 20px;
}

.highlight-red {
  color: var(--red);
  background-color: #fa675c26;
}

.category-thumb-3x {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 423px;
  position: relative;
  overflow: hidden;
}

.text-green {
  color: var(--green);
}

.title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.member-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 800px;
  height: 120px;
  margin: 160px auto 80px;
}

.member-wrapper {
  z-index: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.member-wrapper:hover {
  z-index: 5;
}

.member-image {
  z-index: 0;
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  position: relative;
}

.tooltip {
  z-index: 10;
  border: 1px solid var(--shadow);
  background-color: var(--white);
  box-shadow: 0 4px 10px 0 var(--shadow);
  text-align: center;
  border-radius: 8px;
  width: 250px;
  padding: 10px 15px;
  font-size: 14px;
  position: absolute;
  bottom: 110px;
}

.align-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bg-white {
  background-color: var(--white);
  color: var(--black);
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.mask-50 {
  width: 50%;
  margin-left: 25%;
  overflow: visible;
}

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

.slide-right-20 {
  margin-right: 20px;
}

.rounded-small {
  border-radius: 5px;
  overflow: hidden;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0;
  font-size: 4px;
  display: flex;
}

.slider-arrow {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--shadow), 0 0 20px 0 var(--shadow);
  color: var(--black);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  transition: box-shadow .6s;
  top: -40px;
}

.slider-arrow:hover {
  box-shadow: inset 0 0 0 2px var(--green), 0 4px 0 0 var(--shadow);
}

._2-column-no-gap {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.caption.text-green {
  margin-top: 11px;
}

.min-height-image {
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.bg-black {
  background-color: var(--bg-black);
  color: var(--white);
}

._3-column {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.bottom-padding-small {
  padding-bottom: 40px;
}

.bottom-padding-small.fade-in-1st {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.step-square {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-fix {
  background-color: var(--gray-6);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._4-column {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.text-black {
  color: var(--black);
}

._2-column-large-gap {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

._2-column-large-gap.container {
  padding-top: 0;
}

.section-hero {
  width: 100%;
  padding-top: 240px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.section-hero.bg-gray-6 {
  padding-top: 201px;
}

.section-hero.container.center {
  background-color: #0000;
  padding: 170px 0 0;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.team-image.rounded-small {
  height: 350px;
  margin-bottom: 20px;
  padding-top: 0;
}

.tabs-pricing-switch {
  background-color: var(--gray-5);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

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

.tab-link-switch {
  color: var(--gray-1);
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 14px;
  display: flex;
}

.tab-link-switch.w--current {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--gray-3), 0 1px 0 0 var(--shadow);
  color: var(--black);
  font-weight: 500;
}

.pricing-percent {
  color: var(--green);
  margin-left: 5px;
  font-size: 10px;
  font-weight: 500;
}

.title-pricing-2 {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.check-grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.check-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.1;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

._4-column-small-gap {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.outline {
  box-shadow: inset 0 0 0 1px var(--shadow);
}

.avatar-info-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.avatar-circle {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.logo-avatar-circle {
  box-shadow: 0 0 0 4px var(--white);
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-left: -10px;
}

.avatar-info {
  font-size: 14px;
  line-height: 1.25;
}

.width-75-center {
  width: 75%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.opacity-50 {
  opacity: .5;
}

.pricing-feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: -20px;
  margin-right: -20px;
}

.pricing-feature-check-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-feature-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  padding: 20px;
}

.pricing-feature-column:hover {
  background-color: var(--gray-6);
}

.pricing-feature-column.sticky-item {
  z-index: 5;
  border-bottom: 1px solid var(--shadow);
  background-color: var(--white);
  border-radius: 0;
  position: sticky;
  top: 79px;
}

.pricing-feature-check {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 36px;
  display: flex;
}

.slide-tab {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.slide-tab.w--current {
  color: var(--black);
  background-color: #0000;
}

.tabs-hero-slider {
  width: 100%;
  height: 85vh;
  display: flex;
}

.tab-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tabs-hero-image {
  z-index: 0;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.tab-pane-hero {
  color: #fff;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 80px 80px 160px;
}

.tab-line-bg {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.tabs-content-hero {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  display: flex;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  width: 50vw;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-hero-title {
  z-index: 5;
  color: var(--black);
  text-align: left;
  letter-spacing: -.02em;
  text-shadow: none;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.tabs-hero-info {
  z-index: 5;
  text-shadow: 2px 2px 13px #00000059;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 114px;
  display: flex;
  position: relative;
}

.title-0 {
  letter-spacing: -.05em;
  max-width: 900px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
}

.sticky-top-25 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 25vh;
}

.anchor-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area Area-2"
                 ". ."
                 ". ."
                 / auto 40px;
  position: relative;
}

.anchor-tab-year {
  color: var(--gray-4);
  cursor: auto;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.anchor-tab-year.w--current {
  color: var(--black);
  font-weight: 700;
}

.anchor-tab-point {
  text-align: center;
  cursor: auto;
  background-image: url('../images/year-point-inactive.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
}

.anchor-tab-point.w--current {
  background-image: url('../images/year-point-active.svg');
  background-size: 16px;
}

.timeline-grid {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.achor-year {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 40px;
}

.year-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray-4);
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 2px;
  margin-right: 19px;
  display: block;
  position: absolute;
  inset: 15px 0% 20px auto;
}

._2-column-small-gap {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.timeline-items-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.timeline-item {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.bg-bottom-50 {
  z-index: 0;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.numbers-2-medium {
  letter-spacing: -.02em;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

._4-column-stats {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-vertical-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: absolute;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  width: 20px;
  height: 20px;
}

._2-column-1-to-2 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  position: relative;
}

.testimonial-vertical-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.white-gradient-bottom {
  z-index: 10;
  background-image: linear-gradient(#fff0, #fff 50%);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.white-gradient-top {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--white) 50%, #fff0);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-vertical-section {
  align-items: center;
  width: 100%;
  min-height: 90vh;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-column-1-to-2-large-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

.testimonial-vertical-2-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  width: 100%;
}

.link-outline {
  box-shadow: inset 0 0 0 1px var(--shadow);
  transition: box-shadow .6s;
}

.link-outline:hover {
  box-shadow: inset 0 0 0 2px var(--green);
}

.step-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.badge-content {
  background-color: var(--gold);
  color: var(--yellow);
  text-transform: uppercase;
  border-radius: 3px;
  margin-right: -11px;
  padding: 2px 22px 2px 9px;
  font-size: 12px;
  font-weight: 700;
}

.steps-title {
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.step-line {
  width: 100%;
  margin: -20px auto;
  padding-left: 30%;
  padding-right: 30%;
  position: relative;
}

.step-line-middle {
  width: 100%;
  margin: -20px auto 10px;
  padding-left: 30%;
  padding-right: 30%;
  position: relative;
}

.last-step {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-outline-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.card-outline-2 {
  border-left: 1px solid var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.card-outline-3 {
  border-top: 1px solid var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.card-outline-4 {
  border-top: 1px solid var(--shadow);
  border-left: 1px solid var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.button-arrow {
  width: 18px;
  height: 18px;
}

.image-top {
  margin-bottom: 20px;
}

.section-center-min-70 {
  color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 70vh;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-150 {
  font-size: 150%;
}

.section-top-shift {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

._2-column-2-to-1 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  position: relative;
}

.text-red {
  color: var(--red);
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  place-items: center stretch;
  width: 100%;
}

.image-press-quote {
  opacity: .4;
  object-fit: contain;
}

.card-2-medium {
  border-radius: 8px;
  padding: 40px;
  overflow: hidden;
}

.card-2-medium.bg-white.width-75-center {
  background-color: var(--white);
  margin-top: 0;
}

.v-space {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.v-elements {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.v-elements.fade-in-1st {
  grid-template-columns: minmax(auto, .25fr) minmax(auto, .5fr);
}

.v-elements.fade-in-3rd {
  grid-template-columns: minmax(auto, .5fr) auto;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.bg-light-red {
  background-color: var(--error);
}

.feature-wrapper {
  max-width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.product-thumb-wrapper {
  width: 100%;
  height: 100%;
  min-height: 75vh;
  position: relative;
  overflow: hidden;
}

.image-wrapper-l {
  height: 600px;
  overflow: hidden;
}

._3-column-auto {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab-link-video {
  border: 2px solid var(--white);
  background-color: #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 180px;
  height: 120px;
  padding: 15px 15px 0;
  transition: border-color .3s;
  display: flex;
  overflow: hidden;
}

.tab-link-video.w--current {
  border: 2px solid var(--green);
  background-color: #000;
}

.tab-link-play {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.tabs-menu-video {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.tab-video-thumb-description {
  color: var(--white);
  width: 80%;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.tabs-content-video {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.lightbox-link-video {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 650px;
  padding: 40px;
  display: flex;
}

.lightbox-play {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.text-block {
  position: relative;
}

.lightbox-play-wrapper {
  z-index: 2;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-blue {
  color: var(--blue);
}

.text-link-green {
  border-bottom: 1px solid var(--success);
  color: var(--green);
  transition: border-color .6s;
}

.text-link-green:hover {
  border-bottom-color: var(--green);
}

.logo-integrations-detail {
  background-color: var(--gray-6);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.sticky-detail {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 160px;
}

.links-integration {
  border-top: 1px solid var(--shadow);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.integrations-detail-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

.logo-integrations-thumb {
  background-color: var(--gray-5);
  border-radius: 5px;
  width: 70px;
  margin-bottom: 40px;
}

.logo-integrations-thumb.bg-white {
  background-color: var(--white);
}

.thumb-description {
  line-height: 1.2;
}

.cms-list-3x {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cms-padding-top-5 {
  width: 100%;
  padding-top: 5px;
  overflow: hidden;
}

.map-location-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-location {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 0;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-location.usa {
  background-color: var(--teal);
  top: 30%;
  left: 20%;
}

.map-location.uk {
  background-color: var(--teal);
  top: 12%;
  left: 49%;
}

.map-location.germany {
  background-color: var(--teal);
  top: 20%;
  left: 52%;
}

.map-location.france {
  top: 23%;
  left: 40%;
}

.map-location.russia {
  background-color: var(--teal);
  top: 28%;
  left: 48%;
}

.map-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cms-item-stretch {
  display: flex;
}

.link-bg {
  background-color: var(--white);
  transition: background-color .6s;
}

.link-bg:hover {
  background-color: var(--gray-6);
}

.tab-link-v-progress {
  color: var(--black);
  background-color: #0000;
  align-items: stretch;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tab-link-v-progress.w--current {
  opacity: 1;
  background-color: #0000;
}

.tabs-menu-v-progress {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  width: 33.3%;
  margin-left: 20px;
  display: grid;
}

.tab-line-bg-v-progress {
  background-color: var(--shadow);
  width: 2px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.tab-line-vertical {
  background-color: var(--black);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-link-active-info {
  line-height: 1.25;
  position: relative;
  overflow: hidden;
}

.tabs-v-progress {
  width: 100%;
  display: flex;
}

.tabs-content-v-progress {
  flex: 1;
}

.image-wrapper-hero-center {
  border-bottom: 1px solid var(--shadow);
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.product-image {
  z-index: 10;
  width: 30%;
  position: absolute;
  inset: auto -40px -40px auto;
}

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

.hover-effect {
  transform-origin: 50%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.hover-effect.hover {
  transform-origin: 0%;
  color: var(--black);
  text-align: left;
  width: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.tab-pane-horizontal {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.image-50-shift-top {
  width: 50%;
  margin-top: -80px;
}

.tab-link-large {
  z-index: 10;
  color: var(--shadow);
  letter-spacing: -.04em;
  background-color: #0000;
  padding: 0 10px 0 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
}

.tab-link-large.w--current {
  color: var(--black);
  background-color: #0000;
}

.rating-stars {
  width: 100px;
  margin-bottom: 10px;
}

.moving-list-wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.moving-card-1 {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.moving-card-2 {
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 12.5%;
}

.moving-card-3 {
  z-index: 3;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 25%;
}

.moving-card-4 {
  z-index: 4;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 37.5%;
}

.moving-card-5 {
  z-index: 5;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
}

.moving-wrapper {
  z-index: 5;
  width: 200%;
  display: flex;
  position: relative;
}

.moving-content {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.moving-card {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.moving-card-shift {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 60px 10px 10px;
}

.moving-content-section {
  width: 100%;
  margin-top: 2px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.card-min-height {
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(#00000040, #0000 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.phone-bg {
  background-image: url('../images/iphone_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.phone-card {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.product-info-thumb {
  width: 75%;
  padding-bottom: 80px;
}

.form-centered {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrapper-shift-top {
  margin-top: -120px;
  margin-bottom: -80px;
}

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

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

.post-thumb {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.post-thumb-feature {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cms-list-100 {
  width: 100%;
  height: 100%;
}

.feature-2-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.feature-image-top {
  object-fit: fill;
  margin-top: -80px;
  margin-bottom: 60px;
}

.long-form-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.long-form {
  width: 100%;
  margin-bottom: 0;
}

.select-field-underlined {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--shadow);
  background-color: #0000;
  min-height: 50px;
  margin-bottom: 0;
  padding: 15px 0;
  transition: background-color .4s;
}

.select-field-underlined:hover {
  border-bottom-color: var(--gray-1);
}

.select-field-underlined:focus {
  border-bottom-color: var(--green);
}

.text-field-underlined {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--shadow);
  background-color: #0000;
  min-height: 50px;
  margin-bottom: 0;
  padding: 15px 0;
  transition: border-color .4s;
}

.text-field-underlined:hover {
  border-bottom-color: var(--gray-1);
}

.text-field-underlined:focus {
  border-bottom-color: var(--green);
}

.text-field-underlined::placeholder {
  color: var(--gray-1);
}

.text-field-underlined.area {
  min-height: 130px;
}

.text-field-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.contact-checkbox-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.checkbox-field-box {
  background-color: var(--gray-6);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.checkbox-absolute {
  z-index: 10;
  opacity: .5;
  cursor: pointer;
  background-image: url('../images/check-circle-standard.svg');
  background-position: 92% 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: background-position .4s;
  position: absolute;
  inset: 0%;
}

.checkbox-absolute:hover {
  opacity: 1;
}

.checkbox-absolute.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/check-circle-checked.svg');
  background-position: 92% 90%;
  background-size: 20px;
}

.checkbox-absolute.w--redirected-focus {
  box-shadow: none;
  opacity: 1;
}

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

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

.post-thumb-space-top {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 500px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.pagination-button {
  z-index: 5;
  box-shadow: inset 0 0 0 1px var(--shadow);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: box-shadow .6s;
  display: flex;
  position: relative;
}

.pagination-button:hover {
  box-shadow: inset 0 0 0 2px var(--green);
}

.pagination-arrow {
  position: relative;
  top: -1px;
}

.pagination-left {
  width: 33.3%;
  display: flex;
}

.page-count {
  width: 100px;
  margin-top: 0;
  font-size: 12px;
}

.pagination-right {
  justify-content: flex-end;
  width: 33.3%;
  display: flex;
}

.cms-customer-list {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-thumb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 60px 60px auto;
  grid-template-columns: 1fr;
}

.customer-testimonial {
  z-index: 5;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: relative;
}

.customer-info-testimonial {
  border-top: 1px solid var(--shadow);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.25;
  display: flex;
}

.customer-info-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.customer-thumb-logo {
  background-color: var(--gray-6);
  height: 40px;
}

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

.customer-profile-top {
  color: var(--white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.customer-main-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.customer-logo-post {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 3px;
  width: 100px;
  margin-bottom: 80px;
  padding: 5px 10px;
}

.customer-main-image {
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.container-customer-profile {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.thumb-category-wrap {
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.link-block {
  color: var(--green);
  position: relative;
  overflow: hidden;
}

.section-hero-no-sides {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 160px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.section-hero-no-sides.bg-gray-6.bottom-padding {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 19px;
}

.image-wrapper-blog-main {
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

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

.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.link-post-thumb {
  margin-bottom: 80px;
}

.feature-post-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.customer-card {
  box-shadow: inset 0 0 0 1px var(--shadow);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 20px 10px;
  transition: box-shadow .6s;
  display: flex;
  position: relative;
}

.customer-card:hover {
  box-shadow: inset 0 0 0 2px var(--green);
}

.customer-brief {
  color: var(--black);
  text-align: center;
  letter-spacing: -.01em;
  width: 75%;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 130%;
  font-weight: 400;
  line-height: 1.3;
}

.link-thumb {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-thumb-3x {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.badge {
  z-index: 10;
  background-color: var(--green);
  color: var(--white);
  border-radius: 2px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.cms-blog-list-3x {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template: "Area-2"
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cms-blog-list-2x {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-thumb-2x {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.category-thumb-2x {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.blog-grid-sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, .33fr);
}

.tag-link {
  background-color: var(--gray-6);
  box-shadow: inset 0 0 0 1px var(--gray-5);
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  transition: box-shadow .6s;
  display: inline-block;
}

.tag-link:hover {
  box-shadow: inset 0 0 0 1px var(--green);
}

.cms-tag-list {
  flex-wrap: wrap;
  display: flex;
}

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

.search-wrapper-sidebar {
  background-color: var(--gray-6);
  border-radius: 8px;
  padding: 20px;
}

.link-blog-thumb {
  letter-spacing: -.02em;
  width: 100%;
  max-width: 600px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  transition: color .3s;
  position: relative;
}

.link-blog-thumb:hover {
  color: var(--green);
}

._3-column-feature {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--red);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.thumb-post-featured {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gray-6);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.feature-hero {
  width: 100%;
  margin-top: 2px;
  position: relative;
}

.benefit-price-card {
  background-color: var(--green);
  color: var(--dark-green);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 80px 40px 25%;
  display: flex;
  position: relative;
}

.price-number {
  color: var(--white);
  letter-spacing: -.04em;
  max-width: 600px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.text-dark-green {
  color: var(--dark-green);
}

.separator-benefit {
  background-color: #14443c26;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.benefit-price {
  width: 100%;
  margin-bottom: 80px;
}

.image-pricebox-left {
  object-position: 0% 100%;
  width: 20%;
  height: 100%;
  padding-top: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon-shape-small {
  text-align: center;
  background-image: url('../images/icon-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding: 12px;
  font-size: 24px;
  line-height: 1;
  display: flex;
}

.numbers-circle-small {
  background-color: var(--green);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.speech-bubble-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.speech-bubble-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.speech-bubble-userpic-left {
  object-fit: cover;
  border-radius: 8px 8px 0;
  width: 40px;
  height: 40px;
}

.speech-bubble-right {
  background-color: var(--gray-6);
  box-shadow: none;
  color: var(--black);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px;
  font-size: 14px;
  position: relative;
}

.speech-bubble-left {
  background-color: var(--gray-6);
  box-shadow: none;
  border-radius: 8px 8px 0;
  padding: 20px;
  font-size: 14px;
  position: relative;
}

.speech-bubble-userpic-right {
  object-fit: cover;
  border-radius: 8px 8px 8px 0;
  width: 40px;
  height: 40px;
}

._2-column-large-row {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.bg-top-50 {
  z-index: 0;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.about-map-grid {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/world-dotted.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.numbers-1-large {
  color: var(--black);
  letter-spacing: -.06em;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.card-large-shadow {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 10px #00000008;
}

.section-no-top-margin {
  width: 100%;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.section-no-top-margin.bg-gray-6 {
  padding-top: 50px;
}

.bottom-padding-mini {
  padding-bottom: 20px;
}

.image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-gray-outline {
  border: 3px solid var(--gray-6);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.heading-image-grid {
  color: var(--black);
  letter-spacing: -.02em;
  width: 100%;
  max-width: 600px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.bg-dark {
  background-color: var(--bg-dark);
  color: var(--white);
}

.feature-2-column-2-to-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.feature-2-column-1-to-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer-grid-2x2 {
  grid-column-gap: 20px;
  grid-row-gap: 80px;
}

.footer-link-white-big {
  color: var(--white);
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.footer-space-bottom {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  position: relative;
}

.footer-text-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-size: 14px;
}

.text-link-gray {
  color: var(--gray-1);
  transition: color .2s;
}

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

.footer-subtext-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-top: 5px;
}

.text-field {
  background-color: var(--bg-dark);
  color: var(--white);
  border: 1px #000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field:focus {
  color: var(--white);
}

.text-field::placeholder {
  color: var(--gray-1);
}

.submit-button-fix {
  z-index: 5;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: flex;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.submit-button-fix:hover {
  background-color: var(--black);
  color: var(--white);
}

.form-block-margin {
  width: 100%;
  margin-bottom: 40px;
}

.social-button-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.link-opacity {
  opacity: 1;
  transition: opacity .2s;
}

.link-opacity:hover {
  opacity: .7;
}

.dark-footer {
  background-color: var(--bg-black);
  color: var(--white);
  margin-top: 1px;
}

.webflow-white {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-2-to-1-large-gap {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  position: relative;
}

.grid-author-top-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--shadow);
  grid-template-rows: auto;
  grid-template-columns: 40px auto;
  margin-top: 20px;
  padding-top: 10px;
}

.card-intro {
  background-color: var(--gray-5);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.intro-thumb {
  margin-bottom: 20px;
}

.intro-grid {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.intro-title {
  z-index: 5;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.webflow-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-bottom: 20px;
}

.text-lead-intro {
  letter-spacing: -.01em;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.3;
}

.shadow-outside {
  box-shadow: 0 4px 30px 2px #0000000a;
}

.number-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  margin-bottom: 10px;
}

.icon-text-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

._1-column-small-gap {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.icon-space-bottom {
  margin-bottom: 15px;
}

.update-grid-sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .33fr) 1fr;
}

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

.bg-dark-green {
  background-color: var(--dark-green);
  color: var(--white);
}

.lightbox-bg-video {
  color: var(--white);
  align-items: center;
  width: 75%;
  min-width: 800px;
  max-width: 1280px;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-image-grayscale {
  z-index: 0;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.lightbox-quote-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.lightbox-quote {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 24px;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(135deg, #a1c4fd, var(--green));
  opacity: .9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._3-column-line-top {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--shadow);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 50px;
  position: relative;
}

._3-column-line-top.fade-in-1st {
  grid-column-gap: 17px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 26px;
}

.tab-link-image {
  opacity: .5;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 15px;
  transition: box-shadow .3s;
  display: flex;
}

.tab-link-image.w--current {
  box-shadow: inset 0 0 0 1px var(--shadow);
  opacity: 1;
  background-color: #0000;
}

.instagram-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

._6-column-small-gap {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.tab-link-image-small {
  opacity: .5;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: background-color .3s, box-shadow .3s;
  display: flex;
}

.tab-link-image-small.w--current {
  background-color: var(--shadow);
  box-shadow: inset 0 0 0 1px var(--shadow);
  opacity: 1;
}

.separator-wrapper-top {
  border-top: 1px solid var(--shadow);
  padding-top: 40px;
}

.gray-footer {
  background-color: var(--white);
  margin-top: 1px;
}

.footer-link-black-big {
  color: var(--black);
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.text-field-white {
  background-color: var(--shadow);
  box-shadow: inset 0 0 0 1px var(--shadow);
  color: var(--black);
  border: 1px #000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .4s;
}

.text-field-white:hover {
  box-shadow: inset 0 0 0 1px var(--gray-1);
}

.text-field-white:focus {
  box-shadow: inset 0 0 0 1px var(--green);
  color: var(--black);
}

.text-field-white::placeholder {
  color: var(--gray-1);
}

.webflow-black {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.privacy-check-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox {
  border-color: var(--gray-4);
  transition: border-color .4s;
}

.checkbox:hover {
  border-color: var(--gray-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--green);
  background-color: var(--green);
}

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

._3-column-small-gap {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

._1-column-small-gap-2-tablet {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.h-space-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.star-grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 7px;
}

.blog-main-info {
  background-color: var(--gray-6);
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.blog-post-author {
  text-align: left;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-post-userpic {
  object-fit: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.button-facebook {
  background-color: #4367b0;
  border-radius: 100px;
}

.button-twitter {
  background-color: #25a0ef;
  border-radius: 100px;
}

.button-linkedin {
  background-color: #3375b0;
  border-radius: 100px;
}

.tag-text {
  background-color: var(--gray-6);
  box-shadow: inset 0 0 0 1px var(--gray-5);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  transition: box-shadow .6s;
  display: inline-block;
}

.map {
  height: 60vh;
}

.v-space-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-bottom: 30px;
}

.pricing-grid {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  position: relative;
}

.price-wrapper-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 40px -40px -40px;
  padding: 40px;
  display: grid;
}

.image-3 {
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
  margin-bottom: 20px;
  overflow: hidden;
}

.bg-light-blue {
  background-color: var(--info);
}

.button-white {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: grid;
  position: relative;
}

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

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

.logo-partner {
  opacity: .25;
  margin: 15px;
  transition: opacity .4s;
}

.logo-partner:hover {
  opacity: 1;
}

.cms-team-list {
  grid-column-gap: 9px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.team-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area-1 Area-1 Area-1 Area-1 . ."
                 "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
                 "Area-1 Area-1 Area-1 Area-1 Area-2 Area-2"
                 ". Area-3 Area-3 Area-4 Area-4 ."
                 ". Area-3 Area-3 Area-4 Area-4 ."
                 ". . . Area-4 Area-4 ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

._2-column-lists {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.career-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 40px;
  display: grid;
  overflow: hidden;
}

.careers-cms-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.h-left {
  margin-bottom: 30px;
  display: flex;
}

._3-column-stats {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-no-top-padding {
  width: 100%;
  margin-top: 2px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.numbers-3-small {
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-thumb-3x {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.team-post-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.tabs-content-vertical {
  flex: 1;
}

.tab-link-underline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--shadow);
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  font-weight: 500;
  display: grid;
}

.tab-link-underline.w--current {
  background-color: var(--gray-6);
}

.tabs-menu-vertical-right {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.tabs-menu-vertical-left {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.tabs-space-reverse {
  justify-content: space-between;
  display: flex;
}

.intro-grid-main {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

.navbar-white-sticky {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
}

.cms-list-2x-large-gap {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.team-thumb-2x {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.story-logo-inside {
  z-index: 5;
  background-color: var(--white);
  object-fit: contain;
  border-radius: 5px;
  width: 100px;
  height: 50px;
  padding: 5px;
  position: absolute;
  inset: auto auto 10px 10px;
}

.highlight-blue {
  color: var(--green);
  background-color: #48c0ef17;
}

.highlight-yellow {
  background-color: var(--gold);
  color: var(--yellow);
}

.pricing-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-outline {
  border: 2px solid var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.title-pricing-1 {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-card-outline-right {
  text-align: center;
  border: 2px solid #fff3;
  border-left-style: none;
  border-radius: 0 8px 8px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.pricing-card-outline-left {
  text-align: center;
  border: 2px solid #ffffff4d;
  border-right-style: none;
  border-radius: 8px 0 0 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.opacity-30 {
  opacity: .3;
}

.check-grid-large-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.1;
}

.text-yellow {
  color: var(--yellow);
}

.laptop-content-wrapper {
  z-index: 10;
  position: absolute;
  inset: 5.5% 12.2% 27.3%;
}

.hover-bg {
  border-radius: 1000px;
  width: 0%;
  height: 0%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.lightbox-link-laptop {
  background-image: url('../images/posing-against-dark-blue-feature-wall.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.play-button {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.laptop-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-stars-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.button-small {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #48c0ef;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 4.25fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: grid;
  position: relative;
}

.button-small:hover {
  background-color: var(--black);
  color: var(--white);
}

.dropdown-toggle-nav {
  align-items: center;
  height: 100%;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.nav-product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.nav-v-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 30px;
}

.nav-v-grid.top-line {
  border-top: 1px solid var(--shadow);
}

.nav-link-with-icon {
  align-items: center;
  display: flex;
}

.nav-icon {
  float: left;
  clear: none;
  background-color: var(--gray-6);
  object-fit: cover;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 5px;
}

.dropdown-list-nav {
  background-color: var(--white);
  border-radius: 0 0 8px 8px;
  width: 700px;
  margin-left: -300px;
  overflow: hidden;
}

.dropdown-list-nav.w--open {
  box-shadow: 0 10px 30px 2px #0000000f;
}

.nav-menu-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav-menu-center {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-title {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.nav-menu-text {
  color: var(--gray-1);
  font-size: 12px;
  line-height: 16px;
}

.navbar-functions-center {
  flex: 1;
}

.image-wrapper-hero {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav-grid-no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  height: 100%;
}

.nav-dropdown-wrapper {
  display: flex;
  position: relative;
}

.dropdown-list-nav-small {
  background-color: var(--white);
  border-radius: 0 0 8px 8px;
  width: 400px;
  margin-left: -150px;
  overflow: hidden;
}

.dropdown-list-nav-small.w--open {
  width: 250px;
  margin-left: -50px;
  box-shadow: 0 10px 30px 2px #0000000f;
}

.nav-promo-grid {
  clear: none;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr;
  padding: 0;
  display: block;
}

.nav-link-promo {
  padding: 30px;
}

.nav-link-promo.bg-gray-6 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 30px;
  padding-right: 30px;
  display: block;
}

.nav-icon-promo {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
}

.demo-column-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 16px;
}

.class {
  color: #fff;
  background-color: #0071e3;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.demo-box {
  background-color: var(--gray-6);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  overflow: hidden;
}

.image-size-medium {
  z-index: 5;
  width: 100%;
  height: 256px;
  position: relative;
  overflow: hidden;
}

.image-description {
  z-index: 1;
  color: #1d1d1f;
  background-color: #fff;
  border-radius: 2px;
  max-width: 75%;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  inset: auto auto 8px 8px;
}

.image-cover-shape {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-image {
  width: 32px;
  height: 32px;
}

.integrations-button {
  z-index: 5;
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: grid;
  position: relative;
}

.integrations-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-link-white {
  color: var(--white);
  border-bottom: 1px solid #ffffff26;
  transition: border-color .6s;
}

.text-link-white:hover {
  border-bottom-color: var(--white);
}

.share-buttons-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.blog-sub-info {
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.team-member-header {
  border-bottom: 1px solid var(--shadow);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 20px;
  display: flex;
}

.team-avatar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  margin-bottom: 40px;
}

.button {
  z-index: 5;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

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

.discounts {
  border-style: none none solid;
  border-color: var(--gray-5) var(--gray-5) var(--gray-6);
  color: var(--black);
  margin-bottom: 20px;
  padding: 20px;
}

.button-apply {
  z-index: 5;
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.button-apply:hover {
  background-color: var(--black);
  color: var(--white);
}

.discount-title {
  flex: 0 100%;
  margin-bottom: 10px;
}

.quantity {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 4px;
  width: 100%;
  height: 45px;
}

.protect-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--shadow);
  background-color: #0000;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 15px 0;
  transition: border-color .4s;
}

.protect-text-field:hover {
  border-bottom-color: var(--gray-1);
}

.protect-text-field:focus {
  border-bottom-color: var(--green);
}

.protect-text-field::placeholder {
  color: var(--gray-1);
}

.text-link-gray-2 {
  color: var(--gray-1);
  transition: color .2s;
}

.text-link-gray-2:hover {
  color: var(--black);
}

.section-hero-map {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}

.section-hero-full-bg {
  margin-left: -20px;
  margin-right: -20px;
  padding: 160px 80px 40px;
  position: relative;
}

.caption-space-bottom {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.section-hero-no-sides-tablet {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 160px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.bg-red {
  background-color: var(--red);
  color: var(--white);
}

.cms-featured-product {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-featured-product {
  z-index: 5;
  background-color: var(--gray-6);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 80px;
  display: flex;
  position: relative;
}

.image-hero-wrapper-full {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-link-alone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px 0 0;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-alone:hover, .nav-link-alone.w--current {
  color: var(--green);
}

.colour-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 100px;
  width: 100%;
}

.bg-light-green {
  background-color: var(--success);
}

.licensing-thumb {
  object-fit: contain;
  height: 200px;
  margin-bottom: 20px;
}

.licensing-font {
  background-color: var(--gray-6);
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

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

.cms-product-link {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-wrapper {
  align-items: center;
  font-size: 10px;
  display: flex;
}

.price {
  background-color: var(--green);
  color: var(--white);
  border-radius: 2px;
  margin-right: 4px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 500;
}

.compare-price {
  background-color: var(--gray-2);
  color: var(--white);
  border-radius: 2px;
  margin-right: 4px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-cms-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.success-dark {
  border: 1px solid var(--success);
  background-color: var(--success);
  color: var(--white);
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

.error-dark {
  border: 1px solid var(--error);
  background-color: var(--error);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

.section-post-hero {
  width: 100%;
  padding-top: 120px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.image-4 {
  max-width: 100%;
}

.bold-text, .bold-text-2 {
  letter-spacing: 0;
}

.section-2 {
  float: none;
  clear: none;
  margin-top: 111px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.bold-text-3 {
  color: var(--bg-dark);
  text-align: left;
  text-shadow: none;
  font-weight: 500;
}

.bold-text-4 {
  color: var(--white);
}

.icon-161 {
  margin-right: 0;
}

.image-5 {
  margin-left: 20px;
  padding-left: 0;
}

.italic-text, .text-block-2 {
  color: var(--bg-dark);
  text-shadow: none;
}

.image-6 {
  margin-top: 26px;
}

.div-block-22-copy {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: inline-block;
  position: static;
}

.mobile-logo {
  z-index: auto;
  background-color: #0e121c;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding: 10px 12px 10px 0;
  display: block;
  position: absolute;
  inset: 2% 0% auto 10%;
}

.header-vid-2 {
  z-index: 2;
  background-color: var(--gray-1);
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.header-vid-3 {
  z-index: 2;
  background-color: var(--white);
  color: var(--gray-2);
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.columns {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 40px;
  flex: 1;
  align-self: center;
  width: 94%;
  height: 80vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.banner-header-ccopy-mobile {
  color: #0e121c;
  letter-spacing: -2px;
  text-shadow: -5px 4px #fff75a;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  font-weight: 800;
  line-height: 5vw;
}

.header-vid-1 {
  z-index: 2;
  background-color: var(--gray-1);
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.banner-header {
  color: #0e121c;
  text-align: left;
  letter-spacing: -2px;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 5vw;
  position: static;
}

.get-in-touch-homepage {
  background-color: var(--green);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 20px;
  align-self: flex-start;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
  position: relative;
}

.get-in-touch-homepage:hover {
  background-color: var(--black);
  color: var(--white);
  border: 1px #0000;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-large-top {
  color: #0e121c;
  text-align: left;
  align-self: flex-start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.header-vid-4 {
  z-index: 2;
  background-color: var(--gray-1);
  border-radius: 0;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.column-3 {
  background-color: var(--white);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5vw;
  padding-right: 60px;
  display: flex;
  top: 0;
}

.mobile-logo-div {
  display: none;
}

.button-text {
  border-bottom: 0 #000;
  order: -1;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-22 {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  display: inline-block;
  position: static;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: block;
}

.top-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.top-section.center {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  border-radius: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-top: 12vh;
  margin-bottom: 5vh;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.mobile-videos {
  display: none;
}

.image-7 {
  clear: none;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
  position: static;
}

.lottie-animation {
  background-color: var(--white);
}

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

.image-8 {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 0;
}

.paragraph {
  background-color: #0000;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.link {
  text-align: left;
  font-size: 36px;
}

.image-9 {
  z-index: 5;
  clear: none;
  object-fit: fill;
  margin-left: 0;
  display: block;
  position: relative;
  left: auto;
  overflow: visible;
}

.image-10 {
  margin-top: 23px;
}

.paragraph-3 {
  margin-top: 10px;
}

.ck-button__txt {
  color: var(--white);
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: var(--info);
  color: var(--gray-1);
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-txt-link {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  color: #515750;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-button-w {
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  background-color: var(--white);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  background-color: var(--gray-6);
  color: var(--white);
  transform: rotate(-45deg);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-modal__exit-btn {
  background-color: var(--blue);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
  top: 1rem;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.image-11 {
  max-width: 50%;
  margin-bottom: 20px;
}

.image-12 {
  max-width: 90%;
}

.image-13 {
  padding-bottom: 15px;
}

.button-small-dark {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 4.25fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: grid;
  position: relative;
}

.button-small-dark:hover {
  background-color: var(--green);
  color: var(--white);
}

.bold-text-5 {
  font-size: 115%;
}

.card-1-large-copy {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
  position: relative;
}

.card-1-large-copy.bg-gray-6.v-space.fade-in-2nd, .card-1-large-copy.bg-gray-6.fade-in-1st {
  background-color: #fff;
  border-radius: 20px;
}

.card-1-large-copy.center.bg-gray-6.load-1st {
  border-radius: 20px;
  padding-bottom: 51px;
}

.card-1-large-copy.bg-dark.fade-in-1st {
  background-color: var(--bg-dark);
}

.card-1-large-copy.bg-gray-6-copy {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-1-large-copy.bg-gray-6-copy.v-space.fade-in-2nd, .card-1-large-copy.bg-gray-6-copy.fade-in-1st {
  background-color: #fff;
  border-radius: 20px;
}

._2-column-copy {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area"
  / 1fr;
  width: 100%;
  position: relative;
}

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

.section-3 {
  margin-top: 64px;
  padding-top: 0;
}

.accordion-toggle {
  display: block;
}

.cloneable-container-default {
  background-color: var(--white);
  color: var(--gray-6);
  border-radius: 20px;
  min-height: 624px;
  padding: 100px 40px;
  transform: translate(0);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #f8f9fa;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.accordion-item---brix.accordion-3---brix {
  background-color: #f8f9fa;
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-paragraph---brix {
  color: #9aabb8;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Pt root ui, sans-serif;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  margin-top: 24px;
}

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

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: var(--white);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-columns-wrapper---brix.preview-page {
  justify-content: flex-start;
  align-self: auto;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

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

.accordion-3-open-close-icon-wrapper---brix-2 {
  background-color: var(--white);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-paragraph---brix-2 {
  color: #9aabb8;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 16px;
}

.accordion-ti {
  background-color: var(--gray-6);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 0 32px 0 0;
  font-size: 22px;
  font-weight: 500;
}

.accordion-ti.dd {
  padding: 30px;
}

.faq-trigger-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-trigger-1.accordion-trigger---brix1 {
  align-items: center;
}

.accordion-i {
  font-size: 22px;
  font-weight: 500;
}

.accordion-i._1.d {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.collection-list {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.p2.faq-response {
  color: #9aabb8;
  margin-top: 0;
  padding-top: 16px;
  padding-right: 42px;
}

.p2.faq-response.accordion-paragraph---brix-2 {
  padding-top: 10px;
}

.accordion-trigger---brix1 {
  justify-content: space-between;
  display: flex;
}

.abgerundeter-bereich {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  max-width: 50%;
  margin-bottom: 54px;
  padding: 3%;
}

.image-14 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading {
  text-align: center;
}

.heading-2 {
  text-align: center;
  font-size: 150%;
}

.collection-item {
  border: 1px solid var(--green);
}

.collection-item-2 {
  border: 1px none var(--green);
  background-color: var(--teal);
  border-radius: 20px;
  width: 20%;
  margin-bottom: 5%;
  padding: 2% 50%;
}

.link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-25 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  height: 90%;
}

.container-2 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 83%;
  margin: 1px auto 34px;
  padding: 80px;
  display: flex;
  position: relative;
}

.section-5 {
  margin-top: -104px;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.imig-pk {
  float: right;
  max-width: 60%;
}

.button-2 {
  background-color: var(--green);
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
}

.checkbox-field {
  clear: none;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
  }

  .layout {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section, .text-input {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-thumb {
    flex-direction: row;
  }

  .product-thumb:hover {
    background-color: var(--gray-6);
  }

  .slider-progress-arrow:hover {
    box-shadow: inset 0 0 0 1px var(--gray-4);
  }

  .hover-line {
    display: none;
  }

  .slider-progress-wrapper {
    margin-top: 10px;
  }

  .slider-progress-item {
    padding-right: 15px;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .product-thumb-image {
    width: 50%;
    height: 150px;
  }

  .product-thumb-heading {
    font-size: 140%;
  }

  .product-thumb-info {
    width: 50%;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .button-rounded-small:hover {
    box-shadow: inset 0 0 0 1px var(--gray-5);
    color: var(--black);
  }

  .cms-category-list {
    grid-template-columns: 1fr 1fr;
  }

  .category-thumb-info {
    padding-bottom: 20px;
  }

  .category-thumb-description {
    width: auto;
    display: none;
  }

  .card-3-standard {
    width: 100%;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-container {
    border-bottom-style: none;
  }

  .nav-link {
    color: var(--black);
    height: auto;
    padding: 20px;
  }

  .nav-link:hover {
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--gray-6);
    height: auto;
  }

  .navmenu-grid {
    grid-auto-flow: row;
    height: auto;
  }

  .expand-icon {
    top: 0;
  }

  .faq-topic-grid {
    width: 100%;
    padding: 20px 40px 40px;
  }

  .accordion-content {
    padding-left: 0;
  }

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .button-icon:hover {
    background-color: var(--green);
  }

  .cms-product-list-2x {
    grid-template-columns: 1fr 1fr;
  }

  .product-thumb-3x {
    height: 350px;
  }

  .cms-product-item:hover {
    background-color: var(--gray-6);
  }

  .product-thumb-2x {
    height: 350px;
  }

  .cms-product-list-3x {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    background-color: var(--gray-6);
    color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .title-1-shop {
    max-width: none;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky-product-cart {
    position: relative;
    top: 0;
  }

  .footer {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-apple-pay:hover {
    background-color: var(--black);
    box-shadow: inset 0 0 0 1px var(--gray-5);
    color: var(--white);
  }

  .blog-body {
    width: 100%;
  }

  ._2-next-articles {
    grid-template-columns: 1fr 1fr;
  }

  .section-fullscreen {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-white-outlined:hover {
    box-shadow: inset 0 0 0 1px #ffffff4d;
  }

  .card-1-large {
    padding: 40px;
  }

  .button-black-outlined:hover {
    box-shadow: inset 0 0 0 1px #ffffff4d;
  }

  .member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    margin-top: 80px;
  }

  .member-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .member-wrapper:hover {
    z-index: 0;
  }

  .tooltip {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    bottom: 0;
  }

  .mask-50 {
    width: 75%;
    margin-left: 12.5%;
  }

  .slider-arrow:hover {
    box-shadow: inset 0 0 0 1px var(--gray-4), 0 4px 0 0 var(--shadow);
  }

  .navbar-fix {
    border-bottom: 1px solid var(--shadow);
    background-color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
    position: sticky;
  }

  ._4-column {
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-large-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-hero {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._4-column-small-gap {
    grid-template-columns: 1fr 1fr;
  }

  .width-75-center {
    width: 100%;
    min-width: auto;
  }

  .pricing-feature-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-feature-column {
    border-bottom: 1px solid var(--shadow);
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-feature-column:hover {
    background-color: #0000;
  }

  .pricing-feature-column.sticky-item:hover {
    background-color: var(--white);
  }

  .tabs-hero-slider {
    width: 100%;
  }

  .tab-pane-hero {
    padding: 80px 40px;
  }

  .tabs-menu {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-0 {
    width: 100%;
    font-size: 60px;
  }

  .timeline-grid {
    width: 100%;
  }

  ._4-column-stats {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-vertical-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2-column-1-to-2-large-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-outline:hover {
    box-shadow: inset 0 0 0 1px var(--shadow);
  }

  .step-line, .step-line-middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .last-step {
    width: 100%;
  }

  .card-outline-1, .card-outline-2, .card-outline-3, .card-outline-4 {
    padding: 40px;
  }

  .section-center-min-70, .section-top-shift {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-2-medium {
    padding: 40px;
  }

  .tab-video-thumb-description {
    width: auto;
  }

  .opacity-50-tablet {
    opacity: .5;
  }

  .integrations-detail-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cms-list-3x {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-v-progress {
    width: 100%;
  }

  .product-image {
    right: -20px;
  }

  .image-50-shift-top {
    margin-top: 0;
  }

  .tab-link-large {
    font-size: 50px;
  }

  .moving-list-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .moving-card-1 {
    filter: none;
    width: 100%;
    height: auto;
    position: static;
  }

  .moving-card-2, .moving-card-3, .moving-card-4 {
    filter: none;
    width: 100%;
    padding: 0;
    position: static;
    left: auto;
  }

  .moving-card-5 {
    flex: 50%;
    width: 100%;
    padding: 0;
    position: static;
    left: auto;
  }

  .moving-card, .moving-card-shift {
    margin: 8px;
  }

  .phone-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-info-thumb {
    width: 100%;
  }

  .image-wrapper-shift-top {
    margin-bottom: -40px;
  }

  .post-thumb-feature {
    height: 400px;
  }

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

  .feature-image-top {
    margin-top: -40px;
  }

  .pagination-button:hover {
    box-shadow: inset 0 0 0 1px var(--shadow);
  }

  .container-customer-profile {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-no-sides {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .customer-card:hover {
    box-shadow: inset 0 0 0 1px var(--shadow);
  }

  .cms-blog-list-3x, .cms-blog-list-2x {
    grid-template-columns: 1fr 1fr;
  }

  .image-thumb-2x {
    height: 250px;
  }

  .tag-link:hover {
    box-shadow: inset 0 0 0 1px var(--gray-5);
  }

  .link-blog-thumb:hover {
    color: var(--black);
  }

  .feature-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-price-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-number {
    width: 100%;
  }

  .image-pricebox-left {
    display: none;
  }

  .card-large-shadow {
    padding: 40px;
  }

  .section-no-top-margin {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-image-grid {
    font-size: 20px;
  }

  .footer-space-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .submit-button-fix:hover {
    background-color: var(--green);
  }

  .link-opacity:hover {
    opacity: 1;
  }

  ._2-column-2-to-1-large-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-intro {
    padding: 20px;
  }

  .intro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intro-title {
    font-size: 18px;
  }

  .lightbox-bg-video {
    width: 100%;
    min-width: auto;
  }

  ._6-column-small-gap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tag-text:hover {
    box-shadow: inset 0 0 0 1px var(--gray-5);
  }

  .price-wrapper-bottom {
    grid-auto-flow: row;
  }

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

  .logo-partner:hover {
    opacity: .25;
  }

  .cms-team-list {
    grid-template-columns: 1fr 1fr;
  }

  .career-card {
    padding: 40px;
  }

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

  .intro-grid-main {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-white-sticky {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cms-list-2x-large-gap {
    grid-template-columns: 1fr 1fr;
  }

  .team-thumb-2x {
    height: 400px;
    margin-bottom: 10px;
  }

  .pricing-main-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: auto;
  }

  .pricing-card-outline {
    padding: 40px;
  }

  .pricing-card-outline-right {
    border-style: solid;
    border-color: #ffffff4d;
    border-radius: 8px;
  }

  .pricing-card-outline-left {
    border-style: solid;
    border-radius: 8px;
  }

  .hover-bg {
    display: none;
  }

  .button-small {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button-small:hover {
    background-color: var(--green);
  }

  .dropdown-list-nav {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .nav-menu-center {
    background-color: var(--gray-6);
    height: auto;
    max-height: 100vh;
    padding: 40px;
    overflow: auto;
  }

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

  .image-wrapper-hero {
    border-radius: 0;
  }

  .nav-grid-no-gap {
    flex-direction: column;
    grid-auto-flow: row;
    width: 100%;
    height: auto;
    display: flex;
  }

  .nav-dropdown-wrapper {
    align-items: flex-start;
  }

  .dropdown-list-nav-small {
    width: 100%;
    margin-left: 0;
  }

  .nav-promo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .demo-column-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .image-size-medium {
    height: 256px;
  }

  .integrations-button:hover {
    background-color: var(--green);
  }

  .text-link-white:hover {
    border-bottom-color: #ffffff26;
  }

  .button:hover, .button-apply:hover {
    background-color: var(--green);
  }

  .section-hero-map {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-hero-full-bg {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-hero-no-sides-tablet {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cms-featured-product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-featured-product {
    padding: 40px;
  }

  .image-hero-wrapper-full {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-alone {
    color: var(--black);
    height: auto;
    padding: 20px;
  }

  .nav-link-alone:hover {
    color: var(--black);
  }

  .product-cms-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .section-post-hero {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    flex: 1;
  }

  .banner-header-ccopy-mobile, .banner-header {
    align-self: flex-start;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .paragraph-large-top {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .column-3 {
    z-index: 10;
    border-radius: 0;
    height: 90vh;
    padding-right: 20px;
  }

  .div-block-22 {
    height: 100%;
  }

  .column-2 {
    height: 90vh;
  }

  .top-section.center {
    border-radius: 60px;
    flex-direction: column;
    width: 100%;
    height: 90vh;
    margin-top: 0;
    margin-left: 0%;
    padding-top: 7vh;
    padding-left: 0;
  }

  .button-small-dark {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button-small-dark:hover {
    background-color: var(--green);
  }

  .card-1-large-copy {
    padding: 40px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-3-open-close-icon-wrapper---brix-2 {
    background-color: var(--white);
    width: 40px;
    min-height: 40px;
    display: flex;
    position: static;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .accordion-ti {
    background-color: #f8f9fa;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .faq-trigger-1 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .faq-button {
    min-width: 42px;
    min-height: 42px;
    display: block;
  }

  .accordion-i {
    font-size: 22px;
    font-weight: 500;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 142%;
  }

  p {
    max-width: none;
  }

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

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

  .text-lead {
    width: 100%;
    margin-bottom: 20px;
    font-size: 120%;
  }

  .utility-page-content {
    border-radius: 7px;
  }

  .title-1 {
    max-width: none;
    font-size: 30px;
  }

  .thumb-caption {
    font-size: 8px;
  }

  .cms-list-tags {
    margin-bottom: 5px;
  }

  .slider-progress-arrow {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .slider-progress-wrapper {
    height: 40px;
  }

  .slider-progress-item {
    padding-right: 5px;
  }

  .product-thumb-image {
    height: 100px;
  }

  .product-thumb-heading {
    letter-spacing: 0;
    font-size: 100%;
  }

  .product-thumb-info {
    width: 50%;
  }

  .title-2 {
    letter-spacing: -.01em;
    font-size: 24px;
  }

  .title-space-wrapper {
    margin-bottom: 20px;
  }

  .category-thumb {
    min-height: 250px;
  }

  .cms-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .category-thumb-description {
    font-size: 11px;
  }

  .title-3 {
    letter-spacing: 0;
  }

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

  .icon-80 {
    width: 60px;
    height: 60px;
  }

  .icon-160 {
    width: 60px;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-functions {
    flex: 0 auto;
  }

  .brand {
    width: 20vw;
  }

  .expand-icon {
    width: 36px;
    height: 36px;
    padding: 12px;
  }

  .faq-topic-grid {
    grid-auto-columns: auto;
    padding: 10px 20px 20px;
  }

  .accordion-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-title {
    font-size: 16px;
    font-weight: 600;
  }

  .order-confirmation {
    padding: 5vw;
  }

  .cms-product-list-2x {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .product-thumb-3x {
    height: 40vw;
  }

  .vertical-line-product-thumb {
    display: none;
  }

  .product-thumb-2x {
    height: 250px;
  }

  .cms-product-list-3x {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .title-product-thumb-3x {
    letter-spacing: 0;
    font-size: 20px;
  }

  .rich-text-block {
    width: 100%;
  }

  .title-1-shop {
    max-width: none;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .cms-list-categories {
    margin-bottom: 5px;
  }

  .footer {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-lead {
    width: 100%;
  }

  .footer-sub {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-sub-wrap {
    margin-top: 10px;
  }

  .avatar-large {
    border-radius: 7px;
  }

  .card-left {
    padding: 40px;
  }

  .blog-main-image {
    height: auto;
  }

  .blog-body {
    max-width: none;
  }

  ._2-next-articles {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pagination {
    margin-top: 20px;
  }

  .search-navi {
    display: none;
  }

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

  .section-fullscreen {
    height: auto;
    padding: 300px 20px 40px;
  }

  .image-hero-cover {
    opacity: .5;
  }

  .image-wrapper {
    background-color: #000;
  }

  ._3-column-no-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  ._3-next-articles {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .card-1-large {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title-centered-wrapper {
    margin-bottom: 20px;
  }

  .category-thumb-3x {
    min-height: 300px;
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .member-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .slider-arrow {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    width: 0;
    height: 0;
  }

  .min-height-image {
    min-height: 300px;
  }

  ._3-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .bottom-padding-small {
    padding-bottom: 20px;
  }

  .step-square {
    width: 100px;
    height: 100px;
    padding: 25px;
  }

  .navbar-fix {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._4-column, ._2-column-large-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-hero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title-pricing-2 {
    letter-spacing: -.01em;
    font-size: 24px;
  }

  .pricing-feature-column.sticky-item {
    padding-bottom: 10px;
  }

  .pricing-feature-check {
    line-height: 28px;
  }

  .tabs-hero-slider {
    min-height: 60vh;
  }

  .tab-pane-hero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs-hero-title {
    letter-spacing: -.01em;
    font-size: 24px;
  }

  .title-0 {
    letter-spacing: -.03em;
    max-width: none;
    font-size: 30px;
    line-height: 34px;
  }

  ._2-column-small-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .numbers-2-medium {
    letter-spacing: -.01em;
    font-size: 24px;
    line-height: 28px;
  }

  ._2-column-1-to-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-vertical-wrapper {
    height: 50vh;
    overflow: hidden;
  }

  .white-gradient-bottom, .white-gradient-top {
    height: 40px;
  }

  .testimonial-vertical-section {
    min-height: auto;
    padding: 40px 25px;
  }

  ._2-column-1-to-2-large-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-vertical-2-column {
    position: relative;
  }

  .card-outline-1, .card-outline-2, .card-outline-3, .card-outline-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-center-min-70, .section-top-shift {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  ._2-column-2-to-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-grid {
    grid-template-rows: auto auto;
  }

  .card-2-medium {
    padding: 25px;
  }

  .product-thumb-wrapper {
    background-color: #000;
    height: 300px;
  }

  .product-thumb-wrapper.load-2nd {
    min-height: auto;
  }

  .image-wrapper-l {
    height: 300px;
  }

  ._3-column-auto {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto;
  }

  .tab-link-video {
    flex: 1;
    width: auto;
  }

  .tabs-menu-video {
    width: 100%;
  }

  .tab-video-thumb-description {
    font-size: 11px;
  }

  .lightbox-link-video {
    height: 300px;
    padding: 15px;
  }

  .sticky-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    top: 0;
  }

  .links-integration {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .integrations-detail-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cms-list-3x {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tabs-menu-v-progress {
    margin-left: 10px;
  }

  .image-wrapper-hero-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    object-fit: contain;
    width: 100%;
    height: 256px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .tab-pane-horizontal {
    padding-top: 20px;
  }

  .tab-link-large {
    font-size: 30px;
    line-height: 1.5;
  }

  .moving-card-1 {
    padding-left: 0;
  }

  .moving-card-2 {
    padding-right: 0;
  }

  .moving-card-3 {
    padding-left: 0;
  }

  .moving-card-4 {
    padding-right: 0;
  }

  .moving-card-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .moving-wrapper {
    width: 400%;
  }

  .moving-content-section {
    padding-top: 40px;
  }

  .phone-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-info-thumb {
    padding-bottom: 0;
  }

  .image-wrapper-shift-top {
    margin-top: 0;
  }

  .long-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .cms-list-1-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .post-thumb-space-top {
    height: 300px;
  }

  .cms-customer-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .customer-thumb-grid {
    grid-template-rows: 30px 30px auto;
  }

  .customer-testimonial {
    width: 60px;
    height: 60px;
  }

  .customer-profile-top {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .customer-logo-post {
    width: 80px;
    margin-bottom: 40px;
  }

  .customer-main-image {
    min-height: 300px;
  }

  .section-hero-no-sides {
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-post-thumb {
    margin-bottom: 0;
  }

  .feature-post-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .customer-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customer-brief {
    width: 100%;
    margin-bottom: 20px;
    font-size: 120%;
  }

  .cms-blog-list-3x {
    grid-column-gap: 5px;
    grid-row-gap: 40px;
  }

  .cms-blog-list-2x {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
  }

  .category-thumb-2x {
    min-height: 300px;
  }

  .blog-grid-sidebar {
    grid-template-columns: 1fr;
  }

  .sidebar-grid {
    grid-row-gap: 20px;
  }

  .link-blog-thumb {
    letter-spacing: -.01em;
    font-size: 24px;
    line-height: 28px;
  }

  ._3-column-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .benefit-price-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .price-number {
    max-width: none;
    font-size: 45px;
  }

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

  ._2-column-large-row {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .about-map-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 300px;
  }

  .numbers-1-large {
    letter-spacing: -.01em;
    font-size: 24px;
    line-height: 28px;
  }

  .card-large-shadow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-no-top-margin {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-padding-mini {
    padding-bottom: 10px;
  }

  .heading-image-grid {
    letter-spacing: -.01em;
    font-size: 18px;
  }

  .footer-grid-2x2 {
    grid-row-gap: 40px;
  }

  .footer-link-white-big {
    font-size: 20px;
  }

  .footer-space-bottom {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-block-margin {
    margin-bottom: 20px;
  }

  ._2-column-2-to-1-large-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .webflow-grid {
    grid-auto-flow: row;
  }

  .text-lead-intro {
    width: 100%;
    margin-bottom: 20px;
    font-size: 120%;
  }

  ._1-column-small-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .update-grid-sidebar {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .lightbox-quote {
    font-size: 20px;
  }

  ._3-column-line-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .tab-link-image, .tab-link-image-small {
    width: 80px;
    height: 80px;
  }

  .separator-wrapper-top {
    padding-top: 20px;
  }

  .footer-link-black-big {
    font-size: 20px;
  }

  ._3-column-small-gap, ._1-column-small-gap-2-tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-main-info {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .price-wrapper-bottom {
    margin-bottom: -25px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px;
  }

  .cms-team-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  ._2-column-lists {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-card {
    padding: 25px;
  }

  .h-left {
    margin-bottom: 20px;
  }

  .section-no-top-padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-thumb-3x {
    height: 250px;
  }

  .tabs-space {
    display: block;
  }

  .tabs-menu-vertical-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-vertical-left {
    width: 100%;
    padding-right: 0;
  }

  .tabs-space-reverse {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-white-sticky {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cms-list-2x-large-gap {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
  }

  .team-thumb-2x {
    height: 250px;
  }

  .story-logo-inside {
    width: 80px;
    height: 40px;
  }

  .pricing-card-outline {
    padding: 25px;
  }

  .title-pricing-1 {
    letter-spacing: -.01em;
  }

  .pricing-card-outline-right, .pricing-card-outline-left {
    padding: 25px;
  }

  .check-grid-large-gap {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .nav-menu-center {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-wrapper-hero {
    background-color: #000;
  }

  .nav-link-promo {
    padding: 20px;
  }

  .section-hero-full-bg {
    padding: 80px 25px 20px;
  }

  .cms-featured-product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-featured-product {
    text-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .licensing-font {
    font-size: 30px;
  }

  .section-post-hero {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .columns {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .column-3 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
    top: -1rem;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-1-large-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._2-column-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .accordion-item---brix.accordion-1---brix, .accordion-item---brix.accordion-3---brix, .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .call-to-action {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .text-input {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .slider-progress {
    width: 100%;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .two-line-paragraph {
    display: none;
  }

  .title-space-wrapper {
    flex-wrap: wrap;
  }

  .category-thumb {
    min-height: 40vw;
  }

  .category-thumb-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-thumb-description {
    display: none;
  }

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

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

  .brand {
    width: 30vw;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navmenu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
    height: auto;
  }

  .expand-icon {
    display: none;
  }

  .accordion-title {
    width: 100%;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .items-order-text {
    margin: 10px 0;
  }

  .cms-product-list-2x {
    grid-template-columns: 1fr;
  }

  .product-thumb-2x {
    height: 90vw;
  }

  .cms-product-list-3x {
    grid-template-columns: 1fr;
  }

  .title-product-thumb-3x {
    font-size: 14px;
    font-weight: 600;
  }

  .menu-button {
    border-radius: 10px;
  }

  .more-tags-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .more-tags {
    margin-bottom: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .license-grid, ._2-next-articles {
    grid-template-columns: 1fr;
  }

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

  .form-horizontal {
    flex-direction: column;
  }

  .button-grid {
    grid-auto-flow: row;
  }

  ._3-next-articles {
    grid-template-columns: 1fr;
  }

  .member-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .member-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .member-image {
    width: 30px;
    height: 30px;
  }

  .tooltip {
    width: auto;
  }

  .mask-50 {
    width: 100%;
    margin-left: 0%;
  }

  .image-cover {
    min-height: 200px;
  }

  ._2-column-large-gap {
    grid-template-columns: 1fr;
  }

  .section-hero.bg-gray-6 {
    padding-top: 40px;
  }

  .section-hero.container.center {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4-column-small-gap {
    grid-template-columns: 1fr;
  }

  .pricing-feature-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-feature-column {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .pricing-feature-check {
    align-items: flex-start;
    font-size: 14px;
  }

  .tab-pane-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky-top-25 {
    position: static;
  }

  .anchor-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "Area"
                   "."
                   "Area-2"
                   "."
                   / .5fr;
    grid-auto-flow: row;
    width: 100%;
    padding-right: 0;
  }

  .timeline-grid {
    grid-template: "."
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    padding-right: 0;
  }

  .year-line {
    display: none;
  }

  ._2-column-small-gap {
    grid-template-columns: 1fr;
  }

  .timeline-items-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    display: grid;
  }

  .timeline-item {
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .sticky-wrapper {
    z-index: 10;
    background-color: var(--gray-6);
    display: none;
    position: sticky;
    top: 80px;
  }

  .display-mobile-portrait-none {
    display: none;
  }

  .last-step {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-outline-2 {
    border-top: 1px solid var(--shadow);
    border-left-style: none;
  }

  .card-outline-4 {
    border-left-style: none;
  }

  .tab-link-video {
    height: auto;
  }

  .tab-link-play, .lightbox-play {
    margin-bottom: 10px;
  }

  .sticky-detail {
    border-bottom: 1px solid var(--shadow);
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .cms-list-3x {
    grid-template-columns: 1fr;
  }

  .cms-item-stretch {
    flex-direction: column;
  }

  .tabs-menu-v-progress {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .tabs-v-progress {
    flex-direction: column;
  }

  .tab-pane-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-50-shift-top {
    width: 100%;
  }

  .moving-list-wrapper {
    width: 100%;
    display: block;
  }

  .moving-card-1 {
    width: 100%;
    padding: 0 0 4px;
  }

  .moving-card-2, .moving-card-3, .moving-card-4 {
    width: 100%;
    padding: 4px 0;
  }

  .moving-card-5 {
    width: 100%;
    padding: 4px 0 0;
  }

  .moving-card, .moving-card-shift {
    margin-left: 2px;
    margin-right: 2px;
  }

  .form-centered {
    flex-direction: column;
  }

  .post-thumb-grid {
    grid-template-columns: 1fr;
  }

  .post-thumb-feature {
    height: 300px;
  }

  .text-field-grid, .contact-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .pagination-left {
    width: auto;
  }

  .page-count {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pagination-right {
    width: auto;
  }

  .section-hero-no-sides {
    padding-top: 80px;
  }

  .section-hero-no-sides.bg-gray-6.bottom-padding {
    padding-top: 30px;
  }

  .image-wrapper-blog-main {
    min-height: 300px;
  }

  .link-post-thumb {
    margin-bottom: 0;
  }

  .download-item {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .cms-blog-list-3x, .cms-blog-list-2x {
    grid-template-columns: 1fr;
  }

  .thumb-post-featured {
    border-radius: 0;
  }

  .about-map-grid {
    min-height: 200px;
  }

  .section-no-top-margin.bg-gray-6 {
    padding-top: 0;
  }

  .footer-subtext-grid {
    grid-auto-flow: row;
  }

  .submit-button-fix {
    border-radius: 8px;
    height: 60px;
    margin-top: 5px;
    position: static;
  }

  .intro-thumb {
    margin-bottom: 10px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .webflow-grid {
    grid-auto-flow: row;
  }

  ._1-column-small-gap.load-2nd {
    grid-row-gap: 10px;
  }

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

  ._3-column-line-top {
    grid-template-columns: 1fr;
  }

  ._6-column-small-gap {
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-small-gap, ._1-column-small-gap-2-tablet {
    grid-template-columns: 1fr;
  }

  .h-space-grid {
    grid-auto-flow: row;
  }

  .pricing-grid, .cms-team-list {
    grid-template-columns: 1fr;
  }

  .team-grid-1 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area-1 Area-1 Area-1 Area-1 Area-1 ."
                         ". Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 ."
                         ". Area-4 Area-4 Area-4 Area-4 Area-4";
  }

  ._2-column-lists {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .career-card {
    grid-template-columns: auto;
  }

  .h-left {
    flex-wrap: wrap;
  }

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

  ._3-column-stats, .intro-grid-main, .cms-list-2x-large-gap {
    grid-template-columns: 1fr;
  }

  .nav-product-grid {
    display: block;
  }

  .nav-grid-no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
    height: auto;
  }

  .dropdown-list-nav-small.w--open {
    width: 200px;
    margin-left: 0;
    padding-right: 0;
  }

  .nav-promo-grid, .demo-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .demo-box {
    padding: 16px;
  }

  .load-3rd {
    display: none;
  }

  .integrations-button {
    grid-row-gap: 5px;
    grid-auto-flow: row;
  }

  .team-avatar-wrapper {
    grid-row-gap: 10px;
    grid-template-columns: auto;
  }

  .section-hero-full-bg {
    padding-top: 80px;
  }

  .cms-featured-product {
    grid-template-columns: 1fr;
  }

  .nav-link-alone {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .licensing-thumb, .licensing-font {
    margin-bottom: 10px;
  }

  .image-cover-alone {
    height: 300px;
  }

  .product-cms-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-22-copy {
    z-index: 20;
    opacity: 1;
    background-color: #03070a0d;
    background-image: radial-gradient(circle, #00000085, #272d3d00);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .mobile-logo {
    background-color: #0000;
    flex: 0 auto;
    align-self: flex-start;
    width: 90px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0;
    display: none;
    position: static;
  }

  .columns {
    height: 50vh;
    display: none;
  }

  .banner-header-ccopy-mobile {
    color: var(--white);
    text-align: center;
    letter-spacing: 0;
    text-shadow: none;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2vh;
    padding-right: 2vh;
    font-family: Inter, sans-serif;
    font-size: 8.5vw;
    font-weight: 600;
    line-height: 10vw;
  }

  .banner-header {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .get-in-touch-homepage {
    align-self: center;
    margin-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-large-top {
    color: #fff;
    text-align: center;
    background-color: #0000;
    align-self: center;
    padding: 7px 2.2vh;
    font-family: Inter, sans-serif;
    font-size: 4vw;
    font-weight: 500;
    line-height: 5.5vw;
  }

  .column-3 {
    height: 50%;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .mobile-logo-div {
    z-index: 10001;
    opacity: 1;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

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

  .div-block-22 {
    z-index: 10;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .column-2 {
    height: 50%;
    margin-top: 0;
  }

  .top-section.center {
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0%;
    padding: 0 3vw;
    display: block;
    position: static;
    overflow: hidden;
  }

  .mobile-videos {
    z-index: 0;
    justify-content: flex-end;
    height: 70vh;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-23 {
    margin-right: 0;
    padding-right: 0;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-3-open-close-icon-wrapper---brix-2 {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .abgerundeter-bereich {
    max-width: 80%;
  }

  .div-block-25 {
    width: 60%;
  }

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

#mehr.w-node-_841b9445-72ab-f59b-5b6a-14291946e65d-9a10db36 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_841b9445-72ab-f59b-5b6a-14291946e65f-9a10db36, #w-node-_841b9445-72ab-f59b-5b6a-14291946e667-9a10db36 {
  align-self: center;
}

#w-node-_2b64287e-a280-8536-b869-eee1704847b6-9a10db36 {
  justify-self: stretch;
}

#w-node-_49db74ed-abda-f8cb-d32d-563364c0040f-64c003fb, #w-node-d27f265c-dab2-cc03-24a4-8cc82b992fc0-64c003fb, #w-node-_49db74ed-abda-f8cb-d32d-563364c00413-64c003fb, #w-node-_49db74ed-abda-f8cb-d32d-563364c00417-64c003fb, #w-node-_49db74ed-abda-f8cb-d32d-563364c0041f-64c003fb, #w-node-_49db74ed-abda-f8cb-d32d-563364c00423-64c003fb {
  justify-self: start;
}

#w-node-_49db74ed-abda-f8cb-d32d-563364c0042c-64c003fb {
  align-self: end;
}

#mehr.w-node-_57482318-2284-a9b5-f27e-954a46c70463-46c70461 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57482318-2284-a9b5-f27e-954a46c70465-46c70461, #w-node-_57482318-2284-a9b5-f27e-954a46c7046f-46c70461, #w-node-_6c4aea2f-af2c-21b8-baff-73fe94e36337-94e36334, #w-node-_6c4aea2f-af2c-21b8-baff-73fe94e3633e-94e36334 {
  align-self: center;
}

#w-node-_53e38005-5717-f071-c9ef-df82b8a4bb16-b8a4bb0d {
  justify-self: center;
}

#w-node-_9830f694-44c8-117f-08a5-b981381a8c3a-0bdc507b, #w-node-bdfdb127-706a-f060-80cd-da195a064950-0bdc507b, #w-node-_0feaa18e-ca61-2ba4-62a2-43e8f02bb96d-0bdc507b, #w-node-fd92dfec-4793-db85-93d5-44194abd50fd-0bdc507b, #w-node-_0dee5978-e8fc-fa73-e6e0-7578959fd79d-0bdc507b, #w-node-_31e57bff-cb0f-1a49-8c77-6beb1dad3198-0bdc507b, #w-node-c19ff01c-16db-b249-237d-a57ddcee276f-0bdc507b, #w-node-cc1cf096-9876-0bfc-d220-13083281f93b-0bdc507b, #w-node-_8188068f-b92e-25f1-acd6-26c324ea0ac6-0bdc507b {
  justify-self: start;
}

#w-node-f84d6fd4-e194-de88-61c9-207a04611b61-0bdc507b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#field-3.w-node-_60045835-be7b-5253-c162-d83ccca41617-4f10db90, #field-3.w-node-_84fa3c15-9a0f-87d7-a903-65221d515a0d-4f10db90, #field-3.w-node-_05e93c9b-b5f4-36ad-fa54-7deaba92de5a-4f10db90, #field-3.w-node-ce0b5d16-daf3-7766-be3c-ed3de1c213a6-4f10db90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00b0f0aa-95af-e501-4644-b4e83980f147-3d10db91, #w-node-_7d5ccb5f-8ee0-b613-3bf0-a434f144fb5b-3d10db91, #w-node-b27de54e-c614-1ea9-7cc8-7c490ec2bed4-3d10db91, #w-node-_81611c8d-98d3-284c-bd95-014f07bdb8ee-6610db92, #w-node-_08de1f36-ce2b-8ba1-cbe0-63fedf0ad1a3-6610db92, #w-node-_55969322-3068-9138-9084-ebddb648a11c-6610db92, #w-node-d776c6fc-aeb7-e08b-937d-6d02a12481a4-6610db92, #w-node-_2a7743de-3c36-ca7a-3039-a65250b66d9c-6610db92 {
  align-self: center;
}

#w-node-a2bc1099-495c-dc0b-e8c3-654b167285b9-6610db92, #w-node-a2bc1099-495c-dc0b-e8c3-654b167285be-6610db92, #w-node-a2bc1099-495c-dc0b-e8c3-654b167285c3-6610db92 {
  align-self: end;
}

#w-node-dc9542a9-8ac6-4793-7366-e7b760d093d7-0b10db93 {
  justify-self: end;
}

#w-node-_18ae26b6-39b8-8738-2573-871739e97f19-0b10db93, #w-node-_344e7af4-9000-51d5-33ff-d2bca0a96631-0b10db93 {
  align-self: center;
}

#w-node-_860b0b82-bdc1-fcfc-56f0-a6d4d7c85efb-0b10db93 {
  justify-self: end;
}

#w-node-_860b0b82-bdc1-fcfc-56f0-a6d4d7c85efc-0b10db93, #w-node-_860b0b82-bdc1-fcfc-56f0-a6d4d7c85efd-0b10db93 {
  align-self: center;
}

#w-node-_71441a03-b07a-cf49-4987-62615ce6c958-0b10db93 {
  justify-self: end;
}

#w-node-_71441a03-b07a-cf49-4987-62615ce6c959-0b10db93, #w-node-_71441a03-b07a-cf49-4987-62615ce6c95a-0b10db93 {
  align-self: center;
}

#w-node-a0ee93af-386e-ea7f-3855-d4a5f9aec447-0b10db93 {
  justify-self: end;
}

#w-node-a0ee93af-386e-ea7f-3855-d4a5f9aec448-0b10db93, #w-node-a0ee93af-386e-ea7f-3855-d4a5f9aec449-0b10db93, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248b4-a510db94 {
  align-self: center;
}

#w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248bf-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248c4-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248c9-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248ce-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248d3-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248d8-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248dd-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248e2-a510db94 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248ec-a510db94 {
  align-self: start;
}

#w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248f7-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248fc-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24901-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24906-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc2490b-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24910-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24915-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc2491a-a510db94 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24924-a510db94 {
  align-self: center;
}

#w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc2492f-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24934-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24939-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc2493e-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24943-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24948-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc2494d-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24952-a510db94 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_87f28b6e-abb0-93dc-9f8c-983b3eceac3d-a510db94, #w-node-b0724e86-80c4-3fa4-357f-d9e3667a2e59-a510db94 {
  align-self: center;
}

#w-node-a3f5f67b-764a-419f-f0f6-b90b8bbfb092-a510db94, #w-node-e0bd0f54-05cb-c0b2-a0ba-7b3189969f8b-a510db94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61eee7fb-0f0b-6df7-1351-043119a95600-19a955fb, #w-node-_61eee7fb-0f0b-6df7-1351-043119a95604-19a955fb, #w-node-_61eee7fb-0f0b-6df7-1351-043119a95608-19a955fb, #w-node-_61eee7fb-0f0b-6df7-1351-043119a9560c-19a955fb, #w-node-_91ea8cb6-d507-ef81-e0c6-4b786a305093-19a955fb {
  justify-self: start;
}

#w-node-_61eee7fb-0f0b-6df7-1351-043119a95615-19a955fb {
  align-self: end;
}

#w-node-_61eee7fb-0f0b-6df7-1351-043119a95616-19a955fb {
  justify-self: start;
}

#w-node-_98353e43-442d-7d9f-a23e-6dccd50d8149-8410db95 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-aaff5ebc-20da-4f9a-8932-1a09a0f4f443-8410db95 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_3b3e4a47-a2d7-c097-86bc-8255158a453b-8410db95, #w-node-_8f7f136d-69c5-6b7c-23d2-8deaf3a8afa3-8410db95, #w-node-_830a7d59-1f24-7c5d-6dcb-e765224ee228-8410db95, #w-node-_928b3972-7ec3-b8e2-6705-7f766034e14a-8410db95, #w-node-_2357b325-f60e-2074-44fe-45dc5beeb13e-8410db95 {
  align-self: center;
}

#w-node-_72df2ed5-7cb0-0753-48a8-6ebb22e41434-8410db95, #w-node-_03479c1a-3e33-5512-82fd-3368a05b369d-8410db95, #w-node-_21cad2a5-77fa-dd8d-2ec6-ee03b9f897ac-8410db95 {
  justify-self: center;
}

#w-node-fde5c777-a922-18ff-8a1e-a6f93b4ae1a6-6d10dbb0 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-a5957b08-243d-a1c7-2c7a-08a2fae8dd2b-6d10dbb0 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512aa9-5710dbb3 {
  align-self: start;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512ab3-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512ab8-5710dbb3 {
  align-self: center;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512abf-5710dbb3 {
  align-self: start;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512ac5-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512ace-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512ad3-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512ad8-5710dbb3 {
  align-self: center;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512adf-5710dbb3 {
  align-self: start;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512ae5-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512aee-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512af3-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512af8-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512afd-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b02-5710dbb3 {
  align-self: center;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512b09-5710dbb3 {
  align-self: start;
}

#w-node-_930f2b79-dc4e-81ed-b081-f195e9512b14-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b19-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b1e-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b23-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b28-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b2d-5710dbb3 {
  align-self: center;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c2476876e6-5710dbb3 {
  align-self: start;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c2476876f0-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c2476876f5-5710dbb3 {
  align-self: center;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c2476876fc-5710dbb3 {
  align-self: start;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c247687702-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768770b-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687710-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687715-5710dbb3 {
  align-self: center;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c24768771c-5710dbb3 {
  align-self: start;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c247687722-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768772b-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687730-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687735-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768773a-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768773f-5710dbb3 {
  align-self: center;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c247687746-5710dbb3 {
  align-self: start;
}

#w-node-bb56c66d-e18f-5f00-4e11-d1c247687751-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687756-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768775b-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687760-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687765-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768776a-5710dbb3 {
  align-self: center;
}

#w-node-a6aba341-7b21-0395-67e5-60b5605956e1-d110dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf3abae8-7499-d9ad-40a2-77f40eb1db17-d110dbb4, #w-node-f2d70bc3-dd93-0340-22ea-c855fc2de497-d110dbb4 {
  align-self: center;
}

#w-node-_670d09c7-383e-a574-bb05-0e1ecc4a31fd-d110dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_670d09c7-383e-a574-bb05-0e1ecc4a3208-d110dbb4, #w-node-_670d09c7-383e-a574-bb05-0e1ecc4a31ff-d110dbb4 {
  align-self: center;
}

#w-node-_96c27969-fa97-0625-86a4-e2fd0370b918-d110dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96c27969-fa97-0625-86a4-e2fd0370b919-d110dbb4 {
  align-self: center;
}

#w-node-_96c27969-fa97-0625-86a4-e2fd0370b924-d110dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70fc0f8c-d219-7dd3-a2ef-e66a9a6382ef-d110dbb4, #w-node-_96c27969-fa97-0625-86a4-e2fd0370b928-d110dbb4 {
  align-self: center;
}

#w-node-ee2b92d0-7774-0ea7-6b8c-4c762c2da013-d110dbb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee2b92d0-7774-0ea7-6b8c-4c762c2da014-d110dbb4 {
  align-self: center;
}

#w-node-_16335600-a725-1f0e-0145-e2aa4f7494bf-d110dbb4, #w-node-_0b300f0e-51ef-4360-1661-d4f7846e99a1-d110dbb4, #w-node-_1451ff39-4164-f1d6-1cc2-7957460af339-8410dbb6, #w-node-c59598f1-2764-0e52-873d-2ffbd6995efe-8410dbb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01effe6a-c8ce-a8af-75d9-5755de0f2e79-8410dbb6 {
  align-self: end;
}

#w-node-_4e6dc5b6-d3a3-9e48-c015-ff1987ff6d38-8410dbb6, #w-node-_3fae4265-e9d5-2be0-aba8-d0604f8660b1-8410dbb6 {
  justify-self: stretch;
}

#w-node-_3fae4265-e9d5-2be0-aba8-d0604f8660b0-8410dbb6 {
  align-self: end;
}

#w-node-_0f3b6152-e48b-96cd-c4ca-d98fdc87fabc-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff6a-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff6c-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff75-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff77-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff80-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff82-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff8b-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff8d-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff9c-7010dbb7 {
  align-self: center;
}

#w-node-_37f7e2d8-17f9-3899-c81a-5d9fbdacf660-7010dbb7 {
  align-self: start;
}

#w-node-_8093d239-3f87-fdd2-b092-2bac4da537ac-7010dbb7 {
  justify-self: center;
}

#w-node-b069d00a-f955-576f-30d3-98dd33c57651-7010dbb7 {
  place-self: center start;
}

#w-node-_86e7e667-cc07-f352-6cc2-8660576924f4-7010dbb7 {
  justify-self: start;
}

#w-node-_15727313-034f-2502-17dd-9c36d45bba59-7010dbb7, #w-node-ac1316fa-b90e-4a65-0eda-1face180b19d-7010dbb7 {
  align-self: center;
}

#w-node-cc9d381b-90fd-f948-5574-994a2e5bf780-7010dbb7 {
  justify-self: start;
}

#w-node-cc9d381b-90fd-f948-5574-994a2e5bf781-7010dbb7, #w-node-_2f4cb9d4-605d-b4c2-c39f-a4b650fbd270-7010dbb7 {
  align-self: center;
}

#w-node-_5cec7728-97f3-e4f4-5558-058414e94a18-7010dbb7 {
  justify-self: start;
}

#w-node-_5cec7728-97f3-e4f4-5558-058414e94a19-7010dbb7, #w-node-_1d61cd7f-a878-a80d-e3b4-e57288d5994e-7010dbb7 {
  align-self: center;
}

#w-node-_73fb8948-6858-91c0-cf18-ffe6e95b6ce3-7010dbb7 {
  justify-self: start;
}

#w-node-_73fb8948-6858-91c0-cf18-ffe6e95b6ce4-7010dbb7, #w-node-c03a6656-cebe-361b-eb52-2d40167c8b15-7010dbb7 {
  align-self: center;
}

#w-node-_36254006-61e8-51ad-65d0-abd7e82e632a-7010dbb7 {
  justify-self: start;
}

#w-node-_36254006-61e8-51ad-65d0-abd7e82e632b-7010dbb7, #w-node-_04ae6bb8-7d9d-ea51-36ba-abbca9271fe3-7010dbb7 {
  align-self: center;
}

#w-node-_972b8f68-0bd1-29c3-b4ea-3c64576ab7fe-7010dbb7 {
  justify-self: start;
}

#w-node-_972b8f68-0bd1-29c3-b4ea-3c64576ab7ff-7010dbb7, #w-node-d0ea4544-04e9-5da5-f305-9e9099a1e905-7010dbb7 {
  align-self: center;
}

#w-node-a2135c4c-d4e0-2990-b0e8-99b17dfd6dae-7010dbb7 {
  justify-self: start;
}

#w-node-a2135c4c-d4e0-2990-b0e8-99b17dfd6daf-7010dbb7, #w-node-_4ca03326-baab-edee-054d-a06faa5f2f63-7010dbb7 {
  align-self: center;
}

#w-node-_79c7b192-58ae-73e1-543f-3bf0ce5d1936-7010dbb7 {
  justify-self: start;
}

#w-node-_79c7b192-58ae-73e1-543f-3bf0ce5d1937-7010dbb7, #w-node-_7578e365-b305-7de9-77fd-d4f1ba30b59d-7010dbb7, #w-node-_0e965ecf-e837-3966-6d0e-7f48f4c92813-c310dbb9, #w-node-_8e016d88-10c6-fb0e-590c-e15d4f694ccf-c310dbb9, #w-node-_637b3c06-182b-6b3c-6897-ab00fdc978d3-c310dbb9, #w-node-_637b3c06-182b-6b3c-6897-ab00fdc978d1-c310dbb9, #w-node-_63877107-5360-30a2-d495-e5130676d81d-c310dbb9, #w-node-_63877107-5360-30a2-d495-e5130676d81f-c310dbb9, #w-node-_7e6902c9-9319-2b75-92e7-3319808a3bc7-c310dbb9, #w-node-_88af4e50-b350-0a5a-0de3-52e72dc9afa3-c310dbb9, #w-node-bfc5ddd9-9c86-d61e-2768-3ad233361ff1-c310dbb9, #w-node-b76656ab-118f-1e9a-a928-2fb9c69c22e8-c310dbb9, #w-node-b76656ab-118f-1e9a-a928-2fb9c69c22ea-c310dbb9, #w-node-_88c7afe8-ee78-d002-ae0a-0ccadedef512-c310dbb9, #w-node-_88c7afe8-ee78-d002-ae0a-0ccadedef514-c310dbb9, #w-node-_1069e105-885c-b86f-52d2-f5e663dc807d-c310dbb9, #w-node-_1069e105-885c-b86f-52d2-f5e663dc807f-c310dbb9, #w-node-af4b5975-ff46-df4f-96c7-79ecff6700f0-c310dbb9, #w-node-af4b5975-ff46-df4f-96c7-79ecff6700f2-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd260-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd262-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd26a-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd26c-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd274-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd276-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd27e-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd280-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd288-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd28a-c310dbb9 {
  align-self: center;
}

#w-node-_7455d201-fbdc-630a-dc38-4f588938f9b9-eb10dbbb, #w-node-_7455d201-fbdc-630a-dc38-4f588938f9be-eb10dbbb, #w-node-_7455d201-fbdc-630a-dc38-4f588938f9c3-eb10dbbb {
  align-self: end;
}

#w-node-a78fefb0-d91e-4565-bea4-e6d7bbcf4631-eb10dbbb {
  align-self: stretch;
}

#w-node-_1c246c2f-6207-6b51-73d9-7a0c6ef07c71-eb10dbbb, #w-node-c0ddcdee-4723-dec9-e899-718414f4034a-eb10dbbb, #w-node-_12625857-c6a0-74a7-81b4-5ac7029a0fe3-eb10dbbb, #w-node-d3cff23b-2a8a-a8f4-4a6c-09ba1374cf04-eb10dbbb {
  align-self: center;
}

#w-node-ef23f4fb-9b17-01b1-7484-279e5c7528f5-eb10dbbb, #w-node-_1aa1e210-3676-62c5-a253-774b5d3ac79f-eb10dbbb, #w-node-cd1999c5-2d8d-eaad-0896-7cce6a05b2d6-eb10dbbb {
  justify-self: start;
}

#w-node-_5964347e-cb63-5cd3-91c2-8df6bf00de11-3b10dbff {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e5-3b10dbff {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e6-3b10dbff, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e7-3b10dbff {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1eb-3b10dbff {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1ec-3b10dbff, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1ed-3b10dbff {
  align-self: center;
}

#w-node-acb37b13-408c-cbed-568f-99da942f8471-3b10dbff {
  justify-self: start;
}

#w-node-acb37b13-408c-cbed-568f-99da942f8472-3b10dbff, #w-node-acb37b13-408c-cbed-568f-99da942f8473-3b10dbff {
  align-self: center;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df112-3b10dbff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df116-3b10dbff, #w-node-b3903d66-742f-ead1-857c-4302b09df114-3b10dbff, #w-node-bf2b11a1-5a20-7322-708d-e7248452259f-3b10dbff {
  align-self: center;
}

#w-node-_74d4b64a-644c-12cc-906a-035674ecedac-3b10dbff {
  align-self: end;
}

#w-node-_373c3b0f-3916-1243-c362-afad15b1c5de-ea10dc00, #w-node-_156f1ee3-6fdf-65d4-bafe-fb899b89e1ac-ea10dc00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704cebd-1c10dc02 {
  align-self: center;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704cec9-1c10dc02 {
  justify-self: start;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704ceca-1c10dc02, #w-node-_6cbef1b1-b008-7332-438c-d05c9704cecb-1c10dc02 {
  align-self: center;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704cecf-1c10dc02 {
  justify-self: start;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704ced0-1c10dc02, #w-node-_6cbef1b1-b008-7332-438c-d05c9704ced1-1c10dc02 {
  align-self: center;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704ced5-1c10dc02 {
  justify-self: start;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704ced6-1c10dc02, #w-node-_6cbef1b1-b008-7332-438c-d05c9704ced7-1c10dc02 {
  align-self: center;
}

#w-node-_6cbef1b1-b008-7332-438c-d05c9704cedb-1c10dc02 {
  align-self: start;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df112-1c10dc02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df116-1c10dc02, #w-node-b3903d66-742f-ead1-857c-4302b09df114-1c10dc02 {
  align-self: center;
}

#w-node-_8ee9869c-469f-6b12-3dc6-7780a5e3494a-1c10dc02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf2b11a1-5a20-7322-708d-e7248452259f-1c10dc02 {
  align-self: center;
}

#w-node-_74d4b64a-644c-12cc-906a-035674ecedac-1c10dc02 {
  align-self: end;
}

#w-node-_373c3b0f-3916-1243-c362-afad15b1c5de-3310dc03, #w-node-_8151e6cf-e1af-10f3-242d-37bdb8003940-3310dc03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed450a31-f140-72c5-7805-8c58132cdd1b-5010dc04, #w-node-d10e1a8d-0dfe-5c79-64a6-3965369c57fb-5010dc04, #w-node-dedd67ae-8a83-dffa-64fb-e8a16dfd03b4-5010dc04, #w-node-_9bdcdd86-ae81-bf15-20a0-7a7220d9ecf5-5010dc04, #w-node-_542eac44-8948-aff9-5acd-7fae034eb8f9-5010dc04, #w-node-_190b21a0-82df-19f6-1839-28d78b569d91-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_190b21a0-82df-19f6-1839-28d78b569d95-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cabe3cf6-36a1-48f6-49d6-9d63cacd45d8-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cabe3cf6-36a1-48f6-49d6-9d63cacd45de-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6b45bd3-d028-667f-c19b-93c2405351eb-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6b45bd3-d028-667f-c19b-93c2405351f1-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0b77127-3e1b-ec29-2eab-2e8a7408db6b-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0b77127-3e1b-ec29-2eab-2e8a7408db71-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36ceaeee-958b-8717-e9de-1da429a8c046-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36ceaeee-958b-8717-e9de-1da429a8c04c-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_123d3171-6474-a234-7ca4-0e26f68c56c1-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_123d3171-6474-a234-7ca4-0e26f68c56c5-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#maerz.w-node-cdc84cf0-4e92-eb1c-fb34-e52047bafb79-5010dc04, #w-node-_29445054-99c8-7087-679d-16dcdad116c7-5010dc04, #w-node-f061ff8d-0a96-162d-8090-075f4f6c547a-5010dc04 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5953968b-5985-c0c6-52d6-775c46a879dc-5010dc04, #w-node-_062e20e1-5ad1-8f88-4ad7-f5e4f46dbc3e-5010dc04, #w-node-_11ae95fd-7911-0fe7-cbdc-2bb592ddae63-5010dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#April.w-node-cdc84cf0-4e92-eb1c-fb34-e52047bafb7a-5010dc04, #w-node-_70d6d14f-1f49-8ad1-91a8-8d64415799ec-5010dc04, #w-node-cb5464ce-5fca-e161-1717-548013293b87-5010dc04, #w-node-d3e86ea7-524c-dae7-531e-b8b92e8f2f3d-5010dc04, #juli.w-node-c4853f8e-88df-6464-1ca9-b6d7f3dd29cd-5010dc04, #w-node-cfa108ff-7cc5-ad17-c7b4-3f2c75311332-5010dc04, #w-node-_8e787bae-6931-508c-9113-3feab9ca535c-5010dc04, #w-node-_1891c2a8-e15d-4440-5162-9614bd50576e-5010dc04, #w-node-a5d3e0cd-c83a-50cc-17c2-54ecd2d5481c-5010dc04, #w-node-_6c000182-bb1e-9964-c83e-e6c4b4284819-5010dc04, #w-node-e4f9e9e2-10ae-f78e-9227-3a74347a857a-5010dc04, #w-node-_05b37c63-8e6d-fed8-d3f3-241de797aa43-5010dc04, #w-node-bd1c6921-d364-d75d-0ba7-2e3a6b509185-5010dc04, #w-node-_4edaf77e-dfe4-551b-37f6-1a907997e4c0-5010dc04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5964347e-cb63-5cd3-91c2-8df6bf00de11-7f10dc08 {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1df-7f10dc08 {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e0-7f10dc08, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e1-7f10dc08 {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e5-7f10dc08 {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e6-7f10dc08, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e7-7f10dc08 {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1eb-7f10dc08 {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1ec-7f10dc08, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1ed-7f10dc08 {
  align-self: center;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df112-7f10dc08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df116-7f10dc08, #w-node-b3903d66-742f-ead1-857c-4302b09df114-7f10dc08, #w-node-bf2b11a1-5a20-7322-708d-e7248452259f-7f10dc08 {
  align-self: center;
}

#w-node-_74d4b64a-644c-12cc-906a-035674ecedac-7f10dc08 {
  align-self: end;
}

#w-node-_98483521-b73e-c022-c754-73d18aa9fdcc-6410dc09, #w-node-f4ce917c-476e-11a4-8634-988c840911be-6410dc09 {
  align-self: center;
}

#w-node-_2c0f6078-dd36-b016-4ec9-381bc3588938-6410dc09 {
  align-self: stretch;
}

#w-node-d58960a7-5d9f-98bb-89ed-b8a9bfa275ed-af10dc0b, #w-node-d58960a7-5d9f-98bb-89ed-b8a9bfa275ee-af10dc0b, #w-node-d58960a7-5d9f-98bb-89ed-b8a9bfa275f3-af10dc0b, #w-node-d58960a7-5d9f-98bb-89ed-b8a9bfa275f4-af10dc0b, #w-node-b3e8f4da-f7c5-8abb-c3d3-cb649784f4ab-af10dc0b, #w-node-b3e8f4da-f7c5-8abb-c3d3-cb649784f4ac-af10dc0b {
  align-self: center;
}

#field-3.w-node-_2083c78b-6ae9-ae7b-6a84-ce08b14eb15a-af10dc0b, #field-4.w-node-_7df65189-7a13-ed5e-4dd4-a482834ed1df-af10dc0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5964347e-cb63-5cd3-91c2-8df6bf00de11-8e10dc0f {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1df-8e10dc0f {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e0-8e10dc0f, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e1-8e10dc0f {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e5-8e10dc0f {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e6-8e10dc0f, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1e7-8e10dc0f {
  align-self: center;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1eb-8e10dc0f {
  justify-self: start;
}

#w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1ec-8e10dc0f, #w-node-ba551c31-2535-bca8-e7b7-74d0fbd2e1ed-8e10dc0f {
  align-self: center;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df112-8e10dc0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df116-8e10dc0f, #w-node-b3903d66-742f-ead1-857c-4302b09df114-8e10dc0f {
  align-self: center;
}

#w-node-b3903d66-742f-ead1-857c-4302b09df12b-8e10dc0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf2b11a1-5a20-7322-708d-e7248452259f-8e10dc0f {
  align-self: center;
}

#w-node-_74d4b64a-644c-12cc-906a-035674ecedac-8e10dc0f {
  align-self: end;
}

#w-node-bbbd1310-9479-496a-eb60-097c0364c2e0-7910dc1b, #w-node-_5d34c5bb-217b-92a7-e549-3b4b4727ea3f-7910dc1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5faca873-efa1-c08e-df88-689fbcad68be-7910dc1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_966f7895-9a0e-8b86-798a-1769437ea249-7910dc1b, #w-node-_5a126cd9-8433-0df4-9de0-7815a5390acf-7910dc1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c376c1b-25bb-cd99-1814-94390dd6c2ec-6010dc1c {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_44a03f36-8f45-aa26-e6be-d582467a0125-b8a4bb0d {
    justify-self: center;
  }

  #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248b4-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248ec-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24924-a510db94 {
    align-self: auto;
  }

  #w-node-_0c80d366-9fac-dfa0-7b52-16b48c50525d-6d10dbb0, #w-node-_196700ee-34e3-9f24-e63a-1820d5c2392f-6d10dbb0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_930f2b79-dc4e-81ed-b081-f195e9512aa9-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512abf-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512adf-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c2476876e6-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c2476876fc-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768771c-5710dbb3 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49db74ed-abda-f8cb-d32d-563364c00400-64c003fb {
    justify-self: start;
  }

  #w-node-_49db74ed-abda-f8cb-d32d-563364c0042c-64c003fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49db74ed-abda-f8cb-d32d-563364c00442-64c003fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c4aea2f-af2c-21b8-baff-73fe94e36337-94e36334, #w-node-_6c4aea2f-af2c-21b8-baff-73fe94e3633e-94e36334, #w-node-_63710d8f-a472-73c1-52d1-d9d778d8acf8-3d10db91, #w-node-_036ed19e-b3dd-0b32-2053-653d9e8638a5-3d10db91, #w-node-_4bab4dae-6774-1c6d-f40f-7ce8154cc47b-6610db92, #w-node-c1699fb8-42e2-e972-9ada-6a7c77034c89-a510db94, #w-node-b0724e86-80c4-3fa4-357f-d9e3667a2e54-a510db94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7617bb15-d103-a18b-3acd-cd7e5e14da0e-19a955fb, #w-node-_10467299-bcb1-d9a5-2382-aef2144183f1-19a955fb {
    justify-self: start;
  }

  #w-node-_61eee7fb-0f0b-6df7-1351-043119a95615-19a955fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61eee7fb-0f0b-6df7-1351-043119a9562b-19a955fb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_58e8d405-41df-43d6-50a3-935bb89f4137-8410db95, #w-node-c5acf39b-92b3-85d4-f48f-84b1a70f2a11-8410db95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_98353e43-442d-7d9f-a23e-6dccd50d8149-8410db95 {
    grid-row-end: 2;
  }

  #w-node-aaff5ebc-20da-4f9a-8932-1a09a0f4f443-8410db95 {
    grid-row-end: 3;
  }

  #w-node-_693ce9fd-18e9-0d58-5742-e9ca31ce24c2-8410db95, #w-node-_3b3e4a47-a2d7-c097-86bc-8255158a453b-8410db95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_114a4226-e69b-d2eb-1e2c-50bedb6eddd0-8410db95 {
    justify-self: start;
  }

  #w-node-_2357b325-f60e-2074-44fe-45dc5beeb13e-8410db95 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6a583f3-2370-9a4d-3f4f-a8012cacf68e-8410db95 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_355c5e67-5b97-0ccb-21bf-f680db5782ee-8410dbb6, #w-node-e1cf6ddc-966e-e4e0-d741-140301c33b83-8410dbb6, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff64-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff91-7010dbb7, #w-node-_37f7e2d8-17f9-3899-c81a-5d9fbdacf68d-7010dbb7, #w-node-_37f7e2d8-17f9-3899-c81a-5d9fbdacf660-7010dbb7, #w-node-_8093d239-3f87-fdd2-b092-2bac4da537ac-7010dbb7, #w-node-b069d00a-f955-576f-30d3-98dd33c57651-7010dbb7, #w-node-_7e6902c9-9319-2b75-92e7-3319808a3bc7-c310dbb9, #w-node-_352d0629-7e69-7a01-3415-ff72a4450179-c310dbb9, #w-node-_172b4896-3256-a19f-a3fe-bcfcec525882-eb10dbbb, #w-node-ee580458-de0c-36b0-c106-8e3c08bc82a7-eb10dbbb, #w-node-bf2d5f10-c630-7d46-5db6-f35e1253d7f2-eb10dbbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf2d5f10-c630-7d46-5db6-f35e1253d7ec-eb10dbbb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c0ddcdee-4723-dec9-e899-718414f4034a-eb10dbbb, #w-node-c0ddcdee-4723-dec9-e899-718414f40350-eb10dbbb, #w-node-_12625857-c6a0-74a7-81b4-5ac7029a0fe3-eb10dbbb, #w-node-_12625857-c6a0-74a7-81b4-5ac7029a0fe9-eb10dbbb, #w-node-d3cff23b-2a8a-a8f4-4a6c-09ba1374cf04-eb10dbbb, #w-node-d3cff23b-2a8a-a8f4-4a6c-09ba1374cf0a-eb10dbbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5964347e-cb63-5cd3-91c2-8df6bf00de11-3b10dbff {
    grid-column: span 2 / span 2;
  }

  #w-node-bf2b11a1-5a20-7322-708d-e7248452259f-3b10dbff, #w-node-_74d4b64a-644c-12cc-906a-035674ecedac-3b10dbff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6cbef1b1-b008-7332-438c-d05c9704cebd-1c10dc02, #w-node-_6cbef1b1-b008-7332-438c-d05c9704cedb-1c10dc02 {
    grid-column: span 2 / span 2;
  }

  #w-node-bf2b11a1-5a20-7322-708d-e7248452259f-1c10dc02, #w-node-_74d4b64a-644c-12cc-906a-035674ecedac-1c10dc02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5964347e-cb63-5cd3-91c2-8df6bf00de11-7f10dc08 {
    grid-column: span 2 / span 2;
  }

  #w-node-bf2b11a1-5a20-7322-708d-e7248452259f-7f10dc08, #w-node-_74d4b64a-644c-12cc-906a-035674ecedac-7f10dc08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5964347e-cb63-5cd3-91c2-8df6bf00de11-8e10dc0f {
    grid-column: span 2 / span 2;
  }

  #w-node-bf2b11a1-5a20-7322-708d-e7248452259f-8e10dc0f, #w-node-_74d4b64a-644c-12cc-906a-035674ecedac-8e10dc0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_841b9445-72ab-f59b-5b6a-14291946e65f-9a10db36, #w-node-_841b9445-72ab-f59b-5b6a-14291946e667-9a10db36, #w-node-_841b9445-72ab-f59b-5b6a-14291946e674-9a10db36, #w-node-_841b9445-72ab-f59b-5b6a-14291946e67e-9a10db36, #w-node-_49db74ed-abda-f8cb-d32d-563364c003fe-64c003fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49db74ed-abda-f8cb-d32d-563364c00427-64c003fb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_49db74ed-abda-f8cb-d32d-563364c00442-64c003fb {
    grid-row: 3 / 4;
  }

  #w-node-_57482318-2284-a9b5-f27e-954a46c70465-46c70461, #w-node-_57482318-2284-a9b5-f27e-954a46c7046f-46c70461, #w-node-_4bd1a004-bd01-bae4-ddf7-c423f9b74829-0bdc507b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f84d6fd4-e194-de88-61c9-207a04611b61-0bdc507b {
    grid-column: span 2 / span 2;
  }

  #field-3.w-node-_60045835-be7b-5253-c162-d83ccca41617-4f10db90, #field-3.w-node-_84fa3c15-9a0f-87d7-a903-65221d515a0d-4f10db90, #field-3.w-node-_05e93c9b-b5f4-36ad-fa54-7deaba92de5a-4f10db90, #field-3.w-node-ce0b5d16-daf3-7766-be3c-ed3de1c213a6-4f10db90 {
    grid-column: span 1 / span 1;
  }

  #w-node-_63710d8f-a472-73c1-52d1-d9d778d8acf8-3d10db91, #w-node-_036ed19e-b3dd-0b32-2053-653d9e8638a5-3d10db91 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4bab4dae-6774-1c6d-f40f-7ce8154cc47b-6610db92 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2137bf21-c5fe-e24c-2321-db01c2b7dd29-6610db92, #w-node-fab7f3f9-6346-8798-8cc5-eff28fb4b82c-6610db92, #w-node-_8c7b774e-6ecb-8fb3-7c83-5ff96e6b6d97-6610db92, #w-node-_31e15751-d1c1-e8e0-f67f-e816441f227c-6610db92 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc9542a9-8ac6-4793-7366-e7b760d093d7-0b10db93, #w-node-_860b0b82-bdc1-fcfc-56f0-a6d4d7c85efb-0b10db93, #w-node-_71441a03-b07a-cf49-4987-62615ce6c958-0b10db93, #w-node-a0ee93af-386e-ea7f-3855-d4a5f9aec447-0b10db93 {
    justify-self: start;
  }

  #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248b4-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc248ec-a510db94, #w-node-_68a816db-3bf0-fcbf-3ec8-203c7dc24924-a510db94, #w-node-c1699fb8-42e2-e972-9ada-6a7c77034c89-a510db94, #w-node-b0724e86-80c4-3fa4-357f-d9e3667a2e54-a510db94, #w-node-_61eee7fb-0f0b-6df7-1351-043119a955fe-19a955fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61eee7fb-0f0b-6df7-1351-043119a95610-19a955fb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_61eee7fb-0f0b-6df7-1351-043119a9562b-19a955fb {
    grid-row: 3 / 4;
  }

  #w-node-_413d35dc-52ba-fc29-f286-be6fe6c74324-8410db95, #w-node-ab8f1f98-6903-24d6-f7bf-b13171db739c-8410db95, #w-node-_9cdf9de1-c8c0-5e27-6185-9c7174b3da6e-8410db95, #w-node-e8d75a3a-9dd7-d87a-bcaa-c992fa0c7930-8410db95, #w-node-_850aee44-b3a6-1e2d-ae8e-518dce8beeb6-8410db95, #w-node-_7073e87d-f806-de94-c0c7-85cb39faa5d6-8410db95, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512aa9-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512abf-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512adf-5710dbb3, #w-node-_930f2b79-dc4e-81ed-b081-f195e9512b09-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c2476876e6-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c2476876fc-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c24768771c-5710dbb3, #w-node-bb56c66d-e18f-5f00-4e11-d1c247687746-5710dbb3, #w-node-bf3abae8-7499-d9ad-40a2-77f40eb1db17-d110dbb4, #w-node-f2d70bc3-dd93-0340-22ea-c855fc2de497-d110dbb4, #w-node-_670d09c7-383e-a574-bb05-0e1ecc4a3208-d110dbb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_670d09c7-383e-a574-bb05-0e1ecc4a31ff-d110dbb4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2b8975bf-3344-d282-a4b7-86bc09b3e642-d110dbb4, #w-node-a4029df5-c97e-53ee-703d-a5cd427812d3-d110dbb4, #w-node-_96c27969-fa97-0625-86a4-e2fd0370b919-d110dbb4, #w-node-_96c27969-fa97-0625-86a4-e2fd0370b923-d110dbb4, #w-node-_70fc0f8c-d219-7dd3-a2ef-e66a9a6382ef-d110dbb4, #w-node-_96c27969-fa97-0625-86a4-e2fd0370b928-d110dbb4, #w-node-ee2b92d0-7774-0ea7-6b8c-4c762c2da01d-d110dbb4, #w-node-ee2b92d0-7774-0ea7-6b8c-4c762c2da014-d110dbb4, #w-node-a4177647-8760-d4df-bb32-a35e197ec258-d110dbb4, #w-node-_16335600-a725-1f0e-0145-e2aa4f7494c1-d110dbb4, #w-node-_0b300f0e-51ef-4360-1661-d4f7846e99a3-d110dbb4, #w-node-f7d43e6a-d22f-2b03-941a-727a11ae9224-d110dbb4, #w-node-c520e1ec-432a-1022-d2e3-963f28bf0fe6-8410dbb6, #w-node-c62ef1cb-56b2-09a6-1305-b35ca3a12e94-8410dbb6, #w-node-_69d8fb38-c9fc-95f1-e954-773b6985bff1-8410dbb6, #w-node-a1da0b45-8846-8b48-51ca-7444dc2bce6c-8410dbb6, #w-node-e55f105f-57a9-8f8f-c97d-a8493d3b922c-8410dbb6, #w-node-_8bb63c26-17ed-82cf-eb8a-0685089eb3b3-8410dbb6, #w-node-dac7b293-4c42-1fa0-e511-eebede12e2ac-8410dbb6, #w-node-_09a5ebf4-cb4f-3707-63c6-d2f3f1f6b08b-8410dbb6, #w-node-_0f3b6152-e48b-96cd-c4ca-d98fdc87fabc-7010dbb7, #w-node-_84e5d509-bf1f-e5dd-cfb5-3ba1ea65dca5-7010dbb7, #w-node-_18d38f94-3021-b7b2-b885-205b430a5bee-7010dbb7, #w-node-d7eaece2-0594-5937-1bfb-9ff733335c5a-7010dbb7, #w-node-f1d1b129-4358-3d8f-f696-75d69d148c75-7010dbb7, #w-node-beff916c-5005-b256-b8f6-54540846a01c-7010dbb7, #w-node-c484543c-05f4-3f66-ba47-8e24623373a1-7010dbb7, #w-node-_89eb5ba8-bd2a-14c9-ce09-27f14f2414db-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff65-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff70-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff7b-7010dbb7, #w-node-_79a6202b-5bd3-7c9c-d079-2d725856ff86-7010dbb7, #w-node-_37f7e2d8-17f9-3899-c81a-5d9fbdacf661-7010dbb7, #w-node-a131b442-3835-c91f-11dd-e7f7b879dc98-7010dbb7, #w-node-d1574b34-e5d1-0cc0-126a-ac05aeece581-7010dbb7, #w-node-_0e965ecf-e837-3966-6d0e-7f48f4c92813-c310dbb9, #w-node-_8e016d88-10c6-fb0e-590c-e15d4f694ccf-c310dbb9, #w-node-_637b3c06-182b-6b3c-6897-ab00fdc978d3-c310dbb9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_637b3c06-182b-6b3c-6897-ab00fdc978d1-c310dbb9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_63877107-5360-30a2-d495-e5130676d81d-c310dbb9, #w-node-_63877107-5360-30a2-d495-e5130676d81f-c310dbb9, #w-node-_5149374c-1431-78f8-1de5-99ce70636af6-c310dbb9, #w-node-_5149374c-1431-78f8-1de5-99ce70636b03-c310dbb9, #w-node-_5149374c-1431-78f8-1de5-99ce70636b10-c310dbb9, #w-node-_5149374c-1431-78f8-1de5-99ce70636b1d-c310dbb9, #w-node-a459b05b-e277-eb66-099d-e5c00cb15caa-c310dbb9, #w-node-_6ec38322-16ba-6fdc-1d94-382df56bd25b-c310dbb9, #w-node-ebe7c387-4a64-d7d9-371c-2e2d01ca2f08-eb10dbbb, #w-node-_4d76aa0f-81c9-73a2-04b2-216f53de2c58-eb10dbbb, #w-node-_75812783-ceea-ce49-ece9-1111a744d964-eb10dbbb, #w-node-_4fe08d45-426f-86e2-975c-ddafb2d7f461-eb10dbbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef23f4fb-9b17-01b1-7484-279e5c7528f5-eb10dbbb {
    grid-column: span 2 / span 2;
  }

  #w-node-_1aa1e210-3676-62c5-a253-774b5d3ac79f-eb10dbbb, #w-node-cd1999c5-2d8d-eaad-0896-7cce6a05b2d6-eb10dbbb {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df116-3b10dbff {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df114-3b10dbff, #w-node-b3903d66-742f-ead1-857c-4302b09df11f-3b10dbff, #w-node-b3903d66-742f-ead1-857c-4302b09df12b-3b10dbff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df116-1c10dc02 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df114-1c10dc02, #w-node-b3903d66-742f-ead1-857c-4302b09df11f-1c10dc02, #w-node-b3903d66-742f-ead1-857c-4302b09df12b-1c10dc02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed450a31-f140-72c5-7805-8c58132cdd1b-5010dc04, #w-node-d10e1a8d-0dfe-5c79-64a6-3965369c57fb-5010dc04, #w-node-dedd67ae-8a83-dffa-64fb-e8a16dfd03b4-5010dc04, #w-node-_9bdcdd86-ae81-bf15-20a0-7a7220d9ecf5-5010dc04, #w-node-_542eac44-8948-aff9-5acd-7fae034eb8f9-5010dc04, #w-node-_190b21a0-82df-19f6-1839-28d78b569d91-5010dc04, #w-node-cabe3cf6-36a1-48f6-49d6-9d63cacd45d8-5010dc04, #w-node-f6b45bd3-d028-667f-c19b-93c2405351eb-5010dc04, #w-node-d0b77127-3e1b-ec29-2eab-2e8a7408db6b-5010dc04, #w-node-_36ceaeee-958b-8717-e9de-1da429a8c046-5010dc04, #w-node-_123d3171-6474-a234-7ca4-0e26f68c56c1-5010dc04 {
    grid-column: span 1 / span 1;
  }

  #w-node-c441f6dc-a1dc-a041-3838-b5b8cc4c96c5-5010dc04 {
    justify-self: auto;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df116-7f10dc08 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df114-7f10dc08, #w-node-b3903d66-742f-ead1-857c-4302b09df11f-7f10dc08, #w-node-b3903d66-742f-ead1-857c-4302b09df12b-7f10dc08 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #field-3.w-node-_2083c78b-6ae9-ae7b-6a84-ce08b14eb15a-af10dc0b, #field-4.w-node-_7df65189-7a13-ed5e-4dd4-a482834ed1df-af10dc0b {
    grid-column: span 1 / span 1;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df116-8e10dc0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3903d66-742f-ead1-857c-4302b09df114-8e10dc0f, #w-node-b3903d66-742f-ead1-857c-4302b09df11f-8e10dc0f, #w-node-b3903d66-742f-ead1-857c-4302b09df12b-8e10dc0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Pt root ui';
  src: url('../fonts/PT-Root-UI_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pt root ui';
  src: url('../fonts/PT-Root-UI_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pt root ui';
  src: url('../fonts/PT-Root-UI_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pt root ui';
  src: url('../fonts/PT-Root-UI_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-BoldItalic.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}