@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype"), url('../fonts/GeneralSans-Italic.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-1: #425754;
  --color-2: #c58f74;
  --white: white;
  --color-11: white;
  --color-dark-sage: #1d3838;
  --color-3: #e1d9c2;
  --color-4: #0f0f0f;
  --color-8: #d6d6d6;
  --color-6: #595959;
  --color-5: #3c3c3c;
  --color-10: #f8f7f7;
  --color-7: #909090;
  --color-9: #e9e9e9;
  --color-dark-brass: #6a4433;
  --black: black;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

h1 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.45em;
}

h2 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: EB Garamond, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.33em;
}

h3 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: EB Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.44em;
}

h4 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: EB Garamond, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.345em;
}

h5 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44em;
}

h6 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44em;
}

p {
  color: var(--color-1);
  margin-bottom: 10px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  line-height: 1.667em;
}

a {
  color: var(--color-1);
  text-decoration: underline;
}

a:hover {
  color: var(--color-2);
}

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

li {
  color: var(--color-1);
  margin-bottom: 10px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

strong {
  font-weight: 600;
}

blockquote {
  background-color: var(--color-2);
  border: 1px #000;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}

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

.primary-button-hp {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px 32px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button-hp:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
  box-shadow: none;
  color: var(--white);
  text-decoration: none;
  transform: scale(1.05);
}

.primary-button-hp._2 {
  color: #fff;
  text-align: center;
  background-color: #e9452e;
  border-width: 1px;
  border-color: #e9452e;
  border-radius: 10px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.primary-button-hp._2:hover {
  color: var(--white);
}

.primary-button-hp._2.w--current {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: #fff;
}

.primary-button-hp._2.w--current:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
}

.primary-button-hp._2.mbl:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--white);
}

.primary-button-hp._2 {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--white);
  font-weight: 500;
}

.primary-button-hp._2:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--color-1);
}

.primary-button-hp._3 {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  background-color: #fff0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Generalsans Variable, sans-serif;
}

.primary-button-hp._3:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: #fff;
}

.primary-button-hp._3.categories {
  padding: 10px 20px;
}

.primary-button-hp._4 {
  border-color: var(--white);
  background-color: var(--color-1);
  color: var(--white);
}

.primary-button-hp._4:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.primary-button-hp._4.categories {
  padding: 10px 20px;
}

.primary-button-hp._4.categories.w--current {
  background-color: var(--white);
  color: var(--color-1);
}

.primary-button-hp.newsletter {
  background-color: var(--color-2);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrapper-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.paragraph-big {
  color: var(--color-1);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.583em;
}

.paragraph-big.white {
  font-family: Generalsans Variable, sans-serif;
}

.mg-bottom-16px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 16px;
  font-weight: 400;
  display: flex;
}

.display-2 {
  color: var(--color-1);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.222;
}

.display-2.white {
  color: var(--color-1);
}

.hero-image-wrapper {
  border-radius: 0;
  width: 100%;
  max-width: 50%;
  margin: 20px 20px 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0 0% auto;
  overflow: hidden;
}

.container {
  z-index: 5;
  background-color: #0000;
  border-radius: 1px;
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2.5em;
  display: block;
  position: relative;
}

.container.footer {
  padding-top: 6em;
  padding-bottom: 2em;
}

.container.hero {
  padding-top: 14em;
  padding-bottom: 2em;
}

.container.checkout {
  display: flex;
}

