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

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

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

:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --ld_blue: #048abf;
  --white: white;
  --black: black;
  --81_text: #1d1f2eb3;
  --b_black: #333;
  --wtb_yellow: #ffd72d;
  --graxe_backg: #f5f3f0;
  --light-grey: #fafafa;
  --wtb_red: #e81d1d;
  --waves-library-white: white;
  --wtb_green: #2bbd6e;
  --wtb_blue: #1c72c2;
  --wtb_purple: #8e38d5;
  --ultra-light-purple: #b690ff;
  --ultra-dark-purple: #451b68;
  --waves-library-black: #131313;
  --ultratransparent: #fff0;
  --gb_footer_text: #1d1f2eb3;
  --color--wtb-fade-blue: #1c72c233;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --tiffany: #94d6d059;
  --gb_blue: #94d6d0;
  --gb_blue-2: #4d616e;
  --waves-library-dark-elevation: #ede0d8;
  --ultra-star-fade: #8c52ffa6;
}

.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-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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  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-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 {
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: #1d1f2eb3;
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px #a25f4b4d;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bcc;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #a25f4b33;
  border-left: 2px solid #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.cart-button {
  opacity: .6;
  color: var(--basic-dark-colour);
  background-color: #0000;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cart-button:hover {
  opacity: 1;
  color: var(--basic-dark-colour);
}

.item-count {
  color: #fff;
  background-color: #1d1f2e;
  height: auto;
}

.cart-wrapper {
  background-color: #1d1f2e26;
}

.cart-container {
  color: #fff;
  background-color: #1d1f2e;
  min-width: 440px;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.cart-heading {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.cart-header {
  border-bottom-color: #d2d2d51a;
  padding: 30px 40px;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
}

.close-button {
  opacity: .7;
  align-items: center;
  width: auto;
  height: auto;
  transition: opacity .4s;
  display: flex;
}

.close-button:hover {
  opacity: 1;
}

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  color: #fff;
  padding: 30px 40px 0;
}

.white-button {
  z-index: 50;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 20px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  background-color: var(--ld_blue);
  opacity: .96;
  color: var(--white);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.cart-item {
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item-info {
  padding: 0 25px;
}

.cart-product-name {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-item-remove-link {
  color: #ffffff4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: #fff9;
}

.cart-product-price {
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #d2d2d51a;
  padding: 30px 40px 40px;
}

.cart-line-item {
  color: #fff;
  margin-bottom: 20px;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity:active {
  border-color: #fff9;
}

.text-field-dark.cc-quantity:focus {
  border-color: #ffffff80;
}

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

.uppercase-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  margin-left: 15px;
  margin-right: 15px;
}

.label.cc-footer-section-headline {
  color: var(--black);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: #a25f4b99;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--brown-main);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.wtb-text {
  color: var(--81_text);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.wtb-text.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.wtb-text.cc-premium-block-paragraph {
  color: #ffffffb3;
}

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

.wtb-text.pad2 {
  padding: 10px 40px;
}

.wtb-text.centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-paragraph {
  color: var(--b_black);
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: var(--basic-dark-colour);
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--basic-dark-colour);
  align-self: end;
}

.menu-item {
  color: var(--basic-dark-colour);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  opacity: .6;
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover, .menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #a25f4b4d;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  height: 54px;
  color: var(--b_black);
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  background-color: var(--wtb_yellow);
  display: block;
  position: static;
  overflow: hidden;
}

.content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu {
  background-color: var(--graxe_backg);
  box-shadow: none;
  line-height: 10px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  width: 60%;
  color: var(--white);
  align-self: start;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-weight: 300;
  display: flex;
}

.content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  display: inline-block;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: #1d1f2e0d;
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr 1fr;
  place-content: start center;
  place-items: center start;
  width: 940px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--b_black);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--b_black);
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--b_black);
  -webkit-text-stroke-color: var(--b_black);
  align-self: auto;
  font-size: 14px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: var(--basic-dark-colour);
}

.subscribe-wrap {
  background-color: var(--basic-dark-colour);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--basic-dark-colour);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: #1d1f2eb3;
  display: inline-block;
}

