@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;
}

:root {
  --paragraph: #737886;
  --text-dark: #0e0e0e;
  --primary: #555457;
  --primary-light: #fffefe;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --dark-gray-50: #afafaf80;
  --dark-gray: #afafaf;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --white-50: #ffffff80;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.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 #00000040;
}

.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;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

.w-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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  color: var(--paragraph);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2em;
}

p {
  color: var(--paragraph);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--paragraph);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

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

blockquote {
  color: var(--text-dark);
  text-align: center;
  background-image: url('../images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 34px;
  line-height: 1.2em;
}

.section {
  margin-bottom: 0;
  padding: 20px 40px 0;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.section.without-bottom-spacing {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 0;
}

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

.section.banner-testimonials {
  background-color: var(--primary);
  flex-direction: column;
  align-items: center;
  min-height: 580px;
  padding-top: 135px;
  display: flex;
}

.section.without-top-spacing {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.without-top-spacing-light-bg {
  background-color: var(--primary-light);
  padding-top: 0;
}

.section.light-background-cta {
  background-color: var(--primary-light);
  padding-top: 10px;
  padding-bottom: 0;
}

.section.shop-checkout {
  padding-top: 60px;
}

.base-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.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(--white);
  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%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: 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-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

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

.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;
  inset: 33% 0% auto auto;
}

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

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

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

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

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

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

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

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

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

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

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

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--paragraph);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 60px;
  margin-top: 0;
  padding: 22px 30px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #0000;
}

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

.primary-button.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  margin-top: 20px;
}

.primary-button.white:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button.outline {
  color: var(--text-dark);
  background-color: #0000;
}

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

.primary-button.outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

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

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

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

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

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.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(--white);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.5em;
}

.nav-link:hover {
  opacity: 1;
  color: #ffffffb3;
}

.nav-link.w--current {
  color: #ffffffb3;
}

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

.nav-link.dark:hover {
  color: #0e0e0eb3;
}

.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 #0000002e;
  border-radius: 10px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

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

.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-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(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  transition: color .2s;
}

.nav-item-title:hover {
  color: #ffffffb3;
}

.nav-item-title.dark {
  color: var(--text-dark);
}

.nav-item-title.dark:hover {
  color: #0e0e0eb3;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  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;
  width: 100%;
  height: 320px;
}

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

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

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

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

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

.banner-title {
  color: var(--light-gray);
  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: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 30px;
  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 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  text-align: center;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: #0e0e0e66;
}

.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;
  inset: 40px 0% auto;
}

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

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

.coming-soon-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.coming-soon-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  background-color: #0000;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
}

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

.coming-soon-input::placeholder {
  font-size: 16px;
  line-height: 1.1em;
}

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

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

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

.blog-post-title {
  transition: color .3s;
}

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

.nav-menu-wrapper {
  grid-column-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  display: flex;
}

.blog-sidebar-item {
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 10px 50px #0000000d;
}

.blog-sidebar-item.category-page {
  margin-bottom: 0;
}

.blog-sidebar-post-content {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 60px;
  margin-bottom: 10px;
  padding: 8px 15px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-sidebar-post-category.details-page {
  margin-bottom: 0;
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  font-size: 18px;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--paragraph);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 10px 50px #0000000d;
}

.sidebar-categories {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 50px #0000000d;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.sidebar-category {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 60px;
  padding: 8px 15px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  width: 100%;
  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-light);
  text-align: center;
  align-items: flex-start;
  padding: 60px 40px;
}

.footer-rights-wrapper {
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column wrap;
  width: 60%;
  display: flex;
}

.footer-rights {
  color: #0e0e0e80;
  font-size: 14px;
}

.footer-copyright {
  color: #737886;
  font-size: 12px;
}

