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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 16px;
  height: 76px;
  width: 100%;
}

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

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

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

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

p {
  margin-bottom: 0px;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Hero_BG.jpg');
  background-position: -40px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.hero.hero-in-camera-page {
  min-height: 720px;
  margin-top: 0px;
  background-image: url('../images/Camera-Page-Header.jpg');
  background-position: 30% 0px;
  background-repeat: no-repeat;
}

.hero.cc {
  background-color: #12181f;
  background-image: url('../images/gamesbg.jpg');
  opacity: 1;
}

.hero-wrapper {
  width: 100%;
  max-width: 1674px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: break-spaces;
}

.hero-header {
  overflow: visible;
  max-width: 800px;
  margin-top: -40px;
  margin-bottom: 70px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 108%;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-indent: 0px;
  white-space: break-spaces;
}

.hero-header.hero-header-dark-text {
  max-width: 540px;
  margin-top: auto;
  color: #12181f;
}

.hero-header.hero-header-dark-text.lan1 {
  font-size: 62px;
  white-space: pre-line;
}

.hero-header.hero-header-dark-text.lan3 {
  font-size: 62px;
  white-space: pre-line;
}

.hero-header.in-camera-page {
  max-width: 800px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(17deg, #495ee0, #cb53f5);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button.how-it-works-button {
  position: relative;
  top: -50px;
}

.button.menu-button {
  width: 109px;
  height: 35px;
}

.button.menu-button.visible-on-desktop {
  width: 115px;
}

.button.menu-button.visible-on-mobile {
  display: none;
}

.button.how-it-works-button-copy {
  position: relative;
  top: -50px;
}

.button.drawermob {
  display: none;
}

.button.pdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button.pledge1 {
  border-radius: 20px;
}

.button.pledge1.cr {
  border-style: solid;
  border-width: 3px;
  border-color: #485de0;
  border-radius: 20px;
  background-color: transparent;
  background-image: none;
}

.button.pledge1.cr.faq {
  width: 151px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-width: 2px;
  border-radius: 10px;
  background-image: none;
}

.button.pledge1.cr.more {
  border-width: 2px;
  border-color: #868a95;
  background-image: none;
}

.button.pledge1.cr.cch {
  margin-top: -30px;
}

.button.hptrackmap {
  border-style: solid;
  border-width: 2px;
  border-color: #4d5de0;
  border-radius: 15px;
  background-color: transparent;
  background-image: none;
}

.button.hptrackmap.lb {
  margin-top: -40px;
  margin-bottom: 75px;
}

.button.hptrackmap.map {
  border-color: #37bf34;
}

.button.hptrackmap.games {
  margin-top: 30px;
}

.span-regular-thickness {
  font-weight: 400;
}

.span-bold-gradient-text {
  background-image: linear-gradient(56deg, #495ee0, #cb53f5);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.span-bold-gradient-text.non-bold {
  font-weight: 700;
}

.span-bold-gradient-text.non-bold.intext {
  background-color: #12181f;
  background-image: none;
}

.span-bold-gradient-text.header {
  font-size: 74px;
  letter-spacing: 1px;
  white-space: break-spaces;
}

.span-bold-gradient-text.big-font {
  font-size: 56px;
}

.span-bold-gradient-text.non-small {
  font-size: 72px;
}

.span-bold-gradient-text.normal-size {
  font-size: 64px;
  font-weight: 400;
}

.span-bold-gradient-text.section-large-text {
  font-size: 74px;
}

.span-bold-gradient-text.section-large-text.grey {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #70e778, #0e0b24);
  font-size: 78px;
}

.span-bold-gradient-text.section-large-text.grey.cc {
  line-height: 85px;
}

.span-bold-gradient-text.section-large-text.darkside {
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, #6b7fff, #0e0b24);
  font-size: 78px;
}

.span-bold-gradient-text.section-large-text.get {
  font-size: 78px;
}

.span-bold-gradient-text.section-large-text.cc {
  line-height: 85px;
  white-space: pre-line;
}

.span-bold-gradient-text.insurance {
  font-size: 18px;
  line-height: 34px;
}

.span-bold-gradient-text.getjamm.trial {
  margin-top: 10px;
}

.span-bold-gradient-text.lp3 {
  font-size: 71px;
}

.span-bold-gradient-text.lp-cc {
  font-size: 71px;
}

.features {
  background-color: #f6f8fb;
}

.features_wrapper {
  position: relative;
  top: -124px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1674px;
  margin-right: auto;
  margin-bottom: -124px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature {
  width: 100%;
  max-width: 33%;
}

.feture-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 124px;
  padding-top: 23px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(246, 248, 251, 0.15);
}

.feature-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.feature_icon {
  max-height: 40px;
}

.feature_icon.car-icon {
  max-height: 28px;
  margin-top: 9px;
}

.feature_icon.reward_icon {
  max-height: 49px;
}

.feature-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36vh;
  max-height: 356px;
  padding: 19.13% 16% 24.04%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff2f7;
}

.feature-content-wrapper.left {
  min-height: 356px;
  padding-right: 20%;
  padding-left: 20%;
}

.feature-content-wrapper.feature-third-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.feature-content-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 35px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.feature-content-heading.lan1 {
  color: #dedce7;
}

.feature-paragraph-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  white-space: break-spaces;
}

.feature-paragraph-text.lan._1 {
  color: #dedce7;
}

.feature-paragraph-text.light {
  color: #dedce7;
}

._1920-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.41%;
  padding-left: 6.41%;
}

.separator-camera {
  display: none;
  height: 100px;
  padding-right: 16%;
  padding-left: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.separator-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 16px;
  line-height: 160%;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: normal;
}

.separator-text.first-separator-on-homepage {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.separator-text.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #dedce7;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.camera-explainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  padding-right: 16%;
  padding-left: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator.cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6.02%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39364b;
}

.description {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f6f8fb;
  color: #12181f;
}

.description.with-dropdown {
  display: none;
}

.description.white.right {
  display: block;
}

