:root {
  --primary-red: #9d1046;
  --navy: #002f57;
  --paragraph-gray: #5b5958;
  --primary: #9d1046;
  --primary-light: #f3eee9;
  --transparent: transparent;
  --black: black;
  --light-blue: #ebf8fb;
  --light-pink: #ff9bc6;
  --white: white;
  --dark-gray: #afafaf;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --white-50: rgba(255, 255, 255, .5);
  --gray: #e9e9e9;
  --light-gray: var(--gray);
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray500: #667085;
  --untitled-ui--success700: #027a48;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercecheckoutformcontainer {
  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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--primary-red);
  font-family: Nunito Sans;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--navy);
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--navy);
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-red);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--navy);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-red);
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-red);
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  display: flex;
}

li {
  align-items: center;
  font-family: Poppins, sans-serif;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

strong {
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

blockquote {
  border: 1px solid var(--primary-red);
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 120px;
  margin-top: 30px;
  padding: 30px 60px;
  font-family: Rufina;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.light-background.transparent {
  background-color: var(--transparent);
}

.section.banner {
  background-color: var(--primary-light);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.blog-grid-banner {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-our-team {
  background-image: url('../images/our-team-banner_1our-team-banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.pricing-banner {
  background-color: var(--primary-light);
  background-image: url('../images/about-banner-img_1about-banner-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.contacts-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.banner-testimonials {
  background-image: url('../images/testimonials-banner-1_1testimonials-banner-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.about-us-banner {
  background-image: url('../images/about-banner-img_1about-banner-img.webp');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.portfolio-grid-banner {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
}

.section.without-top-spacing {
  padding-top: 80px;
  overflow: hidden;
}

.section.instagram {
  padding-top: 0;
}

.section.join-us-banner, .section.our-promotions-banner, .section.light-blue-background {
  background-color: var(--primary-light);
}

.section.shop-banner {
  background-image: url('../images/testimonials-banner-1_1testimonials-banner-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.category-banner {
  background-color: var(--primary-light);
}

.section.details-gallery, .section.shop-details {
  padding-top: 180px;
}

.base-container {
  color: var(--paragraph-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Noto Sans Thai, sans-serif;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.horizontal {
  flex-direction: row;
  flex: 1;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--transparent);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  border-radius: 50px;
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--light-pink);
  border-radius: 50px;
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-red);
  border-radius: 50px;
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-blue);
  border-radius: 50px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  border-radius: 50px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  background-color: var(--transparent);
  border-radius: 50px;
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 44px;
}

.h2-mobile {
  font-size: 34px;
}

.h3-mobile {
  font-size: 30px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 35px;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

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

.primary-button.mt-10 {
  margin-top: 10px;
}

.primary-button.mt-30 {
  margin-top: 30px;
}

.primary-button.full-width {
  width: 100%;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  background-color: var(--primary-light);
  border-bottom: 1px solid rgba(86, 79, 72, .5);
  width: 100%;
  position: static;
}

.navbar.absolute {
  background-color: rgba(0, 0, 0, 0);
  font-family: Poppins, sans-serif;
  position: absolute;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--navy);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  width: 220px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  z-index: 10;
  background-color: var(--primary-light);
  opacity: 1;
  border-color: rgba(86, 79, 72, .5);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
  left: -90px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--primary-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary);
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid rgba(94, 94, 94, .5);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-image.cover-left {
  object-position: 20% 50%;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-red);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--transparent);
  text-align: center;
}

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(51, 45, 40, .5);
  border-radius: 40px;
  min-width: 280px;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 18px 26px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--primary-red);
  font-size: 16px;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 15px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(51, 45, 40, .5);
  border-radius: 40px;
  min-width: 300px;
  height: 58px;
  margin-bottom: 0;
  padding: 18px 26px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  color: var(--primary-red);
  font-size: 16px;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  grid-column-gap: 40px;
  background-color: var(--primary-light);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 68px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.blog-grid-image-link {
  min-width: 100%;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-template-date {
  color: var(--primary-red);
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--primary-red);
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-rights {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 1.5em;
}

.footer-copyright {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1px;
  text-transform: none;
  align-self: auto;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-large.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 460px;
  display: flex;
}

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

.pricing-plan-item {
  background-color: var(--transparent);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 40px;
  display: flex;
}

.pricing-plan-item.left-plan {
  background-color: var(--primary-light);
  border-top-right-radius: 150px;
}

.pricing-plan-item.central-plan {
  background-color: var(--primary-light);
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.pricing-plan-item.right-plan {
  background-color: var(--primary-light);
  border-top-left-radius: 150px;
}

.pricing-plan-list {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

.pricing-plan-list.no-bullet {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 15px 0 20px;
  display: flex;
}

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 20px;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid var(--primary-red);
  width: 100%;
  margin-bottom: 15px;
  padding-right: 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
  transform: rotate(-90deg);
}

.accordion-wrap {
  width: 50%;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.accordion-title {
  color: var(--navy);
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.light-background {
  background-color: var(--light-blue);
}

.coming-soon-image {
  max-width: 460px;
  margin-right: 15px;
}

.link-with-icon {
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.link-with-icon.book-link {
  position: relative;
  bottom: -50px;
}

.link-with-icon.licensed {
  position: relative;
  bottom: -35px;
}

.link-with-icon.shop {
  position: relative;
  bottom: -20px;
}

.link-with-icon.awards {
  position: relative;
  bottom: -35px;
}

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

.paragraph-no-margin.red-text {
  color: var(--primary);
}

.hidden {
  display: none;
}

.footer-link {
  opacity: .59;
  color: var(--transparent);
  letter-spacing: 0;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  transition: all .3s;
}

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

.social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.social-icons-wrapper.social-color {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.social-icons-wrapper.social-color.visit {
  justify-content: center;
  align-items: center;
}

.social-icons-wrapper.footer-social {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 60px;
  display: flex;
}

.white-text {
  color: #fff;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.white-text.mb-15 {
  text-align: left;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--light-pink);
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: auto;
  height: 80px;
}

.search-wrap-input {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  border-left: 1px solid rgba(86, 79, 72, .5);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  color: var(--primary-red);
  border: 1px solid rgba(51, 45, 40, .5);
  border-radius: 40px;
  height: 60px;
  margin-bottom: 0;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--primary-red);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 180px;
  padding-bottom: 60px;
}

.footer-brand-description {
  opacity: .6;
  color: var(--transparent);
  text-align: left;
}

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  border-radius: 50px;
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  background-image: url('../images/testimonials-banner-1_1testimonials-banner-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.service-list-section-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-list-section-wrap {
  width: 50%;
}

.primary-button-border {
  border: 1px solid var(--primary-red);
  color: var(--primary-red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 35px;
  align-items: center;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

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

.primary-button-border.full-width {
  width: 100%;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.skills-third-column {
  padding-left: 20px;
}

.skills-third-column-description {
  margin-top: 20px;
  margin-bottom: 50px;
}

.skills-progress-bar-item {
  margin-bottom: 30px;
}

.progressbar-gray-line {
  background-color: var(--dark-gray-50);
  border-radius: 2px;
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--primary);
  border-radius: 2px;
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-2-progress-bar-active-element {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: -10px;
  transform: rotate(-45deg);
}

.progress-bar-number {
  color: var(--primary-red);
  margin-left: 6px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 700;
  transform: rotate(45deg);
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary);
  border-radius: 2px;
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-3-tab-link {
  color: var(--transparent);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--transparent);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.template-empty-state {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-info {
  margin-top: 40px;
}

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  color: var(--primary);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid rgba(51, 45, 40, .5);
  border-bottom: 1px solid rgba(51, 45, 40, .5);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid rgba(51, 45, 40, .5);
  border-right: 1px solid rgba(51, 45, 40, .5);
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: rgba(0, 0, 0, 0);
  height: 0;
  padding: 0;
}

.progress-bar-98 {
  background-color: var(--primary);
  border-radius: 2px;
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.nav-dropdown-column {
  width: 31%;
}

.nav-dropdown-column.central-column {
  width: 38%;
}

.mb-20 {
  margin-bottom: 20px;
}

.secondary-button {
  border: 1px solid var(--primary-red);
  color: var(--primary-red);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--primary-red);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 35px;
  padding: 20px 40px;
  font-weight: 700;
  transition: all .3s;
}

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

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.project-button-link {
  color: var(--primary-red);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.career-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid rgba(51, 45, 40, .3);
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  padding-top: 40px;
  display: flex;
}

.career-info-cards-wrap {
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  padding: 10px 15px;
  display: flex;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

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

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 48px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.rich-text-style img {
  border-radius: 35px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  border-right: 1px solid rgba(86, 79, 72, .5);
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.paragraph-2 {
  letter-spacing: 1px;
}

.logo-header {
  height: 80px;
}

.button-header {
  background-color: var(--primary-red);
  color: var(--white);
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button-header:hover {
  color: var(--white-50);
}

.cart-button {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--light-pink);
  color: var(--primary-red);
  border-radius: 20px;
  min-width: 16px;
  height: 16px;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart {
  margin-left: 0;
  margin-right: 30px;
}

.grow-sizing {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  display: none;
}

.div-block-7 {
  display: flex;
}

.link-wrapper-footer {
  grid-column-gap: 40px;
  width: 23%;
  display: flex;
}

.form-block-footer {
  border: 4px solid var(--primary-red);
  background-color: var(--primary-light);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 463px;
  margin-top: -180px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid var(--primary-red);
  text-align: left;
  border-radius: 40px;
  width: 95%;
  height: 58px;
  margin-bottom: 20px;
  padding: 18px 26px;
  font-size: 14px;
  line-height: 1.5em;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field::placeholder {
  color: var(--primary-red);
}

.form-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-form {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.success-message-footer {
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}

.error-message-footer {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  padding: 0;
}

.map-footer-section {
  background-image: url('../images/20nailstudio-googlema.webp');
  background-repeat: no-repeat;
  background-size: 2560px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.work-salon-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  width: 100%;
}

.working-hours-wrapper {
  background-color: var(--primary-red);
  text-align: left;
  border-bottom-right-radius: 167px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.paragraph-4 {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
}

.pm-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.day-hours-book {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.day {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  width: 45%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.hours {
  color: var(--white);
  width: 35%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.book {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 1.5px;
  border-radius: 20px;
  padding: 5px 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  transition: background-color .3s, color .3s;
}

.book:hover {
  background-color: var(--white);
}

.clock {
  margin-left: 2px;
  font-family: "Fa 400", sans-serif;
  font-weight: 400;
}

.location-info-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.about-location-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.info-salon-link {
  color: rgba(255, 255, 255, .6);
  text-transform: none;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.info-salon-link.dark-text {
  color: var(--navy);
  font-weight: 400;
}

.info-salon-link.dark-text:hover {
  color: var(--primary);
}

.location-icon {
  width: 60px;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 33%;
}

.banner-home-1 {
  background-image: url('../images/hero-banner-20nailstudio_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
}

.banner-home-1-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.button-wrap {
  grid-column-gap: 40px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.button-wrap.mt-40 {
  margin-top: 40px;
}

.button-wrap.mt-60 {
  margin-top: 60px;
}

.content-home-1-banner {
  position: relative;
}

.heading-home-1-banner {
  color: var(--black);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section-loop-anim {
  background-color: var(--primary-red);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-loop-anim.light-blur-background {
  background-color: var(--light-blue);
}

.section-appointment {
  background-color: var(--primary-light);
  color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Noto Sans Thai, sans-serif;
}

.form-2 {
  grid-column-gap: 40px;
  color: var(--paragraph-gray);
  align-items: flex-end;
  font-family: Noto Sans Thai, sans-serif;
  display: flex;
}

.form-block-contact-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 356px;
  margin-bottom: 0;
  display: flex;
}

.text-field-home {
  color: var(--black);
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(51, 45, 40, .5);
  margin-bottom: 0;
  padding: 10px 12px;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-field-home:focus {
  border-color: transparent transparent var(--primary);
}

.text-field-home::placeholder {
  color: var(--primary-red);
}

.text-field-home.pl-0 {
  padding-left: 0;
}

.text-field-home.contact {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.appointment-wrapper {
  grid-column-gap: 40px;
  color: var(--paragraph-gray);
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.appointment-wrapper.contact {
  width: 80%;
}

.success-message-contact {
  background-color: rgba(0, 0, 0, 0);
}

.error-message-contact {
  background-color: var(--primary);
  color: var(--transparent);
  text-align: center;
  border-radius: 10px;
}

.loop-anim-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sizing-loop {
  flex: none;
  align-items: center;
  display: flex;
}

.circle {
  background-color: var(--transparent);
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin-right: 50px;
}

.circle.dark-circle {
  background-color: var(--primary-red);
}

.loop-wrap-text {
  align-items: center;
  padding-right: 50px;
  display: flex;
}

._23 {
  color: var(--white);
  margin-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

._23.dark-text {
  color: var(--primary-red);
}

.text-loop {
  color: var(--white);
  letter-spacing: 1.5px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-loop.dark-text {
  color: var(--primary-red);
}

.about-numbers-wrap {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.about-central-wrap {
  border-right: 1px solid var(--primary-red);
  border-left: 1px solid var(--primary-red);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-numbers {
  color: var(--navy);
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

.content-about-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

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

.image-relative-wrapper.location {
  width: 100%;
}

.content-right-wrapper {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.paragraph-banner {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.absolute-1-img {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: auto;
  right: -10px;
}

.testimonials-wrap {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  width: 100%;
}

.title-testimonials {
  border-right: 1px solid rgba(51, 45, 40, .2);
}

._w-90 {
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
}

.about-testimonial {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.name-testimonial {
  color: var(--navy);
  text-transform: uppercase;
  font-family: Noto Sans Thai, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.qoute-img {
  margin-bottom: 15px;
}

.review-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-left: 40px;
}

.testimonials-review-wrap {
  padding-top: 10px;
}

.photo-testimonial {
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.quick-stack-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.blog-name {
  color: var(--navy);
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: color .3s;
}

.blog-name:hover {
  color: var(--primary);
}

.link-blog-wrap {
  border-top: 1px solid rgba(51, 45, 40, .5);
  margin-top: 20px;
  padding-top: 20px;
}

.contant-blog {
  margin-top: 10px;
}

.collection-list-wrapper-blog-central {
  width: 100%;
}

.link-block {
  width: 100%;
  height: 550px;
}

.blog-img {
  object-fit: cover;
  border-top-left-radius: 150px;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.blog-img:hover {
  opacity: .7;
}

.collection-item-blog-c {
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-blog {
  height: 350px;
}

.blog-image-small {
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.blog-image-small:hover {
  opacity: .7;
}

.link-block-blog {
  width: 100%;
  height: 170px;
}

.title-central {
  text-align: center;
  max-width: 500px;
  margin-bottom: 50px;
}

.title-central.big-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  display: flex;
}

.picture-content {
  width: 100%;
  position: relative;
}

.background-video {
  border-radius: 350px;
  width: 100%;
  height: 600px;
}

.lightbox-link {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.play-icon {
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 34%;
}

.flex-title {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
}

.services-home-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  width: 100%;
}

.services-home-wrapper.pricing {
  align-items: center;
}

.service-book {
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.service-book:hover {
  color: var(--primary-red);
}

.number-service {
  color: #a5a09c;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
}

.service-name-wrap {
  align-items: flex-start;
  display: flex;
}

.right-img-wrapper {
  position: relative;
}

.manicure-img {
  object-fit: cover;
  border-radius: 220px;
  width: 450px;
  height: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.line-1 {
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 2%;
  right: auto;
}

.line-2 {
  position: absolute;
  top: -4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.advantages-wrapper {
  grid-column-gap: 0px;
  border-left: 1px solid rgba(51, 45, 40, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.booking, .specialists, .products, .awords {
  cursor: pointer;
  border-right: 1px solid rgba(51, 45, 40, .2);
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.tab-link-tab-2-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(51, 45, 40, .4);
  padding-top: 0;
  padding-bottom: 10px;
}

.tab-link-tab-2-2.w--current {
  border-bottom-color: var(--primary);
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.tabs-shop {
  width: 100%;
}

.tabs-menu-shop {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.background-product {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-item-product {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.collection-item-product.shop {
  padding-bottom: 20px;
}

.product-name {
  letter-spacing: 0;
  text-transform: capitalize;
  align-items: center;
  min-height: 48px;
  font-size: 20px;
  transition: color .3s;
  display: flex;
}

.product-name:hover {
  color: var(--primary);
}

.link-block-product {
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-shop {
  justify-content: center;
  display: flex;
  position: relative;
}

.link-wrapper-product {
  border-top: 1px solid rgba(51, 45, 40, .3);
  margin-top: 10px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-product {
  margin-top: 10px;
}

.content-booking {
  margin-top: 40px;
  margin-bottom: 80px;
}

.content-specialists {
  margin-top: 80px;
  margin-bottom: 100px;
}

.content-products {
  margin-top: 100px;
  margin-bottom: 80px;
}

.content-awards {
  margin-top: 40px;
  margin-bottom: 100px;
}

.about-numbers {
  color: var(--paragraph-gray);
  -webkit-text-stroke-color: var(--paragraph-gray);
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.new-icon {
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.shop-banner-wrapper {
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(243, 238, 233, .45);
  border-radius: 10px;
  padding-right: 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: -70%;
}

.about-shop-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.new-color {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}

.collection {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.shop-img {
  background-color: rgba(51, 45, 40, .05);
  border-radius: 10px;
  width: auto;
  height: 140px;
  transition: background-color .3s;
}

.shop-img:hover {
  background-color: rgba(51, 45, 40, .1);
}

.arrow-banner-shop {
  background-color: var(--primary-red);
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  transition: background-color .3s;
  display: flex;
}

.arrow-banner-shop:hover {
  background-color: var(--primary);
}

.banner-home-2 {
  background-color: var(--transparent);
  background-image: url('../images/hero-banner-20nailstudio_1.webp');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
}

.home-2-banner-content {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.line-paragrapj-wrapper {
  border-top: 1px solid rgba(51, 45, 40, .3);
  margin-top: 30px;
  padding-top: 30px;
}

.banner-home-2-img {
  object-fit: cover;
  border-radius: 45px;
  width: 100%;
  height: 500px;
}

.img-ianner-wrapper {
  position: relative;
}

.lightbox-link-banner {
  position: absolute;
  top: 35%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.lightbox-link-banner.our-story {
  top: 54%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.lightbox-link-banner.team {
  top: 29%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.lightbox-link-banner.pricing {
  top: 37%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.button-play-dark {
  width: 120px;
}

.small-play-icon {
  width: 45px;
  position: absolute;
  top: 32%;
  bottom: auto;
  left: 33%;
  right: auto;
}

.banner-home-3 {
  background-color: var(--primary-light);
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-link-icon {
  color: var(--transparent);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.banner-home-3-wrapper {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.banner-3-img {
  width: 100%;
  height: 600px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper-banner-3 {
  flex: none;
  width: 42%;
  position: relative;
}

.left-content-banner-3 {
  z-index: 10;
  width: 35%;
  position: relative;
}

.title-h2-banner {
  z-index: 10;
  justify-content: flex-end;
  width: 25%;
  margin-left: 30px;
  display: flex;
  position: relative;
  bottom: 60px;
}

.heading-home-3-banner {
  z-index: 10;
  width: 350px;
  position: relative;
}

.paragraph-home-3-banner {
  width: 80%;
}

.right-content-banner-3 {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.ml {
  margin-left: 50px;
}

.relative-title-banner-3 {
  position: relative;
}

.stars-1 {
  position: absolute;
  top: auto;
  bottom: 8%;
  left: -2%;
  right: auto;
}

.lightbox-link-home-3 {
  position: absolute;
  top: -122%;
  bottom: auto;
  left: auto;
  right: -22%;
}

.h2-banner-3 {
  letter-spacing: -2px;
  font-size: 70px;
  font-weight: 400;
}

.stars {
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.banner-home-4 {
  background-image: url('../images/banner-home-4_1banner-home-4.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.content-home-4-banner {
  width: 100%;
}

.title-banner-4 {
  width: 55%;
}

.form-block-home-4 {
  background-color: var(--transparent);
  border-radius: 10px;
  flex-direction: column;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}

.form-home-4 {
  grid-column-gap: 30px;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.submit-button {
  background-color: var(--primary);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 30px;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--primary-red);
}

.paragraph-banner-home-5 {
  color: var(--primary-red);
  font-size: 18px;
}

.flex-form-home-4 {
  grid-column-gap: 30px;
  display: flex;
}

.success-message-home-4 {
  background-color: var(--transparent);
  text-align: center;
  border-radius: 10px;
  min-height: 96px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-message-home-4 {
  border-radius: 10px;
}

.stars-banner {
  position: absolute;
  top: 18%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.star {
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 38%;
}

.paragraph-all-banner {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.more-about-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.more-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-wrap {
  width: 50%;
  margin-top: 30px;
}

.link-wrap.discount {
  margin-top: 40px;
}

.icon {
  margin-bottom: 15px;
}

.background {
  z-index: -1;
  background-color: var(--primary-light);
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loop-wrap-logo {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.link-instagram {
  color: var(--paragraph-gray);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.all-team-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.info-team {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.name {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.position-team {
  font-weight: 700;
}

.story-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  width: 100%;
}

.story-wrap {
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.manager-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.signatire {
  width: 200px;
  position: absolute;
  top: auto;
  bottom: -66%;
  left: auto;
  right: 3%;
  transform: rotate(-8deg);
}

.content-story {
  margin-top: 10px;
}

.img-story-wrap {
  position: relative;
}

.scroll-img-wrap {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.insta-photo {
  width: 100%;
}

.insta-photo.mt {
  margin-top: 60px;
}

.insta-link {
  flex: none;
  width: 22%;
}

.instagram-ing-wrapper {
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.review-slider-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-testimonials {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.photo-customer {
  border-radius: 50px;
  width: 50px;
}

.customer {
  color: var(--dark-gray);
}

.left-arrow, .right-arrow {
  color: var(--dark-gray);
  width: 20px;
  font-size: 20px;
}

.review {
  font-size: 18px;
}

.skills-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.skills-paragraph {
  font-size: 18px;
}

.img-video-wrap {
  position: relative;
}

.job-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.position-wrapper {
  background-image: url('../images/stars_1stars.webp');
  background-position: 90% 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(51, 45, 40, .3);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.title-position {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-time {
  color: var(--primary);
  border-bottom: 1px solid rgba(252, 86, 63, .3);
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.paragraph-20px {
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
}

.stars-1-background {
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 9%;
  right: auto;
}

.stars-1-background.gallery {
  bottom: -12%;
}

.stars-2-background {
  position: absolute;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.stars-2-background.details {
  top: 22%;
  right: 7%;
}

.stars-2-background.gallery {
  top: 44%;
}

.logo {
  width: 100%;
  height: 90px;
  margin-left: 40px;
  margin-right: 40px;
}

.logo._1 {
  height: 50px;
}

.logo._2 {
  height: 110px;
}

.logo._3 {
  height: 30px;
}

.logo._4 {
  width: 80%;
}

.list-services {
  margin-top: 30px;
  margin-bottom: 0;
}

.service-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 550px;
}

.discount-wrap {
  background-image: url('../images/banner-img-home-1_1banner-img-home-1.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 40px 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.discount-wrap._2-vaucher {
  background-image: url('../images/vouchers_1vouchers.webp');
  justify-content: flex-end;
  display: flex;
}

.discount-wrap._2-discount {
  background-image: url('../images/banner-home-4_1banner-home-4.webp');
}

.text-span-2 {
  color: var(--primary);
  font-size: 50px;
  font-weight: 400;
}

.div-block-38 {
  width: 100%;
}

.div-block-39 {
  width: 0;
}

.div-block-40 {
  width: NaN% ;
}

.div-block-41 {
  width: 0;
}

.div-block-42 {
  width: NaN% ;
}

.div-block-43, .div-block-44 {
  width: 50px;
}

.div-block-45 {
  width: 100%;
}

.info-discount {
  width: 45%;
}

.red-link {
  color: var(--primary);
}

.red-link:hover {
  color: var(--primary-red);
}

.discount-wrapper {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.body {
  background-color: var(--transparent);
}

.background-blog-details {
  background-color: rgba(243, 238, 233, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-banner-details {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.post {
  font-size: 14px;
}

.manicur-pricing {
  flex-direction: column;
  display: flex;
}

.service-price {
  border-bottom: 1px solid rgba(51, 45, 40, .6);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.price-service {
  color: var(--primary);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.list-item {
  text-align: center;
  border-bottom: 1px solid rgba(91, 89, 88, .3);
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-form {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.email {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.email:focus {
  border-color: var(--primary);
}

.customer-info {
  border-radius: 10px;
}

.block-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.block-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.full-name {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.full-name:focus {
  border-color: var(--primary);
}

.shipping-address {
  border-radius: 10px;
}

.street-address {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.street-address:focus {
  border-color: var(--primary);
}

.street-address-2 {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.street-address-2:focus {
  border-color: var(--primary);
}

.city {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.city:focus {
  border-color: var(--primary);
}

.order-summary {
  border-radius: 10px;
}

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

.state-province {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.state-province:focus {
  border-color: var(--primary);
}

.zip-postal-code {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
  line-height: 1.5em;
}

.country {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.shipping-method {
  border-radius: 10px;
}

.price {
  color: var(--primary);
  font-family: Poppins, sans-serif;
}

.price.shop-price {
  font-family: Poppins, sans-serif;
}

.payment-info {
  border-radius: 10px;
}

.card-number-2 {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
}

.card-number-2:focus, .card-number-2.-wfp-focus {
  border-color: var(--primary);
}

.card-number-2::placeholder {
  color: var(--primary-red);
  font-size: 16px;
}

.expiration-date {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: var(--primary);
}

.expiration-date::placeholder {
  color: var(--primary-red);
  font-size: 16px;
}

.security-code {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .6);
  border-radius: 40px;
  height: 58px;
  padding: 18px 26px;
  font-size: 16px;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.billing-address, .order-items {
  border-radius: 10px;
}

.shop-name {
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paypal-checkout-form {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.error-state {
  text-align: center;
  border-radius: 10px;
}

.order-confirmation {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cart-container {
  background-color: var(--primary-light);
  border-radius: 10px;
}

.cart-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cart-form-wrapper {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart-quantity-2 {
  border-color: rgba(51, 45, 40, .6);
  border-radius: 5px;
}

.cart-quantity-2:focus {
  border-color: var(--primary);
}

.default-state {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-products {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.price-shop {
  color: var(--primary);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.collection-list-wrapper {
  width: 100%;
}

.location-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.location-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.location-salon {
  grid-row-gap: 20px;
  border-bottom: 1px solid rgba(51, 45, 40, .6);
  flex-direction: column;
  margin-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.get-in-touch {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.textarea-get-in-touch {
  color: var(--primary-red);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(51, 45, 40, .5);
  width: 80%;
  min-height: 200px;
  margin-bottom: 40px;
  padding: 10px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.textarea-get-in-touch:focus {
  border-color: transparent transparent var(--primary);
}

.textarea-get-in-touch::placeholder {
  color: var(--primary-red);
  font-size: 16px;
}

.form-block-appointment {
  width: 100%;
  min-height: 58px;
  font-family: Noto Sans Thai, sans-serif;
}

.remove {
  color: var(--primary);
  margin-top: 7px;
  font-size: 14px;
  transition: color .3s;
}

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

.sticky-wrapper {
  width: 45%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.order-flex {
  width: 100%;
  display: flex;
}

.collection-list-wrapper-gallery {
  width: 33%;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-item {
  width: 100%;
}

.gallery-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
}

.gallery {
  border-radius: 10px;
}

.gallery-link {
  position: relative;
  overflow: hidden;
}

.gallery-name {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: color .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-name:hover {
  color: var(--primary);
}

.background-hover-gallery {
  background-color: rgba(243, 238, 233, .4);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.details-gallery-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.gallery-img {
  border-radius: 10px;
}

.collection-item-images, .collection-list-wrapper-gallery-img, .lightbox-link-gallery, .collection-list-wrapper-products {
  width: 100%;
}

.big-title-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.product-details-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  width: 100%;
}

.heading-2 {
  font-size: 64px;
}

.add-cart-wrapper {
  border-top: 1px solid rgba(51, 45, 40, .5);
  margin-top: 30px;
  padding-top: 40px;
}

.default-state-shop {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.quantity {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(51, 45, 40, .5);
  border-radius: 10px;
  height: 64px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--primary);
}

.price-details {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.description-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description-content {
  border-top: 1px solid rgba(51, 45, 40, .5);
  width: 75%;
  margin-top: 30px;
  padding-top: 30px;
}

.description {
  -webkit-text-stroke-width: .1px;
}

.out-of-stock-state {
  background-color: var(--primary-light);
  border-radius: 10px;
}

.title-h2-details {
  font-size: 48px;
}

.heading-3 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
  font-size: 68px;
  font-weight: 700;
}

.slider-product {
  background-color: var(--light-blue);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow-2 {
  color: rgba(51, 45, 40, .5);
  width: 50px;
  font-size: 26px;
}

.left-arrow-2:hover {
  color: var(--primary);
}

.right-arrow-2 {
  color: rgba(51, 45, 40, .5);
  width: 50px;
  font-size: 26px;
}

.right-arrow-2:hover {
  color: var(--primary);
}

.heading-4 {
  color: var(--primary);
  font-size: 120px;
  font-weight: 700;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  display: none;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: rgba(255, 255, 255, .7);
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
}

.book-now-webflow-icon {
  margin-right: 8px;
}

.book-now {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.book-now:hover {
  opacity: 1;
  color: #000;
}

.heading-5 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
}

.heading-6 {
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
}

.day-hours-book-copy, .day-hours-book-copy-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hours-copy, .hours-copy-copy {
  color: var(--transparent);
  width: 35%;
  font-size: 14px;
  font-weight: 700;
}

.book-copy {
  background-color: var(--primary);
  color: var(--transparent);
  letter-spacing: 1.5px;
  border-radius: 20px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1em;
  transition: background-color .3s, color .3s;
}

.book-copy:hover {
  background-color: var(--transparent);
}

.heading-7, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .heading-8, .heading-9 {
  font-family: Nunito Sans;
}

.paragraph-5 {
  font-family: Noto Sans Thai, sans-serif;
}

.mt-0-copy {
  margin-top: 0;
}

.bold-text-7, .bold-text-8, .bold-text-9, .heading-15, .heading-16 {
  font-family: Droid Sans, sans-serif;
}

.heading-17 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
}

.heading-18 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.nav-link-copy {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-copy.w--current {
  color: var(--primary-red);
  font-weight: 400;
}

.nav-link-copy {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.nav-link-copy-copy {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-copy-copy:hover {
  opacity: 1;
}

.nav-link-copy-copy.w--current {
  color: var(--primary-red);
}

.heading-19 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.heading-20, .heading-21, .heading-22 {
  font-family: Droid Sans, sans-serif;
}

.heading-23, .heading-24 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
}

.heading-25, .heading-26, .heading-27, .heading-28 {
  font-family: Droid Sans, sans-serif;
}

.heading-29 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
}

.heading-30, .heading-31, .heading-32 {
  font-family: Droid Sans, sans-serif;
}

.heading-33 {
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.heading-34 {
  letter-spacing: normal;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Droid Sans, sans-serif;
}

.bold-text-17, .bold-text-21, .bold-text-22 {
  font-weight: 600;
}

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

.semi-bold {
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.bold-text-23 {
  font-weight: 600;
}

.heading-35 {
  color: var(--black);
}

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

.bold-text-24, .bold-text-25, .bold-text-26 {
  font-weight: 600;
}

.nav-link-copy {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-copy:hover {
  opacity: 1;
}

.nav-link-copy.w--current {
  color: var(--primary-red);
}

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

.heading-36 {
  font-family: Poppins, sans-serif;
}

.heading-37 {
  letter-spacing: normal;
}

.heading-38 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.paragraph-22 {
  font-weight: 500;
}

.bold-text-27 {
  letter-spacing: normal;
}

.image-5 {
  border-radius: 100px;
}

.image-6 {
  font-family: Poppins, sans-serif;
}

.heading-39 {
  color: var(--black);
}

.paragraph-23 {
  color: var(--white-50);
  font-size: 14px;
}

.heading-41 {
  color: var(--navy);
}

.text-block, .field-label {
  font-family: Poppins, sans-serif;
}

.social-icon {
  color: var(--primary-red);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.social-icon:hover {
  color: #ffd687;
}

.social-icon.color-swap {
  color: var(--primary-red);
}

.social-icon.color-swap:hover {
  color: var(--navy);
}

.social-icon.footer-icon {
  color: var(--white);
}

.heading-42 {
  text-transform: none;
}

.social-icon-2 {
  color: #9d1046;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.social-icon-2:hover {
  color: #ffd687;
}

.base-container-2 {
  color: #5b5958;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Noto Sans Thai, sans-serif;
  display: flex;
}

.name-testimonial-2 {
  color: #002f57;
  text-transform: uppercase;
  font-family: Noto Sans Thai, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.light-background {
  background-color: #f3eee9;
}

.primary-button-border-2 {
  color: #9d1046;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #9d1046;
  border-radius: 35px;
  align-items: center;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.primary-button-border-2:hover {
  color: #fff;
  background-color: #9d1046;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .text-block-2, .text-block-3, .text-block-4, .field-label-8, .field-label-9, .field-label-10, .field-label-11, .field-label-12, .field-label-13, .text-block-5, .text-block-6, .field-label-14, .field-label-15, .field-label-16 {
  font-family: Poppins, sans-serif;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .field-label-17, .text-block-18, .text-block-19, .text-block-20, .field-label-18, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .field-label-19, .field-label-20, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .field-label-21 {
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 60px;
  }

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

  .section.portfolio-grid-banner {
    padding-top: 240px;
  }

  .section.without-top-spacing {
    overflow: visible;
  }

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

  .section.shop-details {
    padding-top: 240px;
  }

  .base-container.big-container {
    max-width: 1300px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -25px;
  }

  .pages-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .coming-soon-heading {
    font-size: 72px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .footer-copyright {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .paragraph-large {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-toggle {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .accordion-item {
    margin-bottom: 15px;
  }

  .accordion-list-content {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .accordion-title {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .link-with-icon {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .link-with-icon.book-link, .link-with-icon.licensed, .link-with-icon.shop, .link-with-icon.awards {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .footer-link {
    opacity: .6;
    color: var(--transparent);
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    padding-top: 60px;
  }

  .white-text {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .white-text.mb-15 {
    text-align: left;
  }

  .footer-brand-wrapper {
    width: 22%;
  }

  .search-shop-con {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-bottom: 100px;
  }

  .footer-brand-description {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .service-list-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-list-section-wrapper {
    grid-column-gap: 80px;
  }

  .primary-button-border {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .skills-third-column {
    padding-left: 50px;
  }

  .about-2-progress-bar-active-element {
    margin-left: 20px;
  }

  .project-template-images-list {
    grid-column-gap: 80px;
    width: 100%;
  }

  .project-template-image {
    border-radius: 10px;
    height: 470px;
  }

  .secondary-button {
    border-color: var(--primary-red);
    color: var(--primary-red);
    background-color: rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .secondary-button:hover {
    border-color: var(--primary-red);
    background-color: var(--primary-red);
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand {
    margin-right: 155px;
    padding: 20px 30px 20px 15px;
  }

  .button-header {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .button-header:hover {
    color: var(--white-50);
  }

  .cart {
    flex: 0 auto;
    margin-left: 30px;
    margin-right: 55px;
  }

  .grow-sizing {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-wrapper-footer {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .form-block-footer {
    width: 45%;
    min-height: 503px;
    margin-top: -200px;
    padding: 60px;
  }

  .map-footer-section {
    background-image: url('../images/20nailstudio-googlema.webp');
    background-position: 50% 0;
    background-size: 2560px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .work-salon-wrapper {
    grid-template-columns: .6fr 1fr;
  }

  .working-hours-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .paragraph-4 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .day {
    font-family: Open Sans, sans-serif;
  }

  .hours, .book {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .info-salon-link {
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 400;
  }

  .location-icon {
    top: 37%;
    right: 36.5%;
  }

  .banner-home-1 {
    background-position: 50% 10%;
    background-repeat: no-repeat;
    padding-top: 120px;
  }

  .banner-home-1-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .heading-home-1-banner {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-size: 78px;
    font-weight: 500;
  }

  .section-appointment {
    background-color: var(--primary-light);
    color: var(--transparent);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-2 {
    grid-column-gap: 50px;
    color: var(--transparent);
  }

  .text-field-home {
    color: var(--primary-red);
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 400;
  }

  .appointment-wrapper {
    grid-column-gap: 50px;
    color: var(--transparent);
    -webkit-text-stroke-color: var(--transparent);
  }

  ._23 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .text-loop {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 300;
  }

  .big-numbers {
    font-family: Poppins, sans-serif;
    font-size: 70px;
    font-weight: 600;
  }

  .content-about-wrapper {
    grid-column-gap: 125px;
  }

  .image-relative-wrapper {
    width: 47%;
  }

  .image-relative-wrapper.location {
    justify-content: center;
    display: flex;
  }

  .paragraph-banner {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .absolute-1-img {
    right: 40px;
  }

  .title-testimonials {
    padding-right: 60px;
  }

  ._w-90 {
    letter-spacing: normal;
    width: 90%;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .name-testimonial {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .review-slider {
    padding-left: 100px;
  }

  .blog-name {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .link-block {
    height: 623px;
  }

  .collection-list-wrapper-blog {
    height: auto;
  }

  .link-block-blog {
    height: 210px;
  }

  .title-central {
    max-width: 520px;
  }

  .title-central.big-title {
    max-width: 640px;
  }

  .background-video {
    height: 700px;
  }

  .flex-title {
    grid-column-gap: 100px;
  }

  .service-book {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .manicure-img {
    object-fit: cover;
    border-radius: 300px;
    width: 470px;
    height: 600px;
    margin-top: 20px;
  }

  .line-1 {
    bottom: -5%;
    left: 4%;
  }

  .line-2 {
    width: 290px;
    top: -2%;
    right: 1%;
  }

  .booking, .specialists, .products, .awords {
    padding-right: 40px;
  }

  .link-block-product {
    margin-left: 40px;
    margin-right: 40px;
  }

  .link-wrapper-product {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-product {
    margin-top: 10px;
  }

  .content-booking {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .content-specialists {
    margin-top: 40px;
    margin-bottom: 80px;
  }

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

  .content-awards {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .about-numbers {
    color: var(--paragraph-gray);
    -webkit-text-stroke-color: var(--black);
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .new-icon {
    left: 40px;
  }

  .shop-banner-wrapper {
    bottom: -10%;
    right: -68%;
  }

  .home-2-banner-content {
    grid-column-gap: 140px;
    grid-template-columns: 1fr 1.1fr;
    width: 90%;
  }

  .banner-home-2-img {
    object-fit: cover;
    border-radius: 45px;
    height: 520px;
  }

  .lightbox-link-banner {
    top: 34%;
    left: -15%;
  }

  .lightbox-link-banner.our-story {
    right: 3%;
  }

  .lightbox-link-banner.team {
    top: 33%;
    right: -8%;
  }

  .lightbox-link-banner.pricing {
    right: -16%;
  }

  .button-play-dark {
    width: 140px;
  }

  .button-play-dark.small {
    width: 100px;
  }

  .small-play-icon {
    left: 36%;
  }

  .small-play-icon.more-small {
    width: 40px;
    left: 33%;
  }

  .banner-home-3 {
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    display: flex;
  }

  .banner-home-3-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-3-img {
    width: 95%;
    height: auto;
    min-height: 600px;
    bottom: -80%;
    left: -4%;
  }

  .image-wrapper-banner-3 {
    width: 46%;
  }

  .left-content-banner-3 {
    top: 60px;
  }

  .title-h2-banner {
    margin-left: 0;
  }

  .heading-home-3-banner {
    width: 380px;
    font-size: 72px;
  }

  .paragraph-home-3-banner {
    width: 70%;
  }

  .ml {
    margin-left: 45px;
  }

  .stars-1 {
    width: 45px;
    bottom: 19%;
  }

  .lightbox-link-home-3 {
    top: -85%;
    right: -2%;
  }

  .banner-home-4 {
    background-position: 50% 0;
  }

  .title-banner-4 {
    width: 55%;
  }

  .stars-banner {
    right: 7%;
  }

  .star {
    right: 41%;
  }

  .more-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .story-wrapper {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .insta-photo.mt {
    margin-top: 80px;
  }

  .slider {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .stars-1-background {
    bottom: 29%;
    left: 16%;
  }

  .stars-2-background {
    right: 16%;
  }

  .stars-2-background.details {
    top: 25%;
    right: 13%;
  }

  .logo, .logo._1 {
    height: 80px;
  }

  .logo._2 {
    height: 60px;
  }

  .logo._3 {
    height: 50px;
  }

  .discount-wrap {
    background-position: 50% 25%;
    padding: 40px 50px 50px;
  }

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

  .shipping-method-list, .shipping-method-2, .empty-state {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .pay-with-browser {
    border-radius: 10px;
    height: 58px;
  }

  .paypal-checkout-form {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .error-state {
    text-align: center;
    border-radius: 10px;
  }

  .order-confirmation {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .sticky-wrapper {
    width: 47%;
  }

  .details-gallery-wrapper {
    grid-column-gap: 80px;
    grid-template-columns: 1.2fr 1.2fr;
  }

  .gallery-img {
    border-radius: 10px;
  }

  .collection-item-images, .collection-list-wrapper-gallery-img {
    width: 100%;
  }

  .product-details-wrapper {
    grid-column-gap: 80px;
  }

  .description-content {
    width: 73%;
  }

  .title-h2-details {
    font-size: 50px;
  }

  .heading-5 {
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .heading-6 {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .heading-7, .bold-text, .heading-8, .heading-9 {
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .paragraph-5, .paragraph-6 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .bold-text-5, .heading-14, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .heading-15, .heading-16, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
    font-family: Droid Sans, sans-serif;
  }

  .heading-17 {
    letter-spacing: normal;
    font-family: Droid Sans, sans-serif;
  }

  .nav-link-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-copy.w--current {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .nav-link-copy, .nav-link-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    font-weight: 600;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .nav-link-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .paragraph-18-copy {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }

  .name-testimonial-2 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

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

  .primary-button-border-2 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 86px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section {
    font-family: Droid Sans, sans-serif;
  }

  .section.light-background {
    color: var(--black);
  }

  .section.about-us-banner {
    background-position: 35%;
  }

  .section.without-top-spacing {
    color: var(--light-blue);
  }

  .primary-button {
    border-color: var(--primary-red);
    background-color: var(--primary-red);
    border-radius: 35px;
    font-family: Poppins, sans-serif;
  }

  .nav-link {
    font-family: Poppins, sans-serif;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .text-center {
    font-family: Nunito Sans;
  }

  .footer {
    font-family: Droid Sans, sans-serif;
  }

  .footer-bottom-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .paragraph-large {
    letter-spacing: .5px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .banner-title-wrapper {
    max-width: 560px;
  }

  .banner-title-wrapper.big-banner {
    max-width: 520px;
  }

  .accordion-list-content {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .accordion-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .link-with-icon, .link-with-icon.book-link, .link-with-icon.licensed, .link-with-icon.shop, .link-with-icon.awards {
    font-family: Poppins, sans-serif;
  }

  .footer-link {
    opacity: .6;
    color: var(--transparent);
  }

  .white-text {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .white-text.mb-15 {
    text-align: left;
    font-family: Droid Sans, sans-serif;
  }

  .primary-button-border {
    border-color: var(--primary-red);
    color: var(--primary-red);
    -webkit-text-stroke-color: var(--primary-red);
    border-radius: 35px;
    font-family: Poppins, sans-serif;
  }

  .about-2-progress-bar-active-element {
    margin-left: 70px;
  }

  .secondary-button {
    border-color: var(--primary-red);
    color: var(--primary-red);
    -webkit-text-stroke-color: var(--primary-red);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 353px;
    font-family: Poppins, sans-serif;
  }

  .secondary-button:hover {
    border-color: var(--primary-red);
    background-color: var(--primary-red);
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .mb-10 {
    font-family: Droid Sans, sans-serif;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .brand {
    margin-right: 225px;
  }

  .button-header:hover {
    color: var(--white-50);
  }

  .cart {
    margin-right: 70px;
  }

  .map-footer-section {
    background-image: url('../images/20nailstudio-googlema.webp');
    background-position: 50%;
    background-size: 2560px;
  }

  .day, .hours, .book {
    font-family: Poppins, sans-serif;
  }

  .info-salon-link {
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 400;
  }

  .location-icon {
    width: 70px;
    top: 34.8%;
    right: 38.8%;
  }

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

  .heading-home-1-banner {
    font-family: Poppins, sans-serif;
    font-size: 82px;
  }

  .section-appointment {
    background-color: var(--primary-light);
    color: var(--transparent);
    font-family: Droid Sans, sans-serif;
  }

  .text-field-home {
    color: var(--primary-red);
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 400;
  }

  ._23, .text-loop, .big-numbers {
    font-family: Poppins, sans-serif;
  }

  .content-right-wrapper {
    color: var(--light-pink);
    font-family: Droid Sans, sans-serif;
  }

  .paragraph-banner {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  ._w-90 {
    width: 90%;
    font-family: Droid Sans, sans-serif;
  }

  .name-testimonial {
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 700;
  }

  .blog-name {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .service-book {
    font-family: Poppins, sans-serif;
  }

  .manicure-img {
    height: 580px;
  }

  .line-2 {
    right: 2%;
  }

  .content-booking {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .content-specialists {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .content-products {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .content-awards {
    margin-bottom: 60px;
  }

  .about-numbers {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
  }

  .shop-banner-wrapper {
    bottom: -18%;
    right: -71%;
  }

  .shop-img {
    height: 150px;
  }

  .home-2-banner-content {
    grid-template-columns: 1fr 1.15fr;
  }

  .banner-home-3 {
    height: 100vh;
    padding-top: 180px;
  }

  .banner-3-img {
    width: 100%;
    bottom: -60%;
    left: -6%;
  }

  .heading-home-3-banner {
    width: 400px;
    font-size: 80px;
  }

  .ml {
    margin-left: 60px;
  }

  .stars-1 {
    bottom: 24%;
    left: 0%;
  }

  .h2-banner-3 {
    font-size: 78px;
  }

  .stars {
    top: 24%;
  }

  .form-block-home-4 {
    width: 70%;
  }

  .background {
    width: 75%;
  }

  .stars-1-background {
    bottom: 23%;
    left: 23%;
  }

  .stars-2-background {
    top: 18%;
    right: 19%;
  }

  .stars-2-background.details {
    top: 28%;
  }

  .list-services {
    font-size: 20px;
  }

  .details-g-heading {
    font-size: 82px;
  }

  .heading-3 {
    font-family: Droid Sans, sans-serif;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-size: 160px;
  }

  .heading-5 {
    font-family: Droid Sans, sans-serif;
  }

  .heading-6 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .heading-7 {
    letter-spacing: normal;
    font-family: Droid Sans, sans-serif;
  }

  .bold-text, .bold-text-3, .heading-8, .heading-9, .paragraph-5, .paragraph-6, .heading-10, .heading-11, .heading-12, .paragraph-7 {
    font-family: Droid Sans, sans-serif;
  }

  .paragraph-8 {
    font-family: Nunito Sans;
  }

  .paragraph-9, .paragraph-10 {
    font-family: Droid Sans, sans-serif;
  }

  .heading-13 {
    float: none;
  }

  .nav-link-copy.w--current {
    font-family: Poppins, sans-serif;
  }

  .name-testimonial-2 {
    font-family: Noto Sans Thai, sans-serif;
    font-weight: 700;
  }

  .section-2 {
    font-family: Droid Sans, sans-serif;
  }

  .section-2.light-background {
    color: #000;
  }

  .primary-button-border-2 {
    color: #9d1046;
    -webkit-text-stroke-color: #9d1046;
    border-color: #9d1046;
    border-radius: 35px;
    font-family: Poppins, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 94px;
  }

  h2 {
    font-size: 64px;
  }

  .section {
    background-color: var(--transparent);
    font-family: Poppins, sans-serif;
  }

  .section.about-us-banner {
    background-position: 40%;
  }

  .section.without-top-spacing {
    background-color: var(--transparent);
  }

  .base-container.horizontal {
    justify-content: space-between;
    max-width: 1300px;
  }

  .primary-button {
    font-family: Poppins, sans-serif;
  }

  .utility-page-content {
    width: 320px;
  }

  .coming-soon-heading {
    font-size: 80px;
  }

  .footer-copyright {
    font-family: Poppins, sans-serif;
  }

  .paragraph-large {
    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .banner-title-wrapper, .banner-title-wrapper.big-banner {
    max-width: 620px;
  }

  .accordion-list-content {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .accordion-title, .primary-button-border {
    font-family: Poppins, sans-serif;
  }

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

  .skills-progress-bar-wrapper {
    max-width: 470px;
  }

  .about-2-progress-bar-active-element {
    margin-left: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .button-header:hover, .button-header.w--current:hover {
    color: var(--white-50);
  }

  .map-footer-section {
    background-size: cover;
  }

  .info-salon-link {
    font-family: Poppins, sans-serif;
  }

  .info-salon-link:hover {
    color: var(--white);
    font-family: Poppins, sans-serif;
  }

  .location-icon {
    width: 73px;
    top: 34%;
    right: 43.4%;
  }

  .banner-home-1-wrapper {
    grid-template-columns: 1.2fr 1fr;
  }

  .heading-home-1-banner {
    font-family: Poppins, sans-serif;
    font-size: 90px;
    font-weight: 500;
  }

  .section-appointment {
    background-color: var(--primary-light);
    color: var(--paragraph-gray);
    font-family: Open Sans, sans-serif;
  }

  .circle, ._23, .text-loop {
    color: var(--white);
  }

  .big-numbers {
    font-family: Poppins, sans-serif;
  }

  .content-about-wrapper {
    grid-column-gap: 110px;
  }

  .paragraph-banner {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .absolute-1-img {
    right: 45px;
  }

  .blog-name {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .title-central {
    max-width: 560px;
  }

  .background-video {
    border-radius: 400px;
    height: 750px;
  }

  .content-specialists {
    margin-bottom: 60px;
  }

  .content-products {
    margin-bottom: 120px;
  }

  .content-awards {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .about-numbers {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
  }

  .shop-banner-wrapper {
    bottom: -26%;
    right: -56%;
  }

  .shop-img {
    height: 165px;
  }

  .banner-home-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .home-2-banner-content {
    grid-template-columns: 1fr 1fr;
  }

  .banner-home-2-img {
    height: 670px;
  }

  .lightbox-link-banner {
    top: 40%;
  }

  .button-play-dark.small {
    width: 140px;
  }

  .small-play-icon {
    top: 34%;
  }

  .small-play-icon.more-small {
    width: 45px;
    left: 36%;
  }

  .banner-home-3 {
    justify-content: space-between;
  }

  .banner-3-img {
    width: 100%;
    bottom: 0%;
    left: -6%;
  }

  .left-content-banner-3 {
    top: 0;
  }

  .heading-home-3-banner {
    width: 450px;
    font-size: 94px;
  }

  .lightbox-link-home-3 {
    top: -127%;
    right: -8%;
  }

  .h2-banner-3 {
    font-size: 92px;
  }

  .stars {
    top: 20%;
  }

  .banner-home-4 {
    background-position: 50% 10%;
  }

  .title-banner-4 {
    width: 50%;
  }

  .stars-banner {
    right: 8%;
  }

  .background {
    width: 70%;
  }

  .stars-2-background.details {
    top: 27%;
    right: 18%;
  }

  .logo {
    height: 100px;
  }

  .logo._1, .logo._2 {
    height: 90px;
  }

  .logo._3 {
    height: 70px;
  }

  .logo._4 {
    height: 60px;
  }

  .gallery-name {
    color: var(--navy);
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .details-g-heading {
    font-size: 88px;
  }

  .heading-2 {
    font-size: 68px;
  }

  .title-h2-details {
    font-size: 52px;
  }

  .heading-6 {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .heading-18 {
    letter-spacing: normal;
    font-family: Droid Sans, sans-serif;
  }

  .heading-39 {
    font-size: 12px;
  }

  .heading-40 {
    font-size: 60px;
  }

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

  .social-icon {
    color: var(--primary-red);
  }

  .social-icon:hover {
    color: var(--navy);
  }

  .social-icon.footer-icon {
    color: var(--white-50);
  }

  .social-icon.footer-icon:hover {
    color: var(--white);
  }

  .social-icon-2 {
    color: #9d1046;
  }

  .social-icon-2:hover {
    color: #002f57;
  }

  .section-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .primary-button-border-2 {
    font-family: Poppins, sans-serif;
  }

  .primary-button-border-2:hover {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.light-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.banner-our-team {
    background-position: 80%;
    background-size: auto;
    min-height: 300px;
  }

  .section.pricing-banner {
    background-image: linear-gradient(rgba(243, 238, 233, .5), rgba(243, 238, 233, .5)), url('../images/about-banner-img_1about-banner-img.webp');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner-testimonials {
    background-image: linear-gradient(rgba(243, 238, 233, .6), rgba(243, 238, 233, .6)), url('../images/testimonials-banner-1_1testimonials-banner-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.about-us-banner {
    background-image: linear-gradient(rgba(243, 238, 233, .5), rgba(243, 238, 233, .5)), url('../images/about-banner-img_1about-banner-img.webp');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 300px;
  }

  .section.without-top-spacing-tablet {
    padding-top: 0;
  }

  .section.instagram {
    overflow: hidden;
  }

  .section.details-gallery {
    padding-bottom: 40px;
  }

  .base-container {
    padding-right: 15px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-light);
    border-right: 1px solid rgba(86, 79, 72, .5);
    flex-direction: column;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-direction: column;
    width: 100%;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--primary-red);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .close-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 5px 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    font-size: 18px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 640px;
    margin-right: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    justify-content: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .accordion-wrapper {
    grid-column-gap: 30px;
  }

  .coming-soon-image {
    display: none;
  }

  .link-with-icon.book-link {
    color: var(--primary-red);
    bottom: 20px;
  }

  .link-with-icon.licensed, .link-with-icon.shop {
    bottom: 10px;
  }

  .link-with-icon.awards {
    bottom: -7px;
  }

  .social-icons-wrapper {
    width: 50%;
    margin-top: 20px;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin-bottom: 60px;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 160px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-section-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .service-list-section-wrap {
    width: 80%;
  }

  .service-list-section-wrap.first-child {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primary-button-border:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .skills-third-column {
    text-align: center;
    width: 100%;
    padding: 0 60px;
  }

  .skills-third-column-description {
    margin-bottom: 30px;
  }

  .skills-progress-bar-wrapper {
    text-align: left;
  }

  .project-template-info {
    margin-top: 30px;
  }

  .project-template-images-list {
    grid-column-gap: 40px;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style h2 {
    font-size: 40px;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .tablet-menu {
    border-bottom: 1px solid rgba(86, 79, 72, .5);
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    border-right: 1px solid rgba(86, 79, 72, .5);
    margin-left: -2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    display: block;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .cart {
    margin-right: 30px;
  }

  .div-block-5 {
    margin-top: 45px;
    display: block;
  }

  .link-wrapper-footer {
    grid-column-gap: 60px;
    justify-content: center;
    width: 50%;
  }

  .form-block-footer {
    width: 70%;
    min-height: 503px;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 60px;
  }

  .map-footer-section {
    background-position: 35%;
  }

  .work-salon-wrapper {
    grid-template-columns: 1.3fr 1fr;
  }

  .location-icon {
    right: 17%;
  }

  .banner-home-1 {
    background-position: 50% 100%;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .banner-home-1-wrapper {
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }

  .button-wrap.center-tablet {
    justify-content: center;
  }

  .content-home-1-banner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-home-1-banner {
    width: 95%;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .text-field-home {
    margin-bottom: 40px;
  }

  .text-field-home.pl-0 {
    margin-bottom: 0;
  }

  .appointment-wrapper, .appointment-wrapper.contact {
    width: 100%;
  }

  ._23, .text-loop {
    font-size: 40px;
  }

  .big-numbers {
    font-size: 54px;
  }

  .content-about-wrapper {
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-relative-wrapper {
    width: 75%;
  }

  .image-relative-wrapper.location {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-right-wrapper {
    width: 100%;
  }

  .absolute-1-img {
    right: 41px;
  }

  .title-testimonials {
    height: 100%;
    padding-right: 40px;
  }

  .testimonials-review-wrap {
    padding-bottom: 10px;
  }

  .quick-stack-blog {
    grid-column-gap: 20px;
  }

  .link-block {
    height: 530px;
  }

  .blog-img {
    border-top-left-radius: 80px;
  }

  .collection-list-wrapper-blog {
    height: 350px;
  }

  .link-block-blog {
    height: 150px;
  }

  .title-central {
    max-width: 380px;
  }

  .title-central.big-title {
    max-width: 400px;
  }

  .background-video {
    height: 450px;
  }

  .flex-title {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 70%;
  }

  .services-home-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .services-home-wrapper.pricing {
    flex-direction: column;
  }

  .right-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-img-wrapper.pricing-img {
    width: 52%;
  }

  .manicure-img {
    width: 100%;
  }

  .manicure-img.career-img {
    width: 380px;
  }

  .line-1 {
    width: 270px;
    bottom: -2%;
    left: 1%;
  }

  .line-2 {
    top: -3%;
    right: 0%;
  }

  .advantages-wrapper {
    grid-row-gap: 30px;
    border-left: 0 rgba(0, 0, 0, 0);
    grid-template-columns: 1fr 1fr;
  }

  .booking {
    border-left: 1px solid rgba(51, 45, 40, .2);
    padding-right: 40px;
  }

  .specialists {
    padding-right: 40px;
  }

  .products {
    border-left: 1px solid rgba(51, 45, 40, .2);
    padding-right: 40px;
  }

  .awords {
    padding-right: 40px;
  }

  .tab-link-tab-2-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-list-product {
    grid-column-gap: 20px;
  }

  .collection-list-product.shop-page {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-product.shop {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .link-block-product {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-wrapper-product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-wrapper-product.shop {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-img {
    height: 190px;
  }

  .content-booking {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .content-specialists {
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .content-products {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .content-awards {
    margin-bottom: 60px;
  }

  .new-icon {
    width: 60px;
  }

  .new-icon.shop-icon {
    top: 45px;
    left: 45px;
  }

  .shop-banner-wrapper {
    margin-top: 60px;
    position: static;
  }

  .banner-home-2 {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .home-2-banner-content {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .banner-home-2-img {
    width: 400px;
    height: 570px;
  }

  .content-banner-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82%;
    display: flex;
  }

  .lightbox-link-banner {
    left: -15%;
  }

  .lightbox-link-banner.our-story {
    right: -9%;
  }

  .lightbox-link-banner.team {
    right: 8%;
  }

  .lightbox-link-banner.pricing {
    right: -14%;
  }

  .banner-home-3 {
    min-height: auto;
  }

  .banner-3-img {
    height: auto;
    left: 25%;
  }

  .image-wrapper-banner-3 {
    width: 45%;
  }

  .title-h2-banner {
    left: 24px;
  }

  .heading-home-3-banner {
    width: 300px;
  }

  .paragraph-home-3-banner {
    width: 95%;
  }

  .ml {
    margin-left: 40px;
  }

  .stars-1 {
    width: 32px;
    bottom: 16%;
    left: 0%;
  }

  .lightbox-link-home-3 {
    top: -139%;
    right: -50%;
  }

  .h2-banner-3 {
    font-size: 46px;
  }

  .stars {
    right: 5%;
  }

  .banner-home-4 {
    background-image: linear-gradient(rgba(243, 238, 233, .4), rgba(243, 238, 233, .4)), url('../images/banner-home-4_1banner-home-4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .content-home-4-banner {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-banner-4 {
    width: 60%;
  }

  .form-block-home-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-form-home-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .success-message-home-4 {
    width: 100%;
  }

  .stars-banner {
    top: 28%;
  }

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

  .background {
    width: 100%;
    height: 80%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .loop-wrap-logo {
    grid-column-gap: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .all-team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-photo {
    width: 100%;
  }

  .story-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .manager-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .signatire {
    bottom: -28%;
    right: -5%;
  }

  .content-story {
    text-align: center;
    width: 80%;
  }

  .scroll-img-wrap {
    justify-content: flex-start;
  }

  .insta-photo.mt {
    margin-top: 40px;
  }

  .insta-link {
    width: 25%;
  }

  .instagram-ing-wrapper {
    overflow: auto;
  }

  .review-slider-wrap {
    width: 90%;
  }

  .about-testimonials {
    margin-top: 20px;
  }

  .skills-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .img-video-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hands-img {
    width: 70%;
  }

  .position-wrapper {
    padding: 20px;
  }

  .grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .about-salon-wrap {
    text-align: center;
  }

  .stars-2-background {
    max-width: 20%;
  }

  .stars-2-background.details {
    top: 20%;
  }

  .service-img {
    height: 450px;
  }

  .info-discount {
    width: 60%;
  }

  .manicur-pricing {
    width: 100%;
  }

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

  .location-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .location-wrap, .textarea-get-in-touch {
    width: 100%;
  }

  .form-block-appointment {
    min-height: 136px;
  }

  .sticky-wrapper {
    width: 75%;
    position: static;
  }

  .gallery {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .gallery-link {
    overflow: visible;
  }

  .gallery-name {
    font-size: 20px;
    position: static;
  }

  .background-hover-gallery {
    background-color: var(--primary-light);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .details-gallery-wrapper {
    grid-column-gap: 40px;
  }

  .gallery-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .details-g-heading {
    font-size: 58px;
  }

  .heading-2 {
    font-size: 52px;
  }

  .description-content {
    width: 88%;
  }

  .title-h2-details {
    font-size: 40px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .nav-link-copy, .nav-link-copy-copy, .nav-link-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .primary-button-border-2:hover {
    opacity: 1;
  }

  .paragraph-24 {
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    color: var(--primary-red);
    font-size: 30px;
  }

  blockquote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

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

  .section.banner-our-team {
    background-image: linear-gradient(rgba(243, 238, 233, .6), rgba(243, 238, 233, .6)), url('../images/our-team-banner_1our-team-banner.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .section.about-us-banner {
    background-image: linear-gradient(rgba(243, 238, 233, .6), rgba(243, 238, 233, .6)), url('../images/about-banner-img_1about-banner-img.webp');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.portfolio-grid-banner {
    padding-top: 160px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.details-gallery, .section.shop-details {
    padding-top: 160px;
  }

  .base-container.horizontal {
    flex-direction: column;
    flex: 0 auto;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    min-width: 200px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .pages-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 100%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    grid-row-gap: 40px;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .accordion-list {
    padding-left: 20px;
    padding-right: 30px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item {
    padding-right: 10px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-title.ml-0 {
    margin-left: 0;
  }

  .link-with-icon.book-link {
    bottom: 0;
  }

  .social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-bottom: 40px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .service-list-banner {
    background-image: linear-gradient(rgba(243, 238, 233, .6), rgba(243, 238, 233, .6)), url('../images/testimonials-banner-1_1testimonials-banner-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-list-section-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .service-list-section-wrap {
    width: 100%;
  }

  .service-list-section-wrap.first-child {
    margin-bottom: 40px;
  }

  .skills-third-column {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-template-social-icons {
    justify-content: center;
    align-items: center;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
    display: flex;
  }

  .secondary-button {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 35px;
    flex: 0 auto;
    width: auto;
    min-width: 255px;
    padding-right: 40px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .project-button-link-paragraph {
    font-size: 16px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .career-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 36px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .form-block-footer {
    width: 100%;
  }

  .map-footer-section {
    background-position: 50% 200%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-salon-wrapper {
    display: flex;
  }

  .working-hours-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pm-wrapper {
    text-align: left;
    margin-top: 15px;
  }

  .about-location-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .location-icon {
    display: none;
  }

  .banner-home-1 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .banner-home-1-wrapper {
    display: flex;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
    margin-top: 30px;
  }

  .button-wrap.center-tablet {
    flex-direction: row;
  }

  .button-wrap.mt-40 {
    margin-top: 30px;
  }

  .button-wrap.mt-60 {
    margin-top: 40px;
  }

  .content-home-1-banner {
    align-items: flex-start;
    width: 60%;
  }

  .heading-home-1-banner {
    width: 100%;
  }

  .section-appointment {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-field-home {
    margin-bottom: 20px;
  }

  .text-field-home.pl-0 {
    margin-bottom: 40px;
  }

  .appointment-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .appointment-wrapper.contact {
    margin-bottom: 0;
  }

  .circle {
    margin-right: 35px;
  }

  .loop-wrap-text {
    padding-right: 35px;
  }

  ._23, .text-loop {
    font-size: 36px;
  }

  .big-numbers {
    font-size: 48px;
  }

  .content-about-wrapper {
    grid-row-gap: 40px;
  }

  .absolute-1-img {
    bottom: -20px;
    right: -19px;
  }

  .testimonials-wrap {
    grid-row-gap: 40px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .title-testimonials {
    text-align: center;
    border-bottom: 1px solid rgba(51, 45, 40, .2);
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .review-slider {
    padding-left: 0;
  }

  .testimonials-review-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .quick-stack-blog {
    grid-row-gap: 40px;
  }

  .link-block {
    height: 535px;
  }

  .collection-list-wrapper-blog {
    height: auto;
  }

  .blog-image-small.cover {
    object-fit: cover;
    border-top-left-radius: 80px;
  }

  .cell {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-central {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .background-video {
    height: 350px;
  }

  .play-icon {
    width: 45px;
  }

  .button-play {
    width: 150px;
  }

  .flex-title {
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    width: 85%;
    margin-bottom: 30px;
  }

  .right-img-wrapper.pricing-img {
    width: 60%;
  }

  .manicure-img {
    height: 450px;
  }

  .manicure-img.career-img {
    width: 320px;
  }

  .line-1 {
    width: 220px;
  }

  .line-2 {
    width: 220px;
    top: -2%;
  }

  .advantages-wrapper {
    border-left-width: 0;
  }

  .booking {
    border-left: 1px solid rgba(51, 45, 40, .2);
  }

  .tab-link-tab-2-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-shop {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .link-block-product {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .content-booking {
    margin-bottom: 40px;
  }

  .content-specialists {
    margin-bottom: 80px;
  }

  .content-awards {
    margin-bottom: 20px;
  }

  .about-numbers {
    font-size: 16px;
  }

  .new-icon {
    width: 85px;
    left: 60px;
  }

  .banner-home-2 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .home-2-banner-content {
    grid-row-gap: 40px;
  }

  .banner-home-2-img {
    width: 90%;
    height: 520px;
  }

  .content-banner-home-2 {
    width: 100%;
  }

  .lightbox-link-banner {
    left: -10%;
  }

  .lightbox-link-banner.our-story {
    right: -8%;
  }

  .banner-home-3-wrapper {
    grid-row-gap: 40px;
  }

  .banner-3-img {
    position: static;
  }

  .image-wrapper-banner-3 {
    width: 100%;
  }

  .left-content-banner-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title-h2-banner {
    flex: none;
    justify-content: center;
    width: 100%;
    margin-bottom: -41px;
    margin-left: 0;
    bottom: 0;
    left: 0;
  }

  .heading-home-3-banner {
    width: auto;
  }

  .paragraph-home-3-banner {
    width: 100%;
  }

  .right-content-banner-3 {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .ml {
    margin-left: 0;
  }

  .stars-1 {
    bottom: 10%;
    left: -10%;
  }

  .lightbox-link-home-3 {
    z-index: 10;
    top: 32%;
    right: 10%;
  }

  .h2-banner-3 {
    font-size: 42px;
  }

  .stars {
    top: 27%;
  }

  .banner-home-4 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .title-banner-4 {
    width: 100%;
  }

  .form-block-home-4 {
    margin-top: 30px;
    padding-top: 30px;
  }

  .form-home-4 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .flex-form-home-4 {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .success-message-home-4 {
    min-height: 174px;
    padding-top: 60px;
  }

  .stars-banner {
    top: 14%;
  }

  .star {
    top: 35%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .link-wrap.discount {
    width: 100%;
  }

  .story-wrapper {
    grid-row-gap: 20px;
  }

  .signatire {
    width: 150px;
    bottom: -20%;
    right: -6%;
  }

  .scroll-img-wrap {
    grid-column-gap: 20px;
  }

  .insta-photo.mt {
    margin-top: 30px;
  }

  .skills-wrapper {
    grid-row-gap: 40px;
  }

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

  .stars-1-background {
    max-width: 20%;
    left: 5%;
  }

  .stars-1-background.gallery {
    width: auto;
    max-width: 20%;
    height: auto;
  }

  .stars-2-background {
    right: 6%;
  }

  .stars-2-background.details {
    top: 32%;
  }

  .stars-2-background.gallery {
    width: auto;
    height: auto;
    top: 49%;
  }

  .list-services {
    margin-top: 10px;
  }

  .discount-wrap {
    padding: 20px 30px 30px;
  }

  .info-discount {
    width: 65%;
  }

  .checkout-form, .paypal-checkout-form {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .order-confirmation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .location-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .form-block-appointment {
    min-height: 252px;
  }

  .collection-list-wrapper-gallery {
    width: 100%;
  }

  .gallery-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

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

  .gallery-link {
    width: 100%;
  }

  .details-gallery-wrapper {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .big-title-wrap {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .product-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    display: flex;
  }

  .description-content {
    width: 100%;
  }

  .heading-4 {
    font-size: 100px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .nav-link-copy, .nav-link-copy-copy, .nav-link-copy {
    margin-left: 0;
  }

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

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

  .paragraph-24 {
    max-width: 480px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    color: var(--navy);
  }

  blockquote {
    font-size: 22px;
  }

  .section.about-us-banner {
    background-image: linear-gradient(rgba(243, 238, 233, .7), rgba(243, 238, 233, .7)), url('../images/about-banner-img_1about-banner-img.webp');
    background-position: 0 0, 20%;
  }

  .section.light-blue-background {
    overflow: hidden;
  }

  .base-container.horizontal {
    flex: 0 auto;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button {
    min-width: 255px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plan-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-toggle {
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-item {
    padding-right: 0;
  }

  .accordion-list-content {
    text-align: left;
  }

  .accordion-title {
    margin-left: 0;
  }

  .link-with-icon.book-link {
    justify-content: center;
    align-items: center;
  }

  .link-with-icon.licensed, .link-with-icon.shop, .link-with-icon.awards {
    justify-content: center;
    align-items: center;
    bottom: 0;
  }

  .social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .social-icons-wrapper.social-color {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .footer-social-icon.central-icon {
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-logo {
    display: block;
  }

  .primary-button-border {
    min-width: 255px;
  }

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

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    margin-top: 20px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .career-info-cards-wrap, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .form-block-footer {
    text-align: center;
    border-radius: 40px;
    margin-bottom: 40px;
    padding: 30px;
  }

  .text-field {
    width: 100%;
  }

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

  .info-salon-link {
    display: block;
  }

  .info-salon-link.mt-10 {
    margin-top: 10px;
  }

  .banner-home-1 {
    background-image: linear-gradient(rgba(243, 238, 233, .7), rgba(243, 238, 233, .7)), url('../images/banner-img-home-1_1banner-img-home-1.webp');
    background-position: 0 0, 80% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .button-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-wrap.center-tablet {
    flex-direction: column;
  }

  .content-home-1-banner {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .text-field-home.pl-0 {
    margin-bottom: 20px;
  }

  ._23, .text-loop {
    color: var(--white);
    font-size: 32px;
  }

  .about-numbers-wrap {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-central-wrap {
    border-width: 1px 0;
    border-color: var(--primary-red) transparent;
    border-top-style: solid;
    border-bottom-style: solid;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .absolute-1-img {
    width: 250px;
    right: 1px;
  }

  .collection-list-wrapper-blog-central {
    height: auto;
  }

  .link-block {
    height: 450px;
  }

  .collection-list-blog-c, .collection-list-wrapper-blog {
    height: auto;
  }

  .link-block-blog {
    height: 150px;
  }

  .title-central.big-title {
    max-width: 100%;
  }

  .background-video {
    height: 250px;
  }

  .play-icon {
    width: 30px;
  }

  .button-play {
    width: 100px;
  }

  .flex-title {
    width: 100%;
  }

  .services-home-wrapper.pricing {
    grid-row-gap: 60px;
  }

  .service-name-wrap.mobile-w {
    width: 75%;
  }

  .right-img-wrapper.pricing-img {
    width: 85%;
  }

  .manicure-img {
    height: 420px;
  }

  .line-1 {
    left: 0%;
  }

  .line-2 {
    width: 200px;
    top: -1%;
    right: 1%;
  }

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

  .specialists, .awords {
    border-left: 1px solid rgba(51, 45, 40, .2);
  }

  .tab-link-tab-2-2 {
    padding-bottom: 15px;
  }

  .collection-list-product.shop-page {
    grid-template-columns: 1fr;
  }

  .product-name {
    text-align: center;
    justify-content: center;
    min-height: auto;
  }

  .link-block-product {
    display: block;
  }

  .link-wrapper-product {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-booking, .content-specialists, .content-products {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .content-awards {
    text-align: center;
    margin-bottom: 50px;
  }

  .about-numbers {
    font-size: 18px;
  }

  .shop-banner-wrapper {
    margin-top: 40px;
  }

  .line-paragrapj-wrapper {
    margin-top: 10px;
    padding-top: 10px;
  }

  .banner-home-2-img {
    width: 85%;
    height: auto;
  }

  .img-ianner-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .lightbox-link-banner {
    left: 0%;
  }

  .lightbox-link-banner.our-story {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 30%;
  }

  .lightbox-link-banner.team {
    right: -1%;
  }

  .lightbox-link-banner.pricing {
    right: -10%;
  }

  .button-play-dark.small {
    width: 100px;
  }

  .small-play-icon.more-small {
    width: 40px;
  }

  .banner-3-img {
    display: inline;
  }

  .title-h2-banner {
    margin-bottom: 10px;
  }

  .stars-1 {
    top: -47%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .lightbox-link-home-3 {
    right: 5%;
  }

  .stars {
    top: 42%;
  }

  .form-home-4 {
    width: 100%;
  }

  .flex-form-home-4 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .success-message-home-4 {
    min-height: 280px;
    padding-top: 100px;
  }

  .stars-banner {
    top: 19%;
  }

  .more-about-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .more-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .loop-wrap-logo {
    grid-column-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .all-team-wrap {
    grid-template-columns: 1fr;
  }

  .name {
    line-height: 1.5em;
  }

  .manager-wrapper {
    align-items: center;
  }

  .signatire {
    width: 175px;
    position: static;
    transform: none;
  }

  .content-story {
    width: 100%;
  }

  .img-story-wrap {
    padding-bottom: 40px;
  }

  .scroll-img-wrap {
    grid-column-gap: 15px;
  }

  .insta-photo.mt {
    margin-top: 20px;
  }

  .insta-link {
    width: 35%;
  }

  .review-slider-wrap {
    width: 85%;
  }

  .left-arrow {
    align-items: flex-end;
  }

  .img-video-wrap {
    justify-content: flex-start;
  }

  .hands-img {
    width: 90%;
  }

  .stars-1-background, .stars-2-background {
    display: none;
  }

  .stars-2-background.details {
    top: 42%;
  }

  .discount-wrap {
    text-align: center;
    background-image: linear-gradient(rgba(243, 238, 233, .7), rgba(243, 238, 233, .7)), url('../images/banner-img-home-1_1banner-img-home-1.webp');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 20px 30px 30px;
  }

  .discount-wrap._2-vaucher {
    background-image: linear-gradient(rgba(243, 238, 233, .7), rgba(243, 238, 233, .7)), url('../images/vouchers_1vouchers.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .discount-wrap._2-discount {
    background-image: linear-gradient(rgba(243, 238, 233, .7), rgba(243, 238, 233, .7)), url('../images/banner-home-4_1banner-home-4.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .info-discount {
    width: 100%;
  }

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

  .price.shop-price {
    margin-top: 7px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .cart-form-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sticky-wrapper {
    width: 100%;
  }

  .order-flex {
    flex-direction: column;
  }

  .details-g-heading {
    font-size: 52px;
  }

  .product-details-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 50px;
  }

  .default-state-shop {
    justify-content: center;
  }

  .description-wrapper {
    justify-content: center;
    align-items: center;
  }

  .title-h2-details {
    font-size: 36px;
  }

  .nav-link-copy, .nav-link-copy-copy, .nav-link-copy {
    width: 99%;
  }

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

  .social-icon.central-icon, .social-icon-2.central-icon {
    margin-left: 40px;
    margin-right: 40px;
  }

  .primary-button-border-2:hover {
    color: #fff;
  }

  .paragraph-24 {
    max-width: 280px;
  }
}

#w-node-_142bf3f8-438f-9ab5-5cd7-3ea3e510b238-b724f3bf, #w-node-_142bf3f8-438f-9ab5-5cd7-3ea3e510b239-b724f3bf, #w-node-_142bf3f8-438f-9ab5-5cd7-3ea3e510b23b-b724f3bf, #w-node-_142bf3f8-438f-9ab5-5cd7-3ea3e510b242-b724f3bf, #w-node-_35e88aae-6aae-e86b-14ea-199bb5bc1776-b724f3bf, #w-node-f900c10c-016f-47bc-27d8-bafd5cd520a7-b724f3bf, #w-node-_2848178e-1cb9-b01f-cf64-95ba5bc3bc99-b724f3bf, #w-node-af2396fe-2e09-9907-4bff-fb8010e255b6-b724f3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c3b1600-e993-a79d-ca7b-2c50407e2e19-b724f3bf {
  justify-self: end;
}

#w-node-_68bb7108-5f7c-b59b-3586-a41dd1844200-b724f3bf, #w-node-_49e2c483-0701-bd2f-51c3-12d13b3d9155-b724f3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc6-b724f3bf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc7-b724f3bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bcd-b724f3bf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bdf-b724f3bf, #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bf1-b724f3bf, #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6c03-b724f3bf, #w-node-_647df69a-4a1a-865a-2031-eba5e6136805-e6136801, #w-node-f2d03105-c122-63e2-ddc5-5aae2105bc85-b724f3cd, #w-node-_2d8cf4b6-aedc-05c0-e48d-e1aae0720ee9-b724f3cd, #w-node-_01571e6b-83f0-b367-3703-eac0db7649cb-b724f3cd, #w-node-_01571e6b-83f0-b367-3703-eac0db7649cc-b724f3cd, #w-node-e8f559ea-b032-9276-2328-f7dd11d3cb4e-b724f3cd, #w-node-e8f559ea-b032-9276-2328-f7dd11d3cb4f-b724f3cd, #w-node-daa33153-7b0f-6902-b76e-6f6f3f583e11-b724f3cd, #w-node-_7e4033ba-bf5f-091e-416b-67e841b407da-b724f3cd, #w-node-bb944380-2cf4-754d-8907-d7bb03d8edf8-b724f3cd, #w-node-bb944380-2cf4-754d-8907-d7bb03d8edfe-b724f3cd, #w-node-bb944380-2cf4-754d-8907-d7bb03d8ee04-b724f3cd, #w-node-_82f7470c-bf7e-189d-54c1-1c06069c130e-b724f3cd, #w-node-_82f7470c-bf7e-189d-54c1-1c06069c1319-b724f3cd, #w-node-_7dfdca2c-e4fd-3ac8-abf2-9d4b616af7dc-b724f3e2, #w-node-_202ea10a-79fe-1047-68f2-ba33da8106df-b724f43d, #w-node-_8310fdb3-49e4-bfe7-b336-87dc2b8eb9d1-b724f43d, #w-node-_8d66a1fb-d6aa-e767-bf9a-0d1eadfbdf16-b724f43d, #w-node-a1a63430-43de-2a8e-b270-9941bb03a69c-b724f43d, #w-node-a1a63430-43de-2a8e-b270-9941bb03a6a2-b724f43d, #w-node-a1a63430-43de-2a8e-b270-9941bb03a6a8-b724f43d, #w-node-c0b8a3e9-131e-68d5-aa61-36220f269446-b724f43d, #w-node-c0b8a3e9-131e-68d5-aa61-36220f269451-b724f43d, #w-node-c0b8a3e9-131e-68d5-aa61-36220f26945c-b724f43d, #w-node-c0b8a3e9-131e-68d5-aa61-36220f269467-b724f43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa5a1a31-e04a-db8d-1361-6e17f0fc6764-b724f43d {
  justify-self: end;
}

#w-node-_574a62a7-886a-4be7-f6f6-80e5be98ee5a-b724f43d, #w-node-_574a62a7-886a-4be7-f6f6-80e5be98ee60-b724f43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0344b5c1-12aa-6281-a8ab-d873e3681588-b724f43d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0344b5c1-12aa-6281-a8ab-d873e3681589-b724f43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0344b5c1-12aa-6281-a8ab-d873e368158f-b724f43d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0344b5c1-12aa-6281-a8ab-d873e36815a1-b724f43d, #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815b3-b724f43d, #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815c5-b724f43d, #w-node-_6f532b91-41ca-a761-42e5-8fd80e3c8033-b724f43d, #w-node-_6f532b91-41ca-a761-42e5-8fd80e3c8034-b724f43d, #w-node-_6f532b91-41ca-a761-42e5-8fd80e3c8036-b724f43d, #w-node-_6f532b91-41ca-a761-42e5-8fd80e3c803d-b724f43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3df0df1-7572-4825-88e4-dc9851b4a3f2-b724f445 {
  align-self: start;
}

#w-node-fe51bf5c-daf4-6c8a-72d6-c76f7886a9a7-b724f445 {
  align-self: end;
}

#w-node-_71c4e46b-93ac-be7f-0080-441fe03cf324-b724f445, #w-node-_71c4e46b-93ac-be7f-0080-441fe03cf32a-b724f445, #w-node-_71c4e46b-93ac-be7f-0080-441fe03cf330-b724f445, #w-node-_3455e8d1-985c-267a-1165-8ef3da24a69b-b724f445, #w-node-_3455e8d1-985c-267a-1165-8ef3da24a6a6-b724f445, #w-node-_3455e8d1-985c-267a-1165-8ef3da24a6b1-b724f445, #w-node-_3455e8d1-985c-267a-1165-8ef3da24a6bc-b724f445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_439d7916-bfa5-266e-821e-372a8cbdde6e-b724f445 {
  justify-self: end;
}

#w-node-_28c6b7d6-b304-d3f3-b13e-ee4c92cae5cf-b724f445, #w-node-_28c6b7d6-b304-d3f3-b13e-ee4c92cae5d5-b724f445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771558-b724f445 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771559-b724f445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e4d9b1c-f6ce-4f38-a156-831acf77155f-b724f445 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771571-b724f445, #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771583-b724f445, #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771595-b724f445, #w-node-c3bbebc6-f941-525c-87af-dd087889afe4-b724f446, #w-node-c3bbebc6-f941-525c-87af-dd087889afea-b724f446, #w-node-c3bbebc6-f941-525c-87af-dd087889aff0-b724f446, #w-node-f2db19f8-d7ad-64e1-2e49-3c2952dcf55e-b724f446, #w-node-f2db19f8-d7ad-64e1-2e49-3c2952dcf569-b724f446, #w-node-f2db19f8-d7ad-64e1-2e49-3c2952dcf574-b724f446, #w-node-f2db19f8-d7ad-64e1-2e49-3c2952dcf57f-b724f446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24eca850-1ea2-d9d0-6da0-541a7b380be0-b724f446 {
  justify-self: end;
}

#w-node-_8453464c-0dbf-5473-d86a-74cde1feebe6-b724f446, #w-node-_8453464c-0dbf-5473-d86a-74cde1feebec-b724f446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b35b192c-b534-e264-6373-047a53b6b07b-b724f446 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b35b192c-b534-e264-6373-047a53b6b07c-b724f446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b35b192c-b534-e264-6373-047a53b6b082-b724f446 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b35b192c-b534-e264-6373-047a53b6b094-b724f446, #w-node-b35b192c-b534-e264-6373-047a53b6b0a6-b724f446, #w-node-b35b192c-b534-e264-6373-047a53b6b0b8-b724f446, #w-node-b5f45f46-2e0f-91ab-511e-86d9dc67132c-b724f44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e4719e2-9530-b243-6ff1-51760e43ade9-b724f44b {
  justify-self: end;
}

#w-node-_6335e79a-f0e0-2372-5c64-5420273979fd-b724f44b, #w-node-d72ddc15-da6c-f104-f045-513317db1236-b724f44b, #w-node-e14b3739-6bd5-ea55-4a41-8e54895402bf-b724f44b, #w-node-d6e7bf9f-cff0-bb25-5f38-c7e9d5fbedb2-b724f44b, #w-node-_5eb32879-2ac6-78af-9d4c-acbe3db87217-b724f44d, #w-node-_05feb3df-69f8-051a-77d9-caf321f63a76-b724f44d, #w-node-_32c16b6f-0a72-715b-6e6a-22967d28b582-b724f44d, #w-node-_646d95f4-1bcb-05b9-60fe-44db5a487471-b724f44d, #w-node-_3450409f-fe5e-5341-b3ee-df10bf3fc4cf-b724f44d, #w-node-c9852559-c705-4651-e32d-a983a6937b70-b724f44d, #w-node-_8aa52d75-d77f-f9f4-3d8e-074e26f8a633-b724f44d, #w-node-ecbcf221-9101-c568-190f-99ae1af7b2ea-b724f44d, #w-node-ec65aa50-96c1-1a96-5b71-556e74597196-b724f44d, #w-node-_3630d9e6-8634-8ded-47e2-254abb384d98-b724f44d, #w-node-_8e0bf3fe-a2de-e2c0-7668-e7396b5dc265-b724f44d, #w-node-_1c43a3ed-5804-6683-1f23-4314870b5819-b724f44d, #w-node-_00dbce8a-e974-2433-ab2f-295d135d8fa3-b724f44d, #w-node-_8a16f03a-e9cf-e066-6879-d3adb81eeabf-b724f44d, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-b724f44d, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-b724f44d, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cf9-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-b724f44d, #w-node-_4f8cf951-af14-d3da-deb4-8c049f05ace1-b724f44d, #w-node-_3cc9dc2c-30b9-1819-bfc0-b13cf831b298-b724f44d, #w-node-_64538b49-dd96-58e0-4012-749088d52529-b724f44d, #w-node-bd85e203-1fe8-a1b5-b41a-4c4505278389-b724f44d, #w-node-_60094a07-a53e-d103-9ef4-327f09e499e2-b724f44d, #w-node-a6910046-7a75-80bc-d940-899e7b719f44-b724f44d, #w-node-a58d0577-4ab3-4e58-7035-df102d012168-b724f44d, #w-node-e457d0fc-3588-6420-b2c0-176c2dad2c68-b724f44d, #w-node-_7ff60cb3-3412-15b4-0c36-e93107862985-b724f44d, #w-node-_66e8c558-6c95-49c1-4f2c-a51adfdea551-b724f44d, #w-node-_9c6e0128-0feb-b62c-7839-3250da85168f-b724f44d, #w-node-f44a966b-ae8a-e213-bbab-25177ac19205-b724f44d, #w-node-e37fc70a-7b83-e95a-a6d2-593d1f75e162-b724f44d, #w-node-_9aaa457d-b879-d6e6-cfbe-53ecf6da8cad-b724f44d, #w-node-_642036b7-d679-e768-d69e-36d6f5cff861-b724f44d, #w-node-_76e3db99-1984-9b1f-320f-b74c4954a766-b724f44d, #w-node-_66fd9f3e-2f28-5654-c17f-dba1b90c2858-b724f44d, #w-node-_73a44311-8859-05ca-9125-b82ba949f6d7-b724f44d, #w-node-d5f63d49-ce2d-ca20-accf-b133ff20675e-b724f44d, #w-node-_5bc90b87-dbc6-7760-29fb-f468c5b2e757-b724f44d, #w-node-_3aeedda4-86ac-4b2f-3833-cff8550546c7-b724f44d, #w-node-da456588-00c7-80b5-68ef-0f5e905a5e39-b724f44d, #w-node-_7b30e69b-267e-a34d-8df8-889b72426061-b724f44d, #w-node-_4a5f52e2-fc8a-8955-4e93-9be5a9ff4a7c-b724f451, #w-node-_4a5f52e2-fc8a-8955-4e93-9be5a9ff4a87-b724f451, #w-node-_8eb0a92b-439a-488c-8622-0db17878babf-b724f456, #w-node-_8eb0a92b-439a-488c-8622-0db17878bac6-b724f456, #w-node-_8eb0a92b-439a-488c-8622-0db17878bacd-b724f456, #w-node-_8eb0a92b-439a-488c-8622-0db17878bad4-b724f456, #w-node-_12fe52b4-6fe6-3d3a-7c04-a3af6cff269d-b724f456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b58abf9-1501-8260-c363-8713fe5bec85-b724f47a {
  justify-self: start;
}

#w-node-f3bcb582-3a53-a395-43d6-56745f0bd1d2-b724f47a, #w-node-b21a49b6-d64f-81c2-2132-cbb7e8a12a51-b724f47a, #w-node-b21a49b6-d64f-81c2-2132-cbb7e8a12a5c-b724f47a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f310740-7472-e133-3ffb-f59f883d9d3a-b724f480 {
  justify-self: end;
}

#w-node-b8b6224e-5fd9-55dd-0680-2429ebb1bc66-b724f480, #w-node-b8b6224e-5fd9-55dd-0680-2429ebb1bc71-b724f480, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-b724f483, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-b724f483 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d7738a9-5e6d-3d79-4c31-6f68e9be178a-b724f486 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_647df69a-4a1a-865a-2031-eba5e613684e-e6136801 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8c3b1600-e993-a79d-ca7b-2c50407e2e19-b724f3bf {
    justify-self: end;
  }

  #w-node-acbf8216-5982-e4db-e881-091417eb27ef-b724f3e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa5a1a31-e04a-db8d-1361-6e17f0fc6764-b724f43d {
    justify-self: end;
  }

  #w-node-c3df0df1-7572-4825-88e4-dc9851b4a3f2-b724f445, #w-node-_0203c4f6-d714-08f2-87ad-ac2861f0ea7c-b724f445 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe51bf5c-daf4-6c8a-72d6-c76f7886a9a7-b724f445 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_439d7916-bfa5-266e-821e-372a8cbdde6e-b724f445, #w-node-_24eca850-1ea2-d9d0-6da0-541a7b380be0-b724f446, #w-node-_3e4719e2-9530-b243-6ff1-51760e43ade9-b724f44b, #w-node-_0f310740-7472-e133-3ffb-f59f883d9d3a-b724f480, #w-node-_6d7738a9-5e6d-3d79-4c31-6f68e9be178a-b724f486 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_68bb7108-5f7c-b59b-3586-a41dd1844200-b724f3bf {
    align-self: center;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc7-b724f3bf {
    grid-column: span 1 / span 1;
  }

  #w-node-f2d03105-c122-63e2-ddc5-5aae2105bc85-b724f3cd, #w-node-_01571e6b-83f0-b367-3703-eac0db7649cb-b724f3cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8f559ea-b032-9276-2328-f7dd11d3cb4e-b724f3cd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_82f7470c-bf7e-189d-54c1-1c06069c130e-b724f3cd {
    align-self: center;
  }

  #w-node-_649933d02c9274b968114bbd000000000036-b724f3d9, #w-node-_649933d02c9274b968114bbd00000000007a-b724f3d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_574a62a7-886a-4be7-f6f6-80e5be98ee5a-b724f43d {
    align-self: center;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e3681589-b724f43d {
    grid-column: span 1 / span 1;
  }

  #w-node-_28c6b7d6-b304-d3f3-b13e-ee4c92cae5cf-b724f445 {
    align-self: center;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771559-b724f445 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8453464c-0dbf-5473-d86a-74cde1feebe6-b724f446 {
    align-self: center;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b07c-b724f446 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a5f52e2-fc8a-8955-4e93-9be5a9ff4a7c-b724f451 {
    align-self: center;
  }

  #w-node-_2fae67b3-8471-b0a3-36be-2171b97a96d7-b724f47a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b21a49b6-d64f-81c2-2132-cbb7e8a12a51-b724f47a, #w-node-b8b6224e-5fd9-55dd-0680-2429ebb1bc66-b724f480 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68bb7108-5f7c-b59b-3586-a41dd1844200-b724f3bf {
    align-self: auto;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc6-b724f3bf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc7-b724f3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bcd-b724f3bf {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bdf-b724f3bf, #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bf1-b724f3bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6c03-b724f3bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82f7470c-bf7e-189d-54c1-1c06069c130e-b724f3cd, #w-node-_574a62a7-886a-4be7-f6f6-80e5be98ee5a-b724f43d {
    align-self: auto;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e3681588-b724f43d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e3681589-b724f43d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e368158f-b724f43d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815a1-b724f43d, #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815b3-b724f43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815c5-b724f43d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_28c6b7d6-b304-d3f3-b13e-ee4c92cae5cf-b724f445 {
    align-self: auto;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771558-b724f445 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771559-b724f445 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf77155f-b724f445 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771571-b724f445, #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771583-b724f445 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771595-b724f445 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8453464c-0dbf-5473-d86a-74cde1feebe6-b724f446 {
    align-self: auto;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b07b-b724f446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b07c-b724f446 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b082-b724f446 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b094-b724f446, #w-node-b35b192c-b534-e264-6373-047a53b6b0a6-b724f446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b0b8-b724f446 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a5f52e2-fc8a-8955-4e93-9be5a9ff4a7c-b724f451 {
    align-self: auto;
  }

  #w-node-_2fae67b3-8471-b0a3-36be-2171b97a96d7-b724f47a {
    grid-column: span 1 / span 1;
  }

  #w-node-b21a49b6-d64f-81c2-2132-cbb7e8a12a51-b724f47a, #w-node-b8b6224e-5fd9-55dd-0680-2429ebb1bc66-b724f480 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc6-b724f3bf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bc7-b724f3bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bcd-b724f3bf {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bdf-b724f3bf, #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6bf1-b724f3bf, #w-node-d6fcdcf2-8930-d99b-1332-b5654a0a6c03-b724f3bf, #w-node-f2d03105-c122-63e2-ddc5-5aae2105bc85-b724f3cd, #w-node-_01571e6b-83f0-b367-3703-eac0db7649cb-b724f3cd, #w-node-e8f559ea-b032-9276-2328-f7dd11d3cb4e-b724f3cd, #w-node-_649933d02c9274b968114bbd000000000036-b724f3d9, #w-node-_649933d02c9274b968114bbd00000000007a-b724f3d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e3681588-b724f43d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e3681589-b724f43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e368158f-b724f43d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815a1-b724f43d, #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815b3-b724f43d, #w-node-_0344b5c1-12aa-6281-a8ab-d873e36815c5-b724f43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771558-b724f445 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771559-b724f445 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf77155f-b724f445 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771571-b724f445, #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771583-b724f445, #w-node-_4e4d9b1c-f6ce-4f38-a156-831acf771595-b724f445 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b07b-b724f446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b07c-b724f446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b082-b724f446 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b35b192c-b534-e264-6373-047a53b6b094-b724f446, #w-node-b35b192c-b534-e264-6373-047a53b6b0a6-b724f446, #w-node-b35b192c-b534-e264-6373-047a53b6b0b8-b724f446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-b724f44d, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-b724f44d, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cf5-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cf9-b724f44d, #w-node-d6859443-b347-4eae-1972-51018ebd8cfb-b724f44d, #w-node-_4f8cf951-af14-d3da-deb4-8c049f05ace1-b724f44d, #w-node-_3cc9dc2c-30b9-1819-bfc0-b13cf831b298-b724f44d, #w-node-_64538b49-dd96-58e0-4012-749088d52529-b724f44d, #w-node-bd85e203-1fe8-a1b5-b41a-4c4505278389-b724f44d, #w-node-_60094a07-a53e-d103-9ef4-327f09e499e2-b724f44d, #w-node-a6910046-7a75-80bc-d940-899e7b719f44-b724f44d, #w-node-e37fc70a-7b83-e95a-a6d2-593d1f75e162-b724f44d, #w-node-_9aaa457d-b879-d6e6-cfbe-53ecf6da8cad-b724f44d, #w-node-_642036b7-d679-e768-d69e-36d6f5cff861-b724f44d, #w-node-_76e3db99-1984-9b1f-320f-b74c4954a766-b724f44d, #w-node-_66fd9f3e-2f28-5654-c17f-dba1b90c2858-b724f44d, #w-node-_73a44311-8859-05ca-9125-b82ba949f6d7-b724f44d, #w-node-d5f63d49-ce2d-ca20-accf-b133ff20675e-b724f44d, #w-node-_5bc90b87-dbc6-7760-29fb-f468c5b2e757-b724f44d, #w-node-_3aeedda4-86ac-4b2f-3833-cff8550546c7-b724f44d, #w-node-da456588-00c7-80b5-68ef-0f5e905a5e39-b724f44d, #w-node-_7b30e69b-267e-a34d-8df8-889b72426061-b724f44d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}