:root {
  --white: white;
  --text: #7f8893;
  --font-color: #1f3557;
  --light-blue-text: #7f8893;
  --link-2: #76b35f;
  --bg: #d8e6f1;
  --darker-bg: #c1d0db;
  --button-bg: #2b79aa;
  --link: #97df7c;
  --line: #c6ccd2;
  --blue-hover: #1e628d;
  --bg-3: #d8e6f1;
  --border: #c6d8e6;
  --hover-button: #b7c7d3;
  --hover-light: #cad9e4;
  --ight-bg: #e8f2fa;
  --font: #0f0e0f;
  --input-field: #3e87e7;
  --bg-2: #e9ebe3;
}

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

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

.w-pagination-previous {
  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-pagination-previous-icon {
  margin-right: 4px;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

.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-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-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--white);
  color: var(--text);
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h5 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--light-blue-text);
  margin-bottom: 10px;
}

a {
  color: var(--link-2);
  cursor: pointer;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 26px;
  font-style: italic;
  line-height: 33px;
}

.dark-gray {
  width: 40px;
  height: 40px;
  background-color: #8e9194;
  margin-right: 10px;
}

.gray-color {
  width: 40px;
  height: 40px;
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f5;
  background-clip: border-box;
  margin-right: 10px;
}

.social-links-mobile {
  margin-top: 10px;
}