.photo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.photo-wrapper.homepage-01 {
  background-image: url('../images/car-placeholder.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-wrapper.get-unstuck-photo-wrapper {
  width: 25%;
}

.photo-wrapper.about-us-head {
  background-image: url('../images/About-US-Header-Photo.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.photo-wrapper.unstuck {
  background-image: url('../images/unstuck.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.photo-wrapper.unstuck.lan1 {
  background-image: url('../images/App-Section-2.jpg');
  background-position: 54% 50%;
}

.photo-wrapper.unstuck.lan1._2 {
  background-image: url('../images/unstuck.jpg');
}

.photo-wrapper.pledge1 {
  background-image: url('../images/123477.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.description-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 7.78%;
  padding-right: 6.02%;
  padding-bottom: 11.07%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(197, 205, 227, 0.15);
}

.description-content-wrapper.dark {
  background-color: #1f1d29;
}

.description-content-wrapper.dark.get-unstuck-content-wrapper {
  width: 50%;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 10%;
  background-color: transparent;
}

.description-content-wrapper.dark.get-unstuck-content-wrapper.lan1 {
  padding-right: 10%;
  padding-left: 6.02%;
  background-image: url('../images/Stuck-Composition.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.description-content-wrapper.light-and-left {
  padding-right: 6.02%;
  padding-left: 6.02%;
}

.description-content-wrapper.light-and-left.light-and-left-in-hero {
  padding-top: 13%;
  padding-bottom: 7%;
}

.description-content-wrapper.light-and-left.light-and-left-in-hero.pledge1 {
  background-color: #f3aa60;
}

.description-content-wrapper.light-and-left.light-and-left-in-hero.pledge2 {
  background-color: #ffba35;
}

.description-content-wrapper.light-and-left.light-and-left-in-hero.pledge3 {
  background-color: rgba(252, 233, 78, 0.77);
}

.description-content-wrapper.light-and-left.light-and-left-in-hero.darkcc {
  background-color: #12181f;
}

.description-overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.description-overview-wrapper.description-overiew-negative {
  background-color: #1f1d29;
}

.description-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-text-wrapper.in-contact-section {
  width: 100%;
  margin-left: 0%;
}

.description-text-wrapper.app-first-section-wrapper {
  width: 80%;
}

.description-header {
  max-width: 549px;
  margin-top: 0px;
  margin-bottom: 42px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
}

.description-header.description-header-negative {
  color: #fff;
}

.description-header.description-header-negative.description-header-faq {
  position: relative;
  max-width: none;
  margin-bottom: 0px;
  font-size: 88px;
}

.description-header.description-header-negative.description-header-faq.secondline {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
}

.description-header.description-header-negative.la-dash2-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 71px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
}

.description-header.font-gray {
  color: #f6f8fb;
}

.description-header.step-header {
  max-width: none;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

.description-header.step-header.lan._1 {
  color: #dedce7;
}

.description-header.white {
  color: #dedce7;
  white-space: break-spaces;
}

.description-header.white.games {
  margin-bottom: 20px;
}

.description-header.app-first-section-header {
  width: 80%;
}

.description-header.drivers-support {
  max-width: 600px;
}

.description-header.lan1 {
  font-size: 42px;
}

.descroption-sub-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.descroption-sub-header.span-bold-gradient-text {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 14px;
}

.descroption-sub-header.span-bold-gradient-text.hidden {
  height: 0px;
  margin-top: 0px;
}

.descroption-sub-header.span-bold-gradient-text.without-link-in-section {
  display: block;
}

.descroption-sub-header.span-bold-gradient-text.games {
  margin-top: 20px;
}

.description-paragraph {
  max-width: 549px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #9599a5;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.description-paragraph.second-paragraph {
  margin-top: 40px;
}

.description-paragraph._4-paragraph-in-faq {
  max-width: 300px;
}

.description-paragraph.app-first-section-paragraph {
  width: 80%;
}

.description-paragraph.lan1 {
  font-size: 19px;
  line-height: 29px;
}

.description-paragraph.games {
  margin-bottom: 50px;
  color: #868a95;
  font-size: 18px;
}

.description-paragraph.games.reward {
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(112, 125, 228, 0.24);
  color: #dedce7;
  font-size: 16px;
  line-height: 26px;
}

.description-paragraph.ai {
  font-size: 20px;
  line-height: 28px;
}

.vertical-line {
  display: none;
  width: 1px;
  height: 32px;
  margin-top: 12px;
  margin-bottom: 24px;
  background-color: #dedce7;
}

.description-number {
  display: none;
  max-width: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(-10px, 0px) rotate(-90deg);
  -ms-transform: translate(-10px, 0px) rotate(-90deg);
  transform: translate(-10px, 0px) rotate(-90deg);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #dedce7;
  font-size: 16px;
  line-height: 100%;
}

.dropdown-or-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-or-link.no-margin {
  margin-top: 0px;
}

.dropdown-or-link.inventor-relations-link {
  margin-top: 72px;
}

.link-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.link-text.font-white {
  color: #fff;
}

.link-text.font-gray {
  color: #f6f8fb;
}

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

.link-text.white._1 {
  color: #868a95;
}

.link-text.description-link-text {
  margin-top: 48px;
}

.link-text.description-link-text.lan1.span-bold-gradient-text {
  margin-top: 10px;
}

.link-text.link--small {
  font-size: 14px;
}

.dropdown-icon {
  margin-left: 16px;
}

.dropdown-icon.right {
  max-width: 13px;
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-icon.right.icon--small {
  max-width: 9px;
}

.image {
  height: 100%;
}

.description-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 994px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dedce7;
  background-image: url('../images/Background-Glare.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.description-details-point-header {
  line-height: 125%;
}

.body {
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 16px;
  white-space: normal;
}

.body.body--blog {
  background-color: #f6f8fb;
}

.body.games {
  background-color: #0e0b24;
}

.body.gamesgetjamm {
  background-color: #0e0b24;
}

.description-details-point-header-span {
  font-weight: 100;
}

.white-line {
  width: 100%;
  height: 1px;
  max-width: 625px;
  margin-top: 27px;
  margin-bottom: 33px;
  background-color: #fff;
}

.desciption-cross-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-left: 26.8%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate3d(0px, 50px, 1px);
  transform: translate3d(0px, 50px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.description-rich-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #868a95;
  font-size: 18px;
  line-height: 32px;
}

._2-description-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 549px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._3steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 616px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Light-New.png');
  background-position: 0px 0px;
  background-size: auto;
}

._3steps.lan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Stuck-Composition.jpg');
  background-size: cover;
}

._3steps.lan.cb {
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12181f), to(#12181f)), url('../images/Stuck-Composition.jpg');
  background-image: linear-gradient(180deg, #12181f, #12181f), url('../images/Stuck-Composition.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.three-steps-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1336px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.three-steps-wrapper.lan._1 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url('../images/Light-New.png');
  background-position: 50% 50%;
  background-size: auto;
}

.three-steps-wrapper.lan.cb {
  background-image: url('../images/Light-New.png');
  background-size: cover;
}

.step-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 405px;
  max-width: 322px;
  padding: 68px 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-wrapper:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 15px 90px 0 rgba(117, 133, 143, 0.15);
}

.oval {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d1bcfb;
  border-radius: 100%;
}

.get-jamm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #030508;
  background-image: url('../images/Stuck-Composition.jpg');
  background-position: -290px 0px;
  background-size: cover;
}

.get-unstuck-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.get-unstuck-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.get-unstuck-header-bottom {
  margin-top: 40px;
  margin-bottom: 32px;
  color: #ccdde9;
  font-size: 42px;
  line-height: 53px;
  font-weight: 400;
}

.get-unstuck-header-bottom.lan1.offer1 {
  font-size: 54px;
  line-height: 58px;
}

.unstuck-header-left {
  margin-bottom: 43px;
}

.unstuck-paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.get-unstuck-description-wrapper {
  max-width: 484px;
  margin-bottom: 56px;
}

.get-unstuck-header-top {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #dedce7;
  font-weight: 400;
}

.get-unstuck-header-top.span-bold-gradient-text.get-unstock-gradient {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 30px;
}

.get-unstuck-header-top.span-bold-gradient-text.get-unstock-gradient.lan1.offer1 {
  font-size: 36px;
  line-height: 45px;
}

.span--off {
  color: #868a95;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f8fb;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 90px auto 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1px;
}

.gradient-line {
  width: 84px;
  height: 3px;
  margin-right: 4px;
  background-image: linear-gradient(40deg, #495ee0, #cb53f5);
}

.gradient-line.gray {
  background-color: #dedce7;
  background-image: none;
}

.lines-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 60px;
}

.testimonials-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials-content-left-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonials-content-right-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonial-portrait {
  width: 72px;
  height: 72px;
  margin-right: 24px;
  border-radius: 100%;
  background-image: url('../images/unstuck.jpg');
  background-size: cover;
}

.quote-symbol {
  max-height: 156px;
  margin-top: 18px;
  margin-right: 80px;
}

.testimonial-text-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonial-text-header.bottom {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.testimonials-paragraph {
  color: #12181f;
  font-size: 42px;
  line-height: 173%;
}

.testimonials-paragraph.span-bold-gradient-text {
  max-width: 42vw;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 32px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.span-non-bold {
  font-weight: 400;
}

.faq {
  padding-top: 0px;
  padding-bottom: 72px;
  background-color: #fff;
}

.faq-wrapper {
  max-width: 1384px;
  margin-right: auto;
  margin-left: auto;
}

.faq-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 690px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-header {
  background-image: url('../images/FAQ-Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #12181f;
  font-size: 56px;
  line-height: 100%;
}

.faq-questions-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  padding-right: 4%;
  padding-left: 4%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 44px;
  grid-template-areas: "Question Area";
  -ms-grid-columns: 1fr 96px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 44px auto;
  grid-template-rows: auto auto;
}

.question-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 53px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 16px 90px 0 rgba(117, 133, 143, 0.15);
}

.question-wrapper.in-faq {
  width: 37vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.question-wrapper.in-faq.fifth-question {
  width: 39vw;
  margin-top: 4vw;
}

.question-header {
  color: #12181f;
  font-size: 28px;
  line-height: 160%;
  font-weight: 400;
}

.go-to-faq-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 71px 16.72% 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #070705;
  background-image: url('../images/Footer-Background.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1689px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fotter-upper-row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jamm-logo {
  max-width: 143px;
}

.jamm-app-download-wrapper {
  display: none;
  width: 120%;
  max-width: 320px;
}

.footer-left-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 398px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.app-download-header-wrapper {
  margin-top: 88px;
  margin-bottom: 38px;
}

.app-download-shop-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 337px;
  margin-bottom: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-download-shop-links.in-start-testing {
  display: none;
}

.app-download-shop-links.in-start-testing.dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-gray-header {
  margin-top: 150px;
  margin-bottom: 32px;
  color: #868a95;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

.app-store-logo {
  display: block;
}

.grid {
  width: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-line {
  width: 100vw;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.footer-right-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 510px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links-header {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #868a95;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.text-link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dedce7;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
}

.text-link.in-column {
  margin-bottom: 24px;
  font-size: 16px;
}

.text-link.bottom-row {
  font-size: 16px;
}

.text-link.mobile-menu {
  font-family: 'Rene bieder galano grotesque', sans-serif;
}

.text-link.mobile-menu.w--current {
  font-family: 'Rene bieder galano grotesque', sans-serif;
}

.footer-right-column-upper-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 308px;
  max-width: 567px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-right-column-bottom-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #dedce7;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.bold-text {
  font-size: 16px;
}

.image-3 {
  max-height: 40px;
}

.image-4 {
  max-height: 40px;
}

.image-4.icon-youtube {
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.image-5 {
  max-height: 40px;
}

.image-6 {
  max-height: 40px;
}

.image-7 {
  display: none;
  max-height: 40px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  width: 100%;
  padding: 20px 0px;
  background-color: #12181f;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.5fr 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: 0.5fr 20px max-content 20px max-content 20px max-content;
  grid-template-columns: 0.5fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 0.5fr max-content max-content max-content;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  width: auto;
  height: 100%;
  max-height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.sticky-nav-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 5fr -webkit-max-content -webkit-max-content 1fr 1fr 1fr -webkit-max-content;
  -ms-grid-columns: 5fr max-content max-content 1fr 1fr 1fr max-content;
  grid-template-columns: 5fr -webkit-max-content -webkit-max-content 1fr 1fr 1fr -webkit-max-content;
  grid-template-columns: 5fr max-content max-content 1fr 1fr 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link-2 {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo-2 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.sticky-nav-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid-3 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-navbar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #12181f;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1376px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container--blog {
  max-width: 880px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navbarlp {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-icon {
  color: #fff;
}

.image-8 {
  max-height: 24px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  margin-right: 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.icon-log-in {
  margin-right: 16px;
}

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

.nav-menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 703px;
  margin-right: 20.85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 33vw;
  margin-right: 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticked-navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12181f;
}

.photo {
  -o-object-fit: cover;
  object-fit: cover;
}

.photo._02-insurance {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.photo.pledge1 {
  display: none;
}

.getjamm-module-wrapper {
  position: relative;
  top: -150px;
  height: 90vh;
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #535b74;
}

.getjamm-module-wrapper.lan1 {
  width: 800px;
  height: 80vh;
  max-width: 80vw;
  min-height: 80px;
  min-width: 80vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.start-testing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.start-testing-heading {
  max-width: 70%;
  margin-bottom: 30px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 48px;
  line-height: 78px;
  font-weight: 400;
  text-align: center;
}

.start-testing-heading.lan2 {
  font-size: 74px;
  white-space: break-spaces;
}

.start-testing-heading.lan2.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 174px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f6f8fb;
  font-size: 74px;
  line-height: 78px;
  text-align: center;
}

.start-testing-heading.lan2.white._1712 {
  max-height: 250px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.start-testing-heading.lan2.white.thatsrewarding {
  max-height: 180px;
  line-height: 87px;
}

.start-testing-heading.lan2.white.static {
  display: block;
}

.start-testing-heading.lan2.price {
  margin-bottom: 0px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

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

.descriptionseparatortext {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.hero-with-two-sections {
  max-height: 100%;
  background-color: #f6f8fb;
}

.hero-right-colum-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-height: 100%;
  margin-top: 0px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-left-column-wrapper {
  width: 50%;
  margin-top: 0px;
  padding: 8% 4.46% 120px;
}

.image-10 {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-with-two-sections-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what-we-do {
  background-color: #fff;
}

.what-we-do-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 123px;
  padding-bottom: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-we-do-wrapper.beta {
  padding-bottom: 40px;
}

.what-we-do-paragraph {
  width: 50%;
  margin-top: 40px;
  font-size: 24px;
  line-height: 51px;
}

.text-span-what-we-do {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.menu-links-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40vw;
  margin-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dedce7;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
}

.text-link-2.menu {
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #fff;
}

.text-link-2.menu.w--current {
  font-family: 'Rene bieder galano grotesque', sans-serif;
}

.text-link-2.menu.app-link {
  margin-right: 5px;
  margin-left: -5px;
}

.sticked-navbar-lp {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  clear: both;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12181f;
}

.nav-menu-2 {
  width: 100%;
  padding-left: 50px;
}

.btn-getjammmob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 48px;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(17deg, #495ee0, #cb53f5);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.btn-getjammmob:hover {
  background-image: linear-gradient(17deg, #495ee0 16%, #cb53f5 61%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-getjammmob.menu-button {
  width: 100%;
  height: 35px;
}

.btn-getjammmob.menu-button.visible-on-desktop {
  margin-top: 0px;
  background-image: linear-gradient(17deg, #495ee0, #cb53f5);
}

.btn-getjammmob.menu-button.visible-on-mobile {
  display: none;
}

.btn-getjammmob.bigpricer {
  height: 150px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
}

.btn-getjammmob.bigpricer.trial {
  border-style: solid;
  border-width: 2px;
  border-color: #4d5de0;
  background-color: transparent;
  background-image: none;
  color: #4d5de0;
  font-weight: 400;
}

.btn-getjammmob.bigpricer.trial:hover {
  background-color: #e9e4ff;
  background-image: none;
}

.btn-getjammmob.bigpricer.newget {
  width: 100%;
  height: 65px;
  font-size: 21px;
}

.btn-getjammmob.bigpricer.newget._2 {
  margin-top: 11px;
  font-size: 21px;
}

.btn-getjammmob.bigpricer.newget.trial.pricing {
  margin-top: 15px;
  border-style: none;
  border-color: #868a95;
  background-color: rgba(72, 93, 224, 0.7);
  box-shadow: 5px 5px 20px 0 rgba(14, 11, 36, 0.27);
  color: #cad8ff;
}

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

.nav-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._1920-wrapper-2 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.41%;
  padding-left: 6.41%;
}

.image-11 {
  -o-object-fit: cover;
  object-fit: cover;
}

.map-wrapper {
  height: 461px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: url('../images/Jamm-Map.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.inquiries-section {
  background-color: #fff;
}

.contact-cases-wrapper {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-case-wrapper {
  padding: 40px 24px 64px;
}

.faq-questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0px, -80px, 1px);
  transform: translate3d(0px, -80px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.questions-grid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-areas: "."
    "."
    "Area";
}

.what-we-do-heading {
  width: 70%;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 60px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.features-description {
  display: -ms-grid;
  display: grid;
  padding: 60px 6.41%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 15vw;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #dedce7;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features-description-element {
  height: auto;
}

.features-description-element.last-one {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-description-divider {
  height: 1px;
  margin-top: 27px;
  margin-bottom: 28px;
  padding-bottom: 0px;
  background-color: #fff;
}

.features-description-header {
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-weight: 700;
  text-align: left;
}

.features-description-header.lan1 {
  text-align: center;
}

.features-description-paragraph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #868a95;
  font-size: 21px;
  line-height: 26px;
  text-align: left;
}

.features-description-header-span {
  font-weight: 400;
}

.inquiries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 2.41%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description-text-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-text-wrapper-copy.in-contact-section {
  width: 100%;
  margin-left: 0%;
}

.inquiries-element {
  padding-right: 5%;
  padding-left: 5%;
}

.inquiries-number {
  max-width: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(-10px, 0px) rotate(-90deg);
  -ms-transform: translate(-10px, 0px) rotate(-90deg);
  transform: translate(-10px, 0px) rotate(-90deg);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #dedce7;
  font-size: 16px;
  line-height: 100%;
}

.inquiries-paragraph {
  max-width: 549px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #868a95;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.inquiries-paragraph.second-paragraph {
  margin-top: 40px;
}

.inquiries-paragraph._4-paragraph-in-faq {
  max-width: 300px;
}

.inquiries-header {
  max-width: 549px;
  margin-top: 0px;
  margin-bottom: 42px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
}

.inquiries-header.description-header-negative {
  color: #fff;
}

.inquiries-header.description-header-negative.description-header-faq {
  max-width: none;
  margin-top: -15%;
  margin-bottom: 0px;
  font-size: 88px;
}

.inquiries-header.font-gray {
  color: #f6f8fb;
}

.inquiries-header.step-header {
  max-width: none;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

.inquiries-header.white {
  color: #dedce7;
}

.insurance-features {
  margin-right: 6.41%;
  margin-left: 6.41%;
}

.insurance-features-element {
  padding: 0px 0.25%;
  background-color: transparent;
}

.insurance-features-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.insurance-features-paragraph {
  margin-bottom: 0px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.insurance-features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 490px;
  margin-bottom: 8px;
  padding: 100px 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eff2f7;
}

.insurance-features-content.first-column {
  padding-bottom: 30px;
}

.faq-section-header {
  margin-bottom: 100px;
  padding-top: 84px;
  color: #12181f;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
}

.faq-section-header.gms {
  margin-bottom: 85px;
}

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

.link-block-2.light {
  color: #485de0;
}

.div-block-4 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.span-normal-gradient-text {
  display: block;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: linear-gradient(56deg, #495ee0, #cb53f5);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.span-normal-gradient-text.quote-text {
  margin-left: 40px;
  font-size: 22px;
  font-weight: 400;
}

.span-normal-gradient-text.pledge1 {
  font-size: 27px;
}

.text-span {
  font-size: 20px;
}

.description-text-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: -1px;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-header-2 {
  max-width: 549px;
  margin-top: 0px;
  margin-bottom: 42px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
}

.description-header-2.white {
  margin-top: 20px;
  color: #dedce7;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-2 {
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 400;
}

.div-block-6 {
  margin-bottom: 0px;
}

.div-block-7 {
  padding: 60px 300px;
  background-color: rgba(197, 205, 227, 0.15);
}

.image-14 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 220px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.herodisccam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/App-Header-Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.herodisccam._2 {
  background-image: url('../images/App-Header-Pic.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.herodisccam.lan._1 {
  background-image: url('../images/Camera-Page-Header.jpg');
  background-position: 50% 50%;
}

.hero-header-app {
  overflow: visible;
  max-width: 540px;
  margin-top: -40px;
  margin-bottom: 70px;
  font-family: 'Rene bieder galano grotesque', sans-serif;
  color: #12181f;
  font-size: 72px;
  line-height: 108%;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-indent: 0px;
  white-space: normal;
}

.hero-header-app.hero-header-dark-text {
  max-width: 540px;
  margin-top: auto;
  color: #12181f;
}

.hero-header-app.lan1 {
  max-width: 650px;
  margin-top: 0px;
  color: #dedce7;
}

.hero-header-app.lan1._2 {
  color: #12181f;
}

.insurance-features-section {
  background-color: #fff;
}

.insurance-partner {
  background-color: #fff;
}

.insurance-partner-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insurance-partner-logo-wrapper.dcla {
  margin-top: 55px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.insurance-features-wrapper {
  padding-bottom: 100px;
}

.image-17 {
  max-height: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.jamm-chat-bot {
  background-color: #dedce7;
}

.image-18 {
  position: relative;
  max-height: 16px;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.image-19 {
  display: block;
  max-height: 50px;
}

.feature-two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.camera-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 6.41%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dedce7;
}

.camera-specs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.camera-specs-wrapper.lan1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.camera-specs-column {
  position: relative;
  width: 45%;
  text-align: center;
}

.camera-specs-bullet {
  margin-bottom: 40px;
}

.background-video-desktop {
  width: 100%;
  height: 46.875vw;
  max-height: 900px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #12181f;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chatbotwrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 616px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chatbotwrapper-copy.lan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Stuck-Composition.jpg');
  background-size: cover;
}

.chatbotwrapper-copy.lan.cb {
  display: none;
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12181f), to(#12181f)), url('../images/Stuck-Composition.jpg');
  background-image: linear-gradient(180deg, #12181f, #12181f), url('../images/Stuck-Composition.jpg');
  background-position: 0px 0px, 0px 0px;
}

.getjamm-module-wrapper-copy {
  position: relative;
  top: -225px;
  height: 90vh;
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #12181f;
}

.getjamm-module-wrapper-copy.lan1 {
  top: -3px;
  width: 800px;
  height: 80vh;
  max-width: 80vw;
  min-height: 80px;
  min-width: 80vw;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

._3steps-lan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 616px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Light-New.png');
  background-position: 0px 0px;
  background-size: auto;
}

._3steps-lan.lan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Stuck-Composition.jpg');
  background-size: cover;
}

._3steps-lan.lan.cb {
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12181f), to(#12181f)), url('../images/Stuck-Composition.jpg');
  background-image: linear-gradient(180deg, #12181f, #12181f), url('../images/Stuck-Composition.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(17deg, #495ee0, #cb53f5);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button-copy.how-it-works-button {
  position: relative;
  top: -50px;
}

.button-copy.menu-button {
  width: 109px;
  height: 35px;
}

.button-copy.menu-button.visible-on-desktop {
  width: 115px;
}

.button-copy.menu-button.visible-on-mobile {
  display: none;
}

.button-copy.how-it-works-button-copy {
  position: relative;
  top: 40px;
}

.expunstuck {
  width: 100%;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.image-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-21 {
  display: none;
}

.image-23 {
  display: block;
  margin-top: 15px;
}

.image-24 {
  margin-top: 10px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.botwrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: block;
}

.botwrap._2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.wrapper-close {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drawer {
  display: block;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dedce7;
}

.drawer._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  width: 50px;
}

.heading-4 {
  padding-right: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.drawerlogobar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lpstickymenu1 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #12181f;
}

.error-state {
  background-color: #ffa5a7;
}

.div-block-12 {
  top: 95px;
}

.web-payments {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  z-index: 2;
}

.productcontainer {
  margin-bottom: 100px;
}

.add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 52px;
}

.default-state {
  margin-bottom: 10px;
  text-align: center;
}

.buy-now-button {
  margin-top: auto;
  padding: 15px 30px;
  background-image: linear-gradient(340deg, #495ee0, #cb53f5);
  font-size: 24px;
}

.add-to-cart-button {
  display: none;
}

.quantity {
  display: none;
}

.paymentconfirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ecommconfirmgreen {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #06e775;
  font-size: 32px;
  font-weight: 400;
}

.ecommconfirmgreen.small {
  padding-top: 0px;
  font-size: 20px;
  text-align: center;
}

.ecommconfirmgreen.small.final {
  line-height: 28px;
}

.div-block-13 {
  top: 100px;
}

.featured-wrapper {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 480px;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-decoration: none;
}

.featured-content:hover {
  box-shadow: 0 8px 20px 0 rgba(18, 24, 31, 0.15);
}

.featured-image-wrapper {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1f1d29;
}

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

.featured-title {
  color: #dedce7;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.featured-summary {
  margin-top: 24px;
  color: #dedce7;
  line-height: 24px;
  font-weight: 300;
}

.featured-cta {
  margin-top: 24px;
}

.post-crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.featured-date {
  color: #868a95;
  font-size: 12px;
  line-height: 18px;
}

.blog-posts {
  margin-bottom: 40px;
}

.blog-posts.blog-posts--category {
  margin-top: 80px;
}

.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  color: #12181f;
  text-decoration: none;
}

.post-item:hover {
  box-shadow: 0 8px 20px 0 rgba(18, 24, 31, 0.1);
}

.post-item-top {
  overflow: hidden;
}

.post-item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.post-item-title {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.button-3 {
  background-color: #7738ec;
}

.button-3.under {
  margin-top: 20px;
}

.div-block-14 {
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  min-width: 500px;
}

.html-embed._2 {
  display: none;
}

.post-item-summary {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #868a95;
  font-size: 14px;
}

.post-header {
  margin-top: 80px;
  margin-bottom: 80px;
}

.post-wrapper {
  max-width: 820px;
}

.post-title {
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
}

.post-summary {
  margin-top: 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.post-image-wrapper {
  width: 100%;
}

.image-25 {
  width: 100%;
  height: 100%;
  max-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-category {
  color: #495ee0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.post-body {
  margin-top: 64px;
  margin-bottom: 80px;
}

.post-body-content h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}

.post-body-content p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

.post-body-content h4 {
  margin-top: 16px;
}

.post-body-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.post-body-content a {
  color: #495ee0;
}

.post-body-content blockquote {
  margin-bottom: 16px;
  line-height: 28px;
  font-style: italic;
}

.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #dedce7;
}

.post-share-icons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-share-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-share-link {
  margin-left: 16px;
}

.image-26 {
  max-width: 28px;
}

.paragraph {
  color: #868a95;
}

.blog-posts-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 400;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-content {
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.tab-link-central {
  background-color: #c8c8c8;
}

.tab-link-central.w--current {
  background-color: #4f5de1;
}

.text-block-2 {
  color: #f6f8fb;
}

.tab-link-west-singapore {
  background-color: #c8c8c8;
}

.tab-link-west-singapore.w--current {
  background-color: #4d5de0;
}

.text-block-3 {
  color: #f6f8fb;
}

.ecommheaderconfirm {
  padding: 20px;
}

.text-span-2 {
  font-size: 21px;
}

.text-span-3 {
  font-size: 20px;
}

.text-block-4 {
  color: #6e6e6e;
  font-size: 11px;
  line-height: 19px;
}

.ecomtoclink {
  color: #868a95;
}

.carrierlogo {
  margin-bottom: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pledgeway1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0b24;
}

.jgradientline {
  position: relative;
  width: 3px;
  height: 25px;
  margin-right: 50%;
  margin-left: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#485de0), to(#c234f3));
  background-image: linear-gradient(180deg, #485de0, #c234f3);
}

.jgradientline.l2 {
  height: 100px;
}

.jgradientline.l3 {
  height: 150px;
}

.jgradientline.l4 {
  height: 100px;
}

.jgradientline.l4.cc1 {
  margin-top: 20px;
  margin-bottom: -100px;
}

.jgradientline.l5 {
  height: 200px;
}

.jgradientline.l6 {
  height: 50px;
}

.jgradientline.l7 {
  height: 150px;
}

.jgradientline.l8 {
  height: 100px;
}

.jgradientline.l0 {
  height: 500px;
}

.jgradientline.l9 {
  height: 75px;
}

.img-bubble1 {
  position: relative;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizonh {
  margin-top: 25px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.horizonh.subtext {
  max-width: 768px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.horizonh.subtext.starter {
  color: #f6f8fb;
}

.horizonh.subtext.rating {
  margin-top: 15px;
  color: #e2ca4b;
  line-height: 24px;
}

.horizonh.subtext.xs {
  margin-top: 25px;
  font-size: 21px;
  line-height: 32px;
}

.horizonh.wimg {
  margin-top: 0px;
}

.camera {
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.camera._2 {
  max-width: 70%;
  -o-object-position: 50% 87%;
  object-position: 50% 87%;
}

.h-pledge1 {
  margin-bottom: 50px;
  color: #dedce7;
  font-size: 82px;
  line-height: 83px;
  font-weight: 700;
}

.h-pledge1.span-bold-gradient-text {
  text-align: center;
}

.h-pledge1.span-bold-gradient-text.starter {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 56px;
}

.h-pledge1.span-bold-gradient-text.starter.xs {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
}

.h-pledge1.span-bold-gradient-text.starter.xs._2 {
  margin-top: 0px;
}

.h-pledge1.span-bold-gradient-text.starter.xxs {
  margin-top: 15px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
}

.h-pledge1.span-bold-gradient-text.price {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100px;
}

.h-pledge1.xl {
  font-size: 124px;
}

.h-pledge1.and {
  margin-top: 35px;
  margin-bottom: 35px;
}

.img-badge {
  margin-bottom: 25px;
}

.h4-pledge1 {
  color: #c234f3;
  font-size: 16px;
  font-weight: 700;
}

.h4-pledge1.span-bold-gradient-text {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.h4-pledge1.span-bold-gradient-text.gia {
  margin-bottom: 5px;
  font-size: 14px;
}

.h4-pledge1.span-bold-gradient-text.soon {
  font-size: 22px;
}

.h4-pledge1.span-bold-gradient-text.ccsubhead {
  font-size: 16px;
  font-weight: 400;
}

.sgd {
  padding-right: 5px;
  font-size: 42px;
  font-weight: 400;
}

.text-span-4 {
  font-size: 36px;
}

.ntuclogo {
  margin-top: 25px;
  margin-bottom: 10px;
}

.text-span-5 {
  display: block;
  margin-bottom: -35px;
  color: hsla(0, 0%, 100%, 0.38);
  font-size: 24px;
  font-weight: 400;
}

.text-span-6 {
  font-weight: 300;
}

.examplecar.txt {
  max-width: 350px;
  margin-bottom: 35px;
  color: #dedce7;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: right;
}

.examplecar.span-bold-gradient-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.text-span-7 {
  font-size: 16px;
}

.text-span-8 {
  font-size: 20px;
}

.text-span-9 {
  color: #4d5de0;
}

.text-span-10 {
  color: #f6f8fb;
  font-size: 14px;
}

.text-span-11 {
  font-size: 13px;
}

.dalogo {
  margin-top: 25px;
  margin-bottom: 25px;
}

.garageinfo {
  max-width: 400px;
  padding-top: 35px;
  text-align: center;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  margin-top: 100px;
}

.textarea {
  display: none;
}

.dcl-herohead {
  background-color: #12181f;
}

.heading-5 {
  display: none;
  color: #f6f8fb;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.lp-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 690px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dclabg.jpg');
  background-size: cover;
}

.lp-heading.cc {
  background-image: url('../images/gamesbg.jpg');
}

.ratingblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ratingtxt {
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c8c8c8;
  text-align: center;
}

.ratingtxt.sm {
  font-size: 11px;
}

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

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.benefitgrid {
  display: -ms-grid;
  display: grid;
  width: 650px;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: auto auto;
}

.dcla-benefitsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8fb;
  text-align: center;
}

.benefitbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.gridp {
  color: #737781;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.gridp-bold {
  font-size: 31px;
  font-weight: 400;
}

.gridhead {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-29 {
  height: 120px;
}

.image-30 {
  height: 120px;
}

.image-31 {
  height: 120px;
}

.image-32 {
  height: 120px;
}

.image-33 {
  height: 120px;
}

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

.heading-6.dcla {
  max-width: 750px;
  margin-bottom: 50px;
  color: #868a95;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.heading-6.dcla.dark {
  position: relative;
  margin-bottom: 25px;
  color: #c8c8c8;
}

.lapowerhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  white-space: break-spaces;
}

.lapowerhead.dark {
  padding-bottom: 60px;
  background-color: #12181f;
}

.lapowerhead.dark.cc {
  background-color: #0e0b24;
}

.lapowerhead.price {
  display: none;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-bottom: 75px;
}

.lapowerhead.darkblue {
  padding-bottom: 60px;
  background-color: #0e0b24;
}

.lapowerhead.darkblue.cc {
  background-color: #0e0b24;
}

.background-video-2 {
  width: 540px;
}

.video.ai {
  width: 100%;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricebucket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-3 {
  width: 650px;
  margin-top: 25px;
  margin-bottom: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1.75fr) auto auto;
  grid-template-rows: minmax(200px, 1.75fr) auto auto;
}

.usphoto.right {
  height: 450px;
  margin-top: 45px;
}

.usphotofile {
  width: 100%;
}

.blackbadge {
  position: relative;
  left: 75px;
  top: -110px;
  width: 55px;
  padding: 2px 5px;
  background-color: #12181f;
  color: #dedce7;
  text-align: center;
}

.div-block-22 {
  max-height: 120px;
}

.gia {
  margin-top: 20px;
}

.faq-item {
  max-width: 95%;
  margin-bottom: 5px;
  padding: 24px 30px 14px;
  border-bottom: 1px solid #868a95;
  border-radius: 0px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.faq-item.gms {
  background-color: rgba(246, 248, 251, 0.43);
}

.lafaq-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lafaq-wrapper.slim {
  max-width: 550px;
}

.faqwrap {
  margin-top: 0px;
}

.icon.accordion-icon {
  color: #666;
  font-size: 32px;
  line-height: 25px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.accordion-item-content.perks {
  margin-right: 0px;
  text-align: center;
}

.section-faq {
  padding: 150px 30px;
  background-color: #f8f8f8;
}

.lafaqhead {
  color: #dedce7;
  font-weight: 400;
}

.lafaqhead.gms {
  color: #12181f;
  font-weight: 700;
}

.lafaqtxt {
  color: #868a95;
  font-size: 18px;
  line-height: 25px;
}

.lafaqtxt.cam {
  margin-bottom: 30px;
}

.lafaqtxt.gms {
  color: #12181f;
}

.lafaqtxt.rew {
  font-size: 15px;
  text-align: center;
}

.text-span-12 {
  font-size: 18px;
}

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

.faqtxtspan {
  color: #b2b8c7;
}

.faqtxtspan.gms {
  color: #8b8b8b;
}

.text-span-13 {
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}

.image-35 {
  position: relative;
  display: block;
  max-height: 45px;
  margin-top: -45px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.camera-minus {
  max-width: 56%;
  margin-top: -55px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dashcammore {
  max-width: 55%;
  margin-bottom: 5px;
  padding: 24px 30px 14px;
  border-radius: 0px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.buttonmoretxt {
  color: #868a95;
}

.cammoreline {
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4d5de0;
}

.cammoretxthead {
  color: #dedce7;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 400px;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.form-block-2 {
  max-width: 400px;
}

.cctrackbg {
  display: none;
  width: 100%;
  height: 665px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sin-track5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-36 {
  display: none;
}

.cart-button {
  background-color: #12181f;
}

.cartblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f6f8fb;
}

.section-2 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12181f;
}

.menuh2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12181f;
  opacity: 1;
}

.menufullw {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.41%;
  padding-left: 6.41%;
}

._3features {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.41%;
  padding-left: 6.41%;
  background-color: #0e0b24;
}

._3featurecontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-height: 356px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b293a;
}

._3featurecontentwrapper.left {
  min-height: 356px;
  padding-right: 20%;
  padding-left: 20%;
}

._3featurecontentwrapper.feature-third-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.homemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0b24;
}

.sectionheaders.white {
  color: #dedce7;
  font-size: 78px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
}

.unlockmap {
  margin-top: 256px;
  margin-left: -376px;
  color: #f6f8fb;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.unlockmap._1 {
  position: relative;
  top: -85px;
  margin-top: 0px;
  color: #ffba35;
}

.unlockmap._2 {
  position: relative;
  margin-top: -340px;
  margin-left: 500px;
  color: #ffba35;
}

.div-block-24 {
  position: relative;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 448px;
  margin-right: 233px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cctrackbg-copy {
  width: 100%;
  height: 665px;
  background-image: url('../images/sin-track5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cctrackcam {
  width: 100%;
  height: 600px;
  background-image: url('../images/jammcam-side.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.cctrackleader {
  width: 100%;
  height: 800px;
  background-image: url('../images/2.png');
  background-position: 50% 50%;
  background-size: 2000px;
}

.leadermob {
  display: none;
}

.badgeperks {
  max-height: 80px;
  margin-top: 20px;
}

.text-span-14 {
  color: rgba(117, 240, 99, 0.86);
}

.cchomeperks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 600px;
  margin-bottom: 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-span-9-copy {
  margin-left: 20px;
  color: #3ec43c;
}

.button-on-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 455px;
  margin-right: 75%;
  margin-left: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.photowrapbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-image: url('../images/sin-track5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photowrapbg.homepage-01 {
  background-image: url('../images/car-placeholder.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photowrapbg.get-unstuck-photo-wrapper {
  width: 25%;
}

.photowrapbg.about-us-head {
  background-image: url('../images/About-US-Header-Photo.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.photowrapbg.unstuck {
  background-image: url('../images/unstuck.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.photowrapbg.unstuck.lan1 {
  background-image: url('../images/App-Section-2.jpg');
  background-position: 54% 50%;
}

.photowrapbg.unstuck.lan1._2 {
  background-image: url('../images/unstuck.jpg');
}

.photowrapbg.pledge1 {
  background-image: url('../images/123477.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.gameswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 7.78%;
  padding-right: 6.02%;
  padding-bottom: 11.07%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(197, 205, 227, 0.15);
}

.gameswrapper.dark {
  background-color: #0e0b24;
}

.gameswrapper.dark.get-unstuck-content-wrapper {
  width: 50%;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 10%;
  background-color: transparent;
}

.gameswrapper.dark.get-unstuck-content-wrapper.lan1 {
  padding-right: 10%;
  padding-left: 6.02%;
  background-image: url('../images/Stuck-Composition.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.gameswrapper.dark.active {
  border-top: 3px solid rgba(117, 240, 99, 0.86);
}

.gameswrapper.dark.special {
  border-top: 3px solid #ffba35;
}

.gameswrapper.dark.perk {
  width: 50%;
  padding-top: 75px;
  padding-bottom: 75px;
}

.gameswrapper.dark.video {
  width: 100%;
  padding-top: 8%;
  padding-right: 0%;
  padding-bottom: 11%;
}

.gameswrapper.light-and-left {
  padding-right: 6.02%;
  padding-left: 6.02%;
}

.gameswrapper.light-and-left.light-and-left-in-hero {
  padding-top: 13%;
  padding-bottom: 7%;
}

.gameswrapper.light-and-left.light-and-left-in-hero.pledge1 {
  background-color: #f3aa60;
}

.gameswrapper.light-and-left.light-and-left-in-hero.pledge2 {
  background-color: #ffba35;
}

.gameswrapper.light-and-left.light-and-left-in-hero.pledge3 {
  background-color: rgba(252, 233, 78, 0.77);
}

.gameswrapper.light-and-left.light-and-left-in-hero.darkcc {
  background-color: #12181f;
}

.gameswrappertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gameswrappertext.in-contact-section {
  width: 100%;
  margin-left: 0%;
}

.gameswrappertext.app-first-section-wrapper {
  width: 80%;
}

.gameswrappertext.video {
  width: 100%;
  margin-left: 0%;
}

.gameswrappertext.ai {
  margin-left: 0%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rewardimg {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.rewardimg.constcomp {
  overflow: visible;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.rewardimg.perk {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.rewardimg.cam {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.rewardimg.special {
  -o-object-fit: cover;
  object-fit: cover;
}

.rewardimg.app {
  overflow: visible;
  height: 325px;
  margin-bottom: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.beacon {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0f3b8;
  border-radius: 100%;
  background-color: #75f064;
}

.gamerewardno1 {
  color: #ffba35;
}

.gamerewardno2 {
  color: #868a95;
}

.gamerewardno3 {
  color: #d67140;
}

.text-span-15 {
  font-size: 39px;
}

.grid-4 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.faqg {
  padding-bottom: 100px;
  background-color: #c8c8c8;
}

.image-38 {
  height: 45px;
  margin-right: 15px;
}

.soon-blue {
  padding: 3px 10px;
  border-radius: 8px;
  background-color: #3ca2ff;
  color: #38364a;
  font-size: 14px;
  font-weight: 700;
}

.soon {
  position: relative;
  top: -11px;
  right: -11px;
}

.soon-orange {
  padding: 3px 10px;
  border-radius: 8px;
  background-color: #ffba34;
  color: #38364a;
  font-size: 14px;
  font-weight: 700;
}

.div-block-26 {
  margin-top: 35px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-16 {
  color: #868a95;
}

.getjammhero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0b24;
}

.getjammprices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0b24;
}

.getjammprices.cc {
  padding-bottom: 82px;
}

.pricecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricingoption {
  width: 48.5%;
  padding: 30px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #4d5de0;
  border-radius: 20px;
}

.pricingboxtextcontainer {
  margin-left: 10px;
}

.text-block-6 {
  height: 60px;
  margin-bottom: 25px;
  color: #c8c8c8;
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}

.option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-39 {
  width: 14px;
  margin-top: 2px;
  margin-right: 10px;
}

.text-block-7 {
  color: rgba(117, 240, 99, 0.86);
  font-weight: 400;
}

.optionoff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.optionofftext {
  color: #dedce7;
}

.text-span-17 {
  font-size: 20px;
  font-weight: 400;
}

.text-block-8 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #586fff;
  font-size: 13px;
  text-align: center;
}

.text-span-18 {
  font-size: 32px;
  font-weight: 400;
}

.getjammtrial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricingoptiontrial {
  width: 100%;
  padding: 30px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #868a95;
  border-radius: 20px;
}

.pricingoptiontrial.cc {
  margin-bottom: 15px;
  border-color: #485de0;
  background-color: rgba(71, 92, 221, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #0e0b24), to(rgba(72, 93, 224, 0.21)));
  background-image: linear-gradient(180deg, #0e0b24 31%, rgba(72, 93, 224, 0.21));
}

.pricingtrialheader {
  margin-bottom: 25px;
  color: #dedce7;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
}

.text-block-9 {
  color: #868a95;
}

.text-block-10 {
  position: relative;
  top: -14px;
  width: 160px;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: 700;
}

.text-block-10.span-bold-gradient-text.trialsmall {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 19px;
}

.photo-copy {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-copy._02-insurance {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.photo-copy.pledge1 {
  display: none;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20%;
  margin-bottom: 100px;
  margin-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  display: block;
}

.text-field-2 {
  display: block;
}

.select-field {
  height: 50px;
  max-width: 350px;
  font-size: 20px;
  line-height: 44px;
}

.betacontdintro {
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.radio-button-field {
  max-width: 350px;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #342d69;
  border-radius: 13px;
}

.contd-radio-txt {
  width: 100%;
  margin-left: 10px;
  color: #c8c8c8;
  font-size: 16px;
}

.contd-radio-txt.gray {
  color: #868a95;
}

.vvvv222 {
  width: 15px;
  height: 15px;
}

.betacontdlabel {
  color: rgba(117, 240, 99, 0.86);
  font-size: 20px;
  line-height: 60px;
}

.success-message {
  background-color: rgba(117, 240, 99, 0.86);
}

.betacontdsub {
  min-width: 100px;
  margin-top: 20px;
}

.betacontd.special {
  color: #485de0;
  font-size: 15px;
  font-weight: 400;
}

.text-span-19 {
  color: #868a95;
  font-size: 20px;
  font-weight: 400;
}

.body-2 {
  background-color: #0e0b24;
}

.text-span-20 {
  color: #868a95;
}

.ul-blue {
  color: #4d5de0;
  font-weight: 400;
}

.text-span-21 {
  color: #4d5de0;
}

.footer-right-column-bottom-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.plusbutton {
  max-height: 20px;
  margin-right: -36px;
  margin-left: 16px;
}

.homegamesbutton {
  color: #3ec43c;
}

.greenbuttonplus {
  display: none;
  margin-top: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rankcentered {
  width: 500px;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: -30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rewardswaitingblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.rewdesc {
  display: block;
  width: 100px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: rgba(91, 189, 77, 0.86);
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.rewdesc.subhead {
  height: 57px;
  margin-top: 0px;
}

.body-3 {
  overflow: auto;
}

.text-span-22 {
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedce7;
  border-radius: 10px;
  background-color: #868a95;
  font-weight: 400;
}

.rewimg {
  max-height: 90px;
}

.rewimg._1712 {
  margin-top: 100px;
}

.rewvaluespan {
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(91, 189, 77, 0.86);
  border-radius: 4px;
  background-color: rgba(91, 189, 77, 0.86);
  color: #0e0b24;
}

.verticalhr {
  width: 1px;
  height: 77px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #251d5c;
}

.div-block-28 {
  width: 100%;
  height: 615px;
  margin-top: -30px;
  background-image: url('../images/1712-1.jpg');
  background-position: 50% 0%;
  background-size: 960px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0115;
}

.div-block-29 {
  width: 100%;
  height: 156px;
  background-color: #0e0115;
}

.rewmore {
  max-width: 55%;
  margin-bottom: 5px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.morelink.rewlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #868a95;
  text-decoration: none;
}

.qmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #868a95;
  border-radius: 20px;
  background-color: #868a95;
  text-align: center;
}

.text-block-12 {
  color: #0e0b24;
  font-weight: 700;
}

.image-40 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.rewmorelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rewpartners {
  height: 30px;
  margin-top: -10px;
  margin-left: 46px;
}

.rew.santahat {
  position: relative;
  left: -150px;
  top: 30px;
}

.santahatblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  margin-top: -30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.perksblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.perk1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.perkdesc {
  display: block;
  width: 100px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #c8c8c8;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.perkdesc.subhead {
  height: 57px;
  margin-top: 0px;
}

.perkimg {
  max-height: 90px;
}

.perkimg._1712 {
  margin-top: 100px;
}

.lpmenu {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0b24;
}

.btn-getjamm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 48px;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(17deg, #495ee0, #cb53f5);
  font-family: 'Rene bieder galano grotesque', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.btn-getjamm:hover {
  background-image: linear-gradient(17deg, #495ee0 16%, #cb53f5 61%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-getjamm.menu-button {
  width: 100%;
  height: 35px;
}

.btn-getjamm.menu-button.visible-on-desktop {
  margin-top: 0px;
  background-image: linear-gradient(17deg, #495ee0, #cb53f5);
}

.btn-getjamm.menu-button.visible-on-mobile {
  display: none;
}

.btn-getjamm.bigpricer {
  height: 150px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
}

.btn-getjamm.bigpricer.trial {
  border-style: solid;
  border-width: 2px;
  border-color: #4d5de0;
  background-color: transparent;
  background-image: none;
  color: #4d5de0;
  font-weight: 400;
}

.btn-getjamm.bigpricer.trial:hover {
  background-color: #e9e4ff;
  background-image: none;
}

.btn-getjamm.bigpricer.newget {
  width: 100%;
  height: 65px;
  font-size: 21px;
}

.btn-getjamm.bigpricer.newget._2 {
  margin-top: 11px;
  font-size: 21px;
}

.btn-getjamm.bigpricer.newget.trial.pricing {
  margin-top: 15px;
  border-color: #868a95;
  color: #868a95;
}

.priceboxtrialtxt {
  color: #868a95;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (min-width: 1920px) {
  .hero {
    width: 100%;
    max-width: 1920px;
    min-height: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .hero.hero-in-camera-page {
    min-height: 900px;
    margin-top: 0px;
  }

  .hero-content-wrapper {
    margin-top: -40px;
    margin-bottom: 70px;
  }

  .hero-header {
    max-width: 1000px;
    font-size: 95px;
  }

  .hero-header.hero-header-dark-text {
    max-width: 670px;
    margin-top: auto;
  }

  .hero-header.in-camera-page {
    max-width: 1000px;
  }

  .button {
    width: 250px;
    height: 60px;
    font-size: 22px;
  }

  .button.how-it-works-button {
    -webkit-transform: translate(0px, -56px);
    -ms-transform: translate(0px, -56px);
    transform: translate(0px, -56px);
  }

  .button.menu-button {
    width: 140px;
    height: 45px;
  }

  .button.how-it-works-button-copy {
    -webkit-transform: translate(0px, -56px);
    -ms-transform: translate(0px, -56px);
    transform: translate(0px, -56px);
  }

  .button.pledge1.cr.faq {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .button.hptrackmap.map {
    margin-left: 901px;
  }

  .span-bold-gradient-text {
    font-size: 95px;
  }

  .span-bold-gradient-text.header {
    font-size: 95px;
  }

  .span-bold-gradient-text.big-font {
    font-size: 72px;
  }

  .span-bold-gradient-text.non-small {
    font-size: 95px;
  }

  .span-bold-gradient-text.normal-size {
    font-size: 95px;
  }

  .span-bold-gradient-text.section-large-text {
    font-size: 90px;
  }

  .span-bold-gradient-text.section-large-text.grey {
    font-size: 96px;
  }

  .span-bold-gradient-text.section-large-text.darkside {
    font-size: 96px;
  }

  .span-bold-gradient-text.section-large-text.cc.darkside {
    margin-bottom: 20px;
  }

  .span-bold-gradient-text.insurance {
    font-size: 22px;
  }

  .span-bold-gradient-text.getjamm {
    font-size: 64px;
  }

  .span-bold-gradient-text.getjamm.trial {
    margin-top: 10px;
  }

  .features {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .features_wrapper {
    top: -182px;
    margin-bottom: -181px;
  }

  .feture-header-wrapper {
    height: 181px;
    padding-top: 42px;
    padding-bottom: 33px;
  }

  .feature-header {
    font-size: 24px;
  }

  .feature_icon {
    max-height: none;
  }

  .feature_icon.car-icon {
    max-height: none;
    margin-top: 16px;
  }

  .feature-content-wrapper {
    padding-top: 12%;
  }

  .feature-content-heading {
    font-size: 50px;
  }

  .feature-content-heading.lan1 {
    color: #dedce7;
  }

  .feature-paragraph-text {
    font-size: 22px;
    line-height: 50px;
  }

  .feature-paragraph-text.lan._1 {
    color: #dedce7;
  }

  .separator-camera {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .separator-text {
    font-size: 22px;
  }

  .separator-text.first-separator-on-homepage {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .camera-explainer {
    margin-right: auto;
    margin-left: auto;
  }

  .separator {
    width: 100%;
    height: 108px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .separator.separator-how-it-works {
    height: 148px;
    margin-top: 0px;
  }

  .separator.games {
    background-color: #0e0b24;
  }

  .photo-wrapper {
    background-image: none;
  }

  .photo-wrapper.homepage-02 {
    background-image: none;
  }

  .photo-wrapper.about-us-head {
    background-image: url('../images/About-US-Header-Photo.jpg');
    background-position: 0% 50%;
    background-size: cover;
  }

  .description-content-wrapper {
    padding-top: 4%;
    padding-bottom: 6%;
  }

  .description-content-wrapper.light-and-left.light-and-left-in-hero {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .description-header {
    font-size: 72px;
  }

  .description-header.description-header-negative.description-header-faq {
    font-size: 125px;
  }

  .description-header.step-header.lan._1 {
    color: #dedce7;
  }

  .description-header.white.games {
    max-width: 800px;
  }

  .descroption-sub-header.span-bold-gradient-text {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .descroption-sub-header.span-bold-gradient-text.without-link-in-section {
    margin-top: 0px;
  }

  .description-paragraph {
    font-size: 24px;
    line-height: 32px;
  }

  .description-paragraph.games {
    font-size: 24px;
  }

  .description-paragraph.ai {
    font-size: 24px;
  }

  .vertical-line {
    height: 41px;
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .description-number {
    font-size: 20px;
  }

  .dropdown-or-link {
    margin-top: 60px;
  }

  .link-text {
    font-size: 22px;
  }

  .dropdown-icon.right {
    max-width: 16px;
    margin-left: 16px;
  }

  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3steps {
    width: 100%;
    height: 768px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .three-steps-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-wrapper {
    height: 518px;
    max-width: 412px;
    padding-top: 88px;
  }

  .oval {
    width: 103px;
    height: 103px;
  }

  .get-jamm {
    width: 100%;
    max-height: 1000px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0px 0px;
  }

  .get-unstuck-wrapper {
    max-width: 750px;
  }

  .get-unstuck-header-bottom {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 95px;
    line-height: 95px;
  }

  .unstuck-paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  .get-unstuck-description-wrapper {
    margin-bottom: 40px;
  }

  .get-unstuck-header-top {
    margin-bottom: 27px;
  }

  .get-unstuck-header-top.span-bold-gradient-text.get-unstock-gradient {
    font-size: 37px;
    line-height: 40px;
  }

  .testimonials {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials-wrapper {
    margin-top: 115px;
    margin-bottom: 91px;
  }

  .testimonials-header {
    font-size: 36px;
  }

  .gradient-line {
    width: 108px;
  }

  .lines-wrapper {
    margin-top: 28px;
    margin-bottom: 77px;
  }

  .testimonial-portrait {
    width: 90px;
    height: 90px;
    margin-right: 32px;
  }

  .quote-symbol {
    max-height: none;
    margin-right: 101px;
  }

  .testimonial-text-header {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonials-paragraph.span-bold-gradient-text {
    font-size: 42px;
  }

  .faq {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 108px;
    padding-bottom: 88px;
  }

  .faq-header {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    font-size: 72px;
  }

  .faq-questions-wrapper {
    margin-bottom: 127px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .question-wrapper {
    padding: 40px 56px 56px;
  }

  .question-wrapper.in-faq {
    width: 100%;
    max-width: 643px;
    padding-bottom: 64px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .question-wrapper.in-faq.fifth-question {
    width: 100%;
  }

  .question-header {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .question-header.short-header.question-header-in-faq {
    margin-bottom: 10px;
  }

  .question-header.short-header.question-header-in-faq.short-question {
    margin-bottom: 10px;
  }

  .footer {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 92px;
    padding-bottom: 34px;
  }

  .footer-gray-header {
    font-size: 22px;
  }

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

  .footer-right-column-wrapper {
    max-height: 560px;
  }

  .footer-links-header {
    font-size: 26px;
    line-height: 36px;
  }

  .text-link {
    font-size: 22px;
  }

  .text-link.in-column {
    margin-bottom: 32px;
    font-size: 26px;
  }

  .text-link.bottom-row {
    font-size: 26px;
  }

  .footer-right-column-bottom-links-wrapper {
    max-width: 360px;
  }

  .copyright {
    font-size: 26px;
  }

  .bold-text {
    font-size: 22px;
  }

  .image-3 {
    max-height: none;
  }

  .image-4 {
    max-height: none;
  }

  .image-5 {
    max-height: none;
  }

  .image-6 {
    max-height: none;
  }

  .image-7 {
    max-height: none;
  }

  .nav-grid {
    grid-template-areas: "Area";
  }

  .nav-logo {
    max-height: none;
  }

  .sticky-nav-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-grid-2 {
    grid-column-gap: 287px;
  }

  .sticky-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    height: 110px;
    background-color: #12181f;
  }

  .nav-menu {
    width: 66%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-8 {
    max-height: none;
  }

  .menu-buttons-wrapper {
    max-width: 320px;
  }

  .grid-2 {
    grid-column-gap: 5vw;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }

  .menu-links-wrapper {
    max-width: none;
    margin-right: 10vw;
  }

  .sticked-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3;
    height: 110px;
  }

  .photo {
    display: block;
    max-height: 1100px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .getjamm-module-wrapper {
    top: -150px;
    background-color: #535b74;
  }

  .start-testing {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    font-size: 90px;
  }

  .start-testing-heading {
    font-size: 90px;
  }

  .hero-with-two-sections {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-left-column-wrapper {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .what-we-do {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .what-we-do-paragraph {
    width: 100%;
    max-width: 1380px;
    margin-top: 40px;
    font-size: 38px;
    line-height: 77px;
  }

  .text-span-what-we-do {
    font-size: 24px;
    font-weight: 700;
  }

  .menu-links-wrapper-2 {
    max-width: 800px;
    margin-right: 150px;
  }

  .text-link-2 {
    font-size: 22px;
  }

  .text-link-2.menu {
    white-space: nowrap;
  }

  .sticked-navbar-lp {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3;
    height: 110px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-2 {
    padding-left: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-getjammmob {
    width: 250px;
    height: 60px;
    font-size: 22px;
    white-space: nowrap;
  }

  .btn-getjammmob.menu-button {
    width: 140px;
    height: 45px;
  }

  .menu-buttons-wrapper-lp {
    max-width: 320px;
  }

  .map {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .map-wrapper {
    width: 100%;
    height: 800px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .inquiries-section {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .faq-questions {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .questions-grid {
    width: 100%;
    max-width: 1920px;
    padding-right: 16%;
    padding-left: 16%;
  }

  .what-we-do-heading {
    font-size: 60px;
  }

  .features-description {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .features-description-element {
    max-width: 625px;
  }

  .features-description-divider {
    width: 36vw;
  }

  .inquiries {
    display: none;
  }

  .inquiries-number {
    font-size: 20px;
  }

  .inquiries-paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .inquiries-header {
    font-size: 72px;
  }

  .inquiries-header.description-header-negative.description-header-faq {
    font-size: 125px;
  }

  .insurance-features-header {
    font-size: 50px;
  }

  .insurance-features-paragraph {
    font-size: 22px;
    line-height: 50px;
  }

  .insurance-features-content {
    height: 640px;
  }

  .faq-section-header {
    font-size: 72px;
  }

  .span-normal-gradient-text {
    font-size: 36px;
    line-height: 48px;
  }

  .description-header-2 {
    font-size: 72px;
  }

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

  .heading-2 {
    font-size: 24px;
  }

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

  .heading-3 {
    font-size: 28px;
  }

  .div-block-7 {
    margin-right: 0px;
    padding-right: 400px;
    padding-left: 400px;
  }

  .image-14 {
    width: 90px;
    height: 90px;
  }

  .herodisccam {
    width: 100%;
    max-width: 1920px;
    min-height: 980px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-header-app {
    max-width: 580px;
    font-size: 95px;
  }

  .hero-header-app.hero-header-dark-text {
    max-width: 670px;
    margin-top: 108px;
  }

  .features-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 145px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .insurance-features-section {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .insurance-partner {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .insurance-partner-logo-wrapper.dcla {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .image-17 {
    max-height: none;
  }

  .jamm-chat-bot {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-18 {
    max-height: none;
  }

  .camera-specs {
    width: 100%;
    max-width: 1920px;
  }

  .background-video-desktop {
    height: 900px;
    max-height: 1080px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .chatbotwrapper-copy {
    width: 100%;
    height: 768px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .getjamm-module-wrapper-copy {
    top: -150px;
  }

  ._3steps-lan {
    width: 100%;
    height: 768px;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .button-copy {
    width: 250px;
    height: 60px;
    font-size: 22px;
  }

  .button-copy.how-it-works-button {
    -webkit-transform: translate(0px, -56px);
    -ms-transform: translate(0px, -56px);
    transform: translate(0px, -56px);
  }

  .button-copy.menu-button {
    width: 140px;
    height: 45px;
  }

  .button-copy.how-it-works-button-copy {
    -webkit-transform: translate(0px, -56px);
    -ms-transform: translate(0px, -56px);
    transform: translate(0px, -56px);
  }

  .container-5 {
    max-width: 1920px;
  }

  .container-7 {
    margin-top: 50px;
  }

  .botwrap._2 {
    display: none;
  }

  .ecommconfirmgreen.big {
    font-size: 3em;
  }

  .ecommconfirmgreen.small.final {
    font-size: 2em;
  }

  .text-block-2.tab {
    font-size: 21px;
  }

  .text-block-3.tab {
    font-size: 21px;
  }

  .camera {
    max-width: 800px;
  }

  .garageinfo {
    font-size: 24px;
  }

  .dcl-herohead {
    background-position: 50% 12%;
  }

  .dcl-herohead.cc {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .lapowerhead {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    font-size: 90px;
  }

  .lapowerhead.dark {
    min-height: 600px;
  }

  .lapowerhead.darkblue {
    min-height: 600px;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricebucket {
    width: 555px;
  }

  .camera-minus {
    max-width: 800px;
  }

  .dashcammore {
    max-width: 50%;
  }

  .cctrackbg {
    width: 1200px;
  }

  .menuh2 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .homemap {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .sectionheaders.white {
    font-size: 96px;
    line-height: 96px;
  }

  .div-block-25 {
    width: 250px;
  }

  .cctrackbg-copy {
    width: 1200px;
  }

  .cctrackcam {
    width: 1200px;
    background-position: 50% 50%;
  }

  .cctrackleader {
    width: 1200px;
  }

  .leadermob {
    display: none;
  }

  .photowrapbg.homepage-02 {
    background-image: none;
  }

  .photowrapbg.about-us-head {
    background-image: url('../images/About-US-Header-Photo.jpg');
    background-position: 0% 50%;
    background-size: cover;
  }

  .gameswrapper {
    padding-top: 4%;
    padding-bottom: 6%;
  }

  .gameswrapper.light-and-left.light-and-left-in-hero {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .section-3 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-26 {
    width: 800px;
  }

  .section-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .getjammprices.cc {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-9 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-10.span-bold-gradient-text.trialsmall {
    font-size: 14px;
  }

  .photo-copy {
    display: block;
    max-height: 1100px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .radio-button-field {
    max-width: 600px;
    margin-bottom: 20px;
  }

  .contd-radio-txt {
    font-size: 22px;
    line-height: 26px;
  }

  .rankcentered {
    max-width: 800px;
  }

  .rewdesc {
    width: 196px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 39px;
  }

  .rewdesc.subhead {
    height: 100px;
  }

  .rewimg {
    height: 120px;
    max-height: 120px;
  }

  .rewvaluespan {
    border-radius: 9px;
  }

  .div-block-28 {
    height: 1080px;
    margin-top: -135px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rewmore {
    max-width: 50%;
  }

  .rewlink {
    font-size: 20px;
  }

  .rew.santahat {
    left: -183px;
    top: 20px;
  }

  .perkdesc {
    width: 196px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 39px;
  }

  .perkdesc.subhead {
    height: 100px;
  }

  .perkimg {
    height: 120px;
    max-height: 120px;
  }

  .btn-getjamm {
    width: 250px;
    height: 60px;
    font-size: 22px;
    white-space: nowrap;
  }

  .btn-getjamm.menu-button {
    width: 140px;
    height: 45px;
  }

  .priceboxtrialtxt {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% 50%;
  }

  .hero.hero-in-camera-page {
    background-position: 48% 50%;
  }

  .hero-header.hero-header-dark-text {
    margin-top: 25px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.how-it-works-button {
    margin-top: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button.menu-button.mobile-menu {
    width: 320px;
    height: 56px;
    font-size: 24px;
  }

  .button.menu-button.visible-on-desktop {
    display: none;
  }

  .button.menu-button.visible-on-mobile {
    display: block;
    width: 160px;
    height: 40px;
    margin-right: 60px;
  }

  .button.how-it-works-button-copy {
    margin-top: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button.drawermob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.pledge1 {
    display: block;
    padding-top: 15px;
    font-weight: 400;
  }

  .button.pledge1.cr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.pledge1.cr.faq {
    padding-top: 0px;
  }

  .span-bold-gradient-text.lp3 {
    font-size: 48px;
  }

  .span-bold-gradient-text.lp-cc {
    font-size: 48px;
    line-height: 110%;
  }

  .features_wrapper {
    margin-bottom: 0px;
    padding-top: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .feature {
    max-width: none;
  }

  .feture-header-wrapper {
    background-color: #12181f;
  }

  .feature-content-wrapper {
    height: 210px;
    max-height: 100%;
    padding-top: 7%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .separator-camera {
    height: 88px;
  }

  .photo-wrapper {
    width: 100%;
    height: 300px;
    background-image: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .photo-wrapper.unstuck {
    background-position: 50% 66%;
  }

  .description-content-wrapper {
    width: 100%;
  }

  .description-content-wrapper.dark.get-unstuck-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .description-overview-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .description-overview-wrapper.swapped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .description-overview-wrapper.description-overview-header-variant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .description-overview-wrapper.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .description-text-wrapper {
    width: 80%;
    margin-left: 6.41%;
  }

  .description-header.description-header-negative.description-header-faq {
    font-size: 68px;
  }

  .description-header.description-header-negative.la-dash2-header {
    font-size: 48px;
    font-weight: 400;
  }

  .description-paragraph {
    max-width: none;
    font-size: 16px;
    line-height: 32px;
  }

  .dropdown-or-link {
    margin-top: 20px;
  }

  .link-text {
    font-size: 16px;
  }

  ._3steps {
    height: auto;
    padding-bottom: 60px;
  }

  ._3steps.lan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  ._3steps.lan.cb {
    background-image: url('../images/Stuck-Composition.jpg');
    background-size: cover;
  }

  .three-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three-steps-wrapper.lan.cb {
    height: 90%;
    background-image: none;
    background-size: auto;
  }

  .step-wrapper.lan._1 {
    height: 500px;
  }

  .get-jamm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .get-unstuck-header-bottom.lan1.offer1 {
    line-height: 66px;
  }

  .testimonials {
    padding-right: 10%;
    padding-left: 10%;
  }

  .testimonials-wrapper {
    padding-right: 0px;
    padding-left: 0%;
  }

  .testimonials-content-left-column-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .quote-symbol {
    display: none;
  }

  .testimonial-text-header {
    -webkit-transform: translate3d(-12.5vw, 0px, 1px);
    transform: translate3d(-12.5vw, 0px, 1px);
  }

  .testimonials-paragraph.span-bold-gradient-text {
    width: 100%;
    max-width: none;
    -webkit-transform: translate3d(-12.5vw, 0px, 1px);
    transform: translate3d(-12.5vw, 0px, 1px);
  }

  .faq-wrapper {
    padding-right: 6.02%;
    padding-left: 6.02%;
  }

  .faq-questions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-wrapper.in-faq {
    width: 100%;
  }

  .question-header.short-header {
    margin-bottom: 40px;
  }

  .fotter-upper-row-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left-column-wrapper {
    width: 100%;
  }

  .footer-right-column-wrapper {
    width: 100%;
  }

  .left-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .right-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-link.mobile-menu {
    font-size: 24px;
  }

  .footer-right-column-upper-links-wrapper {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-right-column-bottom-links-wrapper {
    width: 50%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .copyright {
    font-size: 14px;
  }

  .sticky-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
  }

  .nav-menu {
    width: 100%;
    height: 61vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #12181f;
  }

  .navbar-content-wrapperlp {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbarlp {
    margin-right: 0%;
    margin-left: 0%;
  }

  .menu-button.w--open {
    background-color: #12181f;
  }

  .link-block {
    margin-right: 0vw;
  }

  .icon-log-in {
    height: 32px;
  }

  .menu-buttons-wrapper {
    height: 18vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-links-wrapper {
    height: 24vw;
    max-width: none;
    margin-top: 4vw;
    margin-right: 0px;
    margin-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .photo.lan1 {
    -o-object-position: 50% 79%;
    object-position: 50% 79%;
  }

  .getjamm-module-wrapper {
    max-width: 90vw;
  }

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

  .start-testing-heading {
    text-align: center;
  }

  .start-testing-heading.lan2.white {
    max-width: 90%;
  }

  .hero-right-colum-wrapper {
    width: 100%;
    max-height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-left-column-wrapper {
    width: 100%;
  }

  .image-10 {
    width: 100%;
    height: 310px;
  }

  .hero-with-two-sections-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu-links-wrapper-2 {
    max-width: none;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-link-2.menu {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .text-link-2.menu.app-link {
    margin-left: 0px;
  }

  .nav-menu-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
    width: 100%;
    height: 100vh;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #12181f;
  }

  .menu-button-2 {
    z-index: 999;
  }

  .menu-button-2.w--open {
    background-color: #12181f;
  }

  .btn-getjammmob.menu-button.visible-on-desktop {
    display: none;
  }

  .btn-getjammmob.menu-button.visible-on-mobile {
    display: block;
    width: auto;
    margin-top: 0px;
  }

  .btn-getjammmob.menu-button.visible-on-mobile.w--current {
    margin-right: 0px;
  }

  .menu-buttons-wrapper-lp {
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .map-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 58% 29%;
    background-size: auto;
  }

  .contact-cases-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: column;
  }

  .questions-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-description-paragraph {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .description-text-wrapper-copy {
    width: 80%;
    margin-left: 6.41%;
  }

  .inquiries-paragraph {
    max-width: none;
  }

  .insurance-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .insurance-features-content {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .description-text-wrapper-2 {
    margin-left: 6.41%;
  }

  .herodisccam {
    background-position: 58% 50%;
    background-size: cover;
  }

  .herodisccam._2 {
    background-position: 59% 0vh;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .hero-header-app {
    max-width: 420px;
  }

  .image-18 {
    z-index: 6;
    max-height: none;
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
  }

  .camera-specs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .camera-specs-column {
    width: 100%;
  }

  .background-video-mobile {
    display: none;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    max-width: 1080px;
  }

  .chatbotwrapper-copy {
    height: auto;
    padding-bottom: 60px;
  }

  .chatbotwrapper-copy.lan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .chatbotwrapper-copy.lan.cb {
    background-image: url('../images/Stuck-Composition.jpg');
    background-size: cover;
  }

  .getjamm-module-wrapper-copy {
    max-width: 90vw;
  }

  ._3steps-lan {
    height: auto;
    padding-bottom: 60px;
  }

  ._3steps-lan.lan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  ._3steps-lan.lan.cb {
    background-image: url('../images/Stuck-Composition.jpg');
    background-size: cover;
  }

  .button-copy.how-it-works-button {
    margin-top: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-copy.menu-button.mobile-menu {
    width: 320px;
    height: 56px;
    font-size: 24px;
  }

  .button-copy.menu-button.visible-on-desktop {
    display: none;
  }

  .button-copy.menu-button.visible-on-mobile {
    display: block;
    width: 160px;
    height: 40px;
    margin-right: 60px;
  }

  .button-copy.how-it-works-button-copy {
    margin-top: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .botwrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 30px;
    text-align: right;
  }

  .drawerlogobar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .drawerlogo-ntuc {
    padding-right: 15px;
    padding-left: 15px;
  }

  .drawerlogo-etiqa {
    padding-right: 15px;
    padding-left: 15px;
  }

  .drawerlogo-gia {
    padding-right: 15px;
    padding-left: 15px;
  }

  .featured-content {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-image-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .featured-details {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 29, 41, 0.8);
  }

  .collection-list {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .post-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-body {
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .camera {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 32px;
  }

  .lp-heading {
    background-position: 92% 50%;
  }

  .ratingblock {
    min-width: 274px;
    text-align: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .benefitgrid {
    width: 85%;
  }

  .heading-6.dcla.dark.hp {
    margin-right: 25px;
    margin-left: 25px;
  }

  .heading-6.dcla.dark._1712 {
    max-width: 90%;
  }

  .lapowerhead.price {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .grid-3 {
    width: 550px;
  }

  .camera-minus {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dashcammore {
    max-width: 80%;
  }

  .cctrackbg {
    background-position: 50% 50%;
  }

  ._3featurecontentwrapper {
    max-height: 100%;
    min-height: 155px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homemap {
    margin-top: 0px;
  }

  .div-block-25 {
    margin-top: 460px;
    margin-right: 60px;
  }

  .cctrackbg-copy {
    background-position: 50% 50%;
  }

  .cctrackcam {
    height: 500px;
    background-position: 50% 39%;
    background-size: cover;
  }

  .cctrackleader {
    background-position: 50% 50%;
  }

  .leadermob {
    display: none;
  }

  .button-on-map {
    margin-top: 358px;
    margin-right: 75px;
    margin-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .photowrapbg {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .photowrapbg.unstuck {
    background-position: 50% 66%;
  }

  .gameswrapper {
    width: 100%;
  }

  .gameswrapper.dark.get-unstuck-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gameswrapper.dark.perk {
    width: 100%;
    padding-bottom: 0px;
  }

  .gameswrappertext {
    width: 80%;
    margin-left: 6.41%;
  }

  .section-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rewardimg {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .soon-blue {
    font-size: 13px;
    font-weight: 700;
  }

  .soon-orange {
    font-size: 13px;
    font-weight: 700;
  }

  .div-block-26 {
    margin-left: 6.41%;
  }

  .text-block-6 {
    color: #c2b5ff;
  }

  .photo-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .photo-copy.lan1 {
    -o-object-position: 50% 79%;
    object-position: 50% 79%;
  }

  .section-5 {
    margin-right: 15%;
    margin-left: 15%;
  }

  .rankcentered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rew {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rewmore {
    max-width: 80%;
  }

  .santahatblock {
    margin-top: -30px;
  }

  .perk1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .btn-getjamm.menu-button.visible-on-desktop {
    display: none;
  }

  .btn-getjamm.menu-button.visible-on-mobile {
    display: block;
    width: auto;
    margin-top: 0px;
  }

  .btn-getjamm.menu-button.visible-on-mobile.w--current {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 0px;
    background-position: 60% 60%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero.hero-in-camera-page {
    background-position: 54% 50%;
  }

  .hero-wrapper {
    margin-top: 190px;
    margin-bottom: 100px;
  }

  .hero-header {
    max-width: 80%;
    margin-top: 0px;
    font-size: 56px;
    line-height: 110%;
  }

  .hero-header.hero-header-dark-text {
    line-height: 115%;
  }

  .hero-header.hero-header-dark-text.lan1 {
    font-size: 46px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    height: 56px;
    font-size: 18px;
  }

  .button.how-it-works-button {
    width: 50%;
  }

  .button.menu-button.visible-on-mobile {
    width: auto;
    height: 30px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.how-it-works-button-copy {
    width: 50%;
  }

  .button.pledge1.cr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.hptrackmap {
    width: 150px;
  }

  .button.hptrackmap.map {
    width: 180px;
    height: 45px;
  }

  .span-bold-gradient-text.header {
    font-size: 56px;
    line-height: 54px;
  }

  .span-bold-gradient-text.normal-size {
    font-size: 56px;
  }

  .span-bold-gradient-text.section-large-text.gamechngr {
    font-size: 64px;
  }

  .span-bold-gradient-text.lp3 {
    font-size: 36px;
  }

  .span-bold-gradient-text.lp-cc {
    font-size: 36px;
  }

  .features_wrapper {
    top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .feature {
    max-width: none;
  }

  .feture-header-wrapper {
    background-color: #12181f;
  }

  .feature-content-wrapper {
    padding-top: 10%;
  }

  .feature-paragraph-text {
    font-size: 16px;
    line-height: 28px;
  }

  ._1920-wrapper {
    opacity: 1;
  }

  .separator-camera {
    height: 88px;
  }

  .separator-text {
    font-size: 14px;
  }

  .separator-text.dark {
    font-size: 28px;
  }

  .photo-wrapper {
    height: 300px;
  }

  .photo-wrapper.homepage-02 {
    background-image: none;
  }

  .description-content-wrapper {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .description-content-wrapper.dark.get-unstuck-content-wrapper {
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 6%;
  }

  .description-content-wrapper.light-and-left.light-and-left-in-hero {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .description-header.description-header-negative.description-header-faq {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 60px;
    text-align: center;
  }

  .description-header.description-header-negative.description-header-faq.secondline {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 32px;
  }

  .description-header.description-header-negative.la-dash2-header {
    font-size: 36px;
  }

  .description-header.app-first-section-header {
    width: auto;
  }

  .description-paragraph {
    font-size: 16px;
    line-height: 32px;
  }

  .description-paragraph.app-first-section-paragraph {
    width: auto;
  }

  .description-paragraph.ai {
    font-size: 18px;
  }

  .vertical-line {
    display: none;
  }

  .description-number {
    display: none;
  }

  .link-text.description-link-text.lan1.span-bold-gradient-text {
    background-image: none;
    color: #12181f;
  }

  .three-steps-wrapper.lan.cb {
    height: 80vh;
    max-height: 80vh;
    min-height: 80vh;
  }

  .get-unstuck-wrapper {
    margin-left: 0%;
  }

  .get-unstuck-header-bottom {
    margin-top: 32px;
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 69px;
  }

  .get-unstuck-header-bottom.lan1.offer1 {
    font-size: 56px;
  }

  .testimonials-wrapper {
    padding-right: 6%;
    padding-left: 6%;
  }

  .testimonials-header-wrapper {
    -webkit-transform: translate(-16px, 0px);
    -ms-transform: translate(-16px, 0px);
    transform: translate(-16px, 0px);
  }

  .testimonial-portrait {
    width: 56px;
    height: 56px;
    margin-right: 0px;
    -webkit-transform: translate(-11px, 0px);
    -ms-transform: translate(-11px, 0px);
    transform: translate(-11px, 0px);
  }

  .testimonial-text-header.bottom {
    margin-left: 24px;
  }

  .testimonials-paragraph.span-bold-gradient-text {
    width: 120%;
    -webkit-transform: translate3d(-68px, 0px, 1px);
    transform: translate3d(-68px, 0px, 1px);
    font-size: 24px;
    line-height: 46px;
  }

  .faq-heading {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .faq-header {
    font-size: 48px;
  }

  .question-wrapper.in-faq {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }

  .question-wrapper.in-faq.fifth-question {
    width: 92%;
  }

  .jamm-logo {
    max-width: 100px;
  }

  .jamm-app-download-wrapper {
    max-width: 300px;
  }

  .app-download-header-wrapper {
    margin-top: 24px;
  }

  .footer-gray-header {
    margin-top: 75px;
    margin-bottom: 24px;
  }

  .app-store-logo {
    max-width: 80%;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-media-link {
    margin-right: 16px;
  }

  .twitter-link {
    margin-right: 16px;
  }

  .footer-right-column-wrapper {
    max-height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
  }

  .right-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .footer-right-column-upper-links-wrapper {
    display: block;
  }

  .footer-right-column-bottom-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .copyright {
    margin-top: 50px;
  }

  .image-3 {
    height: 32px;
    max-height: none;
  }

  .image-4 {
    height: 28px;
    max-height: none;
  }

  .image-5 {
    height: 40px;
    max-height: none;
  }

  .image-6 {
    height: 40px;
    max-height: none;
  }

  .image-7 {
    max-height: none;
  }

  .sticky-nav {
    position: relative;
  }

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

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .sticky-nav-3 {
    position: relative;
  }

  .nav-grid-3 {
    text-align: center;
  }

  .menu-button {
    background-color: transparent;
  }

  .getjamm-module-wrapper {
    top: -100px;
    max-width: 95vw;
  }

  .getjamm-module-wrapper.lan1 {
    top: 0px;
  }

  .start-testing-heading.lan2 {
    font-size: 48px;
    line-height: 58px;
  }

  .start-testing-heading.lan2.white {
    max-height: 330px;
    max-width: 90%;
    min-height: 150px;
  }

  .start-testing-heading.lan2.white.thatsrewarding {
    max-width: 90%;
  }

  .start-testing-heading.lan2.white.static.join {
    min-height: 98px;
  }

  .what-we-do-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .what-we-do-paragraph {
    width: 85%;
    font-size: 18px;
    line-height: 41px;
  }

  .text-span-what-we-do {
    font-size: 16px;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .btn-getjammmob {
    width: 100%;
    height: 64px;
    font-size: 24px;
  }

  .btn-getjammmob.menu-button.visible-on-mobile {
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .btn-getjammmob.menu-button.visible-on-mobile.w--current {
    margin-right: 0px;
  }

  .btn-getjammmob.dclp {
    width: 215px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 19px;
  }

  .btn-getjammmob.bigpricer.trial {
    margin-left: 15px;
  }

  .btn-getjammmob.bigpricer.newget.trial.pricing {
    margin-left: 0px;
  }

  .image-11 {
    max-width: 100%;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 56% 30%;
    object-position: 56% 30%;
  }

  .map-wrapper {
    height: 400px;
    background-position: 56% 29%;
    background-size: 2320px;
    background-repeat: no-repeat;
  }

  .contact-cases-wrapper {
    padding-right: 6%;
    padding-left: 6%;
  }

  .questions-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-description {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .features-description-element {
    margin-bottom: 60px;
  }

  .features-description-divider {
    width: 100%;
  }

  .features-description-paragraph {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .inquiries {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inquiries-element {
    padding-bottom: 40px;
  }

  .inquiries-number {
    display: none;
  }

  .inquiries-paragraph {
    font-size: 16px;
    line-height: 32px;
  }

  .insurance-features-paragraph {
    font-size: 16px;
  }

  .insurance-features-content {
    height: 320px;
  }

  .faq-section-header {
    font-size: 48px;
  }

  .herodisccam {
    min-height: 0px;
    background-position: 60% -53%;
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .herodisccam._2 {
    background-position: 52% 38%;
    background-size: cover;
  }

  .hero-header-app {
    max-width: 80%;
    margin-top: 0px;
    font-size: 56px;
    line-height: 125%;
  }

  .insurance-partner-logo-wrapper {
    padding-top: 0px;
    padding-bottom: 71px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .insurance-partner-logo-wrapper.dcla {
    width: 90%;
  }

  .image-17 {
    max-height: 45px;
    padding-top: 19px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-19 {
    max-width: 80%;
  }

  .feature-two-columns {
    width: 80%;
  }

  .getjamm-module-wrapper-copy {
    top: -150px;
    max-width: 95vw;
    background-color: #12181f;
  }

  .getjamm-module-wrapper-copy.lan1 {
    top: 0px;
  }

  .button-copy {
    width: 55%;
    height: 56px;
    font-size: 18px;
  }

  .button-copy.how-it-works-button {
    width: 50%;
  }

  .button-copy.menu-button.visible-on-mobile {
    width: auto;
    height: 30px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .button-copy.how-it-works-button-copy {
    width: 50%;
  }

  .botwrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .web-payments {
    bottom: 263px;
  }

  .buy-now-button {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
  }

  .featured-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .featured-details {
    padding: 40px;
  }

  .featured-title {
    font-size: 32px;
    line-height: 40px;
  }

  .collection-list {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-title {
    font-size: 40px;
    line-height: 48px;
  }

  .text-block-4 {
    font-size: 11px;
    text-align: center;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .carrierlogo {
    margin-top: 15px;
  }

  .jgradientline.l4.join {
    margin-bottom: -50px;
  }

  .horizonh.subtext {
    font-size: 22px;
    line-height: 30px;
  }

  .horizonh.subtext.xs {
    width: 90%;
  }

  .camera._2 {
    max-width: 85%;
  }

  .h-pledge1 {
    font-size: 68px;
    line-height: 70px;
    text-align: center;
  }

  .h-pledge1.span-bold-gradient-text.price {
    line-height: 83px;
  }

  .h-pledge1.xl {
    font-size: 88px;
    line-height: 88px;
  }

  .h4-pledge1.span-bold-gradient-text.gia.lafaq {
    margin-top: 10px;
  }

  .perks {
    max-width: 250px;
  }

  .text-span-5 {
    margin-bottom: -35px;
    font-size: 20px;
  }

  .div-block-17 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    max-width: 80%;
    font-size: 20px;
    line-height: 28px;
  }

  .lp-heading {
    height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/dclabg_m.jpg');
    background-position: 50% 0%;
  }

  .ratingtxt {
    font-size: 12px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .benefitgrid {
    width: 90%;
  }

  .benefitbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gridp {
    padding-left: 25px;
    text-align: left;
  }

  .gridhead {
    padding-left: 25px;
  }

  .div-block-19 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-29 {
    width: 80px;
    height: auto;
  }

  .image-30 {
    width: 80px;
    height: auto;
  }

  .image-31 {
    width: 80px;
    height: auto;
  }

  .image-32 {
    width: 80px;
    height: auto;
  }

  .image-33 {
    width: 80px;
    height: auto;
  }

  .heading-6.dcla {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-6.dcla.dark {
    max-width: 80%;
  }

  .heading-6.dcla.price {
    max-width: 90%;
  }

  .lapowerhead.price {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-20 {
    width: 100vw;
  }

  .pricebucket {
    padding-left: 0px;
  }

  .grid-3 {
    width: 450px;
  }

  .blackbadge {
    position: relative;
    left: 40px;
    top: -85px;
    width: 45px;
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-22 {
    width: 80px;
    min-width: 80px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .accordion-item-content.perks {
    max-width: 100%;
  }

  .image-35 {
    right: 10px;
  }

  .dashcammore {
    max-width: 90%;
  }

  .cctrackbg {
    height: 500px;
    background-size: cover;
  }

  ._3features {
    opacity: 1;
  }

  .homemap {
    padding-top: 35px;
  }

  .div-block-25 {
    margin-top: 339px;
    margin-right: 20px;
  }

  .cctrackbg-copy {
    height: 500px;
    background-size: 960px;
  }

  .cctrackcam {
    width: 116%;
    height: 350px;
    background-size: auto 600px;
  }

  .cctrackleader {
    height: 500px;
    background-size: cover;
  }

  .leadermob {
    display: block;
  }

  .image-37 {
    display: none;
  }

  .cchomeperks {
    width: 100%;
  }

  .button-on-map {
    margin-top: 250px;
    margin-right: 75px;
    margin-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .photowrapbg {
    height: 300px;
  }

  .photowrapbg.homepage-02 {
    background-image: none;
  }

  .gameswrapper {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .gameswrapper.dark.get-unstuck-content-wrapper {
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 6%;
  }

  .gameswrapper.dark.perk {
    width: 100%;
  }

  .gameswrapper.light-and-left.light-and-left-in-hero {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section-3.perklist {
    padding-bottom: 0px;
  }

  .rewardimg.special {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-38 {
    height: 40px;
  }

  .getjammhero {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .pricecontainer {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricingoption {
    width: 75%;
    margin-bottom: 20px;
  }

  .pricingoptiontrial {
    width: 75%;
    margin-bottom: 20px;
  }

  .rewardswaitingblock {
    min-height: 260px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .text-span-22 {
    border: 2px solid #000;
    border-radius: 0px;
  }

  .div-block-28 {
    background-image: url('../images/1712-s.jpg');
    background-position: 100% 0%;
  }

  .rewmore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .santahatblock {
    margin-top: -30px;
  }

  .perksblock {
    min-height: 260px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .btn-getjamm {
    width: 100%;
    height: 64px;
    font-size: 24px;
  }

  .btn-getjamm.menu-button.visible-on-mobile {
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .btn-getjamm.menu-button.visible-on-mobile.w--current {
    margin-right: 0px;
  }

  .btn-getjamm.dclp {
    width: 215px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 19px;
  }

  .btn-getjamm.bigpricer.trial {
    margin-left: 15px;
  }

  .btn-getjamm.bigpricer.newget.trial.pricing {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  p {
    color: #fff;
    font-size: 36px;
  }

  .hero {
    background-position: 58% 50%;
  }

  .hero.hero-in-camera-page {
    background-position: 60% 50%;
  }

  .hero-wrapper {
    margin-top: 160px;
    margin-bottom: 90px;
  }

  .hero-header {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 120%;
  }

  .hero-header.hero-header-dark-text {
    font-size: 40px;
    line-height: 110%;
  }

  .hero-header.hero-header-dark-text.lan1 {
    font-size: 34px;
  }

  .hero-header.hero-header-dark-text.lan3 {
    font-size: 54px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
  }

  .button.menu-button.visible-on-mobile {
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
  }

  .button.pledge1 {
    display: block;
    text-align: center;
  }

  .button.pledge1.cr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.hptrackmap.games {
    width: 200px;
  }

  .span-bold-gradient-text.header {
    font-size: 48px;
  }

  .span-bold-gradient-text.normal-size {
    font-size: 40px;
  }

  .span-bold-gradient-text.section-large-text {
    font-size: 46px;
  }

  .span-bold-gradient-text.section-large-text.grey {
    font-size: 63px;
  }

  .span-bold-gradient-text.section-large-text.grey.cc {
    font-size: 63px;
  }

  .span-bold-gradient-text.section-large-text.darkside {
    overflow: auto;
    direction: rtl;
    font-size: 64px;
  }

  .span-bold-gradient-text.section-large-text.get {
    font-size: 52px;
    line-height: 53px;
  }

  .span-bold-gradient-text.section-large-text.gamechngr {
    font-size: 39px;
  }

  .span-bold-gradient-text.section-large-text.cc {
    display: block;
    font-size: 56px;
    line-height: 66px;
  }

  .span-bold-gradient-text.section-large-text.cc.darkside {
    direction: ltr;
  }

  .span-bold-gradient-text.section-large-text.cc.community {
    font-size: 48px;
  }

  .span-bold-gradient-text.lp3 {
    font-size: 32px;
    line-height: 41px;
  }

  .span-bold-gradient-text.lp-cc {
    background-image: linear-gradient(56deg, #495ee0, #cb53f5);
    font-size: 32px;
    line-height: 110%;
  }

  .feature-content-wrapper {
    height: 280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-paragraph-text {
    color: #12181f;
  }

  .separator-camera {
    padding-right: 8%;
    padding-left: 8%;
  }

  .separator-text {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .separator-text.dark {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .separator {
    padding-right: 8%;
    padding-left: 8%;
  }

  .photo-wrapper {
    height: 200px;
  }

  .description-text-wrapper {
    width: 93%;
  }

  .description-header {
    width: 100%;
    max-width: none;
    line-height: 120%;
  }

  .description-header.description-header-negative.description-header-faq {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 44px;
  }

  .description-header.description-header-negative.description-header-faq.secondline {
    font-size: 24px;
  }

  .description-header.description-header-negative.la-dash2-header {
    max-width: 80%;
    margin-top: 54px;
    margin-bottom: 0px;
    font-size: 32px;
  }

  .description-header.white.games {
    margin-bottom: 30px;
  }

  .description-header.app-first-section-header {
    width: 100%;
  }

  .descroption-sub-header.span-bold-gradient-text.without-link-in-section {
    display: block;
  }

  .description-paragraph {
    line-height: 28px;
  }

  .description-paragraph.games.reward {
    margin-bottom: 0px;
    padding: 15px;
  }

  ._3steps.lan.cb {
    position: relative;
    height: 400px;
  }

  .three-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three-steps-wrapper.lan._1 {
    background-image: url('../images/Light-New.png');
    background-size: cover;
  }

  .three-steps-wrapper.lan.cb {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-wrapper {
    height: 310px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .oval {
    min-height: 80px;
    min-width: 80px;
  }

  .get-unstuck-header-bottom {
    font-size: 40px;
    line-height: 48px;
  }

  .get-unstuck-header-bottom.lan1.offer1 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 48px;
  }

  .get-unstuck-header-top.span-bold-gradient-text.get-unstock-gradient {
    font-size: 18px;
    line-height: 24px;
  }

  .get-unstuck-header-top.span-bold-gradient-text.get-unstock-gradient.lan1.offer1 {
    font-size: 22px;
  }

  .testimonials {
    padding-right: 0%;
    padding-left: 0%;
  }

  .testimonials-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 0%;
    padding-left: 8%;
  }

  .testimonials-header-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonials-header {
    font-size: 24px;
  }

  .gradient-line {
    width: 61px;
  }

  .lines-wrapper {
    margin-bottom: 40px;
  }

  .testimonials-content-right-column-wrapper {
    -webkit-transform: translate3d(-40px, 0px, 1px);
    transform: translate3d(-40px, 0px, 1px);
  }

  .testimonial-portrait {
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .testimonial-text-header {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 18px;
  }

  .testimonial-text-header.bottom {
    -webkit-transform: translate(36px, -5px);
    -ms-transform: translate(36px, -5px);
    transform: translate(36px, -5px);
  }

  .testimonials-paragraph.span-bold-gradient-text {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 18px;
    line-height: 38px;
  }

  .faq-heading {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .faq-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .question-header {
    font-size: 22px;
  }

  .question-header.short-header.question-header-in-faq.short-question {
    font-weight: 700;
  }

  .footer {
    padding-right: 6%;
    padding-left: 6%;
    background-size: cover;
  }

  .jamm-app-download-wrapper {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-download-header-wrapper {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .app-download-shop-links {
    width: auto;
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-download-shop-links.in-start-testing {
    margin-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-media-link {
    margin-right: 16px;
  }

  .twitter-link {
    margin-right: 16px;
  }

  .footer-right-column-wrapper {
    margin-top: 50px;
  }

  .footer-right-column-upper-links-wrapper {
    margin-top: 0px;
  }

  .footer-right-column-bottom-links-wrapper {
    min-height: 70px;
    margin-top: 110px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .sticky-nav-2 {
    padding: 0px;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .sticky-nav-3 {
    padding: 0px;
  }

  .nav-grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .getjamm-module-wrapper.lan1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 350px;
    max-width: 95vw;
    min-height: 350px;
    min-width: 95vw;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
  }

  .start-testing {
    padding: 40px 20px;
  }

  .start-testing-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .start-testing-heading.lan2 {
    max-width: 75%;
    font-size: 34px;
    line-height: 45px;
    white-space: normal;
  }

  .start-testing-heading.lan2.white {
    max-height: 264px;
    max-width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #f6f8fb;
    font-size: 56px;
    line-height: 64px;
  }

  .start-testing-heading.lan2.white._1712 {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .start-testing-heading.lan2.white.thatsrewarding {
    display: block;
    max-height: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
  }

  .start-testing-heading.lan2.white.static {
    display: block;
    max-height: 323px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .start-testing-heading.lan2.white.static.join {
    max-height: 32px;
    min-height: 135px;
  }

  .start-testing-heading.lan2.white.static.aiclub {
    max-height: 196px;
  }

  .start-testing-heading.lan2.white.lpfaq {
    max-height: 0px;
    min-height: 68px;
    margin-bottom: 0px;
  }

  .start-testing-heading.lan2.price {
    font-size: 44px;
    line-height: 56px;
  }

  .div-block {
    grid-auto-flow: row;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .what-we-do-paragraph {
    color: #12181f;
  }

  .text-link-2.menu {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .menu-button-2 {
    padding-right: 0px;
  }

  .btn-getjammmob {
    height: 64px;
  }

  .btn-getjammmob.menu-button.visible-on-mobile {
    height: 30px;
    margin-right: -10px;
    font-size: 14px;
  }

  .btn-getjammmob.dclp._2 {
    margin-top: 40px;
  }

  .btn-getjammmob.bigpricer {
    height: 90px;
    font-size: 20px;
  }

  .btn-getjammmob.bigpricer.trial {
    height: 105px;
    margin-left: 0px;
    line-height: 25px;
  }

  .btn-getjammmob.bigpricer.newget.trial.pricing {
    height: 65px;
  }

  .menu-buttons-wrapper-lp {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .image-11 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .map-wrapper {
    height: 320px;
    background-position: 56% 30%;
    background-size: 1690px;
  }

  .contact-cases-wrapper {
    padding-right: 4.46%;
    padding-left: 4.46%;
  }

  .what-we-do-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .features-description {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .features-description-paragraph {
    font-size: 17px;
    line-height: 22px;
  }

  .inquiries {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .description-text-wrapper-copy {
    width: 93%;
  }

  .inquiries-element {
    padding-bottom: 40px;
  }

  .inquiries-paragraph {
    font-size: 14px;
    line-height: 28px;
  }

  .inquiries-header {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 120%;
  }

  .insurance-features-paragraph {
    color: #12181f;
  }

  .insurance-features-content {
    height: 400px;
    padding-top: 24px;
  }

  .faq-section-header {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 30px;
  }

  .description-header-2 {
    font-size: 48px;
  }

  .herodisccam {
    background-position: 57% -30%;
  }

  .herodisccam._2 {
    max-height: 600px;
    background-position: 52% 0vh;
  }

  .herodisccam.lan._1 {
    background-position: 56% 50%;
    background-size: cover;
  }

  .hero-header-app {
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 120%;
  }

  .hero-header-app.hero-header-dark-text {
    font-size: 40px;
    line-height: 110%;
  }

  .hero-header-app.lan1 {
    font-size: 30px;
  }

  .insurance-partner-logo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .insurance-partner-logo-wrapper.dcla {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-17 {
    max-height: 50px;
  }

  .feature-two-columns {
    width: 100%;
  }

  .background-video-desktop {
    display: none;
  }

  .background-video-mobile {
    display: block;
    height: 100vw;
  }

  .section {
    background-color: #6e4d4d;
  }

  .container-3 {
    padding-right: 50px;
    padding-left: 50px;
    background-color: #cfc1c1;
  }

  .getjamm-module-wrapper-copy.lan1 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 1px;
  }

  ._3steps-lan.lan.cb {
    position: relative;
    height: 400px;
  }

  .button-copy {
    width: 70%;
    height: 48px;
    white-space: nowrap;
  }

  .button-copy.menu-button.visible-on-mobile {
    height: 30px;
    margin-right: 10px;
    font-size: 14px;
  }

  .button-copy.how-it-works-button-copy {
    min-width: 150px;
  }

  .image-20 {
    max-height: 5vh;
    max-width: 62%;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 85vw;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-21 {
    max-height: 5vh;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-22 {
    max-height: 3vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-7 {
    margin-top: 40px;
  }

  .botwrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .botwrap._2 {
    display: none;
  }

  .drawer {
    position: relative;
  }

  .heading-4 {
    padding-right: 25px;
    text-align: right;
  }

  .web-payments {
    z-index: 2;
  }

  .ecommconfirmgreen {
    position: relative;
    font-size: 24px;
    line-height: 29px;
  }

  .ecommconfirmgreen.small {
    font-size: 17px;
    line-height: 22px;
  }

  .ecommconfirmgreen.small.final {
    text-align: left;
  }

  .tabs-content {
    height: 1000px;
  }

  .carrierlogo {
    margin-bottom: 0px;
  }

  .jgradientline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#485de0), to(#c234f3));
    background-image: linear-gradient(180deg, #485de0, #c234f3);
  }

  .jgradientline.l4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jgradientline.l4.cc1 {
    margin-bottom: -25px;
  }

  .jgradientline.l4.join {
    margin-bottom: -70px;
  }

  .jgradientline.l5 {
    height: 100px;
  }

  .div-block-16 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .horizonh {
    line-height: 42px;
  }

  .horizonh.subtext {
    line-height: 36px;
  }

  .horizonh.subtext.xs {
    width: 90%;
  }

  .camera._2 {
    max-width: 95%;
  }

  .h-pledge1.span-bold-gradient-text.starter {
    margin-top: 10px;
  }

  .h-pledge1.span-bold-gradient-text.starter.xs {
    margin-top: 8px;
    font-size: 24px;
  }

  .img-badge {
    margin-bottom: 20px;
  }

  .h4-pledge1 {
    font-size: 12px;
  }

  .h4-pledge1.span-bold-gradient-text {
    font-size: 24px;
    line-height: 31px;
  }

  .h4-pledge1.span-bold-gradient-text.gia.lafaq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .perks {
    max-width: 200px;
  }

  .text-span-5 {
    margin-bottom: -45px;
  }

  .text-span-7 {
    font-size: 13px;
  }

  .text-span-8 {
    font-weight: 300;
  }

  .dalogo {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .garageinfo {
    color: #12181f;
    font-size: 14px;
  }

  .image-27 {
    max-width: 80%;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .lp-heading {
    height: 550px;
    background-image: url('../images/dclabg_m.jpg');
    background-size: cover;
  }

  .lpfeaturetext {
    color: #12181f;
    font-size: 14px;
  }

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

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gridtext {
    color: #12181f;
    font-size: 18px;
  }

  .benefitgrid {
    width: 90%;
    grid-row-gap: 28px;
    -ms-grid-rows: minmax(auto, 1.5fr) auto;
    grid-template-rows: minmax(auto, 1.5fr) auto;
  }

  .benefitbox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gridp {
    padding-left: 15px;
    font-size: 18px;
  }

  .gridp-bold {
    font-size: 27px;
  }

  .gridhead {
    padding-left: 13px;
    font-size: 26px;
  }

  .div-block-19 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .image-29 {
    width: 65px;
  }

  .image-30 {
    width: 65px;
  }

  .image-31 {
    width: 65px;
  }

  .image-32 {
    width: 65px;
  }

  .image-33 {
    width: 65px;
  }

  .heading-6.dcla {
    margin-bottom: 0px;
  }

  .heading-6.dcla.dark {
    margin-bottom: 20px;
  }

  .heading-6.dcla.dark.hp {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 20px;
  }

  .heading-6.dcla.dark._1712 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-6.dcla.price {
    max-width: 90%;
    margin-bottom: 35px;
  }

  .lapowerhead {
    padding: 40px 20px;
  }

  .lapowerhead.dark {
    background-color: #12181f;
  }

  .lapowerhead.dark.cc {
    padding-bottom: 0px;
  }

  .lapowerhead.darkblue {
    background-color: #12181f;
  }

  .lapowerhead.darkblue.cc {
    padding-bottom: 0px;
  }

  .video {
    margin-top: 25px;
  }

  .pricebucket {
    width: 90%;
    height: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-3 {
    width: 95%;
    -ms-grid-rows: 0.25fr 0.25fr 0.25fr;
    grid-template-rows: 0.25fr 0.25fr 0.25fr;
  }

  .blackbadge {
    left: 10px;
    top: -5px;
  }

  .div-block-22 {
    width: 65px;
    min-width: 65px;
  }

  .faq-item {
    padding: 20px 20px 1px;
  }

  .faq-item.gms {
    max-width: 100%;
  }

  .lafaq-wrapper.slim {
    max-width: 90%;
  }

  .icon.accordion-icon {
    line-height: 25px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item-content.perks {
    max-width: 100%;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .lafaqtxt {
    padding-bottom: 16px;
    font-size: 17px;
    font-weight: 400;
  }

  .image-34 {
    margin-bottom: 15px;
  }

  .text-span-13 {
    font-size: 13px;
  }

  .image-35 {
    top: 25px;
    right: 10px;
    max-height: 35px;
    margin-top: -59px;
  }

  .dashcammore {
    max-width: 100%;
    padding: 20px 20px 1px;
  }

  .cctrackbg {
    height: 500px;
    background-position: 56% 50%;
    background-size: cover;
  }

  .cart-container {
    margin-top: 80px;
  }

  .menufullw {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .homemap {
    padding-top: 35px;
  }

  .sectionheaders.white {
    overflow: hidden;
    max-width: 90%;
    font-size: 46px;
    line-height: 48px;
  }

  .sectionheaders.white.m {
    font-size: 46px;
    line-height: 37px;
  }

  .div-block-25 {
    margin-top: 310px;
    margin-right: 5%;
  }

  .cctrackbg-copy {
    height: 480px;
    background-position: 67% 50%;
    background-size: 960px;
  }

  .cctrackcam {
    width: 100%;
    height: 330px;
    background-position: 63% 42%;
    background-size: auto;
  }

  .cctrackleader {
    height: 500px;
    background-image: url('../images/leader.png');
    background-position: 56% 50%;
    background-size: cover;
  }

  .cchomeperks {
    overflow: visible;
    width: 320px;
  }

  .link-block-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-span-9-copy {
    font-size: 16px;
  }

  .button-on-map {
    margin-top: 245px;
    margin-right: 5%;
  }

  .photowrapbg {
    height: 200px;
    background-position: 57% 51%;
    background-size: auto 225px;
    background-repeat: repeat;
  }

  .gameswrapper.dark.video {
    margin-top: 0px;
  }

  .gameswrappertext {
    width: 93%;
  }

  .rewardimg {
    height: auto;
  }

  .rewardimg.app {
    -o-object-position: -8% 0%;
    object-position: -8% 0%;
  }

  .beacon {
    min-height: 25px;
    min-width: 25px;
  }

  .faqg {
    width: 100%;
  }

  .soon-blue {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .soon-orange {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .pricingoptiontrial.cc {
    background-color: rgba(71, 92, 221, 0.19);
  }

  .text-block-10.span-bold-gradient-text.trialsmall {
    font-size: 14px;
  }

  .section-5 {
    margin-right: 8%;
    margin-left: 8%;
  }

  .select-field {
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .betacontdintro {
    color: #12181f;
    font-size: 14px;
  }

  .contd-radio-txt {
    font-size: 14px;
  }

  .vvvv222.w--redirected-checked {
    border-style: solid;
    border-color: rgba(117, 240, 99, 0.86);
    border-radius: 100%;
  }

  .betacontdsub {
    min-width: 100%;
  }

  .homegamesbutton {
    font-size: 16px;
  }

  .rewardswaitingblock {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .rew {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rewimg._1712 {
    margin-top: 40px;
  }

  .rewvaluespan {
    min-width: 70px;
  }

  .text-block-11 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 1200px;
  }

  .div-block-27 {
    overflow: hidden;
  }

  .verticalhr {
    width: 80%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-28 {
    height: 264px;
    max-height: 345px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-6 {
    padding-top: 50px;
  }

  .rewmore {
    max-width: 100%;
    padding: 20px 0px 1px;
  }

  .morelink.rewlink {
    color: #fab6b6;
    text-decoration: none;
  }

  .rewlink {
    color: #868a95;
  }

  .rew.santahat {
    left: -115px;
    top: 40px;
    width: 50px;
    height: 50px;
  }

  .santahatblock {
    margin-top: -60px;
    padding-top: 0px;
  }

  .perksblock {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .perk1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .perkimg._1712 {
    margin-top: 40px;
  }

  .lpmenu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
  }

  .btn-getjamm {
    height: 64px;
  }

  .btn-getjamm.menu-button.visible-on-mobile {
    height: 30px;
    margin-right: -10px;
    font-size: 14px;
  }

  .btn-getjamm.dclp._2 {
    margin-top: 40px;
  }

  .btn-getjamm.bigpricer {
    height: 90px;
    font-size: 20px;
  }

  .btn-getjamm.bigpricer.trial {
    height: 105px;
    margin-left: 0px;
    line-height: 25px;
  }

  .btn-getjamm.bigpricer.newget.trial.pricing {
    height: 65px;
  }

  .priceboxtrialtxt {
    font-size: 15px;
    line-height: 21px;
  }
}

#w-node-_1a98c0bc-ee11-f236-96d3-408b981b4ae7-981b4ac9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4d7adcc9-6878-13b3-1edf-52c27a1c4431-b7952967 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_84da8ab7-b486-5c99-4400-f0e457d7eb87-4641b781 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ee7f37ca-6fd1-ed87-8890-f4761be773dd-4641b781 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_15bc7549-8a58-63bb-5475-6f42f6b74f7e-4641b781 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_77a97113-b6ec-cead-6872-0e0c5be83753-4641b781 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5e68717a-0991-b113-5646-7e8c283cd8a8-4641b781 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7bba0dfc-5586-422b-4409-67b875c93ab9-4641b781 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_84da8ab7-b486-5c99-4400-f0e457d7eb87-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ee7f37ca-6fd1-ed87-8890-f4761be773dd-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_15bc7549-8a58-63bb-5475-6f42f6b74f7e-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_77a97113-b6ec-cead-6872-0e0c5be83753-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_5e68717a-0991-b113-5646-7e8c283cd8a8-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_7bba0dfc-5586-422b-4409-67b875c93ab9-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43f9f72a-a6ce-507e-e4c4-be550751c5c9-ba59cc0a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1689cf6f-e3a3-337f-179f-aca4c8b7ba86-4641b781 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1689cf6f-e3a3-337f-179f-aca4c8b7ba86-aca0ffc7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rene bieder galano grotesque';
  src: url('../fonts/Rene-Bieder---Galano-Grotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}