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

.device-height {
  height: 100vh;
}

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: rgba(255, 255, 255, .55);
  background-color: #052430;
  font-family: Eczar, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffde98, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Grenze, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.222em;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Grenze, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.316em;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Grenze, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.417em;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Grenze, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.273em;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Grenze, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.333em;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Pirata One, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
  font-family: Eczar, sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #8cfd9f;
}

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

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

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

label {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.333em;
  display: block;
}

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

blockquote {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f2f2f;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 48px;
  padding: 123px 63px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

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

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

.page-wrapper {
  font-family: Grenze, sans-serif;
}

.page-wrapper.utility-page-wrapper, .page-wrapper.v2 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-column-gap: 28px;
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.cta-v1-grid {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.logo-strip-grid {
  grid-template-columns: auto 1fr;
}

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr .85fr;
  align-items: end;
}

.grid-2-columns.title-and-paragraph.v2 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.text-left-default {
  grid-column-gap: 48px;
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.text-left-default.v2 {
  grid-template-columns: .95fr 1fr;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 48px;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid #2f2f2f;
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

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

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

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

.grid-2-columns.footer-lists-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto;
  justify-content: stretch;
  align-items: start;
}

.grid-2-columns.dropdown-lists-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 18px;
  align-content: start;
  align-items: start;
}

.grid-2-columns.aside-left {
  grid-column-gap: 40px;
  grid-template-columns: .55fr 1fr;
  align-items: start;
}

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

.grid-2-columns.aside-right {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .6fr;
  align-items: start;
}

.grid-2-columns.blog-card-featured-grid {
  grid-template-columns: 1.8fr 1fr;
}

.grid-2-columns.integration-single-grid {
  grid-column-gap: 40px;
  grid-template-columns: minmax(441px, .7fr) 1fr;
}

.grid-2-columns.cta-newsletter {
  grid-template-columns: 1.85fr 1fr;
}

.grid-2-columns.cta-home-pages-grid {
  grid-column-gap: 46px;
}

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

.grid-2-columns.pricing-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns.main-page-grid, .grid-2-columns.statistics-grid {
  align-items: stretch;
}

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

.style---main-wrapper {
  background-color: #052430;
}

.card {
  background-color: #021b26;
  border: 1px solid #17353f;
  border-radius: 12px;
  transform: translate(0);
}

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

.card.whats-included {
  background-color: #052430;
}

.card.figma-file {
  background-color: #052430;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  text-align: center;
  transform-style: preserve-3d;
  background-color: #052430;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.card.sales-home-page:hover {
  transform: scale3d(.98, .98, 1.01);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card.buy-now {
  min-height: 100%;
  transform-style: preserve-3d;
  background-color: #4253ff;
  border-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.card.buy-now:hover {
  transform: scale3d(.98, .98, 1.01)translate(0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card.buy-now.dark {
  background-color: #021b26;
  border-style: solid;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.card.buy-now.dark:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card.tabs-card {
  color: #939393;
  transform-style: preserve-3d;
  background-color: rgba(47, 47, 47, .2);
  margin-bottom: 24px;
  padding: 38px 32px;
  font-weight: 700;
  line-height: 1.333em;
  transition: transform .3s, border-color .3s, color .3s;
}

.card.tabs-card:hover {
  border-color: #717172;
  transform: scale3d(.98, .98, 1.01);
}

.card.tabs-card.w--current {
  color: #fff;
  border-color: #717172;
}

.card.tabs-card.w--current:hover {
  transform: scale3d(1, 1, 1.01)translate(0);
}

.card.pd-48px---32px {
  padding: 53px 33px;
}

.card.pd-48px---32px.shop-item {
  color: rgba(255, 255, 255, .5);
  background-color: #021b26;
  background-image: radial-gradient(circle closest-corner at 50% 0, #3b7285, rgba(0, 0, 0, 0));
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .3s, color .3s;
}

.card.pd-48px---32px.shop-item:hover {
  background-image: radial-gradient(circle closest-corner at 50% 0, #3faa58, rgba(0, 0, 0, 0));
}

.card.pricing-card {
  min-height: 100%;
  background-color: #021b26;
  flex-direction: column;
  justify-content: space-between;
  padding: 83px 54px;
  display: flex;
}

.card.pricing-card.popular {
  background-color: #2f2f2f;
  border-color: #717172;
}

.card.plans-card {
  background-color: #021b26;
  padding: 74px 52px;
}

.card.pd-56px---40px {
  padding: 56px 40px;
}

.card.pd-64px---48px {
  padding: 64px 48px;
}

.card.integration-card {
  color: rgba(255, 255, 255, .4);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 34px 46px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s;
  display: flex;
  position: relative;
}

.card.integration-card:hover {
  color: rgba(255, 255, 255, .4);
  background-color: #161616;
  border-color: #717172;
  transform: scale3d(.98, .98, 1.01);
}

.card.request-a-demo-form {
  width: 100%;
  min-height: 670px;
  background-color: #021b26;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 83px 72px;
  display: flex;
}

.card.tabs-menu-left-v1---content {
  width: 100%;
  max-width: 684px;
  background-color: rgba(47, 47, 47, .2);
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  padding: 40px;
  display: flex;
}

.card.search-result {
  min-height: 100%;
  color: rgba(255, 255, 255, .4);
  transform-style: preserve-3d;
  padding: 40px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s;
}

.card.search-result:hover {
  color: rgba(255, 255, 255, .4);
  background-color: #161616;
  border-color: #717172;
  transform: scale3d(.98, .98, 1.01)translate(0);
}

.card.story {
  z-index: 5;
  width: 510px;
  max-height: 80vh;
  opacity: 1;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 24px;
  position: absolute;
  right: 32px;
  overflow: auto;
}

.card.story.scrollbar-item {
  background-color: #021b26;
}

.card.main-cards {
  margin-bottom: 32px;
  padding: 33px 33px 53px;
}

.card.main-cards.shop-item {
  color: rgba(255, 255, 255, .5);
  background-color: #021b26;
  background-image: radial-gradient(circle closest-corner at 50% 0, #3b7285, rgba(0, 0, 0, 0));
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .3s, color .3s;
}

.card.main-cards.shop-item:hover {
  background-image: radial-gradient(circle closest-corner at 50% 0, #3faa58, rgba(0, 0, 0, 0));
}

.card.chart-cards {
  margin-bottom: 0;
  padding: 33px 33px 53px;
}

.card.chart-cards.shop-item {
  color: rgba(255, 255, 255, .5);
  background-color: #021b26;
  background-image: radial-gradient(circle closest-corner at 50% 0, #3b7285, rgba(0, 0, 0, 0));
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .3s, color .3s;
}

.card.chart-cards.shop-item:hover {
  background-image: radial-gradient(circle closest-corner at 50% 0, #3faa58, rgba(0, 0, 0, 0));
}

.card.popup {
  width: 280px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(2, 27, 38, .8);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, .4);
}

.card.popup.purchase {
  width: 350px;
}

.card.user-popup {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(2, 27, 38, .8);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Eczar, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 1px;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, .4);
}

.card.user-popup.purchase {
  width: 330px;
}

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

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

.style---color-block.bg-secondary-1 {
  background-color: #8cfd9f;
}

.style---color-block.bg-neutral-800 {
  background-color: #052430;
}

.style---color-block-content {
  border-top: 1px solid #2f2f2f;
  padding: 24px 24px 32px;
}

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

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

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

.grid-4-columns.stats-grid {
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

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

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

.bg-secondary-2 {
  background-color: #021b26;
}

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

.bg-neutral-700 {
  background-color: #2f2f2f;
}

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

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

.bg-neutral-400 {
  background-color: rgba(255, 255, 255, .4);
}

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

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

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

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

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

.color-accent-1 {
  color: #c49a4e;
}

.color-secondary-1 {
  color: #8cfd9f;
}

.color-secondary-2 {
  color: #021b26;
}

.color-neutral-800 {
  color: #052430;
}

.color-neutral-700 {
  color: #2f2f2f;
}

.color-neutral-600 {
  color: #717172;
}

.color-neutral-500 {
  color: #939393;
}

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

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

.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: rgba(255, 255, 255, .4);
}

.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 {
  border-bottom: 1px solid #2f2f2f;
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: #17353f;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider._0px {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.divider._0px.width-90 {
  width: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-top-32px, .mg-top-32px.keep {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

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

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

.display-1 {
  color: #fff;
  background-image: none;
  font-size: 90px;
  font-weight: 800;
  line-height: 1.044em;
}

.display-1.hero-title {
  letter-spacing: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(231, 248, 255, .2);
  overflow-wrap: normal;
  background-image: linear-gradient(rgba(255, 255, 255, .4) 28%, rgba(0, 0, 0, 0) 29%), repeating-radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(255, 195, 161, .1) 80%, rgba(255, 255, 255, .2) 92%), radial-gradient(circle, rgba(0, 0, 0, 0) 40%, rgba(156, 167, 178, .4) 75%), repeating-linear-gradient(45deg, #fff, #beb2ac 11%, #ebcfe5 18%, #fff 45%, #ecdac8 61%, #fff 79%);
  line-height: 98%;
}

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

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

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

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

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

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

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

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

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

.display-2 {
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.185em;
}

.display-2._44px {
  font-size: 44px;
}

.display-3 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.294em;
}

.display-4 {
  color: #fff;
  font-family: Grenze, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.417em;
}

.display-4.footer-title {
  margin-bottom: 40px;
}

.display-4.accordion-big-number {
  width: 72px;
  color: #3b7285;
}

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

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

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

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

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

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

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

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

.text-300.medium.color-neutral-100.top-2px {
  position: relative;
  top: 2px;
}

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

.text-300.header-title {
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700;
}

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

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

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

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

.text-link {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #939393;
}

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

.text-link.color-neutral-100:hover {
  color: #939393;
}

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

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

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

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

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

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

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

.grid-3-columns.dropdown-columns-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-columns: auto auto auto;
}

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

.grid-3-columns.features-grid {
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

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

.grid-3-columns.demo-features {
  grid-column-gap: 40px;
  grid-template-columns: auto auto auto;
  justify-content: center;
  justify-items: center;
}

.style---shadow-card {
  min-height: 220px;
  text-align: center;
  background-color: #021b26;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

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

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

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

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

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

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

.button-shadow-color-01 {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px rgba(20, 20, 43, .12);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px rgba(20, 20, 43, .2);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px rgba(20, 20, 43, .3);
}

.style---heading {
  min-height: 70vh;
  background-color: #021b26;
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

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

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

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

.inner-container._753px {
  max-width: 753px;
}

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

.inner-container._500px {
  max-width: 500px;
}

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

.inner-container._800px {
  max-width: 800px;
}

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

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

.inner-container._1068px {
  max-width: 1068px;
}

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

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

.inner-container._845px {
  max-width: 845px;
}

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

.inner-container._520px {
  max-width: 520px;
}

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

.inner-container._690px {
  max-width: 690px;
}

.inner-container._595px {
  max-width: 595px;
}

.inner-container._935px {
  max-width: 935px;
}

.inner-container._960px {
  max-width: 960px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._1130px {
  max-width: 1130px;
}

.inner-container._630px {
  max-width: 630px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._980px {
  max-width: 980px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._1072px {
  max-width: 1072px;
}

.inner-container._815px {
  max-width: 815px;
}

.inner-container._915px {
  max-width: 915px;
}

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

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

.inner-container._770px {
  max-width: 770px;
}

.inner-container._651px {
  max-width: 651px;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._720px {
  max-width: 720px;
}

.inner-container._1112px {
  max-width: 1112px;
}

.inner-container._745px {
  max-width: 745px;
}

.inner-container._360px {
  max-width: 360px;
}

.inner-container._808px {
  max-width: 808px;
}

.inner-container._973px {
  max-width: 973px;
}

.inner-container._846px {
  max-width: 846px;
}

.inner-container._54px {
  max-width: 54px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._622px {
  max-width: 622px;
}

.inner-container._48px {
  max-width: 48px;
}

.inner-container._48px.mg-right-16px {
  min-width: 48px;
}

.inner-container._792px {
  max-width: 792px;
}

.inner-container._40px {
  max-width: 40px;
}

.inner-container._522px {
  max-width: 522px;
  max-width: 522px;
}

.inner-container.width-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.inner-container.purchase-container {
  width: 100%;
  flex: 1;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.style---content-heading {
  background-color: #021b26;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: #2f2f2f;
  border-radius: 12px;
  margin-right: 18px;
}

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

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

.style---card-wrapper {
  background-color: #021b26;
  border: 1px solid #2f2f2f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .12);
}

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

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

.style---bg-white.style-buttons-dark {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.style-buttons-dark {
  background-color: #052430;
  border: 1px solid #021b26;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 48px;
}

.btn-primary {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: -4px;
  color: #052430;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 48px;
  outline: 2px solid #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 18px 34px;
  font-family: Eczar, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
  position: relative;
  transform: translate(0);
}

.btn-primary:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-image: linear-gradient(125deg, #c49a4e, #886016 50%, #c49a4e);
  border-color: #fff;
  outline-color: rgba(0, 0, 0, .1);
  transform: scale3d(.96, .96, 1.01);
}

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

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

.btn-primary.small.header-btn-hidde-on-mb.no-wrap {
  white-space: nowrap;
}

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

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

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

.btn-primary.small.header-btn-hidde-on-d.no-wrap {
  white-space: nowrap;
}

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

.btn-primary.large:hover {
  background-image: linear-gradient(125deg, #c49a4e, #886016 50%, #c49a4e);
}

.btn-primary.dark {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.btn-primary.dark:hover {
  color: #052430;
  border-color: #fff;
}

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

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

.btn-primary.button-row {
  margin-right: 24px;
}

.btn-primary.button-row:hover {
  background-image: linear-gradient(60deg, #c49a4e, #74551b 50%, #c49a4e);
}

.btn-primary.width-100 {
  transform-style: preserve-3d;
}

.btn-primary.width-100:hover {
  transform: scale3d(.98, .98, 1.01);
}

.btn-primary.width-100.arrow-form {
  align-items: center;
  display: flex;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.integration-button {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.btn-primary.alt {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-primary.alt:hover {
  color: #fff;
  background-color: #052430;
  border-color: #052430;
}

.btn-primary.webflow-btn {
  color: #4253ff;
  transition-property: none;
}

.btn-primary.webflow-btn:hover {
  color: #4253ff;
  background-color: #fff;
  border-color: #fff;
  transform: none;
}

.btn-primary.webflow-btn-v2 {
  color: #fff;
  background-color: #553ffe;
  border-color: #553ffe;
  transition-property: none;
}

.btn-primary.webflow-btn-v2:hover {
  color: #fff;
  background-color: #553ffe;
  border-color: #553ffe;
  transform: none;
}

.btn-primary.arrow-form---inside {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-right: 0;
  transition-property: none;
}

.btn-primary.arrow-form---inside:hover {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  transform: none;
}

.btn-primary.arrow-form {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: transform .3s;
}

.btn-primary.pagination-button {
  margin-top: 48px;
}

.btn-primary._20px {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-secondary {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 48px;
  outline: 1px #c49a4e;
  padding: 18px 34px;
  font-family: Eczar, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, color .3s;
  transform: translate(0);
}

.btn-secondary:hover {
  color: #c49a4e;
  border-color: #ddcead;
  transform: scale3d(.96, .96, 1.01);
}

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

.btn-secondary.small.header-btn-hidde-on-tablet {
  margin-left: 32px;
}

.btn-secondary.small.header-btn-hidde-on-tablet.current, .btn-secondary.small.current.w--current {
  color: #88e1ff;
}

.btn-secondary.small.login-method {
  margin-bottom: 16px;
}

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

.btn-secondary.white {
  color: rgba(255, 255, 255, .4);
  border-color: #2f2f2f;
}

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

.btn-secondary.width-100 {
  transform-style: preserve-3d;
}

.btn-secondary.width-100:hover {
  transform: scale3d(.98, .98, 1.01);
}

.btn-secondary.pagination-button {
  margin-top: 48px;
  font-size: 18px;
}

.btn-secondary.alt {
  padding-left: 20px;
  padding-right: 20px;
}

.badge-primary {
  color: #fff;
  background-color: #c49a4e;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  color: #052430;
  background-color: #fff;
}

.badge-primary.dark {
  color: #fff;
  background-color: #052430;
}

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

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

.badge-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3b7285;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.w--current {
  background-color: #717172;
  border-color: #717172;
  font-weight: 700;
}

.badge-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.badge-secondary.dark {
  box-shadow: none;
  color: #717172;
  border-color: #717172;
}

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

.badge-secondary.small.text-bold {
  font-weight: 700;
}

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

.badge-secondary.category-badges {
  transform-style: preserve-3d;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 24px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  color: #fff;
  background-color: #717172;
  border-color: #717172;
  transform: scale3d(.96, .96, 1.01);
}

.badge-secondary.category-badges.w--current {
  color: #fff;
  background-color: #717172;
  border-color: #717172;
}

.badge-secondary.category-badges.w--current:hover {
  transform: scale3d(1, 1, 1.01);
}

.badge-secondary.category-badges.center {
  margin-left: 12px;
  margin-right: 12px;
}

.badge-secondary.tab-category-badge {
  transform-style: preserve-3d;
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, transform .3s, border-color .3s, color .3s;
}

.badge-secondary.tab-category-badge:hover {
  color: #fff;
  background-color: #717172;
  border-color: #717172;
  transform: scale3d(.96, .96, 1.01);
}

.input {
  min-height: 72px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f2f2f;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

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

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

.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
}

.input::placeholder {
  color: rgba(255, 255, 255, .4);
}

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

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

.input.button-inside {
  padding-right: 35%;
}

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

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

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

.input.search-input {
  padding-right: 15%;
}

.input.select-wrapper {
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.input.select {
  height: auto;
  min-height: auto;
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition: color .3s;
}

.input.light {
  border-color: #e7e7e7;
}

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

.input.light::-ms-input-placeholder {
  color: #f4f4f4;
}

.input.light::placeholder {
  color: #f4f4f4;
}

.input.cart-item-quantity {
  min-height: 38px;
  padding: 10px 15px;
}

.position-relative {
  position: relative;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 144px;
  min-width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f2f2f;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.556em;
  transition: color .3s, border-color .3s;
}

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

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

.text-area::-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
}

.text-area::placeholder {
  color: rgba(255, 255, 255, .4);
}

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

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

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

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

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: #2f2f2f;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

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

.checkbox.w--redirected-checked {
  background-color: #c49a4e;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  border-color: #c49a4e;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #c49a4e;
}

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

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

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

.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;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2f2f2f;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

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

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

.radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #c49a4e;
}

.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-rows: auto;
  grid-template-columns: repeat(auto-fit, 380px);
}

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

.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-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

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

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

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

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  color: #fff;
  background-color: #021b26;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #052430;
  background-color: #fff;
}

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

.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 {
  z-index: 3;
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-right.card-link-right-icon {
  margin-left: 0;
}

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

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

.line-rounded-icon.success-message-check {
  color: #c49a4e;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1em;
}

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

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

.line-rounded-icon.success-message-check.left.white {
  color: #fff;
}

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

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

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

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

.line-square-icon.link-card-icon.card-link-right-square {
  color: #fff;
  font-family: Line Square Icons, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.line-square-icon.button-arrow.logged-in {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
}

.line-square-icon.menu-icon {
  margin-right: 8px;
  font-size: 20px;
}

.line-square-icon.menu-icon.logged-in {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
}

.line-square-icon.menu-icon.wallet-icon {
  color: #def2e6;
}

.line-square-icon.explorer-link {
  margin-top: 0;
  margin-left: 8px;
  display: inline-block;
  position: absolute;
  bottom: 4px;
}

.filled-icons {
  color: #fff;
  font-family: Filled Icons, sans-serif;
}

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

.rich-text p, .rich-text h2 {
  margin-bottom: 24px;
}

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

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

.rich-text ul, .rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

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

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

.style---dropdown-toggle {
  width: 100%;
  color: #f4f4f4;
  border-bottom: 1px solid #2f2f2f;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: #939393;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
}

.buttons-row.add-cart-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.style---dropdown-list-sidebar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2f2f2f;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: rgba(255, 255, 255, .4);
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  color: #fff;
  background-color: rgba(47, 47, 47, .4);
  border-right-color: #fff;
}

.style---dropdown-link-sidebar.w--current {
  color: #fff;
  background-color: rgba(47, 47, 47, .4);
  border-right-color: #fff;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: #2f2f2f;
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  color: #717172;
  text-align: center;
  background-color: #021b26;
  border-bottom: 1px solid #2f2f2f;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

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

.style---logo-sidebar {
  transition: opacity .3s;
}

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

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

.container-default.width-100 {
  max-width: 1348px;
}

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

.container-default.small {
  max-width: 1268px;
}

.container-default.password-protected-container {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.elements---page-hero {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2f2f2f;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

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

.section.overflow-hidden.pd-top-0 {
  padding-top: 0;
}

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

.section.template-pages-hero {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

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

.section.hero-page {
  padding-top: 105px;
  padding-bottom: 240px;
  overflow: hidden;
}

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

.section.center-section {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.section.pd-0px.lower-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .1));
}

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

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.v1 {
  background-image: linear-gradient(#00232a, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
  padding-top: 539px;
  padding-bottom: 524px;
}

.section.hero.v2 {
  padding-top: 120px;
}

.section.hero.v3 {
  padding-top: 120px;
  padding-bottom: 220px;
}

.section.hero.v4 {
  padding-top: 120px;
  padding-bottom: 200px;
}

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

.section.hero.v6 {
  padding-top: 120px;
}

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

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

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

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

.section.hero.v11 {
  padding-top: 222px;
  padding-bottom: 310px;
}

.section.hero.v12 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 203px;
  padding-bottom: 238px;
  display: flex;
}

.section.hero.v13 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 291px;
  padding-bottom: 291px;
  display: flex;
}

.section.cta-v1 {
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding-top: 168px;
  padding-bottom: 168px;
  position: relative;
  overflow: hidden;
}

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

.section.pd-top-0px.lower-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .1));
}

.section.timeline-v1 {
  padding-top: 85px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section._220px {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section._200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.section._140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.section._160px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.cta-newsletter {
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding-top: 159px;
  padding-bottom: 159px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.section.leaderboard.lower-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .1));
}

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

.section.lower-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .1));
}

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

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

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

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

.top-bar-wrapper {
  color: #fff;
  text-align: center;
  background-color: #c49a4e;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper.v2 {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: #fff;
  line-height: 1.111em;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper.color-primary {
  color: #c49a4e;
}

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

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

.elements---element-title {
  background-color: #021b26;
  border: 1px solid #021b26;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

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

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

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

.heading-h2-size {
  color: #fff;
  font-family: Grenze, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.316em;
}

.heading-h3-size {
  color: #fff;
  font-family: Grenze, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h4-size {
  color: #fff;
  font-family: Grenze, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.273em;
}

.heading-h4-size.mg-bottom-20px {
  width: 100%;
}

.heading-h5-size {
  color: #fff;
  font-family: Grenze, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.333em;
}

.heading-h6-size {
  color: #fff;
  font-family: Grenze, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-wrapper.position-absolute.z-index-3 {
  z-index: 3;
}

.header-content-wrapper {
  -webkit-text-stroke-color: rgba(170, 144, 144, .4);
  border-bottom: 1px solid #17353f;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: #fff;
  padding: 0;
}

.header-nav-link:hover {
  color: #939393;
}

.header-nav-link.w--current {
  color: #fff;
}

.header-nav-link.w--current:hover {
  color: #939393;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  transition-property: none;
}

.dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-link {
  width: 100%;
  color: rgba(255, 255, 255, .4);
  padding: 0;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.dropdown-link:hover {
  color: #fff;
  display: inline-block;
  transform: translate(6px);
}

.dropdown-link.highligted {
  color: #fff;
  font-weight: 700;
  line-height: 1.333em;
}

.dropdown-link.highligted:hover {
  color: rgba(255, 255, 255, .4);
}

.dropdown-pd {
  width: 940px;
  background-color: #052430;
  border: 1px solid #2f2f2f;
  border-radius: 14px;
  margin-top: 20px;
  padding: 48px;
}

.header-logo {
  width: 100%;
}

.header-logo.header-v1 {
  width: 100%;
  max-width: 100%;
}

.header-logo.pd-logo {
  width: auto;
  height: 42px;
}

.header-logo-link {
  width: 100%;
  max-width: 283px;
  flex: 1;
  margin-right: 15px;
  padding-left: 0;
  transition: opacity .3s;
}

.header-logo-link:hover {
  opacity: .5;
}

.header-logo-link.left {
  margin-right: 40px;
}

.header-logo-link.center {
  margin-right: 0;
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(1.1);
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #052430;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-middle {
  margin-left: auto;
  margin-right: auto;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #052430;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.btn-circle-primary:hover {
  color: #fff;
  background-color: #c49a4e;
  border-color: #c49a4e;
  transform: scale3d(.94, .94, 1.01);
}

.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 {
  color: #fff;
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
}

.btn-circle-primary.white:hover {
  color: #052430;
  background-color: #fff;
  border-color: #fff;
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #fff;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.btn-circle-secondary:hover {
  color: #c49a4e;
  border-color: #c49a4e;
  transform: scale3d(.94, .94, 1.01);
}

.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 {
  color: rgba(255, 255, 255, .4);
  border-color: #2f2f2f;
}

.btn-circle-secondary.white:hover {
  color: #fff;
  border-color: #fff;
}

.utility-page-form {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-form.password-protected {
  z-index: 1;
  position: relative;
}

.hidden-on-desktop {
  display: none;
}

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

.flex-vertical.center {
  align-items: center;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.start.content-link {
  color: #e7e7e7;
  text-decoration: none;
}

.flex-horizontal.start.content-link:hover {
  color: #717172;
}

.flex-horizontal.flex-wrap {
  flex-wrap: wrap;
}

.flex-horizontal.icon-left-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.footer-wrapper.border-top {
  border-top: 1px solid #17353f;
}

.footer-logo {
  width: 100%;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .5;
}

.footer-logo-wrapper {
  max-width: 279px;
  margin-bottom: 12px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-logo-wrapper.mg-bottom-0.v3 {
  max-width: 211px;
}

.footer-logo-wrapper.width-200px {
  max-width: 200px;
}

.footer-list-wrapper {
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-list-wrapper.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-wrapper.horizontal.left {
  justify-content: flex-end;
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-list-item.horizontal.left {
  padding-left: 24px;
  padding-right: 0;
}

.footer-link {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
  transform: translate(6px);
}

.footer-link.highlighted {
  color: #fff;
  font-weight: 700;
  line-height: 1.333em;
  text-decoration: none;
}

.footer-link.highlighted:hover {
  color: rgba(255, 255, 255, .4);
}

.footer-top {
  padding-top: 115px;
  padding-bottom: 115px;
}

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #17353f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.success-message.input-inside {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f2f2f;
  border-radius: 50px;
}

.error-message {
  color: #ff5a65;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.error-message.cart-error {
  text-align: center;
  margin-top: 0;
}

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

.grid-footer-v1 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 300px) minmax(auto, 327px) minmax(119px, 171px) minmax(200px, 350px);
  justify-content: space-between;
}

.grid-4-columns-instagram {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
}

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

.text-center.tablet {
  text-align: left;
}

.text-center.tablet.no-wrap {
  white-space: nowrap;
}

.grid-footer-3-columns---logo-center {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  align-items: center;
}

.card-link-icon {
  transform-style: preserve-3d;
  background-color: #0a0a0a;
  border: 1px solid #2f2f2f;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, border-color .3s, color .3s;
  display: flex;
}

.card-link-icon:hover {
  background-color: #161616;
  border-color: #2f2f2f;
  transform: scale3d(.98, .98, 1.01);
}

.card-link-icon.footer-card-link-icon {
  grid-column-gap: 8px;
  background-color: rgba(47, 47, 47, .4);
  justify-content: flex-start;
  padding: 20px 19px;
  transition: background-color .3s, transform .3s, border-color .3s;
}

.card-link-icon.footer-card-link-icon:hover {
  background-color: rgba(47, 47, 47, .8);
  border-color: #717172;
}

.card-link-icon.contact-card-link-icon {
  color: rgba(255, 255, 255, .4);
  background-color: rgba(47, 47, 47, .4);
  transition: background-color .3s, transform .3s, border-color .3s;
}

.card-link-icon.contact-card-link-icon:hover {
  color: rgba(255, 255, 255, .4);
  background-color: rgba(47, 47, 47, .8);
}

.card-link-icon.game-event {
  color: rgba(255, 255, 255, .4);
  background-color: rgba(47, 47, 47, .4);
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .3s, transform .3s, border-color .3s;
}

.card-link-icon.game-event:hover {
  color: rgba(255, 255, 255, .4);
  background-color: rgba(47, 47, 47, .8);
}

.card-link-icon.game-event.active {
  background-color: rgba(31, 51, 56, .4);
  border-color: #14282e;
}

.card-link-icon.game-event.locked {
  cursor: not-allowed;
}

.grid-footer-4-columns-v2 {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 327px) minmax(auto, 170px) minmax(200px, 280px) minmax(auto, 281px);
  justify-content: space-between;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top._32px-top {
  top: 32px;
}

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  max-width: 24px;
  margin-right: 12px;
}

.fit-cover {
  object-fit: cover;
}

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 6, 6, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-decoration-none {
  text-decoration: none;
}

.half-bg-image-right {
  z-index: -1;
  width: 50%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.half-bg-image-right.cta-v1 {
  z-index: auto;
  width: 74%;
  background-image: none;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.cta-section {
  background-color: #052430;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v1 {
  background-color: #052430;
}

.accordion-item-wrapper {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #17353f;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.accordion-item-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.accordion-item-wrapper.first {
  padding-top: 0;
}

.accordion-item-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 935px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-big-number-wrapper {
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  color: #939393;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2f2f2f;
  border-radius: 11px;
  padding: 26px 24px;
}

.empty-state.card-empty {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.small {
  padding: 13px 20px;
  font-size: 16px;
}

.empty-state.full {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.empty-state.cart-empty {
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

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

.image.home-hero-image {
  height: auto;
  max-width: 1440px;
  min-height: 1375px;
  min-width: 1440px;
  position: relative;
}

.image.card-image {
  border-radius: 12px;
}

.image.card-image.relative-z1 {
  z-index: 1;
  position: relative;
}

.image.fit-cover.integrations-image, .image.fit-cover.integration-single-image {
  object-position: 0% 50%;
}

.image.hero-v7-image {
  object-fit: cover;
  object-position: 50% 0%;
}

.image.figma-file-image {
  object-fit: cover;
  object-position: 0% 0%;
}

.image.border-radius-12px.relative-z1 {
  z-index: 1;
  border-radius: 0;
  position: relative;
}

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

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

.height-100 {
  height: 100%;
}

.categories-badges-item-wrapper {
  flex-flow: wrap;
  display: flex;
}

.categories-badges-item-wrapper.center {
  justify-content: center;
}

.categories-badges-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -24px;
  display: flex;
}

.categories-badges-wrapper.center {
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.divider-details {
  width: 28px;
  height: 1px;
  background-color: #3b7285;
  margin-left: 16px;
  margin-right: 16px;
}

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

.image-wrapper.card-image {
  background-image: linear-gradient(#2f2f2f, rgba(47, 47, 47, 0));
  border-radius: 12px;
  padding: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.image-wrapper.card-image.features-image-right {
  max-width: 787px;
  background-image: linear-gradient(#2f2f2f, rgba(47, 47, 47, 0));
  margin-right: -229px;
}

.image-wrapper.card-image.features-image-right.no-background {
  background-image: none;
}

.image-wrapper.card-image.features-image-right.no-background.no-shadow {
  box-shadow: none;
}

.image-wrapper.card-image.hero-v2-left-image {
  width: 61%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.image-wrapper.card-image.hero-v2-right-image {
  width: 34%;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 9%;
}

.image-wrapper.card-image.features-03-left-image {
  width: 59%;
  background-image: linear-gradient(#2f2f2f, rgba(47, 47, 47, 0));
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: auto;
  box-shadow: 0 4px 65px rgba(0, 0, 0, .7);
}

.image-wrapper.card-image.features-03-left-image.no-background {
  box-shadow: none;
  background-image: none;
}

.image-wrapper.features-bottom-left-image {
  width: 98%;
}

.image-wrapper.features-bottom-right-image {
  width: 21.5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-wrapper.border-radius-10px {
  border-radius: 10px;
}

.image-wrapper.border-radius-12px {
  border-radius: 12px;
}

.image-wrapper.border-radius-12px.border-neutral-700 {
  border: 1px solid #2f2f2f;
}

.image-wrapper.hero-v2-main-image {
  min-width: 111%;
}

.image-wrapper.features-03-right-image {
  width: 75%;
  border-radius: 12px;
}

.image-wrapper.career-card-image {
  max-width: 42px;
  margin-right: 29px;
}

.image-wrapper.blog-featured-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.image-wrapper.cta-v2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 33%;
  right: 0%;
}

.image-wrapper.integrations-hero-image {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 31.2%;
  right: 0%;
}

.image-wrapper.integration-single-image {
  width: 57vw;
  border: 1px solid #2f2f2f;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-wrapper.request-a-demo-bg-image {
  z-index: -1;
  max-width: 1578px;
  min-width: 1578px;
  filter: blur(5px);
  position: absolute;
}

.image-wrapper.coming-soon-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper._404-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 45.5%;
}

.image-wrapper.password-protected {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 43.6%;
  right: 0%;
}

.image-wrapper.perks-icon-wrapper {
  max-height: 42px;
  max-width: 42px;
  min-height: 42px;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.image-wrapper.perks-icon-wrapper.mg-bottom-24px {
  flex-direction: column;
  justify-content: flex-start;
}

.image-wrapper._40px {
  max-width: 40px;
}

.image-wrapper.blog-post-image {
  max-height: 864px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-wrapper.integration-card-icon {
  max-width: 64px;
  min-width: 64px;
  border-radius: 100%;
  margin-right: 8px;
}

.image-wrapper.integration-icon {
  max-width: 51px;
  min-width: 51px;
}

.image-wrapper.pearls {
  width: 100%;
  height: 125px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

._404-not-found {
  color: #021b26;
  margin-bottom: -65px;
  font-size: 200px;
  font-weight: 800;
  line-height: 1em;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: #fff;
  background-color: rgba(47, 47, 47, .6);
}

.template-pages---nav-item-link.w--current {
  color: #fff;
  background-color: rgba(47, 47, 47, .6);
  font-weight: 700;
}

.cart-button-wrapper {
  margin-left: 32px;
}

.cart-button-wrapper.left {
  margin-left: 0;
  margin-right: 32px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.cart-wrapper {
  z-index: 1001;
}

.cart-container {
  box-shadow: none;
  background-color: #021b26;
  border: 1px solid #2f2f2f;
  border-radius: 12px;
}

.cart-header {
  border-bottom-color: #2f2f2f;
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-list {
  padding: 0;
}

.cart-footer {
  border-top-color: #2f2f2f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pay-btn {
  border-radius: 90px;
}

.pay-btn.cart {
  height: 60px;
}

.pay-btn.order-summary {
  height: 50px;
}

.cart-close-button {
  width: 24px;
  height: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.cart-close-button:hover {
  color: #939393;
  transform: scale(1.1);
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  grid-column-gap: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 1px;
  border-bottom-color: #2f2f2f;
  flex-wrap: wrap;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding: 30px 0 0;
}

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #2f2f2f;
  padding: 31px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.shipping-price {
  color: #fff;
  font-weight: 500;
}

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

.order-item {
  border-bottom: 1px solid #2f2f2f;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.order-list-price {
  color: #fff;
  font-weight: 500;
}

.order-list-title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.order-list-title:hover {
  color: #939393;
}

.order-option-item {
  padding-left: 0;
}

.order-item-result, .order-summary-price {
  color: #fff;
}

.discounts-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px 0 0;
  border-top-color: #2f2f2f;
  margin-top: 32px;
  padding: 32px 0 0;
}

.order-item-content {
  margin-left: 0;
}

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

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

.home-pages-cointainer {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 173px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 422px;
  transform-style: preserve-3d;
  border: 1px solid #021b26;
  border-radius: 12px;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.image-home-link {
  width: 100%;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-sales-home-content {
  text-align: center;
  border-top: 1px solid #2f2f2f;
  padding: 32px 20px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 54%;
  align-self: stretch;
  margin-right: -1px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 96px 28px 118px 64px;
  display: flex;
}

.badge-home {
  color: #211f54;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  border: 1px solid #2f2f2f;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.card-home-pages-wrapper {
  padding-top: 58px;
  padding-left: 58px;
  padding-right: 58px;
}

.cta-square-logo {
  width: 100%;
  max-width: 80px;
  border-radius: 22px;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid #e7e7e7;
}

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

.cta-image-card {
  width: 1229px;
  max-width: 1229px;
  margin-top: 65px;
  margin-bottom: -46px;
}

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

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

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper.subscribe {
  overflow: visible;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-feed---image-overlay.radial {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle farthest-side, rgba(2, 22, 31, .8), rgba(0, 0, 0, 0));
}

.instagram-feed---icon-inside {
  max-width: 40px;
  min-width: 40px;
}

.social-media-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.social-media-grid.right {
  justify-content: flex-end;
}

.social-media-icon {
  color: #fff;
  font-family: Social Icons Font, sans-serif;
  font-size: 30px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.social-media-icon:hover {
  color: #939393;
  transform: scale(1.1);
}

.social-media-icon.large {
  font-size: 32px;
  line-height: 32px;
}

.header-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.header-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.111em;
}

.position-absolute {
  position: absolute;
}

.home-hero-bg {
  z-index: 0;
  opacity: .8;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 46px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-hero-top-gradient {
  z-index: 1;
  min-height: 38%;
  background-image: linear-gradient(#052430 30%, rgba(6, 6, 6, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-hero-bottom-gradient {
  z-index: 1;
  min-height: 33%;
  background-image: radial-gradient(circle farthest-side at 50% -10%, rgba(0, 0, 0, 0) 90%, rgba(4, 32, 43, .5)), linear-gradient(rgba(6, 6, 6, 0), #052430 70%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-strip-container {
  z-index: 2;
  background-color: #052430;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-strip-wrapper {
  padding-bottom: 80px;
  position: relative;
}

.follow-us-items {
  display: flex;
  gap: 2em;
  justify-content: center;
}

.shrink-0 {
  flex: none;
}

.bg-hero-v7 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 74px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-v1-gradient {
  width: 80%;
  background-image: linear-gradient(82deg, #052430 26.89%, rgba(6, 6, 6, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tabs-menu-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.tabs-menu-wrapper.mg-bottom-80px {
  margin-bottom: 80px;
}

.image-styles-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 96px;
  overflow: visible;
}

.images-styles-slider-wrapper {
  width: 23.1%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.image-style-slide {
  margin-right: 11%;
}

.slider-divider {
  width: 100%;
  height: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 64px;
  left: 0%;
  right: 0%;
}

.slider-arrow {
  max-width: 32px;
  color: #939393;
  transform-style: preserve-3d;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  transition: color .3s, transform .3s;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-arrow:hover {
  color: #fff;
  transform: scale3d(1.1, 1.1, 1.01);
}

.slider-arrow.left {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-arrow.right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.blog-card {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.category-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 8px;
}

.blog-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.blog-card-content.inverted {
  margin-bottom: 24px;
}

.bg-image-overlay {
  opacity: 0;
  background-color: rgba(47, 47, 47, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image-wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-content-wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.milestone-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 80px;
}

.milestone-slider-mask {
  height: 100%;
  max-width: 440px;
  overflow: visible;
}

.bottom-milestone-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.milestone-dot {
  z-index: 1;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.milestone-line {
  width: 100%;
  height: 1px;
  background-color: #2f2f2f;
  position: absolute;
  left: 0;
  right: 0;
}

.milestone-wrapper {
  padding-right: 28px;
  position: relative;
}

.card-link-right-icon {
  color: #fff;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.success-message-wrapper.input-inside {
  grid-column-gap: 8px;
  flex-direction: row;
}

.form.input-inside {
  max-height: 72px;
  min-height: 72px;
}

.pricing-card-content-top {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 18px;
}

.pricing-card-content-top.popular {
  border-bottom-color: rgba(255, 255, 255, .3);
}

.pricing-content-bottom {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 32px;
  display: flex;
}

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

.careers-hero-v7-top-gradient {
  height: 40%;
  background-image: linear-gradient(#052430, rgba(6, 6, 6, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.careers-hero-v7-bottom-gradient {
  height: 40%;
  background-image: linear-gradient(rgba(6, 6, 6, 0), #052430);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.career-card {
  color: rgba(255, 255, 255, .4);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.career-card:hover {
  color: rgba(255, 255, 255, .4);
  transform: translate(8px);
}

.career-card-content-left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.career-card-item-wrapper {
  border-bottom: 1px solid #2f2f2f;
  padding-top: 48px;
  padding-bottom: 48px;
}

.career-card-item-wrapper:first-child {
  padding-top: 0;
}

.career-card-item-wrapper:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.career-card-arrow {
  color: #fff;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.search-button {
  color: #939393;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Line Rounded Icons, sans-serif;
  transition: color .3s, transform .3s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 24px;
  transform: translate(0);
}

.search-button:hover {
  color: #fff;
  transform: scale(1.1);
}

.blog-featured-card {
  width: 100%;
  color: #f4f4f4;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding-top: 192px;
  padding-bottom: 192px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-featured-card:hover {
  color: #f4f4f4;
}

.featured-image-gradient {
  background-image: linear-gradient(to right, #052430, rgba(6, 6, 6, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-v2-gradient {
  background-image: linear-gradient(to right, #052430, rgba(6, 6, 6, 0) 70%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-bar-wrapper {
  max-width: 388px;
  min-width: 388px;
  flex: auto;
}

.hero-arrow-wrapper {
  width: 140px;
  height: 140px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s, color .3s;
  display: flex;
}

.hero-arrow-wrapper:hover {
  color: #939393;
  border-color: #939393;
  transform: scale(.96);
}

.hero-arrow {
  font-family: Line Rounded Icons, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 1em;
  transform: rotate(90deg);
}

.single-image-gradient {
  background-image: linear-gradient(rgba(6, 6, 6, 0) 16%, #052430);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.integrations-hero-content {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
}

.integrations-hero-left-content {
  z-index: 1;
  position: relative;
}

.integrations-image-gradient {
  background-image: linear-gradient(to right, #052430, rgba(6, 6, 6, 0) 60%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.invert-100 {
  filter: invert();
}

.coming-soon-bg-wrapper {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon-top-gradient {
  z-index: 1;
  min-height: 30%;
  background-image: linear-gradient(#052430, rgba(6, 6, 6, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.coming-soon-bottom-gradient {
  min-height: 30%;
  background-image: linear-gradient(rgba(6, 6, 6, 0), #052430);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon-content-wrapper {
  z-index: 2;
  position: relative;
}

._404-image-gradient {
  background-image: linear-gradient(270deg, #052430, rgba(6, 6, 6, 0) 62%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.password-protected-image-gradient {
  background-image: linear-gradient(to right, #052430, rgba(6, 6, 6, 0) 80%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-quantity-nav {
  height: auto;
  min-width: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.divider-wrapper {
  height: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-container.mockups-container {
  min-width: 195%;
  display: flex;
  position: relative;
}

.image-container.hero-v2-images {
  justify-content: center;
  padding-top: 2%;
  display: flex;
  position: relative;
}

.image-container.images-container-right {
  min-width: 116%;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-link-card-content {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-no-wrap {
  white-space: nowrap;
}

.logo-strip-wrapper---main {
  width: 100%;
  max-width: 928px;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.logo-strip {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

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

.features-image-wrapper {
  width: 100%;
  max-width: 558px;
}

.features-image-wrapper._632px {
  max-width: 632px;
}

.mockups-container-wrapper {
  width: 100%;
  max-width: 597px;
  justify-content: flex-end;
  display: flex;
}

.tabs-menu-left-v1 {
  display: flex;
}

.tabs-menu-left-v1---menu-wrapper {
  width: 100%;
  max-width: 578px;
  flex-direction: column;
  margin-bottom: -24px;
  margin-right: 37px;
  display: flex;
}

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

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

.text-area-wrapper {
  max-width: 100%;
  min-width: 100%;
}

.contact-form-block {
  min-height: 550px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

.add-cart {
  min-height: 154px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.add-cart-default-state {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

.images-container-right-wrapper {
  width: 100%;
  max-width: 626px;
  justify-content: flex-start;
  display: flex;
}

.card-apply-content-top {
  margin-bottom: 32px;
}

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

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

.input-button-inside-block {
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.rich-text-paragraph-mg-fix {
  margin-bottom: -24px;
}

.plus-icon-v1 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1em;
}

.integration-single-image-wrapper {
  width: 100%;
  max-width: 729px;
  min-height: 545px;
  position: relative;
}

.page-not-found-block {
  max-width: 451px;
  margin-bottom: 0;
}

.order-summary-line-item {
  grid-column-gap: 15px;
  flex-wrap: wrap;
}

.shipping-method-content {
  margin-left: 0;
}

.shipping-method-title {
  margin-bottom: 4px;
  font-size: 20px;
}

.cart-option-item {
  padding-left: 0;
}

.cart-line-item-main {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.cart-item {
  border-bottom: 1px solid #2f2f2f;
  padding: 24px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-item-content {
  margin-left: 0;
}

.text-block {
  color: #fff;
  font-size: 20px;
}

.cart-list-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.cart-list-title:hover {
  color: #939393;
}

.remove-button {
  color: rgba(255, 255, 255, .4);
  margin-top: 8px;
  line-height: 1.111em;
  text-decoration: underline;
}

.remove-button:hover {
  color: #fff;
}

.cart-list-price {
  color: #fff;
  font-weight: 500;
  line-height: 1.111em;
}

.cart-item-result {
  color: #fff;
}

.heading, .heading-2, .heading-3 {
  font-family: Pirata One, sans-serif;
}

.heading-4 {
  font-family: Varela, sans-serif;
}

.div-block {
  font-family: Eczar, sans-serif;
}

.pd-logo-main {
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.pd-logo-coming-soon {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.coming-soon-content {
  display: flex; 
  flex: 0 0 1; 
  gap: 20px; 
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .coming-soon-content {
    flex-direction: column;  
  }

  .pd-logo-coming-soon {
    width: 50%;
  }
}

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

.vertical-flex {
  flex-direction: column;
}

.pirate-gradient {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, #3e99c4, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spanish-galleon {
  z-index: 0;
  background-image: url('../images/spanish_galleon_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #052430;
}

.heading-5, .heading-6 {
  font-family: Grenze, sans-serif;
}

.buy-cutie-btn {
  z-index: 5;
  height: 64px;
  border-radius: 32px;
  flex: none;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.btn-buy-wrapper {
  width: 60%;
  height: 80px;
  max-width: 1600px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin: -30px auto 128px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.okt-icon {
  height: 24px;
}

.btn-bg-solid {
  z-index: 2;
  background-color: #fff;
  border-radius: 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cta-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.excl-text {
  z-index: 1;
  opacity: 0;
  color: #fff;
  position: relative;
}

.price-wrapper {
  z-index: 1;
  background-image: linear-gradient(#fff 69%, #cecece);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px;
  display: flex;
  position: relative;
}

.btn-bg-light {
  width: 300%;
  height: 90%;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(21, 21, 21, 0) 50%, #052430 95%, #052430 104%), linear-gradient(#052430, #052430 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), radial-gradient(circle closest-corner, rgba(36, 255, 204, .5), rgba(14, 106, 108, .5) 50%, rgba(0, 0, 0, 0) 99%);
  margin-top: 2%;
  margin-left: -100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.btn-bg-light.oasis {
  background-image: linear-gradient(rgba(21, 21, 21, 0) 50%, #151515 95%), linear-gradient(#151515 5%, rgba(21, 21, 21, 0) 50%), radial-gradient(circle closest-corner, rgba(93, 185, 255, .5), rgba(37, 71, 223, .5) 50%, rgba(25, 221, 243, 0));
}

.price-text {
  color: #151515;
  padding-left: 10px;
}

.ocean-surface {
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .1;
  object-fit: cover;
}

.video-wrapper {
  z-index: -1;
  background-color: #052430;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #052430 45%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.btn-text {
  z-index: 2;
}

.text-block-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text-block-2:hover {
  width: 100%;
  height: 100%;
  background-color: #8cfd9f;
  display: flex;
}

.button-text {
  z-index: 3;
  justify-content: center;
  align-items: center;
}

.btn-border {
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, .1);
  border-radius: 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new-button {
  transform: scale3d(1none, 1none, 1none);
  color: #021b26;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 34px;
  font-family: Eczar, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1111em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.new-button:hover {
  color: #021b26;
  transform: scale3d(.96, .96, 1.01);
}

.new-button.button-row-svoi {
  margin-right: 24px;
}

.new-button.pearls {
  max-width: 180px;
}

.new-button.more {
  max-width: 212px;
}

.btn-bg-gradient {
  z-index: 1;
  background-image: linear-gradient(125deg, #c49a4e, #886016 50%, #c49a4e);
  border-radius: 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.btn-color-wrapper {
  border-radius: 48px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.btn-border-shadow {
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 1px 3px rgba(0, 0, 0, .15);
}

.hero-episodes-1 {
  background-image: url('../images/hero_section_set_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-episodes-2 {
  background-image: url('../images/hero_section_set_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pd-logo-center {
  background-image: url('../images/logo_skull.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pd-logo-misc {
  background-image: url('../images/logo_misc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pd-logo-letters {
  background-image: url('../images/logo_letters.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-island-wrapper {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flare-pink {
  background-image: url('../images/pearl_pink_flare.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flare-yellow {
  background-image: url('../images/pearl_yellow_flare.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flare-white {
  background-image: url('../images/pearl_white_flare.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.canvas.game {
  z-index: 0;
  height: 90vh;
  background-image: url('../images/game.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 116px;
  padding: 32px 32px 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.canvas.main-scene {
  z-index: 0;
  height: 75vh;
  background-image: url('../images/game.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 32px 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.canvas.leaderboard {
  z-index: 0;
  height: 40vh;
  background-image: url('../images/game.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 32px 32px 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.image-2 {
  border-radius: 8px;
}

.event-type {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 150%;
}

.event-type.active {
  color: #fff;
  border-color: #7fdca4;
}

.game-scene-2 {
  background-image: url('../images/scene2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 25px;
  position: relative;
}

.scroll-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.scroll-wrapper {
  width: 100px;
  height: 120px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #052430 35%);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.token-progress-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.progress-bar-bg {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(#17353f, #000);
  border: 1px solid #3b7285;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.progress-bar-full {
  width: 10%;
  background-image: radial-gradient(circle at 100%, #60ff7b, #00bfff);
  border-right: 1px solid #8cfd9f;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.token-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 16px;
  line-height: 120%;
  display: flex;
}

.token-info-wrapper.last {
  padding-left: 16px;
  padding-right: 0;
}

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

.progress-bar-text-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-white {
  color: #fff;
}

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

.price {
  color: #fff;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 500;
}

.price.small {
  font-size: 18px;
}

.price.small.not-enough {
  color: #ff5a65;
}

.total-supply {
  color: #fff3e4;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: Eczar, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.pearl-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
}

.table-row {
  justify-content: space-around;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  display: flex;
  position: relative;
}

.table-row.alternate {
  background-color: rgba(0, 0, 0, .3);
}

.table-row.header-row {
  height: auto;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .5));
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.lead-position {
  width: 120px;
  color: #fff;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.lead-icon {
  width: 32px;
  height: 32px;
  max-height: 32px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.lead-address {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.lead-staked, .lead-total {
  flex: 1;
  display: flex;
}

.position-change {
  width: 16px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 800;
}

.position-change.up {
  color: #8cfd9f;
}

.position-change.down {
  color: #ff5a65;
}

.position-change.increased {
  color: #8cfd9f;
  font-weight: 400;
}

.position-change.decreased {
  color: #ff5a65;
  font-weight: 400;
}

.position-change.no-change {
  opacity: 0;
}

.brackets {
  color: #fff;
}

.percent-change {
  width: 16px;
  padding-left: 8px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 800;
}

.percent-change.up {
  color: #8cfd9f;
}

.percent-change.down {
  color: #ff5a65;
}

.percent-change.increased {
  color: #8cfd9f;
  font-weight: 400;
}

.percent-change.decreased {
  color: #ff5a65;
  font-weight: 400;
}

.percent-change.no-change {
  opacity: 0;
}

.chart-container {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.name-position {
  text-align: center;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.date-position {
  flex: 1;
  padding-left: 0;
  padding-right: 8px;
}

.count-position, .staked-position, .unlocked-st-position, .unlocked-full-position {
  flex: 1;
  padding-right: 8px;
  display: flex;
}

.can-unstake-position {
  flex: 1;
  display: flex;
}

.sidebar-btn {
  z-index: 10;
  width: 64px;
  height: 64px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #3b7285, #17353f);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34vh;
  right: 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .4);
}

.sidebar-btn:hover {
  color: #8cfd9f;
  transform: scale3d(.96, .96, 1.01);
}

.story-container {
  width: 510px;
  position: absolute;
  right: 0;
  overflow: visible;
}

.whitepaper-span {
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url('../images/whitepaper4b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -7px;
  margin-left: 6px;
  line-height: 100%;
  display: inline-block;
  position: static;
}

.whitepaper-span.metamask-icon {
  background-image: url('../images/metamask3.svg');
}

.whitepaper-span.walletconnect-icon {
  background-image: url('../images/walletConnect.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.whitepaper-span-hover {
  z-index: 3;
  width: 24px;
  height: 24px;
  opacity: 0;
  background-image: url('../images/whitepaper4b_hov.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -7px;
  margin-left: 6px;
  line-height: 100%;
  display: block;
  position: absolute;
  bottom: 19px;
  right: 24px;
}

.whitepaper-span-hover.metamask-icon {
  background-image: url('../images/metamask3_hover.svg');
}

.whitepaper-span-hover.walletconnect-icon {
  background-image: url('../images/walletConnect_hover.svg');
}

.popup-wrapper {
  z-index: 11;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper.login-menu-dropdown {
  display: block;
}

.popup-header {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(#021b26, rgba(0, 0, 0, 0));
  flex: 1;
  align-items: center;
  margin-top: -16px;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.popup-close {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-image: url('../images/bone-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .3s, color .3s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popup-close:hover {
  opacity: .6;
}

.price-row {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.price-row.balance {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 8px;
  padding-bottom: 8px;
}

.logged-in-wrapper {
  color: rgba(255, 255, 255, .5);
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(59, 114, 133, .3));
  border: 2px solid #133442;
  border-radius: 48px;
  align-items: center;
  margin-left: 24px;
  padding: 12px 24px;
  font-family: Eczar, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-position .3s, background-color .3s, transform .3s, border .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.logged-in-wrapper:hover {
  color: #fff;
  background-image: radial-gradient(circle farthest-side at 50% 160%, rgba(140, 253, 159, .4), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(59, 114, 133, .3));
  border-color: #3b7285;
  transform: scale3d(.96, .96, 1.01);
}

.login-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.wallet-address {
  padding-right: 12px;
}

.login-menu-dropdown {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-item {
  width: 100%;
  cursor: pointer;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.menu-item:hover {
  color: #fff;
}

.menu-item.log-out {
  color: #ffbec2;
}

.menu-item.log-out:hover {
  color: #ff5a65;
}

.menu-icon {
  margin-right: 8px;
}

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

.login-menu-wrapper.menu-hide-on-mobile {
  display: block;
}

.login-menu-wrapper.hide-menu-on-wide-devices {
  display: none;
}

.type-position {
  text-align: center;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.value-position {
  flex: 1;
  padding-left: 0;
  padding-right: 8px;
}

.explorer-position, .status-position {
  flex: 1;
  padding-right: 8px;
  display: flex;
}

.status-position.success {
  color: #7fdca4;
}

.status-position.failure {
  color: #ff5a65;
}

.table-link {
  color: #fff;
  text-decoration: none;
}

.table-link:hover {
  opacity: .6;
  color: #fff;
}

.wallet-section {
  width: 100%;
  flex: none;
}

.rewards-section, .share-section, .token-stats-section {
  flex: 1;
}

.logged-in-stats-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.wallet-address-link {
  padding-top: 4px;
  font-size: 24px;
  text-decoration: none;
}

.wallet-address-link:hover {
  opacity: .6;
  color: #fff;
}

.text-value {
  color: #fff;
  font-size: 30px;
}

.text-value.market-share {
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

.text-value.market-share.up {
  color: #8cfd9f;
  padding-top: 10px;
  padding-right: 6px;
  font-size: 32px;
}

.text-value.market-share.down {
  color: #ff5a65;
  padding-top: 12px;
  padding-right: 6px;
  font-size: 36px;
}

.text-value.market-share.no-change {
  opacity: 0;
  padding-top: 10px;
  padding-right: 6px;
  font-size: 32px;
}

.stats-section {
  background-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%);
  border: 2px solid #133442;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 12px 16px 16px;
  font-size: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stats-section.token-stats {
  background-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%);
}

.stats-section.share {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .5));
}

.stats-section.rewards {
  background-image: radial-gradient(circle at 0 100%, rgba(10, 10, 10, .6), rgba(0, 0, 0, 0) 50%);
}

.stats-section.wallet-section {
  background-image: none;
  border-style: none;
  flex: none;
}

.div-block-2, .div-block-3 {
  display: flex;
}

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

.token-data {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.pearl-token-image {
  width: 30px;
  margin-right: 4px;
}

.stats-section-gradient {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(88, 159, 100, .1) 0%, rgba(140, 253, 159, .2));
  transition: opacity .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stats-section-gradient:hover {
  opacity: 1;
}

.stats-section-gradient.token-stats {
  background-image: radial-gradient(circle at 100% 100%, rgba(140, 253, 159, .2), rgba(0, 0, 0, 0) 50%);
}

.stats-section-gradient.rewards {
  background-image: radial-gradient(circle at 0 100%, rgba(140, 253, 159, .2), rgba(0, 0, 0, 0) 50%);
}

.form-checkbox-label {
  color: rgba(255, 255, 255, .5);
  text-align: left;
  margin-bottom: 16px;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 400;
}

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

.checkbox-field {
  padding-left: 24px;
}

.form-checkbox {
  margin-left: -24px;
}

.image-container {
  display: block;
  width: 100%;
}

.image-container.coming-soon-pirate {
  height: 70vh;

  background-image: url('../images/ohhh-pirate 2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin20 {
  margin-left: 20%;
  margin-right: 20%;
}

@media screen and (min-width: 1440px) {

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .input.search-input {
    color: #fff;
  }

  .input.search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
  }

  .input.search-input::placeholder {
    color: rgba(255, 255, 255, .4);
  }

  .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;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.hero.v11 {
    padding-top: 268px;
    padding-bottom: 373px;
  }

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

  .header-logo.header-v1 {
    max-width: none;
  }

  .image-wrapper.features-bottom-left-image {
    left: 1%;
  }

  .blog-featured-card {
    border-top: 1px solid #2f2f2f;
  }

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

  .padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {

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

  .display-1.hero-title {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .btn-primary:hover, .btn-primary.large.white:hover {
    background-color: #c49a4e;
  }

  .section.hero.v11 {
    padding-top: 320px;
    padding-bottom: 448px;
  }

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

  .section.full {
    padding-top: 116px;
    padding-bottom: 0;
    position: relative;
  }

  .section.full-story {
    position: relative;
  }

  .section.main {
    padding-top: 116px;
    padding-bottom: 0;
    position: relative;
  }

  .header-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  }

  .image-wrapper.integrations-hero-image {
    left: 35.9%;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .social-media-icon.large {
    font-size: 32px;
  }

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

  .canvas.game {
    background-position: 100% 0;
    position: static;
  }

  .canvas.main-scene, .canvas.leaderboard {
    position: static;
  }

  .story-wrapper {
    width: 30%;
    margin-left: 70%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .game-scene-2 {
    background-position: 50% 0;
  }

  .padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-container.coming-soon-pirate {
    height: 50vh;
  }

  .section.hero.device-height.centered-flex.padding-0 {
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {

  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  blockquote {
    padding: 100px 53px;
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .grid-2-columns.title-and-paragraph, .grid-2-columns.title-and-paragraph.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-right-default {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 40px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.gap-24px.gallery-v1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2-columns.aside-left {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.aside-right {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.integration-single-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-newsletter, .grid-2-columns.page-not-found-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-home-pages-grid {
    grid-row-gap: 46px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons._1-col-tablet, .grid-2-columns.pricing-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.main-page-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr 1fr;
  }

  .grid-2-columns.statistics-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.pd-48px---32px {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card.pd-48px---32px.shop-item {
    background-image: radial-gradient(circle farthest-side at 50% 0, #3b7285, rgba(0, 0, 0, 0) 50%);
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 16px 20px;
    display: flex;
  }

  .card.pd-48px---32px.shop-item:hover {
    background-image: radial-gradient(circle farthest-side at 50% 0, #3faa58, rgba(0, 0, 0, 0) 55%);
  }

  .card.pricing-card {
    flex-direction: row;
    padding: 64px 48px;
  }

  .card.plans-card {
    padding: 64px 48px;
    display: flex;
  }

  .card.pd-64px---48px {
    padding: 56px 40px;
  }

  .card.pd-64px---48px.card-apply {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .card.request-a-demo-form {
    min-height: 644px;
    padding: 70px 60px;
  }

  .card.tabs-menu-left-v1---content {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .card.story {
    width: 300px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .card.main-cards {
    margin-bottom: 16px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.63em;
  }

  .card.chart-cards {
    padding: 20px;
    font-size: 16px;
    line-height: 1.63em;
  }

  .card.popup {
    margin-top: 30%;
  }

  .grid-4-columns {
    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._32px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

  .mg-bottom-24px._3-post---item {
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 40px;
  }

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

  .mg-bottom-48px {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

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

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

  .mg-top-32px.keep {
    margin-top: 32px;
  }

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

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

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

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

  .display-2 {
    font-size: 48px;
  }

  .display-2._44px {
    font-size: 36px;
  }

  .display-3 {
    font-size: 30px;
  }

  .display-4 {
    font-size: 22px;
  }

  .display-4.accordion-big-number {
    min-width: 64px;
  }

  .display-4.mg-bottom-40px {
    margin-bottom: 24px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.header-title {
    font-size: 18px;
  }

  .grid-3-columns {
    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: 40px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.dropdown-columns-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.blog-grid._3-posts-grid {
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._600px.full-width-tablet, .inner-container._460px.full-width-tablet, .inner-container._490px.full-width-tablet, .inner-container._600px.full-width-tablet, .inner-container._520px.full-width-tablet {
    max-width: 100%;
  }

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

  .inner-container._590px.full-width-tablet, .inner-container._595px.full-width-tablet {
    max-width: 100%;
  }

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

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._620px.full-width-tablet, .inner-container._580px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

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

  .inner-container._350px---mbl._100---mbp {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inner-container._100---tablet {
    max-width: 100%;
  }

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

  .inner-container._550px---tablet {
    max-width: 550px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.small.header-btn-hidde-on-tablet, .btn-secondary.small.header-btn-hidde-on-tablet {
    display: none;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .badge-secondary.category-badges.center---tablet {
    margin-left: 12px;
    margin-right: 12px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 280px);
  }

  .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-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .line-square-icon.explorer-link {
    margin-left: 4px;
    bottom: 5px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row {
    justify-content: flex-end;
  }

  .buttons-row.center---tablet {
    justify-content: center;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section.overflow-hidden {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

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

  .section.hero-page {
    padding-top: 88px;
    padding-bottom: 200px;
  }

  .section.cta-home-pages {
    padding-bottom: 120px;
  }

  .section.pd-top-200px {
    padding-top: 140px;
  }

  .section.hero.v1 {
    padding-top: 390px;
    padding-bottom: 438px;
  }

  .section.hero.v2 {
    padding-top: 80px;
  }

  .section.hero.v3 {
    padding-top: 80px;
    padding-bottom: 180px;
  }

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

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

  .section.hero.v6 {
    padding-top: 80px;
  }

  .section.hero.v7 {
    padding-top: 80px;
    padding-bottom: 280px;
  }

  .section.hero.v8 {
    padding-top: 80px;
  }

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

  .section.hero.v11 {
    padding-top: 185px;
    padding-bottom: 258px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.cta-v1 {
    padding-top: 200px;
    padding-bottom: 0;
  }

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

  .section.pd-top-0px.lower-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1));
  }

  .section.timeline-v1 {
    padding-top: 70px;
    padding-bottom: 133px;
  }

  .section._220px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section._200px {
    padding-top: 168px;
    padding-bottom: 168px;
  }

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

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

  .section._160px {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .section.cta-newsletter {
    padding-top: 132px;
    padding-bottom: 0;
  }

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

  .section.full, .section.full-story, .section.main {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .top-bar-wrapper {
    padding-left: 0;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 32px;
  }

  .header-content-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: #052430;
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0) 25%);
    border-bottom: 1px solid #2f2f2f;
    margin-top: -1px;
    padding: 8px 24px 32px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 14px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.header-buttons {
    align-self: stretch;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .dropdown-column-wrapper {
    position: static;
    overflow: visible;
    transform: none;
  }

  .dropdown-pd {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 24px 0;
  }

  .header-logo-link {
    max-width: 260px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 32px;
    height: 3px;
    background-color: #fff;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .utility-page-form.password-protected {
    align-items: center;
    margin-bottom: 60px;
  }

  .flex-horizontal.start.center---tablet {
    justify-content: center;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-logo-wrapper {
    max-width: 233px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-footer-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .grid-footer-3-columns---logo-center {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .card-link-icon.contact-card-link-icon {
    padding: 24px;
  }

  .card-link-icon.game-event {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 144%;
  }

  .grid-footer-4-columns-v2 {
    grid-column-gap: 60px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-top._32px-top.static-tablet {
    position: static;
  }

  .half-bg-image-right {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: 60px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .half-bg-image-right.cta-v1 {
    width: auto;
    min-height: auto;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: -24px;
    margin-right: -24px;
    display: flex;
    position: relative;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-v1, .cta-section.cta-v2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .empty-state.full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 46px;
    padding-right: 46px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 24px;
  }

  .image.home-hero-image {
    max-width: 1200px;
    min-height: 1200px;
    min-width: auto;
    margin-top: -28px;
  }

  .image.fit-cover.featured-image {
    max-height: 500px;
  }

  .image.fit-cover.cta-v2-image {
    max-height: 500px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image.fit-cover.integrations-image {
    object-position: 50% 50%;
  }

  .image.fit-cover._404-image {
    max-height: 500px;
  }

  .image.fit-cover.password-protected-image {
    max-height: 900px;
    object-position: 50% 0%;
  }

  .image.fit-cover.cta-v1-image {
    max-height: 500px;
    min-width: 118%;
  }

  .image.fit-cover.contact-form-image {
    max-height: 500px;
  }

  .image.fit-cover.integration-single-image {
    object-position: 50% 50%;
  }

  .width-100-tablet {
    width: 100%;
  }

  .categories-badges-item-wrapper.center---tablet {
    justify-content: center;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: -24px;
  }

  .categories-badges-wrapper.center---tablet {
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
  }

  .image-wrapper.card-image {
    width: 100%;
    margin-right: 0%;
  }

  .image-wrapper.card-image.features-image-right {
    max-width: 100%;
    margin-right: 0;
  }

  .image-wrapper.features-bottom-left-image {
    width: 98%;
    margin-left: auto;
    margin-right: -3%;
  }

  .image-wrapper.features-bottom-right-image {
    width: 23%;
    left: 0%;
    right: auto;
  }

  .image-wrapper.border-radius-12px._3-post---item {
    max-width: 50%;
    margin-left: 40px;
  }

  .image-wrapper.career-card-image {
    flex: none;
  }

  .image-wrapper.blog-featured-image, .image-wrapper.cta-v2 {
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    left: 0%;
  }

  .image-wrapper.integrations-hero-image {
    max-height: 600px;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    left: 0;
  }

  .image-wrapper.integration-single-image {
    width: auto;
    max-height: 500px;
    border-radius: 0;
    align-items: center;
    margin-bottom: -101px;
    margin-left: -24px;
    margin-right: -24px;
    display: flex;
    position: static;
  }

  .image-wrapper._404-image {
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    right: 0%;
  }

  .image-wrapper.password-protected {
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    left: 0%;
  }

  .image-wrapper.blog-post-image {
    max-height: 600px;
  }

  .image-wrapper.pearls {
    width: 100%;
  }

  ._404-not-found {
    margin-bottom: -53px;
    font-size: 177px;
  }

  .checkout-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-pages-cointainer {
    margin-top: 140px;
  }

  .image-home-link-wrapper {
    max-width: 293px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .figma-file-text-wrapper {
    border-bottom: 1px solid #2f2f2f;
    border-right-width: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-home-pages-wrapper {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .cta-square-logo {
    max-width: 75px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .instagram-feed---image-wrapper.subscribe {
    width: 40%;
  }

  .social-media-grid, .social-media-grid.right.center---tablet {
    justify-content: center;
  }

  .logo-strip-wrapper {
    padding-bottom: 70px;
  }

  .bg-hero-v7 {
    top: 64px;
  }

  .cta-v1-gradient {
    width: 100%;
    min-height: 50%;
    background-image: linear-gradient(360deg, rgba(6, 6, 6, 0), #052430 95%);
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .tabs-menu-wrapper.mg-bottom-80px {
    margin-bottom: 70px;
  }

  .blog-card._3-post---item {
    flex-direction: row;
    align-items: center;
  }

  .blog-card-content.inverted {
    margin-bottom: 0;
  }

  .bg-image-wrapper {
    max-width: 1300px;
    min-width: 1300px;
  }

  .center-content-wrapper {
    max-width: 700px;
  }

  .milestone-slider {
    padding-bottom: 72px;
  }

  .pricing-card-content-top {
    max-width: 50%;
    border-bottom-style: none;
    border-right: 1px solid #2f2f2f;
    padding-right: 40px;
  }

  .pricing-card-content-top.popular {
    border-right-color: rgba(255, 255, 255, .3);
  }

  .pricing-content-bottom {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 40px;
  }

  .mg-bottom-140px {
    margin-bottom: 120px;
  }

  .blog-featured-card {
    padding-top: 133px;
    padding-bottom: 0;
  }

  .featured-image-gradient {
    min-height: 50%;
    background-image: linear-gradient(#052430, rgba(6, 6, 6, 0));
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cta-v2-gradient {
    min-height: 50%;
    background-image: linear-gradient(#052430, rgba(6, 6, 6, 0) 70%);
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .search-bar-wrapper {
    width: 100%;
    max-width: 700px;
    min-width: auto;
  }

  .hero-arrow-wrapper {
    width: 100px;
    height: 100px;
  }

  .hero-arrow {
    font-size: 36px;
  }

  .integrations-hero-content {
    border-bottom-width: 0;
    padding-top: 80px;
    padding-bottom: 0;
    position: static;
  }

  .integrations-hero-left-content {
    width: 100%;
    max-width: none;
  }

  .integrations-image-gradient {
    background-image: linear-gradient(#052430 2%, rgba(6, 6, 6, 0) 60%);
  }

  ._404-image-gradient {
    background-image: linear-gradient(#052430, rgba(6, 6, 6, 0) 62%);
  }

  .password-protected-image-gradient {
    background-image: linear-gradient(#052430, rgba(6, 6, 6, 0) 80%);
  }

  .image-container.mockups-container {
    min-width: 100%;
    margin-right: 0%;
  }

  .image-container.hero-v2-images {
    width: 96.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-container.images-container-right {
    min-width: 100%;
  }

  .contact-link-card-content {
    flex-direction: column;
    margin-right: -19px;
  }

  .logo-strip-wrapper---main {
    justify-content: center;
  }

  .features-image-wrapper, .features-image-wrapper._632px {
    max-width: 100%;
  }

  .mockups-container-wrapper {
    max-width: 100%;
    justify-content: flex-start;
  }

  .tabs-menu-left-v1 {
    flex-direction: column;
  }

  .tabs-menu-left-v1---menu-wrapper {
    max-width: 100%;
    margin-right: 0;
  }

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

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

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

  .plans-card-top {
    max-width: 50%;
    margin-right: 30px;
  }

  .plans-card-bottom {
    flex: 1;
  }

  .images-container-right-wrapper {
    max-width: 100%;
  }

  .card-apply-content-top {
    max-width: 70%;
    flex: 1;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .integration-single-image-wrapper {
    max-width: 100%;
    min-height: auto;
  }

  .page-not-found-block {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .buy-cutie-btn {
    font-size: 18px;
    line-height: 18px;
  }

  .btn-buy-wrapper {
    margin-top: 50px;
    margin-bottom: 96px;
  }

  .hero-episodes-2 {
    background-size: cover;
  }

  .canvas.game {
    height: 90vh;
    margin-top: 0;
  }

  .canvas.main-scene {
    height: 55vh;
  }

  .canvas.leaderboard {
    height: 30vh;
  }

  .scroll-wrapper {
    width: 80px;
    height: 96px;
    transform: scale(.8);
  }

  .token-supply-wrapper {
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .token-progress-wrapper {
    width: 100%;
    flex: 1 0 auto;
    order: -1;
    margin-bottom: 8px;
  }

  .token-info-wrapper {
    align-items: flex-start;
    padding-right: 8px;
    font-size: 14px;
  }

  .token-info-wrapper.last {
    align-items: flex-end;
    padding-left: 8px;
  }

  .token-heading {
    margin-bottom: 16px;
  }

  .price {
    font-size: 16px;
  }

  .total-supply {
    font-size: 24px;
  }

  .pearl-wrapper {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .table-row, .percent-change {
    font-size: 16px;
  }

  .chart-container {
    max-width: 100%;
  }

  .story-container {
    width: 300px;
  }

  .footer-last {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .login-menu-wrapper.hide-menu-on-wide-devices {
    display: none;
  }

  .text-value {
    font-size: 24px;
  }

  .text-value.market-share {
    font-size: 36px;
  }

  .text-value.market-share.up, .text-value.market-share.down, .text-value.market-share.no-change {
    font-size: 28px;
  }

  .stats-section {
    font-size: 16px;
  }

  .pearl-token-image {
    width: 24px;
  }

  .form-checkbox-label {
    margin-left: 0;
  }

  .padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {

  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    margin-top: 32px;
    margin-bottom: 40px;
    padding: 80px 32px;
    font-size: 18px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.cta-v1-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-grid {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.text-left-default, .grid-2-columns.text-right-default {
    grid-row-gap: 50px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 60px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .grid-2-columns.aside-left {
    grid-row-gap: 40px;
  }

  .grid-2-columns.aside-right {
    grid-row-gap: 60px;
  }

  .grid-2-columns.blog-card-featured-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.integration-single-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.cta-newsletter, .grid-2-columns.page-not-found-grid {
    grid-row-gap: 50px;
  }

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

  .grid-2-columns.main-page-grid {
    flex-direction: column;
    display: flex;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.tabs-card {
    margin-bottom: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.pd-48px---32px {
    padding: 40px 32px;
  }

  .card.pd-48px---32px.shop-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.pricing-card {
    flex-direction: column;
    padding: 48px 32px;
  }

  .card.plans-card {
    flex-direction: column;
    padding: 48px 32px 54px;
  }

  .card.pd-56px---40px, .card.pd-64px---48px {
    padding: 48px 32px;
  }

  .card.pd-64px---48px.card-apply {
    flex-direction: column;
    align-items: flex-start;
  }

  .card.integration-card {
    padding: 34px 32px 38px;
  }

  .card.request-a-demo-form {
    min-height: 968px;
    padding: 60px 32px;
  }

  .card.tabs-menu-left-v1---content {
    padding: 32px;
  }

  .card.search-result {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.story {
    max-height: 90vh;
    padding-left: 16px;
    padding-right: 8px;
  }

  .card.main-cards {
    padding: 16px;
    font-size: 14px;
  }

  .card.chart-cards {
    padding: 16px 20px;
    font-size: 14px;
  }

  .card.popup {
    padding-bottom: 12px;
  }

  .card.user-popup {
    width: 100%;
  }

  .style---color-block {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .grid-4-columns.stats-grid {
    grid-column-gap: 24px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._32px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

  .mg-bottom-24px._3-post---item {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

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

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

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

  .mg-bottom-48px.keep, .mg-bottom-56px {
    margin-bottom: 48px;
  }

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

  .mg-bottom-72px, .mg-bottom-80px {
    margin-bottom: 60px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .mg-top-32px.keep {
    margin-top: 32px;
  }

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

  .mg-top-64px {
    margin-top: 54px;
  }

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

  .text-200 {
    font-size: 16px;
  }

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

  .display-1 {
    font-size: 44px;
  }

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

  .display-2 {
    font-size: 36px;
  }

  .display-2._44px {
    font-size: 32px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .display-4.footer-title {
    margin-bottom: 24px;
  }

  .display-4.accordion-big-number {
    width: auto;
    min-width: 54px;
  }

  .display-4.mg-bottom-40px {
    margin-bottom: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

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

  .text-300.header-title {
    font-size: 16px;
  }

  .text-100 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .grid-3-columns.features-grid {
    max-width: 500px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3-columns.demo-features {
    grid-template-columns: auto auto;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._753px {
    max-width: 100%;
  }

  .inner-container._900px.center._100---tablet.scroll {
    padding-right: 8px;
  }

  .inner-container._845px {
    max-width: 100%;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._520px, .inner-container._700px---tablet.width-100---mbl, .inner-container._690px, .inner-container._595px, .inner-container._580px, .inner-container._670px, .inner-container._525px, .inner-container._715px {
    max-width: 100%;
  }

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

  .inner-container._651px, .inner-container._480px, .inner-container._720px, .inner-container._745px, .inner-container._808px {
    max-width: 100%;
  }

  .inner-container._550px---mbl {
    max-width: 550px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._48px.mg-right-16px {
    max-width: 38px;
    min-width: 38px;
  }

  .inner-container._522px {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white, .style-buttons-dark {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 16px 28px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn-hidde-on-mb, .btn-primary.small.header-btn-hidde-on-d {
    display: none;
  }

  .btn-primary.large {
    padding: 20px 40px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.pagination-button {
    margin-top: 40px;
  }

  .btn-secondary {
    padding: 16px 28px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 12px 20px;
    font-size: 14px;
  }

  .btn-secondary.small.login-method {
    margin-bottom: 12px;
  }

  .btn-secondary.large {
    padding: 20px 40px;
    font-size: 18px;
  }

  .btn-secondary.pagination-button {
    margin-top: 40px;
  }

  .badge-primary {
    padding: 16px 23px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 10px 15px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 23px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 10px 15px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .badge-secondary.category-badges.center {
    margin-left: 6px;
    margin-right: 6px;
    padding: 13px 20px;
  }

  .badge-secondary.category-badges.center---tablet {
    margin-left: 6px;
    margin-right: 6px;
  }

  .badge-secondary.tab-category-badge {
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px 16px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.small {
    min-height: 46px;
    font-size: 14px;
  }

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

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    min-height: 130px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 90px;
    font-size: 14px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 220px);
  }

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

  .line-rounded-icon.link-icon-right.card-link-right-icon {
    font-size: 20px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.explorer-link {
    top: 7px;
    bottom: auto;
  }

  .rich-text p, .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

  .rich-text ul, .rich-text ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

  .section.hero-page {
    padding-top: 73px;
    padding-bottom: 140px;
  }

  .section.cta-home-pages {
    padding-bottom: 100px;
  }

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

  .section.hero.v1 {
    padding-top: 305px;
    padding-bottom: 365px;
  }

  .section.hero.v2 {
    padding-top: 70px;
  }

  .section.hero.v3 {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .section.hero.v4 {
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .section.hero.v5 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.hero.v6 {
    padding-top: 70px;
  }

  .section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 200px;
  }

  .section.hero.v8 {
    padding-top: 70px;
  }

  .section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 98px;
  }

  .section.hero.v11 {
    padding-top: 154px;
    padding-bottom: 215px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 70px;
  }

  .section.cta-v1 {
    padding-top: 140px;
  }

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

  .section.timeline-v1 {
    padding-top: 60px;
    padding-bottom: 111px;
  }

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

  .section._200px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

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

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

  .section._160px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .section.cta-newsletter {
    padding-top: 92px;
  }

  .section._120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.full, .section.full-story, .section.main {
    padding-top: 87px;
    padding-bottom: 0;
  }

  .top-bar-wrapper {
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h5-size.mg-bottom-4px {
    margin-right: 40px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-content-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-nav-menu-wrapper {
    padding-bottom: 50px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
  }

  .header-logo-link {
    max-width: 220px;
  }

  .hamburger-menu-wrapper {
    margin-left: 20px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 24px;
  }

  .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-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 24px;
  }

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

  .utility-page-form.password-protected {
    margin-bottom: 50px;
  }

  .footer-logo-wrapper {
    max-width: 194px;
  }

  .footer-logo-wrapper.mg-bottom-0.v3 {
    max-width: 180px;
  }

  .footer-list-wrapper.horizontal.left.center-mbl {
    justify-content: center;
  }

  .footer-list-item.horizontal.left {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .success-message.input-inside {
    max-height: 68px;
    min-height: 68px;
  }

  .grid-footer-v1 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr minmax(auto, .75fr);
  }

  .grid-footer-3-columns---logo-center {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-link-icon {
    border-radius: 8px;
  }

  .card-link-icon.game-event {
    padding: 16px 10px 10px;
    font-size: 14px;
    line-height: 1.63em;
  }

  .grid-footer-4-columns-v2 {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr minmax(auto, .75fr);
  }

  .icon-list {
    max-width: 20px;
    margin-right: 10px;
  }

  .lightbox-video-icon-wrapper {
    width: 20%;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .accordion-item-wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-btn-line.v2 {
    width: 20px;
  }

  .accordion-content-wrapper.v2 {
    max-width: 550px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-icon-wrapper {
    width: 20px;
    min-width: 20px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .empty-state.full {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image.home-hero-image {
    max-width: 1000px;
    min-height: 1000px;
    margin-top: -45px;
    margin-left: 0;
  }

  .image.fit-cover.featured-image, .image.fit-cover.cta-v2-image, .image.fit-cover._404-image, .image.fit-cover.cta-v1-image {
    max-height: 400px;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    flex-wrap: wrap;
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: -12px;
  }

  .categories-badges-wrapper.center, .categories-badges-wrapper.center---tablet {
    margin-left: -6px;
    margin-right: -6px;
  }

  .image-wrapper.border-radius-12px._3-post---item {
    max-height: 300px;
    max-width: 100%;
    align-items: center;
    margin-bottom: 24px;
    margin-left: 0;
    display: flex;
  }

  .image-wrapper.border-radius-12px.post---image {
    max-height: 300px;
    align-items: center;
    display: flex;
  }

  .image-wrapper.career-card-image {
    max-width: 36px;
    margin-right: 20px;
  }

  .image-wrapper.integrations-hero-image {
    max-height: 500px;
  }

  .image-wrapper.integration-single-image {
    max-height: 400px;
    margin-bottom: -81px;
  }

  .image-wrapper._40px.center---mbl {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.blog-post-image {
    max-height: 500px;
  }

  .image-wrapper.integration-card-icon {
    max-width: 54px;
    min-width: 54px;
  }

  .image-wrapper.integration-icon {
    max-width: 43px;
    min-width: 43px;
  }

  .image-wrapper.pearls {
    height: 100px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  ._404-not-found {
    margin-bottom: -40px;
    font-size: 137px;
  }

  .cart-close-button {
    font-size: 20px;
  }

  .checkout-form {
    max-width: 100%;
  }

  .order-list-title {
    font-size: 18px;
  }

  .home-pages-cointainer {
    margin-top: 80px;
  }

  .image-home-link-wrapper {
    max-width: 220px;
  }

  .card-sales-home-content {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .figma-file-text-wrapper {
    padding: 68px 32px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-square-logo {
    max-width: 63px;
    border-radius: 15px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 54px;
    margin-bottom: -40px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .logo-strip-wrapper {
    padding-bottom: 60px;
  }

  .bg-hero-v7 {
    top: 48px;
  }

  .tabs-menu-wrapper {
    margin-bottom: 40px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .tabs-menu-wrapper.mg-bottom-80px {
    margin-bottom: 60px;
  }

  .image-styles-slider {
    padding-bottom: 76px;
  }

  .images-styles-slider-wrapper {
    width: 31%;
  }

  .slider-divider {
    bottom: 52px;
  }

  .slider-arrow.left, .slider-arrow.right {
    max-width: 28px;
    font-size: 28px;
  }

  .blog-card.inverted._3-post---item {
    flex-direction: column-reverse;
  }

  .blog-card._3-post---item {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-card-content {
    max-width: 300px;
  }

  .bg-image-wrapper {
    max-width: 943px;
    min-width: 943px;
  }

  .center-content-wrapper {
    max-width: 499px;
    margin-bottom: -58px;
  }

  .milestone-slider {
    padding-bottom: 64px;
  }

  .milestone-wrapper {
    padding-right: 24px;
  }

  .success-message-wrapper.input-inside {
    grid-column-gap: 6px;
  }

  .pricing-card-content-top {
    max-width: 100%;
    border-bottom-style: solid;
    border-right-style: none;
    padding-right: 0;
  }

  .pricing-content-bottom {
    padding-top: 32px;
    padding-left: 0;
  }

  .mg-bottom-140px {
    margin-bottom: 100px;
  }

  .career-card-content-left {
    margin-right: 30px;
  }

  .career-card-item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-featured-card {
    padding-top: 92px;
  }

  .search-bar-wrapper {
    max-width: 600px;
  }

  .hero-arrow-wrapper {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }

  .hero-arrow {
    font-size: 32px;
  }

  .integrations-hero-content {
    padding-top: 70px;
  }

  .contact-link-card-content {
    flex-direction: row;
    margin-right: 0;
  }

  .logo-strip-wrapper---main {
    flex-wrap: nowrap;
    margin: -10px;
  }

  .logo-strip {
    width: 23%;
    margin: 10px;
  }

  .logo-strip.twitch-logo {
    width: 17%;
  }

  .logo-strip.google-logo {
    width: 19%;
  }

  .mg-bottom-100px {
    margin-bottom: 90px;
  }

  .tabs-menu-left-v1---menu-wrapper {
    margin-bottom: -20px;
  }

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

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

  .mg-bottom-18px {
    margin-bottom: 15px;
  }

  .contact-form-block {
    min-height: 748px;
  }

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

  .add-cart {
    min-height: 136px;
  }

  .rich-text-mg-fix {
    margin-bottom: -40px;
  }

  .plans-card-top {
    max-width: 400px;
    margin-right: 0;
  }

  .card-apply-content-top {
    max-width: 600px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .mg-bottom-26px {
    margin-bottom: 23px;
  }

  .input-button-inside-block {
    min-height: 60px;
  }

  .rich-text-paragraph-mg-fix {
    margin-bottom: -20px;
  }

  .plus-icon-v1 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .page-not-found-block {
    max-width: 550px;
  }

  .shipping-method-title {
    font-size: 18px;
  }

  .flex-vertical---mbl {
    flex-direction: column;
    display: flex;
  }

  .cart-line-item-main {
    margin-bottom: 20px;
  }

  .text-block, .cart-list-title {
    font-size: 18px;
  }

  .buy-cutie-btn {
    font-size: 16px;
  }

  .btn-buy-wrapper {
    margin-top: 20px;
    margin-bottom: 48px;
  }

  .new-button {
    padding: 16px 28px;
  }

  .canvas.game {
    height: 100vh;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .price.small {
    font-size: 16px;
  }

  .pearl-wrapper {
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .table-row {
    padding-bottom: 8px;
    font-size: 14px;
  }

  .table-row.header-row {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 144%;
  }

  .lead-position {
    width: 70px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .lead-icon {
    width: 30px;
    height: 30px;
    max-height: 30px;
  }

  .lead-address {
    padding-left: 16px;
    padding-right: 0;
  }

  .percent-change {
    font-size: 12px;
  }

  .date-position {
    padding-right: 16px;
  }

  .sidebar-btn {
    right: 20px;
  }

  .story-container {
    margin-right: -36px;
  }

  .card-icon {
    top: 10px;
    right: 10px;
  }

  .leaderboard-table {
    margin-left: -16px;
    margin-right: -16px;
  }

  .popup-close {
    margin-top: 16px;
    margin-right: 16px;
  }

  .logged-in-wrapper {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .menu-item {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .login-menu-wrapper {
    position: absolute;
    right: 70px;
  }

  .login-menu-wrapper.hide-menu-on-wide-devices {
    display: none;
  }

  .value-position {
    padding-right: 16px;
  }

  .logged-in-stats-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wallet-address-link, .text-value {
    font-size: 18px;
  }

  .text-value.market-share {
    font-size: 32px;
  }

  .text-value.market-share.up, .text-value.market-share.down, .text-value.market-share.no-change {
    font-size: 24px;
  }

  .stats-section {
    justify-content: space-between;
  }

  .stats-section.share {
    flex: none;
    align-items: center;
  }

  .form-checkbox-label {
    font-size: 14px;
  }

  .padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {

  h1 {
    font-size: 32px;
  }

  blockquote {
    padding: 60px 24px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
  }

  .grid-2-columns.gap-24px.gallery-v1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .grid-2-columns.integration-single-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.page-not-found-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.statistics-grid {
    flex-direction: column;
    display: flex;
  }

  .card.tabs-card {
    padding: 24px;
  }

  .card.pd-48px---32px {
    padding: 35px 24px;
  }

  .card.pd-48px---32px.shop-item {
    padding: 12px 8px;
    font-size: 12px;
  }

  .card.pricing-card {
    padding: 40px 24px;
  }

  .card.plans-card {
    padding: 40px 24px 48px;
  }

  .card.pd-56px---40px, .card.pd-64px---48px {
    padding: 40px 24px;
  }

  .card.integration-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.request-a-demo-form {
    min-height: 948px;
    padding: 50px 24px;
  }

  .card.tabs-menu-left-v1---content {
    padding: 24px;
  }

  .card.search-result {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.story {
    width: 220px;
  }

  .card.main-cards {
    padding: 20px 16px 16px;
  }

  .card.main-cards.statistics {
    border-bottom-width: 0;
    margin-top: -16px;
    padding-bottom: 0;
  }

  .card.main-cards.statistics.first {
    margin-bottom: 32px;
  }

  .card.chart-cards {
    padding: 16px;
  }

  .card.popup {
    width: 240px;
    margin-top: 50%;
    padding-bottom: 8px;
  }

  .card.popup.purchase {
    width: 280px;
  }

  .card.user-popup {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding-bottom: 8px;
    position: relative;
  }

  .card.user-popup.purchase {
    width: 280px;
  }

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

  .grid-4-columns.stats-grid {
    grid-column-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

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

  .divider._32px {
    margin-top: 8px;
  }

  .mg-bottom-8px.event-image {
    max-width: 38px;
  }

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

  .mg-bottom-16px.keep, .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

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

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

  .mg-top-32px.keep {
    margin-top: 32px;
  }

  .display-1 {
    font-size: 36px;
  }

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

  .display-2 {
    font-size: 30px;
  }

  .display-2._44px {
    font-size: 28px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-3.mg-right-8px.price-page {
    font-size: 5.5vw;
  }

  .display-4.footer-title {
    margin-bottom: 24px;
  }

  .display-4.accordion-big-number {
    width: auto;
    min-width: 0;
  }

  .display-4.mg-bottom-40px {
    margin-bottom: 16px;
  }

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

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

  .grid-3-columns.dropdown-columns-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .grid-3-columns.demo-features {
    grid-template-columns: auto;
    justify-content: start;
    justify-items: start;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._900px.center._100---tablet.scroll {
    padding-right: 0;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container._350px---mbl._100---mbp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .inner-container._48px.mg-right-16px {
    width: 80%;
    max-width: 100%;
    min-width: auto;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

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

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.small.no-wrap {
    width: 90%;
  }

  .btn-primary.small.header-btn-hidde-on-d {
    margin-left: 0;
    display: block;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.inside-input.default.white-mb {
    color: #052430;
    background-color: #fff;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.arrow-form---inside {
    width: auto;
  }

  .btn-primary.arrow-form {
    align-items: center;
    display: flex;
  }

  .btn-primary.pagination-button {
    margin: 6px 0;
  }

  .btn-secondary {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.small.login-method {
    width: auto;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.pagination-button {
    margin: 6px 0;
  }

  .badge-secondary.category-badges {
    width: 100%;
    margin-right: 0;
  }

  .badge-secondary.category-badges:hover {
    transform: scale3d(.98, .98, 1.01);
  }

  .badge-secondary.category-badges.center {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.category-badges.center---tablet {
    margin-left: 0;
    margin-right: 0;
  }

  .badge-secondary.tab-category-badge {
    margin: 6px 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tab-category-badge:hover {
    transform: scale3d(.99, .99, 1.01);
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 20px;
  }

  .input.search-input {
    padding-right: 20%;
  }

  .position-relative.z-index-1.hero-v1-main-content.padding-0 {
    background-image: linear-gradient(rgba(6, 6, 6, 0), #052430 87%, rgba(0, 0, 0, 0) 104%);
    border-radius: 12px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .position-relative.z-index-1.hero-v1-main-content.padding-0 {
    padding-bottom: 0;
  }

  .text-area {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .line-square-icon.button-arrow {
    font-size: 20px;
  }

  .line-square-icon.button-arrow.logged-in {
    display: none;
  }

  .line-square-icon.menu-icon {
    font-size: 20px;
  }

  .line-square-icon.explorer-link {
    margin-left: 2px;
  }

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

  .rich-text ul, .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-bottom: 16px;
  }

  .buttons-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .section.overflow-hidden {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

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

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

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

  .section.cta-home-pages {
    padding-bottom: 80px;
  }

  .section.pd-top-200px {
    padding-top: 80px;
  }

  .section.hero.v1 {
    padding-top: 250px;
    padding-bottom: 300px;
  }

  .section.hero.v2 {
    padding-top: 60px;
  }

  .section.hero.v3 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.hero.v4, .section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section.hero.v6 {
    padding-top: 60px;
  }

  .section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 168px;
  }

  .section.hero.v8 {
    padding-top: 60px;
  }

  .section.hero.v10 {
    padding-top: 60px;
    padding-bottom: 82px;
  }

  .section.hero.v11 {
    padding-top: 128px;
    padding-bottom: 180px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 60px;
  }

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

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

  .section.timeline-v1 {
    padding-top: 50px;
    padding-bottom: 93px;
  }

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

  .section._200px, .section._140px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .section._160px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.cta-newsletter {
    padding-top: 78px;
  }

  .section._120px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.full, .section.full-story, .section.main {
    padding-top: 83px;
    padding-bottom: 0;
  }

  .top-bar-wrapper {
    padding-right: 19px;
  }

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

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h5-size.mg-bottom-4px {
    margin-right: 0;
    font-size: 14px;
  }

  .header-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-nav-menu-wrapper {
    padding-bottom: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-nav-list-item.show-in-tablet.header-buttons {
    flex-direction: column;
  }

  .header-logo.pd-logo {
    height: 32px;
  }

  .header-logo-link {
    max-width: 183px;
  }

  .hamburger-menu-wrapper {
    margin-left: 15px;
  }

  .utility-page-form.password-protected {
    margin-bottom: 40px;
  }

  .flex-horizontal.start.integration-card-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .flex-horizontal.icon-left-wrapper {
    flex-direction: column;
  }

  .footer-wrapper {
    border-top: 1px solid #2f2f2f;
  }

  .footer-logo-wrapper.mg-bottom-0.v3 {
    max-width: 170px;
  }

  .footer-logo-wrapper.width-200px {
    max-width: 230px;
  }

  .footer-list-wrapper.horizontal {
    flex-direction: column;
  }

  .footer-list-item.horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .success-message.input-inside {
    max-height: 140px;
    min-height: 140px;
    border-radius: 12px;
  }

  .grid-footer-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-4-columns-instagram {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .text-center.text-left---mbp {
    text-align: left;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .card-link-icon.contact-card-link-icon {
    text-align: left;
    flex-direction: row;
  }

  .card-link-icon.game-event {
    text-align: left;
    flex-direction: row;
    padding-top: 10px;
    font-size: 12px;
  }

  .grid-footer-4-columns-v2 {
    grid-template-columns: 1fr;
  }

  .icon-list {
    margin-right: 8px;
  }

  .lightbox-video-icon-wrapper {
    width: 25%;
  }

  .half-bg-image-right.cta-v1 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .accordion-item-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-big-number-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .empty-state.full {
    padding: 60px 20px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image.home-hero-image {
    max-width: 900px;
    min-height: 900px;
    margin-top: -34px;
    transform: translate(0, -7%);
  }

  .image.fit-cover.featured-image, .image.fit-cover.cta-v2-image {
    max-height: 350px;
  }

  .image.fit-cover._404-image {
    max-height: 300px;
  }

  .image.fit-cover.contact-form-image {
    max-height: 350px;
  }

  .image.bg-image-center {
    opacity: .3;
  }

  .categories-badges-wrapper {
    flex-direction: column;
    margin-left: 0;
  }

  .categories-badges-wrapper.center {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .categories-badges-wrapper.center---tablet {
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper.career-card-image {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .image-wrapper.blog-featured-image, .image-wrapper.cta-v2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-wrapper.integrations-hero-image {
    max-height: 350px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-wrapper.integration-single-image {
    max-height: 300px;
    margin-bottom: -71px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-wrapper._404-image, .image-wrapper.password-protected {
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-wrapper.integration-card-icon {
    margin-bottom: 16px;
  }

  .image-wrapper.pearls {
    margin-bottom: 0;
    padding-top: 0;
  }

  ._404-not-found {
    margin-bottom: -29px;
    font-size: 23vw;
  }

  .cart-button-wrapper {
    margin-left: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .pay-btn.cart {
    height: 53px;
  }

  .shipping-method {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item {
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 8px;
  }

  .order-item-content {
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-cointainer {
    margin-top: 67px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper {
    padding: 56px 24px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-square-logo {
    max-width: 60px;
  }

  .cta-square-logo.white {
    border-radius: 10px;
  }

  .cta-image-card {
    width: 900px;
    max-width: 900px;
    margin-top: 45px;
  }

  .instagram-feed---image-wrapper.subscribe {
    width: 80%;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .home-hero-bg {
    align-items: flex-start;
    bottom: 40px;
  }

  .home-hero-top-gradient {
    background-image: linear-gradient(#052430 20%, rgba(6, 6, 6, 0));
  }

  .home-hero-bottom-gradient {
    background-image: linear-gradient(rgba(6, 6, 6, 0), #052430 60%);
  }

  .logo-strip-wrapper {
    padding-bottom: 64px;
  }

  .shrink-0.mg-right-16px.mg-bottom-16px---mbp {
    margin-bottom: 16px;
  }

  .bg-hero-v7 {
    top: 24px;
  }

  .tabs-menu-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin: -6px 0 34px;
  }

  .tabs-menu-wrapper.mg-bottom-80px {
    margin-bottom: 44px;
  }

  .images-styles-slider-wrapper {
    width: 47.3%;
  }

  .bg-image-wrapper {
    max-width: 600px;
    min-width: 600px;
  }

  .center-content-wrapper {
    max-width: 100%;
    margin-bottom: 0;
  }

  .milestone-slider {
    padding-bottom: 56px;
  }

  .milestone-slider-mask {
    max-width: none;
    margin-right: -20px;
  }

  .milestone-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
    display: flex;
  }

  .success-message-wrapper.input-inside {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .form.input-inside {
    max-height: 140px;
    min-height: 140px;
  }

  .career-card {
    position: relative;
  }

  .career-card-content-left {
    flex-direction: column;
  }

  .career-card-arrow {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .blog-featured-card {
    padding-top: 78px;
  }

  .pagination-buttons-wrapper {
    margin-top: 32px;
  }

  .search-bar-wrapper {
    max-width: 100%;
  }

  .hero-arrow-wrapper {
    width: 64px;
    height: 64px;
  }

  .hero-arrow {
    font-size: 24px;
  }

  .integrations-hero-content {
    padding-top: 60px;
  }

  .contact-link-card-content {
    flex-direction: column;
  }

  .text-no-wrap.none---mbp {
    white-space: normal;
  }

  .logo-strip-wrapper---main {
    margin: -8px;
  }

  .logo-strip {
    margin: 8px;
  }

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

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

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

  .input-button-inside-block {
    min-height: 136px;
  }

  .rich-text-paragraph-mg-fix {
    margin-bottom: -16px;
  }

  .shipping-method-content {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .cart-list-price {
    margin-top: 8px;
  }

  .pd-logo-main {
    width: 80%;
  }

  .buy-cutie-btn {
    font-size: 14px;
    line-height: 14px;
  }

  .btn-buy-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .cta-text {
    white-space: nowrap;
    padding-left: 8px;
  }

  .price-text {
    white-space: nowrap;
  }

  .ocean-surface {
    opacity: .2;
  }

  .new-button.button-row-svoi {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .event-type {
    width: 100%;
    margin-left: 10px;
  }

  .scroll-wrapper {
    transform: scale(.6);
  }

  .price {
    padding-left: 8px;
    font-size: 13px;
    line-height: 144%;
  }

  .price.small {
    font-size: 13px;
  }

  .pearl-wrapper {
    padding-top: 0;
  }

  .table-row {
    background-color: #052430;
    margin-bottom: 0;
    font-size: 12px;
  }

  .table-row.alternate {
    background-color: #021b26;
  }

  .table-row.alternate.last {
    border-bottom: 1px solid #17353f;
  }

  .table-row.header-row {
    background-image: linear-gradient(#021b26, rgba(0, 0, 0, .5));
    border-top: 1px solid #17353f;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 126%;
  }

  .lead-position {
    width: 58px;
  }

  .lead-icon {
    width: 28px;
    height: 28px;
    max-height: 28px;
  }

  .lead-address {
    padding-left: 8px;
  }

  .lead-staked, .lead-total {
    flex-direction: column;
  }

  .position-change {
    width: 12px;
    padding-right: 0;
    font-size: 12px;
  }

  .brackets {
    color: rgba(255, 255, 255, .5);
  }

  .percent-change {
    margin-top: -4px;
    padding-left: 0;
    font-size: 10px;
  }

  .name-position {
    display: none;
  }

  .date-position {
    padding-left: 16px;
  }

  .can-unstake-position {
    padding-right: 8px;
  }

  .sidebar-btn {
    width: 50px;
    height: 50px;
    right: 24px;
  }

  .story-container {
    width: 220px;
  }

  .leaderboard-table {
    margin-left: -38px;
    margin-right: -38px;
    position: static;
    overflow: auto;
  }

  .popup-header {
    margin-bottom: 8px;
  }

  .price-row {
    font-size: 13px;
  }

  .logged-in-wrapper {
    width: 100%;
    color: #fff;
    background-image: none;
    border-style: none;
    border-radius: 0;
    justify-content: center;
    position: relative;
  }

  .logged-in-wrapper:hover {
    background-image: none;
  }

  .login-menu-dropdown {
    width: 100%;
    display: block;
    position: relative;
  }

  .menu-item {
    justify-content: center;
  }

  .login-menu-wrapper {
    width: 90%;
    flex-direction: column;
    display: flex;
    position: relative;
    right: 0;
  }

  .login-menu-wrapper.menu-hide-on-mobile {
    display: none;
  }

  .login-menu-wrapper.hide-menu-on-wide-devices {
    display: block;
  }

  .type-position {
    display: none;
  }

  .value-position {
    padding-left: 16px;
  }

  .wallet-address-link {
    font-size: 16px;
  }

  .stats-section {
    width: 100%;
    flex: none;
  }

  .stats-section.share {
    align-items: center;
  }

  .stats-section.wallet-section {
    padding-top: 0;
  }

  .form-checkbox-label {
    font-size: 13px;
    line-height: 144%;
  }

  .padding-0 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-height: 660px) {
  .image-container.coming-soon-pirate {
    display: none;
  }

  .section.hero.device-height.centered-flex.padding-0 {
    align-items: center;
  }

}

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-5cb40a72, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-5cb40a72, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-5cb40a72, #w-node-b802a070-9102-8775-5428-930ff319ab2f-5cb40a72, #w-node-e09c8ac3-1766-2355-e8f6-d6266518529f-5cb40a72, #w-node-cdfd8a5a-9ed8-0f1f-4fd5-eebda1757976-5cb40a72, #w-node-e1d333fb-424c-4f25-9f5e-df37dcca9d92-5cb40a72, #w-node-_1a698474-cfc7-0237-fe72-0bcddd686b15-5cb40a72, #w-node-dd788b26-aefa-4762-d3aa-4a32454232e6-5cb40a72, #w-node-b27f2aae-3b3f-339e-05d9-c6d3beab5eb4-5cb40a72, #w-node-f89d5f62-fb7f-cff5-3a90-85ba7469aa68-5cb40a72, #w-node-_32e80712-7294-4e76-fe2e-dee297a3c9a6-5cb40a72, #w-node-_5a4377bb-1659-e8b1-2f9f-e3a333753ad0-5cb40a72, #w-node-_37684825-6ec4-dbf9-e903-4dd6854759c4-5cb40a72, #w-node-_7725cb26-ae69-a48a-0095-4921d0ae09b4-5cb40a72, #w-node-_45bfb4f7-05b4-9025-ed64-1208e4b2eed1-5cb40a72, #w-node-a11aa3bd-a557-5f47-9eb8-0219110a26ec-5cb40a72, #w-node-_386d5d80-2166-8378-ebe7-00be5da96004-5cb40a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1075e600-4f34-4231-e937-e28c12819ab6-5cb40a72 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-5cb40a72, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-5cb40a72, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-5cb40a72, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-5cb40a72, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-5cb40a72, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-5cb40a72, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-5cb40a72, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-5cb40a72, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-5cb40a72, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-5cb40a72, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-5cb40a72, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-5cb40a72, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c199214-4c1991fc, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c199218-4c1991fc, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c199231-4c1991fc, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c199247-4c1991fc, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c19924a-4c1991fc, #w-node-_148e67f6-5724-f661-47d7-dd3ee8472ec0-5cb40a79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7345f64c-a4ff-0423-1f15-27dd11ce44d7-5cb40a79 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_619efe17469a19c94a600b1500000000000b-5cb40a79 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3338cf98-ec9b-aafc-b733-79c0738b8175-5cb40a7a {
  justify-self: end;
}

#w-node-_784bb036-dce7-07f1-adb1-9a44eb58f270-5cb40a7a, #w-node-ed630f30-8d5a-e364-5497-7cf107036862-5cb40a7a, #w-node-e99b77a9-20da-0d0d-84c7-994fba7797a4-5cb40a7a, #w-node-_45ee627b-3091-f24a-6850-86b75307a485-5cb40a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33d55e7a-92b0-e243-5d3e-0ad2a2832410-5cb40a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-be3f7420-3d0e-8074-e4b7-5d797f096ab9-5cb40a7a, #w-node-_6ea23283-ec4a-12ff-2148-260eb06bfd33-5cb40a7a, #w-node-_080c692b-596f-e26d-e487-05dacf22db5e-5cb40a7a, #w-node-_9e8c8490-ecda-9e28-fe17-67f5c71fa52b-5cb40a7a, #w-node-d3717e80-b719-59ac-3a87-0303b878bfb0-5cb40a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70047fc1-9c86-a0b9-1184-59397d32e35e-5cb40a7c {
  align-self: end;
}

#w-node-_37e10e52-6d39-dfcd-fde0-0a86fc3b7a72-5cb40a7c, #w-node-d0a010b6-3704-59b8-ba2d-384976ccc5c3-5cb40a80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c9a74e0-3790-2f01-46e3-1b30a4ec220a-5cb40a80 {
  justify-self: end;
}

#w-node-_13e4d166-4dd0-238f-e9c2-a166b1262dbc-5cb40a80, #w-node-_3546d61b-c949-59e3-00a9-32ed3b0395be-5cb40a80, #w-node-_6d4a7196-39fd-dac8-2d76-b2514d754a24-5cb40a80, #w-node-_656ca19b-5294-90e6-8cc9-5a0253ade962-5cb40a80, #w-node-_8f6892bc-1d25-7ff1-0c63-59cf6c809c33-5cb40a80, #w-node-_113f6b23-0bd3-638d-039c-92ffe0bcf634-5cb40a80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f46e8cf4-8df7-93bb-426c-46191949a44e-1949a44a {
  justify-self: start;
}

#w-node-ee90c07e-c2c3-4938-9e71-548b78cfb36a-5cb40a84 {
  align-self: center;
  justify-self: end;
}

#w-node-_630ffa99-b6da-2c0f-5a48-e507622bb335-5cb40a84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-aa588bd8-39b9-3c50-54c2-08e41f7f6c43-5cb40a84 {
  align-self: stretch;
}

#w-node-ae7dfe9d-de4d-48a6-8b20-9b99785f1566-5cb40a84 {
  justify-self: end;
}

#w-node-f3085454-92dc-b3a4-57bf-a90c026f935b-5cb40a84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03e02e45-b242-9fe8-57e4-bd47434892f4-5cb40a84, #w-node-_5f4404e6-80b5-b4c7-7a32-511d0eb01420-5cb40a84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_4045fcdb-bab3-c72d-de3b-b942bcf66f12-5cb40a84 {
  align-self: stretch;
}

#w-node-_90cb8cd8-7c0f-e1de-be74-fb352fd94667-5cb40a88 {
  align-self: end;
}

#w-node-_5000da9b-206c-9544-93ae-06de61c4adcb-5cb40a88, #w-node-d5f93e39-9d8d-e07b-23c8-4992ff6b44d8-5cb40a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5f93e39-9d8d-e07b-23c8-4992ff6b44df-5cb40a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5f93e39-9d8d-e07b-23c8-4992ff6b44e0-5cb40a8a, #w-node-d5f93e39-9d8d-e07b-23c8-4992ff6b44e1-5cb40a8a, #w-node-_0d8e1fdb-e8d8-186d-040e-6d8816e59433-5cb40a8a, #w-node-c66925d3-c2c7-b18e-aeb7-630921e34e0a-5cb40a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4e94f26-6f80-29b6-dd7b-54ab174f5d1e-5cb40a8c {
  align-self: stretch;
}

#w-node-_657e9b99-9cd2-f3ac-5076-4d58085efc03-5cb40a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b8d6b0-a4e9-4d62-e9fb-64e5cf50acd1-5cb40a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_88a3df5a-f812-f7d6-b0bd-af9ad5a5e8c7-5cb40a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a97d9e18-80ab-230a-aa6d-d38529f5e36b-5cb40a8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-5cb40a8e {
  justify-self: end;
}

#w-node-_6d6232cd-35e6-33bf-cde7-cee2fec2175e-5cb40a95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d6232cd-35e6-33bf-cde7-cee2fec2177f-5cb40a95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6d6232cd-35e6-33bf-cde7-cee2fec21780-5cb40a95, #w-node-ae6c3565-b651-adef-ea60-81480e0727f5-5cb40a95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae6c3565-b651-adef-ea60-81480e0727fb-5cb40a95 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_63660f0b-d3c6-ad61-f5c5-a1124b9721e2-5cb40a95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a389cbb0-8bb1-f349-dfb8-e5c02dffbf5b-5cb40a95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc20bb3f-57df-2237-f6b3-896b702fd94b-8ee47cb0 {
  justify-self: start;
}

#w-node-_8c934fff-ee72-22c4-43fc-5a76963a9944-092d8b24, #w-node-_8c934fff-ee72-22c4-43fc-5a76963a9948-092d8b24, #w-node-_8c934fff-ee72-22c4-43fc-5a76963a9964-092d8b24, #w-node-_8c934fff-ee72-22c4-43fc-5a76963a997a-092d8b24, #w-node-_8c934fff-ee72-22c4-43fc-5a76963a997d-092d8b24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3109189d-5e87-9c02-3ce2-b586b3801416-5cb40aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b6aebde-fbc5-3e35-03c5-0861274ff201-5cb40aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6dbd99fe-ea8e-5ff5-fbea-9d4832ae2df3-5cb40aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a1cef9f4-36bb-8869-db46-a03c0364b58e-5cb40aba, #w-node-ee88d820-8b40-dfbf-1001-0bbaecef3f7e-5cb40aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0bf77e5-032b-4865-3f7d-f7a494a703a3-5cb40aba {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_146b90c1-e404-2666-fba7-f2b3f51ab7f2-5cb40aba {
  justify-self: end;
}

#w-node-_28b04d3c-624f-3ef1-6900-cbb1400f1be4-5cb40aba {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4341b6cc-0437-a4f2-5237-67d676b2db6c-5cb40aba, #w-node-_50c11dbf-cea9-b9f1-e017-d4359a7ca899-5cb40aba, #w-node-_45050e17-4934-ffe1-2f9a-2e7f0e056806-5cb40aba, #w-node-_00a8a54d-3567-449b-9948-ab0abd2168de-5cb40aba, #w-node-b9a94344-bf34-b6d1-c2e2-422d8270015b-5cb40aba, #w-node-b9a94344-bf34-b6d1-c2e2-422d8270015d-5cb40aba, #w-node-b9a94344-bf34-b6d1-c2e2-422d8270015f-5cb40aba, #w-node-b9a94344-bf34-b6d1-c2e2-422d82700161-5cb40aba, #w-node-_311b42b4-95d1-31cb-7484-ef3ceeb1b45c-5cb40aba, #w-node-_311b42b4-95d1-31cb-7484-ef3ceeb1b45e-5cb40aba, #w-node-_311b42b4-95d1-31cb-7484-ef3ceeb1b460-5cb40aba, #w-node-_311b42b4-95d1-31cb-7484-ef3ceeb1b462-5cb40aba, #w-node-_3e106a33-2c9a-300d-05a6-c43c675677c5-5cb40aba, #w-node-_3e106a33-2c9a-300d-05a6-c43c675677c7-5cb40aba, #w-node-_3e106a33-2c9a-300d-05a6-c43c675677c9-5cb40aba, #w-node-_3e106a33-2c9a-300d-05a6-c43c675677cb-5cb40aba, #w-node-_2e86508b-ebb7-05d9-5ee1-767a440d4392-5cb40aba, #w-node-_3c5cee4e-5371-0ad1-c7b1-3ed53485a3c2-5cb40aba, #w-node-_6f3421a7-f571-c183-ff15-a218fb7a4ad8-5cb40aba, #w-node-_40efa61c-eafa-f689-5ef8-ef4dc8ab564c-5cb40aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6516b36-ac37-f2ce-2933-aec3393ac031-5cb40aba {
  align-self: end;
}

#w-node-_86729767-440d-56dc-5943-161d53bf2b05-5cb40aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_635c47e7-a7a5-a82d-a07d-5802248d8143-5cb40ad8 {
  align-self: stretch;
}

#w-node-_9a121847-affc-936f-4f9f-bc118731487b-5cb40ada {
  justify-self: stretch;
}

#w-node-dcff5737-d679-a2fe-99a7-8e89bdff4dcf-5cb40ada, #w-node-dcff5737-d679-a2fe-99a7-8e89bdff4dd0-5cb40ada {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_371610e0-5794-03d4-ada4-d6b86d7e14b7-5cb40ada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-5cb40ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3109189d-5e87-9c02-3ce2-b586b3801416-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b6aebde-fbc5-3e35-03c5-0861274ff201-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6dbd99fe-ea8e-5ff5-fbea-9d4832ae2df3-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a1cef9f4-36bb-8869-db46-a03c0364b58e-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b62f272-cfb7-48f3-33fb-f4d102dc14c8-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3b62f272-cfb7-48f3-33fb-f4d102dc14d5-4ea9722b, #w-node-_3b62f272-cfb7-48f3-33fb-f4d102dc14e2-4ea9722b, #w-node-_78d4830a-353d-2077-38ea-ac984bb0a231-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78d4830a-353d-2077-38ea-ac984bb0a237-4ea9722b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_571a2a2d-bfb5-4145-57a4-9d352b76c3af-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_571a2a2d-bfb5-4145-57a4-9d352b76c3be-4ea9722b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_919b1b18-7bc6-5659-8e36-151b96030b33-4b0ca36d, #w-node-c893156c-f3b1-c2f2-ac47-9e69bd6cd78b-4b0ca36d, #w-node-_919b1b18-7bc6-5659-8e36-151b96030b33-1ee5f160 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_33d55e7a-92b0-e243-5d3e-0ad2a2832410-5cb40a7a, #w-node-_3b62f272-cfb7-48f3-33fb-f4d102dc14c8-4ea9722b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1075e600-4f34-4231-e937-e28c12819ab6-5cb40a72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-5cb40a72, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-5cb40a72 {
    order: -9999;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c5b3-1a46c5af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c5fb-1a46c5af {
    justify-self: center;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c611-1a46c5af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7345f64c-a4ff-0423-1f15-27dd11ce44d7-5cb40a79 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70047fc1-9c86-a0b9-1184-59397d32e35e-5cb40a7c {
    justify-self: center;
  }

  #w-node-b9b74bb5-940f-301a-9ec9-e1fff93a5d8f-5cb40a7c, #w-node-_37e10e52-6d39-dfcd-fde0-0a86fc3b7a72-5cb40a7c, #w-node-_599df375-acc7-bb2b-d454-734a86e386c7-5cb40a7c {
    order: -9999;
  }

  #w-node-d0a010b6-3704-59b8-ba2d-384976ccc5c3-5cb40a80 {
    justify-self: center;
  }

  #w-node-_3c9a74e0-3790-2f01-46e3-1b30a4ec220a-5cb40a80 {
    justify-self: auto;
  }

  #w-node-f46e8cf4-8df7-93bb-426c-46191949a44e-1949a44a, #w-node-ee90c07e-c2c3-4938-9e71-548b78cfb36a-5cb40a84, #w-node-aa588bd8-39b9-3c50-54c2-08e41f7f6c43-5cb40a84 {
    justify-self: center;
  }

  #w-node-ae7dfe9d-de4d-48a6-8b20-9b99785f1566-5cb40a84 {
    order: -9999;
  }

  #w-node-d5f93e39-9d8d-e07b-23c8-4992ff6b44d8-5cb40a8a {
    justify-self: center;
  }

  #w-node-d5f93e39-9d8d-e07b-23c8-4992ff6b44df-5cb40a8a, #w-node-_81b8d6b0-a4e9-4d62-e9fb-64e5cf50acd1-5cb40a8d, #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-5cb40a8e, #w-node-_6d6232cd-35e6-33bf-cde7-cee2fec2177f-5cb40a95 {
    justify-self: auto;
  }

  #w-node-ae6c3565-b651-adef-ea60-81480e0727fb-5cb40a95 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-a389cbb0-8bb1-f349-dfb8-e5c02dffbf5b-5cb40a95 {
    justify-self: auto;
  }

  #w-node-ce8e8bd8-d259-5eba-9965-da3ac7683484-8ee47cb0 {
    justify-self: center;
  }

  #w-node-_90eeb839-57f2-566c-0e35-68b3f0a2709b-8ee47cb0, #w-node-_2384da83-527c-f63f-bd6e-8dde8ee47d14-8ee47cb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc20bb3f-57df-2237-f6b3-896b702fd94b-8ee47cb0 {
    justify-self: center;
  }

  #w-node-_3109189d-5e87-9c02-3ce2-b586b3801416-5cb40aba {
    justify-self: auto;
  }

  #w-node-a0bf77e5-032b-4865-3f7d-f7a494a703a3-5cb40aba {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_371610e0-5794-03d4-ada4-d6b86d7e14b7-5cb40ada, #w-node-_3109189d-5e87-9c02-3ce2-b586b3801416-4ea9722b {
    justify-self: auto;
  }

  #w-node-_78d4830a-353d-2077-38ea-ac984bb0a237-4ea9722b {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_571a2a2d-bfb5-4145-57a4-9d352b76c3be-4ea9722b {
    justify-self: auto;
  }

  #w-node-_2194669d-f3d2-e17e-fadc-b8f1bff9d0eb-4ea9722b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2194669d-f3d2-e17e-fadc-b8f1bff9d13c-4ea9722b {
    justify-self: center;
  }

  #w-node-e662b2db-62ac-ec89-912d-2f31ed20ac34-4ea9722b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fb77-d0a918c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fba3-d0a918c7 {
    justify-self: center;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fbb0-d0a918c7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafb3-4b0ca36d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafdf-4b0ca36d {
    justify-self: center;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafec-4b0ca36d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b0fa-cb9223b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b126-cb9223b3 {
    justify-self: center;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b133-cb9223b3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f58714d3-1ee5f160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f58714ff-1ee5f160 {
    justify-self: center;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f587150c-1ee5f160 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-5cb40a72, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-5cb40a72 {
    order: -9999;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c5b3-1a46c5af {
    grid-column: span 2 / span 2;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c611-1a46c5af, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c19925d-4c1991fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-f46e8cf4-8df7-93bb-426c-46191949a44e-1949a44a {
    justify-self: center;
  }

  #w-node-f3085454-92dc-b3a4-57bf-a90c026f935b-5cb40a84, #w-node-_03e02e45-b242-9fe8-57e4-bd47434892f4-5cb40a84, #w-node-_5f4404e6-80b5-b4c7-7a32-511d0eb01420-5cb40a84 {
    grid-column: span 1 / span 1;
  }

  #w-node-_90eeb839-57f2-566c-0e35-68b3f0a2709b-8ee47cb0, #w-node-_2384da83-527c-f63f-bd6e-8dde8ee47d14-8ee47cb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-cc20bb3f-57df-2237-f6b3-896b702fd94b-8ee47cb0 {
    justify-self: center;
  }

  #w-node-_8c934fff-ee72-22c4-43fc-5a76963a9990-092d8b24 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_2aff709f-c594-7661-4796-34ce7dcf7b05-5cb40aba {
    justify-self: center;
  }

  #w-node-_7590b359-1b41-0e27-8a6c-19a063cc0174-5cb40ada {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcff5737-d679-a2fe-99a7-8e89bdff4dcf-5cb40ada, #w-node-dcff5737-d679-a2fe-99a7-8e89bdff4dd0-5cb40ada {
    grid-column: span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-5cb40ade, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-5cb40ade, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-5cb40ade, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-5cb40ade, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-5cb40ade, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-5cb40ade, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-5cb40ade, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-5cb40ade, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-5cb40ade, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-5cb40ade, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-5cb40ade, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-5cb40ade, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-5cb40ade, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-5cb40ade, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-5cb40ade, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-5cb40ade, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-5cb40ade, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-5cb40ade, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-5cb40ade, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-5cb40ade, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-5cb40ade, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-5cb40ade, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-5cb40ade, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-5cb40ade, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-5cb40ade, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-5cb40ade {
    order: -9999;
  }

  #w-node-_2194669d-f3d2-e17e-fadc-b8f1bff9d0eb-4ea9722b {
    grid-column: span 2 / span 2;
  }

  #w-node-e662b2db-62ac-ec89-912d-2f31ed20ac34-4ea9722b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fb77-d0a918c7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fbb0-d0a918c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafb3-4b0ca36d {
    grid-column: span 2 / span 2;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafec-4b0ca36d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b0fa-cb9223b3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b133-cb9223b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f58714d3-1ee5f160 {
    grid-column: span 2 / span 2;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f587150c-1ee5f160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_091a55e2-902a-d68a-c642-96b11a46c5b3-1a46c5af {
    grid-column: span 1 / span 1;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c5fb-1a46c5af {
    justify-self: auto;
  }

  #w-node-_091a55e2-902a-d68a-c642-96b11a46c611-1a46c5af, #w-node-_10477f8b-93ea-f53d-eecd-bf2f4c19925d-4c1991fc {
    grid-column: span 1 / span 1;
  }

  #w-node-ee656db5-0d27-f062-3870-55aa99aadfbe-5cb40a81 {
    order: 9999;
  }

  #w-node-f3085454-92dc-b3a4-57bf-a90c026f935b-5cb40a84 {
    grid-column: span 1 / span 1;
  }

  #w-node-ce8e8bd8-d259-5eba-9965-da3ac7683484-8ee47cb0 {
    justify-self: auto;
  }

  #w-node-_90eeb839-57f2-566c-0e35-68b3f0a2709b-8ee47cb0, #w-node-_2384da83-527c-f63f-bd6e-8dde8ee47d14-8ee47cb0, #w-node-_8c934fff-ee72-22c4-43fc-5a76963a9990-092d8b24 {
    grid-column: span 1 / span 1;
  }

  #w-node-_50bcf303-99d0-3e76-02ad-ca75bc3c7541-5cb40aba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7590b359-1b41-0e27-8a6c-19a063cc0174-5cb40ada {
    grid-column: span 1 / span 1;
  }

  #w-node-_371610e0-5794-03d4-ada4-d6b86d7e14c1-5cb40ada {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2194669d-f3d2-e17e-fadc-b8f1bff9d0eb-4ea9722b {
    grid-column: span 1 / span 1;
  }

  #w-node-_2194669d-f3d2-e17e-fadc-b8f1bff9d13c-4ea9722b {
    justify-self: auto;
  }

  #w-node-e662b2db-62ac-ec89-912d-2f31ed20ac34-4ea9722b, #w-node-_7e76524b-3b66-4341-7599-ad820c47fb77-d0a918c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fba3-d0a918c7 {
    justify-self: auto;
  }

  #w-node-_7e76524b-3b66-4341-7599-ad820c47fbb0-d0a918c7, #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafb3-4b0ca36d {
    grid-column: span 1 / span 1;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafdf-4b0ca36d {
    justify-self: auto;
  }

  #w-node-_985b0b46-e0f1-eb82-9dcc-d23a07dfafec-4b0ca36d, #w-node-_90fb3c79-933b-2968-75f9-19501512b0fa-cb9223b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b126-cb9223b3 {
    justify-self: auto;
  }

  #w-node-_90fb3c79-933b-2968-75f9-19501512b133-cb9223b3, #w-node-_313b9b56-60d7-5321-03e8-41f2f58714d3-1ee5f160 {
    grid-column: span 1 / span 1;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f58714ff-1ee5f160 {
    justify-self: auto;
  }

  #w-node-_313b9b56-60d7-5321-03e8-41f2f587150c-1ee5f160 {
    grid-column: span 1 / 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: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-BoldWide.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}