.color-box {
  margin-bottom: 10px;
  margin-right: 20px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  color: var(--light-blue-text);
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.hero-inner-padding {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.max-540-pixels {
  width: 100%;
  max-width: 570px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mini-title {
  color: #819296;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

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

.top-margin._5-pixels {
  margin-top: 5px;
}

.title {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

.title.medium {
  font-size: 22px;
  line-height: 28px;
}

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

.content-section {
  width: 100%;
  max-width: 100%;
  padding-top: 160px;
  position: relative;
}

.content-section.inner-pages {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.content-section.less-top-padding {
  padding-top: 50px;
  padding-bottom: 175px;
}

.content-section.review {
  background-color: var(--bg);
  border-radius: 20px;
  margin-bottom: 0;
  padding-top: 372px;
  padding-bottom: 60px;
  overflow: hidden;
}

.content-section.blog {
  background-color: var(--bg);
  border-radius: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-section.blog-page {
  padding-top: 60px;
}

.content-section.about {
  padding-top: 150px;
  padding-bottom: 120px;
}

.content-section._115-pixels-padding {
  padding-top: 115px;
}

.content-section.services {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.more-posts {
  padding-top: 0;
  padding-bottom: 60px;
}

.content-section.more-services, .content-section.work-page {
  padding-top: 60px;
  padding-bottom: 0;
}

.content-section.products {
  padding-top: 60px;
  padding-bottom: 60px;
}

.all-caps-title {
  color: #212121;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

.black {
  width: 40px;
  height: 40px;
  background-color: #060606;
  margin-right: 10px;
}

.top-border {
  border-top: 1px solid var(--text);
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  width: 100%;
  max-width: 1225px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.nav {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-wrapper.white {
  max-width: 1140px;
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.content-wrapper.full {
  padding-left: 10px;
  padding-right: 0;
}

.go-up-button {
  z-index: 3;
  width: 45px;
  height: 45px;
  background-color: var(--darker-bg);
  background-image: url('../images/next_1next.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.hero-inner-text {
  color: var(--font-color);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
}

.social-mini-icon {
  width: 30px;
  height: 30px;
  background-color: #f2f0e6;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-mini-icon:hover {
  background-color: #0970d4;
}

.social-mini-icon.instagram {
  background-color: #fb774e;
  background-image: url('../images/Insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-mini-icon.instagram:hover {
  background-color: #fc6739;
}

.social-mini-icon.linkedin {
  background-color: #3271ac;
  background-image: url('../images/Linkedin-2_1Linkedin (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.linkedin:hover {
  background-color: #2b659c;
}

.social-mini-icon.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.twittter:hover {
  background-color: #1e96e0;
}

.social-mini-icon.facebook {
  background-color: #067aeb;
  background-image: url('../images/fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-mini-icon.facebook:hover {
  background-color: #026bd1;
}

.inner-hero-section {
  width: 100%;
  max-width: 1440px;
  min-height: 320px;
  background-color: var(--bg);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-inner-box {
  z-index: 6;
  width: 100%;
  max-width: 1228px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.licensing {
  width: 31%;
  margin-right: 2%;
  position: relative;
}

.change-this-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.change-this-image.licensing-1 {
  background-image: url('../images/Hero-image.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-2 {
  background-image: url('../images/Intro-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-3 {
  background-image: url('../images/hombre-tiro-medio-dibujando-diseno-web.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.insta-3 {
  background-image: url('../images/hand-holding-psd-tote-fabric-bag-mockup_full_preview_retina.jpg');
}

.change-this-image.insta {
  background-image: url('../images/hand-holding-folding-paper-psd-brand-mockup_full_preview_retina.jpg');
}

.change-this-image.insta-2 {
  background-image: url('../images/cube-packaging-carboard-boxes-psd-mockup_full_preview_retina.jpg');
}

.change-this-image.insta-4 {
  background-image: url('../images/hand-holding-stationery-psd-folder-mockup_full_preview_retina.jpg');
}

.change-this-image.reviews {
  height: 500px;
  background-image: url('../images/apreton-manos-pareja-feliz-asesor-financiero-reunion-oficina-foco-hombre.jpg');
  background-position: 50% 80%;
  padding-top: 55px;
}

.change-this-image.about-us {
  background-image: url('../images/disenador-interiores-trabajando-fuera-oficina-3.jpg');
  justify-content: center;
  align-items: center;
  display: flex;
}

.change-this-image.about {
  background-image: url('../images/Intro-1.jpg');
}

.change-this-image.about-2 {
  background-image: url('../images/Intro-2.jpg');
}

.change-this-image.about-3 {
  background-image: url('../images/Intro-3.jpg');
}

.change-this-image._1 {
  background-image: url('../images/hombre-tiro-medio-dibujando-diseno-web-1-19.31.48.jpg');
}

.change-this-image.tab-1 {
  width: 100%;
  background-image: url('../images/hermosa-disenadora-moda-morena-rizada-piel-oscura-posa-oficina-inclina-sobre-mesa.jpg');
}

.change-this-image.tab-2 {
  background-image: url('../images/senorita-tomando-cafe-su-oficina-1.jpg');
}

.change-this-image.tab-3 {
  background-image: url('../images/hombre-negocios-dueno-empresa-oficina.jpg');
  background-position: 20%;
}

.change-this-image._2 {
  background-image: url('../images/disenador-masculino-sastre-cuero-trabajando-fabrica.jpg');
}

.change-this-image._3 {
  background-image: url('../images/apuesto-joven-empresario-trabajando-oficina.jpg');
}

.change-this-image.login {
  background-image: url('../images/hombre-alegre-ingenioso-escritorio-oficina-1.jpg');
}

.change-this-image._4 {
  background-image: url('../images/Side-tab-image.jpg');
}

.navlink {
  height: 100px;
  color: var(--font-color);
  margin-right: 14.5px;
  padding-top: 38px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  color: var(--text);
  text-decoration: none;
}

.navlink.w--current {
  color: var(--link-2);
}

.preloader {
  z-index: 2147483647;
  height: 100vh;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hover-overlay {
  background-color: rgba(26, 26, 26, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  height: 100px;
  padding-top: 37px;
  transition: transform .2s, opacity .2s;
}

.brand:hover {
  transform: scale(1.04);
}

.brand.w--current {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.underline-hover {
  height: 1.5px;
  background-color: var(--link);
  color: var(--link-2);
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.button-flex {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-link {
  color: var(--link-2);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.dark-link:hover {
  color: #43e06a;
}

.dark-link.regular {
  font-size: 14px;
  font-weight: 500;
}

.buy-template-container {
  height: 100px;
  justify-content: center;
  align-items: flex-end;
  margin-top: -28px;
  margin-left: 10px;
  display: flex;
}

.small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.social-icons {
  display: flex;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.footer-expand.middle {
  width: 52%;
  flex-wrap: nowrap;
  flex: 0 auto;
}

.footer-top-margin {
  margin-top: 7px;
  position: relative;
}

.footer-top-margin.first {
  margin-top: 10px;
}

.footer-top-margin._20-pixels {
  margin-top: 20px;
}

.error-message {
  font-size: 14px;
  line-height: 22px;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: var(--line);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-line.blue {
  background-color: var(--font-color);
}

.footer-text {
  font-size: 15px;
  line-height: 24px;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-up.facebook {
  background-image: url('../images/Fb_1Fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.pinterest {
  background-image: url('../images/Pinterest-copy_1Pinterest copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.twitter {
  background-image: url('../images/Tw_1Tw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/Insta-copy_1Insta copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.youtube {
  background-image: url('../images/Yt-1_1Yt (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-up.linkedin {
  background-image: url('../images/Li-copy_1Li copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-up.tiktok {
  background-image: url('../images/TT_1TT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.fb {
  background-image: url('../images/Fb_1Fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.tw {
  background-image: url('../images/Tw_1Tw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.insta {
  background-image: url('../images/Insta-copy_1Insta copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.footer-text-medium {
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.form {
  display: flex;
}

.footer-menu-link {
  height: 27px;
  color: var(--font-color);
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link.w--current {
  color: var(--link-2);
  font-weight: 600;
}

.footer-menu-link.green {
  color: #074032;
  font-weight: 600;
}

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

.footer-branding {
  transition: transform .2s, opacity .2s;
}

.footer-branding:hover {
  opacity: .85;
  transform: scale(1.03);
}

.submit-button {
  width: 100px;
  height: 50px;
  background-color: var(--button-bg);
  background-image: url('../images/Arrow-newsletter-1_1Arrow-newsletter (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 80px;
  transition: transform .2s, background-color .2s;
  position: relative;
  left: -29px;
}

.submit-button:hover {
  background-color: var(--blue-hover);
  transform: scale(1.05);
}

.notice-text {
  color: var(--text);
  font-size: 12px;
  line-height: 21px;
}

.notice {
  min-height: 50px;
  margin-top: 40px;
  font-size: 13px;
}

.menu {
  width: 45%;
  display: none;
}

.menu._44-percent {
  width: 50%;
}

.footer-column {
  width: 15%;
  align-items: flex-start;
  display: flex;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-down.pinterest {
  background-image: url('../images/Pinterest-copy_1Pinterest copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.tiktok {
  background-image: url('../images/TT_1TT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-down.youtube {
  background-image: url('../images/Yt-1_1Yt (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-down.linkedin {
  background-image: url('../images/Li-copy_1Li copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-down.facebook {
  background-image: url('../images/Fb_1Fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: url('../images/Insta-copy_1Insta copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: url('../images/Tw_1Tw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.fb {
  background-image: url('../images/Fb_1Fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.tw {
  background-image: url('../images/Tw_1Tw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.insta {
  background-image: url('../images/Insta-copy_1Insta copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

._5-pixels-margin {
  margin-top: 5px;
  position: relative;
}

._5-pixels-margin._20-pixels {
  margin-top: 20px;
  display: none;
}

._5-pixels-margin._5-pixels {
  margin-top: 5px;
}

.newsletter {
  width: 28%;
}

.footer {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 0;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.center-icon {
  margin-bottom: 13px;
}

.social-icon-rounded {
  width: 35px;
  height: 35px;
  background-color: #d8e6f1;
  border-radius: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.footer-notice-link {
  color: var(--font-color);
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

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

.footer-notice-link.w--current {
  color: #cda46f;
}

.footer-1440-pixels {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.success-message {
  color: #939394;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px;
  font-size: 14px;
  line-height: 20px;
}

.footer-title {
  color: var(--font-color);
  margin-bottom: 13px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.footer-notice-text {
  font-size: 13px;
  line-height: 25px;
}

.text-field {
  width: 100%;
  height: 50px;
  border: 1px solid var(--font-color);
  border-radius: 80px 0 0 80px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  transition: border .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: #1084e3;
}

.footer-underline {
  height: 1px;
  background-color: var(--link);
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.link-instagram {
  color: var(--font-color);
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.link-instagram:hover {
  color: var(--link-2);
}

.full-width-box {
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.full-width-box.top-margin {
  margin-top: 114px;
}

.hover-icon {
  color: #69707b;
}

.instagram-flex-space {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-instagram {
  flex-wrap: wrap;
  display: flex;
}

.hover-insta-overlay {
  background-color: rgba(255, 255, 255, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.interaction-slide {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fill-title {
  height: 24px;
  background-color: var(--bg-3);
  color: var(--font-color);
  letter-spacing: -.8px;
  text-transform: uppercase;
  border-radius: 90px;
  padding: 7px 13px 5px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: none;
  display: inline-block;
}

.fill-title.darker {
  background-color: var(--border);
}

.fill-title.darker.no-caps {
  text-transform: capitalize;
  padding-bottom: 7px;
  font-size: 15px;
}

.hero-section {
  width: 100%;
  max-width: 1440px;
  min-height: 450px;
  background-color: var(--bg);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-section.about-us {
  padding-bottom: 80px;
}

.hero-content-wrapper {
  width: 100%;
  max-width: 1225px;
  min-height: 700px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-wrapper.about-us {
  min-height: 550px;
}

.hero-left {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 6%;
  display: flex;
  position: relative;
}

.hero-h1 {
  letter-spacing: -4.2px;
  margin-top: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 59px;
}

.hero-h1.about-us {
  font-size: 58px;
  line-height: 67px;
}

.max-432-pixels {
  width: 100%;
  max-width: 432px;
}

.hero-subtilte-box {
  width: 100%;
  max-width: 334px;
  margin-top: 20px;
}

.hero-subtilte-box.large {
  max-width: 500px;
}

.hero-figure {
  position: absolute;
  bottom: 226.75px;
  left: -17%;
}

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

.relative.full {
  height: 100%;
}

.button-box {
  margin-top: 10px;
}

.button-box.hero {
  margin-top: 30px;
}

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

.button-box._20-pixels {
  margin-top: 20px;
}

.button-box._30-pixels {
  margin-top: 30px;
}

.button-box._15-pixels {
  margin-top: 15px;
}

.hero-button {
  height: 56px;
  min-width: 180px;
  background-color: var(--darker-bg);
  color: var(--font-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, transform .2s, background-color .2s;
  display: none;
  position: relative;
}

.hero-button:hover {
  background-color: var(--hover-button);
  transform: scale(1.05);
}

.hero-button-flex {
  width: 100%;
  height: 56px;
  align-items: flex-end;
  display: flex;
}

.guy-button {
  margin-left: 15px;
}

.hero-button-text {
  text-align: center;
  flex: 1;
  margin-left: 10px;
  display: inline-block;
}

.hero-right {
  width: 50%;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-block {
  width: 166px;
  min-height: 150px;
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -6%;
}

.browser-dots {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #d8e6f1;
  align-items: center;
  padding-left: 12px;
  display: flex;
  position: relative;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ff5532;
  border-radius: 50px;
  margin-right: 4.5px;
}

.dot.yellow {
  background-color: #f3bd4f;
}

.dot.green {
  background-color: #67c454;
}

.flex-hero-block {
  width: 100%;
  align-items: center;
  padding: 12px 12px 10px;
  display: flex;
}

.hero-icon-box {
  margin-right: 6px;
  display: flex;
}

.hero-block-flex {
  flex: 1;
}

.hero-block-text {
  color: #716e5f;
  font-size: 14px;
  font-weight: 500;
}

.hero-block-box {
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.hero-block-box.last {
  margin-bottom: 10px;
}

.checkbox {
  width: 14px;
  height: 14px;
  background-color: #4383db;
  margin-right: 6px;
}

.checkbox.check {
  background-image: url('../images/Mini-Check_1Mini-Check.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.checkbox.empty {
  width: 12px;
  height: 12px;
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline: 2px solid #e7e5db;
}

.hero-block-list {
  color: #716e5f;
  font-size: 13px;
  font-weight: 500;
}

.hero-block-list.strikethrough {
  text-decoration: line-through;
}

.message {
  z-index: 7;
  width: 100%;
  height: 54px;
  max-width: 170px;
  background-color: var(--white);
  border-radius: 27.5px;
  align-items: center;
  margin-top: 15px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: -11%;
  right: auto;
}

.play {
  width: 32px;
  height: 32px;
  background-color: var(--link);
  background-image: url('../images/Play_1Play.png');
  background-position: 54%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 50%;
  margin-right: 10px;
}

.sound {
  width: 100%;
  height: 26.5px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.messages {
  width: 22px;
  height: 22px;
  color: #fff;
  text-align: center;
  background-color: #ff5532;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.scroll-down {
  z-index: 3;
  width: 51px;
  height: 76px;
  background-color: var(--darker-bg);
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  margin-right: 1%;
  transition: transform .2s, background-color .5s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -26px;
  left: auto;
  right: 1%;
}

.scroll-down:hover {
  background-color: var(--border);
  transform: scale(1.05);
}

.scroll-arrow {
  width: 22px;
}

.heading-box {
  width: 75%;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-box.less-margin {
  margin-bottom: 20px;
}

.heading-box.no-margin {
  margin-bottom: 0;
}

.h2 {
  color: var(--font-color);
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.title-mini {
  color: var(--font-color);
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
}

.title-mini.small {
  margin-bottom: 0;
}

.intro-box {
  width: 33%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.intro-icon {
  width: 72px;
  height: 72px;
  background-color: var(--bg-3);
  background-image: url('../images/Briefcase_1Briefcase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 29px;
  transition: transform .2s;
}

.intro-icon:hover {
  transform: scale(1.07);
}

.text {
  color: var(--light-blue-text);
  font-size: 17px;
  line-height: 25px;
}

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

.text.medium {
  font-size: 17px;
  line-height: 25px;
}

.button {
  min-height: 39px;
  border: 1px solid var(--button-bg);
  color: var(--button-bg);
  text-align: center;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: transform .2s, color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--button-bg);
  color: var(--white);
  transform: scale(1.07);
}

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

.button.fill:hover {
  color: var(--button-bg);
  background-color: rgba(0, 0, 0, 0);
}

.button.fill-blue {
  border-style: solid;
  border-color: var(--darker-bg);
  background-color: var(--darker-bg);
  color: var(--font-color);
  transition: transform .2s, border .2s, color .2s, background-color .2s;
}

.button.fill-blue:hover {
  border-color: var(--button-bg);
  color: var(--button-bg);
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.05);
}

.max-280-pixels {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.flex-intro-icons {
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.flex-intro-icons.center {
  padding-left: 32px;
}

.flex-intro-icons.no-margin {
  margin-bottom: 40px;
  position: relative;
  bottom: -17px;
}

.intro-icon-2 {
  width: 72px;
  height: 72px;
  background-color: var(--bg-3);
  background-image: url('../images/Pie-chart_1Pie-chart.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: transform .2s;
}

.intro-icon-2:hover {
  transform: scale(1.07);
}

.intro-icon-3 {
  width: 87px;
  height: 87px;
  border: 4px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Rocket_1Rocket.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: 25%;
  transition: transform .2s;
  position: absolute;
  bottom: -5px;
}

.intro-icon-3:hover {
  transform: scale(1.07);
}

.intro-icons {
  width: 90%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-icon-4 {
  width: 72px;
  height: 72px;
  border: 4px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Coins_1Coins.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: transform .2s;
}

.intro-icon-4:hover {
  transform: scale(1.07);
}

.intro-icon-5 {
  width: 72px;
  height: 72px;
  border: 4px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Icon-block-3_1Icon-block-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: transform .2s;
  position: relative;
  left: -16px;
}

.intro-icon-5:hover {
  transform: scale(1.07);
}

.intro-icon-6 {
  width: 72px;
  height: 72px;
  border: 4px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Icon-block-4_1Icon-block-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: transform .2s;
  position: relative;
  left: -32px;
}

.intro-icon-6:hover {
  transform: scale(1.07);
}

.intro-icon-7 {
  width: 56px;
  height: 56px;
  border: 3px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Briefcase_1Briefcase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50%;
  margin-right: 29px;
  transition: transform .2s;
  position: relative;
}

.intro-icon-7:hover {
  transform: scale(1.07);
}

.intro-icon-8 {
  width: 56px;
  height: 56px;
  border: 3px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Swtich_1Swtich.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  transition: transform .2s;
  position: relative;
}

.intro-icon-8:hover {
  transform: scale(1.07);
}

.intro-icon-9 {
  z-index: 1;
  width: 56px;
  height: 56px;
  border: 3px solid var(--border);
  background-color: var(--bg-3);
  background-image: url('../images/Pc_1Pc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 29px;
  transition: transform .2s;
  position: absolute;
  top: -90%;
  bottom: auto;
  left: 29%;
  right: 0%;
}

.intro-icon-9:hover {
  transform: scale(1.07);
}

.image {
  position: absolute;
  top: -51%;
  bottom: 0%;
  left: 16%;
  right: 0%;
}

.nav-girl-box {
  height: 100%;
  align-items: flex-end;
  margin-right: 6px;
  display: flex;
}

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

.wa-button {
  min-height: 53px;
  min-width: 173px;
  background-color: var(--bg-3);
  color: var(--font-color);
  text-align: center;
  background-image: url('../images/messenger-1_1messenger (1).png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 909px;
  padding-top: 17px;
  padding-left: 48px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .2s, transform .2s, color .2s;
}

.wa-button:hover {
  background-color: var(--hover-light);
  transform: scale(1.05);
}

.hero-mini-pic {
  width: 50px;
  height: 35px;
  background-color: var(--bg);
  background-image: url('../images/Contact-girl.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17.5px;
  margin-right: 10px;
}

.right-white-bg {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.curve-text-container {
  z-index: 110;
  display: flex;
  position: relative;
}

.column-align-left {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  display: flex;
  position: relative;
}

.checkmark {
  width: 24px;
  height: 24px;
  background-color: var(--darker-bg);
  background-image: url('../images/Checkmark_1Checkmark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.checkmark.not-included {
  background-image: url('../images/Close_1Close.png');
  background-size: 8px;
}

.column-center-bottom {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.max-458-pixels {
  width: 100%;
  max-width: 458px;
}

.expand {
  flex: 1;
}

.checkbox-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: static;
}

.paragraph-title {
  color: var(--font-color);
  margin-top: 13px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.curve-bg {
  z-index: 1;
  width: 500px;
  height: 66px;
  background-image: url('../images/Curve.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: auto;
  right: 0%;
}

.mini-title-link {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}

.mini-title-link:hover {
  color: #69707b;
}

.curve-text-box {
  flex: 1;
  align-items: center;
  margin-right: 0%;
  padding-right: 5%;
  display: flex;
}

.content-section-blue {
  width: 100%;
  max-width: 100%;
  background-color: var(--bg);
  border-radius: 20px;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.content-section-blue.less-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-section-blue.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.pictures-frame-container {
  width: 100%;
  height: 280px;
  text-align: center;
  margin-top: -80px;
  padding-top: 20px;
  display: block;
  position: relative;
}

.picture-3-container {
  width: 74%;
  height: 260px;
  max-width: 403px;
  margin-top: 36px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 6%;
  right: auto;
  transform: rotate(-4deg);
}

.picture-frame-3 {
  width: 100%;
  height: 280px;
  background-color: #fff;
  background-image: url('../images/apuesto-joven-empresario-trabajando-oficina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  left: -2%;
  overflow: hidden;
  box-shadow: 1px 1px 34px 1px rgba(0, 0, 0, .13);
}

.picture-2-container {
  width: 74%;
  height: 260px;
  max-width: 403px;
  margin-top: 30px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 27%;
  right: 6%;
  transform: rotate(4deg);
}

.picture-frame-2 {
  width: 100%;
  height: 280px;
  background-color: #fff;
  background-image: url('../images/Side-tab-image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 2px 0 34px 1px rgba(0, 0, 0, .1);
}

.picture-frame-1 {
  width: auto;
  height: 290px;
  max-width: 403px;
  background-image: url('../images/Lb-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 13px solid #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 1px 34px 1px rgba(0, 0, 0, .15);
}

.picture-frame {
  background-image: url('../images/mujer-joven-pensativa-tableta-digital-cafe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  position: absolute;
  top: 26%;
  bottom: 0%;
  left: -9%;
  right: auto;
}

.block-text {
  color: var(--font-color);
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.block-3 {
  width: 32%;
  background-color: var(--bg);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2%;
  padding: 3%;
  display: flex;
  position: relative;
}

.block-2 {
  width: 34%;
  background-color: var(--bg);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  position: relative;
}

.icons-block {
  width: 100%;
  height: 130px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.overview {
  width: 100%;
  max-width: 1010px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-4 {
  width: 66%;
  background-color: var(--bg);
  border-radius: 40px;
  padding-left: 4%;
  display: flex;
  position: relative;
}

.counter-1 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span {
  color: var(--font-color);
  margin-left: 3px;
  font-size: 45px;
  font-weight: 600;
  line-height: 36px;
}

.digits {
  z-index: 10;
  height: 80px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-side-padding {
  background-image: url('../images/Qm.png');
  background-position: 13% 0;
  background-repeat: no-repeat;
  background-size: 76px;
  padding-top: 5px;
  padding-left: 10%;
  padding-right: 10%;
}

.large-text {
  color: var(--font-color);
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.block-1-girl {
  width: 43%;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.counter-numbers {
  font-size: 50px;
  line-height: 50px;
}

.counter-numbers.left {
  padding-top: 12px;
  transform: translate(0);
}

.counter-numbers.right {
  padding-top: 12px;
}

.counter-numbers.left {
  padding-top: 12px;
  transform: translate(0);
}

.block-1 {
  width: 64%;
  height: 312px;
  background-color: var(--bg);
  border-radius: 40px;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2%;
  margin-right: 1.5%;
  display: flex;
  position: relative;
}

.block-1-left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 2% 4% 6.5%;
  display: flex;
}

.tb-digit {
  color: var(--font-color);
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.block-4-left {
  z-index: 2;
  flex: 1;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 7%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.title-all-caps {
  color: #86888b;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

.title-all-caps.dark {
  color: var(--font-color);
  letter-spacing: .6px;
  font-weight: 600;
}

.person-container {
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.pic {
  width: 55px;
  height: 55px;
  border: 3px solid var(--border);
  background-image: url('../images/Guy-mini_1Guy-mini.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.person-subtitle {
  color: var(--font-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.block-name {
  align-items: center;
  display: flex;
}

.person {
  color: var(--font-color);
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.block-icon {
  width: 77px;
  height: 77px;
  background-color: var(--darker-bg);
  background-image: url('../images/Icon--block_1Icon -block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.block-icon-3 {
  width: 77px;
  height: 77px;
  background-color: var(--darker-bg);
  background-image: url('../images/Icon-block-3_1Icon-block-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 20px;
  margin-right: 10px;
}

.block-icon-4 {
  width: 77px;
  height: 77px;
  background-color: var(--darker-bg);
  background-image: url('../images/Icon-block-4_1Icon-block-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 20px;
}

.block-icon-2 {
  width: 77px;
  height: 77px;
  background-color: var(--darker-bg);
  background-image: url('../images/Icon-block-2_1Icon-block-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 20px;
}

._81-percent-column {
  width: 81%;
}

.tabs-menu {
  height: 42px;
  display: flex;
  position: absolute;
  top: 160px;
  bottom: 0%;
  left: -100px;
  right: auto;
  transform: rotate(-90deg);
}

.tabs-content {
  height: 100%;
  flex: 1;
  margin-left: 50px;
}

.button-outline-blue {
  min-height: 40px;
  min-width: 120px;
  color: #2a79aa;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2a79aa;
  border-radius: 25px;
  padding: 13px 22px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  color: #f4f5f7;
  background-color: #2a79aa;
}

.side-tab {
  height: 42px;
  color: #fff;
  text-align: center;
  background-color: #abbdca;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 15px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: none;
}

.side-tab:hover {
  background-color: #2a79aa;
}

.side-tab.w--current {
  background-color: var(--button-bg);
}

.tabs {
  height: 100%;
  display: flex;
}

.on-scroll-slide {
  background-color: #e8eef3;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.on-scroll-slide.blue {
  width: auto;
  height: auto;
  background-color: #e8eef3;
  margin-right: 0;
  display: none;
}

.h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.tab-block-right {
  width: 55%;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.max-369-pixels {
  width: 100%;
  max-width: 369px;
}

.tab-pane-tab-1 {
  height: 100%;
}

.all-caps {
  width: 100%;
  max-width: 438px;
  color: #7f7f7f;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  display: none;
}

.absolute-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg._3 {
  background-image: url('../images/hombre-posando-su-oficina.jpg');
  background-size: cover;
}

.max-470-pixels {
  width: 100%;
  max-width: 470px;
}

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

.paragraph-box {
  margin-top: 20px;
}

.empty-state {
  color: var(--text);
  background-color: rgba(0, 0, 0, 0);
}

.preview-box {
  padding-top: 20px;
  padding-left: 10px;
}

.button-hover {
  width: 95px;
  height: 95px;
  background-color: var(--link);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--font-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.preview-block {
  border-radius: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-hover-overlay {
  background-color: rgba(26, 26, 26, .1);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-hover-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-item {
  width: 40%;
  margin-bottom: 60px;
  margin-right: 3%;
}

.collection-item.big {
  width: 47%;
}

.flex-works {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flex-works.center {
  justify-content: center;
}

.preview-link {
  color: var(--font-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: var(--blue-hover);
}

.category-link {
  height: 24px;
  background-color: var(--bg-3);
  color: var(--font-color);
  letter-spacing: -.8px;
  text-transform: uppercase;
  border-radius: 90px;
  padding: 7px 13px 5px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: none;
  display: inline-block;
}

.category-link.dark {
  border: 1px solid var(--font-color);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6px;
}

.preview-link-box {
  margin-top: 10px;
}

.preview-link-box._5-pixels {
  margin-top: 5px;
}

.block-link-text {
  height: auto;
  color: var(--font-color);
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #84faa1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inside-underline {
  width: 100%;
  height: 1px;
  background-color: var(--button-bg);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-link-box {
  height: auto;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.block-link {
  margin-right: 3px;
  display: inline-block;
}

.center-column {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-column {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.half-column.align-righ {
  justify-content: flex-end;
  padding: 6% 5%;
}

.max-438-pixels {
  max-width: 438px;
}

.content-section-team {
  width: 100%;
  max-width: 100%;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.team-top-bg {
  width: 100%;
  height: 30px;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-icon {
  width: 35px;
  height: 35px;
  background-color: #101920;
  border-radius: 50px;
  margin-right: 10px;
  overflow: hidden;
}

.social-icon.instagram {
  background-image: linear-gradient(130deg, #e71e4c, #fb774e);
}

.social-icon.instagram.no-margin {
  margin-right: 0;
}

.social-icon.facebook {
  background-color: #067aeb;
}

.social-icon.twittter {
  background-color: #1da1f2;
}

.team-text-box {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-member {
  width: 33%;
  text-align: center;
}

.weight-medium {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.team-bottom-bg {
  width: 100%;
  height: 253px;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name {
  color: var(--font-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.name.no-top-margin {
  margin-top: 0;
  margin-bottom: 5px;
}

.team-members {
  background-color: var(--bg);
  margin-bottom: 120px;
}

.team-social-icons {
  margin-top: 10px;
}

.hero-subtitle-box {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.block-text-2 {
  color: var(--font-color);
  margin-top: 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 31px;
}

.divider-line-2 {
  width: 100%;
  height: 1px;
  background-color: #d6e0da;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-content-2 {
  width: 81%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.selector {
  width: 27px;
  height: 27px;
  background-color: #405677;
  border-radius: 50%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 5px;
}

.selector.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.subtitle {
  color: var(--light-blue-text);
  font-size: 20px;
  line-height: 30px;
}

.subtitle.medium {
  color: var(--light-blue-text);
  font-size: 19px;
  line-height: 28px;
}

.small {
  font-size: 17px;
  line-height: 23px;
}

.free-plan-container {
  width: 81%;
  background-color: var(--ight-bg);
  border-radius: 66px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px;
  display: flex;
}

.open-close-box {
  height: 26px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.paragraph-box-2 {
  margin-top: 5px;
}

.right-side {
  width: 50%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.right-side.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-switch {
  width: 70px;
  height: 35px;
  background-color: var(--bg);
  cursor: pointer;
  border-radius: 25px;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-plan {
  width: 48%;
  background-color: var(--ight-bg);
  border-radius: 30px;
  position: relative;
}

.pricing-details {
  padding: 20px 25px 25px;
}

.pricing-details-container {
  margin-top: 20px;
  overflow: hidden;
}

.switch-text-left {
  color: #939394;
  font-size: 16px;
  line-height: 29.5px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -60px;
}

.pricing-button {
  width: 100%;
  height: 62px;
  background-color: var(--font-color);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.pricing-button:hover {
  background-color: var(--button-bg);
  transform: scale(1.05);
}

.pricing-button.blue {
  background-color: var(--border);
  color: var(--font-color);
  font-weight: 600;
  transition: color .2s, transform .2s, background-color .2s;
}

.pricing-button.blue:hover {
  background-color: var(--font-color);
  color: var(--white);
}

.pricing-arrow {
  position: relative;
}

.accordion-item-trigger {
  width: 100%;
  color: #074032;
  align-items: flex-start;
  padding-bottom: 5px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  color: #074032;
  text-decoration: none;
}

.answer {
  font-size: 16px;
}

.price {
  color: var(--font-color);
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 600;
  line-height: 48px;
}

.button-fill {
  min-height: 55px;
  background-color: var(--font-color);
  color: var(--white);
  text-align: center;
  border-style: none;
  border-radius: 909px;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .2s, transform .2s, color .2s;
}

.button-fill:hover {
  background-color: var(--button-bg);
  transform: scale(1.05);
}

.accordion-wrapper {
  width: 100%;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.price-details-title {
  color: var(--font-color);
  flex: 1;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-title {
  color: var(--font-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 0;
  padding-left: 34px;
  padding-right: 20px;
  overflow: hidden;
}

.left-side {
  width: 50%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.left-side.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.pricing-title-box {
  height: 88px;
  border-bottom: 1px solid var(--line);
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.full-width-item {
  flex: 1;
}

.switch-text-right {
  color: #939394;
  font-size: 16px;
  line-height: 29.5px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -113px;
}

.smaller-text {
  font-size: 35px;
  line-height: 35px;
}

.pricing-girl-box {
  height: 100px;
  align-items: flex-end;
  margin-right: 10px;
  display: flex;
}

.tab-pane-tab-1-2 {
  padding-top: 58px;
}

.pricing-title-text {
  height: 100%;
  align-items: center;
  display: flex;
}

.flex-pricing {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h4 {
  margin-top: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.h4.big {
  font-size: 40px;
  line-height: 45px;
}

.offset-box {
  width: 223px;
  display: flex;
  position: absolute;
  top: -5.5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block {
  font-family: Kalam Regular, sans-serif;
  font-size: 20px;
  overflow: hidden;
}

.faq-accordion {
  width: 100%;
  min-height: 75px;
  background-color: var(--ight-bg);
  border-radius: 38px;
  flex: 1;
  margin-bottom: 25px;
  padding: 20px 0 5px 30px;
  position: relative;
  overflow: hidden;
}

.question {
  color: var(--font-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.faq-circle {
  width: 45px;
  height: 45px;
  background-color: var(--darker-bg);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-right: 13px;
  display: flex;
}

.accordion-item-content-2 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 70px;
  overflow: hidden;
}

.flex-faq {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrapper.no-margin {
  margin-top: 0;
}

.h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

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

.star {
  margin-right: 5px;
}

.stars {
  margin-top: 20px;
  margin-bottom: 10px;
}

.review {
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review.first {
  margin-top: 60px;
}

.review-left {
  width: 42%;
  padding-right: 3%;
}

.mini-star {
  margin-right: 5px;
}

.mini-stars {
  margin-bottom: 20px;
}

.review-right {
  flex: 1;
}

.imac-box {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cta-form-rounded {
  width: 100%;
  max-width: 490px;
  min-height: 70px;
  border: 1px solid var(--button-bg);
  background-color: #fff;
  border-radius: 200px;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px auto 0;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.form-rounded {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
}

.name-input {
  width: 33.33%;
  height: 42px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--button-bg);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 5px;
  transition: border-color .2s;
}

.name-input:hover {
  border-bottom-color: #09abf3;
}

.name-input::-ms-input-placeholder {
  color: var(--button-bg);
  font-size: 13px;
}

.name-input::placeholder {
  color: var(--button-bg);
  font-size: 13px;
}

.name-input.small {
  height: 39px;
}

.email-input {
  width: 33.33%;
  height: 39px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--button-bg);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 1;
  margin-top: 8px;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 8px;
}

.email-input:hover {
  border-bottom-color: #09abf3;
}

.email-input::-ms-input-placeholder {
  color: var(--button-bg);
  font-size: 13px;
}

.email-input::placeholder {
  color: var(--button-bg);
  font-size: 13px;
}

.newsletter-submit-button {
  width: 33%;
  min-height: 69px;
  min-width: 90px;
  background-color: var(--button-bg);
  color: #fff;
  border-radius: 0 90px 90px 0;
  margin-left: 20px;
  padding: 5px 5% 0 4%;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  transition: transform .2s, background-color .2s;
}

.newsletter-submit-button:hover {
  background-color: var(--font-color);
  transform: scale(1.05);
}

.newsletter-submit-button:focus {
  color: #060606;
}

.newsletter-submit-button.small {
  height: 60px;
  min-height: auto;
  background-color: var(--link);
  color: var(--font-color);
}

.thank-you {
  margin-top: 5px;
}

.error-message-newsletter {
  text-align: left;
  background-color: #ffdede;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: auto;
  bottom: -56%;
  left: 0%;
  right: 0%;
}

.cta-arrow-left {
  position: absolute;
  top: -16%;
  bottom: 0%;
  left: -16%;
  right: auto;
}

.cta-arrow-right {
  position: absolute;
  top: -16%;
  bottom: 0%;
  left: auto;
  right: -16%;
}

.heading-full {
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
}

.relative-auto {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.preview-link-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline {
  height: 38.5px;
  color: #1f1f20;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1f1f20;
  border-radius: 19px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: relative;
}

.button-outline:hover {
  color: #eeede9;
  background-color: #1f1f20;
}

.button-outline.white {
  height: auto;
  min-height: 39px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-color: #fdfcf7;
  font-size: 15px;
  transition: color .2s, background-color .2s;
}

.button-outline.white:hover {
  color: var(--button-bg);
  text-transform: none;
  background-color: #fff;
}

.post-preview {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.post-preview.margin {
  margin-bottom: 60px;
}

.preview-text-container {
  margin-top: 20px;
}

.paragraph-box-full {
  width: 100%;
  margin-top: 10px;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 23px;
}

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

.hidden {
  overflow: hidden;
}

.blog-right {
  width: 50%;
  background-color: var(--bg);
  flex-direction: row;
  justify-content: flex-start;
  padding: 160px 4%;
  display: flex;
}

.blog-left {
  width: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.subtitle-box {
  margin-top: 10px;
}

.subtitle-box._5-pixles {
  margin-top: 5px;
}

.pagination {
  justify-content: flex-end;
}

.narrow-wrapper {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  height: 50px;
  border: 1px solid var(--line);
  color: #8e9194;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
  transition: border .2s;
}

.select-field:hover {
  border-color: #3e87e7;
}

.select-field:focus {
  color: #131313;
  font-size: 15px;
}

.flex-checkbox {
  flex-wrap: wrap;
  display: flex;
}

.contact-right-side {
  width: 27%;
  margin-right: 5%;
  position: relative;
}

.side-contact {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.divider-line-thin {
  width: 100%;
  height: 1px;
  background-color: var(--line);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-space-full {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.flex-space-full.no-top-margin {
  margin-top: 0;
}

.error-message-contact {
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}

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

.side-text {
  color: #8e9194;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.left-heading-box {
  margin-bottom: 30px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.flex-contact-us {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.checkbox-field:focus {
  font-size: 15px;
}

.contact-right {
  width: 60%;
}

.submit {
  width: 100%;
  min-height: 50px;
  background-color: var(--button-bg);
  color: var(--white);
  border-radius: 90px;
  margin-top: 10px;
  padding-top: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  transition: transform .2s, background-color .2s;
}

.submit:hover {
  background-color: var(--blue-hover);
  transform: scale(1.05);
}

.checkboxes-container {
  width: 100%;
  margin-top: 15px;
}

.side-title {
  color: var(--font-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.textarea {
  border: 1px solid var(--line);
  color: #8e9194;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 110px;
  font-size: 13px;
  line-height: 15px;
}

.textarea:hover {
  border-color: #3e87e7;
}

.textarea:active {
  color: var(--font);
}

.textarea::-ms-input-placeholder {
  color: #898989;
}

.textarea::placeholder {
  color: #898989;
}

.green-link {
  color: var(--link-2);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.green-link:hover {
  color: #8e9194;
}

.checkbox-label {
  color: #898989;
  font-size: 13px;
  font-weight: 400;
}

.contact-form-page {
  margin-bottom: 0;
}

.contact-form-flex {
  flex-wrap: wrap;
  display: flex;
}

.checkbox-item {
  border: 1px solid var(--line);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-right: 5px;
}

.input {
  width: 49.2%;
  height: 50px;
  border: 1px solid var(--line);
  color: #8e9194;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  font-size: 13px;
  transition: border .2s;
}

.input:hover {
  border-color: var(--input-field);
  background-color: rgba(0, 0, 0, 0);
}

.input:active {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
}

.input:focus {
  background-color: rgba(0, 0, 0, 0);
}

.input::-ms-input-placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.input::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.map {
  height: 400px;
  filter: grayscale();
  margin-top: 60px;
}

.hero-about-right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.column-center-frames {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.play-button {
  width: 100px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(151, 223, 124, .85);
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-figure {
  width: 225px;
  position: absolute;
  top: 41%;
  bottom: 0%;
  left: -6%;
  right: auto;
}

.about-figure-2 {
  width: 225px;
  position: absolute;
  top: 39%;
  bottom: 0%;
  left: auto;
  right: -7%;
}

.max-540-pixe-s {
  z-index: 1;
  max-width: 540px;
  position: relative;
}

.hero-offset-box {
  width: 154px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.hero-about-arrow {
  margin-top: 5px;
  margin-left: auto;
  margin-right: 8%;
}

.hero-about-bottom {
  height: 90px;
  min-height: 90px;
  background-color: var(--hover-light);
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-item {
  width: 19%;
  height: 90px;
  align-items: center;
  display: flex;
}

.hero-about-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-about-girl {
  margin-right: 25px;
}

.hero-about-icon {
  width: 40px;
  margin-right: 10px;
}

.medium-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.medium-text.less-height {
  margin-top: 5px;
  line-height: 20px;
}

.about-intro {
  width: 90%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-intro-item {
  width: 31%;
  margin-right: 2%;
}

.about-intro-item.last {
  margin-right: 0%;
}

.intro-link-block {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.intro-link-block:hover {
  transform: scale(1.03);
}

.intro-box-text {
  background-color: var(--button-bg);
  border-radius: 10px;
  padding: 18px 20px;
  overflow: hidden;
}

.white-link {
  color: var(--white);
  font-size: 20px;
  text-decoration: none;
  transition: color .2s;
}

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

.figure {
  z-index: 1;
  width: 120px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.figure-2 {
  z-index: 1;
  width: 140px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 0%;
}

.h5-small {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}

.tabs-block {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab {
  max-width: 410px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-bottom: 15px;
  padding-top: 14px;
  transition: background-color .2s;
}

.tab:hover {
  background-color: #f1f5f8;
}

.tab.w--current {
  background-color: #e8eef3;
}

.tab-block-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tabs-left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.tab-pane {
  width: 100%;
  height: 100%;
  max-width: 450px;
}

.tabs-right {
  width: 50%;
  justify-content: center;
  display: flex;
}

.figure-3 {
  z-index: 1;
  width: 130px;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 0%;
  right: auto;
}

.figure-4 {
  z-index: 1;
  width: 130px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 0%;
}

.h3-small {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.feature-left-box {
  width: 50%;
  border-right: 1px solid var(--button-bg);
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 4%;
}

.negative-top-margin {
  margin-top: -4px;
}

.feature-right-box {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 4%;
}

.feature-block {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.feature-block.last {
  margin-bottom: 0;
}

.right-margin {
  margin-right: 13px;
}

.bottom-bg {
  height: 320px;
  background-color: var(--bg);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.numbers {
  width: 47%;
  align-items: center;
  margin-right: 2%;
  padding-right: 3%;
  display: flex;
}

.numbers.last {
  margin-right: 0%;
}

.numbers-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nmbers-right {
  flex: 1;
  display: flex;
  position: relative;
}

.h3-title {
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.numbers-title {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.max-506-pixels {
  width: 100%;
  max-width: 495px;
}

.numbers-box {
  margin-top: 80px;
}

.number-item {
  margin-bottom: 10px;
  margin-left: -4px;
}

.numbers-guy {
  width: 30%;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-left {
  max-width: 748px;
  margin-bottom: 40px;
}

.counter-2, .counter-3 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service {
  width: 45%;
  margin-bottom: 60px;
  margin-left: 2%;
  margin-right: 2%;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.services-text-box {
  width: 80%;
  background-color: var(--bg);
  border-radius: 10px;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 5% 30px;
  position: relative;
}

.paragraph-service-box {
  margin-top: 10px;
}

.link-block {
  width: 100%;
  height: 56.5px;
  background-color: var(--button-bg);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s, transform .2s;
  display: flex;
}

.link-block:hover {
  background-color: var(--blue-hover);
  transform: scale(1.05);
}

.feature {
  width: 30%;
  background-color: var(--bg);
  border-radius: 20px;
  margin-bottom: 40px;
  margin-right: 3%;
  padding: 30px 20px 20px;
}

.feature._3 {
  margin-right: 0%;
}

.feature._4, .feature._5 {
  margin-bottom: 0;
}

.feature._6 {
  margin-bottom: 0;
  margin-right: 0%;
}

.feature-icon {
  width: 65px;
  height: 65px;
  background-color: var(--border);
  background-image: url('../images/Hero-about-icon_1Hero-about-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  margin-right: 15px;
}

.feature-icon._2 {
  background-image: url('../images/Point_1Point.png');
}

.feature-icon._3 {
  background-image: url('../images/Pie_1Pie.png');
}

.feature-icon._4 {
  background-image: url('../images/Bulb_1Bulb.png');
}

.feature-icon._5 {
  background-image: url('../images/Coins_1Coins.png');
}

.feature-icon._6 {
  background-image: url('../images/Globe_1Globe.png');
}

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

.column-image {
  width: 50%;
  min-height: 250px;
  position: relative;
}

.grid-text-features {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.text-feature {
  width: 48%;
  margin-right: 4%;
}

.text-feature._2 {
  margin-right: 0%;
}

.text-feature._3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-feature._4 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0%;
}

.h4-small {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.blocks-box {
  width: 100%;
  max-width: 164px;
  flex-wrap: wrap;
  display: flex;
}

.block-4-right {
  justify-content: center;
  align-items: center;
  margin-right: 4%;
  display: flex;
}

.half-column-padding {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.flex-features {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text.medium {
  font-size: 16px;
  line-height: 24px;
}

.form-box {
  margin-top: 20px;
}

.mini-feature {
  margin-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-feature-box {
  width: 64px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.utility-hero {
  width: 100%;
  max-width: 1440px;
  min-height: 700px;
  background-color: #eff7f1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hidden-2 {
  display: block;
  overflow: hidden;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-box-3 {
  margin-top: 5px;
}

.post-heading-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.text-gray {
  color: #7f7f7f;
}

.work-overview {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}

.side-block {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.side-block.more {
  padding-bottom: 20px;
}

.utility-right {
  width: 72%;
}

.flex-page {
  flex-wrap: wrap;
  display: flex;
}

.utility-left-column {
  flex: 1;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.no-top-margin {
  margin-top: 0;
}

.checkout-form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.zip-postal-code, .state-province, .city {
  border-radius: 0;
}

.block-header {
  border-color: var(--line);
}

.block-content {
  border-right-color: var(--line);
  border-bottom-color: var(--line);
  border-left-color: var(--line);
}

.place-order {
  background-color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.place-order:hover {
  background-color: var(--blue-hover);
}

.heading {
  font-size: 30px;
  font-weight: 500;
}

.required {
  font-size: 14px;
}

.field-label {
  font-size: 16px;
  line-height: 24px;
}

.country {
  font-size: 16px;
}

.checkbox-3 {
  margin-top: 0;
}

.quantity {
  font-size: 15px;
}

.price-text {
  font-weight: 600;
}

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

.utility-page-wrap.login {
  justify-content: flex-start;
}

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

.utility-page-content.login {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

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

.login-button {
  height: 50px;
  background-color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

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

.input-login {
  width: 100%;
  height: 50px;
  color: #8e9194;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bbbbb6;
  border-radius: 0;
  font-size: 13px;
  transition: border .2s;
}

.input-login:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #3e87e7;
}

.input-login:active, .input-login:focus {
  background-color: rgba(0, 0, 0, 0);
}

.input-login::-ms-input-placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.input-login::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.login-left {
  width: 50%;
  height: 100%;
  position: relative;
}

._404 {
  color: var(--font-color);
  font-size: 110px;
  font-weight: 500;
  line-height: 110px;
}

.product-right {
  flex: 1;
  padding-top: 30px;
  padding-right: 3%;
}

.accordion-box {
  border-bottom: 1px solid #d6e0da;
  margin-bottom: 8px;
}

.accordion-trigger-item {
  width: 100%;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.accordion-trigger-item:hover {
  text-decoration: none;
}

.quantity-2 {
  width: 100%;
  height: 35px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.out-of-stock {
  background-color: #e8edf2;
  border: 1px solid #bcc6d0;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
}

.product-name {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.featured-left {
  width: 50%;
  min-height: auto;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.h6 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.select-field-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #bcc6d0;
  margin-bottom: 10px;
  padding-left: 6px;
  font-size: 13px;
}

.select-field-2:hover {
  border-bottom-color: #1a8ef7;
}

.open-close-item {
  width: 50px;
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.error-message-2 {
  width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}

._100-percent-width {
  flex: 1;
}

.accordion-item {
  margin-top: 5px;
  padding-left: 50px;
  padding-right: 25px;
  overflow: hidden;
}

.add-to-cart-button {
  width: 100%;
  min-height: 50px;
  color: #363636;
  text-align: center;
  background-color: #c2f0c7;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s, background-color .2s;
}

.add-to-cart-button:hover {
  background-color: #acddb1;
  transform: scale(1.02);
}

.field-label-2 {
  text-align: left;
  font-size: 16px;
}

.price-item {
  color: #86888b;
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

.quantity-input {
  height: 35px;
  border-bottom: 1px solid #bcc6d0;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-bottom: 3px;
  padding-left: 11px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.quantity-input:hover {
  border-bottom-color: #1a8ef7;
}

.previews {
  width: 80%;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.previews.view {
  flex: 0 auto;
  margin-left: 20px;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}

.product-price {
  color: var(--text);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
}

.product-price:hover {
  color: var(--blue-hover);
}

.cart {
  width: 54px;
  height: 100px;
  margin-top: -28px;
  padding-top: 28px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
}

.cart-quantity {
  background-color: var(--button-bg);
  color: var(--white);
  margin-left: 5px;
  padding-left: 5.5px;
}

.product-title {
  color: var(--font-color);
  font-weight: 600;
}

.apple-pay {
  height: 50px;
}

.checkout-button {
  height: 50px;
  background-color: var(--button-bg);
  color: var(--white);
  padding-top: 14px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

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

.error-state {
  font-size: 16px;
}

.nav-container {
  margin-left: auto;
  display: flex;
}

.text-block-2 {
  font-size: 14px;
}

.cart-quantity-box {
  font-size: 15px;
}

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

.navbar {
  width: 100%;
  height: 100px;
  max-width: 1225px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.nav-elements {
  height: 100px;
  padding-top: 28px;
  display: flex;
  position: relative;
}

.product {
  width: 45%;
  margin-bottom: 60px;
  margin-left: 2%;
  margin-right: 2%;
}

.product.no-margin {
  margin-bottom: 0;
}

.input-checkout {
  border-color: #d6e0da;
  border-radius: 0;
  transition: border .2s;
}

.input-checkout:hover {
  border-color: var(--button-bg);
}

.input-checkout:active {
  color: var(--font-color);
}

._45-percent-tabs {
  width: 45%;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
}

.hero-fill-title {
  height: 24px;
  background-color: var(--bg-3);
  color: var(--font-color);
  letter-spacing: -.8px;
  text-transform: uppercase;
  border-radius: 90px;
  padding: 7px 13px 5px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: none;
  display: inline-block;
}

.hero-fill-title.darker {
  background-color: var(--border);
}

.hero-bg {
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image-bg {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  background-image: url('../images/TnJColor-with-TagLine.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-relative {
  z-index: 1;
  height: 100%;
  position: relative;
}

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

.sound-absolute {
  width: 3060px;
}

.sound-image {
  width: 100%;
  height: 26.5px;
  position: relative;
}

.show-more-button {
  margin-top: 10px;
}

.hero-form {
  width: 100%;
  max-width: 490px;
  min-height: 70px;
  border: 1px solid var(--button-bg);
  background-color: #fff;
  border-radius: 200px;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px auto 0;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.hero-form.small {
  width: 80%;
  min-height: 60px;
  border-style: none;
  border-color: var(--link-2);
  margin-top: 0;
  margin-left: 0;
}

.hero-item-2, .hero-item-3, .hero-item-4 {
  width: 19%;
  height: 90px;
  align-items: center;
  display: flex;
}

.hero-preview-link {
  color: var(--font-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.hero-preview-link:hover {
  color: var(--blue-hover);
}

.hero-preview-link.large {
  font-size: 34px;
  line-height: 44px;
}

.hero-category-link {
  height: 24px;
  background-color: var(--bg-3);
  color: var(--font-color);
  letter-spacing: -.8px;
  text-transform: uppercase;
  border-radius: 90px;
  padding: 7px 13px 5px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: none;
  display: inline-block;
}

.hero-category-link.dark {
  border: 1px solid var(--font-color);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6px;
}

.hero-button-box {
  margin-top: 10px;
}

.relative-box {
  z-index: 1;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-3 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
  overflow: auto;
}

.text-block-3, .text-block-4, .text-block-5 {
  display: none;
}

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

.text-block-7, .text-block-8 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .title-small {
    color: #69707b;
  }

  .content-wrapper.white {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-hero-section {
    max-width: 100%;
  }

  .hero-inner-box {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    max-width: 100%;
  }

  .large-text {
    margin-top: auto;
    margin-bottom: auto;
  }

  .button-hover {
    font-size: 13px;
  }

  .accordion-item-trigger:hover {
    color: #060606;
  }

  .price-details-title {
    transition: color .2s;
  }

  .price-details-title:hover {
    color: #060606;
  }

  .question {
    transition: color .2s;
  }

  .question:hover {
    color: #060606;
  }

  .divider-line-thin {
    background-color: #c6ccd2;
  }

  .utility-hero {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .intro-icon {
    transition: transform .2s;
  }

  .intro-icon:hover {
    transform: scale(1.07);
  }

  .button {
    transition: opacity .2s, color .2s, background-color .2s;
  }

  .button:hover {
    transform: scale3d(1none, 1none, 1none);
  }

  .intro-icon-2 {
    transition: transform .2s;
  }

  .intro-icon-2:hover {
    transform: scale(1.07);
  }

  .intro-icon-3 {
    transition: transform .2s;
  }

  .intro-icon-3:hover {
    transform: scale(1.07);
  }

  .intro-icon-4 {
    transition: transform .2s;
  }

  .intro-icon-4:hover {
    transform: scale(1.07);
  }

  .intro-icon-5 {
    transition: transform .2s;
  }

  .intro-icon-5:hover {
    transform: scale(1.07);
  }

  .intro-icon-6 {
    transition: transform .2s;
  }

  .intro-icon-6:hover {
    transform: scale(1.07);
  }

  .intro-icon-7 {
    transition: transform .2s;
  }

  .intro-icon-7:hover {
    transform: scale(1.07);
  }

  .intro-icon-8 {
    transition: transform .2s;
  }

  .intro-icon-8:hover {
    transform: scale(1.07);
  }

  .intro-icon-9 {
    transition: transform .2s;
  }

  .intro-icon-9:hover {
    transform: scale(1.07);
  }

  .right-white-bg {
    width: 60%;
  }

  .picture-3-container, .picture-2-container {
    transform: none;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 34px;
    line-height: 38px;
  }

  h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4 {
    font-size: 30px;
    line-height: 34px;
  }

  h5 {
    font-size: 26px;
    line-height: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 26px;
  }

  .social-links-mobile {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
  }

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

  .content-section.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.double, .content-section.less-top-padding {
    padding-bottom: 120px;
  }

  .content-section.review {
    padding-top: 249px;
  }

  .content-section.blog, .content-section.blog-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .content-section._115-pixels-padding {
    padding-top: 60px;
  }

  .content-section.services, .content-section.more-posts, .content-section.more-services, .content-section.work-page, .content-section.products {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .content-wrapper.nav {
    max-width: 1225px;
  }

  .content-wrapper.white {
    padding-top: 50px;
  }

  .go-up-button {
    width: 45px;
    height: 45px;
    background-size: 20px;
  }

  .hero-inner-text {
    font-size: 46px;
    line-height: 52px;
  }

  .social-mini-icon {
    background-color: #0f0f0f;
    margin-bottom: 5px;
    margin-right: 7px;
  }

  .social-mini-icon:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.instagram {
    margin-right: 0;
  }

  .social-mini-icon.instagram:hover, .social-mini-icon.linkedin:hover, .social-mini-icon.twittter:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.facebook {
    background-color: #3880da;
  }

  .social-mini-icon.facebook:hover {
    background-color: #2c2c2c;
  }

  .inner-hero-section {
    max-width: 100%;
    min-height: 250px;
  }

  .hero-inner-box {
    max-width: 100%;
  }

  .change-this-image.reviews {
    height: 400px;
  }

  .navlink {
    width: 100%;
    height: 50px;
    text-align: left;
    margin-right: 0;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 16px;
    transition: color .2s, background-color .2s;
    display: flex;
  }

  .menu-button {
    height: 100px;
    color: var(--button-bg);
    padding-top: 42px;
  }

  .menu-button.w--open {
    color: #43e06a;
    background-color: #fff;
  }

  .underline-hover {
    display: none;
  }

  .buy-template-container {
    height: auto;
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 10px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .footer-expand {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer-expand.middle {
    flex: 1;
    margin-top: 0;
  }

  .notice {
    margin-top: 40px;
  }

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

  .footer-column {
    width: 22%;
  }

  .footer-container {
    margin-bottom: 20px;
  }

  .newsletter {
    width: 50%;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 22%;
  }

  .footer {
    max-width: 100%;
    padding-top: 50px;
  }

  .full-width-box {
    margin-bottom: 30px;
  }

  .hero-section {
    max-width: 100%;
    min-height: 298px;
  }

  .hero-section.about-us {
    padding-top: 0;
  }

  .hero-content-wrapper {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content-wrapper.about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-h1 {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-h1.about-us {
    font-size: 52px;
    line-height: 61px;
  }

  .hero-block {
    margin-right: 4%;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-right: 2%;
  }

  .scroll-arrow {
    width: 20px;
  }

  .heading-box {
    width: 70%;
    margin-bottom: 30px;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-icons {
    width: 100%;
  }

  .column-align-left {
    padding-bottom: 66px;
    padding-left: 4%;
  }

  .column-center-bottom {
    padding-top: 48px;
  }

  .paragraph-title {
    font-size: 28px;
    line-height: 36px;
  }

  .curve-bg {
    padding-left: 119px;
  }

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

  .content-section-blue.less-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .picture-frame-3 {
    height: 200px;
  }

  .picture-2-container {
    height: 200px;
    max-width: 310px;
  }

  .picture-frame-2 {
    height: 200px;
  }

  .picture-frame-1 {
    height: 200px;
    max-width: 310px;
  }

  .block-text {
    font-size: 22px;
    line-height: 32px;
  }

  .block-3 {
    padding-top: 4%;
    padding-bottom: 3%;
  }

  .text-span {
    position: relative;
    top: -13px;
  }

  .large-text {
    font-size: 26px;
    line-height: 34px;
  }

  .counter-numbers.right, .counter-numbers.left {
    padding-top: 0;
  }

  .block-1-left {
    width: 100%;
    padding-bottom: 6%;
  }

  .h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .button-hover {
    width: 80px;
    height: 80px;
  }

  .collection-item {
    width: 44%;
  }

  .link-block-box {
    margin-top: 10px;
  }

  .block-text-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .tabs-content-2, .free-plan-container {
    width: 90%;
  }

  .pricing-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price {
    font-size: 42px;
    line-height: 44px;
  }

  .accordion-wrapper {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .accordion-item-content {
    padding-right: 60px;
  }

  .pricing-title-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .smaller-text {
    font-size: 33px;
    line-height: 33px;
  }

  .h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .h4.big {
    font-size: 38px;
    line-height: 43px;
  }

  .offset-box {
    top: -4%;
  }

  .faq-accordion {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .accordion-item-content-2 {
    padding-right: 60px;
  }

  .h5 {
    font-size: 28px;
    line-height: 34px;
  }

  .review {
    margin-bottom: 30px;
  }

  .review.first {
    margin-top: 50px;
  }

  .cta-form-rounded {
    margin-top: 40px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .newsletter-submit-button {
    min-width: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .button-outline {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .blog-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .side-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .map {
    height: 350px;
  }

  .about-figure {
    width: 200px;
    top: 24%;
  }

  .about-figure-2 {
    width: 200px;
    top: 30%;
  }

  .hero-item {
    width: 26%;
  }

  .hero-about-girl {
    margin-right: 20px;
  }

  .about-intro {
    width: 100%;
  }

  .figure {
    width: 100px;
  }

  .figure-2 {
    width: 120px;
  }

  .figure-3, .figure-4 {
    width: 115px;
  }

  .h3-small {
    font-size: 20px;
    line-height: 26px;
  }

  .right-margin {
    flex-direction: column;
  }

  .bottom-bg {
    height: 295px;
  }

  .numbers {
    padding-bottom: 10px;
  }

  .h3-title {
    margin-top: 15px;
  }

  .numbers-title {
    font-size: 30px;
    line-height: 36px;
  }

  .numbers-box {
    margin-top: 0;
  }

  .number-item {
    margin-bottom: 20px;
  }

  .numbers-guy {
    width: 33%;
  }

  .heading-left {
    margin-bottom: 30px;
  }

  .services-text-box {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .feature {
    padding-top: 20px;
  }

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

  .block-4-right {
    width: 43%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-features {
    flex-direction: column;
  }

  .utility-hero {
    max-width: 100%;
    min-height: 520px;
  }

  .h1 {
    font-size: 36px;
    line-height: 41px;
  }

  .flex-page {
    flex-wrap: nowrap;
  }

  .product-right {
    padding-top: 20px;
  }

  .featured-left {
    margin-right: 20px;
    padding-top: 20px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  ._45-percent-tabs {
    width: 50%;
    padding: 40px 4%;
  }

  .hero-form {
    margin-top: 40px;
  }

  .hero-form.small {
    width: 100%;
  }

  .hero-item-2, .hero-item-3 {
    width: 26%;
  }

  .hero-item-4 {
    width: 26%;
    display: none;
  }

  .hero-preview-link.large {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

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

  .content-section.inner-pages {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.double {
    padding-bottom: 100px;
  }

  .content-section.review {
    padding-top: 174px;
  }

  .content-section.blog-page {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-section._115-pixels-padding {
    padding-top: 40px;
  }

  .content-section.services, .content-section.more-posts, .content-section.more-services, .content-section.work-page, .content-section.products {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.white {
    margin-left: 30px;
    margin-right: 30px;
  }

  .go-up-button {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }

  .hero-inner-text {
    font-size: 44px;
    line-height: 50px;
  }

  .social-mini-icon {
    width: 25px;
    height: 25px;
  }

  .inner-hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .change-this-image.reviews {
    height: 300px;
  }

  .menu-button.w--open {
    color: var(--link-2);
  }

  .underline-hover {
    display: none;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .notice {
    margin-top: 0;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .newsletter {
    width: 50%;
  }

  .footer {
    padding-top: 40px;
  }

  .social-icon-rounded.twitter {
    background-size: 12px;
  }

  .hover-icon {
    width: 30px;
  }

  .hero-section {
    min-height: 280px;
    position: relative;
  }

  .hero-section.about-us {
    padding-bottom: 0;
  }

  .hero-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-wrapper.about-us {
    flex-direction: column;
  }

  .hero-left {
    width: 100%;
  }

  .hero-h1, .hero-h1.about-us {
    font-size: 50px;
    line-height: 59px;
  }

  .hero-block {
    top: 26%;
    right: -6%;
  }

  .message {
    width: 100%;
  }

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
  }

  .heading-box {
    width: 90%;
  }

  .h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .intro-box {
    padding-left: 1%;
    padding-right: 1%;
  }

  .intro-icon {
    width: 67px;
    height: 67px;
  }

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

  .intro-icon-2 {
    width: 67px;
    height: 67px;
  }

  .intro-icon-3 {
    width: 82px;
    height: 82px;
  }

  .intro-icon-4, .intro-icon-5, .intro-icon-6 {
    width: 67px;
    height: 67px;
  }

  .intro-icon-7, .intro-icon-8, .intro-icon-9 {
    width: 52px;
    height: 52px;
  }

  .column-align-left {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0%;
  }

  .column-center-bottom {
    width: 100%;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-title {
    font-size: 26px;
    line-height: 34px;
  }

  .curve-bg {
    width: 440px;
    margin-bottom: 0;
    padding-left: 21%;
  }

  .content-section-blue {
    padding-top: 20px;
  }

  .pictures-frame-container {
    justify-content: center;
    margin-top: -1px;
  }

  .picture-3-container {
    width: 100%;
    height: 240px;
    max-width: 300px;
  }

  .picture-2-container {
    width: 100%;
    height: 230px;
    left: 26%;
  }

  .picture-frame-1 {
    max-width: 310px;
    margin-top: 12px;
    margin-left: 35px;
    left: 39px;
  }

  .block-text {
    font-size: 24px;
    line-height: 34px;
  }

  .block-3 {
    width: 49%;
    margin-bottom: 20px;
    margin-right: 0%;
    padding-bottom: 5%;
  }

  .block-2 {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 3%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .block-4 {
    width: 100%;
  }

  .block-side-padding {
    padding-left: 11%;
    padding-right: 11%;
  }

  .large-text {
    font-size: 24px;
    line-height: 32px;
  }

  .block-1 {
    width: 100%;
    height: 270px;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  .person-container {
    padding-left: 11%;
    padding-right: 11%;
  }

  .button-outline-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .all-caps {
    font-size: 15px;
    line-height: 15px;
  }

  .absolute-bg._3 {
    background-position: 0%;
  }

  .button-hover {
    font-size: 11px;
  }

  .preview-link {
    font-size: 20px;
    line-height: 28px;
  }

  .social-icon.facebook, .social-icon.twittter {
    background-size: 12px;
  }

  .team-text-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-text-2 {
    line-height: 26px;
  }

  .free-plan-container {
    border-radius: 20px;
  }

  .pricing-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .price {
    font-size: 42px;
    line-height: 44px;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
  }

  .price-details-title {
    margin-top: -2px;
  }

  .pricing-title {
    font-size: 28px;
    line-height: 28px;
  }

  .accordion-item-content {
    padding-right: 10px;
  }

  .h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .h4.big {
    font-size: 36px;
    line-height: 41px;
  }

  .faq-accordion {
    margin-bottom: 20px;
  }

  .faq-circle {
    width: 40px;
    height: 40px;
  }

  .accordion-item-content-2 {
    padding-right: 10px;
  }

  .h5 {
    font-size: 26px;
    line-height: 32px;
  }

  .cta-form-rounded {
    max-width: 440px;
    margin-top: 30px;
  }

  .newsletter-submit-button {
    font-size: 13px;
    line-height: 25px;
  }

  .cta-arrow-left {
    left: -10%;
  }

  .cta-arrow-right {
    right: -10%;
  }

  .relative-auto {
    border-radius: 25px;
  }

  .button-outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .map {
    height: 300px;
  }

  .hero-about-right {
    width: 100%;
    margin-bottom: 120px;
  }

  .column-center-frames {
    width: 500px;
    margin-right: auto;
    padding-top: 37px;
  }

  .play-button {
    width: 105px;
    height: 60px;
  }

  .about-figure-2 {
    top: 27%;
    bottom: 0%;
    left: 45%;
    right: auto;
  }

  .hero-offset-box {
    top: 0%;
    left: 0%;
  }

  .hero-item {
    width: 38%;
    padding-right: 2%;
  }

  .hero-about-flex {
    flex-wrap: nowrap;
  }

  .figure {
    width: 80px;
    top: 3%;
  }

  .figure-2 {
    width: 100px;
    bottom: 0%;
  }

  .tab {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .figure-3, .figure-4 {
    width: 80px;
  }

  .h3-small {
    font-size: 18px;
    line-height: 24px;
  }

  .numbers {
    width: 50%;
  }

  .numbers-container {
    width: 90%;
    flex-wrap: wrap-reverse;
  }

  .nmbers-right {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .number-item {
    margin-bottom: 0;
  }

  .numbers-guy {
    width: 100%;
  }

  .heading-left {
    margin-bottom: 40px;
  }

  .services-text-box {
    margin-top: -70px;
    padding: 15px 7% 20px;
  }

  .text-feature {
    width: 100%;
    margin-right: 0%;
  }

  .text-feature._2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .text-feature._3 {
    margin-top: 0;
  }

  .text-feature._4 {
    margin-top: 15px;
  }

  .block-4-right {
    margin-right: 0%;
  }

  .mini-feature {
    padding-bottom: 5px;
  }

  .mini-feature-box {
    width: 60px;
  }

  .utility-hero {
    min-height: 450px;
    position: relative;
  }

  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .side-block {
    padding-bottom: 10px;
  }

  .side-block.more {
    padding-bottom: 15px;
  }

  .utility-right {
    width: 65%;
  }

  .flex-page {
    margin-left: auto;
    margin-right: auto;
  }

  .utility-left-column {
    padding-right: 0;
  }

  .product-right {
    padding-left: 3%;
  }

  .featured-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 20px;
  }

  .product-price {
    font-size: 20px;
    line-height: 28px;
  }

  ._45-percent-tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-form {
    max-width: 440px;
    margin-top: 30px;
  }

  .hero-item-2 {
    width: 38%;
    padding-right: 2%;
  }

  .hero-item-3 {
    width: 38%;
    padding-right: 2%;
    display: none;
  }

  .hero-item-4 {
    width: 38%;
    padding-right: 2%;
  }

  .hero-preview-link {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-preview-link.large {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 26px;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .content-section {
    padding-top: 80px;
    overflow: hidden;
  }

  .content-section.inner-pages {
    padding-bottom: 20px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .content-section.blog {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .content-section.blog-page {
    padding-bottom: 20px;
  }

  .content-section.about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section._115-pixels-padding {
    padding-top: 20px;
  }

  .content-section.services, .content-section.more-posts, .content-section.more-services, .content-section.work-page {
    padding-bottom: 20px;
  }

  .content-section.products {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-wrapper.white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .hero-inner-text {
    font-size: 40px;
    line-height: 46px;
  }

  .social-mini-icon {
    width: 30px;
    height: 30px;
  }

  .hero-inner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-button {
    padding-top: 38px;
  }

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

  .buy-template-container {
    display: none;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .notice {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer-container {
    padding-left: 10px;
  }

  .newsletter {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 10px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .insta-pic {
    width: 50%;
  }

  .hero-section {
    min-height: 298px;
  }

  .hero-content-wrapper {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper.about-us {
    min-height: 970px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-h1 {
    margin-top: 15px;
    font-size: 47px;
    line-height: 56px;
  }

  .hero-figure {
    bottom: 116.75px;
    left: -76%;
  }

  .hero-right {
    width: 100%;
    margin-bottom: 10px;
  }

  .hero-block {
    top: 22%;
    right: -9%;
  }

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .heading-box {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .intro-box {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .intro-box._2 {
    margin-bottom: 70px;
  }

  .intro-box.last {
    margin-bottom: 0;
  }

  .column-align-left {
    width: 100%;
  }

  .checkmark {
    margin-right: 7px;
  }

  .column-center-bottom {
    width: 100%;
    padding: 0 0 20px;
  }

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .content-section-blue {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .content-section-blue.less-padding {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .pictures-frame-container {
    text-align: center;
    position: relative;
  }

  .picture-frame-3 {
    width: 90%;
    height: 180px;
    left: -11%;
  }

  .picture-2-container {
    width: 90%;
    height: 180px;
    left: 14%;
  }

  .picture-frame-1 {
    width: 100%;
    height: 180px;
    margin-top: 30px;
    margin-left: auto;
    left: 0;
  }

  .image-2 {
    top: 17%;
  }

  .block-3 {
    width: 350px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 8% 5%;
  }

  .block-2 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .icons-block {
    margin-bottom: 10px;
  }

  .block-4 {
    width: 350px;
    max-height: 100%;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 7% 30px;
  }

  .block-side-padding {
    padding-top: 12px;
  }

  .large-text {
    font-size: 22px;
    line-height: 24px;
  }

  .block-1-girl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .block-1 {
    width: 350px;
    height: 490px;
    flex-wrap: wrap-reverse;
    margin-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
  }

  .block-1-left {
    height: auto;
    padding: 6% 9% 11%;
  }

  .block-4-left {
    width: 100%;
    flex: 0 auto;
    padding-bottom: 0%;
  }

  ._81-percent-column {
    width: 100%;
  }

  .tab-block-right {
    width: 100%;
    height: 180px;
    flex: 0 auto;
  }

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

  .paragraph-box {
    margin-top: 15px;
  }

  .preview-box {
    padding-top: 15px;
  }

  .button-hover {
    display: none;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .collection-item.big, .center-column, .half-column {
    width: 100%;
  }

  .half-column.align-righ {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-438-pixels {
    margin-bottom: 20px;
  }

  .team-top-bg {
    background-color: #f2f0e6;
    display: none;
  }

  .team-member {
    width: 100%;
    margin-bottom: 70px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .team-member.last {
    margin-bottom: 0;
  }

  .team-bottom-bg {
    display: none;
  }

  .team-members {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .free-plan-container {
    border-radius: 30px;
    flex-wrap: wrap;
  }

  .open-close-box {
    height: 100%;
  }

  .pricing-plan {
    width: 100%;
    margin-bottom: 100px;
  }

  .pricing-plan.last {
    margin-bottom: 0;
  }

  .free-plan {
    margin-bottom: 20px;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 15px;
  }

  .tab-pane-tab-1-2 {
    padding-top: 0;
  }

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

  .faq-accordion {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 15px;
  }

  .faq-circle {
    margin-top: 0;
  }

  .review {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .review-left {
    width: 100%;
    padding-right: 0%;
  }

  .cta-form-rounded {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    margin-right: auto;
    padding: 10px 15px 20px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .name-input {
    width: 100%;
    height: 45px;
    max-width: 100%;
    border-radius: 0;
    flex: 0 auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .name-input.small {
    margin-top: 5px;
  }

  .email-input {
    width: 100%;
    height: 45px;
    max-width: 100%;
    border-top-style: none;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-left-style: none;
    border-left-color: #bdc9d6;
    border-right-color: #bdc9d6;
    border-radius: 0;
  }

  .newsletter-submit-button {
    width: 100%;
    height: 52px;
    min-height: auto;
    border-left-style: none;
    border-radius: 2.5px;
    margin-top: 20px;
    margin-left: 0;
  }

  .newsletter-submit-button.small {
    height: 50px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 16px;
  }

  .cta-arrow-left {
    width: 70px;
    top: 16%;
    left: -7%;
  }

  .cta-arrow-right {
    width: 70px;
    top: 16%;
    right: -7%;
  }

  .button-outline {
    padding-left: 21px;
    padding-right: 21px;
  }

  .post-preview {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .blog-left {
    width: 100%;
    height: 350px;
  }

  .contact-right-side {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .flex-contact-us {
    flex-wrap: wrap;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .contact-right {
    width: 100%;
  }

  .checkboxes-container {
    margin-top: 10px;
  }

  .textarea {
    margin-bottom: 0;
  }

  .input {
    width: 48.8%;
  }

  .map {
    height: 250px;
  }

  .hero-about-right {
    margin-bottom: 120px;
  }

  .column-center-frames {
    width: 100%;
  }

  .about-figure {
    top: 16%;
  }

  .about-figure-2 {
    top: 17%;
    right: -15%;
  }

  .hero-item {
    width: 59%;
  }

  .about-intro-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .about-intro-item.last {
    margin-bottom: 0;
  }

  .tab {
    width: 100%;
  }

  .tab.last {
    margin-bottom: 0;
  }

  .tabs-left {
    width: 100%;
  }

  .tab-pane {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-right {
    width: 100%;
    margin-top: 20px;
  }

  .feature-left-box {
    width: 100%;
    border-bottom: 1px solid #4e91bb;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0%;
  }

  .negative-top-margin {
    margin-top: -6px;
  }

  .feature-right-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .feature-block.last {
    margin-bottom: 0;
  }

  .bottom-bg {
    height: 41%;
  }

  .numbers {
    width: 100%;
    margin-right: 0%;
  }

  .nmbers-right {
    flex-wrap: wrap;
  }

  .numbers-title {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .numbers-box {
    margin-left: 10px;
  }

  .number-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .heading-left {
    margin-bottom: 30px;
  }

  .service {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .feature {
    width: 100%;
    margin-right: 0%;
  }

  .feature._4, .feature._5 {
    margin-bottom: 30px;
  }

  .column-image {
    width: 100%;
  }

  .grid-text-features {
    margin-top: 30px;
  }

  .text-feature, .text-feature._2, .text-feature._3 {
    margin-bottom: 0;
  }

  .h4-small.no-top-margin {
    margin-top: 0;
  }

  .block-4-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .half-column-padding {
    width: 100%;
    padding-top: 36px;
  }

  .mini-feature {
    margin-top: 15px;
  }

  .mini-feature-box {
    width: 54px;
  }

  .utility-hero {
    min-height: 400px;
  }

  .work-overview {
    margin-bottom: 0;
  }

  .utility-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-page {
    flex-wrap: wrap-reverse;
  }

  .utility-left-column {
    margin-right: 0;
    padding-right: 0;
  }

  .input-login {
    width: 48.8%;
  }

  .product-right {
    padding-top: 0;
  }

  .quantity-2 {
    font-size: 13px;
  }

  .featured-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 0;
  }

  .previews.view {
    margin-left: 0;
  }

  .product {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  ._45-percent-tabs {
    width: 100%;
    padding: 30px 9%;
  }

  .hero-form {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    margin-right: auto;
    padding: 10px 15px 20px;
  }

  .hero-form.small {
    height: auto;
    border-radius: 10px;
    padding-top: 0;
  }

  .hero-item-2 {
    width: 59%;
    display: none;
  }

  .hero-item-3, .hero-item-4 {
    width: 59%;
  }
}


@font-face {
  font-family: 'Kalam Regular';
  src: url('../fonts/Kalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}