.footer-copyright-link {
  color: var(--text-dark);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.section-title-wrapper-center {
  text-align: center;
  max-width: 940px;
  margin-bottom: 50px;
  margin-left: 116px;
  margin-right: 0;
  padding-left: 0;
}

.section-subtitle {
  color: var(--paragraph);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.team-card-content-wrapper {
  text-align: center;
  padding-top: 10px;
}

.team-member-position {
  color: var(--paragraph);
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-links-wrapper.absolut {
  position: absolute;
  inset: auto 0% 20px;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon.white {
  color: var(--white);
}

.team-social-icon.white:hover {
  color: var(--primary);
}

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

.style-guide-button-wrapper {
  width: 47%;
}

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

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

.banner-title-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-title-description {
  text-align: left;
  margin-top: 20px;
}

.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(--white);
  text-align: center;
  border-radius: 10px;
  padding: 40px 30px 30px;
  box-shadow: 7px 7px 50px #0000000d;
}

.pricing-plan-list {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.pricing-plan-price-wrapper {
  justify-content: center;
  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;
}

.section-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  position: static;
  box-shadow: 10px 0 50px #0000000d;
}

.accordion-icon {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
  line-height: 26px;
}

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

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

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-title {
  color: var(--paragraph);
  font-weight: 700;
}

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

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

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

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.contacts-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 16px;
  font-weight: 400;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--dark-gray);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--white);
  border-radius: 10px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.footer-link {
  color: #0e0e0e80;
  transition: all .3s;
}

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

.footer-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

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

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

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

.footer-links-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.nav-cart-wrapp {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

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

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

.search-link {
  font-size: 18px;
  transition: all .3s;
}

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

.search-input {
  border-radius: 60px;
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

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

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

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

.footer-brand-description {
  text-align: left;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 10px 0 50px #0000000d;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 14px;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: var(--paragraph);
  font-size: 16px;
  font-weight: 700;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: -180px;
  position: relative;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.accordion-wrap-one-column {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.service-details-sidebar-wrapper {
  border-radius: 10px;
  width: 30%;
  padding: 20px 40px 30px;
  position: sticky;
  top: 40px;
  box-shadow: 10px 0 50px #00000014;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 10px;
  overflow: visible;
}

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

.text-banner {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.text-banner.our-team-details {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

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

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  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(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.sessions-tab-link {
  background-color: var(--primary-light);
  color: var(--primary);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 700;
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

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

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

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

.sidebar-search {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 50px #0000000d;
}

.sidebar-search-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sidebar-search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dark-gray-50);
  color: var(--text-dark);
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1em;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
  margin-bottom: -30px;
}

.navbar-fixed {
  background-color: #0000;
  width: 100%;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.portfolio-grid-tabs {
  width: 100%;
}

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid #80808026;
  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;
}

.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: #0000;
  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 #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

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

.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 {
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  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;
  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, .rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

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

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

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

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

.brand-tablet {
  display: none;
}

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

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

.page-banner.faq-banner {
  position: relative;
}

.homepage-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home1-Banner_1Home1-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.home-1-banner-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-1-banner-content-one {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  display: flex;
}

.home-1-banner-content-two {
  flex: 1;
}

.banner-animated-title {
  color: var(--white);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.banner-animated-title.top {
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 56px;
  line-height: 1.25em;
  transform: translate(0);
}

.banner-animated-title.bottom {
  text-shadow: 0 7px 11px #000000f5;
  font-size: 56px;
  line-height: 1.25em;
}

.home-1-banner-discription {
  color: var(--white);
  text-shadow: 0 4px 8px #000000ed;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 28px;
}

.div-block-2 {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
}

.two-column-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.column-one {
  flex: 1;
  width: 100%;
  height: 100%;
}

.column-two {
  width: 50%;
  height: 100%;
}

.dropdown-block-image {
  object-fit: cover;
  border-radius: 10px;
  width: 800px;
  max-width: 100%;
  height: 100%;
  min-height: 80px;
  margin-top: 0;
  position: relative;
}

.dropdown-wrapper {
  width: 100%;
  margin-top: 50px;
}

.section-title-wrapper-left {
  width: 90%;
  margin-bottom: 50px;
  margin-right: auto;
}

.banner-title-line-wrapper {
  flex-direction: column;
  margin-bottom: -10px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.banner-animated-title-wrapper {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.in-section-title-wrapper {
  margin-bottom: 30px;
}

.about-block-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.about-floating-element {
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 90%;
  margin-bottom: -22px;
  margin-left: -18px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 7px 7px 50px #00000014;
}

.about-floating-element.inverted {
  margin-left: 0;
  margin-right: -18px;
  left: auto;
  right: 0;
}

.block-quote {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.about-block-image-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-session-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.home-session-link-wrapper {
  grid-row-gap: 30px;
  background-color: var(--white);
  background-image: url('../images/curtis-hystad-bHWa-OBGKWg-unsplash-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: block;
  box-shadow: 7px 7px 50px #0000000d;
}

.home-session-link {
  color: var(--text-dark);
  font-size: 34px;
  font-weight: 800;
}

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

.home-session-image {
  object-fit: cover;
  border-radius: 10px;
  width: 93%;
  height: 90%;
  margin-top: 40px;
  box-shadow: 7px 7px 50px #0000000d;
}

.testimonial-tabs-wrapper {
  width: 100%;
  height: 100%;
}

.testimonial-tab-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  padding: 20px 40px;
  display: flex;
}

.testimonial-tab-link.w--current {
  background-color: var(--white);
  box-shadow: 7px 7px 50px #00000014;
}

.testimonial-tabs-menu {
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.testimonial-photo {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.testimonial-tabs-content-wrapper {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-person-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-tab {
  width: 100%;
  height: 100%;
}

.testimonial-tabs {
  width: 100%;
}

.section-store-title-wrapper {
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

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

.shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 406px;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-item-link {
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: var(--text-dark);
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.homepage-blog-list {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.homepage-blog-item {
  grid-column-gap: 200px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--paragraph);
  flex-direction: row;
  padding-top: 30px;
  display: flex;
}

.homepage-blog-image {
  object-fit: cover;
  border-radius: 10px;
  width: 200px;
  height: 200px;
}

.homepage-blog-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.blog-link {
  padding-top: 20px;
  transition-property: filter;
}

.blog-link:hover {
  filter: brightness(0%) grayscale();
}

.blog-date {
  margin-bottom: 10px;
  font-size: 18px;
}

.homepage-blog-title-link {
  transition: color .2s;
}

.homepage-blog-title-link:hover {
  color: var(--primary);
}

.homepage-blog-item-wrapper, .homepage-blog-wrapper, .shop-list-wrapper, .shop-list-item-wrapper {
  width: 100%;
}

.footer-top-wrapper {
  flex-direction: row;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.div-block-4 {
  text-align: left;
  width: 50%;
}

.footer-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: auto;
  display: flex;
}

.footer-rights-wrapp {
  display: flex;
}

.footer-submit-button {
  z-index: 999;
  color: var(--primary);
  background-color: #0000;
  padding: 0 0 20px 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form {
  position: relative;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--paragraph);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 40px 20px 0;
  font-size: 20px;
  line-height: 1em;
}

.footer-bottom-wrapper {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
  margin-bottom: 0;
}

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

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

.text-field-9 {
  margin-bottom: 0;
}

.footer-form-block {
  padding-right: 60px;
}

.form-block-footer {
  margin-bottom: 0;
}

.footer-form-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}

.form-footer-wrapp {
  text-align: left;
  width: 40%;
}

.footer-title {
  color: var(--text-dark);
  font-size: 50px;
  font-weight: 700;
  line-height: .5em;
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
}

.error-message {
  color: var(--text-dark);
  text-align: center;
  border-radius: 10px;
}

.homepage-2-banner {
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-banner-content {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
}

.home-2-banner-bg-elements {
  background-color: var(--dark-gray);
  opacity: .82;
  mix-blend-mode: overlay;
  background-image: url('../images/Cave-Hill-Counselling---Inner-Discovery.webp'), url('../images/curtis-hystad-bHWa-OBGKWg-unsplash.webp'), url('../images/pexels-alscre-2847648.webp');
  background-position: 0 0, 50% 0, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: cover, cover, auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-2-image-1-bg {
  width: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-2-image-1-bg.pricing {
  width: 24%;
}

.home-2-image-2-bg {
  width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-2-image-2-bg.pricing {
  width: 12%;
}

.home-2-image-3-bg {
  width: 55%;
  position: absolute;
  inset: 20% 0% auto auto;
}

.home-2-image-3-bg.pricing {
  width: 36%;
}

.home-2-image-4-bg {
  width: 54%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-2-image-4-bg.pricing {
  width: 22%;
}

.home-2-photo-banner-wrapper {
  background-image: url('../images/Ellipse-730_1Ellipse 730.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 56%;
  height: 90%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.navbar-home-two {
  background-color: #0000;
  width: 100%;
  height: 100px;
  padding: 15px 10px;
  position: absolute;
  inset: 10px 0% auto;
}

.home-2-grid-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 7px 7px 50px #0000000d;
}

.home-2-grid-item.top {
  flex-direction: row;
  width: 100%;
}

.about-top-block-image {
  border-radius: 10px;
  width: 50%;
  max-width: none;
  height: fit-content;
  margin-left: 15px;
}

.about-top-block-content {
  width: 51.5%;
  padding-right: 15px;
}

.pages-bigger-banner {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pages-bigger-banner.our-team {
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
}

.pages-bigger-banner.pricing-banner {
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 60px;
  padding-top: 60px;
}

.pages-bigger-banner.sessions {
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 0;
}

.pages-bigger-banner.sessions-details {
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.pages-bigger-banner.blog-banner {
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
}

.pages-bigger-banner.shop-banner {
  background-image: url('../images/tweed.png');
  background-position: 0 0;
  background-size: auto;
}

/* Ensure hero titles are visible even if interactions fail */
.pages-bigger-banner .about-us-banner-container,
.pages-bigger-banner .banner-animated-title-wrapper,
.pages-bigger-banner .banner-title-line-wrapper,
.pages-bigger-banner .banner-animated-title {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.about-us-banner-container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
  position: static;
}

.about-us-banner-discription {
  color: var(--white);
  justify-content: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.linear-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.our-team-member {
  z-index: 999;
  color: var(--white);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  transition: color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.our-team-member:hover {
  color: var(--primary);
}

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

.footer-form-arrow {
  padding-top: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.session-cards-list {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.session-three-cards {
  border-radius: 10px;
  width: 29%;
  padding: 40px 38px;
  box-shadow: 7px 7px 50px #0000000d;
}

.arrow-link {
  padding-top: 20px;
  transition-property: filter;
}

.arrow-link:hover {
  filter: brightness(0%) grayscale();
}

.session-card-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  transition: color .2s;
}

.session-card-title:hover {
  color: var(--text-dark);
}

.map-about-wrapper {
  width: 100%;
  height: 100%;
  min-height: 367px;
  position: relative;
}

.about-map {
  width: 100%;
}

.map-point {
  position: absolute;
  inset: 6% 24% auto auto;
}

.map-point.two {
  top: auto;
  bottom: 20%;
  right: 10%;
}

.map-point.three {
  top: 14%;
  left: 23%;
  right: auto;
}

.map-photos {
  object-fit: cover;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 27% 10% auto auto;
}

.map-photos.two {
  width: 44px;
  height: 44px;
  left: 6%;
  right: auto;
}

.map-photos.three {
  width: 57px;
  height: 57px;
  inset: auto auto 20% 14%;
}

.about-map-content-wrapper {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-map-description {
  width: 90%;
}

.session-cards-wrapper {
  width: 100%;
}

.footer-text-span-primary {
  color: var(--paragraph);
  display: block;
}

.our-team-content {
  position: relative;
}

.page-our-team-item {
  width: 22.5%;
  position: relative;
}

.our-team-list-wrapper {
  width: 100%;
}

.team-member-name-hover {
  transition: color .2s;
}

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

.gallery-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.team-lightbox-link {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.our-team-details-info-wrapper {
  z-index: 1001;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 7px 7px 50px #0000000d;
}

.gallery-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.gallery-item {
  width: 100%;
}

.team-block-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 440px;
}

.column-two-team {
  width: 60%;
  height: 100%;
}

.column-one-team {
  width: 40%;
  height: 100%;
}

.two-column-wrapper-team {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-bg-element-primary {
  width: 65%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.image-2-bg-element-primary {
  z-index: 999;
  width: 30%;
  position: absolute;
  inset: auto auto -10% 0%;
}

.image-3-bg-element-primary {
  width: 50%;
  position: absolute;
  inset: -28% 0% auto auto;
}

.list-item-no-bullets {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.contact-us-map-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-us-map {
  width: 100%;
  height: 100%;
}

.map-preview {
  object-fit: cover;
  background-image: url('../images/pexels-alscre-2847648.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-us-title {
  margin-bottom: 20px;
  font-size: 42px;
}

.contact-us-links {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  transition-property: opacity;
}

.contact-us-links:hover {
  opacity: .65;
}

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

.sessions-collection-list-wrapper.top {
  margin-bottom: 30px;
}

.session-page-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.session-page-list.top {
  display: block;
}

.sessions-page-grid-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 7px 7px 50px #0000000d;
}

.sessions-page-grid-item.top {
  flex-direction: row;
  width: 100%;
}

.session-page-title-hover {
  margin-bottom: 20px;
  transition: color .2s;
}

.session-page-title-hover:hover {
  color: var(--primary);
}

.pagination-next {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  color: var(--text-dark);
  border-radius: 60px;
  margin-top: 50px;
  padding: 22px 30px;
  font-size: 16px;
  transition: background-color .2s, border .2s;
}

.pagination-next:hover {
  border-color: var(--primary);
  background-color: #0000;
}

.pagination-previous {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  color: var(--text-dark);
  border-radius: 60px;
  margin-top: 50px;
  padding: 22px 30px;
  font-size: 16px;
  transition: background-color .2s, border .2s;
}

.pagination-previous:hover {
  border-color: var(--primary);
  background-color: #0000;
}

.link-with-arrow {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  transition-property: opacity;
  display: flex;
}

.link-with-arrow:hover {
  opacity: .7;
}

.session-category-tabs {
  width: 100%;
}

.session-category-tabs-content {
  overflow: visible;
}

.div-block-5 {
  background-color: var(--primary-light);
  border-radius: 10px;
  margin-top: 40px;
  padding: 40px;
}

.banner-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.sessions-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.image-preview.shop {
  border-radius: 10px;
}

.sessions-image-item {
  width: 100%;
}

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

.blog-details-sidebar-left-wrapper {
  width: 64%;
}

.blog-post-date-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 45px;
  display: flex;
}

.sidebar-autor {
  grid-column-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.blog-autor-photo {
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.blog-post-main-title {
  margin-top: 0;
}

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

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

.shop-item-price-wrapp {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.on-sale-tag {
  z-index: 999;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 60px;
  padding: 8px 20px;
  font-size: 18px;
  position: absolute;
  inset: 15px 15px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.on-sale-tag:hover {
  background-color: var(--primary);
  color: var(--white);
}

.add-to-cart {
  z-index: 999;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.add-to-ccart-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 60px;
  min-width: 58px;
  min-height: 58px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 10px 50px #0000000d;
}

.add-to-ccart-button:hover {
  transform: translate(0, -10px);
}

.shop-links-wrapper {
  position: relative;
}

.shop-link-block {
  width: 100%;
}

.shop-error-state {
  color: var(--text-dark);
  border-radius: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 15px;
}

.shop-out-of-stock-state {
  color: var(--text-dark);
  text-align: center;
  background-color: #cbcfcb;
  border-radius: 60px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-button.dark {
  color: var(--text-dark);
}

.cart-quantity {
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-left: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: none;
}

.cart-quantity.dark {
  color: var(--text-dark);
}

.cart-quantity-style {
  background-color: #0000;
  border-radius: 10px;
}

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

.checkout-actions {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cart-container {
  border-radius: 10px;
}

.cart-item-title {
  color: var(--text-dark);
  margin-bottom: 5px;
}

.cart-line-item {
  color: var(--text-dark);
}

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.quantity {
  color: #000;
  background-color: #0000;
  border-color: #0000 #0000 #e9e9e9;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.buy-now-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-left-arrow {
  border: 1px none var(--primary-light);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  margin-left: 20px;
  display: flex;
}

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

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 570px;
}

.shop-details-subtitle {
  font-size: 16px;
  font-weight: 400;
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-right-arrow {
  border: 1px solid var(--primary-light);
  background-color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.default-state {
  margin-bottom: 0;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-price-on-sale {
  color: var(--paragraph);
  text-decoration: line-through;
}

.shop-details-title {
  margin-top: 0;
  font-size: 42px;
}

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

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

.shop-image-item {
  width: 100%;
}

.checkout-form, .order-confirmation {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.coming-soon-content-wrapper {
  width: 100%;
  max-width: 1117px;
}

.cs-bg-element-primary {
  width: 65%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.cs-2-bg-element-primary {
  width: 42%;
  position: absolute;
  inset: auto 0% 0 auto;
}

.cs-3-bg-element-primary {
  width: 24%;
  position: absolute;
  inset: auto auto 0% 0%;
}

._404-title {
  margin-bottom: 20px;
  font-size: 90px;
}

.services-cards-title {
  margin-bottom: 20px;
}

.banner-title-wrapper-team {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-our-team-item-about-us {
  width: 22.5%;
  position: relative;
}

.style-guide-tab-link {
  letter-spacing: 1.5px;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.tabs-3 {
  width: 100%;
}

.base-container-6 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-header-2 {
  margin-top: 55px;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.style-guide-tabs-menu {
  border-left: 1px solid #000;
  margin-bottom: 80px;
  display: flex;
}

.btn-icon {
  margin-right: 8px;
}

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

.text-orange {
  color: #f69c20;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

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

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  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;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #fff;
}

.promotion-label-button {
  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: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.image {
  margin-left: 140px;
  padding-left: 10px;
}

.heading {
  font-weight: 700;
}

.heading-2 {
  font-size: 36px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 100px;
  line-height: 2em;
}

.image-2 {
  border-radius: 19px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.paragraph-2 {
  line-height: 2em;
}

.image-3 {
  border-radius: 10px;
  max-width: 50%;
}

.image-4 {
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: 80%;
}

.image-5 {
  border-radius: 10px;
  min-width: 80px;
  max-width: 60%;
}

.image-6 {
  border-radius: 10px;
  max-width: 40%;
}

.section-3 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.container-3 {
  margin-top: 40px;
}

.section-4 {
  margin-bottom: 40px;
}

.section-5 {
  background-image: url('../images/tweed.png'), radial-gradient(circle at 0 100%, #1e4974 37%, #549e9c 84%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.container-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-5 {
  color: var(--white);
  margin-top: 60px;
}

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

.paragraph-3 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 22px;
}

.link {
  color: var(--gray);
  font-size: 22px;
}

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

.bold-text-3 {
  color: var(--white);
  font-size: 22px;
}

.bold-text-4, .bold-text-5 {
  color: var(--dark-gray);
  font-size: 22px;
}

.bold-text-6 {
  font-size: 22px;
  font-weight: 500;
}

.bold-text-7, .bold-text-8 {
  color: var(--primary);
  font-size: 22px;
}

.link-2 {
  font-weight: 700;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 0;
}

.paragraph-4 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
}

.container-5 {
  margin-top: auto;
  padding-top: 0;
}

.paragraph-5 {
  padding-left: 60px;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-9 {
  font-size: 36px;
  line-height: 1em;
}

.heading-10 {
  margin-bottom: 20px;
  line-height: .5em;
}

.link-3 {
  color: var(--dark-gray);
  padding-top: 20px;
  font-size: 10px;
  display: flex;
}

.section-7 {
  padding-top: 60px;
}

.heading-11 {
  margin-top: 40px;
}

.link-4 {
  font-size: 24px;
  font-weight: 500;
}

.paragraph-6 {
  margin-bottom: 20px;
}

.heading-13 {
  margin-top: 60px;
}

.paragraph-8 {
  margin-bottom: 40px;
}

.paragraph-9, .section-8 {
  margin-bottom: 0;
}

.paragraph-10 {
  margin-bottom: 30px;
}

.heading-14 {
  margin-top: 63px;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-h2-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-text-link-regular {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-account-background-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-account-text-field {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 16px;
  height: 56px;
  margin-top: 8px;
  margin-bottom: 0;
}

.a-account-text-field:focus {
  border-width: 2px;
  border-color: var(--alley-component-library--blue--900);
}

.a-account-forgot {
  grid-column-gap: 4px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.a-account-password {
  position: relative;
}

.a-account-password-icon-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--gray--500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 16px 10px 0% auto;
}

.a-account-password-icon-wrapper:hover {
  color: var(--alley-component-library--blue--900);
}

.a-account-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.a-account-form-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.a-account-form-block-large {
  flex-direction: column;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 0;
}

.a-account-button-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-account-container-regular {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rl-padding-section-large {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_section_contact1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--primary);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 60px;
  padding: 1rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_contact1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 5px;
  height: auto;
  min-height: 22rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-3 {
  color: var(--black);
  padding-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.link-5 {
  color: var(--alley-component-library--blue--700);
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.light-background {
    margin-bottom: 60px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.blog-sidebar {
    padding-top: 100px;
  }

  .section.banner-testimonials {
    min-height: 600px;
    padding-top: 140px;
  }

  .section.light-background-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.shop-checkout {
    padding-top: 100px;
  }

  .base-container {
    padding-top: 0;
    padding-left: 0;
  }

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

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item-title {
    font-size: 20px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper-center {
    margin-bottom: 70px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .button-wrapper {
    margin-top: 50px;
  }

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

  .center-title {
    padding-right: 140px;
  }

  .page-banner {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .homepage-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .home-1-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-animated-title.top {
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
  }

  .banner-animated-title.bottom {
    font-size: 56px;
  }

  .home-1-banner-discription {
    font-size: 28px;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .section-title-wrapper-left {
    margin-bottom: 70px;
  }

  .banner-title-line-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-floating-element {
    margin-left: -30px;
  }

  .about-floating-element.inverted {
    margin-left: 0;
    margin-right: -30px;
  }

  .home-session-link {
    font-size: 40px;
  }

  .testimonial-tab-link {
    text-align: left;
    flex-direction: row;
  }

  .shop-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-top-wrapper {
    margin-bottom: 120px;
  }

  .footer-button-wrapper {
    margin-top: 50px;
  }

  .homepage-2-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .home-2-banner-content {
    padding-left: 40px;
    padding-right: 0;
  }

  .home-2-banner-bg-elements {
    opacity: .86;
    mix-blend-mode: normal;
  }

  .pages-bigger-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .pages-bigger-banner.sessions {
    padding-top: 0;
  }

  .about-us-banner-container {
    padding-left: 0;
    padding-right: 0;
  }

  .session-three-cards {
    width: 30%;
  }

  .page-our-team-item {
    width: 23%;
  }

  .two-column-wrapper-team {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cart-quantity {
    display: block;
  }

  .page-our-team-item-about-us {
    width: 23%;
  }

  .section-7 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .section.light-background {
    margin-bottom: 60px;
  }

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

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-animated-title.top {
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
  }

  .banner-animated-title.bottom {
    font-size: 56px;
  }

  .home-1-banner-discription {
    font-size: 28px;
  }

  .home-2-banner-content {
    padding-left: 40px;
  }

  .pages-bigger-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pages-bigger-banner.sessions {
    padding-top: 0;
  }

  .image-preview {
    height: 540px;
  }

  ._404-title {
    font-size: 120px;
  }

  .section-7 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

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

  .section.light-background {
    padding-bottom: 60px;
  }

  .section.banner-testimonials {
    min-height: 640px;
  }

  .section.light-background-cta {
    padding-bottom: 0;
  }

  .section-title-wrapper-center {
    padding-left: 110px;
  }

  .section-title-description {
    margin-top: 0;
  }

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

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

  .banner-animated-title.top {
    margin-top: 0;
    padding-top: 0;
    font-size: 72px;
  }

  .banner-animated-title.bottom {
    font-size: 72px;
  }

  .home-1-banner-discription {
    font-size: 28px;
  }

  .footer-title {
    font-size: 80px;
  }

  .home-2-image-1-bg {
    width: 595px;
    height: 408px;
  }

  .home-2-image-1-bg.pricing {
    height: auto;
  }

  .home-2-image-2-bg {
    width: 528px;
    height: 343px;
  }

  .home-2-image-2-bg.pricing {
    height: auto;
  }

  .home-2-image-3-bg {
    width: 1114px;
    height: 512px;
  }

  .home-2-image-3-bg.pricing {
    height: auto;
  }

  .home-2-image-4-bg {
    width: 1127px;
    height: 438px;
  }

  .home-2-image-4-bg.pricing {
    height: auto;
  }

  .pages-bigger-banner {
    background-image: url('../images/tweed.png');
    background-position: 0 0;
    background-size: auto;
    min-height: 500px;
  }

  .pages-bigger-banner.sessions {
    background-image: url('../images/tweed.png');
    background-position: 0 0;
    background-size: auto;
    min-height: 500px;
    padding-top: 0;
  }

  .blog-post-main-title {
    font-size: 76px;
  }

  .section-5 {
    margin-top: 60px;
  }

  .section-7 {
    padding-top: 100px;
  }

  .rl-form-text-area {
    min-height: 22rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .section {
    margin-bottom: 0;
    padding: 0 20px 0 10px;
  }

  .section.light-background {
    padding: 0;
  }

  .section.without-bottom-spacing {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.contacts-banner {
    min-height: 300px;
  }

  .section.banner-testimonials {
    min-height: 420px;
    padding-top: 100px;
  }

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

  .section.shop-checkout {
    padding-top: 60px;
  }

  .base-container {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .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%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .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(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.dark {
    filter: invert() grayscale();
  }

  .nav-link {
    color: var(--text-dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

  .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: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 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;
    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 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .close-menu-button {
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title {
    color: var(--text-dark);
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-rights-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .section-title-wrapper-center {
    max-width: 560px;
    padding-left: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .section-title {
    margin-top: 0;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .paragraph-no-margin {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

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

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -160px;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper {
    text-align: center;
    margin-right: 50px;
  }

  .text-banner.our-team-details {
    padding-top: 50px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .navbar-fixed {
    height: 60px;
  }

  .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 {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert() grayscale();
    background-color: #0000;
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .page-banner {
    min-height: 260px;
    padding-top: 90px;
  }

  .home-1-banner-wrapper {
    grid-column-gap: 40px;
  }

  .home-1-banner-content-one {
    width: 30%;
  }

  .banner-animated-title.top {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    font-size: 42px;
    line-height: 1.125em;
  }

  .banner-animated-title.bottom {
    text-align: left;
    line-height: 1.25em;
  }

  .home-1-banner-discription {
    text-align: left;
    width: 90%;
    font-size: 28px;
  }

  .two-column-wrapper {
    grid-column-gap: 40px;
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-one {
    flex: 0 auto;
    width: 100%;
  }

  .column-two {
    width: 100%;
  }

  .dropdown-block-image {
    width: 50%;
    min-height: auto;
    max-height: 520px;
    margin-top: auto;
    margin-left: 20px;
    padding-left: 0;
  }

  .section-title-wrapper-left {
    padding-left: 0;
  }

  .banner-title-line-wrapper {
    text-align: center;
    width: 90%;
    font-size: 22px;
  }

  .about-block-image {
    min-height: auto;
    max-height: 520px;
  }

  .about-floating-element {
    margin-top: -80px;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .about-floating-element.inverted {
    margin-right: 0;
  }

  .about-block-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-session-list {
    padding-left: 10px;
  }

  .home-session-link-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-session-link {
    font-size: 18px;
  }

  .home-session-image {
    width: 96%;
    height: 50%;
  }

  .testimonial-tabs-content-wrapper {
    width: 90%;
  }

  .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-blog-item {
    grid-column-gap: 100px;
  }

  .footer-top-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-block-4 {
    width: 90%;
  }

  .footer-button-wrapper {
    justify-content: center;
    margin-top: 25px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .form-footer-wrapp {
    text-align: center;
    width: 60%;
  }

  .footer-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .homepage-2-banner {
    align-items: flex-start;
    min-height: 680px;
    padding-top: 120px;
  }

  .home-2-banner-content {
    padding-left: 60px;
  }

  .home-2-banner-bg-elements {
    background-image: url('../images/Cave-Hill-Counselling---Inner-Discovery.webp');
    background-position: 50%;
    background-size: cover;
  }

  .home-2-image-1-bg.pricing {
    width: 35%;
  }

  .home-2-image-2-bg.pricing {
    width: 20%;
  }

  .home-2-image-3-bg.pricing {
    width: 45%;
  }

  .home-2-image-4-bg.pricing {
    width: 30%;
  }

  .home-2-photo-banner-wrapper {
    width: 70%;
    height: auto;
  }

  .navbar-home-two {
    height: 60px;
  }

  .home-2-grid-item.top {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .about-top-block-image {
    width: 100%;
    margin-left: 0;
  }

  .about-top-block-content {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .pages-bigger-banner {
    min-height: 300px;
    padding-top: 90px;
  }

  .pages-bigger-banner.sessions {
    min-height: 250px;
  }

  .about-us-banner-container {
    padding-left: 40px;
  }

  .about-us-banner-discription {
    width: 80%;
    margin-left: 40px;
    margin-right: 10px;
  }

  .session-three-cards {
    width: 100%;
  }

  .map-about-wrapper {
    background-image: url('../images/map-base-1_1map-base 1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: auto;
  }

  .about-map, .map-point, .map-photos {
    display: none;
  }

  .about-map-content-wrapper {
    width: 80%;
    position: relative;
  }

  .page-our-team-item {
    width: 47%;
  }

  .column-two-team, .column-one-team {
    width: 100%;
  }

  .two-column-wrapper-team {
    grid-column-gap: 40px;
  }

  .image-bg-element-primary, .image-2-bg-element-primary, .image-3-bg-element-primary {
    display: none;
  }

  .sessions-page-grid-item.top {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .image-preview {
    height: 280px;
  }

  .blog-details-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .blog-category-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart-quantity {
    display: block;
  }

  .nav-button-wrapper {
    display: none;
  }

  .shop-details-block {
    padding: 30px;
  }

  .shop-details-slider {
    height: 400px;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .page-our-team-item-about-us {
    width: 47%;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

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

  .spacing-title {
    font-size: 30px;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .image {
    margin-top: 0;
    position: static;
  }

  .paragraph-2 {
    margin-left: 10px;
  }

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

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 40px;
  }

  .container-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .section-4 {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 40px;
  }

  .section-5 {
    border-radius: 20px;
  }

  .container-4 {
    border-radius: 20px;
    margin-left: 40px;
  }

  .heading-5 {
    color: var(--white);
  }

  .paragraph-3 {
    padding-right: 40px;
  }

  .paragraph-4 {
    max-width: 100%;
  }

  .container-5 {
    margin-left: 40px;
    margin-right: 25px;
  }

  .link-3 {
    justify-content: center;
    align-items: center;
  }

  .section-7 {
    padding-top: 10px;
  }

  .paragraph-6 {
    margin-bottom: 40px;
  }

  .heading-13 {
    margin-top: 40px;
  }

  .paragraph-7 {
    margin-bottom: 40px;
  }

  .a-button-primary {
    display: flex;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-form-text-area {
    min-height: 22rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .text-block-3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 28px;
  }

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

  .section.without-bottom-spacing {
    margin-bottom: 0;
  }

  .section.banner-testimonials {
    min-height: 380px;
  }

  .section.without-top-spacing, .section.without-top-spacing-light-bg, .section.light-background-cta {
    padding-top: 0;
  }

  .base-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

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

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper-center {
    margin-bottom: 40px;
    padding-left: 9px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-no-margin {
    padding-left: 0;
    padding-right: 10px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    flex-wrap: wrap;
  }

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

  .footer-logo-wrapper {
    width: 100%;
  }

  .footer-brand-description {
    margin-top: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .button-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .text-banner {
    padding-top: 60px;
  }

  .text-banner.our-team-details {
    padding-top: 45px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

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

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

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

  .page-banner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .homepage-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Home1-Banner_1Home1-Banner.webp');
    background-position: 0 0, 67%;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-1-banner-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

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

  .home-1-banner-content-two {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .banner-animated-title.top {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    font-size: 36px;
  }

  .banner-animated-title.bottom {
    flex: 0 auto;
    line-height: 1.25em;
    display: block;
    position: static;
  }

  .home-1-banner-discription {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 28px;
  }

  .dropdown-block-image {
    width: 90%;
    margin-left: 0;
  }

  .section-title-wrapper-left {
    width: 100%;
    padding-left: 0;
  }

  .banner-title-line-wrapper {
    width: 100%;
  }

  .home-session-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .home-session-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .home-session-image {
    height: 100%;
  }

  .testimonial-tabs-menu {
    flex-wrap: wrap;
  }

  .section-store-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .homepage-blog-item {
    flex-direction: column-reverse;
  }

  .homepage-blog-image {
    width: 100%;
  }

  .footer-top-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }

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

  .footer-button-wrapper {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .form-footer-wrapp {
    width: 100%;
  }

  .footer-title {
    line-height: .5em;
  }

  .homepage-2-banner {
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .home-2-banner-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 60px;
    padding-right: 0;
    display: flex;
  }

  .home-2-banner-bg-elements {
    background-image: url('../images/Cave-Hill-Counselling---Inner-Discovery.webp');
    background-position: 50%;
    background-size: cover;
  }

  .home-2-photo-banner-wrapper {
    width: 80%;
  }

  .pages-bigger-banner {
    min-height: 250px;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .about-us-banner-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 30px;
    padding-left: 0;
    display: flex;
  }

  .about-us-banner-discription {
    width: 100%;
    margin-right: 40px;
  }

  .about-map-content-wrapper, .about-map-description {
    width: 100%;
  }

  .gallery-list {
    grid-template-columns: 1fr;
  }

  .two-column-wrapper-team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-us-title {
    font-size: 36px;
  }

  .session-page-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .sessions-images-list {
    grid-template-columns: 1fr;
  }

  .blog-details-sidebar-left-wrapper {
    column-count: 1;
  }

  .blog-category-list {
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .cs-bg-element-primary {
    width: 80%;
  }

  .cs-2-bg-element-primary {
    width: 60%;
  }

  .cs-3-bg-element-primary {
    width: 40%;
  }

  ._404-title {
    font-size: 80px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom: 1px solid #000;
  }

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

  .style-guide-tabs-menu {
    border-top: 1px solid #000;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    font-size: 35px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .image {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .heading {
    font-size: 32px;
  }

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

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

  .section-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 30px;
  }

  .section-4 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    margin-right: 25px;
  }

  .heading-5 {
    color: var(--white);
  }

  .section-6 {
    margin-top: 60px;
  }

  .paragraph-5 {
    padding-left: 10px;
    font-size: 24px;
  }

  .bold-text-9 {
    font-size: 28px;
  }

  .link-3 {
    color: var(--primary);
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .section-7 {
    color: var(--primary-light);
    padding-top: 40px;
  }

  .heading-12 {
    margin-top: 40px;
  }

  .link-4 {
    font-size: 24px;
    font-weight: 500;
  }

  .a-h2-heading {
    font-size: 44px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-account-form-grid {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .text-block-3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-right: auto;
    padding: 0;
  }

  .section.light-background {
    margin-bottom: 60px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section.without-bottom-spacing {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.without-top-spacing {
    margin-left: 10px;
  }

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

  .base-container {
    margin-top: 36px;
    padding-left: 10px;
    padding-right: 0;
  }

  .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;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .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%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .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%;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: auto;
  }

  .password-input {
    min-width: auto;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .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-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .section-title-wrapper-center {
    padding-left: 20px;
  }

  .section-subtitle {
    padding-left: 0;
  }

  .section-title-description {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .section-title {
    text-align: left;
    padding-left: 0;
  }

  .paragraph-no-margin {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: 600;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-cart-wrapp {
    grid-column-gap: 10px;
  }

  .footer-logo-wrapper {
    align-items: center;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testominials-cards-banner {
    margin-top: -60px;
  }

  .button-wrapper {
    margin-left: auto;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .sessions-tab-link {
    text-align: center;
  }

  .sidebar-search-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .banner-animated-title.top {
    text-align: left;
    flex: 0 auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    font-size: 28px;
    line-height: 1.15em;
  }

  .banner-animated-title.bottom {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 36px;
    line-height: 1.25em;
  }

  .home-1-banner-discription {
    text-align: left;
    padding-left: 0;
    font-size: 22px;
  }

  .two-column-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 20px;
  }

  .column-one {
    align-self: auto;
  }

  .column-two {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-block-image {
    max-width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 10px;
  }

  .section-title-wrapper-left {
    padding-left: 10px;
  }

  .banner-title-line-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .banner-animated-title-wrapper {
    display: flex;
  }

  .in-section-title-wrapper {
    margin-left: 0;
  }

  .about-block-image {
    max-height: 400px;
  }

  .about-floating-element {
    padding: 25px;
  }

  .home-session-list {
    padding-left: 0;
  }

  .home-session-link-wrapper {
    grid-row-gap: 20px;
    padding: 25px 0;
  }

  .home-session-link {
    font-size: 22px;
  }

  .home-session-image {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .testimonial-tabs-menu {
    flex-direction: column;
  }

  .section-store-title-wrapper {
    text-align: center;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    text-align: center;
    padding-bottom: 20px;
  }

  .footer-button-wrapper {
    justify-content: center;
  }

  .footer-rights-wrapp {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-title {
    font-size: 30px;
    line-height: 1em;
  }

  .home-2-banner-content {
    padding-left: 20px;
    padding-right: 0;
  }

  .home-2-banner-bg-elements {
    background-image: url('../images/Cave-Hill-Counselling---Inner-Discovery.webp');
    background-position: 50% 0;
    background-size: cover;
    bottom: 0%;
  }

  .home-2-photo-banner-wrapper {
    justify-content: flex-end;
    width: 90%;
  }

  .home-2-grid-item {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .home-2-grid-item.top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-top-block-image {
    width: 100%;
    max-width: 100%;
  }

  .pages-bigger-banner {
    padding-bottom: 0;
    padding-right: 40px;
  }

  .pages-bigger-banner.pricing-banner {
    background-image: url('../images/tweed.png');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 20px;
  }

  .pages-bigger-banner.sessions {
    min-height: 250px;
    padding-top: 60px;
  }

  .pages-bigger-banner.blog-banner {
    background-position: 0 0;
    background-size: auto;
  }

  .about-us-banner-container {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .about-us-banner-discription {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .footer-text-span-primary {
    display: inline;
  }

  .page-our-team-item {
    width: 100%;
  }

  .team-lightbox-link {
    height: 340px;
  }

  .our-team-details-info-wrapper {
    padding: 20px;
  }

  .team-block-image {
    height: 340px;
  }

  .map-preview {
    margin-bottom: 40px;
  }

  .sessions-page-grid-item {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .session-page-title-hover {
    font-size: 24px;
  }

  .sidebar-autor {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cart-quantity {
    display: none;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .page-our-team-item-about-us {
    width: 100%;
  }

  .heading {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 22px;
  }

  .paragraph {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 1.5em;
  }

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

  .paragraph-2 {
    margin: 20px 5px 40px;
    line-height: 1.5em;
  }

  .image-3 {
    text-align: left;
    max-width: 90%;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 36px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

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

  .body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-2 {
    margin-right: 10px;
    padding-top: 20px;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 20px;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    background-image: url('../images/tweed.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .container-4 {
    margin-top: 0;
    margin-left: 20px;
    padding: 0 10px 0 20px;
  }

  .heading-5 {
    color: var(--white);
  }

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

  .paragraph-3 {
    margin-bottom: 40px;
    padding-right: 10px;
    font-size: 20px;
  }

  .bold-text-6 {
    color: var(--primary);
    font-size: 18px;
  }

  .bold-text-7, .bold-text-8 {
    color: var(--primary);
  }

  .section-6 {
    margin-top: 20px;
  }

  .paragraph-4 {
    color: var(--gray);
    padding-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
  }

  .container-5 {
    background-image: linear-gradient(#1e4974, #549e9c);
    border-radius: 20px;
    margin-left: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-6 {
    color: var(--gray);
    padding-left: 10px;
    padding-right: 20px;
  }

  .heading-7 {
    margin-top: 0;
  }

  .text-block, .text-block-2 {
    line-height: 1.5em;
  }

  .paragraph-5 {
    padding-left: 20px;
    font-size: 22px;
  }

  .bold-text-9 {
    font-size: 22px;
    line-height: 1.25em;
  }

  .heading-8 {
    line-height: .85em;
  }

  .heading-9, .heading-10 {
    font-size: 36px;
    line-height: 1em;
  }

  .link-3 {
    justify-content: center;
    align-items: center;
  }

  .section-7 {
    padding-top: 10px;
  }

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

  .rl-padding-section-large {
    padding-top: 1rem;
  }

  .text-block-3 {
    text-align: center;
    font-size: 28px;
  }
}

#w-node-eb0c7eaa-11c1-6d8d-c9ee-48d5541a40ad-e4227056, #w-node-eb0c7eaa-11c1-6d8d-c9ee-48d5541a40be-e4227056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_218b02c5-af58-c5f9-2b45-8a14ed4b2437-e42270e4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f9808f1-3ef5-7ecb-9481-6ce292ea850c-e42270e9, #w-node-b056af07-064d-26ec-8b70-356a6d043d90-e42270e9, #w-node-c2791625-c761-4212-e8bb-f16b4bc6d658-e42270e9, #w-node-_96207d30-a082-928e-b6e1-375a9572b653-e42270e9, #w-node-d9cc1c77-f8a3-cb0c-459e-30ecdb1a4e47-e42270e9, #w-node-_4e493fab-9a72-7135-c8ab-be1fec929c7c-e42270e9, #w-node-_5595796a-aa58-dc17-92f0-d48360948b78-e42270e9, #w-node-_0dc0f17a-8e5c-9a6b-434c-85fa6721cf5c-e42270e9, #w-node-_36385251-df0f-734d-32b2-c1fdd7772d9f-e42270e9, #w-node-_360bfe57-2a41-bd9f-a2b0-03881810d4c6-e42270e9, #w-node-_7ef32a93-4f06-cdd9-0436-35ba11e2c247-e42270e9, #w-node-_29cc3f00-4612-4bd3-82bc-f9dba4813dd4-e42270e9, #w-node-_9657264f-deaa-780c-3cbf-a2acb3a867ec-e42270e9, #w-node-_9b93b5f2-fbd8-a8a4-4c6e-607e79da3b1d-e42270e9, #w-node-a409934c-3abf-e70b-8a03-8b63e84e2d03-e42270e9, #w-node-_0df1fbef-d624-a1c9-6a30-b66cfae66e3f-e42270e9, #w-node-d5ffd97c-1518-2ee5-e5bd-92fdb6876977-e42270e9, #w-node-f54cb92b-9544-9709-fdc2-fd1e9a9a72a6-e42270e9, #w-node-_1c30b843-bad8-251e-c132-6af359a8c944-e42270e9, #w-node-_4d2fdb96-1823-4359-a071-21f2da78bbd8-e42270e9, #w-node-_1fdd7bcd-7c3b-f66c-184e-39a6c53257e0-e42270e9, #w-node-_027066bf-20db-9370-fc56-1d5610720743-e42270e9, #w-node-_306802af-b53f-2ac1-d9e0-5b884447aa9a-e42270e9, #w-node-_5a28ba71-e09a-b128-78cc-c247e7427119-e42270e9, #w-node-_5d72246d-5f3b-2a9e-188d-95495005d8e2-e42270e9, #w-node-_816a31e3-80c9-8ce2-25c2-6b639dd5c020-e42270e9, #w-node-d23e8321-ff6b-8cc8-f11f-deedf34f39db-e42270e9, #w-node-_5928bbb7-0ed3-fcd7-6e71-05872f60cf24-e42270e9, #w-node-dc5ba13a-dca1-29bc-fbdd-a91507e2f0cb-e42270e9, #w-node-_75a85e45-64e8-0fa4-2a7e-143d3b7630c9-e42270e9, #w-node-bead42d3-d300-421a-f93c-6b36c8782a98-e42270e9, #w-node-b8abba4b-e180-debc-e9cf-293121262cd7-e42270e9, #w-node-_915a7749-0e95-d753-e626-23bd605d1d01-e42270e9, #w-node-_95d638f3-4b1a-af19-5a34-4801a517d125-e42270e9, #w-node-_0bee0d29-b37c-5658-ab03-aee11757cdb3-e42270e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b10595-c997-11e2-3c2e-21e2485524c1-e42270e9, #w-node-_7837b2f5-34fc-64f0-71ed-2d3a9c7dcdc5-e42270e9, #w-node-cc1d74fe-e29e-89e0-b2ff-db4385254ac8-e42270e9, #w-node-_9c9874f7-444b-f5db-1c99-c9cdc254495a-e42270e9, #w-node-e0123367-3671-06c8-00e2-dd335ce02093-e42270e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee38e-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee390-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee392-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee394-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee396-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee399-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee39b-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee39d-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee39f-e42270eb, #w-node-_9e8efdfa-ccac-9e95-224d-72eb445ee3a1-e42270eb, #w-node-db5cf727-5b19-d608-970b-dcaecf829344-e42270ef, #w-node-db5cf727-5b19-d608-970b-dcaecf829353-e42270ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_11b10595-c997-11e2-3c2e-21e2485524c1-e42270e9, #w-node-_7837b2f5-34fc-64f0-71ed-2d3a9c7dcdc5-e42270e9, #w-node-cc1d74fe-e29e-89e0-b2ff-db4385254ac8-e42270e9, #w-node-_9c9874f7-444b-f5db-1c99-c9cdc254495a-e42270e9, #w-node-e0123367-3671-06c8-00e2-dd335ce02093-e42270e9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_218b02c5-af58-c5f9-2b45-8a14ed4b2437-e42270e4 {
    grid-column: span 1 / span 1;
  }
}


@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;
}