.product-price-category.older-price-category {
  color: #1d1f2e66;
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.premium-block {
  background-color: var(--basic-dark-colour);
  align-items: stretch;
  height: auto;
  margin-bottom: 150px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  color: #fff;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  display: inline-block;
}

.premium-image {
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid #a25f4b33;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bb3;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--basic-dark-colour);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-content {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/istockphoto-1390233984-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.header-content.main {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 65vh;
  margin-top: 0;
  position: relative;
}

.header-content.main.pageh {
  height: 60vh;
}

.header-content.main.pageh.wtb {
  background-image: url('../images/G22.jpg'), url('../images/istockphoto-648421058-1024x1024.jpg'), url('../images/WTB_Banner.jpg');
  background-position: 50%, 50%, 50% 100%;
  background-size: cover, cover, cover;
  height: 50vh;
}

.header-content.main.pageh.wtb.asc {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/Banner_asc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-content.main.pageh.wtb.hc {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/banner_hc.jpg');
  background-position: 0 0, 50% 66%;
  background-size: auto, cover;
}

.header-content.main.pageh.wtb.spe {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/Banner_SPE.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-content.main.pageh.wtb.castle {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/Banner_Castle.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-content.main.pageh.wtb.festivals {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/14-WTBF25.jpg');
  background-position: 0 0, 50% 47%;
  background-size: auto, cover;
}

.header-content.main.pageh.contactus1 {
  background-image: url('../images/istockphoto-648421058-1024x1024.jpg'), url('../images/WTB_Banner.jpg');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
  height: 50vh;
}

.header-content.main.pageh.contactus1.ccc {
  background-image: url('../images/banner_hc.jpg'), linear-gradient(#1c72c233, #1c72c233), url('../images/G26_RB.jpg');
  background-position: 50% 88%, 0 0, 50% 88%;
  background-size: cover, auto, cover;
}

.header-content.main.contactus {
  height: 70vh;
}

.header-content.main.cheerdancwc {
  background-image: url('../images/US-banner-01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 65vh;
  position: static;
}

.header-content.main.abouutus {
  background-image: linear-gradient(#0000, #0000), url('../images/2WTB-Banner-Oct24.jpg');
  height: 50vh;
}

.header-text {
  text-align: center;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-headline {
  color: #fff;
  width: 750px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}

.header-headline-wrap {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 55px;
  display: flex;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.message-form {
  margin-bottom: 0;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  z-index: 0;
  background-color: #f6f6f6;
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#1d1f2e1a, #1d1f2e1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  background-color: var(--basic-dark-colour);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.dark-button.expand {
  display: block;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--light-grey);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.rich-text-block {
  text-align: left;
}

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

.blog-feed {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: #1d1f2eb3;
  border-left: 2px solid #a25f4b33;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: #a25f4b0a;
}

.home-blog-item.w--current {
  color: #1d1f2ed9;
  border-left-color: #a25f4b66;
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

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

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

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

.password-field {
  border: 1px solid var(--line-colour);
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.item-image {
  margin-top: 0;
}

.add-to-cart {
  margin-top: 20px;
}

.image-12 {
  overflow: hidden;
}

.column-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.column-7 {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  overflow: visible;
}

.front_panel {
  background-color: var(--ld_blue);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.column-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-2 {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.column-9 {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-10---image-left {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.column-10---text-right {
  background-color: var(--graxe_backg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block---image-left {
  background-image: url('../images/istockphoto-1134249904-1024x1024.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.columns-3---bio {
  flex-direction: row;
  height: auto;
  display: flex;
}

.columns-3---bio.v {
  flex-direction: row-reverse;
}

.div-block---bio-right {
  background-color: var(--graxe_backg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  color: #333;
  height: auto;
  font-family: Open Sans, sans-serif;
}

.menu_wrapper {
  width: auto;
  position: relative;
}

.menu_wrapper._2222 {
  border-radius: 20px;
}

.menu-trigger {
  background-color: #f2f2f2;
}

.menu-trigger._222 {
  background-color: #048abf40;
}

.contact1 {
  color: var(--b_black);
  text-transform: capitalize;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.menu_content {
  background-color: #048abf40;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu_section {
  padding: 10px;
}

.menu_section.polo, .menu_section.helicopter, .menu_section.dining {
  margin-top: 40px;
}

.menu_container {
  padding: 10px;
}

.menu_container._222 {
  border-radius: 20px;
}

.columns-6 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-6._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gbplus {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.gbminus {
  text-align: center;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 300;
}

.text_menu_content {
  color: #333;
  width: 100%;
  padding: 10px;
  font-weight: 400;
}

.menu_sub_content_text {
  background-color: #0000;
  padding: 10px;
}

.column-13 {
  padding: 0;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
}

.button-2 {
  background-color: var(--ld_blue);
  min-width: 137px;
  color: var(--white);
  text-align: center;
  border-bottom-color: #0000;
  border-radius: 8px;
  margin: 20px 10px 40px 20px;
}

.button-2:hover {
  background-color: var(--graxe_backg);
  color: #333;
  border: 1px solid #4d616e;
}

.button-2:active {
  border-width: 1px;
}

.text-block-10 {
  width: 100%;
  padding: 10px 10px 10px 20px;
}

.div-block-4, .div-block-5 {
  padding: 10px;
}

.column-14 {
  padding: 0;
}

.column-15 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4d616e;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section-9 {
  margin: 40px 40px 10px;
  padding: 10px;
}

.section-9.wide {
  background-color: var(--ld_blue);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-9.introo {
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.section-9.introo.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-9.video_intro {
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.section-9.video_intro.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-9.ppp {
  margin-top: auto;
}

.section-9.table {
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.section-9.table.cus, .image-15 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

._81_image_left_panel {
  flex-direction: column;
  height: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.smart_para_light {
  color: #1a1b1fcc;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.text-block-13 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.navbar-logo-center {
  z-index: 9999;
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.wtb-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
  display: block;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: var(--black);
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary-2 {
  background-color: var(--wtb_red);
  color: var(--waves-library-white);
  letter-spacing: 2px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  background-color: var(--wtb_green);
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-14 {
  color: var(--black);
  font-size: 18px;
}

.paragraph-3 {
  width: 60%;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-6 {
  position: absolute;
  inset: auto 2% 0% auto;
}

.button-3 {
  border: 1px solid var(--white);
  background-color: var(--wtb_yellow);
  width: 150px;
  height: 150px;
  color: var(--basic-dark-colour);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  display: flex;
}

.button-3:hover {
  background-color: var(--white);
  color: var(--black);
}

.arrow_down {
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-2 {
  color: #333;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Varela, sans-serif;
  display: flex;
}

.container-5.swap {
  flex-direction: column;
}

._81_button {
  background-color: var(--wtb_blue);
  min-width: 200px;
  color: var(--line-colour);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._81_button:hover {
  border: 1px solid var(--wtb_blue);
  background-color: var(--wtb_yellow);
  color: var(--black);
}

._81_button.reverse {
  background-color: var(--graxe_backg);
  color: var(--81_text);
}

._81_button.padded {
  margin-top: 20px;
  margin-bottom: 20px;
}

._81_button.padded.book {
  background-color: var(--wtb_yellow);
  color: var(--black);
  font-family: Gochi Hand, sans-serif;
  font-size: 26px;
}

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

._81_button.padded.book.red {
  background-color: var(--wtb_red);
}

._81_button.padded.book.blue {
  background-color: var(--wtb_blue);
}

._81_button.cheer {
  background-color: var(--wtb_purple);
  margin-top: 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

._81_button.cheer:hover {
  border-color: var(--wtb_purple);
  background-color: var(--wtb_yellow);
}

._81_button.cheer.padd {
  margin-top: 20px;
}

._81_button.findout {
  background-color: var(--wtb_green);
  font-family: Gochi Hand, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

._81_button.findout:hover {
  background-color: var(--wtb_red);
  color: var(--white);
}

._81_button.findout.purple {
  background-color: var(--wtb_purple);
}

._81_button.findout.purple:hover {
  background-color: var(--wtb_red);
}

._81_button.findout.blue {
  background-color: var(--wtb_blue);
}

._81_button.findout.blue:hover, ._81_button.findout.red {
  background-color: var(--wtb_red);
}

.wtb-heading-3 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 40px;
}

.wtb-heading-3.pad1 {
  padding: 10px;
}

.wtb-heading-3.white {
  color: var(--white);
  text-align: left;
}

.div-block-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-9 {
  text-align: center;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  border-radius: 8px;
  box-shadow: 0 4px 24px #96a3b514;
}

.polo_image {
  background-image: url('../images/istockphoto-1134249904-1024x1024.jpg'), url('../images/istockphoto-157280089-1024x1024.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.helicopter-image {
  background-image: url('../images/istockphoto-1341275409-1024x1024.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.dining-image {
  background-image: url('../images/istockphoto-1428412216-1024x1024.jpg'), url('../images/istockphoto-157280089-1024x1024.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

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

.div-block-10 {
  position: relative;
}

.div-block-11 {
  position: absolute;
  inset: 40% 5% 0% auto;
}

.image-16 {
  position: relative;
}

.columns-8 {
  padding-top: 10px;
}

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

.image-17 {
  margin-bottom: 0;
}

.image_room {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.section-12 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 10px;
}

.section-13 {
  padding: 10px;
}

.image-18, .image-19 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.section-14 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
}

.hero-heading-right {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  border-radius: 8px;
  box-shadow: 0 4px 24px #96a3b514;
}

.columns-9 {
  border-bottom: 0px solid var(--b_black);
}

.section-15 {
  margin-bottom: 40px;
  padding: 20px 10px;
}

.div-block-13 {
  border-bottom: 2px solid var(--ld_blue);
  width: 75%;
  color: var(--ld_blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-16 {
  padding: 10px;
}

.waves---heading-3-no-margins {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins.ultra {
  font-family: Shrikhand, sans-serif;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
  color: var(--ld_blue);
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.wtb_tile {
  grid-row-gap: 16px;
  background-color: var(--ld_blue);
  background-image: linear-gradient(#ffd72de6, #ffd72de6), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.wtb_tile.yellow {
  background-image: linear-gradient(#ffd72de6, #ffd72de6), url('../images/G23.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wtb_tile.red {
  background-image: linear-gradient(#e81d1de6, #e81d1de6), url('../images/cheerD-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wtb_tile.blue {
  background-image: linear-gradient(#1c72c2e6, #1c72c2e6), url('../images/G12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wtb_tile.green {
  background-image: linear-gradient(#2bbd6ee6, #2bbd6ee6), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wtb_tile.ultra {
  background-image: linear-gradient(to bottom, var(--wtb_purple), var(--wtb_purple)), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wtb_tile.ultra.light {
  background-image: linear-gradient(to bottom, var(--ultra-light-purple), var(--ultra-light-purple)), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.wtb_tile.ultra.dark {
  background-image: linear-gradient(to bottom, var(--ultra-dark-purple), var(--ultra-dark-purple)), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 80%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 60px;
  line-height: 130%;
}

.waves---heading-2-no-margins.ultra {
  text-align: center;
  font-family: Shrikhand, sans-serif;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: var(--white);
  font-size: 1.2rem;
}

.text-block-18, .text-block-19, .text-block-20 {
  color: var(--white);
}

.waves---paragraph-small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.wtb_button {
  background-color: var(--waves-library-white);
  height: 52px;
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.wtb_button.wtb_contact {
  min-width: 200px;
}

.wtb_button.wtb_contact:hover {
  background-color: var(--wtb_red);
  color: var(--white);
}

.wtb_button.wtb_contact.contact {
  background-color: var(--wtb_red);
  color: var(--white);
  margin-top: 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 35px;
}

.wtb_button.wtb_contact.contact:hover {
  background-color: var(--wtb_green);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  background-color: var(--wtb_purple);
  color: var(--waves-library-white);
  background-image: linear-gradient(#1c72c2e6, #1c72c2e6), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.waves-master-cta-2.cdd {
  background-image: linear-gradient(#8e38d5e6, #8e38d5e6), url('../images/CheerDance_Banner_.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-8 {
  color: var(--ld_blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-33 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.waves-image-hero-3 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
  display: flex;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  display: flex;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-2-reverse {
  padding-top: 40px;
  padding-bottom: 40px;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-1 {
  border-radius: 8px;
  width: 100%;
}

.waves-tile-team-1 {
  grid-row-gap: 24px;
  background-color: var(--ld_blue);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.waves-grid-team-1 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-image-team-3 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves-grid-team-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-5 {
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 100vw;
  max-width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.max {
  width: 100%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.column-17 {
  padding: 10px;
}

.section-17 {
  margin-bottom: 40px;
  padding: 10px;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 20px;
}

.column-18 {
  border-left: 0 solid #6b6b6b;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--ld_blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.testimonial-column-light {
  border-bottom: 0 solid #e4ebf3;
  padding: 10px 30px;
  display: block;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 0 solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: var(--wtb_blue);
  color: var(--white);
  background-image: linear-gradient(#1c72c2cf, #1c72c2cf), url('../images/Balls-Mixed.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-info-three.cd {
  background-image: linear-gradient(#8e38d5cf, #8e38d5cf), url('../images/CheerDance_Banner_.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.paragraph-light {
  opacity: .6;
}

.text-field-2 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::placeholder {
  color: #32343a66;
}

.text-field-2.cc-contact-field {
  margin-bottom: 25px;
}

.text-field-2.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.contact-form-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.field-label {
  color: var(--black);
}

.field-label-2 {
  color: var(--waves-library-black);
}

.field-label-3 {
  color: var(--black);
}

.yellow {
  border-bottom: 3px solid var(--wtb_yellow);
  background-color: var(--ld_blue);
}

.red {
  border-bottom: 5px solid var(--wtb_red);
  background-color: var(--ld_blue);
}

.blue {
  border-bottom: 5px solid var(--wtb_blue);
  background-color: var(--ld_blue);
}

.green {
  border-bottom: 5px solid var(--wtb_green);
  background-color: var(--ld_blue);
}

.navbar-no-shadow-2 {
  z-index: 9999;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Gochi Hand, sans-serif;
  font-size: 24px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  font-family: Gochi Hand, sans-serif;
  font-size: 24px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  font-family: Gochi Hand, sans-serif;
  font-size: 16px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block-21 {
  font-family: Gochi Hand, sans-serif;
  font-size: 24px;
}

.book-a-survey {
  background-color: var(--wtb_blue);
  border-bottom: 0 solid #222;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.book-a-survey.cccheer {
  background-color: var(--wtb_purple);
  margin-top: 198px;
}

.book-a-survey.pp {
  background-color: var(--wtb_purple);
}

.container-10 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.pill-2 {
  background-color: var(--wtb_yellow);
  color: var(--black);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.pill-2:hover {
  background-color: var(--white);
  color: var(--black);
  border-bottom-width: 0;
}

.pill-2.ultra {
  font-family: Shrikhand, sans-serif;
  font-size: 1.25rem;
  transition-property: none;
}

.pill-2.ultra:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  background-color: var(--ultratransparent);
  color: var(--white);
}

.link-block-2 {
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: #f9f9f9;
  align-items: center;
  margin-left: 0;
  padding-right: 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 26px;
  display: flex;
}

.text-block-6.ultra {
  font-family: Shrikhand, sans-serif;
  font-size: 1.5rem;
}

.image-21 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery_roof {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.gallery_roof.page1 {
  display: none;
}

.container-29 {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  grid-template: "Area"
  / auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  padding: 10px;
  display: grid;
}

.image-24 {
  object-fit: cover;
  border-radius: 8px;
  width: 250px;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.container-30 {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  grid-template: "Area"
                 "."
                 "."
                 / auto auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  padding: 10px;
  display: grid;
}

.image-25 {
  object-fit: cover;
  border-radius: 10px;
  width: 250px;
  height: 225px;
}

.section-18 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.section-18.gallery {
  display: none;
}

.column-19, .column-20 {
  padding-top: 20px;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  margin-bottom: 20px;
}

.image-26, .image-27, .image-28, .image-29 {
  border-radius: 8px;
}

.image-30 {
  padding: 10px;
}

.waves---cta-white-2 {
  background-color: var(--waves-library-white);
  height: 52px;
  color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-34 {
  margin-top: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.ss {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-3 {
  background-color: var(--wtb_purple);
  color: var(--waves-library-white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---expand-line {
  background-color: var(--waves-library-black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-4 {
  border-radius: 8px;
  width: 100%;
}

.waves-tile-team-4 {
  grid-row-gap: 24px;
  background-color: var(--wtb_yellow);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.waves-tile-team-4.two {
  background-color: var(--wtb_red);
}

.waves-tile-team-4.three {
  background-color: var(--wtb_green);
}

.waves-grid-team-4 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.wav {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-4 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cheerdancefaq {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.waves---expand-line-2 {
  background-color: var(--waves-library-black);
  width: 16px;
  height: 2px;
}

.waves---expand-line-2.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text-2 {
  color: var(--gb_footer_text);
  margin-bottom: 0;
  font-size: 1.2rem;
}

.waves---expand-space-2 {
  height: 24px;
}

.waves---expandable-open-2 {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-3 {
  font-family: Gochi Hand, sans-serif;
  font-size: 2rem;
  line-height: 130%;
}

.waves---expandable-content-2 {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item-2 {
  border-top: 1px solid var(--waves-library-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.waves---expandable-wrap-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-3 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.column-21, .column-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-31 {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand.w--current {
  width: auto;
  margin-right: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 1.2rem;
  line-height: 16px;
}

.div-block-21 {
  border-bottom: 2px solid var(--wtb_purple);
  width: 75%;
}

.container-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-3 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.field-label-4 {
  color: #000;
}

.field-label-5 {
  color: #131313;
}

.field-label-6 {
  color: #000;
}

._81_button-2 {
  background-color: var(--wtb_blue);
  color: #ececed;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

._81_button-2:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #048abf;
}

.image-31, .image-32, .image-33 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wtb_faq-copy {
  max-width: 1352px;
  margin-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.wtb_faq-copy.hc {
  display: block;
}

.wtb_faq-copy.ainflate {
  display: none;
}

.wtb_faq-copy.asc, .wtb_faq-copy.cdfaq {
  display: block;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 300;
}

.waves---paragraph-big-5 {
  color: var(--waves-library-white);
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.waves---heading-3-no-margins-4 {
  color: var(--waves-library-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.waves-image-testimonial-1 {
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.wrap-person-testimonial-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---testimonial-text-big {
  color: var(--waves-library-white);
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.waves-logo-testimonial-1 {
  height: 34px;
}

.wtb---testimonial-panel {
  grid-row-gap: 40px;
  background-color: var(--wtb_blue);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.wtb---testimonial-panel.cheerdance_purple {
  background-color: #8e38d5cf;
}

.wtb---testimonial {
  max-width: 1352px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-5 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section-20 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
  display: block;
}

.image-34 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}

.image-35, .image-36 {
  border-radius: 50%;
}

.section-21 {
  padding: 10px;
}

.footer-copyright-center-2 {
  text-align: center;
  margin-top: 0;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.link-block {
  padding-top: 2rem;
  text-decoration: none;
}

.text-block-11 {
  color: var(--black);
  padding-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 400;
}

.image-37 {
  margin-top: 0;
  margin-bottom: 0;
}

.video_wtb {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
  display: block;
}

.video_headline {
  margin: 40px 40px 10px;
  padding: 10px;
}

.video_headline.wide {
  background-color: var(--ld_blue);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.video_headline.introo {
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.video_headline.introo.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

.video_headline.video_intro {
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.video_headline.video_intro.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.image-38 {
  padding-top: 20px;
}

.link-block-3 {
  margin-left: -133px;
}

.slide-13 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Mobile-Bar-Landscape.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.uui-heroheader07_content.z-index-1 {
  color: #fff;
}

.right-arrow-5 {
  display: none;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-4 {
  display: none;
}

.slide-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Fireworks.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mt-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #414042;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.mt-button:hover {
  color: #fff;
  background-color: #38383866;
  transform: translate3d(0, -3px, .01px);
}

.mt-button.fade {
  background-color: #38383866;
  border: 1px solid #d7df23;
  border-radius: 0;
}

.mt-button.fade:hover {
  background-color: #414042;
  border-radius: 0%;
}

.slide-14 {
  background-image: linear-gradient(to bottom, var(--color--wtb-fade-blue), var(--color--wtb-fade-blue)), url('../images/4-WTB-Banner-June-2024.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-18, .slide-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-21 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Marquees-Landscape.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-padding-vertical-xhuge-16 {
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

.slide5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MaiTai-15.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-heroheader07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slide-nav-3 {
  display: none;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.slide-12 {
  background-image: linear-gradient(to bottom, var(--color--wtb-fade-blue), var(--color--wtb-fade-blue)), url('../images/2WTB-Banner-Oct24.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-heading-xlarge {
  color: #101828;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-white {
  color: #fff;
  font-family: Gochi Hand, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}

.slider {
  width: 100%;
  height: 100%;
}

.section-23 {
  height: 65vh;
  position: relative;
}

.slide4 {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/7-WTB-Banner-June-2024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-page-padding-12 {
  z-index: 100;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0%;
}

.slide-20 {
  background-image: linear-gradient(#1c72c233, #1c72c233), url('../images/1WTB-Banner-Oct24.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-22 {
  background-image: linear-gradient(to bottom, var(--color--wtb-fade-blue), var(--color--wtb-fade-blue)), url('../images/5-WTB-Banner-June-2024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-23 {
  background-image: url('../images/6-WTB-Banner-June-2024.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-24, .slide-25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-26 {
  background-image: linear-gradient(to bottom, var(--color--wtb-fade-blue), var(--color--wtb-fade-blue)), url('../images/6-WTB-Banner-June-2024.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-27 {
  background-image: linear-gradient(to bottom, var(--color--wtb-fade-blue), var(--color--wtb-fade-blue)), url('../images/8-WTB-Banner-June-2024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-28 {
  background-image: linear-gradient(to bottom, var(--color--wtb-fade-blue), var(--color--wtb-fade-blue)), url('../images/1-WTB-Banner-June-2024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.table_cell {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.table_cell.bold {
  background-color: var(--wtb_yellow);
  font-weight: 800;
}

.table_row {
  border-bottom: 1px solid var(--wtb_blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_header {
  font-size: 1.25rem;
}

.table_head {
  background-color: var(--wtb_red);
  color: var(--white);
}

.table_component {
  text-align: left;
  width: 100%;
}

.champions {
  margin: 40px 40px 10px;
  padding: 10px;
}

.champions.wide {
  background-color: var(--ld_blue);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.champions.introo {
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.champions.introo.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

.champions.video_intro {
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

.champions.video_intro.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

.champions.ppp {
  margin-top: 207px;
}

.champions.table {
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.champions.table.cus {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.text-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-24 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-41 {
  border-radius: 24px;
}

.image-39, .image-40, .image-41 {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  background-color: var(--wtb_red);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 32px;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.754rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: var(--wtb_yellow);
  color: var(--wtb_blue);
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  width: 12.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white {
  color: var(--black);
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: var(--wtb_yellow);
}

.walsh-nav-wrapper-green {
  z-index: 999;
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: var(--black);
  border-radius: 8px;
  padding: 10px 32px 10px 18px;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: var(--wtb_yellow);
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  background-color: var(--wtb_yellow);
  color: var(--wtb_red);
  border-radius: 3px;
}

.walsh-dropdown-link.w--current {
  color: var(--wtb_blue);
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.walsh-icon-dropdown {
  margin-right: 12px;
  padding-left: 5px;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.text-block-23 {
  color: var(--black);
}

.div-block-33 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.cell-me {
  border-left: 0 solid #f3f6f9;
  justify-content: flex-start;
  align-items: center;
}

.jvt-section {
  padding: 2rem 10px 1rem;
}

.jvt-section.black {
  background-color: #a50924;
  padding: 1rem;
  position: relative;
}

.jvt-text {
  color: #012e40;
  letter-spacing: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  display: block;
}

.jvt-text.white {
  color: #fff;
}

.jvt-text.white.centre {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.div-tick {
  flex-flow: column;
  display: flex;
}

.text-span-44 {
  color: var(--black);
  font-family: Gochi Hand, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.text-span-44.ultra {
  font-family: Shrikhand, sans-serif;
}

.wtb-section {
  padding: 1rem 10px;
}

.wtb-section.dark {
  background-color: #a50924;
}

.wtb-section.dark.pad {
  margin-top: 0;
  padding-top: 4rem;
}

.wtb-section.fade {
  background-color: var(--wtb_purple);
}

.sc-heading-1 {
  color: #161922;
  text-align: center;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.sc-heading-1.white {
  color: #fff;
}

.wtb-heading-2 {
  color: #161922;
  text-align: center;
  margin-top: 10px;
  font-family: Gochi Hand, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.wtb-heading-2.white {
  color: #fff;
}

.wtb-heading-2.left {
  text-align: left;
}

.wtb-heading-2.ultra {
  font-family: Shrikhand, sans-serif;
}

.wtb-heading-2.ultra-league {
  font-family: League Spartan, sans-serif;
}

.jvt-section-copy {
  padding: 2rem 10px 1rem;
}

.jvt-section-copy.black {
  background-color: #a50924;
  padding: 1rem;
  position: relative;
}

.walsh-container-6 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin: 1rem auto 4rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wtb-button-1 {
  border: 1px solid var(--wtb_red);
  background-color: var(--wtb_red);
  color: #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 15px 32px;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.wtb-button-1:hover {
  color: #fff;
  background-color: #1d2342;
  border: 1px solid #1d2342;
}

.wtb-button-1.ultra {
  border-color: var(--wtb_purple);
  background-color: var(--wtb_purple);
  font-family: Shrikhand, sans-serif;
  font-size: 1.25rem;
}

.wtb-button-1.ultra:hover {
  border-color: var(--wtb_yellow);
  background-color: var(--wtb_yellow);
  color: var(--wtb_purple);
}

.wtb-button-1.ultra.white {
  border-width: 0;
  border-color: var(--wtb_yellow);
  background-color: var(--wtb_yellow);
  color: var(--wtb_purple);
}

.wtb-button-1.ultra.white:hover {
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--ultratransparent);
  color: var(--white);
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: var(--color--wtb-fade-blue);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card.ultra {
  background-color: var(--wtb_purple);
}

.walsh-rounded-card.ultra.light {
  background-color: var(--ultra-light-purple);
}

.walsh-rounded-card.ultra.dark {
  background-color: var(--ultra-dark-purple);
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-heading-regular-2 {
  color: #2c2c2c;
  min-height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-regular-2.ultra {
  min-height: 5rem;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 45vh;
  padding: 10px;
}

.lhr-text {
  color: #343f40;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.lhr-text.fixed {
  min-height: 5rem;
}

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

.lhr-text.fixed.white.ultra {
  min-height: 15rem;
}

.lhr-text.left {
  clear: none;
  text-align: left;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-5 {
  color: #1d2342;
  font-family: Gochi Hand, sans-serif;
  font-size: 2rem;
}

.bold-text-5.ultra {
  font-family: Shrikhand, sans-serif;
}

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

.cell-23 {
  justify-content: center;
  align-items: flex-start;
}

.image-23 {
  width: 4rem;
  margin-top: 0;
  margin-bottom: 0;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding: 4rem 1rem 2rem;
}

.brix---footer-logo {
  width: 12.5rem;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.quick-stack-8 {
  padding-left: 0;
  padding-right: 0;
}

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

.rs_text {
  color: #343f40;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.rs_text:hover {
  color: #4a5057;
}

.rs_text.footerr {
  color: #343f40;
  font-family: Gochi Hand, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-item:hover {
  color: #62df83;
}

.brix---footer-col-title {
  color: #343f40;
  margin-bottom: 40px;
  font-family: Gochi Hand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
}

.brix---text-200-bold {
  color: #fff;
  white-space: normal;
  word-break: break-all;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.brix---big-icon-left {
  color: #62df83db;
  border-radius: 16px;
  margin-right: 16px;
}

.image-43 {
  width: 8rem;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #0695d8;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.cell-26 {
  justify-content: center;
  align-items: flex-start;
}

.image-44 {
  width: 4rem;
}

.brix---footer-top-border-bottom-2 {
  border-bottom: 1px solid #eff0f6;
  padding: 4rem 10px 2rem;
}

.quick-stack-9 {
  padding-left: 0;
  padding-right: 0;
}

.image-46 {
  width: 8rem;
}

.cell-27 {
  justify-content: center;
  align-items: flex-start;
}

.image-47 {
  width: 4rem;
}

.brix---footer-top-border-bottom-3 {
  border-bottom: 1px solid #eff0f6;
  padding: 4rem 10px 2rem;
}

.image-49 {
  width: 8rem;
}

.cell-28 {
  justify-content: center;
  align-items: flex-start;
}

.image-50 {
  width: 4rem;
}

.brix---footer-bottom-v14-3 {
  color: #6e7191;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.text-block-24 {
  color: #161922;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
}

.div-block-65 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq.ultra {
  font-family: Shrikhand, sans-serif;
}

@media screen and (min-width: 1440px) {
  .uui-container-large-8 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-16 {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 2fr .5fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-12 {
    padding-bottom: 0;
  }

  .cell-23 {
    justify-content: center;
    align-items: flex-start;
  }

  .rs_text.footerr {
    width: 75%;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .cell-26, .cell-27, .cell-28 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-65 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-42, .div-block-43 {
    display: flex;
  }

  .jvt-text {
    font-size: 1.2rem;
  }

  .div-block-39 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-38 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cell-23, .cell-25 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-42 {
    width: 10rem;
  }

  .div-block-55 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-43 {
    width: 10rem;
  }

  .cell-26 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-45 {
    width: 10rem;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-46 {
    width: 10rem;
  }

  .cell-27 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-48 {
    width: 10rem;
  }

  .div-block-61 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-49 {
    width: 10rem;
  }

  .cell-28 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-51 {
    width: 10rem;
  }

  .div-block-64 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: #fffc;
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

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

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .content-wrap {
    width: 80%;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    position: relative;
  }

  .header-text {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .header-headline-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .div-block---image-left {
    display: block;
  }

  .button-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .navbar-logo-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo-center-container.shadow-three {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .wtb-container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    color: var(--b_black);
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #0000;
  }

  .text-block-14 {
    color: var(--b_black);
  }

  .paragraph-3 {
    width: 80%;
  }

  .div-block-6 {
    display: block;
    overflow: visible;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .polo_image, .helicopter-image, .dining-image {
    height: 250px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .icon {
    color: var(--ld_blue);
    font-size: 30px;
    line-height: 30px;
  }

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

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

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

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-grid-team-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    justify-content: center;
  }

  .container, .container-9 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .button {
    justify-content: center;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    margin-bottom: 20px;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    background-color: var(--wtb_yellow);
    color: var(--wtb_blue);
  }

  .text-block-6 {
    font-size: 26px;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves-grid-team-4 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-31 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .link-block-3 {
    margin-left: -388px;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-left: 0;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heading-xlarge.text-color-white {
    font-size: 4rem;
  }

  .section-23 {
    height: 65vh;
  }

  .section-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 0;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

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

  .walsh-toggle.indent {
    padding-left: 20px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: var(--wtb_blue);
    order: 1;
    font-size: 2.5rem;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--waves-library-white);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-container-6 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-heading-regular-2, .walsh-heading-regular-2.ultra {
    min-height: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lhr-text.fixed, .lhr-text.fixed.white.ultra {
    min-height: auto;
  }

  .brix---footer-top-border-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 94px;
    padding-bottom: 94px;
    display: flex;
  }

  .brix---mg-bottom-24px, .rs_text.footerr {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom-2, .brix---footer-top-border-bottom-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 94px;
    padding-bottom: 94px;
    display: flex;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .content-wrap {
    width: 90%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

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

  .footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

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

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

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

  .header-text {
    width: 95%;
  }

  .header-headline {
    width: auto;
    margin-top: 0;
    font-size: 5rem;
  }

  .header-headline-wrap {
    padding: 20px 10px;
  }

  .deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .column-5, .column-7, .column-6 {
    display: none;
  }

  .column-10---image-left {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .column-10---text-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .columns-3---bio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3---bio.v, .columns-6._222222 {
    flex-direction: column;
  }

  .text_menu_content {
    width: auto;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  ._81_image_left_panel._2 {
    flex-direction: column-reverse;
  }

  .smart_para_light {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .div-block-6 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .columns-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---section-medium-2-reverse {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .features-table, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field-2.cc-contact-field, .text-field-2.cc-textarea {
    text-align: left;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .book-a-survey {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-10 {
    padding: 10px 20px;
  }

  .image-30 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ss {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wav {
    font-size: 44px;
    line-height: 125%;
  }

  .cheerdancefaq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .wtb_faq-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .wtb---testimonial {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link-block-3 {
    margin-left: -214px;
  }

  .mt-button {
    padding: 20px 32px;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-heading-xlarge.text-color-white {
    font-size: 3rem;
  }

  .section-23 {
    height: 55vh;
  }

  .uui-page-padding-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .champions.table {
    margin-left: 0;
    margin-right: 0;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .sc-heading-1, .wtb-heading-2 {
    font-size: 3rem;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rs_text, .rs_text.footerr {
    text-align: center;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-56, .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---footer-top-border-bottom-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-59, .div-block-60, .div-block-62, .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .white-button {
    margin-bottom: 80px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .wtb-text {
    text-align: justify;
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .wtb-text.pad2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    text-align: left;
    align-self: auto;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

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

  .header-content {
    height: 100vh;
  }

  .header-content.main {
    align-items: flex-start;
    height: 70vh;
  }

  .header-text {
    width: 100%;
    padding-bottom: 10px;
  }

  .header-headline {
    text-align: center;
    margin-top: 0;
    font-size: 3rem;
  }

  .header-headline-wrap {
    margin-top: 0;
    padding: 5px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .deco-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .deco-block.styleguide-deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .front_panel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3---bio {
    flex-direction: column;
    display: flex;
  }

  .contact1 {
    text-align: left;
    padding-left: 0;
  }

  .menu_container._222 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6._222222 {
    flex-direction: column;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_menu_content {
    text-align: justify;
  }

  .menu_sub_content_text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-2 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .text-block-10 {
    padding-left: 0;
  }

  .div-block-4, .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-16 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section-9 {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._81_image_left_panel {
    margin-left: 5px;
    margin-right: 5px;
  }

  .smart_para_light {
    padding-left: 10px;
  }

  .navbar-logo-center {
    z-index: 999;
    padding-bottom: 10px;
  }

  .wtb-container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    inset: auto -5% -5% auto;
    overflow: visible;
  }

  .div-block-6.cdss {
    margin-bottom: 0;
    inset: auto 0% -7%;
  }

  .arrow_down {
    margin-top: 10px;
  }

  .heading-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Gochi Hand, sans-serif;
    font-weight: 400;
    display: flex;
  }

  ._81_button.padded {
    margin-bottom: 40px;
  }

  .wtb-heading-3 {
    font-weight: 700;
  }

  .wtb-heading-3.white {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
  }

  .polo_image, .helicopter-image, .dining-image {
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-11 {
    top: 10%;
  }

  .hero-heading-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .hero-wrapper-2 {
    flex-direction: column-reverse;
  }

  .hero-split-2 {
    align-items: center;
    display: flex;
  }

  .section-15 {
    margin-bottom: 0;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---main-container {
    margin-top: 20px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---section-medium-2-reverse {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-tile-team-1 {
    padding: 16px;
  }

  .waves-grid-team-1 {
    grid-row-gap: 32px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 80px;
  }

  .feature-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    display: block;
  }

  .feature-content.max, .column-17, .section-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .comparison-title {
    margin-left: 10px;
  }

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

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-regular-2 {
    max-width: none;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .book-a-survey {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.25;
  }

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

  .pill-2 {
    font-size: 20px;
    line-height: 1;
  }

  .pill-2:hover {
    color: var(--black);
  }

  .text-block-6 {
    margin-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .gallery_roof {
    padding-left: 0;
    padding-right: 0;
  }

  .container-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    justify-items: center;
    display: flex;
  }

  .image-24 {
    padding: 0;
  }

  .container-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    justify-items: center;
    display: flex;
  }

  .image-25 {
    padding: 0;
  }

  .image-30 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  .ss {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

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

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves-tile-team-4 {
    padding: 16px;
  }

  .waves-grid-team-4 {
    grid-row-gap: 32px;
  }

  .wav {
    font-size: 34px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---expand-line-2 {
    flex: none;
  }

  .waves---expand-line-2.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap-2 {
    flex: none;
  }

  .waves-expanded-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content-2 {
    flex: 0 auto;
    max-width: none;
  }

  .container-31 {
    max-width: none;
  }

  .footer-brand.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves---heading-3-no-margins-4, .waves---testimonial-text-big {
    font-size: 18px;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-34 {
    padding-top: 20px;
    padding-right: 15px;
  }

  .video_wtb {
    margin-top: 20px;
  }

  .video_headline {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .video_headline.video_intro {
    margin-top: 20px;
  }

  .column-23 {
    padding-top: 20px;
  }

  .column-24 {
    margin-top: 20px;
  }

  .link-block-3 {
    margin-left: 0;
    padding-right: 15px;
  }

  .uui-heroheader07_content.z-index-1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .uui-container-large-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mt-button {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .mt-button.fade {
    margin-left: 10px;
    margin-right: 10px;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
  }

  .uui-heading-xlarge.text-color-white {
    text-align: center;
    margin-top: 1rem;
    font-size: 3rem;
    line-height: 1.2;
  }

  .section-23 {
    height: 55vh;
  }

  .uui-page-padding-12 {
    justify-content: center;
    align-items: flex-start;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .table_cell {
    font-size: 1rem;
  }

  .table_header {
    padding-left: 5px;
    font-size: 1rem;
  }

  .champions {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-button-label-wrapper {
    justify-content: center;
    align-items: center;
  }

  .walsh-container-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7.5px;
  }

  .walsh-nav-logo {
    width: 8rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .walsh-nav-link-white {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .walsh-dropdown {
    z-index: 999;
    width: auto;
  }

  .walsh-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .walsh-dropdown-list.w--open {
    z-index: 99;
    flex-flow: column;
    display: block;
  }

  .walsh-dropdown-link {
    white-space: normal;
    word-break: normal;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-nav-menu-green-left {
    padding-bottom: 2rem;
  }

  .jvt-section.black {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .qs-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .wtb-heading-2.ultra {
    font-size: 2.25rem;
  }

  .jvt-section-copy.black {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-container-6 {
    flex: 0 auto;
    width: 100%;
    margin-top: .5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 0 10px 10px;
  }

  .wtb-button-1 {
    line-height: 1.5rem;
  }

  .wtb-button-1.w--current {
    margin-top: 5px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
  }

  .walsh-heading-regular-2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .walsh-cover-image {
    height: 45vh;
  }

  .lhr-text {
    text-align: center;
    font-size: 1.1rem;
  }

  .lhr-text.left {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    display: flex;
  }

  .cell-23 {
    justify-content: center;
    align-items: center;
  }

  .image-23 {
    width: 4rem;
  }

  .brix---footer-top-border-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brix---footer-logo {
    width: 10rem;
    max-width: none;
  }

  .cell-25 {
    justify-content: center;
    align-items: center;
  }

  .brix---mg-bottom-24px {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .rs_text {
    text-align: center;
  }

  .rs_text.footerr {
    margin-bottom: 2rem;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .image-42 {
    width: 5rem;
  }

  .brix---footer-list-item {
    text-align: center;
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .image-43 {
    width: 15rem;
  }

  .grid-footer-4-cols-v14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 10px;
  }

  .cell-26 {
    justify-content: center;
    align-items: center;
  }

  .image-44 {
    width: 5rem;
  }

  .brix---footer-top-border-bottom-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .image-45 {
    width: 5rem;
  }

  .image-46 {
    width: 15rem;
  }

  .cell-27 {
    justify-content: center;
    align-items: center;
  }

  .image-47 {
    width: 5rem;
  }

  .brix---footer-top-border-bottom-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-60 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .image-48 {
    width: 5rem;
  }

  .image-49 {
    width: 15rem;
  }

  .cell-28 {
    justify-content: center;
    align-items: center;
  }

  .image-50 {
    width: 5rem;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .image-51 {
    width: 5rem;
  }

  .text-block-24 {
    font-size: 1rem;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .div-block-66 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_659b92d1-2bab-976b-7afc-afc343bfbb63-0b4449f0 {
  grid-area: Area;
}

#w-node-c33eb65e-a8ca-7caa-fef7-cb936c82aa3d-6c82aa2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7339a828-db44-ae29-0d7a-cfc97cc70c1e-7cc70c1a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_7339a828-db44-ae29-0d7a-cfc97cc70c20-7cc70c1a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-b7dc8a97-d490-cff3-5352-8413985f4a85-50f9fcff, #w-node-b7dc8a97-d490-cff3-5352-8413985f4a90-50f9fcff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b, #w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-0b444a05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-0b444a05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-0b444a06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-0b444a06 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b029d48d-2a75-a5a4-849f-c20239d37eb1-0b444a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-0b444a10, #w-node-c82e8115-0a0f-8916-3795-e47bb27a66a4-2e5d751d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c82e8115-0a0f-8916-3795-e47bb27a66a5-2e5d751d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce33563c-8dda-f16a-cc8b-393efc8a904a-5b310748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce33563c-8dda-f16a-cc8b-393efc8a904b-5b310748, #w-node-b029d48d-2a75-a5a4-849f-c20239d37eb1-5b310748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-5b310748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14baa2d0-f447-2989-6d83-af92af7807a0-5b310748 {
  grid-area: Area;
}

#w-node-ce33563c-8dda-f16a-cc8b-393efc8a904a-40fc620c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce33563c-8dda-f16a-cc8b-393efc8a904b-40fc620c, #w-node-b029d48d-2a75-a5a4-849f-c20239d37eb1-40fc620c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-40fc620c, #w-node-d1fa646f-4b55-b887-afcc-7e9c11a1ed45-40fc620c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1fa646f-4b55-b887-afcc-7e9c11a1ed46-40fc620c, #w-node-_366fc4b2-fdf3-0447-e699-6c38a12251bb-40fc620c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_366fc4b2-fdf3-0447-e699-6c38a12251c4-40fc620c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b029d48d-2a75-a5a4-849f-c20239d37eb1-712de9d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-712de9d5, #w-node-_115ee7e9-b769-d99d-7866-349827d877a7-712de9d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_115ee7e9-b769-d99d-7866-349827d877a8-712de9d5, #w-node-_6e7ce6c9-162d-1a6e-7876-d36108d7dacb-850d6555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e7ce6c9-162d-1a6e-7876-d36108d7dad8-850d6555, #w-node-f5e679d6-f5c2-ff78-cc9a-83c4464c4547-850d6555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5e679d6-f5c2-ff78-cc9a-83c4464c4548-850d6555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c84682c4-6f52-270a-5a25-ddcd570024df-850d6555 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45d510de-3ecc-4230-b4bc-63dbac02c556-91c95404 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_517ecf45-f13d-2d58-11d3-96df0546d221-91c95404, #w-node-_517ecf45-f13d-2d58-11d3-96df0546d22e-91c95404, #w-node-_517ecf45-f13d-2d58-11d3-96df0546d23b-91c95404 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-c33eb65e-a8ca-7caa-fef7-cb936c82aa2e-6c82aa2c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7339a828-db44-ae29-0d7a-cfc97cc70c1e-7cc70c1a {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-0b444a10, #w-node-ce33563c-8dda-f16a-cc8b-393efc8a904a-5b310748, #w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-5b310748, #w-node-ce33563c-8dda-f16a-cc8b-393efc8a904a-40fc620c, #w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-40fc620c, #w-node-d1fa646f-4b55-b887-afcc-7e9c11a1ed45-40fc620c, #w-node-_366fc4b2-fdf3-0447-e699-6c38a12251c4-40fc620c, #w-node-b029d48d-2a75-a5a4-849f-c20239d37eb0-712de9d5, #w-node-_115ee7e9-b769-d99d-7866-349827d877a7-712de9d5, #w-node-_6e7ce6c9-162d-1a6e-7876-d36108d7dad8-850d6555, #w-node-f5e679d6-f5c2-ff78-cc9a-83c4464c4547-850d6555 {
    place-self: center;
  }

  #w-node-_517ecf45-f13d-2d58-11d3-96df0546d221-91c95404, #w-node-_517ecf45-f13d-2d58-11d3-96df0546d22e-91c95404, #w-node-_517ecf45-f13d-2d58-11d3-96df0546d23b-91c95404 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c33eb65e-a8ca-7caa-fef7-cb936c82aa2e-6c82aa2c {
    grid-column: span 2 / span 2;
  }

  #w-node-c33eb65e-a8ca-7caa-fef7-cb936c82aa37-6c82aa2c {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7339a828-db44-ae29-0d7a-cfc97cc70c1e-7cc70c1a {
    grid-column-end: 3;
  }

  #w-node-c84682c4-6f52-270a-5a25-ddcd570024df-850d6555 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_45d510de-3ecc-4230-b4bc-63dbac02c556-91c95404 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


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