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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #1c2c40;
  text-align: left;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 156%;
}

h1 {
  color: #1c2c40;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
}

h2 {
  color: #1c2c40;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 115%;
}

h3 {
  color: #1c2c40;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  color: #1c2c40;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

h5 {
  color: #1c2c40;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  color: #1c2c40;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 140%;
}

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

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

strong {
  font-weight: bold;
}

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

.style-guide-link {
  color: #1c2c40;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

.style-guide-link.w--current {
  color: #3d77f7;
}

.style-guide-links {
  width: 100%;
  max-width: 200px;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.paragraph-16px {
  font-size: 16px;
  font-weight: 400;
  line-height: 162%;
}

.paragraph-20px {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-20px.features-text {
  font-size: 18px;
  line-height: 156%;
}

.paragraph-20px.tracking-accounts-grid-text {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
}

.style-guide-content-wrap {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.image-container {
  width: 48%;
  max-width: 550px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-container.product-hero {
  width: 50%;
  max-width: 600px;
  flex-direction: column;
  align-items: stretch;
}

.features-hero-section {
  color: #1f2451;
  background-color: #f7f7f7;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.text-link {
  color: #05f;
  text-decoration: none;
  transition: all .2s;
}

.text-link:hover {
  color: #000;
  text-decoration: underline;
}

.footer-link {
  color: #1f2451;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-link.w--current {
  color: #3aa3e2;
}

.footer-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  color: #000;
  background-color: #fbfbfc;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.white-navbar {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.page-wrapper {
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.page-wrapper.sign-up-page {
  height: 125vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.page-wrapper._404 {
  height: 120vh;
}

.page-wrapper.overflow-on {
  overflow: visible;
}

.wrapper-1170px {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1170px.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.nav-menu-wrapper {
  max-width: 340px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links-left {
  width: 100%;
  max-width: 340px;
  grid-column-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button {
  color: #f9fafb;
  background-color: #3d77f7;
  border: 2px solid #3d77f7;
  border-radius: 10px;
  padding: 9px 15px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 162%;
  transition: all .2s;
}

.nav-button:hover {
  color: #3d77f7;
  background-color: #fff;
}

.nav-button.white-button:hover {
  background-color: #3d77f7;
}

.nav-button.white-button.menu, .nav-button.menu {
  display: none;
}

.nav-link {
  color: #1f2451;
  padding: 0;
  font-weight: 700;
  line-height: 150%;
  transition: color .2s;
}

.nav-link:hover {
  color: #8badfa;
}

.nav-link.black {
  color: #1c2c40;
}

.nav-link.black:hover {
  color: #3d77f7;
}

.style-guide-hero {
  background-color: #f9fafb;
}

.wrapper-570px {
  width: 95%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-570px.style-guide-hero-wrapper {
  padding-top: 40px;
  padding-bottom: 90px;
}

.style-guide-hero-heading {
  color: #1c2c40;
  text-align: center;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 119%;
}

.style-guide-hero-text {
  color: #1c2c40;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.style-guide-link-heading {
  color: #1c2c40;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.style-guide-content-wrapper-right {
  width: 80%;
  max-width: 920px;
}

.colors-section {
  width: 90%;
  max-width: 920px;
}

.color-shade-card-wrap {
  width: 100%;
  max-width: 920px;
  border-bottom: 1px solid #d2d5d9;
  margin-top: 60px;
  padding-bottom: 30px;
}

.colors-heading {
  color: #1c2c40;
  margin-bottom: 16px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 32px;
  line-height: 144%;
}

.colors-text {
  color: #1c2c40;
  margin-bottom: 30px;
  font-family: Plusjakartasans, sans-serif;
  line-height: 162%;
}

.color-heading {
  margin-bottom: 0;
}

.color-shade-box-grid {
  max-width: 920px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-shade-box {
  height: 184px;
  max-width: 184px;
  background-color: #6492f9;
}

.color-shade-box.primary-color-1 {
  background-color: #3d77f7;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.color-shade-box.primary-color-3 {
  background-color: #8badfa;
}

.color-shade-box.primary-color-4 {
  background-color: #b1c9fc;
}

.color-shade-box.primary-color-5 {
  background-color: #d8e4fd;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.color-shade-box.accent-color-1 {
  background-color: #2f39a3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.color-shade-box.accent-color-2 {
  background-color: #5961b5;
}

.color-shade-box.accent-color-3 {
  background-color: #8288c8;
}

.color-shade-box.accent-color-4 {
  background-color: #acb0da;
}

.color-shade-box.accent-color-5 {
  background-color: #d5d7ed;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.color-shade-box.gray-color-1 {
  background-color: #1c2c40;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.color-shade-box.gray-color-2 {
  background-color: #495666;
}

.color-shade-box.gray-color-3 {
  background-color: #77808c;
}

.color-shade-box.gray-color-4 {
  background-color: #a4abb3;
}

.color-shade-box.gray-color-5 {
  background-color: #d2d5d9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.color-shade-box.white-color-1 {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.color-shade-box.white-color-2 {
  background-color: #ccc;
}

.color-shade-box.white-color-3 {
  background-color: #999;
}

.color-shade-box.white-color-4 {
  background-color: #666;
}

.color-shade-box.white-color-5 {
  background-color: #333;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.color-grid-heading {
  color: #1c2c40;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.color-grid-text {
  color: #1c2c40;
  font-family: Plusjakartasans, sans-serif;
  line-height: 162%;
}

.typography-section {
  width: 90%;
  max-width: 920px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.typography-column-wrap {
  border-bottom: 1px solid #d2d5d9;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.typography-column-wrap.headings {
  border-bottom-width: 0;
}

.typography-column-left {
  width: 25%;
  max-width: 230px;
}

.typography-column-right {
  width: 75%;
  max-width: 690px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.typography-column-2-heading, .typography-column-2-text {
  width: 230px;
}

.paragraph-14px {
  font-size: 14px;
  line-height: 171%;
}

.display-1 {
  font-size: 18px;
  line-height: 156%;
}

.display-2 {
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.elements-heading {
  margin-bottom: 55px;
}

.buttons-heading {
  margin-bottom: 16px;
}

.buttons-text {
  line-height: 162%;
}

.elements-buttons-wrapper {
  border-bottom: 1px solid #d2d5d9;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.small-button {
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: #3d77f7;
  border-radius: 10px;
  padding: 7px 51px;
  line-height: 162%;
}

.arrow-button {
  width: 137px;
  height: 26px;
  color: #3d77f7;
  justify-content: space-between;
  align-items: center;
  line-height: 162%;
  text-decoration: none;
  display: flex;
}

.input-fields-heading {
  margin-bottom: 16px;
}

.form {
  border-bottom: 1px solid #d2d5d9;
  margin-top: 30px;
  padding-bottom: 30px;
}

.text-field {
  height: 50px;
  max-width: 920px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.text-field.area {
  height: 206px;
  max-width: 700px;
  background-color: #f9fafb;
  padding-left: 20px;
}

.text-field.area::-ms-input-placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.text-field.area::placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.text-field.contact-form {
  background-color: #f9fafb;
  padding-left: 20px;
  font-size: 18px;
  line-height: 156%;
}

.text-field.contact-form::-ms-input-placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.text-field.contact-form::placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.textarea {
  max-width: 920px;
  min-height: 250px;
  border-radius: 10px;
}

.home-hero-section {
  color: #f7f7f7;
  object-fit: cover;
  background-color: #f7f7f7;
  padding-bottom: 0;
  overflow: visible;
}

.home-hero-wrapper {
  width: 90%;
  max-width: 970px;
  color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-content-wrapper {
  width: 80%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-heading {
  color: #1f2451;
  text-align: left;
  margin-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 45px;
  font-weight: 800;
}

.home-hero-heading-text {
  color: #1f2451;
  text-align: left;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 140%;
}

.home-hero-button-contain {
  max-width: 537px;
  justify-content: center;
  margin: 0 auto 60px;
  display: flex;
}

.home-hero-button-contain.cta {
  margin-bottom: 0;
}

.home-hero-image-container {
  position: relative;
}

.home-hero-image {
  z-index: 10;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 59px 160px rgba(28, 44, 64, .08);
}

.logo-section {
  background-color: #fff;
  margin-top: 20px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.logo-section-wrapper {
  z-index: 99;
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-section-heading {
  color: #1f2451;
  text-align: center;
  margin: 40px auto 50px;
}

.logo-grid {
  width: 100%;
  max-width: 1170px;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr;
  align-items: center;
  justify-items: center;
}

.logo-grid-wrapper {
  width: 100%;
  max-width: 188px;
}

.grid-logo-image {
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.features-section {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.features-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.features-heading {
  max-width: 640px;
  color: #1f2451;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-grid-wrap {
  max-width: 350px;
  color: #1f2451;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-grid-heading {
  color: #1f2451;
  margin-top: 0;
  margin-bottom: 8px;
}

.features-grid-icon {
  margin-bottom: 20px;
}

.blue-button {
  color: #fff;
  text-align: center;
  background-color: #3d77f7;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  line-height: 162%;
  transition: all .2s;
}

.blue-button:hover {
  color: #3d77f7;
  background-color: #f9fafb;
  border: 1px solid #3d77f7;
}

.blue-button.features-cta {
  width: auto;
  text-align: center;
  margin-top: 40px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button.pricing-grid {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button.pricing-grid:hover {
  color: #fff;
  background-color: #1f2451;
  border-color: #1f2451;
}

.blue-button.pricing-grid.white-hover:hover {
  color: #3d77f7;
  background-color: #fff;
}

.blue-button.career-hero {
  margin-bottom: 82px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button.career-hero:hover {
  color: #fff;
  background-color: #1c2c40;
  border-color: #1c2c40;
}

.blue-button.home-hero {
  background-color: #3d77f7;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button.home-hero:hover {
  color: #3d77f7;
  background-color: #fff;
}

.blue-button.cta {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  transition: all .2s;
}

.blue-button.cta:hover {
  color: #3d77f7;
  background-color: #f9fafb;
}

.blue-button.email-form-wrap {
  width: auto;
  padding: 13px 41px;
}

.blue-button.email-form-wrap:hover {
  color: #fff;
  background-color: #1f2451;
  border-color: #1f2451;
}

.blue-button.contact-float {
  margin-bottom: 60px;
  padding: 13px 24px;
  font-weight: 700;
  line-height: 150%;
}

.blue-button.sign-up-button {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 150%;
  box-shadow: 7px 7px 15px rgba(0, 15, 130, .1);
}

.blue-button.sign-in-google {
  width: 100%;
  box-shadow: none;
  background-color: rgba(61, 119, 247, .1);
  border: 1px solid #3d77f7;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.blue-button._404 {
  width: 100%;
  max-width: 270px;
  box-shadow: none;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 150%;
}

.blue-button.password {
  width: 100%;
  box-shadow: none;
  text-align: center;
  margin-top: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 150%;
}

.blue-button.home-blog-button {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  transition: all .2s;
}

.blue-button.home-blog-button:hover {
  color: #3d77f7;
  border: 1px solid #3d77f7;
}

.blue-button.icons-header-button {
  font-weight: 400;
  line-height: 150%;
}

.blue-button.checkout {
  font-weight: 700;
}

.white-button {
  color: #3d77f7;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  transition: all .2s;
  display: flex;
  overflow: visible;
  box-shadow: 7px 7px 15px rgba(0, 15, 130, .15);
}

.white-button:hover {
  color: #fff;
  background-color: #2f39a3;
}

.white-button.cta {
  transition: all .2s;
}

.white-button.cta:hover {
  color: #fff;
  background-color: #2f39a3;
}

.home-hero-background-gradient {
  z-index: 1;
  width: 80%;
  height: 62%;
  filter: blur(100px);
  background-color: rgba(58, 163, 226, .34);
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-hero-content-contain {
  z-index: 15;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  outline: 3px rgba(0, 0, 0, 0);
  margin-top: 60px;
  display: block;
  position: relative;
}

.tracking-accounts-section {
  background-color: #001852;
  position: relative;
  overflow: hidden;
}

.tracking-accounts-wrapper {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.tracking-accounts-content-wrapper {
  width: 66%;
  max-width: 670px;
}

.tracking-accounts-heading {
  color: #fff;
  margin-bottom: 60px;
}

.tracking-accounts-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 140px;
}

.tracking-account-grid-wrap {
  max-width: 404px;
  align-items: flex-start;
  display: flex;
}

.tracking-accounts-grid-icon {
  margin-right: 30px;
}

.tracking-accounts-image-wrapper {
  width: 71%;
}

.tracking-account-card-image {
  width: 55%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tracking-account-window-image {
  z-index: 222;
  width: 55%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.insights-section {
  overflow: hidden;
}

.insights-wrapper {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.insights-image-wrapper {
  width: 52%;
  position: relative;
}

.insights-text-wrapper {
  width: 45%;
  max-width: 470px;
}

.insights-image-1 {
  width: 43%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.insights-image-2 {
  width: 28%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: 8%;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.insights-image-3 {
  width: 44%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 0%;
  box-shadow: 10px 23px 100px rgba(28, 44, 64, .1);
}

.insights-image-4 {
  width: 16%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 17%;
  box-shadow: 9px 22px 100px rgba(28, 44, 64, .1);
}

.insights-image-5 {
  width: 48%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 0%;
  right: auto;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.insights-paragraph {
  color: #1f2451;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.clients-control-section {
  background-color: #f9fafb;
  overflow: hidden;
}

.clients-control-wrapper {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.clients-control-image-wrapper {
  width: 52%;
  max-width: 600px;
}

.clients-control-text-wrapper {
  width: 45%;
  max-width: 470px;
  color: #1f2451;
}

.clients-control-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.insights-heading, .clients-control-heading {
  color: #1f2451;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.clients-control-image-2 {
  width: 35%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: 21%;
  bottom: 0%;
  left: -9%;
  right: auto;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.clients-control-image-3 {
  width: 73%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.clients-control-image-1 {
  width: 41%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.clients-control-image-4 {
  width: 65%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.clients-control-image-5 {
  width: 51%;
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
  box-shadow: 10px 22px 100px rgba(28, 44, 64, .1);
}

.achievement-section {
  background-color: #2f39a3;
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.achievement-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.achievement-heading {
  max-width: 630px;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.achievement-grid-cell-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.achievement-grid-heading {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 112%;
}

.achievement-grid-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.main-cta-section {
  background-color: #2f39a3;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.footer-top-wrapper {
  z-index: 200;
  width: 90%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-top-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.footer-top-text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 150%;
}

.footer-grid {
  width: 60%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: grid;
}

.footer-grid-cell-wrap {
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-grid-heading {
  color: #1f2451;
  margin-bottom: 16px;
}

.footer-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-logo-contain {
  margin-bottom: 30px;
}

.footer-icon-links-contain {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-text-block {
  color: #77808c;
  text-align: center;
  line-height: 162%;
}

.footer-logo {
  margin-top: 0;
}

.footer-icon-contain {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

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

.powerful-integrations-section {
  overflow: hidden;
}

.powerful-integrations-wrapper {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.pi-image-wrapper {
  width: 52%;
  max-width: 600px;
}

.clients-control-background-circle-contain {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-background-glow-gradient {
  z-index: 1;
  width: 80%;
  height: 62%;
  filter: blur(150px);
  background-color: #3d77f7;
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-section {
  z-index: 100;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.slide-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slide-left-text {
  width: 45%;
  max-width: 510px;
}

.slide-right-image {
  width: 44%;
  min-height: 515px;
  justify-content: center;
  display: flex;
  position: relative;
}

.slider-text {
  line-height: 162%;
}

.mask {
  background-color: #fff;
  overflow: hidden;
}

.slider {
  height: auto;
}

.slider-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.slide {
  background-color: #fff;
}

.slider-text-heading {
  margin-bottom: 40px;
  font-weight: 500;
}

.slider-author-name {
  margin-bottom: 5px;
}

.left-arrow {
  width: 60px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #3d77f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 13px;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 60px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #3d77f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 13px;
  left: 70px;
  right: auto;
}

.slide-nav {
  display: none;
}

.pi-background-circle-contain {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pi-background-circle-image {
  object-fit: contain;
  position: relative;
}

.circle-svg-1 {
  z-index: 10;
  width: 17%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 15%;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.circle-svg-2 {
  width: 17%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -3%;
  bottom: 0%;
  left: 20%;
  right: auto;
  box-shadow: 7px 19px 100px rgba(32, 44, 108, .2);
}

.circle-svg-3 {
  width: 17%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 18%;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.circle-svg-4 {
  width: 17%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 16%;
  right: auto;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.circle-svg-5 {
  width: 17%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 39%;
  left: 0%;
  right: auto;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.circle-svg-6 {
  width: 17%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 42%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.footer-bottom-text-link {
  color: #3d77f7;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-text-link:hover {
  color: #fff;
}

.features-hero-wrapper {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.features-hero-text-contain {
  max-width: 770px;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.features-hero-heading {
  max-width: 640px;
  color: #1b3c6c;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.features-hero-text {
  color: rgba(28, 44, 64, .8);
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.features-hero-grid-contain {
  margin-top: 40px;
  font-size: 18px;
  line-height: 156%;
}

.features-hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.features-hero-grid-cell {
  height: 100%;
  max-width: 570px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
  box-shadow: 28px 28px 120px rgba(28, 44, 64, .08);
}

.features-grid-icon-wrap {
  width: 72px;
  height: 72px;
  flex: none;
  margin-right: 32px;
}

.features-grid-text {
  color: #1f2451;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 156%;
}

.features-cta-section {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 60px;
  overflow: hidden;
}

.features-cta-wrapper {
  width: 90%;
  max-width: 1170px;
  background-color: #001852;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 80px 50px;
  display: flex;
}

.features-cta-heading {
  width: 60%;
  max-width: 600px;
  color: #fff;
  margin-bottom: 0;
}

.how-section {
  background-image: url('../images/bg-min.png');
  background-position: 0 0;
  background-size: 1440px;
  margin-top: 0;
}

.how-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.how-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

.how-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.how-grid-cell-wrap {
  max-width: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-grid-cell-wrap.arrow {
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 24%;
  right: auto;
}

.how-grid-cell-wrap.arrow-right {
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 24%;
}

.circle-svg-7 {
  width: 12%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 43%;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.circle-svg-8 {
  width: 12%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: 28%;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.circle-svg-9 {
  width: 12%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 29%;
  right: auto;
  box-shadow: 7px 19px 100px rgba(28, 44, 64, .1);
}

.how-it-works-grid-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.how-it-works-grid-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 156%;
}

.how-grid-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.tabs-section {
  overflow: hidden;
}

.slider-element {
  z-index: 20;
  width: 17%;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.tabs-wrapper {
  width: 90%;
  max-width: 1255px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.tabs-heading {
  text-align: center;
  margin-bottom: 16px;
}

.tabs-text {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.tabs-heading-contain {
  max-width: 820px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.tabs-bottom-left {
  width: 40%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-bottom-right {
  width: 59%;
  position: relative;
}

.tab-card {
  width: 100%;
  max-width: 470px;
  cursor: pointer;
  background-color: #3d77f7;
  border-bottom: 1px solid rgba(28, 44, 64, .2);
  padding-bottom: 35px;
  text-decoration: none;
}

.tab-card-heading-icon-wrap {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.tab-card-bottom-wrap {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.tab-card-icon {
  position: absolute;
}

.tab-card-heading {
  color: #fff;
  margin-bottom: 0;
}

.tab-card-text {
  max-width: 380px;
  color: #fff;
  padding-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.apply-now-link {
  color: #fff;
  justify-content: flex-start;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.tab-card-arrow-link-image {
  margin-left: 12px;
}

.tab-text-link {
  line-height: 162%;
}

.tabs-image {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -13%;
}

.questions-section {
  z-index: 100;
  position: relative;
}

.questions-wrapper {
  width: 90%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.questions-heading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.question-card {
  cursor: pointer;
  border-bottom: 1px solid rgba(28, 44, 64, .2);
}

.question-top {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 23px;
  display: flex;
}

.answer-wrap {
  padding-bottom: 0;
}

.question-heading {
  margin-bottom: 0;
  margin-right: 2%;
}

.answer-text-bottom {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 8%;
  font-size: 20px;
  line-height: 150%;
}

.questions-bottom-wrapper {
  color: #fff;
  background-color: #2f39a3;
  background-image: url('../images/bg2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  padding-top: 46px;
  padding-bottom: 50px;
  display: flex;
}

.questions-bottom-heading {
  color: #fff;
  margin-bottom: 10px;
}

.questions-bottom-icon {
  margin-bottom: 24px;
}

.cc-circle-image {
  object-fit: contain;
}

.slider-color-film {
  z-index: 10;
  object-fit: fill;
  background-color: rgba(47, 57, 163, .2);
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-film-wrap {
  width: 100%;
  max-width: 500px;
  min-height: 515px;
  position: relative;
}

.insights-background-circle {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.insights-circle-image {
  object-fit: contain;
}

.tab-grid-icon-wrap {
  width: 30px;
  height: 30px;
  position: relative;
}

.features {
  background-color: #f9fafb;
}

.pricing-hero-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

.pricing-hero-wrapper {
  width: 90%;
  max-width: 1170px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.pricing-hero-heading {
  max-width: 523px;
  color: #1b3c6c;
  text-align: center;
  margin: 20px auto 30px;
  font-weight: 800;
  line-height: 120%;
}

.pricing-header-grid {
  max-width: 796px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-grid-wrap {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.header-grid-text {
  color: #1b3c6c;
  font-size: 20px;
  line-height: 140%;
}

.header-geid-icon-wrap {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.pricing-grid.monthly {
  grid-column-gap: 30px;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
}

.pricing-grid.annually {
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
}

.pricing-grid-cell-wrap {
  background-color: #1b3c6c;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 65px 40px 50px;
  display: flex;
}

.pricing-grid-cell-wrap.white {
  height: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e9e9ee;
  align-items: flex-start;
  padding-top: 29px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 28px 28px 120px rgba(28, 44, 64, .04);
}

.pricing-grid-icon-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pricing-grid-icon {
  width: 60px;
  height: 60px;
  color: #fff;
}

.most-popular-wrap {
  background-color: #3ebe8a;
  border-radius: 5px;
}

.most-popular-text {
  width: 100%;
  color: #fff;
  padding: 2px 10px;
  line-height: 162%;
}

.pricing-grid-text-wrap {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
}

.pricing-grid-heading {
  color: #fff;
  margin-bottom: 20px;
}

.pricing-grid-heading.black {
  color: #1c2c40;
}

.pricing-grid-text-point-wrap {
  color: #fff;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-grid-text-point-wrap.black {
  color: #1c2c40;
}

.pricing-grid-text-point-wrap.down-align {
  align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
}

.pricing-grid-text-point-wrap.black-align-down {
  color: #1c2c40;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
}

.pricing-grid-point-heading {
  color: #fff;
  margin-bottom: 0;
}

.pricing-grid-point-heading.price-black {
  color: #1c2c40;
}

.pricing-grid-point-heading.ecommerce-price {
  color: #1c2c40;
  font-size: 31px;
}

.pricing-grid-point-text {
  color: #1b3c6c;
  margin-bottom: 24px;
  margin-left: 0;
  font-size: 16px;
  line-height: 156%;
}

.pricing-grid-point-text.price {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 162%;
}

.pricing-grid-pointer-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-grid-check-icon {
  margin-right: 10px;
}

.pricing-grid-pointer-text {
  color: #fff;
  line-height: 150%;
}

.pricing-grid-pointer-text.black {
  color: #000;
}

.black-navbar {
  background-color: rgba(0, 0, 0, 0);
}

.career-hero-wrapper {
  width: 90%;
  max-width: 670px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-heading {
  max-width: 570px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 16px;
}

.career-hero-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 150%;
}

.career-hero-grid {
  width: 90%;
  max-width: 1340px;
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carrer-hero-grid-image-wrap {
  height: 100%;
}

.career-hero-image {
  object-fit: cover;
}

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

.toggle-row {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 20px 10px 15px;
  display: flex;
  box-shadow: 0 25px 60px rgba(32, 44, 108, .1);
}

.toggle-text {
  color: #778290;
  line-height: 162%;
}

.toggle-text.dark {
  color: #1c2c40;
}

.toggle-contain {
  width: 70px;
  height: 40px;
  background-color: #3d77f7;
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
}

.toggle-dot {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
}

.hiring-section {
  background-color: #f9fafb;
}

.hiring-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hiring-heading {
  text-align: center;
  margin-bottom: 0;
}

.hiring-text {
  text-align: center;
  font-size: 24px;
  line-height: 142%;
}

.hiring-heading-contain {
  margin-bottom: 24px;
}

.open-positions-wrap {
  margin-top: 80px;
}

.open-positions-top {
  border-bottom: 1px solid rgba(28, 44, 64, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.open-positions-heading {
  margin-bottom: 0;
}

.positions-grid-cell-wrap {
  height: 100%;
  max-width: 370px;
  color: #1c2c40;
  background-color: #fff;
  border: 1px solid #e9e9ee;
  border-radius: 10px;
  padding: 30px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.positions-grid-cell-wrap:hover {
  box-shadow: 17px 17px 120px rgba(28, 44, 64, .1);
}

.positions-grid-cell-bottom-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.positions-grid-bottom-heading {
  margin-bottom: 8px;
}

.positions-grid-text {
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 156%;
}

.positions-grid-text.dot {
  opacity: .4;
  margin-left: 5px;
  margin-right: 5px;
}

.positions-grid-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.positions-grid-link-text {
  color: #3d77f7;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blog-hero-image {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
}

.blog-content-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.blog-heading-wrap {
  max-width: 755px;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-heading-icons-wrap {
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -50px;
  right: auto;
}

.blog-heading-text-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-text-wrap.featured {
  z-index: 999;
  position: relative;
}

.log-icon-link-image {
  margin-bottom: 19px;
}

.about-blog-wrap {
  max-width: 277px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-blog-wrap.grid {
  width: 100%;
  max-width: 329.203px;
  justify-content: flex-start;
}

.blog-heading {
  margin-bottom: 20px;
}

.blog-heading.white {
  color: #fff;
  margin-bottom: 24px;
}

.blog-heading.grid {
  max-width: 370px;
}

.author-image-contain {
  width: 50px;
  height: 50px;
  margin-right: 18px;
}

.about-text-contain {
  width: 80%;
}

.about-text-bottom {
  opacity: .8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-name {
  margin-bottom: 8px;
  font-weight: 500;
}

.author-name.white {
  color: #fff;
}

.author-name.template {
  font-weight: 700;
}

.calender {
  margin-right: 4px;
}

.button {
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.date-text {
  opacity: .6;
  margin-right: 0;
  line-height: 150%;
}

.date-text.white {
  opacity: 1;
  color: #fff;
  flex: none;
}

.time-text {
  opacity: .6;
}

.time-text.white {
  opacity: 1;
  color: #fff;
  flex: none;
}

.rich-text {
  margin-bottom: 80px;
}

.rich-text p {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 156%;
}

.rich-text blockquote {
  max-width: 670px;
  color: #3d77f7;
  border-left-color: #3d77f7;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  font-size: 24px;
  line-height: 133%;
}

.rich-text h4 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ol {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 156%;
}

.rich-text img {
  margin-bottom: 60px;
}

.rich-text ul {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 156%;
}

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

.rich-text strong {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 140%;
}

.rich-text h5 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text.career-details {
  margin-bottom: 0;
  margin-right: 5%;
}

.rich-text h3 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.featured-blog-section-wrapper {
  width: 90%;
  max-width: 1170px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.featured-blog-left {
  width: 100%;
  height: 100%;
  max-height: 470px;
  max-width: 670px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  align-items: flex-end;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.featured-blog-right {
  max-height: 470px;
  max-width: 470px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  align-items: flex-end;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-grid-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 115px;
}

.blog-grid-heding {
  text-align: center;
  margin-bottom: 40px;
}

.collection-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.blog-grid-cell-wrap {
  height: 100%;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
}

.author-image {
  object-fit: contain;
  margin-right: 30px;
}

.collection-list-featured-wrapper {
  width: 58%;
  min-height: 470px;
}

.collection-list-featured-wrapper-2 {
  width: 40%;
}

.blog-grid-hero-image {
  border-radius: 10px;
}

.blog-header-wrap {
  justify-content: space-between;
  display: flex;
}

.blog-page-heading {
  text-align: center;
  margin-bottom: 64px;
}

.blog-grid-link-cells {
  height: 100%;
  color: #1c2c40;
  text-decoration: none;
}

.subscribe-cta-section {
  margin-bottom: 120px;
}

.subscribe-cta-section.blog-template {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.subscribe-wrapper {
  width: 90%;
  max-width: 1170px;
  background-color: #2f39a3;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 80px;
  display: flex;
}

.subscribe-wrapper.blog-template {
  max-width: 670px;
  flex-direction: column;
  padding: 40px;
}

.subscribe-text-wrap {
  max-width: 450px;
  margin-right: 80px;
}

.subscribe-text-wrap.blog-template {
  max-width: none;
  margin-bottom: 32px;
}

.subscribe-text {
  color: #fff;
  font-size: 18px;
  line-height: 156%;
}

.subscribe-heading {
  color: #fff;
}

.subscribe-heading.blog-template {
  margin-bottom: 8px;
}

.email-form-wrap {
  width: 100%;
}

.subscribe-form-flex {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 20px;
  display: flex;
}

.subscribe-form-input-wrapper {
  width: 100%;
  text-align: left;
}

.subscribe-form-input {
  border: 1px #000;
  border-left-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 156%;
}

.subscribe-form-input::-ms-input-placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.subscribe-form-input::placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.about-author-section {
  padding-bottom: 140px;
}

.about-author-wrap {
  max-width: 635px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-author-image-contain {
  margin-right: 30px;
}

.image-2 {
  object-fit: contain;
}

.designation-text, .at-text {
  margin-right: 5px;
  font-weight: 500;
}

.author-image-icon {
  object-fit: contain;
  border-radius: 100%;
}

.more-blog-section {
  background-color: #f9fafb;
  padding-top: 120px;
  padding-bottom: 120px;
}

.more-blog-wrap {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

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

.career-heading-section {
  background-color: #f9fafb;
  padding-top: 0;
  padding-bottom: 80px;
}

.career-heading-wrapper {
  width: 90%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.positions-grid-text-contain {
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.positions-design-collection-list, .positions-marketing-collection-list, .positions-sales-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-heading-text {
  margin-right: 5px;
  font-size: 18px;
  line-height: 156%;
}

.career-heading-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-content-section {
  padding-top: 80px;
  padding-bottom: 140px;
}

.career-content-wrapper {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-content-form-wrap {
  width: 38%;
  background-color: #001852;
  border-radius: 10px;
  padding: 40px;
}

.application-form-heading {
  color: #fff;
}

.field-label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.field-label.black {
  color: #1c2c40;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 500;
}

.text-box {
  height: 50px;
  color: #fff;
  background-color: rgba(61, 119, 247, .1);
  border-style: none;
  border-color: #000;
  border-radius: 10px;
  margin-bottom: 24px;
}

.form-buttons-container {
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-bottom: 24px;
  display: flex;
}

.form-attach-button {
  background-color: #2f39a3;
  border-radius: 10px;
  margin-right: 15px;
  padding: 13px 18px;
  line-height: 150%;
}

.form-attach-button.last {
  margin-right: 0;
}

.careers-temp-form {
  flex-direction: column;
  display: flex;
}

.submit-button {
  text-align: center;
  background-color: #3d77f7;
  border-radius: 10px;
  padding: 16px 96px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.submit-button.contact-form {
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button.contact-form:hover {
  background-color: #1f2451;
}

.submit-button.careers {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.submit-button.careers:hover {
  color: #1c2c40;
  background-color: #fff;
}

.collection-list-5 {
  height: 100%;
}

.collection-item-2, .collection-list-6 {
  height: 100%;
  display: flex;
}

.collection-item-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-hero-section {
  background-color: #f9fafb;
  padding-top: 0;
  padding-bottom: 120px;
}

.contact-hero-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-heading-contain {
  max-width: 574px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.contact-heading {
  text-align: center;
  margin-bottom: 16px;
}

.contact-heading-text {
  text-align: center;
  font-size: 20px;
  line-height: 140%;
}

.contact-form-contain {
  width: 71%;
  max-width: 830px;
  min-height: 624px;
  background-color: #fff;
  border: 1px solid #e9e9ee;
  border-radius: 10px;
  padding: 30px 50px 30px 80px;
}

.contact-form-name-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.first-name-contain, .last-name-contain {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.contact-form-flex-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.contact-form-flex-contain {
  justify-content: flex-end;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.form-button-flex-wrap {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.contact-form-float {
  width: 32%;
  max-width: 370px;
  background-color: #2f39a3;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: auto;
  box-shadow: 0 25px 60px rgba(32, 44, 108, .1);
}

.assistance-heading {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
}

.email-us-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.contact-float-text {
  color: #fff;
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 133%;
}

.contact-float-paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 156%;
}

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

.contact-grid-cell {
  max-width: 570px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  box-shadow: 10px 22px 120px rgba(28, 44, 64, .1);
}

.contact-grid-icon-wrap {
  margin-right: 30px;
}

.contact-grid-text-wrap {
  max-width: 400px;
}

.contact-grid-icon {
  margin-bottom: 24px;
}

.contact-grid-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.contact-grid-text {
  text-align: center;
  font-size: 18px;
  line-height: 156%;
}

.sign-up-page-left {
  z-index: 999;
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  padding: 37px 0 0;
  display: flex;
  position: relative;
}

.sign-up-page-right {
  z-index: 999;
  width: 50%;
  height: 100vh;
  background-color: #2f39a3;
  position: relative;
  overflow: hidden;
}

.blue-ellipse {
  width: 85px;
  height: 85px;
  background-color: rgba(61, 119, 247, .2);
  border-radius: 100%;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.blue-ellipse._2 {
  width: 69px;
  height: 69px;
  top: 16%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.blue-ellipse.tracking {
  z-index: 1;
  width: 175px;
  height: 171px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 26%;
}

.pricing-grid-button-wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-gradient {
  background-image: linear-gradient(rgba(28, 44, 64, 0), #1c2c40);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-elements-wrapper {
  z-index: 2;
  position: relative;
}

.cta-ellipse {
  z-index: 999;
  width: 85px;
  height: 85px;
  background-color: rgba(61, 119, 247, .2);
  border-radius: 100%;
  position: absolute;
  top: -309px;
  bottom: auto;
  left: 17%;
  right: auto;
}

.cta-ellipse.small {
  width: 69px;
  height: 69px;
  top: -198px;
  left: 80%;
}

.cta-element-image-left {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-element-image-right {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.sign-up-form {
  width: 100%;
  max-width: 470px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sign-up-page-logo {
  margin-bottom: 84px;
}

.sign-up-form-heading {
  text-align: center;
  margin-bottom: 5px;
}

.sign-up-form-paragraph {
  text-align: center;
  margin-bottom: 10px;
  line-height: 156%;
}

.sign-up-form-text {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 156%;
}

.sign-up-page-background-gradient {
  z-index: 1;
  width: 550px;
  height: 550px;
  filter: blur(450px);
  background-color: #3d77f7;
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18%;
  bottom: 0%;
  left: -64%;
  right: 0%;
}

.checkbox-text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.checkbox-text-link {
  color: #3d77f7;
  text-decoration: none;
  transition: all .2s;
}

.checkbox-text-link:hover {
  color: #000;
  text-decoration: underline;
}

.sign-up-form-text-field {
  width: 100%;
  height: 60px;
  max-width: 450px;
  background-color: #f9fafb;
  border: 1px solid #e9e9ee;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.sign-up-form-text-field::-ms-input-placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.sign-up-form-text-field::placeholder {
  color: #778290;
  font-size: 18px;
  line-height: 156%;
}

.sign-up-form-text-field.confirm-password {
  height: 58px;
  background-color: #f9fafb;
  border-style: none;
  padding-left: 0;
}

.sign-up-form-text-field.confirm-password-contain {
  background-color: #f9fafb;
  padding-left: 30px;
  padding-right: 28px;
}

.sign-up-form-text-field.password {
  height: 58px;
  background-color: #f9fafb;
  border-style: none;
  padding-left: 0;
}

.sign-up-form-block {
  width: 100%;
}

.form-already-text {
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 156%;
}

.form-heading-contain {
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.licenses-hero {
  background-color: #f9fafb;
}

.licenses-content-wrap {
  width: 90%;
  max-width: 1170px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.licenses-links {
  width: 100%;
  max-width: 200px;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.licenses-link-heading {
  color: #1c2c40;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.licenses-link {
  color: #1c2c40;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

.licenses-link:hover, .licenses-link.w--current {
  color: #3d77f7;
}

.licenses-content-wrapper-right {
  width: 80%;
  max-width: 920px;
}

.licenses-hero-text {
  color: #1c2c40;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.home-blog-section {
  background-color: #f9fafb;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #3d77f7;
  border-radius: 10px;
}

.sign-up-google-text {
  color: #1c2c40;
}

.google-icon {
  margin-right: 16px;
}

.changelog-hero {
  background-color: #f9fafb;
}

.changelog-hero-heading {
  color: #1c2c40;
  text-align: center;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 119%;
}

.changelog-content-wrap {
  width: 90%;
  max-width: 1170px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.changelog-links {
  width: 100%;
  max-width: 200px;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.changelog-content-wrapper-right {
  width: 80%;
  max-width: 920px;
  border-bottom: 1px solid #d2d5d9;
}

.changelog-link-heading {
  color: #1c2c40;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}

.changelog-link {
  color: #1c2c40;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

.changelog-link:hover {
  color: #3d77f7;
}

.version-section-heading {
  margin-bottom: 56px;
}

.version-date {
  margin-bottom: 40px;
}

.version-list-item {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 140%;
}

.utility-page-wrap {
  width: 90%;
  max-width: 450px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-page-wrapper {
  width: 90%;
  max-width: 752px;
  flex-direction: column;
  align-items: center;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-page-heading {
  text-align: center;
  margin-bottom: 48px;
}

._404-page-text {
  text-align: center;
  margin-top: 51px;
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 140%;
}

._404-image {
  margin-left: auto;
  margin-right: auto;
}

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

.password-image {
  max-width: 100px;
  margin-bottom: 36px;
}

.field-label-2 {
  display: none;
}

.sign-up-right-image-1 {
  z-index: 20;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sign-up-right-image-2, .sign-up-right-image-3 {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sign-up-right-image-4 {
  z-index: 40;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-blog-wrapper {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.home-blog-header-contain {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.home-blog-heading {
  margin-bottom: 0;
  margin-right: 2%;
}

.home-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

.home-blog-cms-contain, .home-blog-cms-contain.limit-1, .home-blog-cms-contain.limit-2 {
  height: 100%;
}

.home-blog-collection-item-1 {
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-blog-author-contain {
  z-index: 10;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.home-blog-author-image {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  margin-right: 16px;
}

.home-blog-author-name {
  color: #fff;
  text-align: left;
  line-height: 150%;
}

.home-blog-name {
  z-index: 10;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
}

.home-blog-date-time-wrap {
  z-index: 10;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.home-blog-background-gradient {
  z-index: 2;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-blog-cms-list-2 {
  height: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.accept-terms-field {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.checkbox {
  width: 24px;
  height: 24px;
  color: #fff;
  border-width: 1px;
  border-color: #3d77f7;
  border-radius: 4px;
  flex: none;
  margin-top: 0;
  margin-right: 16px;
}

.checkbox.w--redirected-checked {
  background-color: #3d77f7;
  background-image: url('../images/check-small.svg');
  background-position: 50%;
  background-size: auto;
}

.rich-text-heading {
  margin-bottom: 56px;
}

.image-section-text {
  margin-bottom: 30px;
}

.image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d2d5d9;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
  padding-bottom: 30px;
}

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

.date-contain {
  flex: none;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.time-contain {
  flex: none;
  align-items: center;
  display: flex;
}

.icons-section {
  margin-bottom: 56px;
}

.icons-header-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.icons-header-heading {
  margin-bottom: 16px;
}

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

.grid-icon-wrap {
  border: 1px solid #d2d5d9;
  padding: 35px;
}

.fonts-section {
  border-bottom: 1px solid #d2d5d9;
  margin-bottom: 56px;
  padding-bottom: 32px;
}

.fonts-big-heading {
  margin-bottom: 16px;
  font-size: 200px;
  font-weight: 800;
  line-height: 75%;
}

.fonts-text {
  font-size: 20px;
  line-height: 250%;
}

.fonts-text-contain {
  max-width: 596px;
  margin-left: 40px;
}

.illustrations-section {
  border-bottom: 1px solid #d2d5d9;
  margin-bottom: 150px;
  padding-bottom: 32px;
}

.text-heading {
  margin-bottom: 20px;
}

.ti-text {
  margin-bottom: 50px;
  line-height: 140%;
}

.youtube-video-embed {
  margin-bottom: 50px;
}

.home-blog-cms-wrap-1, .home-blog-cms-list-1, .home-blog-cms-item-1 {
  height: 100%;
}

.empty-state-text {
  color: #fff;
}

.home-blog-cms-wrap-2, .home-blog-cms-item-2, .home-blog-cms-wrap-3 {
  height: 100%;
}

.home-blog-cms-list-3 {
  height: 100%;
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.home-blog-cms-item-3 {
  height: 100%;
}

.home-blog-text-contain {
  max-width: 370px;
  flex-direction: column;
  justify-content: space-between;
}

.next {
  color: #fff;
  background-color: #3d77f7;
  border-radius: 10px;
  font-size: 16px;
  line-height: 156%;
}

.next-arrow {
  filter: brightness(500%);
}

.next-button-text {
  margin-right: 10px;
}

.previous-text {
  margin-left: 10px;
}

.contact-float-text-link {
  color: #fff;
  font-size: 18px;
  line-height: 156%;
  text-decoration: underline;
  transition: color .2s;
}

.contact-float-text-link:hover {
  color: #d8e4fd;
}

.remember-me-wrap {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 18px;
  display: flex;
}

.forgot-password-text-link {
  color: #1c2c40;
  font-size: 18px;
  line-height: 156%;
  text-decoration: none;
  transition: color .2s;
}

.forgot-password-text-link:hover {
  color: #3d77f7;
}

.company-text {
  font-weight: 500;
}

.more-heading {
  margin-bottom: 64px;
}

.pricing-grid-points-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-blog-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.footer-social-link {
  margin-right: 20px;
  transition: transform .2s;
}

.footer-social-link:hover {
  transform: translate(0, -7px);
}

.categories-wrap {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.categories-heading, .career-catergory-text {
  text-align: center;
}

.authors-template-wrap {
  width: 90%;
  max-width: 400px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.author-text-flex {
  display: flex;
}

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

.instructions-wrapper {
  width: 90%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

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

.blog-image-contain {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.success-message {
  color: #fff;
  background-color: #3d77f7;
  border-radius: 10px;
  font-weight: 500;
  line-height: 156%;
}

.error-message {
  color: #333;
  background-color: #ffdede;
  border-radius: 10px;
  font-weight: 500;
  line-height: 156%;
}

.plan-detail-title {
  color: #0d0e10;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.plan-wrapper {
  width: 90%;
  max-width: 1200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-containers {
  width: 48%;
  max-width: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-containers.product-hero {
  width: 45%;
  max-width: 500px;
}

.products-name {
  margin-bottom: 8px;
  margin-right: 10px;
}

.product-details-contain {
  margin-top: 20px;
  font-size: 18px;
}

.option-list {
  margin-top: 20px;
}

.plans-hero-section {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.product-name-wrapper {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.duration-label {
  margin-bottom: 10px;
}

.product-box-wrap {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(15, 31, 61, .08);
}

.plan-detail-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.duration-buttons {
  background-color: rgba(63, 83, 216, .1);
  border: 2px solid rgba(201, 250, 117, 0);
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.duration-buttons.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #3f53d8;
  border: 2px solid rgba(11, 11, 11, 0);
}

.buttons-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: grid;
}

.plan-price {
  color: #0d0e10;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.about-product-text {
  color: #545479;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.button-group {
  margin-bottom: 20px;
}

.button-cart-contain {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.cart-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5px;
  padding-right: 5px;
}

.cart-button.black, .cart-quantity {
  color: #1c2c40;
}

.apple-pay {
  height: 60px;
  border-radius: 10px;
}

.cart-quantity-black {
  color: #1c2c40;
  margin-left: 0;
  font-size: 15px;
}

.author-temp-wrap {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.points-rich-text {
  margin-bottom: 80px;
}

.points-rich-text p {
  max-width: 670px;
  background-image: url('../images/Group-623.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  font-size: 16px;
  line-height: 150%;
}

.points-rich-text blockquote {
  max-width: 670px;
  color: #3d77f7;
  border-left-color: #3d77f7;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  font-size: 24px;
  line-height: 133%;
}

.points-rich-text h4 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.points-rich-text ol {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 156%;
}

.points-rich-text img {
  margin-bottom: 60px;
}

.points-rich-text ul {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 18px;
  line-height: 156%;
}

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

.points-rich-text strong {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 140%;
}

.points-rich-text h5, .points-rich-text h3 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.points-rich-text h6 {
  background-image: url('../images/Group-622.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.pagination {
  padding-top: 64px;
}

.checkout-form {
  background-color: #f9fafb;
  padding: 60px 0;
}

.checkout-container {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

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

.pay-with-browser {
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
}

.block-header {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.video {
  border-radius: 10px;
}

.html-embed {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.container {
  max-width: 640px;
  margin-bottom: 60px;
}

.text-block {
  max-width: 640px;
  color: #1f2451;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 140%;
}

.heading {
  color: #1f2451;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

.columns {
  margin-top: 20px;
}

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

.image-3, .image-4 {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-5 {
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-6 {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.pricing-grid-heading-2 {
  color: #fff;
  margin-bottom: 10px;
}

.pricing-grid-heading-2.black {
  color: #1c2c40;
  margin-bottom: 8px;
}

.toggle-dot-2 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
}

.toggle-contain-2 {
  width: 70px;
  height: 40px;
  background-color: #3d77f7;
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  overflow: visible;
}

.pricing-grid-pointer-text-2 {
  color: #1b3c6c;
  line-height: 150%;
}

.pricing-grid-pointer-text-2.black {
  color: #1b3c6c;
}

.blue-button-2 {
  color: #fff;
  text-align: center;
  background-color: #3d77f7;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  line-height: 162%;
  transition: all .2s;
}

.blue-button-2:hover {
  color: #3d77f7;
  background-color: #f9fafb;
  border: 1px solid #3d77f7;
}

.blue-button-2.pricing-grid {
  width: 100%;
  text-align: center;
  background-color: #398be3;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button-2.pricing-grid:hover {
  color: #fff;
  background-color: #1f2451;
  border-color: #1f2451;
}

.blue-button-2.pricing-grid.white-hover:hover {
  color: #3d77f7;
  background-color: #fff;
}

.toggle-row-2 {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 10px 20px 10px 15px;
  display: flex;
  box-shadow: 0 25px 60px rgba(32, 44, 108, .1);
}

.pricing-grid-text-point-wrap-2 {
  color: #fff;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-grid-text-point-wrap-2.black-align-down {
  color: #1c2c40;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
}

.pricing-grid-text-point-wrap-2.black {
  color: #1c2c40;
  margin-bottom: 0;
}

.pricing-grid-text-point-wrap-2.down-align {
  align-items: flex-end;
  margin-top: 8px;
  margin-bottom: 0;
}

.most-popular-text-2 {
  width: 100%;
  color: #fff;
  padding: 2px 10px;
  line-height: 162%;
}

.pricing-grid-point-heading-2 {
  color: #fff;
  margin-bottom: 0;
}

.pricing-grid-point-heading-2.price-black {
  color: #1b3c6c;
}

.container-3, .container-4 {
  max-width: 1170px;
}

.section {
  margin-top: 40px;
}

.button-2 {
  color: #3c77f7;
  background-color: #fff;
  border: 2px solid #3c77f7;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.html-embed-2 {
  margin-top: 20px;
}

.container-5 {
  max-width: 100%;
  margin-top: 0;
}

.html-embed-3 {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-6 {
  margin-top: 20px;
}

.html-embed-4, .html-embed-5, .html-embed-6 {
  margin-top: 10px;
}

.text-block-2 {
  margin-top: 20px;
}

.bold-text {
  color: #1f2451;
  font-size: 14px;
}

.html-embed-7 {
  margin-top: 10px;
}

.text-block-3 {
  color: #1f2451;
  margin-top: 20px;
  font-size: 18px;
  line-height: 156%;
}

.text-block-4 {
  color: #1b3c6c;
  margin-top: 20px;
  font-size: 18px;
  line-height: 156%;
}

.container-7 {
  color: #1f2451;
}

.section-2 {
  background-color: #fff;
  margin-top: 40px;
}

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

.text-block-5 {
  font-size: 20px;
  line-height: 156%;
}

.text-block-6 {
  font-size: 18px;
  line-height: 156%;
}

.heading-2 {
  margin-top: 40px;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 30px;
}

.text-block-8 {
  color: #1b3c6c;
  margin-bottom: 20px;
}

.text-block-9 {
  margin-top: 10px;
}

.text-block-10 {
  color: #1b3c6c;
  margin-bottom: 30px;
}

.column {
  width: 50%;
}

.column.col1 {
  background-color: #c9ede4;
}

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

.html-embed-8 {
  margin-top: 40px;
}

.text-block-11 {
  color: #1b3c6c;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.text-block-12 {
  color: #1b3c6c;
  margin-top: 0;
  font-size: 18px;
  line-height: 156%;
}

.text-block-13 {
  color: #1b3c6c;
  margin-top: 10px;
}

.text-block-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-15 {
  color: #1b3c6c;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}

.div-block-2 {
  background-color: #d2d5d9;
  border: 1px dashed #333;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
}

.heading-3 {
  color: #f63b3b;
  text-align: center;
  margin-top: auto;
}

.html-embed-9 {
  -webkit-text-stroke-color: #1b3c6c;
}

.html-embed-12 {
  margin-top: 20px;
}

.container-8 {
  padding-left: 0;
  padding-right: 0;
}

.form-2, .div-block-3 {
  margin-top: 40px;
}

.text-field-2, .text-field-3 {
  border-radius: 6px;
  font-family: Plusjakartasans, sans-serif;
}

.submit-button-2 {
  background-color: #398be3;
  border-radius: 5px;
  padding: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #257edf;
}

.checkbox-field-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-4 {
  background-color: #f9fafb;
  border: 1px dashed #999;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 10px;
}

.section-4 {
  border: 1px #000;
  border-radius: 0;
}

.field-label-3 {
  color: #1b3c6c;
  margin-top: 30px;
  font-family: Plusjakartasans, sans-serif;
}

.image-7 {
  text-align: left;
  border: 1px dashed #999;
  border-radius: 1px;
  margin-top: 0;
}

.div-block-5 {
  text-align: center;
  background-color: #ccc;
  margin-top: 20px;
  padding: 20px;
}

.text-block-16 {
  color: #ccc;
  margin-top: 10px;
  font-style: italic;
}

.text-block-17 {
  color: #666;
  margin-top: 10px;
  margin-bottom: 78px;
}

.bold-text-2 {
  font-style: normal;
}

.text-block-18 {
  color: #ccc;
}

.section-5 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-4 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #1b3c6c;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
}

.columns-3 {
  margin-bottom: 30px;
}

.container-9 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-10 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-5 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.section-6 {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.html-embed-13 {
  border-radius: 10px;
}

.list-item {
  color: #1f2451;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.list-item-2 {
  color: #1f2451;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 130%;
}

.list-item-3 {
  color: #1f2451;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 130%;
}

.text-block-19 {
  color: #1f2451;
  padding: 0 10px 10px;
  font-family: Lato, sans-serif;
}

.text-block-20 {
  color: #1f2451;
  padding: 0 10px 10px;
  font-family: Plusjakartasans, sans-serif;
}

.columns-4 {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 0 20px 10px;
}

.image-8 {
  border-radius: 10px;
}

.heading-6 {
  color: #1b3c6c;
  text-align: center;
  margin-bottom: 40px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.section-7 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-7 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.section-8 {
  color: #999;
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
}

.heading-8 {
  color: #666;
  text-align: center;
  font-size: 24px;
}

.text-block-21 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.section-9 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-9 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.image-9 {
  text-align: center;
  border-radius: 10px;
}

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

.section-10 {
  color: #fff;
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-10 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.heading-11 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.text-block-22 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.heading-12 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.heading-13 {
  text-align: center;
  margin-bottom: 0;
}

.columns-5 {
  margin-bottom: 40px;
}

.bold-text-3 {
  color: #1b3c6c;
  font-size: 20px;
}

.div-block-6 {
  width: 60%;
  justify-content: center;
  display: flex;
}

.container-12 {
  justify-content: center;
  display: flex;
}

.heading-14 {
  color: #1b3c6c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.section-11 {
  text-transform: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-15 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 115%;
}

.heading-16 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.div-block-7 {
  background-color: #d2d5d9;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.text-block-23 {
  color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text-block-24 {
  color: #1f2451;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.checkbox-label, .field-label-4 {
  color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
}

.container-13 {
  justify-content: center;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #398be3;
  border-radius: 5px;
  margin-top: 40px;
  padding: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.button-3:hover {
  -webkit-text-fill-color: inherit;
  background-color: #257edf;
  background-clip: border-box;
}

.footer-light {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1b3c6c;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #1b3c6c;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.columns-6 {
  margin-bottom: 40px;
}

.div-block-8 {
  min-height: 20px;
}

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

.div-block-9 {
  background-color: #d2d5d9;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
}

.text-block-25 {
  flex-direction: row;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.div-block-10 {
  color: #fff;
  background-color: #39a3e3;
  border-style: none;
  border-color: #193c6c;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.columns-8 {
  align-items: flex-end;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.list-item-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list-item-5 {
  color: #1b3c6c;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  color: #1b3c6c;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list-item-12 {
  margin-bottom: 10px;
}

.list-item-13, .list-item-14, .list-item-15 {
  color: #1b3c6c;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.div-block-11 {
  height: 1px;
  object-fit: fill;
  background-color: #000;
}

.div-block-12 {
  height: 20px;
}

.list-item-16 {
  color: #1b3c6c;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list-item-17 {
  color: #1b3c6c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list-item-18 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.heading-17 {
  color: #1b3c6c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
}

.bold-text-4 {
  color: #1b3c6c;
  -webkit-text-stroke-color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
}

.bold-text-5 {
  color: #1b3c6c;
}

.image-11 {
  float: none;
  position: static;
}

.div-block-13 {
  max-width: 80px;
}

.text-block-26 {
  font-size: 22px;
  line-height: 130%;
}

.text-block-27 {
  color: #1b3c6c;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 130%;
}

.image-12 {
  float: left;
  margin-right: 20px;
  padding-bottom: 40px;
}

.div-block-14 {
  margin-bottom: 20px;
}

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

.div-block-17 {
  -webkit-text-stroke-color: #1b3c6c;
  margin-bottom: 20px;
}

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

.bold-text-6, .bold-text-7 {
  color: #1b3c6c;
  font-size: 18px;
}

.text-block-29 {
  color: #1b3c6c;
  padding-top: 4px;
  font-size: 15px;
}

.div-block-18 {
  padding-bottom: 20px;
}

.image-13 {
  float: left;
  margin-right: 5px;
}

.container-17 {
  margin-bottom: 30px;
}

.div-block-22 {
  width: 400px;
  height: 400px;
  -webkit-text-stroke-color: #333;
  background-color: #f1f6ff;
  border: 3px dashed #333;
  border-radius: 10px;
  margin-bottom: 40px;
}

.text-block-30 {
  color: #1b3c6c;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-31 {
  color: #1b3c6c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-32 {
  color: #1b3c6c;
  margin-bottom: 40px;
  font-weight: 700;
}

.image-14, .image-15 {
  border: 1px solid #1c2c40;
  border-radius: 5px;
}

.section-12 {
  color: #1f2451;
  background-color: #f7f7f7;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-18 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #193c6c;
  font-size: 52px;
  font-weight: 800;
  line-height: 115%;
}

.text-block-33 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #193c6c;
  font-size: 20px;
  line-height: 150%;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  color: #1b3c6c;
}

.bold-text-12 {
  -webkit-text-stroke-color: #1b3c6c;
}

.bold-text-13 {
  color: #1b3c6c;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  -webkit-text-stroke-color: #1b3c6c;
}

.field-label-5, .checkbox-label-2 {
  color: #1b3c6c;
}

.container-18 {
  -webkit-text-stroke-color: #1b3c6c;
}

.container-19 {
  border: 3px solid #f63b3b;
  padding: 20px;
}

.heading-19 {
  text-align: center;
  margin-top: 20px;
}

.text-block-34 {
  text-align: center;
  font-size: 26px;
  line-height: 156%;
}

.text-block-35 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 170%;
}

.text-block-36 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.div-block-23 {
  border-top: 1px solid #333;
  margin-top: 20px;
}

.text-block-37 {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.div-block-24 {
  margin-top: 20px;
  font-size: 26px;
}

.heading-20 {
  border: 3px solid #f63b3b;
  margin-left: 10px;
  margin-right: 10px;
}

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

.container-20 {
  background-color: #f63b3b;
  border: 3px solid #f63b3b;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 40px;
}

.div-block-26 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-40 {
  margin-bottom: 20px;
  font-size: 28px;
}

.text-block-41 {
  color: #1b3c6c;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.div-block-27 {
  border: 1px solid #000;
  margin-bottom: 30px;
}

.text-block-42 {
  font-size: 26px;
}

.text-block-43 {
  color: #1b3c6c;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-44 {
  font-size: 24px;
}

.text-block-45 {
  color: #1b3c6c;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.div-block-28 {
  height: 60px;
  min-height: 60px;
  color: #1b3c6c;
  text-align: center;
  background-color: #d0d0d0;
  border: 1px solid #777;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 190%;
}

.div-block-29 {
  color: #1b3c6c;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.heading-21 {
  color: #1b3c6c;
  text-align: center;
  font-size: 52px;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}

.section-13 {
  margin-bottom: 0;
}

.div-block-31 {
  background-color: #b9f7ad;
  border: 1px #000;
  border-left: 5px solid #74b368;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-46 {
  text-align: center;
  font-size: 18px;
}

.heading-22 {
  text-align: center;
  display: inline-block;
}

.body {
  text-align: left;
}

.column-24 {
  text-align: center;
  margin-bottom: 20px;
}

.image-16, .column-25, .column-26, .column-27, .column-28 {
  text-align: center;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  margin-left: 10px;
}

.div-block-32 {
  text-align: center;
  margin-bottom: 20px;
}

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

.link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  margin-left: 5px;
}

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

.section-14 {
  background-color: #f7f7f7;
}

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

.image-17, .image-18, .image-19, .image-20 {
  margin-bottom: 20px;
  margin-left: 10px;
}

.image-21 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}

.image-22, .image-23 {
  margin-bottom: 20px;
}

.image-24, .image-25 {
  margin-bottom: 20px;
  margin-left: 10px;
}

.section-15 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-26 {
  margin-bottom: 20px;
  margin-left: 10px;
}

.section-16 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 40px;
}

.body-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-22 {
  margin-bottom: 0;
}

.section-17 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-18 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span {
  color: red;
}

.heading-23 {
  color: #1b3c6c;
  margin-bottom: 10px;
}

.bold-text-20 {
  -webkit-text-stroke-color: #1b3c6c;
}

.div-block-35 {
  background-color: #fff;
  border: 1px solid #e9e9ee;
  border-radius: 5px;
  padding: 0 35px 20px;
}

.text-block-47 {
  margin-top: 0;
  margin-bottom: 24px;
}

.div-block-36 {
  margin-bottom: 69px;
}

.text-block-48 {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-37 {
  margin-bottom: 78px;
}

.text-block-49 {
  margin-bottom: 40px;
}

.text-block-50 {
  margin-top: 10px;
}

.text-block-51 {
  margin-top: 10px;
  font-size: 13px;
}

.text-block-52 {
  margin-top: 10px;
}

.text-block-53 {
  margin-bottom: 33px;
}

.text-block-54 {
  margin-bottom: 83px;
}

.div-block-38 {
  margin-bottom: 35px;
}

.text-block-56 {
  margin-top: 10px;
  font-size: 13px;
}

.text-block-57, .text-block-58 {
  margin-bottom: 24px;
}

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

.div-block-41 {
  min-height: 20px;
  border: 1px solid #e9e9ee;
  border-radius: 5px;
  padding: 20px 35px;
}

.div-block-42 {
  border: 1px solid #e9e9ee;
  border-radius: 5px;
  padding: 29px 35px 50px;
}

.div-block-43 {
  padding: 39px 55px 50px;
}

.div-block-44 {
  background-color: #ecfccb;
  border-radius: 5px;
  padding: 0 35px 50px;
}

.div-block-45 {
  background-color: #ecfccb;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.section-19 {
  height: 100%;
  background-color: #000;
}

.body-3 {
  height: 100%;
  display: flex;
}

.section-20 {
  width: 8%;
  background-color: #000;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.column-29 {
  display: flex;
}

.section-21 {
  height: 100%;
  background-color: #000;
  display: block;
}

.wrapper {
  height: 100vh;
  display: flex;
}

.image-27 {
  display: inline-block;
}

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

.heading-24 {
  text-align: center;
  font-size: 40px;
}

.div-block-46 {
  padding-bottom: 50px;
}

.form-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-47 {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}

.text-field-4 {
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
}

.text-field-5 {
  height: 40px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.submit-button-3 {
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
}

.link {
  font-size: 14px;
  font-weight: 700;
}

.form-block-2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-59 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-24 {
  max-width: 400px;
}

.text-block-60 {
  text-align: right;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-48 {
  background-color: #6492f9;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.link-2 {
  font-weight: 700;
}

.columns-10 {
  background-color: #f7f7f7;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-25 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  width: 1005px;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1b3c6c;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  color: #1b3c6c;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1b3c6c;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3aa3e2;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.container-26 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-61 {
  color: #77808c;
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
}

.div-block-49 {
  margin-bottom: 35px;
}

.text-block-62 {
  margin-bottom: 83px;
}

.div-block-50 {
  margin-bottom: 35px;
}

.div-block-51 {
  margin-bottom: 29px;
}

.text-block-63, .text-block-64 {
  margin-bottom: 24px;
}

.heading-25 {
  margin-bottom: 26px;
  font-size: 20px;
  display: flex;
}

.text-block-65 {
  margin-bottom: 83px;
}

.div-block-58 {
  margin-bottom: 70px;
}

.div-block-59 {
  margin-bottom: 35px;
}

.text-block-70 {
  margin-bottom: 24px;
}

.div-block-60, .div-block-61, .div-block-63 {
  margin-bottom: 35px;
}

.div-block-64 {
  margin-bottom: 71px;
}

.section-22 {
  margin-top: 0;
  margin-bottom: 60px;
}

.heading-26 {
  font-size: 14px;
}

.heading-27 {
  font-size: 20px;
}

.heading-28 {
  color: #1b3c6c;
  -webkit-text-stroke-color: #1b3c6c;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
}

.button-4 {
  background-color: #398be3;
  border-radius: 5px;
  padding: 17px 8px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-65 {
  background-color: #d2d5d9;
  border-radius: 5px;
}

.columns-11 {
  padding-left: 10px;
}

.column-32 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.column-33 {
  border-radius: 5px;
}

.image-28 {
  border-radius: 0 5px 5px 0;
}

.section-23 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-27 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3aa3e2;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.text-block-71 {
  color: #666;
  text-align: center;
  margin-top: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
}

.container-28 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
}

.container-29 {
  margin-bottom: 30px;
}

.section-24 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-72 {
  color: #1f2451;
  padding: 0 10px 10px;
  font-family: Plusjakartasans, sans-serif;
}

.heading-29 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #1b3c6c;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
}

.container-30 {
  text-align: center;
  justify-content: center;
  display: block;
}

.columns-12 {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 0 20px 10px;
}

.heading-30 {
  color: #1b3c6c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
}

.bold-text-24 {
  color: #1b3c6c;
  -webkit-text-stroke-color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #398be3;
  border-radius: 5px;
  margin-top: 0;
  padding: 20px 40px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.button-5:hover {
  -webkit-text-fill-color: inherit;
  background-color: #257edf;
  background-clip: border-box;
}

.bold-text-25 {
  color: #1b3c6c;
}

.html-embed-14 {
  margin-top: 10px;
}

.text-block-73 {
  color: #1f2451;
  padding: 0 10px 10px;
  font-family: Lato, sans-serif;
}

.div-block-66 {
  -webkit-text-stroke-color: #1b3c6c;
  margin-bottom: 20px;
}

.text-block-74 {
  color: #1b3c6c;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
}

.heading-31 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.section-25 {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-67 {
  margin-bottom: 20px;
}

.image-29 {
  float: left;
  margin-right: 20px;
  padding-bottom: 40px;
}

.html-embed-15 {
  margin-top: 10px;
}

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

.div-block-70 {
  background-color: #d2d5d9;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
}

.div-block-71 {
  color: #fff;
  background-color: #39a3e3;
  border-style: none;
  border-color: #193c6c;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.list-item-19 {
  color: #1b3c6c;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.heading-32 {
  color: #1b3c6c;
  text-align: center;
  -webkit-text-stroke-color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.list-item-20 {
  color: #1b3c6c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.list-item-21 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.bold-text-26 {
  color: #1b3c6c;
}

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

.div-block-72 {
  height: 1px;
  object-fit: fill;
  background-color: #000;
}

.section-26 {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.list-item-22 {
  color: #1b3c6c;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.heading-33 {
  color: #1b3c6c;
  text-align: left;
  margin-bottom: 40px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.list-item-23 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Plusjakartasans, sans-serif;
}

.section-27 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-34 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.container-32 {
  justify-content: center;
  display: flex;
}

.button-6 {
  color: #fff;
  background-color: #398be3;
  border-radius: 5px;
  margin-top: 40px;
  padding: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.button-6:hover {
  -webkit-text-fill-color: inherit;
  background-color: #257edf;
  background-clip: border-box;
}

.section-28 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-76 {
  color: #1b3c6c;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-77 {
  color: #1b3c6c;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.image-30 {
  border: 1px solid #1c2c40;
  border-radius: 5px;
}

.text-block-78 {
  color: #1b3c6c;
  margin-bottom: 40px;
  font-weight: 700;
}

.image-31 {
  border: 1px solid #1c2c40;
  border-radius: 5px;
}

.text-block-79 {
  color: #1b3c6c;
  padding-top: 4px;
  font-size: 15px;
}

.div-block-73 {
  padding-bottom: 20px;
}

.heading-35 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.bold-text-27 {
  color: #1b3c6c;
  font-size: 20px;
}

.image-32 {
  float: left;
  margin-right: 5px;
}

.columns-13 {
  margin-bottom: 40px;
}

.section-29 {
  color: #fff;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-36 {
  text-align: center;
  margin-bottom: 0;
}

.heading-37 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.text-block-80 {
  color: #1b3c6c;
  padding-top: 4px;
  font-size: 15px;
}

.div-block-74 {
  padding-bottom: 20px;
}

.heading-38 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.bold-text-28 {
  color: #1b3c6c;
  font-size: 20px;
}

.image-33 {
  float: left;
  margin-right: 5px;
}

.columns-14 {
  margin-bottom: 40px;
}

.section-30 {
  color: #fff;
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-39 {
  text-align: center;
  margin-bottom: 0;
}

.heading-40 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.div-block-75 {
  min-height: 20px;
}

.html-embed-16 {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-41 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 115%;
}

.columns-15 {
  margin-bottom: 40px;
}

.div-block-76 {
  height: 20px;
}

.section-31 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-33 {
  margin-bottom: 0;
}

.html-embed-17, .html-embed-18, .html-embed-19 {
  margin-top: 10px;
}

.heading-42 {
  color: #1b3c6c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
}

.html-embed-20 {
  margin-top: 10px;
}

.image-34, .image-35, .image-36 {
  margin-bottom: 20px;
  margin-left: 10px;
}

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

.image-38 {
  margin-bottom: 20px;
  margin-left: 10px;
}

.heading-43 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 115%;
}

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

.image-40 {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}

.section-32 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-41, .image-42, .image-43 {
  margin-bottom: 20px;
  margin-left: 10px;
}

.bold-text-29 {
  -webkit-text-stroke-color: #1b3c6c;
}

.div-block-77 {
  background-color: #d2d5d9;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.bold-text-30, .bold-text-31 {
  -webkit-text-stroke-color: #1b3c6c;
}

.text-block-81 {
  color: #1f2451;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.heading-44 {
  color: #1b3c6c;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 115%;
}

.bold-text-32 {
  -webkit-text-stroke-color: #1b3c6c;
}

.section-33 {
  text-transform: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-82 {
  color: #1b3c6c;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.bold-text-33 {
  -webkit-text-stroke-color: #1b3c6c;
}

.section-34 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 50px;
}

.image-44 {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 0;
}

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

.image-45, .image-46, .image-47, .image-48 {
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-49, .image-50 {
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 0;
}

.text-block-83 {
  color: #1b3c6c;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.section-35 {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-35 {
  text-align: center;
  margin-top: 20px;
}

.image-51 {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.text-block-84 {
  -webkit-text-stroke-color: #666;
  margin-left: 0;
  font-size: 14px;
}

.text-block-85 {
  float: left;
}

@media screen and (min-width: 1280px) {
  .page-wrapper.sign-up-page, .page-wrapper._404 {
    height: 110vh;
  }

  .pricing-grid-cell-wrap {
    height: 100%;
  }

  .toggle-contain {
    cursor: pointer;
  }

  ._404-page-wrapper {
    margin-top: 20px;
  }

  .toggle-contain-2 {
    cursor: pointer;
  }

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

  .heading-11 {
    margin-bottom: 40px;
  }

  .text-block-29 {
    padding-top: 3px;
    font-size: 15px;
  }

  .div-block-18 {
    padding-bottom: 20px;
  }

  .div-block-19 {
    max-height: 0;
  }

  .div-block-20 {
    min-height: 10px;
  }

  .div-block-21 {
    max-height: 10px;
  }

  .div-block-38 {
    margin-bottom: 55px;
  }

  .text-block-63 {
    margin-bottom: 24px;
  }

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

  .heading-25 {
    margin-bottom: 11px;
  }

  .text-block-65 {
    margin-bottom: 83px;
  }

  .div-block-58 {
    margin-bottom: 90px;
  }

  .div-block-59 {
    margin-bottom: 55px;
  }

  .div-block-60, .div-block-61, .div-block-63 {
    margin-bottom: 35px;
  }

  .div-block-64 {
    margin-bottom: 70px;
  }

  .container-29 {
    margin-bottom: 30px;
  }

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

  .heading-29 {
    margin-bottom: 0;
  }

  .heading-30 {
    margin-top: 0;
  }

  .text-block-79 {
    padding-top: 3px;
    font-size: 15px;
  }

  .div-block-73 {
    padding-bottom: 20px;
  }

  .heading-37 {
    margin-bottom: 40px;
  }

  .text-block-80 {
    padding-top: 3px;
    font-size: 15px;
  }

  .div-block-74 {
    padding-bottom: 20px;
  }

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

@media screen and (min-width: 1440px) {
  .page-wrapper.sign-up-page {
    height: 110vh;
  }

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

  .features-heading, .features-grid-icon {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 60px;
  }

  .features-hero-wrapper {
    margin-top: 0;
  }

  .pricing-grid-point-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 157%;
  }

  .blue-ellipse.tracking {
    right: 28%;
  }

  .utility-page-wrap {
    margin-top: 100px;
    margin-bottom: auto;
  }

  ._404-page-wrapper {
    margin-top: 60px;
  }

  .blog-image-contain {
    border-radius: 10px;
    overflow: hidden;
  }

  .container {
    margin-bottom: 40px;
  }

  .text-block {
    color: #1f2451;
    text-align: center;
    font-size: 20px;
    line-height: 140%;
  }

  .pricing-grid-text-point-wrap-2.black-align-down {
    margin-top: 10px;
  }

  .pricing-grid-text-point-wrap-2.black {
    color: #1b3c6c;
  }

  .text-block-8 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 157%;
  }

  .text-block-9 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 157%;
  }

  .text-block-10 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 157%;
  }

  .checkbox-field-2 {
    margin-top: 20px;
  }

  .text-block-17 {
    margin-bottom: 0;
  }

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

  .text-block-47 {
    color: #1b3c6c;
    margin-bottom: 20px;
  }

  .div-block-36 {
    margin-bottom: 36px;
  }

  .div-block-37 {
    margin-bottom: 37px;
  }

  .text-block-51 {
    -webkit-text-stroke-color: #1b3c6c;
  }

  .text-block-53 {
    color: #1b3c6c;
    margin-bottom: 46px;
  }

  .text-block-54 {
    margin-bottom: 96px;
  }

  .div-block-38 {
    margin-bottom: 35px;
  }

  .text-block-55 {
    margin-bottom: 0;
  }

  .div-block-39 {
    margin-bottom: 36px;
  }

  .text-block-56 {
    -webkit-text-stroke-color: #1b3c6c;
    margin-top: 10px;
  }

  .text-block-57 {
    color: #1b3c6c;
    margin-bottom: 20px;
  }

  .text-block-58, .bold-text-21, .bold-text-22 {
    color: #1b3c6c;
  }

  .bold-text-23 {
    -webkit-text-stroke-color: #1b3c6c;
  }

  .text-block-62 {
    margin-bottom: 96px;
  }

  .text-block-63, .text-block-64 {
    margin-bottom: 24px;
  }

  .text-span-2 {
    margin-bottom: 0;
    font-size: 20px;
    display: flex;
  }

  .heading-25 {
    margin-bottom: 25px;
  }

  .div-block-53 {
    margin-bottom: 69px;
  }

  .text-block-65 {
    margin-bottom: 95px;
  }

  .text-block-66, .text-block-67, .text-block-68 {
    margin-bottom: 21px;
  }

  .div-block-54 {
    margin-bottom: 4px;
  }

  .text-block-69 {
    margin-bottom: 21px;
  }

  .div-block-58 {
    margin-bottom: 69px;
  }

  .div-block-59 {
    margin-bottom: 35px;
  }

  .text-block-70 {
    margin-bottom: 24px;
  }

  .div-block-60, .div-block-61 {
    margin-bottom: 35px;
  }

  .div-block-62 {
    margin-bottom: 84px;
  }

  .div-block-63 {
    margin-bottom: 35px;
  }

  .div-block-64 {
    margin-bottom: 70px;
  }

  .container-29 {
    margin-bottom: 30px;
  }

  .heading-29 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .features-hero-section {
    margin-top: auto;
  }

  .page-wrapper.sign-up-page {
    height: 100vh;
  }

  .white-button {
    box-shadow: none;
    border: 1px solid #3d77f7;
  }

  .pricing-grid.annually {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .career-hero-image {
    object-fit: cover;
  }

  .sign-up-page-left {
    height: 100vh;
  }

  .blue-ellipse.tracking {
    right: 30%;
  }

  .sign-up-form {
    margin-top: auto;
    margin-bottom: auto;
  }

  .pricing-grid-point-heading-2 {
    color: #1b3c6c;
  }

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

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

  .button-3 {
    margin-top: 40px;
  }

  .div-block-11 {
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-36 {
    margin-bottom: 52px;
  }

  .text-block-58 {
    margin-bottom: 36px;
  }

  .div-block-49 {
    margin-bottom: 23px;
  }

  .text-block-63 {
    margin-bottom: 36px;
  }

  .div-block-52 {
    height: 10px;
  }

  .text-span-2 {
    color: #1b3c6c;
    font-size: 20px;
  }

  .heading-25 {
    margin-bottom: 11px;
    line-height: 60px;
  }

  .div-block-53 {
    margin-bottom: 81px;
  }

  .text-block-68 {
    margin-bottom: 0;
  }

  .div-block-55 {
    margin-bottom: 58px;
  }

  .div-block-56, .div-block-57 {
    margin-bottom: 23px;
  }

  .div-block-58 {
    margin-bottom: 69px;
  }

  .div-block-59 {
    margin-bottom: 35px;
  }

  .text-block-70 {
    margin-bottom: 36px;
  }

  .div-block-63 {
    margin-bottom: 35px;
  }

  .div-block-64 {
    margin-bottom: 70px;
  }

  .section-23 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-24 {
    padding-top: 60px;
  }

  .button-5 {
    margin-top: 40px;
  }

  .div-block-72 {
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
  }

  .section-26 {
    background-color: #f7f7f7;
  }

  .section-27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-6 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  .style-guide-links {
    max-width: 1170px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    position: static;
  }

  .paragraph-20px.features-text {
    font-size: 17px;
  }

  .style-guide-content-wrap {
    flex-direction: column;
  }

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    margin-bottom: 15px;
  }

  .footer-wrapper {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .white-navbar {
    position: relative;
  }

  .page-wrapper.sign-up-page {
    height: auto;
    flex-direction: column;
  }

  .wrapper-1170px.nav-wrapper {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    width: 100%;
    max-width: none;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .nav-menu-wrapper.white-nav {
    background-color: #2f39a3;
  }

  .nav-links-left {
    width: 95%;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    margin: 30px auto 0;
  }

  .nav-button {
    text-align: center;
    margin-left: 0;
    display: none;
  }

  .nav-button.white-button {
    width: 30%;
    margin-left: 20px;
    display: none;
  }

  .nav-button.white-button.menu {
    margin-left: 0;
    display: block;
  }

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

  .nav-link {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-570px.style-guide-hero-wrapper {
    max-width: 470px;
    padding-bottom: 60px;
  }

  .style-guide-hero-heading {
    font-size: 42px;
  }

  .style-guide-hero-text {
    font-size: 18px;
  }

  .style-guide-link-heading {
    display: none;
  }

  .style-guide-content-wrapper-right {
    width: 95%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .colors-section {
    width: 100%;
    max-width: 1000px;
  }

  .color-heading {
    text-align: center;
    font-size: 36px;
  }

  .color-shade-box-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-shade-box.primary-color-1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .color-shade-box.primary-color-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .color-shade-box.accent-color-1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .color-shade-box.accent-color-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .color-shade-box.gray-color-1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .color-shade-box.gray-color-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .color-shade-box.white-color-1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .color-shade-box.white-color-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .color-grid-heading {
    font-size: 18px;
  }

  .typography-section {
    width: 100%;
  }

  .typography-heading {
    text-align: center;
    font-size: 36px;
  }

  .typography-column-2-heading {
    font-size: 26px;
  }

  .elements-heading {
    text-align: center;
    font-size: 36px;
  }

  .buttons-heading {
    text-align: center;
    font-size: 24px;
  }

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

  .elements-buttons-wrapper {
    max-width: 450px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .arrow-button {
    margin-left: auto;
    margin-right: auto;
  }

  .input-fields-heading {
    text-align: center;
    font-size: 24px;
  }

  .typography-column-1-heading {
    width: 100%;
    font-size: 26px;
  }

  .home-hero-section {
    padding-bottom: 40px;
    overflow: visible;
  }

  .home-hero-content-wrapper {
    margin-top: 30px;
  }

  .logo-section {
    margin-top: 0;
    padding-top: 40px;
  }

  .logo-grid {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .logo-grid-wrapper {
    margin-right: 20px;
  }

  .grid-logo-image {
    margin-top: 15px;
  }

  .features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #2f39a3;
  }

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

  .blue-button.features-cta {
    width: 50%;
    margin-top: 30px;
  }

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

  .tracking-accounts-section {
    padding-bottom: 130px;
  }

  .tracking-accounts-wrapper {
    flex-direction: column;
    margin-right: auto;
    padding-top: 40px;
  }

  .tracking-accounts-content-wrapper {
    width: 95%;
  }

  .tracking-accounts-heading {
    text-align: center;
  }

  .tracking-accounts-grid {
    justify-items: center;
    margin-bottom: 30px;
  }

  .tracking-accounts-image-wrapper {
    width: 100%;
  }

  .tracking-account-card-image {
    width: 90%;
    object-fit: fill;
    position: relative;
    bottom: -48px;
  }

  .tracking-account-window-image {
    width: 90%;
  }

  .insights-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .insights-image-wrapper {
    width: auto;
  }

  .insights-text-wrapper {
    width: 100%;
    max-width: 470px;
    text-align: left;
    margin-top: 100px;
  }

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

  .clients-control-wrapper {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-control-image-wrapper {
    width: auto;
    position: relative;
  }

  .clients-control-text-wrapper {
    width: 100%;
    margin-top: 100px;
  }

  .clients-control-paragraph {
    font-size: 20px;
  }

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

  .achievement-grid-heading {
    font-size: 50px;
  }

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

  .footer-grid {
    width: 100%;
    justify-items: start;
  }

  .footer-left-wrapper {
    margin-bottom: 30px;
  }

  .powerful-integrations-wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pi-image-wrapper {
    width: auto;
  }

  .slide-container {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
  }

  .slide-left-text {
    width: 95%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-right-image {
    width: 79%;
    min-height: 470px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    top: auto;
    bottom: -70px;
    left: 40%;
    right: auto;
  }

  .right-arrow {
    top: auto;
    bottom: -70px;
    left: auto;
    right: 40%;
  }

  .circle-svg-1 {
    top: -1%;
  }

  .circle-svg-2 {
    left: 17%;
  }

  .circle-svg-5 {
    left: -8%;
  }

  .circle-svg-6 {
    right: -8%;
  }

  .features-hero-text {
    font-size: 18px;
  }

  .features-hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-cta-wrapper {
    flex-direction: column;
  }

  .features-cta-heading {
    width: 95%;
    text-align: center;
  }

  .how-wrapper {
    width: 95%;
  }

  .how-grid {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
  }

  .how-grid-cell-wrap.arrow {
    left: 18%;
  }

  .how-grid-cell-wrap.arrow-right {
    right: 17%;
  }

  .circle-svg-7 {
    top: 21%;
  }

  .circle-svg-8 {
    right: 25%;
  }

  .circle-svg-9 {
    left: 28%;
  }

  .how-it-works-grid-heading {
    font-size: 26px;
  }

  .how-it-works-grid-text {
    font-size: 18px;
  }

  .grid-arrow-image {
    width: 40%;
  }

  .slider-element {
    left: 2%;
  }

  .tabs-wrapper {
    padding-top: 100px;
  }

  .tabs-heading {
    font-size: 40px;
  }

  .tabs-text {
    font-size: 19px;
  }

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

  .tabs-bottom-left {
    width: 100%;
    justify-items: center;
    margin-bottom: 30px;
  }

  .tabs-bottom-right {
    width: 90%;
    position: relative;
  }

  .tabs-image {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .pricing-header-grid {
    grid-column-gap: 19px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .header-grid-text {
    font-size: 18px;
  }

  .pricing-grid {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-grid.monthly, .pricing-grid.annually {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid-point-text {
    font-size: 16px;
  }

  .career-hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .positions-grid-cell-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .positions-grid-heading-wrap {
    width: 100%;
  }

  .positions-grid-bottom-heading {
    text-align: left;
    font-size: 18px;
  }

  .positions-grid-text {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .positions-grid-link {
    margin-top: 5px;
  }

  .blog-heading-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-heading-icons-wrap {
    flex-direction: row;
    position: static;
    left: -33px;
  }

  .blog-heading-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .log-icon-link-image {
    margin-right: 20px;
  }

  .rich-text {
    margin-bottom: 0;
  }

  .rich-text.career-details {
    margin-right: 0%;
  }

  .featured-blog-left {
    height: 100%;
    min-height: 470px;
  }

  .featured-blog-right {
    width: 100%;
    max-width: none;
    min-height: 470px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-featured-wrapper {
    width: 97%;
    height: 100%;
    margin-bottom: 30px;
  }

  .collection-list-featured-wrapper-2 {
    width: 97%;
  }

  .blog-header-wrap {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-wrapper {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .subscribe-text-wrap {
    margin-bottom: 30px;
  }

  .collection-list-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .positions-grid-text-contain {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-right: auto;
  }

  .career-content-wrapper {
    flex-direction: column;
  }

  .career-content-text-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .career-content-form-wrap {
    width: 64%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-5, .collection-item-2 {
    width: 100%;
  }

  .contact-form-contain {
    width: 100%;
    min-height: auto;
    margin-bottom: 60px;
    padding-left: 50px;
  }

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

  .contact-form-flex-contain {
    flex-direction: column-reverse;
    align-items: center;
  }

  .form-button-flex-wrap {
    align-items: flex-start;
  }

  .contact-form-float {
    width: 100%;
    position: static;
  }

  .contact-page-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact-grid-icon-wrap {
    margin-right: 0;
  }

  .sign-up-page-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .sign-up-page-right {
    width: 100%;
    position: relative;
  }

  .blue-ellipse.tracking {
    right: 47%;
  }

  .sign-up-page-background-gradient {
    top: -24%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .licenses-content-wrap {
    flex-direction: column;
  }

  .licenses-links {
    max-width: 1170px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    position: static;
  }

  .licenses-link-heading {
    display: none;
  }

  .licenses-content-wrapper-right {
    width: 95%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .licenses-hero-text {
    font-size: 18px;
  }

  .changelog-hero-heading {
    font-size: 42px;
  }

  .changelog-content-wrap {
    flex-direction: column;
  }

  .changelog-links {
    max-width: 1170px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    position: static;
  }

  .changelog-content-wrapper-right {
    width: 95%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .changelog-link-heading {
    display: none;
  }

  .utility-page-wrap {
    margin-top: 100px;
  }

  .sign-up-right-image-1 {
    position: relative;
  }

  .sign-up-right-image-4 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
  }

  .grid-icon-wrap {
    padding: 20px;
  }

  .menu-icon {
    color: #2f39a3;
  }

  .instructions-wrapper {
    flex-direction: column;
  }

  .pricing-ecommerce-cms-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-ecommerce-cms {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-white-nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-white-nav.w--open {
    color: #1c2c40;
    background-color: #fff;
  }

  .contact-page-form {
    width: 95%;
  }

  .plan-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }

  .text-containers {
    width: 100%;
  }

  .text-containers.product-hero {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .product-name-wrapper {
    justify-content: flex-start;
  }

  .about-product-contain {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .button-cart-contain {
    grid-column-gap: 10px;
  }

  .points-rich-text {
    margin-bottom: 0;
  }

  .checkout-container {
    flex-direction: column;
  }

  .left-checkout {
    width: 100%;
    margin-right: 0;
  }

  .right-checkout {
    width: 100%;
  }

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

  .blue-button-2 {
    text-align: center;
  }

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

  .columns-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    margin-left: auto;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    margin-bottom: 0;
    line-height: 130%;
  }

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-5 {
    margin-bottom: 20px;
    line-height: 130%;
  }

  .section-6, .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    line-height: 130%;
  }

  .section-8, .section-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-9 {
    line-height: 130%;
  }

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

  .heading-10, .heading-14 {
    line-height: 130%;
  }

  .section-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-15 {
    line-height: 130%;
  }

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

  .footer-light {
    padding-top: 40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-link-two {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .columns-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .list, .list-2 {
    padding-left: 20px;
  }

  .column-10 {
    margin-bottom: -20px;
  }

  .div-block-12 {
    height: 0;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 20px;
  }

  .image-12 {
    padding-bottom: 70px;
  }

  .div-block-15 {
    margin-bottom: 20px;
  }

  .text-block-29 {
    padding-top: 0;
  }

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

  .div-block-26 {
    margin-bottom: 20px;
  }

  .text-block-41 {
    margin-bottom: 0;
  }

  .div-block-27, .heading-21 {
    margin-bottom: 20px;
  }

  .section-15, .section-16, .section-17, .section-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    margin-bottom: 10px;
  }

  .text-block-54 {
    margin-bottom: 58px;
  }

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-25 {
    max-width: 728px;
  }

  .nav-menu-wrapper-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-26 {
    max-width: 728px;
  }

  .text-block-62 {
    margin-bottom: 58px;
  }

  .heading-28 {
    margin-bottom: 20px;
  }

  .button-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .container-27 {
    max-width: 728px;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-29 {
    margin-bottom: 0;
    line-height: 130%;
  }

  .heading-30 {
    margin-top: 0;
    font-size: 20px;
  }

  .button-5 {
    margin-top: 20px;
  }

  .heading-31 {
    margin-bottom: 20px;
    line-height: 130%;
  }

  .column-35 {
    margin-bottom: -20px;
  }

  .section-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-29 {
    padding-bottom: 70px;
  }

  .div-block-69 {
    margin-bottom: 20px;
  }

  .heading-32 {
    margin-bottom: 20px;
    line-height: 130%;
  }

  .list-3 {
    padding-left: 20px;
  }

  .section-26 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-6 {
    margin-top: 20px;
  }

  .section-28 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-79 {
    padding-top: 0;
  }

  .heading-35 {
    line-height: 130%;
  }

  .section-29 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-80 {
    padding-top: 0;
  }

  .heading-38 {
    line-height: 130%;
  }

  .section-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-41 {
    line-height: 130%;
  }

  .div-block-76 {
    height: 0;
  }

  .section-31 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-42, .heading-43 {
    line-height: 130%;
  }

  .section-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-44 {
    line-height: 130%;
  }

  .section-33, .section-34 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-35 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .style-guide-link {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .nav-button.white-button {
    width: 38%;
    margin-left: 14px;
  }

  .style-guide-hero-heading {
    font-size: 32px;
  }

  .style-guide-hero-text {
    font-size: 17px;
  }

  .colors-heading {
    font-size: 28px;
  }

  .color-heading {
    font-size: 30px;
  }

  .color-shade-box {
    height: 130px;
    max-width: 130px;
  }

  .typography-section {
    position: relative;
  }

  .typography-heading {
    font-size: 30px;
  }

  .typography-column-wrap {
    flex-direction: column;
    padding-top: 10px;
  }

  .typography-column-wrap.headings {
    background-color: #d5d7ed;
    flex-direction: column;
    padding-top: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .typography-column-left {
    text-align: center;
  }

  .typography-column-right {
    width: 100%;
  }

  .typography-column-2-heading {
    text-align: center;
    font-size: 20px;
  }

  .typography-column-2-text {
    text-align: center;
  }

  .elements-heading {
    font-size: 30px;
  }

  .typography-column-1-heading {
    font-size: 20px;
  }

  .home-hero-content-wrapper {
    width: 97%;
  }

  .home-hero-heading, .home-hero-heading-text {
    text-align: center;
  }

  .home-hero-button-contain {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero-button-contain.cta {
    max-width: 400px;
  }

  .logo-section {
    padding-top: 40px;
  }

  .logo-section-heading {
    margin-top: 0;
  }

  .features-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .features-grid-wrap {
    max-width: 360px;
  }

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

  .blue-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-button.features-cta {
    width: 100%;
  }

  .blue-button.home-hero, .blue-button.cta {
    width: 100%;
    margin-bottom: 15px;
  }

  .blue-button.icons-header-button {
    margin-left: auto;
    margin-right: auto;
  }

  .white-button {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tracking-accounts-section {
    padding-bottom: 50px;
  }

  .tracking-accounts-wrapper {
    padding-top: 40px;
  }

  .tracking-account-card-image {
    bottom: 1px;
  }

  .tracking-account-window-image {
    width: 81%;
  }

  .insights-wrapper {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-control-wrapper {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .clients-control-image-2 {
    width: 30%;
    left: -3%;
  }

  .achievement-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    z-index: 1100;
  }

  .footer-top-text {
    font-size: 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .powerful-integrations-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pi-image-wrapper {
    width: auto;
  }

  .slide-right-image {
    min-height: 350px;
  }

  .left-arrow {
    left: 35%;
  }

  .right-arrow {
    right: 35%;
  }

  .pi-background-circle-contain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-hero-text {
    font-size: 16px;
  }

  .features-cta-section {
    padding-bottom: 100px;
  }

  .features-cta-heading {
    width: 100%;
  }

  .how-heading {
    font-size: 32px;
  }

  .how-grid {
    max-width: 350px;
    grid-column-gap: 13px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .how-it-works-grid-text {
    font-size: 18px;
  }

  .grid-arrow-image {
    display: none;
  }

  .tabs-heading {
    font-size: 32px;
  }

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

  .tabs-bottom-right {
    width: 98%;
  }

  .tab-card-text {
    font-size: 18px;
  }

  .tabs-image {
    right: -7%;
  }

  .answer-text-bottom {
    font-size: 18px;
  }

  .questions-text {
    width: 90%;
    text-align: center;
  }

  .pricing-header-grid {
    width: 49%;
    max-width: none;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
  }

  .header-grid-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
  }

  .pricing-grid.monthly, .pricing-grid.annually {
    grid-template-columns: 1fr;
  }

  .career-hero-text {
    font-size: 18px;
  }

  .career-hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .carrer-hero-grid-image-wrap.career-image-1 {
    width: auto;
    height: auto;
  }

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

  .positions-grid-cell-wrap {
    padding: 15px;
  }

  .about-blog-wrap {
    max-width: none;
  }

  .about-text-bottom {
    flex-direction: row;
    align-items: center;
  }

  .rich-text blockquote {
    font-size: 20px;
  }

  .rich-text.career-details {
    margin-right: 0%;
  }

  .featured-blog-left, .featured-blog-right {
    min-height: auto;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list-featured-wrapper {
    min-height: auto;
  }

  .subscribe-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subscribe-wrapper.blog-template {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-text-wrap {
    text-align: center;
    margin-right: 0;
  }

  .subscribe-form-flex {
    max-width: 400px;
    grid-row-gap: 20px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .subscribe-form-input {
    height: 60px;
    border-radius: 10px;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .about-author-section {
    padding-bottom: 80px;
  }

  .about-author-wrap {
    width: 90%;
  }

  .collection-list-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .positions-design-collection-list, .positions-marketing-collection-list, .positions-sales-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .career-content-form-wrap {
    width: 85%;
  }

  .form-buttons-container {
    flex-direction: column;
    display: flex;
  }

  .form-attach-button {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .contact-heading-contain {
    width: 90%;
    max-width: 350px;
  }

  .contact-heading-text {
    font-size: 18px;
  }

  .contact-form-contain {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-name-wrap {
    flex-direction: column;
  }

  .first-name-contain, .last-name-contain {
    width: 100%;
  }

  .contact-form-flex-wrap {
    flex-direction: column;
  }

  .contact-grid-icon {
    margin-bottom: 10px;
  }

  .sign-up-page-left {
    padding-bottom: 57px;
  }

  .blue-ellipse.tracking {
    right: 27%;
  }

  .image-gradient {
    display: flex;
  }

  .sign-up-page-logo {
    padding-left: 0;
  }

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

  .licenses-hero-text {
    font-size: 17px;
  }

  .changelog-hero-heading {
    font-size: 32px;
  }

  .changelog-content-wrap {
    padding-bottom: 100px;
  }

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

  .version-list-item {
    font-size: 18px;
  }

  .home-blog-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-blog-header-contain {
    flex-direction: column;
  }

  .home-blog-heading {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .home-blog-grid {
    max-width: 500px;
  }

  .home-blog-cms-list-2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icons-header-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .icons-header-text-wrap {
    margin-bottom: 30px;
  }

  .icons-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-icon-wrap {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fonts-big-heading {
    margin-bottom: 30px;
  }

  .fonts-text-contain {
    margin-left: 0;
  }

  .illustrations-section {
    margin-bottom: 100px;
  }

  .home-blog-cms-list-3 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .menu-icon {
    color: #2f39a3;
  }

  .instructions-wrapper {
    padding-bottom: 100px;
  }

  .brand {
    padding-left: 0;
  }

  .plan-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .points-rich-text blockquote {
    font-size: 20px;
  }

  .text-block {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .blue-button-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2, .column-3, .column-4 {
    padding-bottom: 40px;
  }

  .text-block-11 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button-2 {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .columns-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    margin-top: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .columns-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .list, .list-2 {
    padding-left: 20px;
  }

  .container-14, .column-5, .column-6, .column-7, .column-8, .container-15, .container-16, .column-9, .column-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    font-size: 20px;
  }

  .div-block-18 {
    text-align: left;
  }

  .text-block-30 {
    margin-bottom: 20px;
  }

  .text-block-31 {
    margin-top: 40px;
  }

  .text-block-32 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-25, .column-26, .column-27, .columns-9 {
    margin-bottom: 20px;
  }

  .section-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    margin-bottom: 10px;
  }

  .div-block-35 {
    width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .column-30, .column-31 {
    display: none;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .columns-11 {
    padding-left: 0;
  }

  .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .section-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .text-block-72 {
    margin-top: 20px;
  }

  .columns-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-30 {
    font-size: 20px;
  }

  .container-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-35, .column-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-3 {
    padding-left: 20px;
  }

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

  .section-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-76 {
    margin-bottom: 20px;
  }

  .text-block-77 {
    margin-top: 40px;
  }

  .text-block-78 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .div-block-73, .div-block-74 {
    text-align: left;
  }

  .column-47, .column-48, .column-49, .column-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-42 {
    margin-top: 20px;
  }

  .section-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-34, .div-block-78 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-35 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
  }

  .style-guide-link {
    grid-template-columns: 1fr;
  }

  .style-guide-links {
    margin-bottom: 30px;
  }

  .paragraph-20px.features-text, .paragraph-20px.tracking-accounts-grid-text {
    font-size: 16px;
  }

  .style-guide-content-wrap {
    padding-top: 60px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-wrapper {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-1170px.nav-wrapper {
    width: 90%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand-logo.w--current {
    width: 50%;
    margin-right: 2%;
  }

  .nav-button.white-button {
    width: 60%;
    margin-left: 8px;
  }

  .wrapper-570px.style-guide-hero-wrapper {
    padding-bottom: 40px;
  }

  .style-guide-hero-text {
    font-size: 16px;
  }

  .color-shade-box {
    height: 92px;
    max-width: 92px;
  }

  .color-grid-heading {
    font-size: 16px;
  }

  .color-grid-text {
    font-size: 14px;
  }

  .typography-column-right {
    width: 100%;
  }

  .typography-column-2-heading {
    font-size: 16px;
  }

  .elements-buttons-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .small-button {
    width: 100%;
    height: auto;
  }

  .home-hero-heading {
    text-align: center;
    font-size: 35px;
  }

  .home-hero-heading-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .logo-section-wrapper {
    top: 40px;
  }

  .logo-section-heading {
    margin-bottom: 40px;
  }

  .logo-grid-wrapper {
    width: 55%;
  }

  .features-section {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .features-heading {
    font-size: 26px;
  }

  .features-grid-wrap {
    margin-bottom: -20px;
  }

  .features-grid-icon {
    text-align: left;
  }

  .menu-button {
    padding: 10px;
  }

  .blue-button {
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blue-button.home-hero {
    margin-left: 0;
  }

  .white-button {
    flex-wrap: wrap;
  }

  .tracking-accounts-section {
    padding-bottom: 15px;
  }

  .tracking-accounts-wrapper {
    padding-top: 40px;
  }

  .tracking-accounts-content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .tracking-accounts-heading {
    font-size: 26px;
  }

  .insights-wrapper {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .insights-text-wrapper {
    width: 100%;
    margin-top: 80px;
  }

  .insights-paragraph {
    font-size: 16px;
  }

  .clients-control-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-control-text-wrapper {
    margin-top: 80px;
  }

  .clients-control-paragraph {
    font-size: 16px;
  }

  .insights-heading, .clients-control-heading {
    font-size: 26px;
  }

  .achievement-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .achievement-heading {
    font-size: 30px;
  }

  .main-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top-heading {
    font-size: 27px;
  }

  .footer-top-text {
    font-size: 16px;
  }

  .footer-text-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .powerful-integrations-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-container {
    padding-top: 0;
  }

  .slide-left-text {
    width: 98%;
  }

  .slide-right-image {
    width: 100%;
  }

  .slider-text-heading {
    font-size: 20px;
  }

  .left-arrow {
    left: 27%;
  }

  .right-arrow {
    right: 27%;
  }

  .features-hero-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .features-hero-heading {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .features-hero-text {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .features-hero-grid-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 0 24px 40px;
  }

  .features-grid-text-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .features-grid-text {
    font-size: 16px;
  }

  .features-cta-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .features-cta-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .how-wrapper {
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-heading {
    font-size: 30px;
  }

  .how-it-works-grid-text {
    font-size: 16px;
  }

  .tabs-heading {
    font-size: 30px;
  }

  .tabs-text {
    font-size: 18px;
  }

  .tab-card-heading-icon-wrap, .tab-card-bottom-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-card-text {
    font-size: 16px;
  }

  .questions-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .questions-heading {
    font-size: 30px;
  }

  .question-heading {
    margin-right: 5%;
  }

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

  .questions-bottom-heading {
    text-align: center;
  }

  .questions-text {
    width: 90%;
    text-align: center;
  }

  .pricing-hero-wrapper {
    width: 90%;
  }

  .pricing-header-grid {
    width: 82%;
    align-items: flex-start;
  }

  .header-grid-wrap {
    align-items: center;
    margin-right: auto;
  }

  .header-grid-text {
    font-size: 16px;
  }

  .header-geid-icon-wrap {
    margin-right: 10px;
  }

  .pricing-grid-cell-wrap, .pricing-grid-cell-wrap.white, .pricing-grid-cell-wrap.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid-icon-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .most-popular-wrap {
    margin-top: 10px;
  }

  .career-heading {
    font-size: 29px;
  }

  .career-hero-text {
    font-size: 18px;
  }

  .toggle-row {
    padding-left: 5px;
    padding-right: 5px;
  }

  .toggle-text {
    text-align: center;
    font-size: 15px;
  }

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

  .toggle-contain {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hiring-text {
    font-size: 18px;
  }

  .positions-grid-cell-wrap {
    padding: 15px;
  }

  .blog-content-wrapper {
    padding-top: 30px;
  }

  .about-blog-wrap {
    align-items: flex-start;
  }

  .blog-heading.white {
    font-size: 18px;
  }

  .about-text-bottom {
    grid-row-gap: 4px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .date-text.white, .time-text.white {
    font-size: 14px;
  }

  .rich-text p, .rich-text ul {
    font-size: 16px;
  }

  .rich-text.career-details {
    margin-right: 0%;
  }

  .featured-blog-left, .featured-blog-right {
    height: 300px;
  }

  .author-image {
    margin-right: 15px;
  }

  .collection-list-featured-wrapper {
    min-height: auto;
  }

  .blog-page-heading {
    font-size: 26px;
  }

  .subscribe-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-wrapper.blog-template {
    padding: 20px 10px;
  }

  .subscribe-text-wrap {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .about-author-section {
    padding-bottom: 40px;
  }

  .about-author-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .more-blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-2, .positions-design-collection-list, .positions-marketing-collection-list, .positions-sales-collection-list {
    grid-template-columns: 1fr;
  }

  .career-content-form-wrap {
    width: 100%;
    margin-bottom: 0;
    padding: 40px 20px;
  }

  .field-label {
    font-size: 16px;
  }

  .form-buttons-container {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .form-attach-button {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .submit-button {
    text-align: center;
    padding: 13px 5px;
  }

  .contact-hero-section {
    padding-bottom: 0;
  }

  .contact-heading {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .contact-heading-text {
    font-size: 16px;
  }

  .contact-form-contain {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 40px;
    padding: 40px 10px;
    display: flex;
  }

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

  .contact-form-name-wrap {
    grid-row-gap: 16px;
  }

  .contact-form-flex-wrap {
    grid-row-gap: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .form-button-flex-wrap {
    align-items: center;
  }

  .assistance-heading {
    margin-top: 0;
  }

  .contact-float-paragraph {
    font-size: 16px;
  }

  .contact-grid-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-grid-text {
    font-size: 16px;
  }

  .sign-up-page-left {
    padding-bottom: 37px;
  }

  .blue-ellipse.tracking {
    width: 50px;
    height: 50px;
    right: 43%;
  }

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

  .sign-up-form-heading {
    font-size: 22px;
  }

  .sign-up-form-paragraph {
    font-size: 16px;
  }

  .sign-up-form-text, .checkbox-text {
    font-size: 14px;
  }

  .licenses-content-wrap {
    padding-top: 60px;
  }

  .licenses-links {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .licenses-link {
    grid-template-columns: 1fr;
  }

  .licenses-hero-text {
    font-size: 16px;
  }

  .changelog-content-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .changelog-links {
    margin-bottom: 30px;
  }

  .changelog-link {
    grid-template-columns: 1fr;
  }

  .version-list-item {
    font-size: 16px;
  }

  ._404-page-text {
    font-size: 18px;
  }

  .home-blog-background-gradient {
    padding: 15px;
  }

  .date-contain {
    margin-bottom: 2px;
  }

  .illustrations-section {
    margin-bottom: 100px;
  }

  .menu-icon {
    color: #2f39a3;
    background-color: rgba(0, 0, 0, 0);
  }

  .remember-me-wrap {
    flex-direction: column;
  }

  .forgot-password-text-link {
    margin-top: 6px;
  }

  .authors-template-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .author-text-flex {
    flex-flow: wrap;
  }

  .instructions-wrapper {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .brand {
    width: 50%;
  }

  .menu-button-white-nav {
    padding: 7px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-detail-paragraph {
    font-size: 16px;
  }

  .buttons-contain {
    grid-template-columns: 1fr;
  }

  .plan-price {
    font-size: 30px;
  }

  .about-product-text {
    font-size: 18px;
    line-height: 150%;
  }

  .button-cart-contain {
    grid-column-gap: 0px;
  }

  .order-item {
    flex-direction: column;
  }

  .order-item-div {
    margin-left: 0;
  }

  .points-rich-text p {
    font-size: 16px;
  }

  .container {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .toggle-contain-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blue-button-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .toggle-row-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .html-embed-3 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .text-block-3 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    background-color: #f7f7f7;
  }

  .column.col1 {
    display: none;
  }

  .column.col2 {
    width: 100%;
  }

  .div-block {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .text-block-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-12 {
    margin-top: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .html-embed-9, .html-embed-10, .html-embed-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-12 {
    opacity: .6;
    outline-offset: 0px;
    background-color: #ccc;
    outline: 1px dashed #ccc;
    padding: 20px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button-2 {
    width: 100%;
    font-size: 14px;
  }

  .div-block-4 {
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-5 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
  }

  .container-9 {
    border-radius: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
  }

  .container-10 {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .section-6 {
    padding: 20px 10px;
  }

  .html-embed-13 {
    margin-bottom: 10px;
  }

  .list-item {
    margin-top: 20px;
    font-size: 20px;
  }

  .list-item-2, .list-item-3 {
    font-size: 20px;
  }

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

  .columns-4 {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    max-width: 100%;
    padding: 20px 10px;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .section-8, .section-9 {
    padding: 20px 10px;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .section-10 {
    padding: 20px 0;
  }

  .heading-10 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .heading-11 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .heading-12 {
    margin-bottom: 20px;
  }

  .heading-13 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-14 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-11 {
    padding: 20px 10px;
  }

  .heading-15 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .container-13 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .footer-light {
    padding: 40px 10px 60px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-9 {
    max-width: 140px;
    flex-flow: row;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: flex;
  }

  .div-block-10 {
    max-width: 130px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .columns-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-13, .list-item-14, .list-item-15 {
    font-size: 12px;
  }

  .list, .list-2 {
    padding-left: 0;
  }

  .container-14, .column-5, .column-6, .column-7, .column-8, .container-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-10 {
    margin-top: 10px;
    margin-bottom: -20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-16 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .list-item-17, .list-item-18 {
    font-size: 12px;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .column-13, .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-5 {
    font-size: 28px;
  }

  .text-block-27 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-12 {
    padding-bottom: 40px;
  }

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

  .div-block-16 {
    max-height: 10px;
  }

  .text-block-28 {
    align-items: flex-start;
    display: block;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 14px;
  }

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

  .container-17 {
    margin-bottom: 0;
  }

  .text-block-30 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-31 {
    margin-top: 20px;
  }

  .text-block-32 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-15, .column-16, .column-17, .column-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-19 {
    margin-bottom: 10px;
  }

  .column-20, .column-21, .column-22, .column-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-19 {
    font-size: 24px;
  }

  .text-block-34 {
    font-size: 18px;
  }

  .text-block-36 {
    font-size: 18px;
    line-height: 156%;
  }

  .text-block-37 {
    font-size: 18px;
  }

  .bold-text-19 {
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-38 {
    text-align: center;
    line-height: 156%;
  }

  .text-block-39 {
    margin-top: 20px;
  }

  .container-20 {
    padding: 20px 10px;
  }

  .div-block-26 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-41 {
    font-size: 18px;
  }

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

  .text-block-43, .text-block-45 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .div-block-28 {
    height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 220%;
  }

  .div-block-29 {
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-21 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .div-block-30 {
    padding: 10px;
  }

  .section-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-31 {
    margin-bottom: 20px;
  }

  .column-24, .column-25, .column-26, .column-27 {
    margin-bottom: 10px;
  }

  .column-28 {
    margin-bottom: 0;
  }

  .columns-9 {
    margin-bottom: 10px;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4 {
    margin-left: 5px;
  }

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

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

  .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    margin-left: 5px;
  }

  .div-block-34 {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    margin-bottom: 0;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .form-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-30, .column-31 {
    display: none;
  }

  .container-25 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-26 {
    max-width: none;
  }

  .button-4 {
    width: 100%;
    text-align: center;
  }

  .column-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-27 {
    max-width: none;
  }

  .container-28 {
    border-radius: 0;
  }

  .container-29 {
    margin-bottom: 0;
  }

  .section-24 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-72 {
    margin-top: 20px;
  }

  .heading-29 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
  }

  .container-30 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-12 {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-30 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .button-5 {
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .column-34 {
    margin-bottom: 10px;
  }

  .html-embed-14 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .container-31 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-74 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-31 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .column-35 {
    margin-top: 10px;
    margin-bottom: -20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-25 {
    padding: 20px 10px;
  }

  .image-29 {
    padding-bottom: 40px;
  }

  .html-embed-15 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .div-block-68 {
    max-height: 10px;
  }

  .column-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-70 {
    max-width: 140px;
    flex-flow: row;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: flex;
  }

  .div-block-71 {
    max-width: 130px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .list-item-19 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .heading-32 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .list-3 {
    padding-left: 0;
  }

  .list-item-20, .list-item-21 {
    font-size: 12px;
  }

  .bold-text-26 {
    font-size: 28px;
  }

  .column-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-75 {
    align-items: flex-start;
    display: block;
  }

  .section-26 {
    max-width: 100%;
    padding: 20px 10px;
  }

  .list-item-22, .list-item-23 {
    font-size: 12px;
  }

  .column-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-34 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .container-32 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-6 {
    text-align: center;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .section-28 {
    padding: 20px 10px;
  }

  .text-block-76 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-77 {
    margin-top: 20px;
  }

  .text-block-78 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .heading-35 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .column-39 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-29 {
    padding: 20px 0;
  }

  .column-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-36 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-37 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .column-41, .column-42 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .heading-38 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .column-43 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-30 {
    padding: 20px 0;
  }

  .column-44 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-39 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-40 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .column-45, .column-46 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-47, .column-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-16 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-41 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .column-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-17, .html-embed-18 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .column-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-19 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .heading-42 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .html-embed-20 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .heading-43 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .section-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-44 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .section-33 {
    padding: 20px 10px;
  }

  .column-52, .container-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-35 {
    margin-bottom: 0;
    padding-top: 20px;
  }
}

#w-node-_7cafb234-a2e9-0ee1-90e5-7d2af29e8535-7add4f08, #w-node-d1622835-13bc-3628-2445-894a7705f5f3-7add4f08, #w-node-_00e07602-dd0b-ce66-3645-4726bd677e6c-7add4f08, #w-node-f7db3ead-bbfd-fd02-3a7c-68cff04b7fb6-7add4f08, #w-node-f0d696ef-ec67-faac-d54a-ba5948d77dd1-7add4f08, #w-node-_192609ea-5017-6224-1118-d75412851840-7add4f08, #w-node-af2f0c0c-c050-ff70-4be6-b868ac4139ca-7add4f08, #w-node-fbe65b20-8047-a639-fb5f-673dafe308f8-7add4f08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e0edfc5-3fb1-734e-6245-b3b03223b0b0-7add4f08 {
  align-self: auto;
  justify-self: center;
}

#w-node-fe1023c2-75f9-757a-7ed8-a5c31eed1d65-7add4f08, #w-node-_7d545708-2381-1350-8eca-fbeeee1ad85f-7add4f08, #w-node-_00089899-5809-dd75-bae9-71c219b844ae-7add4f08 {
  justify-self: center;
}

#w-node-a22580a7-8f4b-1806-09bd-b705d6b50f08-7add4f08, #w-node-e0667fa1-301e-94b5-3603-4b6bb2a67a6e-7add4f08, #w-node-fe080fef-3a70-df84-931f-ca525635504a-7add4f08, #w-node-f71879e7-2fc1-a6f9-b57e-53ed9c5dedc1-9c5dedaf, #w-node-f71879e7-2fc1-a6f9-b57e-53ed9c5dedce-9c5dedaf, #w-node-f71879e7-2fc1-a6f9-b57e-53ed9c5deddb-9c5dedaf, #w-node-c361a7dc-a417-c9af-ef45-d8d547af6155-47af614e, #w-node-c361a7dc-a417-c9af-ef45-d8d547af615b-47af614e, #w-node-c361a7dc-a417-c9af-ef45-d8d547af6161-47af614e, #w-node-c361a7dc-a417-c9af-ef45-d8d547af6167-47af614e, #w-node-c361a7dc-a417-c9af-ef45-d8d547af616d-47af614e, #w-node-c361a7dc-a417-c9af-ef45-d8d547af6173-47af614e, #w-node-_93f5b95d-af0e-4b81-514d-c9d2adca8317-90dd4f43, #w-node-_00bac808-5266-8037-8fb1-a48ce949d175-90dd4f43, #w-node-_10930bd7-e609-c5d6-6e93-f7f246e2833b-90dd4f43, #w-node-_43c2bfb8-890c-c169-1145-b056dd0eb740-90dd4f43, #w-node-b135d68d-6cb6-2562-f779-83789eb2c2b9-9eb2c2b4, #w-node-b135d68d-6cb6-2562-f779-83789eb2c2bf-9eb2c2b4, #w-node-b135d68d-6cb6-2562-f779-83789eb2c2c5-9eb2c2b4, #w-node-_9f33da08-ee07-09f4-7827-07f275498dac-aedd4f5d, #w-node-_9f33da08-ee07-09f4-7827-07f275498db1-aedd4f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c398c0d9-ebcc-cc2f-74f5-a4d136ce68a1-47dd4f60, #w-node-_571b2cbd-1276-e533-630c-d690a1641b13-47dd4f60, #w-node-_49eb62f8-cf2e-2cc3-a058-eb36794dffd3-47dd4f60, #w-node-_7cfc662f-87f1-635a-a7f7-ef7ccb822e74-47dd4f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad0723c9-4625-2fa7-09b8-f871b91049a0-47dd4f60, #w-node-_5756bcf6-c45e-8ee9-c9cc-d8a8e491d034-47dd4f60, #w-node-_5a04a18a-70e7-09bc-9158-1a68dde1f787-47dd4f60, #w-node-ef1eb3b9-693f-7b28-b23a-c23a62387132-e8dd4f62, #w-node-_438280b3-390b-fbdb-d4c0-08a237bd5422-e8dd4f62, #w-node-_95793420-69cf-7d83-79d4-2f959722e8ef-e8dd4f62, #w-node-_95793420-69cf-7d83-79d4-2f959722e8f0-e8dd4f62, #w-node-_7c406e04-9718-d5db-a577-25e5c20ba988-e8dd4f62, #w-node-_7c406e04-9718-d5db-a577-25e5c20ba989-e8dd4f62, #w-node-_258392cb-2a92-a6a9-56a5-48befba22ee4-e8dd4f62, #w-node-_258392cb-2a92-a6a9-56a5-48befba22ee5-e8dd4f62, #w-node-_627aa2ad-863f-cc51-5373-bf7fb226eeaf-e8dd4f62, #w-node-_627aa2ad-863f-cc51-5373-bf7fb226eeb0-e8dd4f62, #w-node-fce3caa9-b275-f440-bba6-ac1949710796-e8dd4f62, #w-node-fce3caa9-b275-f440-bba6-ac1949710797-e8dd4f62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c50d131-d301-5c60-0886-36ea6ca185fd-e8dd4f62, #w-node-e19e31b4-a2a5-2274-e7c2-88a3a00a9cf2-e8dd4f62, #w-node-_1d113a93-07e2-fc7e-f9c6-00e4419f1035-e8dd4f62, #w-node-_5b74fe6e-46aa-2756-ba3b-621b1db2dcef-e8dd4f62, #w-node-_5890cb02-5627-78a1-4f4f-f4cd812a5805-e8dd4f62, #w-node-d0e2d7ed-7dda-0893-94c7-f7642a95c6e9-e8dd4f62, #w-node-_951e1290-5b45-9cfb-c3ce-1c01cdbca84f-e8dd4f62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7fcf1802-bcde-936c-ed03-a05deab6aed2-8edd4f65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_82f48646-47e0-c8fc-bb8b-1b3ffd49a0b0-8edd4f65, #w-node-_84e04df9-9bbd-fe35-dc80-8dbfb6fa51f3-8edd4f65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f94c79f3-762b-716d-8073-800ffbdbba20-efdd4f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f94c79f3-762b-716d-8073-800ffbdbba25-efdd4f66, #w-node-f94c79f3-762b-716d-8073-800ffbdbba2a-efdd4f66, #w-node-edf19464-bf24-155c-c510-9b23590814dd-efdd4f66, #w-node-dadb69c2-bec5-fe40-3514-69da89f71fe0-efdd4f66, #w-node-_2ebc92e2-a400-cb47-fbf9-c61f49535407-efdd4f66, #w-node-_78099452-8460-79d9-ada2-2116f998e7c9-efdd4f66, #w-node-_45001345-a52e-da3d-e9de-5896945eadc1-efdd4f66, #w-node-_978b95d3-521d-47bd-f605-cd53e158bde0-efdd4f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c398c0d9-ebcc-cc2f-74f5-a4d136ce68a1-2810fa29, #w-node-_163b2427-2221-d27a-4218-8057f3ef025f-2810fa29, #w-node-_54de72da-cf55-3cc3-8976-b4302bce9460-2810fa29, #w-node-_10b77243-6b46-fdb9-7143-b1839b2c0679-2810fa29, #w-node-_1ffde262-0769-0b4a-b003-f949031f43ef-2810fa29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89e30fc0-e345-eb5b-8e9b-43c2e8709e3c-e8709e37, #w-node-_89e30fc0-e345-eb5b-8e9b-43c2e8709e42-e8709e37, #w-node-_89e30fc0-e345-eb5b-8e9b-43c2e8709e4a-e8709e37, #w-node-d1622835-13bc-3628-2445-894a7705f5f3-794cfc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e0edfc5-3fb1-734e-6245-b3b03223b0b0-794cfc1e {
  align-self: auto;
  justify-self: center;
}

#w-node-fe1023c2-75f9-757a-7ed8-a5c31eed1d65-794cfc1e, #w-node-_7d545708-2381-1350-8eca-fbeeee1ad85f-794cfc1e {
  justify-self: center;
}

#w-node-fbe65b20-8047-a639-fb5f-673dafe308f8-794cfc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00089899-5809-dd75-bae9-71c219b844ae-794cfc1e {
  justify-self: center;
}

#w-node-a22580a7-8f4b-1806-09bd-b705d6b50f08-794cfc1e, #w-node-e0667fa1-301e-94b5-3603-4b6bb2a67a6e-794cfc1e, #w-node-fe080fef-3a70-df84-931f-ca525635504a-794cfc1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c87980f-1138-9b46-799f-b5c34c2f318c-4c2f316e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c87980f-1138-9b46-799f-b5c34c2f3191-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f3196-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f31a4-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f31ff-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f325e-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f32c0-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f3320-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f337c-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f33e0-4c2f316e, #w-node-_6c87980f-1138-9b46-799f-b5c34c2f3442-4c2f316e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6c87980f-1138-9b46-799f-b5c34c2f337c-4c2f316e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Extrathin.otf') format('opentype'), url('../fonts/AvertaStd-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}