.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

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

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

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

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

body {
  font-family: Onest, sans-serif;
  color: #b5b6bb;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
}

a {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
  color: #fff;
  text-decoration: underline;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

a:hover {
  opacity: 0.6;
}

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

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.111em;
  font-weight: 400;
}

strong {
  color: #fff;
  font-weight: 700;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 70px 146px;
  border: 0px solid #000;
  border-radius: 12px;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  color: #fff;
  font-size: 22px;
  line-height: 1.409em;
  font-weight: 500;
  text-align: center;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  text-align: center;
}

.page-wrapper {
  min-height: 100vh;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.style---styleguide-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.title-and-paragraph {
  margin-bottom: 56px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.template-page-sidebar {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
}

.grid-2-columns.changelog-item {
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  border-bottom: 1px solid #b5b6bb;
}

.grid-2-columns.changelog-item.first {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.grid-2-columns.product-page {
  grid-column-gap: 40px;
}

.grid-2-columns.checkout-page {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 0.45fr;
  grid-template-columns: 1fr 0.45fr;
}

.grid-2-columns.suprises-pages-right {
  margin-bottom: 124px;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0px;
}

.grid-2-columns.suprises-pages-left {
  margin-bottom: 124px;
  grid-column-gap: 100px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns.title-and-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.title-and-buttons._1-col-tablet {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: repeat(auto-fit, minmax(119px, 1.5fr));
}

.grid-2-columns.title-and-buttons.blog-title {
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.grid-2-columns.title-and-buttons.newsletter-grid {
  max-width: 1149px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: minmax(370px, 0.75fr) 1fr;
  grid-template-columns: minmax(370px, 0.75fr) 1fr;
}

.grid-2-columns.grid-testimonials {
  grid-column-gap: 40px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.grid-2-columns.blog-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.grid-2-columns.achievements-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.grid-2-columns.hero-v3-grid {
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
}

.grid-2-columns.blog-body-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
}

.grid-2-columns.perks-main-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 34px;
  -ms-grid-columns: 0.38fr 1fr;
  grid-template-columns: 0.38fr 1fr;
}

.grid-2-columns.careers-grid {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.grid-2-columns.career-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.grid-2-columns.contact-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.45fr 1fr;
  grid-template-columns: 0.45fr 1fr;
}

.grid-2-columns.faqs-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
}

.grid-2-columns.coming-soon-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.grid-2-columns.request-demo-grid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.65fr 1fr;
  grid-template-columns: 0.65fr 1fr;
}

.grid-2-columns.sales-page {
  max-width: 834px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

.style---navigation-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 rgba(20, 20, 43, 0.06);
}

.style---main-wrapper {
  background-color: rgba(26, 28, 56, 0.46);
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 12px;
  background-color: #07091b;
}

.card.link-card {
  background-image: none;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #b5b6bb;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.link-card:hover {
  opacity: 1;
  -webkit-transform: translate3d(0px, -8px, 0.01px);
  transform: translate3d(0px, -8px, 0.01px);
  color: #b5b6bb;
}

.card.link-card.search-item {
  min-height: 100%;
  padding: 40px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.card.link-card.search-item:hover {
  opacity: 0.6;
}

.card.link-card.integration {
  padding: 48px 24px;
}

.card.link-card.press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 48px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.link-card.contact-link---icon-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
  text-align: left;
}

.card.link-card.contact-link---icon-left-wrapper:hover {
  opacity: 0.6;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0px;
}

.card.whats-included {
  border-color: #1a1c38;
}

.card.figma-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-color: #1a1c38;
}

.card.sales-home-page {
  border-color: #1a1c38;
  background-image: none;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.card.sales-home-page:hover {
  opacity: 1;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.card.buy-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #475eff;
  background-color: #475eff;
  background-image: none;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.card.buy-now:hover {
  opacity: 1;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.card.buy-now.white {
  border-color: #1a1c38;
  background-color: #1a1c38;
}

.card.card-section-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.card.cta-v1 {
  position: relative;
  padding: 145px 40px;
  border-width: 0px;
  background-image: linear-gradient(45deg, #024bf4, #2e6dff 50%, #2ecff6);
}

.card.section-testimonial {
  position: relative;
  min-height: 100%;
  padding: 56px 51px 23px 53px;
  background-color: transparent;
}

.card.cta-v2 {
  position: relative;
  padding: 102px 40px;
  border-width: 0px;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.card.newsletter {
  position: relative;
  padding: 103px 40px;
  border-width: 0px;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.card.sidebar-author {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 100%;
  max-width: 456px;
  padding: 51px 24px 75px;
}

.card.integration-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.card.perk {
  min-height: 100%;
  padding: 94px 42px;
  text-align: center;
}

.card.career-item {
  min-height: 100%;
  padding: 68px 40px 68px 37px;
  cursor: pointer;
}

.card.career-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 63px 48px;
  border-width: 0px;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  text-align: center;
}

.card.contact-form {
  padding: 74px 30px;
}

.card.contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 97px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.contact-links.featured {
  position: relative;
  border-color: transparent;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.card.faq {
  padding: 43px;
  cursor: pointer;
}

.card.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 396px;
  min-height: 100%;
  padding: 38px 30px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.plan:hover {
  -webkit-transform: translate3d(0px, -8px, 0.01px);
  transform: translate3d(0px, -8px, 0.01px);
}

.card.product-add-cart {
  max-width: 589px;
  padding: 75px 53px;
}

.card.request-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 66px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.card.dropdown-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 621px;
  padding: 60px 40px;
}

.card.dropdown-card.desktop-header {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: hsla(0, 0%, 100%, 0.12);
}

.style---color-block {
  position: relative;
  min-height: 180px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.style---color-block.bg-accent-1 {
  background-color: #6248ff;
}

.style---color-block-content {
  padding: 24px 24px 32px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
}

.style---color-block-name {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.bg-accent-1 {
  background-color: #6248ff;
}

.bg-secondary-1 {
  background-color: #ac50ef;
}

.bg-secondary-2 {
  background-color: #7059fb;
}

.bg-secondary-3 {
  background-color: #2ecff6;
}

.bg-neutral-800 {
  background-color: #07091b;
}

.bg-neutral-700 {
  background-color: #1a1c38;
}

.bg-neutral-600 {
  background-color: #92939b;
}

.bg-neutral-500 {
  background-color: #83848d;
}

.bg-neutral-400 {
  background-color: #9c9da4;
}

.bg-neutral-300 {
  background-color: #b5b6bb;
}

.bg-neutral-200 {
  background-color: #e7e7e9;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style---color-block-text-example {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  padding: 10px 14px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.style---color-block-text-example.color-accent-1 {
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.style---color-block-text-example.badge-dark {
  background-color: #07091b;
}

.color-accent-1 {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  color: #6248ff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-secondary-1 {
  color: #ac50ef;
}

.color-secondary-2 {
  color: #7059fb;
}

.color-secondary-3 {
  color: #2ecff6;
}

.color-neutral-800 {
  color: #07091b;
}

.color-neutral-700 {
  color: #1a1c38;
}

.color-neutral-600 {
  color: #92939b;
}

.color-neutral-500 {
  color: #83848d;
}

.color-neutral-300 {
  color: #b5b6bb;
}

.color-neutral-200 {
  color: #e7e7e9;
}

.color-neutral-100 {
  color: #fff;
}

.bg-green-400 {
  background-color: #11845b;
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: #086cd9;
}

.color-blue-400 {
  color: #086cd9;
}

.bg-blue-300 {
  background-color: #1d88fe;
}

.color-blue-300 {
  color: #1d88fe;
}

.bg-blue-200 {
  background-color: #8fc3ff;
}

.bg-blue-100 {
  background-color: #eaf4ff;
}

.color-blue-100 {
  color: #eaf4ff;
}

.color-neutral-400 {
  color: #9c9da4;
}

.bg-green-300 {
  background-color: #05c168;
}

.color-green-300 {
  color: #05c168;
}

.bg-green-200 {
  background-color: #7fdca4;
}

.color-green-200 {
  color: #7fdca4;
}

.color-green-100 {
  color: #def2e6;
}

.bg-green-100 {
  background-color: #def2e6;
}

.bg-red-400 {
  background-color: #dc2b2b;
}

.color-red-400 {
  color: #dc2b2b;
}

.bg-red-300 {
  background-color: #ff5a65;
}

.color-red-300 {
  color: #ff5a65;
}

.bg-red-200 {
  background-color: #ffbec2;
}

.color-red-200 {
  color: #ffbec2;
}

.bg-red-100 {
  background-color: #ffeff0;
}

.color-red-100 {
  color: #ffeff0;
}

.bg-orange-400 {
  background-color: #d5691b;
}

.color-orange-400 {
  color: #d5691b;
}

.bg-orange-300 {
  background-color: #ff9e2c;
}

.color-orange-300 {
  color: #ff9e2c;
}

.bg-orange-200 {
  background-color: #ffd19b;
}

.color-orange-200 {
  color: #ffd19b;
}

.bg-orange-100 {
  background-color: #fff3e4;
}

.color-orange-100 {
  color: #fff3e4;
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  margin-bottom: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._0px {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider.career-divider {
  margin-top: 84px;
  margin-bottom: 140px;
}

.divider.card-plan-divider {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style---typography-block-grid {
  justify-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(auto, 320px) 1fr;
  grid-template-columns: minmax(auto, 320px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-80px {
  margin-top: 80px;
}

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

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

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 400;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

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

.text-200.color-neutral-100.billing-cycle {
  margin-bottom: 4%;
}

.text-200.color-neutral-100.product-billing-cycle {
  margin-bottom: 3%;
}

.display-1 {
  color: #fff;
  font-size: 90px;
  line-height: 1.156em;
  font-weight: 500;
}

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

.grid-1-column.features-grid {
  grid-row-gap: 20px;
}

.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  font-family: Onest, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 1.188em;
  font-weight: 500;
}

.display-2.mg-bottom-0.category-title {
  margin-right: 17px;
}

.display-2.plan-title {
  margin-right: 3%;
  margin-bottom: 0px;
}

.display-3 {
  color: #fff;
  font-size: 38px;
  line-height: 1.368em;
  font-weight: 500;
}

.display-4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.429em;
  font-weight: 500;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
  font-weight: 400;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
}

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

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

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 400;
}

.text-100.medium {
  font-weight: 500;
}

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

.text-100.search-item-link {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-bold {
  color: #07091b;
  font-weight: 700;
}

.text-link {
  background-image: none;
  text-decoration: underline;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.style---buttons-grid.download-app-grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid-3-columns.logo-strip-v2 {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-columns.image-center-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.grid-3-columns.values-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.team-grid {
  grid-column-gap: 34px;
  grid-row-gap: 80px;
}

.grid-3-columns.integrations-grid {
  grid-column-gap: 38px;
  grid-row-gap: 40px;
}

.grid-3-columns.pricing {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.logo-strip-v3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 43px;
  grid-row-gap: 56px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}

.style---shadow-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  padding: 32px 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #07091b;
  color: #fff;
  text-align: center;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 rgba(20, 20, 43, 0.14);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 rgba(20, 20, 43, 0.16);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 rgba(20, 20, 43, 0.24);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 rgba(98, 72, 255, 0.2);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 rgba(98, 72, 255, 0.4);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 rgba(98, 72, 255, 0.9);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 hsla(0, 0%, 100%, 0.2);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 hsla(0, 0%, 100%, 0.3);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 rgba(255, 255, 255, 0.55);
}

.style---heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07091b;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.08);
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-right: auto;
  margin-left: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._895px {
  max-width: 895px;
}

.inner-container._784px {
  max-width: 784px;
}

.inner-container._508px {
  max-width: 508px;
}

.inner-container._608px {
  max-width: 608px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._649px {
  max-width: 649px;
}

.inner-container._590px {
  max-width: 590px;
}

.inner-container._525px {
  max-width: 525px;
}

.inner-container._434px {
  max-width: 434px;
}

.inner-container._403px {
  max-width: 403px;
}

.inner-container._659px {
  max-width: 659px;
}

.inner-container._495px {
  max-width: 495px;
}

.inner-container._437px {
  max-width: 437px;
}

.inner-container._773px {
  max-width: 773px;
}

.inner-container._627px {
  max-width: 627px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._342px {
  max-width: 342px;
}

.inner-container._458px {
  max-width: 458px;
}

.inner-container._956px {
  max-width: 956px;
}

.inner-container._190px {
  max-width: 190px;
}

.inner-container._148px {
  max-width: 148px;
}

.inner-container._708px {
  max-width: 708px;
}

.inner-container._132px {
  max-width: 132px;
}

.inner-container._143px {
  max-width: 143px;
}

.inner-container._1131px {
  max-width: 1131px;
}

.inner-container.logo-strip-v2-title {
  max-width: 540px;
  min-width: 360px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-container._1090px {
  max-width: 1090px;
}

.inner-container._463px {
  max-width: 463px;
}

.inner-container._487px {
  max-width: 487px;
}

.inner-container._723px {
  max-width: 723px;
}

.inner-container._1123px {
  max-width: 1123px;
}

.inner-container._715px {
  max-width: 715px;
}

.inner-container._145px {
  max-width: 145px;
}

.inner-container._352px {
  max-width: 352px;
}

.inner-container._41 {
  max-width: 41%;
}

.inner-container._713px {
  max-width: 713px;
}

.inner-container._343px {
  max-width: 343px;
}

.inner-container._582px {
  max-width: 582px;
}

.inner-container._429px {
  max-width: 429px;
}

.inner-container._50 {
  max-width: 50%;
}

.inner-container.hero-v8-content {
  max-width: 45%;
  min-width: 491px;
  margin-right: 20px;
}

.inner-container._795px {
  max-width: 795px;
}

.inner-container._408px {
  max-width: 408px;
}

.inner-container.contact-link---icon-left {
  max-width: 45px;
  margin-right: 13px;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._785px {
  max-width: 785px;
}

.inner-container._26px {
  max-width: 26px;
}

.inner-container.faqs-title {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  max-width: 345px;
}

.inner-container._302px {
  max-width: 302px;
}

.inner-container.contact-left {
  width: 100%;
  max-width: 400px;
  min-width: 295px;
}

.inner-container.contact-right {
  width: 100%;
  max-width: 824px;
}

.inner-container._442px {
  max-width: 442px;
}

.inner-container._722px {
  max-width: 722px;
}

.inner-container._1057px {
  max-width: 1057px;
}

.inner-container._559px {
  max-width: 559px;
}

.inner-container.coming-soon-image-wrapper {
  max-width: 363px;
}

.inner-container._728px {
  max-width: 728px;
}

.inner-container._493px {
  max-width: 493px;
}

.inner-container._438px {
  max-width: 438px;
}

.inner-container._160px {
  max-width: 160px;
}

.style---content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #07091b;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.08);
}

.style---heading-icon-wrapper {
  margin-right: 18px;
  border-radius: 12px;
  background-color: #6248ff;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

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

.style---content-wrapper {
  padding-top: 40px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.14);
  border-radius: 12px;
  background-color: #07091b;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.style---components-wrapper {
  border-radius: 12px;
  background-color: #07091b;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  padding: 48px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #07091b;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  padding: 26px 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.3);
  background-image: none;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-primary:hover {
  box-shadow: 0 2px 15px 0 rgba(98, 72, 255, 0.9);
  opacity: 1;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0px;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-primary.white {
  background-color: #fff;
  color: #6248ff;
}

.btn-primary.white:hover {
  box-shadow: 0 2px 20px 0 rgba(255, 255, 255, 0.55);
}

.btn-primary.white.no-hover {
  color: #475eff;
}

.btn-primary.white.no-hover:hover {
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-primary.white.form-btn-wrapper {
  padding: 0px;
}

.btn-primary.inside-input {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-primary.inside-input.default {
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 16px 24px;
}

.btn-primary.download-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-primary.download-app.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-primary.no-hover:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-primary.form-btn {
  border-radius: 0px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary.form-btn:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-primary.form-btn-default {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.btn-primary.form {
  background-image: -webkit-gradient(linear, left top, right top, from(#ac50ef), color-stop(52%, #7059fb), to(#2ecff6));
  background-image: linear-gradient(90deg, #ac50ef, #7059fb 52%, #2ecff6);
}

.btn-secondary {
  overflow: hidden;
  padding: 26px 38px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  text-align: center;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-secondary:hover {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0px, -3px, 0.01px);
  transform: translate3d(0px, -3px, 0.01px);
  color: #07091b;
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.small.category {
  padding-right: 28px;
  padding-left: 28px;
  font-size: 18px;
}

.btn-secondary.small.category.w--current {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 1.1em;
}

.btn-secondary.white {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.btn-secondary.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #07091b;
}

.badge-primary {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 6px;
  background-color: #6248ff;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
}

.badge-primary.white {
  background-color: #fff;
  background-image: none;
  color: #6248ff;
}

.badge-primary.light {
  background-color: #ac50ef;
  background-image: none;
}

.badge-primary.small {
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.badge-secondary {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.06);
  color: #07091b;
  font-size: 18px;
  line-height: 1.111em;
  text-align: center;
  text-decoration: none;
}

.badge-secondary.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.badge-secondary.light {
  border-width: 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: none;
  color: #fff;
}

.badge-secondary.light.badge-integration {
  margin-left: 15px;
  padding: 14px 18px;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 1.1em;
}

.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  margin-bottom: 0px;
  padding: 26px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
}

.input:hover {
  border-color: #fff;
}

.input:focus {
  border-color: #fff;
  color: #fff;
}

.input.-wfp-focus {
  border-color: #fff;
  color: #fff;
}

.input::-webkit-input-placeholder {
  color: #b5b6bb;
}

.input:-ms-input-placeholder {
  color: #b5b6bb;
}

.input::-ms-input-placeholder {
  color: #b5b6bb;
}

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

.input.small {
  min-height: 46px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.large {
  min-height: 76px;
}

.input.input-subscribe-footer {
  margin-bottom: 0px;
}

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

.input.cart-quantity-input {
  width: 70px;
  min-height: 48px;
  padding: 15px 16px;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0px;
}

.input.blog-search {
  margin-right: 24px;
}

.input.white {
  border-color: #fff;
}

.input.white:hover {
  border-color: rgba(7, 9, 27, 0.4);
}

.input.white:focus {
  border-color: rgba(7, 9, 27, 0.4);
}

.input.white::-webkit-input-placeholder {
  color: #fff;
}

.input.white:-ms-input-placeholder {
  color: #fff;
}

.input.white::-ms-input-placeholder {
  color: #fff;
}

.input.white::placeholder {
  color: #fff;
}

.position-relative {
  position: relative;
}

.position-relative.z-index-1.download-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.position-relative.z-index--1 {
  z-index: -1;
}

.position-relative.integrations-hero-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-relative.hero-v8-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-relative.coming-soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area {
  max-height: 250px;
  max-width: 100%;
  min-height: 198px;
  min-width: 100%;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease;
  color: #fff;
  font-size: 18px;
}

.text-area:hover {
  border-color: #fff;
}

.text-area:focus {
  border-color: #fff;
  color: #fff;
}

.text-area::-webkit-input-placeholder {
  color: #b5b6bb;
}

.text-area:-ms-input-placeholder {
  color: #b5b6bb;
}

.text-area::-ms-input-placeholder {
  color: #b5b6bb;
}

.text-area::placeholder {
  color: #b5b6bb;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #9c9da4;
  border-radius: 6px;
  background-color: #1a1c38;
  box-shadow: 0 1px 6px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
}

.checkbox:hover {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  margin-top: 0px;
  margin-left: 0px;
  border-width: 0px;
  background-image: url('../images/check-form-brix-templates-webflow.svg'), linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

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

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-color: #9c9da4;
  background-color: #1a1c38;
  box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
  -webkit-transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, border-width 300ms ease, background-color 300ms ease;
}

.radio-button:hover {
  border-color: #fff;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #fff;
}

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

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 290px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.avatar-circle {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 72px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon-font {
  font-family: 'Social Icons Font', sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.social-icon-square:hover {
  background-color: #fff;
  opacity: 1;
  color: #07091b;
}

.social-icon-square.size-24px {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  border-radius: 6px;
  font-size: 14px;
}

.social-icon-square.size-24px.v2 {
  border-radius: 2px;
}

.social-icon-square.size-24px.v2:hover {
  background-color: #fff;
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.size-39px {
  width: 39px;
  height: 39px;
  min-height: 39px;
  min-width: 39px;
}

.line-rounded-icon {
  font-family: 'Line Rounded Icons', sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  display: inline-block;
  margin-left: 8px;
}

.line-rounded-icon.link-icon-left {
  display: inline-block;
  margin-right: 6px;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  color: #7059fb;
  font-size: 40px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 20px;
  font-size: 80px;
}

.line-rounded-icon.success-message-check.left-icon {
  margin-right: 25px;
}

.line-rounded-icon.success-message-check---left {
  margin-right: 8px;
  margin-bottom: 0px;
  font-size: 22px;
}

.line-rounded-icon.feature-check {
  margin-top: -5px;
  margin-right: 15px;
  color: #fff;
  font-size: 25px;
}

.line-rounded-icon.feature-check.popular {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 52%, #2ecff6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 20px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-square-icon {
  font-family: 'Line Square Icons', sans-serif;
}

.line-square-icon.top-bar-close-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: 0.55;
}

.filled-icons {
  font-family: 'Filled Icons', sans-serif;
}

.rich-text img {
  border-radius: 12px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 32px;
}

.rich-text h2 {
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text ul {
  margin-bottom: 48px;
}

.rich-text ol {
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.style---dropdown-wrapper-sidebar {
  overflow: hidden;
  width: 100%;
}

.style---dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #b5b6bb;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.style---dropdown-toggle:hover {
  color: #fff;
}

.style---dropdown-toggle.w--open {
  color: #fff;
}

.buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 28px;
  grid-row-gap: 25px;
}

.buttons-row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buttons-row.center---tablet {
  margin-top: 40px;
}

.style---dropdown-list-sidebar {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b5b6bb;
  background-color: transparent;
}

.style---dropdown-link-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px 12px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 4px solid transparent;
  background-image: none;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #92939b;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: #fff;
  background-color: #1a1c38;
  opacity: 1;
  color: #fff;
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: #fff;
  background-color: #1a1c38;
  color: #fff;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.style---sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style---logo-wrapper {
  width: 100%;
  padding: 38px 22px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  background-color: #1a1c38;
  color: #92939b;
  text-align: center;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
}

.style---logo-sidebar {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.style---logo-sidebar:hover {
  opacity: 0.6;
}

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

.container-default.order-confirmation {
  display: block;
}

.container-default.center {
  margin-right: auto;
  margin-left: auto;
}

.elements---page-hero {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(26, 28, 56, 0.22);
}

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

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

.section.hero {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero.v1 {
  padding-top: 120px;
  padding-bottom: 90px;
}

.section.hero.v2 {
  padding-top: 83px;
  padding-bottom: 0px;
}

.section.hero.v3 {
  padding-top: 81px;
  padding-bottom: 140px;
}

.section.hero.v3.overflow-visible {
  overflow: visible;
}

.section.hero.v4 {
  padding-top: 83px;
  padding-bottom: 80px;
}

.section.hero.v5 {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section.hero.v6 {
  padding-top: 124px;
  padding-bottom: 226px;
}

.section.hero.v7 {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.hero.v8 {
  padding-top: 28px;
  padding-bottom: 178px;
}

.section.hero.pricing {
  padding-top: 83px;
  padding-bottom: 140px;
}

.section.hero.product {
  padding-top: 116px;
  padding-bottom: 80px;
}

.section.hero.coming-soon {
  overflow: visible;
  padding-top: 212px;
  padding-bottom: 288px;
}

.section.hero.request-demo {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 235px;
}

.section.hero.not-found {
  overflow: visible;
  padding-top: 146px;
  padding-bottom: 326px;
}

.section.hero.password-page {
  padding-top: 65px;
  padding-bottom: 293px;
}

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

.section.template-pages-hero {
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.cta-home-pages {
  padding-top: 0px;
}

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

.section.pd-top-0px {
  padding-top: 0px;
}

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

.section.pd-bottom-215px {
  padding-bottom: 180px;
}

.top-bar-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 72px;
  padding-left: 72px;
  background-color: #6248ff;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  color: #fff;
  text-align: center;
}

.top-bar-wrapper.left {
  text-align: left;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-flex.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-wrapper {
  display: inline-block;
  background-image: none;
  color: #fff;
  line-height: 1.111em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.link-wrapper:hover {
  color: #fff;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #7059fb;
}

.link-wrapper.color-accent-1 {
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-wrapper.contact-links {
  font-size: 1.25vw;
}

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

.elements---element-title {
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #1a1c38;
}

.elements---element-title.first {
  margin-top: 0px;
}

.elements---element-title.first.large {
  margin-top: 0px;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: #fff;
  font-size: 54px;
  line-height: 1.222em;
  font-weight: 500;
}

.heading-h2-size {
  color: #fff;
  font-size: 38px;
  line-height: 1.316em;
  font-weight: 500;
}

.heading-h3-size {
  color: #fff;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 500;
}

.heading-h4-size {
  color: #fff;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 500;
}

.heading-h5-size {
  color: #fff;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

.heading-h6-size {
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

.header-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.header-wrapper.center {
  padding-top: 29px;
  padding-bottom: 29px;
}

.header-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav-menu-wrapper.hamburger-desktop {
  padding: 24px;
  border-top: 1px solid #b5b6bb;
  border-bottom: 1px solid #b5b6bb;
  background-color: #1a1c38;
}

.header-nav-menu-wrapper.hamburger-desktop.desktop-header {
  position: fixed;
  top: 0px;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.header-nav-menu-list {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header-nav-menu-list.desktop-header {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-nav-link {
  padding: 0px;
  background-image: none;
  color: #fff;
  line-height: 1.111em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.header-nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.header-nav-link.dropdown-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.header-nav-link.dropdown-nav-link:hover {
  opacity: 0.6;
}

.header-nav-link.dropdown-nav-link.desktop-header {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav-link.cart-link {
  background-color: transparent;
}

.header-nav-link.desktop-header {
  font-size: 48px;
}

.header-nav-list-item {
  margin-bottom: 0px;
  padding-left: 32px;
  line-height: 1.111em;
}

.header-nav-list-item.middle {
  padding-right: 16px;
  padding-left: 16px;
}

.header-nav-list-item.middle.desktop-header {
  margin-bottom: 40px;
}

.header-nav-list-item.show-in-tablet-btn {
  display: none;
}

.header-nav-list-item.desktop-header-button {
  width: 100%;
  margin-top: auto;
  padding-left: 0px;
}

.dropdown-column-wrapper {
  padding-top: 30px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.dropdown-column-wrapper.desktop {
  position: static;
  max-width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header-logo {
  max-width: 90%;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -6px;
}

.header-logo.center {
  max-width: 80%;
  margin-left: 0px;
}

.header-logo-link {
  max-width: 325px;
  padding-left: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.hamburger-menu-wrapper {
  padding: 0px;
}

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

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.header-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-circle-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.3);
  background-image: none;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-primary:hover {
  box-shadow: 0 2px 20px 0 rgba(98, 72, 255, 0.9);
  opacity: 1;
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
  color: #fff;
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 24px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 36px;
}

.btn-circle-primary.white {
  background-color: #fff;
  color: #6248ff;
}

.btn-circle-primary.white:hover {
  box-shadow: 0 2px 20px 0 rgba(255, 255, 255, 0.55);
}

.btn-circle-primary.slider-arrow {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-circle-primary.slider-arrow.right---top-right {
  top: -153px;
}

.btn-circle-primary.pagination-btn {
  margin-top: 80px;
  margin-left: 12px;
  border-width: 0px;
}

.btn-circle-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1a1c38;
  background-image: none;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-circle-secondary:hover {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
  color: #07091b;
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 24px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 36px;
}

.btn-circle-secondary.white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-circle-secondary.white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #07091b;
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-circle-secondary.slider-arrow.left---top-right {
  left: auto;
  top: -153px;
  right: 84px;
  bottom: auto;
}

.btn-circle-secondary.search-icon {
  overflow: hidden;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  font-family: 'Line Rounded Icons', sans-serif;
}

.btn-circle-secondary.pagination-btn {
  margin-top: 80px;
  margin-right: 12px;
  border-width: 0px;
}

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-template-columns: repeat(auto-fit, 32px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-grid-top.right {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.social-media-grid-top.size-39px {
  grid-template-columns: repeat(auto-fit, 39px);
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-vertical.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal.children-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-horizontal.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-wrapper {
  overflow: hidden;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
}

.footer-logo {
  max-width: 93%;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -6px;
}

.footer-logo-wrapper {
  max-width: 325px;
  margin-bottom: 16px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0px;
}

.nav-menu-list-wrapper {
  margin-right: 39px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.nav-menu-list-wrapper.last {
  margin-right: 0px;
}

.nav-menu-list-item {
  margin-bottom: 20px;
  padding-left: 0px;
  line-height: 1.111em;
}

.nav-link {
  background-image: none;
  color: #9c9da4;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

.footer-top.border-bottom {
  border-bottom: 1px solid #b5b6bb;
}

.footer-top.border-bottom.v2 {
  padding-top: 58px;
  padding-bottom: 58px;
  border-bottom-color: rgba(255, 255, 255, 0.19);
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
}

.footer-bottom.v2 {
  padding-top: 56px;
  padding-bottom: 56px;
  border-top-width: 0px;
}

.footer-bottom.text-center.bottom-v2 {
  border-top-color: hsla(0, 0%, 100%, 0.14);
}

.footer-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-footer-2-column---logo-and-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 210px;
  -ms-grid-columns: 1fr 1.8fr;
  grid-template-columns: 1fr 1.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-subscribe-form-button-left {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.success-message.card-newsletter {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: left;
}

.success-message.text-left.coming-soon {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1c38;
  border-radius: 20px;
  background-color: #07091b;
}

.error-message {
  margin-top: 20px;
  padding: 0px;
  background-color: transparent;
  color: #ff5a65;
}

.error-message.password {
  color: #ffbec2;
  text-align: center;
}

.error-message.light {
  color: #ffbec2;
}

.grid-footer-paragrah---social-media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.social-media-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6248ff;
  text-align: left;
  text-decoration: none;
}

.social-media-link-wrapper:hover {
  color: #6248ff;
}

.social-media-link-wrapper.v2 {
  background-image: none;
  color: #9c9da4;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.social-media-link-wrapper.v2:hover {
  opacity: 1;
  color: #fff;
}

.social-media-link-text {
  margin-left: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #92939b;
}

.social-media-link-text:hover {
  color: #fff;
}

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

.text-center.mobile-l {
  text-align: left;
}

.card-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(231, 231, 233, 0.4);
  border-radius: 14px;
  background-image: none;
  -webkit-transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-link-icon:hover {
  border-color: #6248ff;
  -webkit-transform: scale3d(0.96, 0.96, 1.01);
  transform: scale3d(0.96, 0.96, 1.01);
}

.card-link-icon.footer-v2 {
  padding: 26px 28px;
  border-color: rgba(231, 231, 233, 0.11);
  border-radius: 6px;
  font-weight: 400;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.opacity-90 {
  opacity: 0.9;
}

.overflow-hidden {
  overflow: hidden;
}

.slider-wrapper {
  height: 100%;
  background-color: transparent;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-371px {
  overflow: visible;
  max-width: 371px;
}

.accordion-spacer {
  min-height: 33px;
}

.accordion-spacer.faq {
  min-height: 25px;
}

.empty-state {
  padding: 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 12px;
  background-color: transparent;
  text-align: center;
}

.empty-state.card-empty {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
}

.empty-state.cart-empty {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.image.cover {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 38px;
}

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

.height-100 {
  height: 100%;
}

.divider-details {
  width: 32px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #9c9da4;
}

.divider-details.card-career-details-divider {
  max-width: 32px;
  min-width: 10px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.divider-details.career-details-divider {
  max-width: 32px;
  min-width: 10px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image-wrapper {
  max-width: 100px;
  margin-right: 16px;
}

.image-wrapper.hero-v1 {
  position: relative;
  z-index: -1;
  max-height: 767px;
  margin-top: -9%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  mix-blend-mode: lighten;
}

.image-wrapper.card-section-feature-mockup-image {
  max-width: 317px;
  margin-right: 25px;
  margin-bottom: -169px;
}

.image-wrapper.height-100.top-image {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-wrapper.step-image {
  max-width: 427px;
}

.image-wrapper.feature-image {
  position: relative;
  z-index: -1;
  width: 144%;
  margin-top: -32%;
  margin-bottom: -23%;
}

.image-wrapper.integration-icon {
  border-radius: 6px;
}

.image-wrapper.card-section-testimonial-image {
  position: relative;
  right: -28%;
  width: 100%;
  max-width: 501px;
  margin-top: -9%;
}

.image-wrapper.hero-v2 {
  position: relative;
  z-index: -1;
  max-height: 640px;
  margin-top: -28%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  mix-blend-mode: lighten;
}

.image-wrapper.border-radius-12px.team-item-image {
  border-style: solid;
  border-width: 0.5px;
  border-color: hsla(0, 0%, 100%, 0.4);
}

.image-wrapper.border-radius-12px.team-item-image:hover {
  opacity: 1;
}

.image-wrapper.border-radius-12px.border-default {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition-property: none;
  transition-property: none;
}

.image-wrapper.border-radius-12px.border-default:hover {
  opacity: 1;
}

.image-wrapper.border-radius-12px.border-default.card-author {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.image-wrapper.border-radius-12px.border-default.card-author:hover {
  opacity: 0.6;
}

.image-wrapper.round-image {
  border-radius: 50%;
}

.image-wrapper.coming-soon-image {
  margin: -20px;
}

.image-wrapper.not-found-bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  max-height: 742px;
  margin-top: -232px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  mix-blend-mode: lighten;
}

.image-wrapper.not-found-bg.v2 {
  margin-top: -320px;
}

.image-wrapper.cart-item-image-wrapper {
  max-width: 54px;
  margin-right: 16px;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.template-pages---nav-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #92939b;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.template-pages---nav-item-link:hover {
  background-color: #1a1c38;
  opacity: 1;
  color: #fff;
}

.template-pages---nav-item-link.w--current {
  background-color: #1a1c38;
  color: #fff;
  font-weight: 700;
}

.cart-button-wrapper {
  margin-left: 16px;
}

.cart-quantity {
  display: block;
  height: auto;
  min-width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 400;
}

.cart-container {
  border-radius: 12px;
  background-color: #07091b;
  box-shadow: none;
}

.cart-header {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

.cart-list {
  padding-right: 0px;
  padding-left: 0px;
}

.cart-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top-color: hsla(0, 0%, 100%, 0.4);
}

.cart-item-title {
  margin-bottom: 8px;
  background-image: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.cart-item-price {
  margin-bottom: 10px;
  color: #b5b6bb;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.cart-item-wrapper {
  padding: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.cart-item-wrapper:last-child {
  border-bottom-width: 0px;
}

.cart-subtotal-number {
  color: #fff;
}

.pay-btn {
  border-radius: 6px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.pay-btn.cart {
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.pay-btn.order-summary {
  height: 50px;
}

.cart-line-item {
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #07091b;
  font-size: 28px;
  text-decoration: none;
}

.cart-close-button:hover {
  color: #6248ff;
}

.checkout-form {
  min-height: auto;
  padding: 0px;
  background-color: transparent;
}

.checkout-col-left {
  margin-right: 0px;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  padding: 0px 0px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  border-width: 0px 0px 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.checkout-block-content {
  padding: 40px 0px 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0px;
}

.shipping-list {
  border: 0px solid #000;
}

.shipping-method {
  padding: 31px 0px;
  grid-column-gap: 12px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b5b6bb;
}

.shipping-price {
  color: #07091b;
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0px;
}

.order-item {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.order-list-price {
  color: #fff;
  font-weight: 700;
}

.order-list-title {
  margin-bottom: 8px;
  background-image: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.order-option-item {
  padding-left: 0px;
}

.order-item-bold {
  color: #fff;
  font-weight: 700;
}

.order-summary-price {
  color: #fff;
}

.discounts-wrapper {
  margin-top: 32px;
  padding: 32px 0px 0px;
  border-width: 1px 0px 0px;
  border-top-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
}

.order-item-content {
  margin-left: 0px;
}

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

.z-index-1 {
  position: relative;
  z-index: 1;
}

.home-pages-cointainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-pages-top-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-home-link-wrapper {
  overflow: hidden;
  max-width: 400px;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1c38;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-home-link-wrapper:hover {
  opacity: 1;
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.image-home-link {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-pages-bottom-wrapper {
  position: static;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-sales-home-image {
  border-bottom: 1px solid #1a1c38;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-sales-home-content {
  padding: 32px;
  color: #fff;
  text-align: center;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.figma-file-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge-home {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  padding: 8px 14px;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#6248ff), to(#2ecff6));
  background-image: linear-gradient(90deg, #6248ff, #2ecff6);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.home-surprises-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-right: 56px;
  padding-left: 56px;
}

.cta-square-logo {
  margin-bottom: 22px;
  border-radius: 22px;
  box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
}

.cta-square-logo.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e9;
}

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

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.order-summary-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}

.text-no-wrap {
  white-space: nowrap;
}

.shipping-method-content {
  margin-right: 0px;
  margin-left: 0px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.btn-primary-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(45deg, #024bf4, #7059fb 100%, #052e95);
}

.position-absolute.dots-divider {
  z-index: 1;
  width: 16px;
  height: 13px;
  max-height: 13px;
}

.position-absolute.card-section-feature-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-bottom: -5%;
  opacity: 0.6;
  mix-blend-mode: lighten;
}

.position-absolute.cta-v1-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  mix-blend-mode: screen;
}

.position-absolute.full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0;
  color: #fff;
  mix-blend-mode: color-dodge;
}

.position-absolute.full.blog-post-image-bg {
  overflow: hidden;
  padding: 1px;
  border-radius: 12px;
  opacity: 0.2;
  mix-blend-mode: lighten;
}

.position-absolute.full.blog-post-image-bg-fade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07091b), color-stop(70%, rgba(7, 9, 27, 0)));
  background-image: linear-gradient(180deg, #07091b, rgba(7, 9, 27, 0) 70%);
}

.position-absolute.card-section-testimonial-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  mix-blend-mode: lighten;
}

.position-absolute.card-section-feature-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #07091b), color-stop(80%, rgba(7, 9, 27, 0)));
  background-image: linear-gradient(180deg, #07091b 60%, rgba(7, 9, 27, 0) 80%);
}

.position-absolute.card-section-testimonial-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #07091b), color-stop(80%, rgba(7, 9, 27, 0)));
  background-image: linear-gradient(180deg, #07091b 55%, rgba(7, 9, 27, 0) 80%);
}

.position-absolute.hero-logo-strip-fade---left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, right top, from(#07091b), to(rgba(7, 9, 27, 0)));
  background-image: linear-gradient(90deg, #07091b, rgba(7, 9, 27, 0));
}

.position-absolute.hero-logo-strip-fade---right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  background-image: -webkit-gradient(linear, right top, left top, from(#07091b), to(rgba(7, 9, 27, 0)));
  background-image: linear-gradient(270deg, #07091b, rgba(7, 9, 27, 0));
}

.position-absolute.hero-v1-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07091b), color-stop(16%, rgba(7, 9, 27, 0)), color-stop(70%, rgba(7, 9, 27, 0)), to(#07091b));
  background-image: linear-gradient(180deg, #07091b, rgba(7, 9, 27, 0) 16%, rgba(7, 9, 27, 0) 70%, #07091b);
}

.position-absolute.footer-bg {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 130%;
  margin-bottom: -23%;
  mix-blend-mode: lighten;
}

.position-absolute.footer-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(16%, #07091b), color-stop(40%, rgba(7, 9, 27, 0)), color-stop(50%, rgba(7, 9, 27, 0.13)), color-stop(90%, rgba(7, 9, 27, 0)), to(#07091b));
  background-image: linear-gradient(270deg, #07091b 16%, rgba(7, 9, 27, 0) 40%, rgba(7, 9, 27, 0.13) 50%, rgba(7, 9, 27, 0) 90%, #07091b);
}

.position-absolute.hero-v2-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07091b), color-stop(80%, rgba(7, 9, 27, 0)), color-stop(90%, rgba(7, 9, 27, 0)), to(#07091b));
  background-image: linear-gradient(180deg, #07091b, rgba(7, 9, 27, 0) 80%, rgba(7, 9, 27, 0) 90%, #07091b);
}

.position-absolute.cta-v2-bg {
  left: 0%;
  right: 0%;
  bottom: 0%;
  mix-blend-mode: screen;
}

.position-absolute.newsletter-bg {
  left: 0%;
  right: 0%;
  bottom: 0%;
  mix-blend-mode: screen;
}

.position-absolute.btn-category-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.position-absolute.integration-images {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61%;
  min-height: 156%;
  margin-right: -124px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-absolute.integration-images-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  mix-blend-mode: lighten;
}

.position-absolute.integration-images-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#07091b), color-stop(50%, rgba(7, 9, 27, 0)));
  background-image: linear-gradient(90deg, #07091b, rgba(7, 9, 27, 0) 50%);
}

.position-absolute.integration-image---01 {
  width: 32%;
  margin-top: -30%;
  margin-left: -8%;
}

.position-absolute.integration-image---02 {
  width: 14%;
  margin-top: -35%;
  margin-left: 25%;
}

.position-absolute.integration-image---03 {
  width: 14%;
  margin-top: -7%;
  margin-left: 48%;
}

.position-absolute.integration-image---04 {
  width: 14%;
  margin-top: -42%;
  margin-left: 61%;
}

.position-absolute.integration-image---05 {
  width: 14%;
  margin-top: -15%;
  margin-left: 83%;
}

.position-absolute.integration-image---06 {
  width: 14%;
  margin-top: 43%;
  margin-left: 3%;
}

.position-absolute.integration-image---07 {
  width: 32%;
  margin-top: 34%;
  margin-left: 24%;
}

.position-absolute.integration-image---08 {
  width: 25%;
  margin-top: 35%;
  margin-left: 66%;
}

.position-absolute.hero-v8-image-bg {
  top: 0%;
  z-index: -1;
  width: 1273px;
  height: 713px;
  margin-top: 4%;
  mix-blend-mode: lighten;
}

.position-absolute.hero-v8-image-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#07091b), color-stop(50%, rgba(7, 9, 27, 0)));
  background-image: linear-gradient(90deg, #07091b, rgba(7, 9, 27, 0) 50%);
}

.position-absolute.career-sidebar-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  mix-blend-mode: screen;
}

.position-absolute.card-contact-links-bg {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  mix-blend-mode: screen;
}

.position-absolute.coming-soon-image-bg {
  top: 0%;
  z-index: -1;
  width: 100vw;
  height: 806px;
  max-width: 2558px;
  margin-top: 23%;
  mix-blend-mode: lighten;
}

.position-absolute.request-demo-bg {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 175%;
  margin-bottom: -78%;
  margin-left: -60%;
  mix-blend-mode: lighten;
}

.position-absolute.request-demo-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#07091b), color-stop(33%, rgba(7, 9, 27, 0)), color-stop(86%, rgba(7, 9, 27, 0)), to(#07091b));
  background-image: linear-gradient(90deg, #07091b, rgba(7, 9, 27, 0) 33%, rgba(7, 9, 27, 0) 86%, #07091b);
}

.position-absolute.utility-page-bg-fade {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07091b), color-stop(16%, rgba(7, 9, 27, 0)), color-stop(70%, rgba(7, 9, 27, 0)), to(#07091b));
  background-image: linear-gradient(180deg, #07091b, rgba(7, 9, 27, 0) 16%, rgba(7, 9, 27, 0) 70%, #07091b);
}

.position-absolute.utility-page-bg-fade.v2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#07091b), color-stop(50%, rgba(7, 9, 27, 0)), color-stop(98%, rgba(7, 9, 27, 0)), to(#07091b));
  background-image: linear-gradient(180deg, #07091b, rgba(7, 9, 27, 0) 50%, rgba(7, 9, 27, 0) 98%, #07091b);
}

.position-absolute.light-blur {
  width: 28%;
  height: 33%;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-filter: blur(158px);
  filter: blur(158px);
}

.position-absolute.light-blur.not-found-blur {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

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

.dots-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 13px;
  max-height: 13px;
  max-width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99999999999px;
  background-color: #1a1c38;
}

.dots-wrapper.center {
  margin-right: auto;
  margin-left: auto;
}

.dot-gradient {
  width: 13px;
  height: 13px;
  min-height: 13px;
  min-width: 13px;
  margin-right: auto;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #024bf4, #7059fb 70%);
}

.card-section-feature-content {
  max-width: 50%;
  padding: 128px 40px 128px 72px;
}

.card-section-feature-mockup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 18px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.testimonial-wrapper.first {
  padding-top: 0px;
}

.testimonial-wrapper.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

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

.hero-logo-strip-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-strip-grid {
  min-width: 1057px;
  margin-right: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-steps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-steps-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 44%;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-steps-content {
  margin-left: auto;
}

.tab-step-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  background-image: none;
  color: #b5b6bb;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tab-step-link:hover {
  opacity: 1;
  color: #b5b6bb;
}

.tab-step-link.w--current {
  background-color: transparent;
}

.tab-step-link.first {
  padding-top: 0px;
}

.tab-step-link.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tab-step-link-icon-wrapper {
  margin-right: 35px;
}

.tab-step-link-content {
  margin-top: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-step-link-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-step-link-content-bottom {
  overflow: hidden;
}

.tab-step-link-plus-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-step-link-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  padding: 14px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.tab-step-link-plus-01 {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}

.tab-step-link-plus-02 {
  position: absolute;
  width: 2px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.card-integration-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.card-integration-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-integration-icon-wrapper {
  max-width: 60px;
  margin-right: 13px;
}

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

.content-link-block {
  display: block;
  background-image: none;
  color: #b5b6bb;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.content-link-block:hover {
  opacity: 1;
  color: #b5b6bb;
}

.content-link-block.blog-post-item {
  background-image: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.content-link-block.team-item-main-content {
  margin-right: 20px;
}

.content-link-block.blog-post-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

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

.blog-post-content-top {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.blog-post-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.blog-post-content-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 32px;
  grid-row-gap: 15px;
}

.blog-post-content-details-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-content-details-icon {
  max-width: 24px;
  margin-right: 12px;
}

.blog-post-content-details-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content-left {
  position: relative;
  max-width: 45%;
  margin-right: 30px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.4);
}

.footer-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 80px;
}

.menu-wrapper {
  margin-right: 39px;
}

.menu-wrapper.last {
  margin-right: 0px;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-center---tablet.perks-main-content {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.achievement-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.achievement-wrapper.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.achievement-icon {
  max-width: 95px;
  margin-right: 23px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.achievement-content {
  max-width: 490px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gap-row-114px {
  grid-row-gap: 114px;
}

.icon-gradient-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  padding: 18px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
}

.icon-gradient-wrapper.center {
  margin-right: auto;
  margin-left: auto;
}

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

.border-radius-12px {
  border-radius: 12px;
}

.team-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-strip-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-press-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mg-top-auto {
  margin-top: auto;
}

.search-button-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-button-right-wrapper.blog-search-wrapper {
  width: 100%;
  max-width: 417px;
}

.blog-post-featured-image {
  width: 100%;
  max-width: 48%;
  margin-right: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.blog-post-featured-content {
  width: 100%;
  max-width: 582px;
}

.blog-post-featured-content-top {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.blog-post-featured-content-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.form-button-right-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-button-right-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-button-right-grid-block.newsletter-form {
  width: 100%;
  max-width: 584px;
}

.pagination {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blog-post-page-content-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 34px;
  grid-row-gap: 15px;
}

.card-sidebar-author-content-top {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.card-sidebar-author-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 25px;
}

.rich-text-v2 img {
  border-radius: 12px;
}

.rich-text-v2 p {
  margin-top: 16px;
  margin-bottom: 32px;
}

.rich-text-v2 h2 {
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 1.222em;
}

.rich-text-v2 h3 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.316em;
}

.rich-text-v2 figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text-v2 ul {
  margin-bottom: 48px;
}

.rich-text-v2 ol {
  margin-bottom: 48px;
}

.rich-text-v2 h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text-v2 h5 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text-v2 h4 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.417em;
}

.rich-text-v2 blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.integration-icon-wrapper {
  max-width: 168px;
  margin-right: 36px;
}

.integration-main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-integration-page-icon {
  max-width: 47px;
  margin-right: 13px;
}

.card-integration-page-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-v8-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-career-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-career-content-top---main {
  margin-right: 20px;
}

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

.card-career-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
}

.card-career-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-content-bottom {
  max-width: 723px;
}

.contact-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 694px;
  min-height: 652px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area-wrapper {
  max-width: 100%;
  min-width: 100%;
}

.card-contact-links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.card-faq-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-faq-bottom {
  max-width: 618px;
}

.card-faq-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.card-faq-btn-line {
  position: absolute;
  width: 24px;
  min-height: 2px;
  border-radius: 99999999px;
  background-color: #fff;
}

.card-faq-btn-line._02 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-links-grid {
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-plan-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-plan-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-plan-price {
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.368em;
  font-weight: 500;
}

.card-plan-price.last {
  margin-right: 8px;
}

.card-plan-icon {
  max-width: 67px;
  margin-right: 16px;
}

.card-plan-main-content-title {
  min-width: 178px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-content {
  max-width: 611px;
}

.product-icon {
  max-width: 114px;
  margin-right: 26px;
  margin-bottom: 15px;
  margin-left: -10px;
}

.product-main-content {
  min-width: 466px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-price {
  color: #fff;
  font-size: 38px;
  line-height: 1.368em;
  font-weight: 500;
}

.product-price.last {
  margin-right: 8px;
}

.add-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.add-cart-default {
  margin-bottom: 0px;
}

.select-inside {
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  border-width: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
}

.select-inside::-webkit-input-placeholder {
  color: #b5b6bb;
}

.select-inside:-ms-input-placeholder {
  color: #b5b6bb;
}

.select-inside::-ms-input-placeholder {
  color: #b5b6bb;
}

.select-inside::placeholder {
  color: #b5b6bb;
}

.coming-soon-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 184px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.request-demo-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 612px;
  min-height: 524px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.request-demo-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-bottom-v2-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-wrapper-v2 {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: transparent;
}

.not-found-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 599px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cart-item-content {
  margin-left: 0px;
}

.cart-option-item {
  padding-left: 0px;
}

.loader-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999999;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07091b;
}

.loader-animation {
  position: relative;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
}

.loader-animation-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
  -webkit-filter: contrast(200%) blur(8px);
  filter: contrast(200%) blur(8px);
}

.loader-animation-circle-hole {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 10px;
  border-radius: 50%;
  background-color: #07091b;
}

.block-page-delay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999999;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07091b;
}

.collection-item {
  cursor: pointer;
}

.card-faq-btn-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decoration-bg-header---delete {
  background-color: #07091b;
}

.footer-wrapper-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 80px;
}

.footer-community-icon {
  margin-right: 18px;
  border-radius: 50%;
}

.div-block {
  display: block;
}

.heading {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0px;
}

.heading-2 {
  margin-right: 100px;
  margin-bottom: 40px;
  margin-left: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph {
  margin-right: 100px;
  margin-left: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.image-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: 70px;
  max-width: 70%;
  min-width: 0px;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

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

.image-4 {
  position: static;
  display: inline-block;
  float: none;
  clear: none;
  border-radius: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  display: block;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: 0.3fr 1fr;
    grid-template-columns: 0.3fr 1fr;
  }

  .divider._0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 380px) 0.8fr;
    grid-template-columns: minmax(auto, 380px) 0.8fr;
  }

  .grid-3-columns.logo-strip-v2 {
    grid-column-gap: 64px;
  }

  .grid-3-columns.logo-strip-v3 {
    grid-column-gap: 64px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
    border-radius: 12px;
  }

  .style---logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

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

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

  .section.pd-top-0px {
    padding-top: 0px;
  }

  .section.pd-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-bottom-215px {
    padding-bottom: 215px;
  }

  .link-wrapper.contact-links {
    font-size: 18px;
  }

  .grid-footer-2-column---logo-and-form {
    grid-column-gap: 250px;
    -ms-grid-columns: 1.2fr 2fr;
    grid-template-columns: 1.2fr 2fr;
  }

  .figma-file-text-wrapper {
    padding-right: 84px;
  }

  .card-plan-price {
    font-size: 38px;
  }
}

@media screen and (min-width: 1920px) {
  .divider._0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .style---heading {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .style---content-wrapper {
    padding-right: 8vw;
    padding-left: 8vw;
  }

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

  .section.pd-top-0px {
    padding-top: 0px;
  }

  .image-wrapper.hero-v1 {
    margin-top: -8%;
  }

  .image-wrapper.hero-v2 {
    margin-top: -8%;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 60px 90px;
    font-size: 20px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    justify-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.template-page-sidebar {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.checkout-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right {
    margin-bottom: 100px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-left {
    margin-bottom: 100px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons.blog-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons.newsletter-grid {
    max-width: 600px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-testimonials {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-grid {
    grid-column-gap: 40px;
  }

  .grid-2-columns.achievements-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-body-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.perks-main-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.careers-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.career-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faqs-grid {
    justify-items: center;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.coming-soon-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.request-demo-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sales-page {
    max-width: 100%;
  }

  .style---navigation-sidebar {
    position: static;
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
  }

  .card.checkout-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.figma-file {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.card-section-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.cta-v1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .card.cta-v2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .card.newsletter {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .card.sidebar-author {
    position: static;
    max-width: 100%;
  }

  .card.integration-page {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.perk {
    padding: 78px 35px;
  }

  .card.contact-form {
    padding-right: 64px;
    padding-left: 64px;
  }

  .card.contact-links {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card.plan {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.product-add-cart {
    max-width: 100%;
  }

  .card.dropdown-card {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: hsla(0, 0%, 100%, 0.07);
  }

  .grid-4-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .divider.career-divider {
    margin-top: 70px;
    margin-bottom: 118px;
  }

  .divider.card-plan-divider {
    width: 1px;
    height: auto;
    margin: 0px 40px;
  }

  .style---typography-block-grid {
    -ms-grid-columns: minmax(auto, 250px) 1fr;
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-40px.responsive {
    margin-bottom: 33px;
  }

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

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 70px;
  }

  .mg-top-80px {
    margin-top: 70px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .text-200.color-neutral-100.product-billing-cycle {
    margin-bottom: 2.5%;
  }

  .display-1 {
    font-size: 63px;
  }

  .gap-row-80px {
    grid-row-gap: 70px;
  }

  .display-2 {
    font-size: 44px;
  }

  .display-2.mg-bottom-0.category-title {
    margin-right: 14px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300 {
    font-size: 20px;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-column-gap: 20px;
  }

  .grid-3-columns._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-strip-v2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .grid-3-columns.gap-40px._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.image-center-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 0.45fr 1fr 0.45fr;
    grid-template-columns: 0.45fr 1fr 0.45fr;
  }

  .grid-3-columns.values-grid {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.integrations-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-3-columns.integrations-grid._1-col-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.pricing {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-strip-v3 {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container.center---tablet {
    margin-right: auto;
    margin-left: auto;
  }

  .inner-container.logo-strip-v2-title {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .inner-container._430px---tablet {
    max-width: 430px;
  }

  .inner-container._750px---tablet {
    max-width: 750px;
  }

  .inner-container.hero-v8-content {
    max-width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .inner-container.faqs-title {
    position: static;
    max-width: 430px;
  }

  .inner-container.contact-left {
    max-width: 100%;
    min-width: auto;
  }

  .inner-container.coming-soon-image-wrapper {
    max-width: 160px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .position-relative.integrations-hero-main-wrapper {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-rounded-icon.dropdown-arrow {
    font-size: 43px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center---tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

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

  .section.hero.v3 {
    padding-top: 80px;
    padding-bottom: 118px;
  }

  .section.hero.v4 {
    padding-top: 70px;
  }

  .section.hero.v5 {
    padding-top: 80px;
  }

  .section.hero.v6 {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .section.hero.v7 {
    padding-top: 80px;
    padding-bottom: 118px;
  }

  .section.hero.v8 {
    padding-top: 80px;
    padding-bottom: 148px;
  }

  .section.hero.pricing {
    padding-top: 80px;
    padding-bottom: 118px;
  }

  .section.hero.product {
    padding-top: 90px;
  }

  .section.hero.coming-soon {
    padding-top: 80px;
    padding-bottom: 166px;
  }

  .section.hero.request-demo {
    padding-top: 80px;
    padding-bottom: 196px;
  }

  .section.hero.not-found {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .section.hero.password-page {
    padding-bottom: 180px;
  }

  .section.top {
    padding-top: 80px;
  }

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

  .section.pd-top-0px {
    padding-top: 0px;
  }

  .section.pd-120px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section.pd-bottom-215px {
    padding-bottom: 150px;
  }

  .top-bar-wrapper {
    padding-right: 56px;
    padding-left: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-wrapper.contact-links {
    font-size: 18px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    position: fixed;
    top: 0px;
    overflow: auto;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    padding: 135px 24px 100px;
    background-color: #07091b;
  }

  .header-nav-menu-list {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-nav-link {
    font-size: 48px;
  }

  .header-nav-link.cart-link {
    font-size: 18px;
  }

  .header-nav-list-item {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .header-nav-list-item.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-nav-list-item.show-in-tablet-btn {
    display: block;
    margin-top: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .dropdown-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-column-wrapper {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-logo-link {
    z-index: 1;
    max-width: 270px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
  }

  .header-right-side {
    position: relative;
    z-index: 1;
  }

  .header-middle.main-header {
    margin-right: 0px;
  }

  .btn-circle-primary.pagination-btn {
    margin-top: 70px;
  }

  .btn-circle-secondary.pagination-btn {
    margin-top: 70px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-grid-top.center---tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .flex-horizontal.justify-center---tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-nav-main {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 112px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-footer-2-column---logo-and-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .success-message.card-newsletter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .slider-mask {
    position: static;
  }

  .image-wrapper.hero-v1 {
    max-height: 444px;
    margin-top: -11%;
  }

  .image-wrapper.card-section-feature-mockup-image {
    margin-right: 0px;
  }

  .image-wrapper.step-image {
    max-width: 320px;
  }

  .image-wrapper.feature-image {
    width: 100%;
    margin-top: -18%;
    margin-bottom: -18%;
  }

  .image-wrapper.coming-soon-image {
    margin: -11px;
  }

  .image-wrapper.not-found-bg.v2 {
    margin-top: -250px;
  }

  .cart-button-wrapper {
    z-index: 2;
  }

  .checkout-form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .position-absolute.footer-bg {
    right: auto;
    width: 120%;
    margin-bottom: -36%;
  }

  .position-absolute.footer-bg-fade {
    background-image: -webkit-gradient(linear, right top, left top, from(#07091b), color-stop(38%, rgba(7, 9, 27, 0)), color-stop(48%, rgba(7, 9, 27, 0)), to(#07091b));
    background-image: linear-gradient(270deg, #07091b, rgba(7, 9, 27, 0) 38%, rgba(7, 9, 27, 0) 48%, #07091b);
  }

  .position-absolute.integration-images {
    position: relative;
    width: 100%;
    margin-top: 60px;
    margin-right: 0px;
  }

  .position-absolute.integration-images-bg {
    position: static;
  }

  .position-absolute.hero-v8-image-bg {
    margin-left: -15%;
  }

  .position-absolute.coming-soon-image-bg {
    width: 991px;
    height: 600px;
    margin-top: 50%;
  }

  .position-absolute.request-demo-bg {
    width: 100vw;
    margin-bottom: -43%;
    margin-left: -6%;
  }

  .dots-wrapper.center---tablet {
    margin-right: auto;
    margin-left: auto;
  }

  .card-section-feature-content {
    max-width: 100%;
    padding: 83px 60px 70px;
  }

  .card-section-feature-mockup {
    max-width: 100%;
  }

  .logo-strip-grid {
    min-width: 690px;
    margin-right: 50px;
    grid-column-gap: 50px;
  }

  .tabs-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-steps-menu {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .tabs-steps-content {
    margin-left: 0px;
  }

  .feature-wrapper.first {
    margin-top: -70px;
  }

  .tab-step-link-icon-wrapper {
    margin-right: 30px;
  }

  .content-link-block.blog-post-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mg-bottom-38px.card-plan-button-top {
    display: none;
  }

  .blog-post-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-post-content-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
    border-right-width: 0px;
  }

  .footer-content-right {
    max-width: 100%;
  }

  .nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .text-center---tablet.perks-main-content {
    position: static;
  }

  .mg-bottom-0px---tablet {
    margin-bottom: 0px;
  }

  .mg-bottom-74px {
    margin-bottom: 70px;
  }

  .gap-row-114px {
    grid-row-gap: 95px;
  }

  .logo-strip-v2-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .mg-left-auto---tablet {
    margin-left: auto;
  }

  .search-button-right-wrapper.blog-search-wrapper {
    max-width: 100%;
  }

  .blog-post-featured-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .blog-post-featured-content {
    max-width: 100%;
  }

  .blog-post-featured-content-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories-wrapper.center---tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-item.center---tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-button-right-grid-block.newsletter-form {
    max-width: 100%;
  }

  .blog-post-page-content-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text-v2 h2 {
    font-size: 38px;
  }

  .rich-text-v2 h3 {
    font-size: 30px;
  }

  .rich-text-v2 h4 {
    font-size: 22px;
  }

  .hero-v8-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career-content-top {
    max-width: 600px;
  }

  .contact-links-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-plan-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-plan-price {
    font-size: 32px;
  }

  .product-content {
    max-width: 100%;
  }

  .product-main-content {
    min-width: auto;
  }

  .product-price {
    font-size: 32px;
  }

  .add-cart {
    min-height: 183px;
  }

  .coming-soon-form-block {
    min-height: 177px;
  }

  .footer-bottom-v2-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .header-wrapper-v2 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .footer-wrapper-v2 {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 50px 34px;
    border-radius: 10px;
    font-size: 18px;
  }

  .grid-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.style---styleguide-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 10px;
    -ms-grid-columns: 1.1fr;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns._2-col-mbl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.checkout-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-testimonials {
    grid-row-gap: 60px;
  }

  .grid-2-columns.achievements-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.hero-v3-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.blog-body-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.perks-main-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.career-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.contact-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.faqs-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.coming-soon-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.request-demo-grid {
    grid-row-gap: 60px;
  }

  .card {
    border-radius: 10px;
  }

  .card.link-card.search-item {
    padding-right: 34px;
    padding-left: 34px;
  }

  .card.link-card.integration {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.link-card.press {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.link-card.contact-link---icon-left-wrapper {
    padding: 23px 20px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.cta-v1 {
    padding: 100px 34px;
  }

  .card.section-testimonial {
    padding-right: 34px;
    padding-left: 34px;
  }

  .card.cta-v2 {
    padding: 100px 34px;
  }

  .card.newsletter {
    padding: 72px 34px;
  }

  .card.sidebar-author {
    padding-top: 43px;
    padding-bottom: 63px;
  }

  .card.integration-page {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
  }

  .card.perk {
    padding: 65px 34px;
  }

  .card.career-item {
    padding: 58px 34px;
  }

  .card.career-sidebar {
    padding: 53px 34px;
  }

  .card.contact-form {
    padding: 62px 34px;
  }

  .card.contact-links {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card.faq {
    padding: 40px 34px;
  }

  .card.plan {
    max-width: 396px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.product-add-cart {
    padding: 63px 34px;
  }

  .card.request-demo {
    padding: 55px 34px;
  }

  .card.dropdown-card {
    padding: 50px 34px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 50px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .divider.career-divider {
    margin-top: 60px;
    margin-bottom: 98px;
  }

  .divider.card-plan-divider {
    width: 100%;
    height: 1px;
    margin: 40px 0px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

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

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

  .mg-bottom-32px {
    margin-bottom: 26px;
  }

  .mg-bottom-32px.keep {
    margin-bottom: 32px;
  }

  .mg-bottom-40px.responsive {
    margin-bottom: 28px;
  }

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

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 60px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-80px {
    margin-top: 60px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.color-neutral-100.billing-cycle {
    margin-bottom: 2.5%;
  }

  .text-200.color-neutral-100.product-billing-cycle {
    margin-bottom: 1.7%;
  }

  .display-1 {
    font-size: 43px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .gap-row-80px {
    grid-row-gap: 60px;
  }

  .display-2 {
    font-size: 38px;
  }

  .display-2.mg-bottom-0.category-title {
    margin-right: 12px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 20px;
  }

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

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-3-columns.logo-strip-v2 {
    grid-column-gap: 72px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.image-center-grid {
    justify-items: center;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .grid-3-columns.values-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 60px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .grid-3-columns.team-grid {
    grid-row-gap: 60px;
  }

  .grid-3-columns.integrations-grid {
    grid-row-gap: 20px;
  }

  .grid-3-columns.pricing {
    justify-items: center;
  }

  .grid-3-columns.logo-strip-v3 {
    grid-row-gap: 40px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container.logo-strip-v2-title {
    margin-bottom: 50px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container.center---mbl {
    margin-right: auto;
    margin-left: auto;
  }

  .inner-container._430px---mbl {
    max-width: 430px;
  }

  .inner-container.hero-v8-content {
    margin-bottom: 60px;
  }

  .inner-container._250px---mbl {
    max-width: 250px;
  }

  .inner-container.contact-link---icon-left {
    max-width: 40px;
  }

  .inner-container.coming-soon-image-wrapper {
    max-width: 132px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._111px---mbl {
    max-width: 111px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .style-buttons-dark {
    padding-right: 24px;
    padding-left: 24px;
  }

  .btn-primary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 16px 22px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 24px 46px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 16px 22px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 24px 46px;
    font-size: 18px;
  }

  .badge-primary {
    padding: 16px 26px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 36px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 26px;
    font-size: 16px;
  }

  .badge-secondary.light.badge-integration {
    padding: 12px 15px;
  }

  .badge-secondary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 36px;
    font-size: 18px;
  }

  .input {
    min-height: 62px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.blog-search {
    margin-right: 20px;
  }

  .text-area {
    font-size: 16px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .line-rounded-icon.dropdown-arrow {
    font-size: 36px;
  }

  .line-rounded-icon.success-message-check {
    font-size: 35px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .line-rounded-icon.success-message-check.left-icon {
    margin-right: 15px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text img {
    border-radius: 10px;
  }

  .rich-text p {
    margin-top: 10px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .rich-text ul {
    margin-bottom: 40px;
  }

  .rich-text ol {
    margin-bottom: 40px;
  }

  .rich-text h6 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 53px;
    margin-bottom: 53px;
  }

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

  .buttons-row.center---mbl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section.hero.v1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section.hero.v2 {
    padding-top: 70px;
  }

  .section.hero.v3 {
    padding-top: 50px;
    padding-bottom: 98px;
  }

  .section.hero.v4 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.hero.v5 {
    padding-top: 60px;
  }

  .section.hero.v6 {
    padding-top: 70px;
    padding-bottom: 133px;
  }

  .section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 98px;
  }

  .section.hero.v8 {
    padding-top: 70px;
    padding-bottom: 123px;
  }

  .section.hero.pricing {
    padding-top: 70px;
    padding-bottom: 98px;
  }

  .section.hero.product {
    padding-top: 60px;
  }

  .section.hero.coming-soon {
    padding-top: 70px;
    padding-bottom: 138px;
  }

  .section.hero.request-demo {
    padding-top: 70px;
    padding-bottom: 164px;
  }

  .section.hero.not-found {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section.hero.password-page {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .section.top {
    padding-top: 70px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

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

  .section.pd-top-0px {
    padding-top: 0px;
  }

  .section.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.pd-bottom-215px {
    padding-bottom: 124px;
  }

  .top-bar-wrapper {
    padding-right: 36px;
    padding-left: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-wrapper.contact-links {
    font-size: 16px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 24px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-nav-menu-wrapper {
    padding-top: 130px;
  }

  .header-nav-link {
    font-size: 40px;
  }

  .header-nav-link.cart-link {
    font-size: 16px;
  }

  .header-nav-link.desktop-header {
    font-size: 40px;
  }

  .header-nav-list-item.middle {
    margin-bottom: 35px;
  }

  .header-nav-list-item.middle.desktop-header {
    margin-bottom: 27px;
  }

  .header-logo-link {
    max-width: 200px;
  }

  .hamburger-menu-wrapper {
    margin-left: 20px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 23px;
  }

  .btn-circle-primary.small {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    font-size: 20px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 30px;
  }

  .btn-circle-primary.slider-arrow.right---top-right {
    left: 0px;
    top: auto;
    right: -75px;
  }

  .btn-circle-primary.pagination-btn {
    margin-top: 60px;
    margin-left: 10px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 23px;
  }

  .btn-circle-secondary.small {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    font-size: 20px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 30px;
  }

  .btn-circle-secondary.slider-arrow.left---top-right {
    left: -75px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }

  .btn-circle-secondary.search-icon {
    width: 62px;
    height: 62px;
    min-height: 62px;
    min-width: 62px;
  }

  .btn-circle-secondary.pagination-btn {
    margin-top: 60px;
    margin-right: 10px;
  }

  .social-media-grid-top.center---mbl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .nav-menu-list-wrapper {
    margin-right: 32px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-bottom.v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-nav-main {
    max-width: 600px;
    padding-top: 93px;
    padding-bottom: 83px;
  }

  .success-message.text-left.coming-soon {
    padding-right: 34px;
    padding-left: 34px;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .slider-wrapper.buttons-top-right {
    padding-bottom: 100px;
  }

  .accordion-spacer {
    min-height: 28px;
  }

  .accordion-spacer.faq {
    min-height: 20px;
  }

  .empty-state {
    border-radius: 10px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 32px;
    padding-left: 32px;
  }

  .image-wrapper.order-item-image-wrapper {
    max-width: 80px;
  }

  .image-wrapper.hero-v1 {
    max-height: 360px;
  }

  .image-wrapper.card-section-feature-mockup-image {
    max-width: 70%;
    margin-bottom: -36%;
  }

  .image-wrapper.feature-image {
    width: 80%;
    margin-top: -13%;
    margin-bottom: -13%;
  }

  .image-wrapper.border-radius-12px {
    border-radius: 10px;
  }

  .image-wrapper.not-found-bg {
    height: 450px;
    margin-top: -180px;
  }

  .image-wrapper.not-found-bg.v2 {
    margin-top: -224px;
  }

  .checkout-form {
    max-width: 511px;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
    border-radius: 10px;
  }

  .figma-file-text-wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }

  .badge-home {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .mg-bottom-12px {
    margin-bottom: 10px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .position-absolute.full.blog-post-image-bg {
    border-radius: 10px;
  }

  .position-absolute.integration-images {
    margin-top: 50px;
  }

  .position-absolute.hero-v8-image-bg {
    width: 212%;
    height: 140%;
  }

  .position-absolute.coming-soon-image-bg {
    height: 500px;
  }

  .mg-bottom-18px {
    margin-bottom: 15px;
  }

  .dots-wrapper.center---mbl {
    margin-right: auto;
    margin-left: auto;
  }

  .card-section-feature-content {
    padding: 70px 34px 60px;
  }

  .card-section-feature-mockup {
    padding-top: 10px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .logo-strip-grid {
    min-width: 650px;
    margin-right: 40px;
    grid-column-gap: 40px;
  }

  .tabs-steps-menu {
    margin-bottom: 60px;
  }

  .feature-wrapper.first {
    margin-top: -60px;
  }

  .tab-step-link-icon-wrapper {
    margin-right: 25px;
  }

  .tab-step-link-content {
    margin-top: 14px;
  }

  .tab-step-link-icon {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 11px 14px;
  }

  .mg-bottom-38px {
    margin-bottom: 32px;
  }

  .mg-bottom-38px.card-plan-button-top {
    display: block;
  }

  .blog-post-content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-post-content-details {
    grid-column-gap: 25px;
  }

  .blog-post-content-details-icon {
    max-width: 20px;
  }

  .footer-content-left {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }

  .footer-content-right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 60px;
  }

  .menu-wrapper {
    margin-right: 32px;
  }

  .mg-bottom-0px---mbl {
    margin-bottom: 0px;
  }

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

  .mg-bottom-74px {
    margin-bottom: 60px;
  }

  .achievement-icon {
    max-width: 80px;
    margin-right: 20px;
  }

  .gap-row-114px {
    grid-row-gap: 80px;
  }

  .icon-gradient-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .mg-bottom-34px {
    margin-bottom: 28px;
  }

  .card-press-content {
    max-width: 500px;
  }

  .blog-post-featured-image {
    margin-bottom: 40px;
  }

  .blog-post-featured-content-details {
    grid-column-gap: 25px;
  }

  .form-button-right-grid {
    grid-column-gap: 20px;
  }

  .form-button-right-grid-block {
    min-height: 62px;
  }

  .blog-post-page-content-details {
    grid-column-gap: 25px;
  }

  .rich-text-v2 img {
    border-radius: 10px;
  }

  .rich-text-v2 p {
    margin-top: 10px;
  }

  .rich-text-v2 h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .rich-text-v2 h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .rich-text-v2 figure {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .rich-text-v2 ul {
    margin-bottom: 40px;
  }

  .rich-text-v2 ol {
    margin-bottom: 40px;
  }

  .rich-text-v2 h6 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 h5 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .rich-text-v2 h4 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text-v2 blockquote {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .integration-icon-wrapper {
    max-width: 120px;
    margin-right: 25px;
  }

  .card-integration-page-icon {
    margin-bottom: 15px;
  }

  .hero-v8-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .card-career-arrow {
    width: 26px;
    height: 26px;
    min-height: 26px;
    min-width: 26px;
    font-size: 26px;
  }

  .contact-form-block {
    min-height: 887px;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-faq-btn {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-left: 15px;
  }

  .card-faq-btn-line {
    width: 20px;
  }

  .card-plan-price {
    font-size: 28px;
  }

  .product-icon {
    margin-right: 20px;
  }

  .product-price {
    font-size: 28px;
  }

  .add-cart {
    min-height: 152px;
  }

  .select-inside {
    font-size: 16px;
  }

  .coming-soon-form-block {
    min-height: 152px;
  }

  .request-demo-form-block {
    min-height: 860px;
  }

  .request-demo-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-wrapper-v2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .flex-vertical---mbl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrapper-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  blockquote {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-2-columns.gap-48px._2-col-mbl._1-col-mbp {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.link-card.search-item {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.link-card.press {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.cta-v1 {
    padding: 80px 24px;
  }

  .card.section-testimonial {
    padding: 48px 24px 20px;
  }

  .card.cta-v2 {
    padding: 80px 24px;
  }

  .card.newsletter {
    padding: 60px 24px;
  }

  .card.integration-page {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .card.perk {
    padding: 54px 24px;
  }

  .card.career-item {
    padding: 48px 24px;
  }

  .card.career-sidebar {
    padding: 44px 24px;
  }

  .card.contact-form {
    padding: 60px 24px;
  }

  .card.contact-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.faq {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.plan {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.product-add-cart {
    padding: 52px 24px;
  }

  .card.request-demo {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.dropdown-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-4-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .divider.career-divider {
    margin-top: 50px;
    margin-bottom: 82px;
  }

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

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

  .mg-bottom-32px {
    margin-bottom: 23px;
  }

  .mg-bottom-32px.keep {
    margin-bottom: 32px;
  }

  .mg-bottom-40px.responsive {
    margin-bottom: 23px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

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

  .mg-top-48px {
    margin-top: 32px;
  }

  .display-1 {
    font-size: 36px;
  }

  .display-2 {
    font-size: 30px;
  }

  .display-2.mg-bottom-0.category-title {
    margin-right: 10px;
  }

  .display-3 {
    padding-right: 20px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 1.3em;
  }

  .text-100.search-item-link {
    display: none;
  }

  .grid-3-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-strip-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 32px;
  }

  .grid-3-columns.pricing {
    justify-items: stretch;
  }

  .grid-3-columns.logo-strip-v3 {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container.coming-soon-image-wrapper {
    max-width: 110px;
  }

  .style---content-heading {
    padding-right: 22px;
    padding-left: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0 {
    text-align: left;
  }

  .btn-primary {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-primary.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-primary.large {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.form-btn-default.width-100 {
    white-space: normal;
  }

  .btn-secondary {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-secondary.small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .btn-secondary.small.category {
    width: auto;
  }

  .btn-secondary.large {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.blog-search {
    margin-right: 15px;
  }

  .text-area {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .social-icon-square {
    border-radius: 6px;
  }

  .line-rounded-icon.dropdown-arrow {
    font-size: 26px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .line-rounded-icon.feature-check {
    margin-right: 10px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-right: 12px;
    padding-left: 12px;
  }

  .rich-text figure {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero {
    padding-top: 48px;
  }

  .section.hero.v1 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section.hero.v2 {
    padding-top: 60px;
  }

  .section.hero.v3 {
    padding-bottom: 82px;
  }

  .section.hero.v4 {
    padding-top: 50px;
  }

  .section.hero.v5 {
    padding-top: 50px;
  }

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

  .section.hero.v7 {
    padding-top: 50px;
    padding-bottom: 82px;
  }

  .section.hero.v8 {
    padding-top: 60px;
    padding-bottom: 103px;
  }

  .section.hero.pricing {
    padding-top: 60px;
    padding-bottom: 82px;
  }

  .section.hero.product {
    padding-top: 50px;
    padding-bottom: 68px;
  }

  .section.hero.coming-soon {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .section.hero.request-demo {
    padding-top: 60px;
    padding-bottom: 138px;
  }

  .section.hero.not-found {
    padding-top: 70px;
    padding-bottom: 125px;
  }

  .section.hero.password-page {
    padding-bottom: 125px;
  }

  .section.top {
    padding-top: 60px;
  }

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

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    padding-bottom: 94px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, #fff), color-stop(0, #6248ff));
    background-image: linear-gradient(180deg, #fff 76%, #6248ff 0);
  }

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

  .section.pd-top-0px {
    padding-top: 0px;
  }

  .section.pd-bottom-215px {
    padding-bottom: 104px;
  }

  .top-bar-wrapper {
    padding-right: 19px;
    padding-left: 19px;
  }

  .link-wrapper.contact-links {
    font-size: 3.5vw;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 28px;
  }

  .header-nav-menu-wrapper {
    padding-top: 125px;
  }

  .header-nav-link {
    font-size: 30px;
  }

  .header-nav-link.desktop-header {
    font-size: 29px;
  }

  .header-nav-list-item.show-in-tablet-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-logo-link {
    max-width: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hamburger-menu-wrapper {
    margin-left: 15px;
  }

  .social-media-grid-top.center---mbp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }

  .flex-horizontal.success-message-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-horizontal.integration-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .nav-menu-list-wrapper {
    margin-right: 20px;
  }

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

  .footer-nav-main {
    padding-top: 78px;
    padding-bottom: 70px;
  }

  .grid-subscribe-form-button-left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .success-message.text-left.coming-soon {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-link-icon {
    padding: 26px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slider-wrapper.buttons-top-right {
    padding-bottom: 90px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .divider-details.card-career-details-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider-details.career-details-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-wrapper.order-item-image-wrapper {
    max-width: 60px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .image-wrapper.hero-v1 {
    max-height: 260px;
    margin-top: 0%;
  }

  .image-wrapper.feature-image {
    width: 100%;
    margin-top: -18%;
    margin-bottom: -18%;
  }

  .image-wrapper.hero-v2 {
    margin-top: -15%;
  }

  .image-wrapper.not-found-bg {
    margin-top: -183px;
  }

  .image-wrapper.not-found-bg.v2 {
    margin-top: -184px;
  }

  .cart-button-wrapper {
    margin-left: 10px;
  }

  .cart-container {
    border-radius: 0px;
  }

  .cart-item-price {
    color: #92939b;
    font-size: 16px;
    line-height: 18px;
  }

  .pay-btn.cart {
    height: 53px;
  }

  .shipping-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 12px;
  }

  .order-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-content {
    margin-right: 0px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .figma-file-text-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-home-pages-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-no-wrap {
    display: inline-block;
    margin-right: 0px;
    padding-right: 100px;
    padding-left: 0px;
    border-radius: 0px;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .position-absolute.btn-primary-bg {
    position: absolute;
  }

  .position-absolute.coming-soon-image-bg {
    height: 400px;
  }

  .card-section-feature-content {
    padding: 60px 24px 50px;
  }

  .card-section-feature-mockup {
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .logo-strip-grid {
    min-width: 560px;
    margin-right: 30px;
    grid-column-gap: 30px;
  }

  .tab-step-link-icon-wrapper {
    margin-right: 10px;
  }

  .tab-step-link-content {
    margin-top: 10px;
  }

  .tab-step-link-icon {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
    padding: 8px 12px;
    border-radius: 4px;
  }

  .card-integration-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 15px;
  }

  .card-integration-top-content {
    margin-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .content-link-block.team-item-main-content {
    margin-right: 15px;
  }

  .footer-content-left {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .menu-wrapper {
    margin-right: 20px;
  }

  .mg-bottom-0px---mbl {
    margin-bottom: 0px;
  }

  .achievement-icon {
    max-width: 70px;
    margin-right: 15px;
  }

  .gap-row-114px {
    grid-row-gap: 60px;
  }

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

  .blog-post-featured-image {
    margin-bottom: 30px;
  }

  .form-button-right-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-button-right-grid-block {
    min-height: 144px;
  }

  .card-sidebar-author-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .rich-text-v2 h2 {
    font-size: 28px;
  }

  .rich-text-v2 figure {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .rich-text-v2 ul {
    padding-left: 20px;
  }

  .rich-text-v2 ol {
    padding-left: 20px;
  }

  .rich-text-v2 blockquote {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .integration-icon-wrapper {
    max-width: 100px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .card-career-content-top---main {
    margin-right: 10px;
  }

  .card-career-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-faq-btn {
    width: 42px;
    height: 42px;
    min-height: 42px;
    min-width: 42px;
  }

  .card-faq-btn-line {
    width: 16px;
  }

  .contact-links-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-plan-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-plan-price {
    font-size: 6vw;
  }

  .card-plan-price.last {
    margin-right: 6px;
  }

  .card-plan-icon {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .card-plan-main-content-title {
    max-width: 285px;
    min-width: auto;
  }

  .product-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-icon {
    max-width: 90px;
    margin-right: 0px;
  }

  .product-price {
    font-size: 6vw;
  }

  .product-price.last {
    margin-right: 6px;
  }

  .add-cart {
    min-height: 147px;
  }

  .select-inside::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .select-inside:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .select-inside::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .select-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .coming-soon-form-block {
    min-height: 147px;
  }

  .cart-item-content {
    margin-right: 0px;
  }

  .image-2 {
    display: none;
  }

  .heading-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-_481460de-3c36-477b-36c4-605083abfd10-54a34c25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_886d4538-cb4f-eb90-1f5c-66fb02506d70-54a34c25 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2347d61f-bb25-8669-c200-d8a01d7ba55c-54a34c25 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4dcf1e0-65b4-c8f2-38d9-3aff0d2f7fa8-79a34c26 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6892901a-43ed-a7ee-c321-1c408281097c-79a34c26 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6892901a-43ed-a7ee-c321-1c408281097e-79a34c26 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-faf9bea0-5c22-4919-4c03-3b4ec5394fb7-5ea34c27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd0f28e7-fab7-6055-c034-f9ec0ded1474-5ea34c27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a43debd2-f61f-c8a9-efa5-60e892a44ced-5ea34c27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d2fd2fa-dfa4-98c4-c768-2a4a7bde05c8-5ea34c27 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-beea8e9a-4452-442c-ed12-e74ecebc0348-5ea34c27 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced348ce-34a34c28 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced348cf-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced348ec-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced348f0-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced348f4-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced348f8-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced34900-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced34920-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced34924-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced34928-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_078713d5-8147-a3a0-bb86-5a99ced3492c-34a34c28 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e5819e2-feca-af31-e39c-384845f4ea1c-9ca34c3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0aff456e-f03b-c9db-a048-a90ac3b3b473-9ca34c3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51889294-b921-9fd3-9b38-b2b9efa16bc4-9ca34c3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d40535d8-30a8-fe34-f0da-078f124e656e-9ca34c3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3795efd-7bf7-557f-1286-f03ee60acf4e-9ca34c3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_486d7d39-177a-347f-c272-a271a1995024-9ca34c3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_123aedbf-b6fa-c870-db39-340bfde99008-3da34c4f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78ccbaab-f527-8224-f073-1f9eb82f238d-3da34c4f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78ccbaab-f527-8224-f073-1f9eb82f2391-3da34c4f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78ccbaab-f527-8224-f073-1f9eb82f2395-3da34c4f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78ccbaab-f527-8224-f073-1f9eb82f2399-3da34c4f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-3da34c4f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3d832b20-d3e4-a055-4f8c-d139cc35c548-9ca34c68 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_301f0069-eaa7-a697-466f-c1f9324a7974-9ca34c68 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_70309b6c-5080-08ac-f0d2-b9668b758394-9ca34c68 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-c8a34ceb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2f37658f-dba6-6ba4-215d-8b4be340b3a1-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93f74c51-e5fa-49d5-f1a6-0d8c4a5ab930-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_17603936-d7d9-025b-8768-139346b6b445-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bf665f40-e738-6b55-2345-7687c0a2e630-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86049d23-638c-6591-94bc-7138dcdfaed2-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff8d8470-4a22-db7e-836e-3f2b786c82ca-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff8d8470-4a22-db7e-836e-3f2b786c82cc-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff8d8470-4a22-db7e-836e-3f2b786c82ce-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff8d8470-4a22-db7e-836e-3f2b786c82d0-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff8d8470-4a22-db7e-836e-3f2b786c82d2-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae5000e3-abb6-2ca6-bbd6-8488d72c82c7-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae5000e3-abb6-2ca6-bbd6-8488d72c82c9-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae5000e3-abb6-2ca6-bbd6-8488d72c82cb-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae5000e3-abb6-2ca6-bbd6-8488d72c82cd-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae5000e3-abb6-2ca6-bbd6-8488d72c82cf-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58a3e26a-dc68-1ee5-0eaa-382e851e6e06-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58a3e26a-dc68-1ee5-0eaa-382e851e6e08-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58a3e26a-dc68-1ee5-0eaa-382e851e6e0a-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58a3e26a-dc68-1ee5-0eaa-382e851e6e0c-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58a3e26a-dc68-1ee5-0eaa-382e851e6e0e-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520fa862-66c8-8d1a-1350-2bac75cc07fd-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520fa862-66c8-8d1a-1350-2bac75cc07ff-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520fa862-66c8-8d1a-1350-2bac75cc0801-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520fa862-66c8-8d1a-1350-2bac75cc0803-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520fa862-66c8-8d1a-1350-2bac75cc0805-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16f69458-1eff-cb03-bec1-a251401690ad-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16f69458-1eff-cb03-bec1-a251401690af-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16f69458-1eff-cb03-bec1-a251401690b1-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16f69458-1eff-cb03-bec1-a251401690b3-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16f69458-1eff-cb03-bec1-a251401690b5-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9970212-90f5-8c32-baa7-dd8160829ab2-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9970212-90f5-8c32-baa7-dd8160829ab4-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9970212-90f5-8c32-baa7-dd8160829ab6-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9970212-90f5-8c32-baa7-dd8160829ab8-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9970212-90f5-8c32-baa7-dd8160829aba-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6af21b0a-1b6a-6612-34ea-41c0f60abdda-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b57fdb93-b0c5-841d-069a-db13f3bf2a1f-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6513b3aa-0539-1170-a4a3-2866ac10567f-a1020eaf {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-eb68aa01-ed37-1448-86ec-5a3bf18f5ff9-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb95be42-f0ac-7574-4ed7-192695a4b237-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_19ae8937-4566-33f7-26e3-3beda8c19c80-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b45efc20-5900-d364-3460-2872e46c130f-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ec9b0f07-5b33-99de-49f4-67fbcd039f38-a1020eaf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

/*==============================
	Footer
==============================*/
.footer {
  background-color: #07091B;
  padding: 30px 0 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer__logo {
  margin-top: 60px;
}
.footer__logo img {
  width: auto;
  height: 40px;
  display: block;
}
.footer__tagline {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #bdbdbd;
  margin-bottom: 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.footer__links a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  color: #bdbdbd;
  font-size: 16px;
}
.footer__links a svg {
  width: 20px;
  height: auto;
  fill: #024BF4;
  margin-right: 10px;
}
.footer__links a:hover {
  color: #024BF4;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__social a {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  position: relative;
}
.footer__social a svg {
  width: 100%;
  height: auto;
  fill: #bdbdbd;
  transition: fill 0.5s ease;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover svg {
  fill: #024BF4;
}
.footer__content {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer__copyright {
  display: block;
  font-size: 13px;
  color: #bdbdbd;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.footer__copyright a {
  color: #bdbdbd;
}
.footer__copyright a:hover {
  color: #024BF4;
}
.footer__title {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__nav a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #bdbdbd;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.footer__nav a:last-child {
  margin-bottom: 0;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__lang {
  position: relative;
  margin-top: 20px;
}
.footer__lang-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255,255,255,0.1);
  padding: 0 16px 0 8px;
  height: 36px;
  border-radius: 18px;
}
.footer__lang-btn img {
  width: 20px;
  height: auto;
  margin-right: 8px;
  border-radius: 50%;
}
.footer__lang-btn span {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: color 0.5s ease;
}
.footer__lang-btn:hover span {
  color: #fff;
}
.footer__lang-dropdown {
  display: block;
  position: absolute !important;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  top: 0;
  background-color: #16151a;
  border-radius: 16px;
  padding: 16px;
  min-width: 100px;
  transition: opacity 0.5s ease;
  height: auto;
  border: 1px solid #222227;
}
.footer__lang-dropdown li {
  width: 100%;
  margin-bottom: 15px;
}
.footer__lang-dropdown li:last-child {
  margin-bottom: 0;
}
.footer__lang-dropdown a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer__lang-dropdown a img {
  width: 20px;
  height: auto;
  margin-right: 8px;
  border-radius: 50%;
}
.footer__lang-dropdown a span {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: color 0.5s ease;
}
.footer__lang-dropdown a:hover span {
  color: #fff;
}
.footer__lang-dropdown.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 576px) {
  .footer {
    padding: 30px 0 20px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 20px 0 25px;
  }
  .footer__content {
    margin-top: 70px;
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer__logo {
    margin-top: 50px;
  }
  .footer__title {
    margin-top: 50px;
  }
  .footer__social {
    width: auto;
    order: 2;
  }
  .footer__social a {
    margin-top: 0;
  }
  .footer__copyright {
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .footer__social {
    display: inline-flex;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_481460de-3c36-477b-36c4-605083abfd10-54a34c25 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_886d4538-cb4f-eb90-1f5c-66fb02506d70-54a34c25 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-cd0f28e7-fab7-6055-c034-f9ec0ded1474-5ea34c27 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7d2fd2fa-dfa4-98c4-c768-2a4a7bde05c8-5ea34c27 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-3da34c4f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_6af21b0a-1b6a-6612-34ea-41c0f60abdda-a1020eaf {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ec9b0f07-5b33-99de-49f4-67fbcd039f38-a1020eaf {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_301f0069-eaa7-a697-466f-c1f9324a7974-9ca34c68 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_70309b6c-5080-08ac-f0d2-b9668b758394-9ca34c68 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b57fdb93-b0c5-841d-069a-db13f3bf2a1f-a1020eaf {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestRegular1602-hint.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestMedium1602-hint.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestBold1602-hint.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}