.container.user {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.home {
  color: var(--color-dark-sage);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section {
  background-color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-section.subpages {
  background-color: var(--color-3);
  height: auto;
}

.hero-section.home {
  background-color: var(--color-3);
  height: 800px;
}

.style-guide-buttons {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.font-grid {
  grid-template-rows: auto;
}

.card-component {
  text-align: center;
  background-color: #0000;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px 5px #0000000d;
}

.bold {
  color: var(--color-4);
  font-weight: 600;
}

.display-3 {
  color: var(--color-1);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.222;
}

.display-3.white {
  letter-spacing: -.02em;
}

.uppercase {
  color: var(--color-1);
  text-transform: uppercase;
}

.section {
  z-index: 5;
  background-color: #fff;
  padding: 0;
  position: relative;
}

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

.section.gray.hidden-overflow {
  overflow: hidden;
}

.section.gray-copy {
  background-color: #fff;
}

.section.gray-copy.hidden-overflow {
  overflow: hidden;
}

.display-1 {
  color: var(--color-1);
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.133em;
}

.display-1.white {
  color: var(--white);
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.color-shade-card {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  flex: 1;
  padding: 10px;
  display: flex;
}

.grid-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.divider-line {
  background-color: var(--color-8);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-4 {
  color: var(--color-1);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.333;
}

.elements-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.component-wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.button-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 0;
  display: flex;
}

.button-wrapper.dark {
  background-color: var(--color-1);
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.text-small {
  color: #000;
  line-height: 150%;
}

.undeline {
  text-decoration: underline;
}

.color-block {
  background-color: #bcebff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 100px;
  padding: 20px;
  display: flex;
}

.color-block._4 {
  background-color: var(--color-6);
}

.color-block._3 {
  background-color: var(--color-5);
  border: 1px #dadada;
  border-radius: 0;
}

.color-block._9 {
  background-color: #fff;
}

.color-block._6 {
  background-color: var(--color-8);
}

.color-block._2 {
  background-color: var(--color-4);
}

.color-block.primary-1 {
  background-color: var(--color-1);
}

.color-block._8 {
  background-color: var(--color-10);
}

.color-block._5 {
  background-color: var(--color-7);
}

.color-block.primary-2 {
  background-color: var(--color-2);
}

.color-block._7 {
  background-color: var(--color-9);
  border: 1px #cedad6;
}

.color-block.primary-3 {
  background-color: var(--color-3);
}

.color-block.primary-4 {
  background-color: var(--color-dark-sage);
}

.color-block.primary-5 {
  background-color: var(--color-dark-brass);
}

.paragraph-small {
  color: var(--color-1);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
}

.section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-header {
  color: var(--color-2);
  font-weight: 400;
}

.top-header.white {
  color: var(--color-dark-brass);
  font-weight: 400;
}

.top-header.info-post {
  color: var(--color-dark-brass);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.top-header.info-post.white {
  color: var(--white);
}

.top-header.name {
  color: var(--color-1);
  font-size: 20px;
  font-weight: 500;
}

.cart-header {
  border-bottom-color: #e9e9e9;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-logo-link {
  color: #003f41;
  margin-top: 8px;
  margin-right: 20px;
  text-decoration: none;
}

.nav-logo-link.w--current {
  margin-top: 0;
}

.title-dropdown {
  color: var(--color-1);
  text-transform: none;
}

.title-dropdown:hover {
  color: var(--color-dark-brass);
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: static;
}

.cart-quantity {
  border: 1px solid var(--color-9);
  background-color: var(--color-10);
  color: var(--color-1);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.cart-quantity.circle {
  color: var(--white);
  letter-spacing: -1px;
  background-color: #62636b00;
  border: 2px #3a3129;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.dropdown-title-link {
  color: var(--color-1);
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333em;
}

.remove-button {
  text-decoration: none;
}

.navigation {
  z-index: 999;
  color: #003f41;
  background-color: #ddd0;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  position: absolute;
  top: 0;
}

.header-side {
  display: flex;
}

.dropdown-toggle {
  font-size: 16px;
}

.grid-drop-down-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
}

.nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.cart-wrapper {
  background-color: #21404bf5;
}

.name-of-plan {
  color: var(--color-1);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.remove {
  color: var(--color-2);
  margin-top: -10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11em;
  text-decoration: underline;
}

.remove:hover {
  color: var(--color-1);
}

.cart-footer {
  border: 1px #000;
}

.cart-title {
  font-weight: 400;
  line-height: 1.111em;
}

.dropdown-icon {
  background-color: var(--color-2);
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.dropdown-switch {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  padding: 6px 12px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-switch:hover {
  color: var(--color-8);
}

.dropdown-switch.w--current {
  color: #642eff;
}

.dropdown-switch.w--open {
  border-radius: 0;
}

.cart-container {
  color: #1b253d;
  background-color: #fff;
  border-radius: 10px;
  min-width: 420px;
  max-width: 500px;
  font-family: Generalsans Variable, sans-serif;
}

.cart-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 24px;
}

.top-price-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.options-menu.w--open {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 460px;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 5px 30px #0000001a;
}

.your-cart {
  font-weight: 400;
}

.cart-list {
  padding: 0 0 20px;
}

.nav-button-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-line-item {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.455em;
}

.dropdown-icon-circle {
  color: #f0f0f0;
  background-color: #f3f3f3;
  border-radius: 100%;
  width: 14px;
  max-width: none;
  height: 14px;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 4px;
  transition: padding .4s;
  position: static;
}

.dropdown-icon-circle:hover {
  padding: 0;
}

.link-dropdown {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--color-1);
  border-radius: 4px;
  align-items: center;
  padding: 10px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.333em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.link-dropdown:hover {
  background-color: var(--color-10);
  color: var(--color-1);
  border-radius: 4px;
  text-decoration: none;
}

.price-card {
  color: var(--color-1);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: relative;
}

.apple-pay {
  border-radius: 10px;
  height: 48px;
}

.nav-link {
  color: var(--color-1);
  text-transform: none;
  border-radius: 100px;
  padding: 6px 12px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.111;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover {
  color: var(--color-dark-brass);
  border-radius: 100px;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--color-dark-brass);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.111em;
}

.nav-link.w--current:hover {
  color: var(--color-dark-brass);
}

.nav-link.cart {
  background-color: #fff0;
}

.white {
  color: var(--white);
  font-weight: 400;
}

.logo-brand {
  width: 180px;
}

.social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.form-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-1);
  background-color: #ffffff1a;
  border-radius: 20px;
  flex-direction: column;
  width: auto;
  margin: 0 auto;
  padding: 10px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

.footer-logo-link {
  color: #333;
  flex: 0 auto;
  min-width: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.mg-bottom-40px {
  color: var(--color-1);
  margin-bottom: 40px;
  font-family: Generalsans Variable, sans-serif;
}

.footer-section {
  background-color: var(--color-1);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.social-footer-link {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.social-footer-link:hover {
  background-color: var(--color-2);
  border-style: none;
}

.input {
  background-color: #f7f7f7;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  min-height: 55px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 14px;
  transition: border-color .3s, color .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

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

.input:focus {
  color: #303030;
  border-color: #dc003e;
}

.input::placeholder {
  color: #13003c;
  font-size: 16px;
  line-height: 150%;
}

.input.newsletter {
  color: #0f0f0f;
  background-color: #fff;
  border-style: none;
  font-family: Generalsans Variable, sans-serif;
  font-weight: 400;
}

.footer-copyright {
  color: var(--color-7);
  font-family: Generalsans Variable, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-copyright.black {
  color: var(--color-1);
  font-weight: 400;
}

.footer-bottom {
  z-index: 2;
  background-color: var(--color-dark-sage);
  color: #000;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.footer-flex-container {
  z-index: 2;
  color: #666;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer-column {
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-link {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.111;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--color-2);
  border-radius: 0;
  text-decoration: none;
}

.form-subscribe {
  color: #3b3b3b;
  background-color: #fff;
  border: 1px #0000;
  border-radius: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 7px 5px 5px;
  font-family: Bitter, serif;
  display: flex;
  box-shadow: 2px 2px 10px #00000008;
}

.success-message {
  background-color: var(--color-1);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  width: 100%;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.footer-side {
  color: #f8ffd9;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-right: 0;
}

.footer-side.flex-side {
  border-left: 1px solid #30364d2e;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  color: #000;
  border: 1px #000;
  border-top: 1px solid #325766;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.footer-side.top-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-top: 0;
  display: flex;
}

.footer-title-block {
  color: #fff;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
}

.footer-links {
  color: #6d6875;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-link-text {
  color: var(--color-2);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text:hover {
  color: var(--color-2);
  text-decoration: underline;
}

.mendosa-social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: red;
  border-radius: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.555em;
}

.left-side-top-footer, .right-side-top-footer {
  width: 50%;
}

.grid-block-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #2646530d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.grid-block-item._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4b9a8f33;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-block-item._3 {
  background-color: #e9c46a4d;
  border-radius: 14px;
}

.side-img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.side-image-wrapper {
  background-color: #b87b7b;
  border-radius: 10px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.grid-insights {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start center;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.insights-grid-2-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.color-text {
  color: var(--color-2);
}

.left-block {
  text-align: left;
  object-fit: fill;
  width: 33%;
  position: static;
  bottom: 0;
}

.right-block {
  width: 60%;
}

.testimonials-arrow {
  width: 100%;
  max-width: 18%;
  margin-top: -20px;
  margin-bottom: 70px;
}

.testimonials-arrow.left {
  align-items: center;
  max-width: 20%;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 24px;
}

.testimonials-arrow.right {
  justify-content: flex-end;
  align-items: center;
  max-width: 20%;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 24px;
  display: flex;
}

.no-mask {
  overflow: visible;
}

.testimonials-slide {
  width: 50%;
  padding-left: 0;
  padding-right: 30px;
  position: static;
}

.testimonials {
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  height: 480px;
  margin-left: 0;
  margin-right: auto;
}

.services-card {
  border: 1px solid var(--color-9);
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.services-card.trasparent {
  background-color: #fff0;
  background-image: linear-gradient(#fff0, #000);
  border-style: none;
  justify-content: space-between;
  height: 100%;
}

.services-card.gray {
  background-color: var(--color-10);
}

.service-headline {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 16px;
}

.service-headline.white {
  color: var(--white);
}

.services-short-summary {
  color: var(--color-1);
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

.services-short-summary.white {
  color: var(--white);
  font-size: 16px;
}

.testimonials-nav {
  opacity: .5;
  color: var(--color-4);
  margin-top: 70px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  display: block;
}

.testimonials-top-content {
  border-top: 1px #e9e3de;
  border-bottom: 1px solid #e9e3de;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 60px;
  display: flex;
  position: relative;
}

.testimonials-top-content._40px-margings {
  border: 1px #000;
  padding: 40px;
}

.service-bottom-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 60px;
  display: flex;
}

.service-bottom-content._40px-margings {
  padding: 0 40px 40px;
}

.template-grid-2-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 80px;
}

.template-grid-2-column.title-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  grid-template-columns: 1fr auto;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 80px;
}

.inner-content._850px {
  max-width: 650px;
}

.inner-content.flex {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.icon-wrapper {
  background-color: var(--color-10);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.content-wrapper {
  direction: ltr;
  border-radius: 20px;
  width: 100%;
  max-width: 540px;
}

.grid-2-colmn-gap-120px {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  place-items: center stretch;
  display: grid;
}

.section-color {
  z-index: 2;
  background-color: var(--color-dark-sage);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.testimonials-image {
  border: 0 #fff;
  border-radius: 12px;
  width: 110px;
  height: 110px;
}

.testimonials-small-card {
  z-index: 2;
  background-color: var(--color-dark-brass);
  color: #000;
  text-align: left;
  border-radius: 14px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.testimonials-small-card.fullwidth {
  background-image: url('../images/ai---office-w-plants-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.testimonials-small-card.hero {
  background-color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: auto;
}

.content-block {
  direction: ltr;
  width: 100%;
  max-width: 540px;
  position: relative;
  overflow: visible;
}

.testimonials-info-wrapper {
  aspect-ratio: auto;
  object-fit: fill;
  border-left: 0 #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.small-testimonials-text {
  color: var(--color-10);
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.33em;
}

.grid-2-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.content-width-500px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-name {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.235em;
}

.div-image {
  background-image: url('../images/image-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  height: 450px;
}

.div-image.small {
  background-image: url('../images/image-4.jpg');
  background-position: 50%;
  height: 150px;
}

.div-image.small.hero {
  background-image: url('../images/Potted-Plant-on-Gray-Background.jpeg');
  width: 40%;
  height: auto;
  margin-bottom: 0;
}

.div-image.small.customer {
  background-image: url('../images/image-2.jpg');
}

.div-image.small.ads {
  border-radius: 14px;
}

.div-image.reduced-width {
  background-image: url('../images/image-21.jpg');
  background-position: 45%;
}

.div-image.hero {
  background-image: url('../images/image-26.jpg');
  background-position: 50%;
  height: 78%;
  margin-bottom: 2%;
}

.div-image.hero.services {
  height: 100%;
}

.div-image.post-page {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  height: 500px;
}

.qucik-stack-left {
  padding: 0;
}

.qucik-stack-left._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

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

.top-border-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-border-block.mg-bottom-40px {
  justify-content: flex-end;
  align-items: center;
}

.circle-divider {
  background-color: var(--color-2);
  border-radius: 100%;
  flex: none;
  width: 22px;
  height: 22px;
}

.circle-divider._1 {
  background-color: var(--color-1);
  margin-left: auto;
}

.circle-divider._2 {
  background-color: var(--color-2);
}

.circle-divider._3 {
  background-color: var(--color-dark-brass);
}

.divider-top-border {
  background-color: var(--color-2);
  width: 100%;
  height: 3px;
}

.divider-top-border._3 {
  background-color: var(--color-dark-brass);
  background-image: linear-gradient(90deg, var(--color-2), var(--color-dark-brass) 52%);
}

.divider-top-border._2 {
  background-image: linear-gradient(90deg, var(--color-1), var(--color-2) 50%);
}

.divider-top-border._1 {
  background-color: var(--color-1);
  border-radius: 4px;
  margin-right: -2px;
}

.features-content.right-mg-40px {
  background-color: var(--white);
  border-radius: 20px;
  margin-right: 20px;
  padding: 30px;
}

.features-nr {
  margin-bottom: 20px;
  font-size: 74px;
  line-height: 1.1em;
}

.features-nr._1 {
  color: var(--color-1);
  font-size: 42px;
}

.features-nr._2 {
  color: var(--color-2);
  font-size: 42px;
}

.features-nr._3 {
  color: var(--color-dark-brass);
  font-size: 42px;
}

.components-card {
  border: 1px none var(--color-8);
  background-color: var(--color-10);
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
}

.components-card._2 {
  background-color: var(--color-10);
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.list-grid.margin-top {
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
  width: 100%;
}

.icon-grid-list-item {
  border-bottom: 1px solid #ecebea;
  border-radius: 1px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.icon-grid-list-item.no-border {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.icon-list-box {
  background-color: var(--color-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 16px;
  display: flex;
}

.checkmark {
  width: 14px;
}

.checklist-tittles {
  color: #3c3c3c;
  font-size: 16px;
}

.link-categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-link-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.learn-more {
  color: var(--color-dark-brass);
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.learn-more.white {
  color: var(--white);
}

.arrow-img {
  width: 26px;
  height: 30px;
  margin-top: 2px;
  margin-left: 0;
  position: relative;
}

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

.blog-tittle-small {
  color: var(--color-1);
  font-size: 22px;
}

.smal-image-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.top-info-post-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-family: Generalsans Variable, sans-serif;
  display: flex;
}

.top-info-post-wrapper.center {
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

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

.mg-bottom-100px._800px {
  width: 800px;
}

.sponsor-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.sponsor-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.sponsor-flex {
  flex: none;
  width: 100%;
  display: flex;
}

.sponsor-flex.right-padding-40px {
  margin-right: 40px;
}

.component-link {
  text-decoration: none;
}

.content-horizontal-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 20%;
  margin-top: 0;
  display: flex;
}

.mg-10px-right {
  color: var(--color-1);
  margin-right: 16px;
}

.address-title, .add-title {
  margin-bottom: 0;
}

.add-title.white {
  font-family: Generalsans Variable, sans-serif;
}

.text-field {
  float: none;
  border: 1px solid var(--color-9);
  color: var(--color-4);
  border-radius: 10px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus, .text-field.-wfp-focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.text-field::placeholder {
  color: var(--color-1);
  line-height: 1.4em;
}

.text-field.message {
  border-radius: 20px;
  height: 240px;
  margin-bottom: 0;
}

.card-form-contact {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.form {
  border: 1px #e9e3de;
  border-radius: 20px;
  width: 100%;
  padding: 0;
}

.contact-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-info-box._20px-top-bottm-padding {
  justify-content: space-around;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

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

.service-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.component-info-left {
  color: #003f41;
  align-items: flex-start;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.toggle-div-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.toggle-wrapper-div {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.toggle-wrapper-div:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.toggle-column-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.vertical-plus-line {
  background-color: var(--color-1);
  color: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-info {
  background-color: #0000;
  border-bottom: 1px #000;
  width: 100%;
  height: auto;
  padding: 30px 20px;
}

.toggle-info:hover {
  background-color: #0000;
  border: 1px #000;
}

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

.toggle-answer {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.horizontal-plus-line {
  background-color: var(--color-1);
  color: #000;
  width: 20px;
  height: 2px;
  position: absolute;
}

.toggle-name {
  color: #0f0f0f;
  text-transform: none;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.toggle-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  padding: 6px;
  display: flex;
}

.toggle-column-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.toggle-questions-faq {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e3e4eb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 400;
  display: flex;
}

.toggle-questions-faq:hover {
  background-color: #fff;
}

.testimonials-imgae-div {
  background-image: url('../images/team-12.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}

.testimonials-imgae-div._2 {
  background-image: url('../images/team-3.jpg');
}

.testimonials-imgae-div._3 {
  background-image: url('../images/team-1.jpg');
}

.testimonilas-name {
  color: var(--color-1);
}

.testimonilas-position {
  color: var(--color-2);
  font-weight: 400;
}

.quick-stack-instagram {
  padding: 0;
}

.about-image {
  border-radius: 14px;
}

.content-wrapper-side {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.header-grid-tittle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}

.image-about-wrapper {
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-about-wrapper.team {
  background-image: url('../images/image-1.jpg');
}

.lightbox-link {
  background-color: var(--color-dark-brass);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: transform .3s;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(.96);
}

.lightbox-link.ads {
  border-radius: 20px;
  width: 120px;
  height: 120px;
}

.team-social-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.team-social-wrapper.social {
  justify-content: center;
}

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

.team-name {
  color: var(--color-1);
  font-size: 24px;
  font-weight: 500;
}

.icon-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .4s, transform .4s;
  display: flex;
}

.icon-link:hover {
  background-color: var(--color-10);
  transform: scale(1.1);
}

.text-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.social-icons-list {
  align-items: center;
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color-11);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.list-item-2 {
  margin-left: 4px;
  margin-right: 4px;
}

.team-member-position {
  color: var(--color-1);
  margin-bottom: 10px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.team-member-position.dark {
  color: #012152;
  font-size: 18px;
}

.hidden-overflow {
  overflow: hidden;
}

.hidden-overflow._100-round-corners {
  border-radius: 100%;
}

.avatar {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.avatar._3 {
  width: 200px;
  height: 200px;
}

.avatar.small {
  width: 40px;
  height: 40px;
}

.pricing-card-wrapper {
  color: #012152;
  background-color: #0063ff;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
}

.pricing-card-wrapper.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0063ff00;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}

.price-numbers {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.price-month-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.table-description {
  color: #012152;
  text-align: left;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
}

.montly-name {
  font-size: 18px;
}

.price-collection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-package-block {
  border-radius: 10px;
  padding: 30px;
}

.top-package-block.page {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.lower-packages-bottom {
  background-color: var(--color-10);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
}

.lower-packages-bottom.page {
  padding: 40px;
}

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

.team-collage {
  padding: 0;
}

.cms-link {
  width: 100%;
  text-decoration: none;
}

.long-description-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.separator {
  background-color: var(--color-7);
  width: 30px;
  height: 1px;
}

.categories-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.categories-collection {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-content {
  color: var(--color-1);
  background-color: #fff0;
  border: 1px #000;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--color-9);
  color: var(--color-1);
  background-color: #fff0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Generalsans Variable, sans-serif;
}

.customer-info {
  border: 1px solid var(--color-9);
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
}

.user {
  background-color: var(--color-10);
}

.field-label {
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.small-icon {
  width: 60px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.block-header-user, .block-content-user {
  background-color: #fff0;
  padding: 0;
}

.user-block-form {
  background-color: var(--color-9);
  color: var(--color-1);
  border-radius: 12px;
  width: 460px;
  padding: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.process-line-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

._800-px-width-container {
  width: 800px;
}

.icons-card {
  background-color: var(--color-9);
  border-radius: 14px;
  width: auto;
  height: 200px;
  margin-right: 0;
}

.icons-card._5 {
  background-image: url('../images/icons8-learning-96.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._4 {
  background-image: url('../images/icons8-wise-mind-96.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._2 {
  background-color: var(--color-9);
  background-image: url('../images/icons8-collaboration-96.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 14px;
  padding: 23px;
  overflow: hidden;
}

.icons-card._1 {
  background-image: url('../images/icons8-client-management-96.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._3 {
  background-image: url('../images/icons8-puzzles-96.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._6 {
  background-image: url('../images/icons8-cheburashka-96.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.licenses-paragraph {
  color: #40465c;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.licenses--grid-img {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
}

.component-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.component-image._1 {
  background-image: url('../images/image-26.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.component-image._4 {
  background-image: url('../images/team-2.jpg');
}

.component-image._2 {
  background-color: #caf0f8;
  background-image: url('../images/image-24.jpg');
  background-position: 50% 0;
}

.component-image._3 {
  background-color: #92c4ff;
  background-image: url('../images/image-21.jpg');
  background-position: 50% 0;
}

.component-image._5 {
  background-image: url('../images/team-1.jpg');
}

.component-image._6 {
  background-image: url('../images/image-5.jpg');
}

.component-wrapper-block {
  color: #000;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 100px;
}

.component-wrapper-block.last {
  padding-bottom: 0;
}

.utility-page-wrap {
  background-color: var(--color-11);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--color-9);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  width: 460px;
  padding: 31px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  font-family: Generalsans Variable, sans-serif;
  display: flex;
}

.password {
  color: var(--color-1);
  font-weight: 500;
}

.short-description {
  color: var(--color-1);
  font-family: Generalsans Variable, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.grid-play-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #2646530d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.grid-play-block._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2ebead66;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-play-block._2.about {
  background-color: #fff3;
  flex-flow: column;
  width: 100%;
}

.grid-block-item-bottm-animation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #2646530d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.grid-block-item-bottm-animation._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2ebead66;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-block-item-bottm-animation._3 {
  background-color: #e9c46a4d;
  border-radius: 14px;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.image {
  max-height: 100px;
}

.image-2 {
  max-width: 100%;
}

.image-3 {
  min-height: 120px;
}

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

.text-span {
  color: var(--color-dark-brass);
}

@media screen and (min-width: 1280px) {
  blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .primary-button-hp {
    border-width: 1px;
    border-color: #3a3129;
    transition: color .4s, border-color .4s, background-color .4s;
  }

  .primary-button-hp._2 {
    transition: border-color .4s, background-color .4s, color .4s;
  }

  .primary-button-hp._2:hover {
    color: var(--color-1);
    background-color: #fff;
    border-color: #fff;
  }

  .paragraph-big {
    font-weight: 400;
  }

  .mg-bottom-16px {
    width: auto;
  }

  .display-2 {
    font-size: 60px;
  }

  .hero-image-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .container {
    padding-top: 6em;
  }

  .container.hero {
    padding-top: 14em;
  }

  .container.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.home {
    height: 900px;
  }

  .display-3 {
    font-size: 44px;
  }

  .divider-line {
    background-size: 9px;
  }

  .display-4 {
    font-size: 60px;
  }

  .button-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-block._3 {
    background-color: #3c3c3c;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    border-radius: 6px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1px;
  }

  .navigation {
    position: absolute;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .nav-link.w--current {
    font-weight: 400;
  }

  .nav-link.w--current:hover {
    color: var(--color-dark-brass);
  }

  .form-block {
    width: auto;
  }

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

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

  .testimonials-image {
    width: 120px;
    height: 120px;
  }

  .testimonials-info-wrapper {
    height: 120px;
  }

  .div-image {
    height: 450px;
  }

  .div-image.small.hero {
    height: auto;
    margin-bottom: 0%;
  }

  .arrow-img {
    filter: none;
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }

  .table-description, .licenses-paragraph {
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hero-grid {
    grid-column-gap: 90px;
  }

  .primary-button-hp {
    border-width: 1px;
    border-color: #1b253d;
    transition: transform .4s, background-color .4s;
  }

  .primary-button-hp._2 {
    border-style: solid;
  }

  .primary-button-hp._2:hover {
    background-color: #fff;
    border-color: #fff;
  }

  .primary-button-hp._2 {
    transition: transform .4s, color .4s;
  }

  .primary-button-hp._2:hover {
    background-color: var(--white);
    color: var(--color-1);
  }

  .paragraph-big {
    color: #3c3c3c;
    font-weight: 400;
  }

  .paragraph-big.white {
    color: var(--color-11);
  }

  .mg-bottom-16px {
    width: auto;
  }

  .display-2 {
    line-height: 1.111;
  }

  .hero-image-wrapper {
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    left: 50%;
  }

  .container {
    background-color: #fff0;
    padding-top: 6em;
  }

  .container.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.home {
    height: 1000px;
  }

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

  .display-3 {
    line-height: 1.111;
  }

  .display-1 {
    font-size: 80px;
  }

  .divider-line {
    background-color: var(--color-8);
    height: 1px;
  }

  .display-4 {
    line-height: 1.111;
  }

  .component-wrapper {
    background-image: none;
    border-style: none;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

  .button-wrapper.dark {
    margin-top: 0;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-left: 1px;
  }

  .navigation {
    position: absolute;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .nav-container {
    max-width: 1400px;
  }

  .nav-link.w--current:hover {
    color: var(--color-8);
  }

  .form-block {
    width: auto;
  }

  .social-footer-link {
    width: 40px;
    height: 40px;
  }

  .insights-grid-2-row {
    grid-template-columns: 2fr 2.25fr;
  }

  .left-block {
    width: 30%;
  }

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

  .testimonials-image {
    width: 120px;
    height: 120px;
  }

  .testimonials-small-card.hero {
    height: auto;
  }

  .testimonials-info-wrapper {
    height: 120px;
  }

  .small-testimonials-text {
    font-size: 18px;
  }

  .div-image {
    height: 500px;
  }

  .div-image.small.hero {
    height: auto;
    margin-bottom: 0%;
  }

  .arrow-img {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

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

  .vertical-plus-line {
    width: 15px;
  }

  .toggle-info {
    border: 1px #000;
  }

  .toggle-info:hover {
    background-color: #0000;
  }

  .horizontal-plus-line {
    width: 15px;
  }

  .toggle-icon {
    color: #000;
  }

  .team-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  blockquote {
    color: var(--white);
  }

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

  .primary-button-hp {
    background-color: var(--color-1);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: transform .4s, background-color .4s;
  }

  .primary-button-hp._2 {
    color: #fff;
    border-color: #e9452e;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button-hp._2:hover {
    color: #1b253d;
    background-color: #fff;
    border-color: #fff;
  }

  .primary-button-hp._2 {
    border-color: var(--color-2);
    transition: transform .4s, color .4s;
  }

  .primary-button-hp._4 {
    color: #fff;
  }

  .paragraph-big {
    color: #3c3c3c;
    font-weight: 400;
  }

  .paragraph-big.white {
    color: var(--white);
  }

  .mg-bottom-16px {
    margin-left: 0;
    margin-right: 0;
  }

  .display-2 {
    font-size: 60px;
    line-height: 1.111;
  }

  .hero-image-wrapper {
    border-radius: 0 0 0 20px;
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0;
    inset: 0 0 0 50%;
    overflow: hidden;
  }

  .container {
    box-shadow: none;
    color: #000;
    padding-top: 6em;
  }

  .container.footer {
    padding-bottom: 2em;
  }

  .container.hero {
    padding-top: 14em;
  }

  .container.checkout {
    display: flex;
  }

  .container.user {
    height: auto;
  }

  .container.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.subpages {
    text-align: left;
  }

  .hero-section.home {
    height: 1000px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-component {
    border: 0 #fff;
  }

  .display-3 {
    font-size: 44px;
    line-height: 1.222;
  }

  .section {
    background-position: 50% 0;
  }

  .display-1 {
    margin-bottom: 16px;
    font-size: 80px;
  }

  .divider-line {
    background-color: var(--color-8);
    background-image: none;
    height: 1px;
  }

  .display-4 {
    font-size: 60px;
    line-height: 1.111;
  }

  .component-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .color-block._3 {
    background-color: #3c3c3c;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 900px;
    margin-top: 0;
  }

  .section-title.center-content {
    text-align: center;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-left: 1px;
  }

  .navigation {
    position: absolute;
  }

  .header-side {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .nav-wrapper {
    padding-top: 8px;
  }

  .remove {
    font-weight: 500;
    text-decoration: none;
  }

  .cart-footer {
    border: 1px #000;
  }

  .cart-title {
    font-weight: 400;
  }

  .dropdown-icon {
    background-color: var(--color-2);
  }

  .cart-item {
    border-bottom: 1px solid #d6d6d6;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .link-dropdown {
    padding: 10px;
  }

  .dropdown-list {
    background-color: #000;
  }

  .nav-container {
    max-width: 1400px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .nav-link {
    text-transform: none;
    font-size: 18px;
  }

  .nav-link:hover {
    color: var(--color-dark-brass);
    background-color: #fff0;
  }

  .nav-link.w--current {
    color: var(--white);
    font-size: 18px;
  }

  .nav-link.cart:hover {
    color: var(--color-8);
  }

  .footer-section {
    color: var(--color-2);
  }

  .social-footer-link {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

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

  .footer-copyright {
    margin-bottom: 0;
    font-family: Generalsans Variable, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-bottom {
    border-style: none;
    border-color: #000;
    padding: 20px;
  }

  .footer-link {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.111;
  }

  .footer-side {
    width: 35%;
    padding-top: 80px;
  }

  .footer-side.flex-side.light {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-top: 80px;
  }

  .footer-side.top-flex {
    width: auto;
  }

  .footer-link-text {
    color: var(--color-2);
    margin-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

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

  .grid-block-item {
    border: 1px #000;
    width: 100%;
    padding-bottom: 20px;
  }

  .grid-block-item._2 {
    height: auto;
    display: flex;
  }

  .side-image-wrapper {
    border-radius: 20px;
  }

  .grid-insights {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .insights-grid-2-row {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 2fr 2.25fr;
  }

  .testimonials-slide {
    padding-left: 0;
    padding-right: 30px;
  }

  .testimonials {
    margin-left: 0;
  }

  .services-card {
    color: #3a3129;
    border-radius: 18px;
  }

  .services-card.trasparent {
    border-radius: 18px;
  }

  .services-card.gray {
    background-color: var(--color-10);
  }

  .service-bottom-content {
    font-size: 18px;
  }

  .template-grid-2-column {
    grid-template-columns: .75fr 1fr;
    margin-bottom: 60px;
  }

  .template-grid-2-column.title-section-grid {
    place-items: center stretch;
    margin-bottom: 60px;
  }

  .inner-content._850px {
    max-width: 850px;
  }

  .icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .content-wrapper {
    max-width: 600px;
  }

  .grid-2-colmn-gap-120px {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-color {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .testimonials-image {
    border-radius: 12px;
    width: 120px;
    height: 120px;
  }

  .testimonials-small-card {
    z-index: 2;
    position: relative;
  }

  .testimonials-small-card.fullwidth {
    background-image: url('../images/image-24.jpg');
    background-position: 50%;
  }

  .testimonials-small-card.hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-block {
    max-width: 600px;
  }

  .testimonials-info-wrapper {
    justify-content: space-between;
    height: 120px;
  }

  .small-testimonials-text {
    font-size: 20px;
  }

  .content-width-500px {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-image {
    background-image: url('../images/image-2.jpg');
    background-position: 50%;
    border-radius: 18px;
    height: 450px;
  }

  .div-image.small.hero {
    background-image: url('../images/image-5.jpg');
  }

  .div-image.small.customer {
    background-image: url('../images/image-2.jpg');
  }

  .div-image.small.ads {
    background-image: url('../images/image-4.jpg');
  }

  .div-image.hero {
    background-image: url('../images/image-6.jpg');
    background-position: 50%;
    height: 78%;
  }

  .div-image.hero.services {
    margin-bottom: 0%;
  }

  .div-image.thin {
    background-image: url('../images/image-26.jpg');
  }

  .qucik-stack-left {
    height: auto;
  }

  .top-border-block.mg-bottom-40px {
    justify-content: flex-end;
    align-items: center;
  }

  .features-content.right-mg-40px {
    margin-right: 20px;
  }

  .components-card {
    border-radius: 10px;
  }

  .icon-list-box {
    background-color: var(--color-2);
  }

  .button-link-text {
    font-size: 18px;
  }

  .learn-more {
    color: var(--color-2);
    line-height: 1.111em;
  }

  .arrow-img {
    filter: none;
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }

  .arrow-img.invers {
    filter: invert();
  }

  .smal-image-post {
    width: 100px;
    height: 100px;
  }

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

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

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

  .sponsor-flex {
    margin-right: 40px;
  }

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

  .text-field {
    border: 1px solid #ffffff1a;
    margin-bottom: 10px;
  }

  .text-field.message {
    margin-bottom: 10px;
  }

  .card-form-contact {
    background-color: #0000;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .form {
    padding: 0;
  }

  .contact-info-box {
    width: 100%;
  }

  .contact-form-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .toggle-wrapper-div {
    width: 100%;
  }

  .vertical-plus-line {
    width: 15px;
  }

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

  .horizontal-plus-line {
    background-color: var(--color-1);
    width: 15px;
  }

  .toggle-name {
    color: #000;
  }

  .toggle-icon {
    padding: 6px;
  }

  .toggle-questions-faq {
    border-color: #e3e4eb;
  }

  .content-wrapper-side {
    justify-content: center;
    align-items: flex-start;
  }

  .header-grid-tittle {
    margin-bottom: 60px;
  }

  .lightbox-link.ads {
    border-radius: 20px;
  }

  .team-grid-3-col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-link:hover {
    background-color: var(--color-9);
  }

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

  .team-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-card-wrapper {
    color: #fff;
  }

  .pricing-card-wrapper.left {
    margin-top: 20px;
  }

  .price-month-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .montly-name {
    color: #012152;
  }

  .cms-link {
    font-size: 18px;
  }

  ._800-px-width-container {
    width: 800px;
  }

  .icons-card {
    background-size: 100px;
    width: auto;
  }

  .component-image, .component-image._1 {
    border-radius: 20px;
  }

  .component-wrapper-block {
    border-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 49px 0;
  }

  .grid-play-block {
    border: 1px #000;
    width: 100%;
    padding-bottom: 20px;
  }

  .grid-play-block._2 {
    height: auto;
    display: flex;
  }

  .grid-play-block._2.about {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .grid-block-item-bottm-animation {
    border: 1px #000;
    width: 100%;
    padding-bottom: 20px;
  }

  .grid-block-item-bottm-animation._2 {
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

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

  .mg-bottom-16px {
    width: auto;
  }

  .hero-image-wrapper {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    display: block;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .container {
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .container.hero {
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .container.checkout {
    flex-flow: column;
  }

  .container.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 700px;
  }

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

  .hero-section.home {
    height: auto;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .hero-section.service-page {
    padding-bottom: 800px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .card-component {
    padding: 0;
  }

  .display-1 {
    line-height: 120%;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .component-wrapper {
    padding-bottom: 40px;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .nav-menu-button {
    background-color: var(--white);
    border-radius: 8px;
    margin-left: 20px;
    padding: 18px;
  }

  .nav-menu-button:hover {
    background-color: var(--color-9);
  }

  .nav-menu-button.w--open {
    background-color: var(--white);
    color: var(--color-7);
  }

  .nav-logo-link {
    margin-top: 0;
    margin-right: 0;
  }

  .nav-menu {
    color: var(--color-1);
    background-color: #fff;
    border: 1px solid #ffffff14;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-side {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cart-title {
    color: var(--white);
  }

  .dropdown-switch {
    color: var(--color-4);
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-switch:hover {
    color: var(--color-2);
  }

  .options-menu.w--open {
    border-radius: 10px;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    align-items: center;
    width: auto;
    display: flex;
  }

  .icon-hamburger {
    color: var(--color-1);
  }

  .nav-container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .nav-link {
    color: var(--color-4);
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

  .nav-link.w--current {
    color: var(--color-4);
  }

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

  .nav-link.cart {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .nav-link.cart:hover {
    color: var(--color-8);
    font-size: 18px;
  }

  .social-icons-wrapper {
    margin-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 0;
  }

  .form-subscribe {
    flex-direction: row;
    padding-left: 5px;
  }

  .footer-side {
    width: 100%;
    padding-right: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .footer-side.top-flex {
    flex-flow: column;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .left-side-top-footer, .right-side-top-footer {
    width: 100%;
  }

  .side-image-wrapper {
    height: 650px;
  }

  .insights-grid-2-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    display: flex;
    position: relative;
  }

  .testimonials-slide {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }

  .testimonials {
    height: 510px;
    padding-left: 0;
    padding-right: 48px;
  }

  .testimonials-top-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-bottom-content {
    padding-right: 100px;
  }

  .template-grid-2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr;
  }

  .template-grid-2-column.title-section-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    display: flex;
  }

  .content-wrapper {
    max-width: none;
  }

  .grid-2-colmn-gap-120px {
    grid-template-columns: 1fr;
  }

  .section-color {
    padding: 0 0 0;
  }

  .testimonials-small-card.fullwidth {
    height: 240px;
  }

  .content-block {
    max-width: none;
  }

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

  .content-width-500px {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
  }

  .div-image {
    border-radius: 18px;
  }

  .div-image.hero {
    height: 500px;
  }

  .div-image.post-page {
    height: 600px;
  }

  .grid-3-column._0px-gap {
    justify-content: space-between;
  }

  .components-card._2.review {
    height: 400px;
  }

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

  .sponsor-grid {
    grid-template-columns: auto;
  }

  .content-horizontal-flex {
    height: 30%;
  }

  .content-horizontal-flex.mbl {
    height: 20%;
  }

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

  .card-form-contact {
    padding: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .toggle-div-flex {
    flex-flow: column;
  }

  .toggle-wrapper-div, .toggle-column-2, .toggle-column-1 {
    width: 100%;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .quick-stack-instagram {
    padding: 0;
  }

  .about-image {
    height: 100%;
  }

  .content-wrapper-side {
    align-items: center;
  }

  .header-grid-tittle {
    text-align: center;
    grid-template-columns: 1.3fr;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
  }

  .team-grid-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card-wrapper {
    border: 1px solid #ffffff40;
  }

  .pricing-card-wrapper.left {
    margin-top: 0;
    margin-right: 0;
    padding: 0;
  }

  .price-collection {
    grid-template-columns: 1fr;
  }

  .long-description-wrapper {
    width: auto;
  }

  .checkout-right-block, .checkout-left-block {
    width: 100%;
  }

  .process-line-block {
    justify-content: space-between;
  }

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

  .icons-card {
    width: 100%;
  }

  .licenses--grid-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }

  .component-wrapper-block {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .component-wrapper-block.last {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    color: var(--color-dark-brass);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .primary-button-hp {
    font-size: 16px;
  }

  .primary-button-hp._2.mbl {
    display: none;
  }

  .display-2 {
    font-size: 50px;
  }

  .hero-image-wrapper {
    height: auto;
    margin-top: 0;
    position: static;
  }

  .hero-image-wrapper.services {
    position: absolute;
  }

  .container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container.hero {
    padding-top: 12em;
    padding-bottom: 6em;
  }

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

  .hero-section.home {
    height: auto;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .hero-section.service-page {
    height: auto;
    padding-bottom: 800px;
  }

  .style-guide-buttons, .font-grid {
    grid-template-columns: 1fr;
  }

  .card-component {
    padding: 0;
  }

  .display-3 {
    font-size: 36px;
  }

  .display-1 {
    font-size: 60px;
  }

  .color-shade-card {
    padding: 16px;
  }

  .display-4 {
    font-size: 50px;
  }

  .component-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navigation {
    padding-top: 20px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .grid-drop-down-links {
    grid-template-columns: 1fr 1fr;
  }

  .options-menu.w--open {
    width: auto;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

  .input {
    min-height: 60px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    flex-flow: column;
    width: 100%;
    padding-top: 60px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .side-image-wrapper {
    width: 100%;
    height: 500px;
  }

  .insights-grid-2-row {
    top: auto;
  }

  .testimonials-slide {
    padding-left: 0;
    padding-right: 30px;
  }

  .testimonials {
    height: 420px;
    padding-left: 0;
    padding-right: 20px;
  }

  .service-headline {
    font-size: 26px;
  }

  .services-short-summary {
    font-size: 16px;
  }

  .testimonials-nav {
    margin-top: 0;
  }

  .testimonials-top-content {
    padding: 20px 40px;
  }

  .service-bottom-content {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 80px 40px 40px;
  }

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

  .icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .icon-wrapper.white {
    background-color: var(--color-11);
  }

  .content-wrapper {
    width: 100%;
  }

  .section-color {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-small-card.hero, .content-block {
    width: 100%;
  }

  .grid-2-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .content-width-500px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .div-image.small.ads {
    height: 240px;
  }

  .div-image.hero {
    background-position: 50%;
    height: 400px;
  }

  .div-image.post-page {
    height: 400px;
  }

  .grid-3-column._0px-gap {
    grid-template-columns: 1fr;
  }

  .top-border-block.mg-bottom-40px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 40px;
    margin-bottom: -1px;
  }

  .circle-divider._1 {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    position: relative;
  }

  .circle-divider._2, .circle-divider._3 {
    position: relative;
  }

  .divider-top-border._3 {
    background-image: linear-gradient(180deg, var(--color-2), var(--color-dark-brass) 52%);
    width: 3px;
    height: 100%;
  }

  .divider-top-border._2 {
    background-image: linear-gradient(180deg, var(--color-1), var(--color-2) 50%);
    width: 3px;
    height: 100%;
    margin-bottom: -1px;
  }

  .divider-top-border._1 {
    width: 3px;
    height: 100%;
  }

  .features-content.right-mg-40px {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .icon-grid-list-item {
    border-bottom-color: var(--color-9);
    padding-bottom: 16px;
  }

  .arrow-img {
    margin-top: 0;
  }

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

  .sponsor-grid {
    grid-template-columns: auto;
  }

  .content-horizontal-flex.mbl {
    height: 20%;
  }

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

  .card-form-contact {
    width: 100%;
    min-height: 560px;
    padding: 0;
  }

  .form {
    padding: 0;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .quick-stack-instagram {
    padding: 0;
  }

  .image-about-wrapper.team {
    height: 400px;
  }

  .lightbox-link {
    width: 90px;
    height: 90px;
  }

  .team-grid-3-col {
    grid-template-columns: 1fr;
  }

  .table-description {
    font-size: 15px;
    line-height: 24px;
  }

  .categories-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .categories-collection, .process-line-block {
    grid-template-columns: 1fr;
  }

  .process-wrapper-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    display: flex;
  }

  .icons-card, .icons-card._2 {
    width: 100%;
  }

  .licenses--grid-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .component-wrapper-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.33em;
  }

  blockquote {
    padding-left: 30px;
  }

  .hero-grid {
    margin-bottom: 40px;
  }

  .primary-button-hp {
    font-size: 16px;
  }

  .primary-button-hp.newsletter {
    width: 100%;
  }

  .wrapper-button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .paragraph-big {
    font-size: 1rem;
  }

  .display-2 {
    font-size: 42px;
  }

  .hero-image-wrapper, .hero-image-wrapper.services {
    height: auto;
  }

  .container {
    padding: 7em 1.6em;
  }

  .hero-section {
    padding-top: 48px;
  }

  .hero-section.home {
    height: auto;
  }

  .hero-section.service-page {
    padding-bottom: 300px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .card-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-1 {
    font-size: 55px;
  }

  .color-shade-card {
    padding: 12px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .display-4 {
    font-size: 48px;
  }

  .component-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .nav-menu-button {
    margin-left: 0;
    padding: 8px;
  }

  .nav-menu {
    margin-top: 17px;
    margin-left: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .header-side {
    justify-content: flex-start;
    align-items: center;
  }

  .cart-container {
    border-radius: 0;
    min-width: auto;
    max-width: none;
  }

  .price-card {
    font-size: 16px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.cart {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-brand {
    width: 150px;
  }

  .form-block {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .social-footer-link {
    width: 30px;
    height: 30px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .form-subscribe {
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .mendosa-social-icon {
    width: 16px;
  }

  .grid-block-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .grid-block-item._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .side-image-wrapper {
    width: 100%;
    height: 350px;
  }

  .insights-grid-2-row {
    top: auto;
  }

  .left-block, .right-block {
    width: auto;
  }

  .testimonials-slide {
    padding-left: 0;
    padding-right: 20px;
  }

  .testimonials {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-card {
    background-image: none;
    border-radius: 24px;
  }

  .services-card.trasparent {
    border-radius: 18px;
  }

  .services-short-summary {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonials-nav {
    display: block;
  }

  .testimonials-top-content {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 30px;
  }

  .testimonials-top-content._40px-margings {
    padding: 20px;
  }

  .service-bottom-content {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 40px 30px 30px;
  }

  .service-bottom-content._40px-margings {
    padding: 0 20px 20px;
  }

  .template-grid-2-column {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .template-grid-2-column.title-section-grid {
    grid-template-columns: auto;
  }

  .section-color {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonials-image {
    width: 80px;
    height: 80px;
  }

  .testimonials-small-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .testimonials-small-card.hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonials-info-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .small-testimonials-text {
    text-align: left;
    font-size: 14px;
  }

  .grid-2-row {
    flex-flow: column;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .content-width-500px {
    width: 100%;
  }

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

  .div-image {
    height: 350px;
  }

  .div-image.small.hero {
    width: auto;
    height: 160px;
  }

  .div-image.hero {
    height: 300px;
    margin-bottom: 20px;
  }

  .div-image.hero.services, .div-image.post-page {
    height: 300px;
  }

  .components-card._2.review {
    height: 500px;
  }

  .list-grid.margin-top {
    grid-template-columns: 1fr;
  }

  .icon-grid-list-item {
    border-bottom-style: solid;
    border-bottom-color: var(--color-9);
    padding-bottom: 14px;
  }

  .icon-list-box {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .button-link-text {
    align-items: center;
  }

  .learn-more {
    font-size: 16px;
    line-height: 24.96px;
  }

  .arrow-img {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }

  .top-info-post-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .content-horizontal-flex.mbl {
    flex-flow: column;
    height: auto;
  }

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

  .card-form-contact, .form {
    padding: 0;
  }

  .component-info-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-name {
    font-size: 18px;
  }

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

  .toggle-questions-faq {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .image-about-wrapper {
    height: 400px;
  }

  .lightbox-link {
    width: 90%;
    height: 90%;
    padding: 18px;
  }

  .lightbox-link.ads {
    width: 100%;
  }

  .team-grid-3-col {
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    margin-bottom: 24px;
  }

  .avatar, .avatar._3 {
    width: 160px;
    height: 160px;
  }

  .pricing-card-wrapper {
    width: 100%;
    padding: 24px;
  }

  .pricing-card-wrapper.left {
    padding: 0;
  }

  .price-numbers {
    font-size: 28px;
  }

  .categories-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .categories-collection {
    grid-template-columns: 1fr;
  }

  .customer-info {
    font-family: Generalsans Variable, sans-serif;
  }

  .footer-wrapper.user {
    text-align: center;
  }

  .user-block-form {
    width: auto;
  }

  .licenses-paragraph {
    font-size: 1rem;
  }

  .licenses--grid-img {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .component-wrapper-block {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .grid-play-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .grid-play-block._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-play-block._2.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .grid-block-item-bottm-animation {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .grid-block-item-bottm-animation._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-cfe29ebb-4589-3185-ffda-d86189184880-8918487a {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0c-73c8eeea {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .25fr 3fr 1fr;
}

#w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0d-73c8eeea, #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0f-73c8eeea {
  grid-column: span 2 / span 2;
}

#w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef11-73c8eeea {
  grid-column: span 4 / span 4;
}

#w-node-_4c74d95a-2185-f260-9bff-29fd48b33eba-48b33eb8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_4c74d95a-2185-f260-9bff-29fd48b33ec9-48b33eb8 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_4c74d95a-2185-f260-9bff-29fd48b33eca-48b33eb8 {
  grid-column: span 2 / span 2;
}

#w-node-_372dde84-f996-058b-ecd8-11c371fa8d53-71fa8d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aef3a056-9a02-b2ca-de2b-3a2585ea0bac-0aee7540, #w-node-aef3a056-9a02-b2ca-de2b-3a2585ea0bb2-0aee7540, #w-node-_8dc89113-b721-523d-374c-2373884a25a4-0aee7540, #w-node-aef3a056-9a02-b2ca-de2b-3a2585ea0be3-0aee7540 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cd9c6ae-3812-0dc3-a464-7da2994333ef-0aee7543 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_5cd9c6ae-3812-0dc3-a464-7da2994333fe-0aee7543 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_5cd9c6ae-3812-0dc3-a464-7da2994333ff-0aee7543 {
  grid-column: span 2 / span 2;
}

#w-node-_51dd15ea-bc9b-84b5-a1dd-c9507bbb6126-0aee7544, #w-node-_51dd15ea-bc9b-84b5-a1dd-c9507bbb612c-0aee7544, #w-node-_49ad19f2-8a07-bad9-ef42-f8ec31a4a428-0aee7545, #w-node-_49ad19f2-8a07-bad9-ef42-f8ec31a4a42b-0aee7545, #w-node-bab3806d-8342-65dc-0c71-1c35fb484d6a-0aee7546, #w-node-bab3806d-8342-65dc-0c71-1c35fb484d6d-0aee7546, #w-node-_873de096-7282-5f30-21a8-370eae3a64a7-0aee7548, #w-node-_4299950c-f80b-0614-bb2c-9422e4267fd3-0aee7548 {
  align-self: end;
}

#w-node-_178b608a-a76b-489c-f350-f10e1a21b244-0aee7548 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_178b608a-a76b-489c-f350-f10e1a21b253-0aee7548 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_178b608a-a76b-489c-f350-f10e1a21b254-0aee7548 {
  grid-column: span 2 / span 2;
}

#w-node-b28d2abd-4514-5279-7382-46b2458c9417-0aee754a {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-bfd2f709-e8dc-3b7e-183e-3c4b92e8095b-0aee754b, #w-node-_7a4486be-92a3-c50a-1589-d26878eb661e-0aee754b, #w-node-_5e6d6ccf-1fa7-6a96-a4d0-865a39402508-0aee754b, #w-node-_5e6d6ccf-1fa7-6a96-a4d0-865a39402517-0aee754b, #w-node-_5a031b1f-fd59-a932-fe3d-1c5394cebc4f-0aee754b, #w-node-_5a031b1f-fd59-a932-fe3d-1c5394cebc5e-0aee754b {
  align-self: center;
}

#w-node-_930eabf9-1db6-4552-714a-de90a903413e-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034140-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034142-0aee754c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_930eabf9-1db6-4552-714a-de90a9034144-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034146-0aee754c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_930eabf9-1db6-4552-714a-de90a9034148-0aee754c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_930eabf9-1db6-4552-714a-de90a903414a-0aee754c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4268e299-a147-459c-3df8-9e3409a447c2-0aee754d, #w-node-_4268e299-a147-459c-3df8-9e3409a447ca-0aee754d {
  align-self: end;
}

#w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a52-0aee754d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a59-0aee754d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a62-0aee754d {
  grid-column: span 2 / span 2;
}

#w-node-_94081bb1-fe4e-c53a-76b4-b9a9708c1320-0aee754d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-db44bfd9-1abb-868a-ad19-c8669a894341-0aee754d {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .25fr 3fr 1fr;
}

#w-node-db44bfd9-1abb-868a-ad19-c8669a894342-0aee754d, #w-node-db44bfd9-1abb-868a-ad19-c8669a894344-0aee754d {
  grid-column: span 2 / span 2;
}

#w-node-db44bfd9-1abb-868a-ad19-c8669a894346-0aee754d {
  grid-column: span 4 / span 4;
}

#w-node-_27bd2214-69b4-8e7f-8814-a3c79ce2808d-0aee754d, #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce2808f-0aee754d, #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce28091-0aee754d, #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce28097-0aee754d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27bd2214-69b4-8e7f-8814-a3c79ce28099-0aee754d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4268e299-a147-459c-3df8-9e3409a447c2-0aee754e, #w-node-_4268e299-a147-459c-3df8-9e3409a447ca-0aee754e {
  align-self: end;
}

#w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a52-0aee754f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a59-0aee754f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a62-0aee754f {
  grid-column: span 2 / span 2;
}

#w-node-_9182f9ea-d370-6fb9-14d3-b868e3ab028a-0aee7550 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d15df8ba-a9b4-c99b-2331-604ecb4f618c-cb4f6188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0c-73c8eeea {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0d-73c8eeea, #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0f-73c8eeea {
    grid-column: span 2 / span 2;
  }

  #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef11-73c8eeea {
    grid-column: span 4 / span 4;
  }

  #w-node-_4c74d95a-2185-f260-9bff-29fd48b33ec9-48b33eb8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-aef3a056-9a02-b2ca-de2b-3a2585ea0be3-0aee7540 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cd9c6ae-3812-0dc3-a464-7da2994333fe-0aee7543, #w-node-_178b608a-a76b-489c-f350-f10e1a21b253-0aee7548 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-_930eabf9-1db6-4552-714a-de90a903414a-0aee754c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db44bfd9-1abb-868a-ad19-c8669a894341-0aee754d {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  #w-node-db44bfd9-1abb-868a-ad19-c8669a894342-0aee754d, #w-node-db44bfd9-1abb-868a-ad19-c8669a894344-0aee754d {
    grid-column: span 2 / span 2;
  }

  #w-node-db44bfd9-1abb-868a-ad19-c8669a894346-0aee754d {
    grid-column: span 4 / span 4;
  }

  #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce28099-0aee754d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cfe29ebb-4589-3185-ffda-d86189184880-8918487a, #w-node-_4c74d95a-2185-f260-9bff-29fd48b33eba-48b33eb8, #w-node-_5cd9c6ae-3812-0dc3-a464-7da2994333ef-0aee7543, #w-node-_178b608a-a76b-489c-f350-f10e1a21b244-0aee7548, #w-node-b28d2abd-4514-5279-7382-46b2458c9417-0aee754a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b28d2abd-4514-5279-7382-46b2458c942c-0aee754a {
    order: -9999;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a52-0aee754d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a59-0aee754d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a5c-0aee754d {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a62-0aee754d {
    grid-column: span 3 / span 3;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a68-0aee754d {
    grid-column: span 1 / span 1;
  }

  #w-node-_9182f9ea-d370-6fb9-14d3-b868e3ab028a-0aee7550 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bccddc53-d45a-4573-b453-23894f49e464-4f49e456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c74d95a-2185-f260-9bff-29fd48b33ecc-48b33eb8, #w-node-_4c74d95a-2185-f260-9bff-29fd48b33ed5-48b33eb8, #w-node-_5cd9c6ae-3812-0dc3-a464-7da299433401-0aee7543, #w-node-_5cd9c6ae-3812-0dc3-a464-7da29943340a-0aee7543, #w-node-_178b608a-a76b-489c-f350-f10e1a21b256-0aee7548, #w-node-_178b608a-a76b-489c-f350-f10e1a21b25f-0aee7548 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a52-0aee754f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a59-0aee754f {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0c-73c8eeea {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0d-73c8eeea, #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef0f-73c8eeea, #w-node-fdafd92c-591f-43de-4a7a-7a5673c8ef11-73c8eeea, #w-node-_4c74d95a-2185-f260-9bff-29fd48b33ecc-48b33eb8, #w-node-_4c74d95a-2185-f260-9bff-29fd48b33ed5-48b33eb8, #w-node-_5cd9c6ae-3812-0dc3-a464-7da299433401-0aee7543, #w-node-_5cd9c6ae-3812-0dc3-a464-7da29943340a-0aee7543, #w-node-_178b608a-a76b-489c-f350-f10e1a21b256-0aee7548, #w-node-_178b608a-a76b-489c-f350-f10e1a21b25f-0aee7548 {
    grid-column: span 2 / span 2;
  }

  #w-node-_930eabf9-1db6-4552-714a-de90a903413e-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034140-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034142-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034144-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034146-0aee754c, #w-node-_930eabf9-1db6-4552-714a-de90a9034148-0aee754c {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a52-0aee754d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a59-0aee754d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a5c-0aee754d, #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a62-0aee754d, #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a68-0aee754d {
    grid-column: span 2 / span 2;
  }

  #w-node-db44bfd9-1abb-868a-ad19-c8669a894341-0aee754d {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
  }

  #w-node-db44bfd9-1abb-868a-ad19-c8669a894342-0aee754d, #w-node-db44bfd9-1abb-868a-ad19-c8669a894344-0aee754d, #w-node-db44bfd9-1abb-868a-ad19-c8669a894346-0aee754d {
    grid-column: span 2 / span 2;
  }

  #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce2808d-0aee754d, #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce2808f-0aee754d, #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce28091-0aee754d, #w-node-_27bd2214-69b4-8e7f-8814-a3c79ce28097-0aee754d {
    grid-column: span 1 / span 1;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a52-0aee754f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7b044eea-bfdd-2286-6d8e-2030fb159a59-0aee754f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}