/*22-01-2024*/
.padding-global .navigation a {
    font-weight: 600;
    color: #cfa34b;
}
.padding-global .navigation a:hover {
    color: #cfa34b;
    text-decoration: underline;
    transition: color .3s;
}
.web_link {
    color: #cfa34b;
    font-family: Noto Serif Display, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

/*22-01-2024*/

/*29-11-2023*/
span.business_addr {
    color: #cfa34b;
    font-family: Noto Serif Display, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.dyn_content {
    padding-bottom: 25px;
}
.inner_wedding_testcontent label {
    text-transform: capitalize;
    border-bottom: 1px rgba(0, 0, 0, 0);    
    color: #222;
    margin-bottom: 0px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 3px;
    font-family: Noto Serif Display, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    transition: border-color .35s, color .35s;
}
.inner_wedding_testcontent a {
    color: #cfa34b;
    font-family: Noto Serif Display, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.inner_wedding_testcontent a:hover{
  text-decoration-line: underline;
  transition: 0.3s;
}

.inner_wedding_testcontent {
    display: inline-grid;
    gap: 10px;
}
.inner_wedding_testcontent span {
    display: flex;
    gap: 5px !important;
}
.inner_wedding_testcontent i {
    color: #5e5e5e;
    font-size: 16px;
    margin-top: 1px;
}
/*29-11-2023*/

/*27-09-2023_New_CSS*/
.resturent_title_cus {
    margin-bottom: 1.75rem;
}
.page-id-25321 div#w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a .filters_text:nth-child(2) {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
}
.page-id-25321 div#w-node-_1929e71e-5161-2206-06e2-206fba4e7b4f-70d44269 img{
    width: 249px;
}
.view_more_website {
    margin-top: 1rem;
}
.page-id-17649 .text-rich-text p, .page-id-25321 .text-rich-text p{
  margin-bottom: 1.5rem !important;
}

.page-id-25321 h1#w-node-f4314992-9530-8779-10a3-60334b23f6c6-b687e98a {
    text-transform: capitalize;
}
.page-id-25321  .margin-top.margin-xlarge h1.heading-style-h3.text-style-noto {
    text-transform: uppercase;
}
.page-id-25321 div#w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a .filters_text:nth-child(3) {
    display: none;
}
.page-id-17649 div#w-node-_1929e71e-5161-2206-06e2-206fba4e7b4f-70d44269 img{
    width: 249px;
}
.page-id-17649 .dg_collection-list-wrapper .margin-vertical.margin-small {
    
}
.page-id-17649 div#w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a .filters_text:nth-child(3) {
    margin-bottom: 0.5rem}
.home_guide_ptext p:nth-child(1) {
    margin: 2rem 0px;
}
.home_guide_ptext p:nth-child(2) {
    margin-bottom: 1rem;
}
.page-id-17649 div#w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a .filters_text:nth-child(2) {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
}
h2.heading-style-h3.text-style-noto {
    text-transform: uppercase;
}
.margin-vertical.margin-small_view_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.home_guide_ptext p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*27-09-2023_New_CSS*/


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

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

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

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

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

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

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
.page-id-17649 div#w-node-_1929e71e-5161-2206-06e2-206fba4e7b4f-70d44269 {
    width: auto;
}

}

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

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

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

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

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

body {
  color: #5e5e5e;
  font-family: Work Sans, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
}

h1 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
}

a {
  color: #5e5e5e;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .75rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-section-medium {
  margin-left: auto;
  margin-right: auto;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label.text-size-small {
  font-size: .875rem;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: #5e5e5e;
  text-decoration: none;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: #222;
  font-family: Noto Serif Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-style-noto {
  font-weight: 400;
}

.heading-style-h3.text-style-noto.text-style-allcaps.text-weight-medium {
  font-weight: 500;
}

.text-rich-text {
  color: #222;
  font-weight: 400;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Noto Serif Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.text-rich-text h3 {
  color: #222;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Noto Serif Display, sans-serif;
  font-weight: 400;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Noto Serif Display, sans-serif;
  font-weight: 400;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.text-rich-text p {
  color: #5e5e5e;
  margin-bottom: 1rem;
  font-family: Work Sans, sans-serif;
}

div#div-gpt-ad-1688594600650-0 {
    max-width: fit-content !important;
}

.section_restaurantes .w-richtext>:last-child{
    margin-bottom: 3rem !important;
}




.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: #cfa34b;
  text-decoration: none;
  transition: color .3s;
}

.text-rich-text a:hover {
  color: #cfa34b;
  text-decoration: underline;
}

.text-rich-text blockquote {
  background-color: #fafafa;
  border-left-color: #cfa34b;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  font-style: italic;
}

.text-rich-text figure {
  max-width: 100%;
}

.text-rich-text figcaption {
  color: #5c5c5c;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  color: #222;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
}

.heading-style-h4 {
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: #fff;
  border-color: #222;
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  color: #222;
  font-family: Noto Serif Display, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #cfa34b;
}

.text-style-link:hover {
  text-decoration: underline;
  transition: color .3s;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  color: #222;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ad5921;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  width: 100%;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-fullwidth {
  width: 100%;
  border: 1px solid #ad5921;
  transition: color .3s, background-color .3s;
  min-width: 183px;
}

.button.is-fullwidth:hover {
  color: #ad5921;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ad5921;
}

.button.is-fullwidth.add {
  color: #ad5921;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.button.navbar {
  z-index: 1;
  width: 100%;
  color: #ad5921;
  background-color: #fff;
  border: 1px solid #ad5921;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1rem;
  position: relative;
}

.button.navbar:hover {
  color: #fff;
  background-color: #ad5921;
}

.button.is-search {
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-size: .875rem;
}

.button.is-navbar {
  display: none;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #ad5921;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  align-items: center;
  padding: 2rem 5%;
  display: flex;
  position: relative;
}

.main-navbar_logo-link {
  padding-left: 0;
}

.main-navbar_logo {
  width: 100%;
  height: 6rem;
}

.main-navbar_logo.show-tablet, .main-navbar_logo.hide-desktop {
  display: none;
}

.navbar_subscription-layout {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
}

.main-navbar_text-links {
  text-transform: uppercase;
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: border-color .35s, color .35s;
  display: flex;
}

.main-navbar_text-links:hover {
  color: #cfa34b;
  border-bottom: 1px rgba(34, 34, 34, .6);
}

.main-navbar_text-links.small {
  font-family: Noto Serif Display, sans-serif;
  font-size: .75rem;
}

.main-navbar_text-links.small:hover {
  color: #cfa34b;
}

.navbar_content-wrapper {
  grid-column-gap: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-navbar_bottom-bar {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_social-media-wrapper {
  max-width: 24rem;
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_social-media-icons {
  grid-column-gap: 16px;
  grid-template: ". . Area"
  / max-content min-content min-content;
}

.home-main-articles_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
/*   grid-template-columns: 46.75rem 1fr; */
}

.home-main-article_main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-main-article_content-wrapper {
  z-index: 1;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.home-main-article_image-wrapper {
  height: 32rem;
  position: relative;
  overflow: hidden;
}

.main-article_tag {
  max-height: 1.75rem;
  background-color: #cfa34b;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.main-article_category-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  top: -1.5rem;
  right: -1.75rem;
}

.text-style-noto {
  font-family: Noto Serif Display, sans-serif;
  font-weight: 400;
}

.home-category-articles_layout {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

.home-trending_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-trending_article-wrapper {
  width: 100%;
}

.home-category-articles_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.refered-articles_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.refered-articles_image-wrapper {
  height: 16rem;
  overflow: hidden;
}

.advertising-full {
  max-width: 728px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  display: flex;
}

.home-category-articles_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.home-category-articles_collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-category-articles_content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-main-article_content-wrapper-copy {
  z-index: 1;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  position: relative;
}

.section_subscription-cta {
  position: relative;
}

.section_subscription-cta.background-color-whitesmoke {
  display: none;
}

.subscription-cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.subscription-cta_image {
  position: relative;
  top: -3rem;
}

.subscription-cta_content-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscription-cta_content-right.text-align-center {
  flex-direction: column;
  align-items: stretch;
}

.subscription-cta_stamp {
  width: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4rem;
  left: auto;
  right: 15%;
}

.background-color-blue {
  background-color: #28333f;
}

.footer_layout {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr;
}

.div-block-3 {
  width: 1px;
  height: 100%;
  background-color: #5c5c5c;
}

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

.footer_links-layout {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  grid-template-columns: 1fr;
  justify-items: start;
}

.footer_social-media-icons {
  grid-column-gap: 16px;
  color: #fff;
  grid-template: ". . Area"
  / max-content min-content min-content;
}

.footer_form-grid {
  grid-template-columns: 1fr;
  justify-items: start;
}

.footer_form-input {
  min-height: 3rem;
  color: #bababa;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bababa;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.footer_form-input:focus-visible {
  border-color: #bababa;
}

.footer_form-input[data-wf-focus-visible] {
  border-color: #bababa;
}

.footer_form-input::-ms-input-placeholder {
  color: #bababa;
}

.footer_form-input::placeholder {
  color: #bababa;
}

.footer_form-layout {
  grid-column-gap: 3rem;
  align-items: flex-start;
  display: flex;
}

.footer_form-wrapper {
  flex: 1;
}

.footer_subscriptions-image {
  width: 12rem;
}

.section_instagram-posts {
  display: none;
}

.grid-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-4 {
  background-color: #c7c7c7;
  padding-top: 50%;
  padding-bottom: 50%;
}

.background-color-yellow {
  background-color: #f9f3e8;
}

.sponsored_collection-list {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsored_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sponsored_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.stamp_brand {
  position: absolute;
}

.navbar_subscription-grid {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-navbar_nav-links-wrapper {
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.home-featured_image-wrapper {
  width: 100%;
  height: 8rem;
  position: relative;
  overflow: hidden;
}

.navbar_social-media-wrapper-copy {
  width: 100%;
  max-width: 24rem;
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_dropdown-toggle {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.25rem 0 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1rem;
  display: flex;
}

.navbar_dropdown-toggle:hover {
  border-bottom-color: #222;
}

.dropdown-list {
  margin-top: 3px;
}

.dropdown-list.w--open {
  background-color: #f4f4f4;
  border-top: 2px solid #ad5921;
  margin-top: 0;
  top: 100%;
}

.navbar_dropdown-text-links {
  max-height: 3rem;
  color: #222;
  text-transform: uppercase;
  align-self: center;
  margin-right: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .35s, color .35s;
  right: 0;
}

.secton_featured-filters {
  background-color: #f1f1f1;
}

.wpp-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wpp-list.li {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #d9d9d9;
  flex-direction: column;
  padding: 2rem 2rem 4rem;
  display: flex;
  position: relative;
}

.featured-filters_image-wrapper {
  height: 10rem;
  overflow: hidden;
}

.wpp-thumbnail {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

.navbar_social-link {
  transition: color .35s;
}

.navbar_social-link:hover {
  color: #cfa34b;
}

.footer_link {
  color: #bababa;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: .125rem;
}

.footer_link:hover {
  border-bottom-color: #8a8a8a;
}

.footer_link.text-color-grey {
  cursor: pointer;
  transition: border-color .35s;
}

.category-articles_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.grid-11 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.swiper-slide {
  width: 33.33%;
  flex: none;
}

.refered-articles_article-item {
  transition: opacity .2s;
}

.section_category-articles {
  overflow: hidden;
}

.post-header_breadcrumbs {
  display: flex;
}

.blog-post_breadcrumbs-links {
  color: #5c5c5c;
  font-size: .75rem;
}

.blog-post_cat-layout {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
}

.div-block-12 {
  height: 1px;
  background-color: #5e5e5e;
}

.blog-post_image-wrapper {
  height: 32rem;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.refered-articles__collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_recommended-articles {
  overflow: hidden;
}

.dg-filters_dropdowns-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto max-content max-content;
  justify-content: start;
  justify-items: start;
}

.dg_dropdown {
  width: 100%;
}

.dg-filters_dropdown-toggle {
  width: 100%;
  border: 1px solid #000;
  padding: .5rem 2.5rem .5rem .5rem;
}

.dg_filter-item {
  width: auto;
}

.dg_filter-item.locations {
  width: 100%;
  min-width: 14rem;
}

.dg-filters_collection-list-wrapper {
  display: none;
}

.dropdown-link-3 {
  min-width: 0%;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: .5rem;
  font-size: .875rem;
}

.dropdown-link-3:hover {
  background-color: #f8f8f8;
}

.dg-filters_form-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content min-content 1fr;
  align-items: end;
  padding-bottom: 2rem;
}

.dg-filters_divider {
  width: 1px;
  height: 100%;
  max-height: 2.5rem;
  background-color: #222;
}

.dg_select {
  display: none;
}

.dg_item-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
}

.dg_collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dg_image-wrapper {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

.dg_website-link {
  color: #cfa34b;
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
  text-transform: capitalize;
}

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

/*.filters_text {
  display: none;
}*/

.dg-filters_tag-layout {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-bottom: 1rem;
}

.dg-filters_tag {
  background-color: #f8f8f8;
  padding: .5rem 3rem .5rem .5rem;
  position: relative;
}

.text-block {
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: .5rem;
}

.dg_item-wrapper {
  height: 100%;
}

.dg_modal-overlay {
  z-index: 1000;
  background-color: rgba(17, 15, 15, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dg_modal {
  height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  padding: 3rem;
  position: relative;
  overflow: scroll;
}

.dg_modal-image-wrapper {
  height: 16rem;
  overflow: hidden;
}

.dg_modal-image {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.dg_close {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.dg_close-icon {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.sponsored_image-wrapper {
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

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

.contact-modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.subscription-modal_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  overflow: scroll;
}

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

.show-mobile-landscape {
  display: none;
}

.form_input-2 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.error-text {
  color: #e23939;
}

.contact-modal1_form_component {
  flex-direction: column;
  align-items: stretch;
}

.subscripcion-modal_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.main-navbar_links-divider {
  width: 1px;
  height: 1rem;
  background-color: #aaa;
}

.main-navbar_subscription-links {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content max-content max-content 1fr;
  align-content: center;
  align-items: center;
  justify-items: end;
}

.heading-main-centered {
  color: #222;
  text-align: center;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.video_wrapper {
  position: relative;
}

.footer_heading {
  color: #fff;
  text-transform: none;
  font-family: Playfair Display;
  font-weight: 700;
}

.heading-refered-articles {
  color: #cfa34b;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.mobile-subscribe_cta {
  display: none;
}

.search-navbar {
  width: 24rem;
  grid-column-gap: .5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  right: 100%;
}

.main-navbar_search-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.main-navbar_search-input {
  border: 1px solid rgba(186, 186, 186, .5);
  margin-bottom: 0;
}

.main-navbar_search-input:active, .main-navbar_search-input:focus {
  border-color: #cfa34b;
}

.search-icon {
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.search-icon:hover, .search-icon:active, .search-icon:focus {
  color: #ad5921;
}

.search-results_component {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

.subscribe-nav_nl-layout {
  grid-template-columns: 1fr;
}

.subscribe-nav_issue-image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-nav_issue-row {
  flex-direction: column;
  display: flex;
}

.subscribe-nav_nl-wrapper {
  width: 100%;
  background-color: #28333f;
  border: 1px solid #000;
  border-top-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 0 1.5rem 1.5rem;
  display: none;
  position: absolute;
  top: 7rem;
}

.main-navbar_button-wrapper {
  width: 100%;
  height: 100%;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  padding: 1.5rem;
  display: flex;
  position: static;
}

.subscribe-nav_component {
  width: 100%;
  position: relative;
}

.subscribe-nav_component.just-mobile {
  display: none;
}

.back-to-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.image-2 {
  width: .75rem;
}

.home-category_image-wrapper {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.background-color-whitesmoke {
  background-color: #f2f2f2;
}

.text-color-lightgrey {
  color: #bababa;
  text-decoration: none;
}

.home_ade {
  width: 300px;
  height: 250px;
  text-align: center;
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-break {
  width: 100%;
  height: 1px;
  max-width: 80rem;
  background-color: #cfa34b;
  margin-left: auto;
  margin-right: auto;
}

.dg_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dg_content-wrapper {
  padding-right: 4.5rem;
}

.blog-post_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-name {
  color: #cfa34b;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.restaurants-gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.restaurants-gallery_lightbox-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.restaurants-gallery_wrapper {
  height: 16rem;
  overflow: hidden;
}

.home-category-main-articles_layout {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.digital-issues_image-wrapper {
  width: 100%;
  max-width: 12rem;
}

.digital-issues_image {
  box-shadow: 2px 1px 14px rgba(0, 0, 0, .2);
}

.digital-issues_collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.digital-issues_magazine-frame {
  height: 100%;
  text-align: center;
  border: 1px solid #000;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.category-article_main-article-copy {
  padding-bottom: 4rem;
}

.wpp-post-title {
  color: #000;
  font-family: Playfair Display;
  font-size: 1.25rem;
  font-weight: 700;
}

.wpp-category {
  color: #cfa34b;
  background-color: rgba(207, 163, 75, .1);
  border: 1px #cfa34b;
  padding: .125rem .5rem .125px;
  font-size: .875rem;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 2rem;
}

.pricing_layout {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
}

.reservation-tag {
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: flex;
}

.restaurant-title {
  color: #222;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-link {
  color: #bababa;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button-row {
  justify-content: center;
  display: flex;
}

.refered-articles_mask {
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

.refered-articles_scroll {
  width: 100%;
  display: flex;
}

.icon-2 {
  color: #cfa34b;
  margin-right: 0;
}

.navbar_text-links-dropdown {
  color: #5e5e5e;
  text-transform: uppercase;
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding: 0 1rem 0 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: .75rem;
  text-decoration: none;
  transition: border-color .35s, color .35s;
  display: flex;
}

.navbar_text-links-dropdown:hover {
  border-bottom: 1px rgba(34, 34, 34, .6);
}

.navbar_text-links-dropdown.w--open {
  padding-right: 1rem;
}

.button-prev {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .2s;
  display: flex;
}

.button-prev:hover {
  border-color: #cfa34b;
}

.image-2-copy {
  width: .75rem;
  transform: rotate(90deg);
}

.image-2-copy-copy {
  width: .75rem;
  transform: rotate(-90deg);
}

.image-6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post_gallery-lightbox {
  width: 100%;
  height: 100%;
}

.blog-post_slider {
  height: 32rem;
}

.blog-post_right-arrow {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .2s;
  display: flex;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 2rem;
}

.blog-post_right-arrow:hover {
  border-color: #cfa34b;
}

.blog-post_left-arrow {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .2s, background-color .2s;
  display: flex;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 6rem;
}

.blog-post_left-arrow:hover {
  border: 1px solid #cfa34b;
}

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

.blog-post_gallery-wrapper {
  height: 32rem;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.dg-modal_rich-text {
  font-size: .875rem;
}

.dg-modal_rich-text a {
  text-decoration: underline;
}

.dg_articles-wrapper {
  background-color: #fafafa;
  padding: 1rem;
}

.swiper-component {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.button-next {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .2s;
  display: flex;
}

.button-next:hover {
  border-color: #cfa34b;
}

.swiper-horizontal {
  justify-content: flex-end;
  display: flex;
}

.swiper-arrow {
  width: 3rem;
  height: 3rem;
  display: inline-block;
}

.swiper-arrow.button-prev {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-right: 1.5rem;
}

.swiper-arrow.button-next {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
}

.blogs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-slide-copy {
  flex: none;
}

.referred-articles_item {
  width: 100%;
  flex: none;
}

.dg_collection-list-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dg_item-layout-copy {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: block;
}

.dg_image-wrapper-copy {
  height: 100%;
  cursor: pointer;
  background-color: rgba(207, 163, 75, .05);
  border: 1px solid #cfa34b;
  flex-direction: column;
  padding: 2rem;
  transition: box-shadow .8s;
  display: flex;
  overflow: hidden;
}

.dg_image-wrapper-copy:hover {
  box-shadow: 0 2px 17px -4px #cfa34b;
}

.div-block-35 {
  height: 0%;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.dg_image-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product8_image-link {
  display: block;
}

.product8_left {
  margin-right: 1rem;
}

.product8_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

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

.product8_text-link {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.product8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.product8_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.margin-top-auto {
  margin-top: auto;
}

.product8_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product_item {
  width: 100%;
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.product8_heading {
  flex: 1;
}

.team20_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team20_content {
  flex-direction: column;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.staff_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.staff_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.staff_list {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.staff_card-tem {
  border: 1px solid #000;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.div-block-38 {
  z-index: 1;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.staff_collection-list-wrapper {
  position: relative;
}

.text-color-gold {
  color: #cfa34b;
  text-align: left;
}

.contact-us_map-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.contact10_content {
  border: 1px solid #000;
  padding: 2.5rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #222;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: #000;
}

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

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

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact-us_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.contact10_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-us_info-row {
  border-bottom: 1px solid #e7e7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 1rem;
}

.contact-us_contact-data-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.contact-us_info-row-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-us_info-row-wrapper {
  grid-column-gap: 51rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-us_address-box-layout {
  grid-template-rows: auto;
}

.contact-us_adress-box {
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact-us_box-icon {
  width: 1rem;
  color: #cfa34b;
  display: flex;
}

.icon-contact {
  width: 1rem;
  min-width: .875rem;
  color: #cfa34b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  width: 1px;
  background-color: #cfa34b;
}

.grid-24 {
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
}

.div-block-42 {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-44 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  align-items: center;
}

.about-us_overlay {
  z-index: 1000;
  background-color: rgba(34, 34, 34, .85);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-46 {
  max-width: 54rem;
  background-color: #fff;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.about-us-modal_content-right {
  align-items: center;
  padding: 2.3rem;
  display: flex;
  position: relative;
}

.about-us-modal_close {
  width: 2rem;
  height: 2rem;
  color: #222;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.about-us-modal_close-text {
  line-height: 1;
}

.about-us-modal_image-wrapper {
  width: 100%;
  height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-modal_name-wrapper {
  grid-column-gap: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: .25rem .75rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: auto;
}

.about-us-modal_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.button-4 {
  padding: .25rem .75rem;
  font-size: .75rem;
}

.div-block-48 {
  background-color: #fff;
  border: 1px solid #000;
  padding: .25rem 1rem;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.image-9 {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border: 1px solid #000;
  padding: .25rem;
}

.cart-footer {
  border-top-color: #cfa34b;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.icon-3 {
  color: #cfa34b;
  margin-right: 0;
}

.cart-quantity {
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #cfa34b;
  border: 1px solid #cfa34b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: -.3rem;
  right: -.65rem;
}

.image-10 {
  width: 16rem;
}

.email-hide {
  display: none;
}

.home-category-articles_layout-copy {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  display: flex;
}

.search__image-wrapper {
  width: 100%;
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.text-style-playfair {
  font-family: Noto Serif Display, sans-serif;
}

.icon-4, .icon-5, .icon-6 {
  margin-right: 10px;
}

.category-tag {
  color: #fff;
  background-color: #ad5921;
  border: 1px #000;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.navbar_dropdown {
  height: 100%;
  min-height: 100%;
  color: #ad5921;
  text-transform: uppercase;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.main-navbar {
  width: 100%;
}

.main-navbar_links-weapper {
  height: 100%;
  background-color: #fff;
  display: flex;
}

.navbar-menu {
  width: 100%;
  height: 3rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hide-desktop {
  display: none;
}

.dropdown-list-2 {
  top: 100%;
  bottom: 100%;
  left: 100%;
  right: 100%;
}

.dropdown-list-2.w--open {
  background-color: #d3d3d3;
  border-top: 2px solid #ad5921;
  bottom: 0%;
  left: auto;
  right: auto;
}

.dropdown-link-4 {
  text-transform: uppercase;
  background-color: #f4f4f4;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  transition: padding-left .3s;
}

.dropdown-link-4:hover {
  background-image: url('../images/arrow-left-1.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .25rem;
}

.dropdown-link-4.w--current {
  color: #cfa34b;
}

.dropdown_icon {
  max-height: 3rem;
  color: #cfa34b;
  text-transform: uppercase;
  align-self: center;
  margin-right: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .35s, color .35s;
  right: 0;
}

.grid-21-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.subscribe-nav_issue-image-copy {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.hg_image-wrapper {
  width: 100%;
  height: 0;
  padding: 50% 0%;
  position: relative;
  overflow: hidden;
}

.hg_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-27 {
  grid-template-rows: auto;
  align-items: center;
}
.grid-27 a {
    font-size: .875rem;
    text-transform: capitalize;
    color: #cfa34b;
}

.grid-27 a:hover {
    text-decoration: underline;
    transition: color .3s;
}

.html-embed {
  width: .75rem;
  display: flex;
  transform: rotate(90deg);
}

.div-block-59 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #cfa34b;
  display: flex;
}

.search-results_item {
  font-family: Work Sans, sans-serif;
}

.navbar_text-links-copy {
  text-transform: uppercase;
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: border-color .35s, color .35s;
  display: flex;
}

.navbar_text-links-copy:hover {
  color: #cfa34b;
  border-bottom: 1px rgba(34, 34, 34, .6);
}

.navbar_social-media-wrapper-copy {
  max-width: 24rem;
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.navbar_text-links-copy {
  text-transform: uppercase;
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: .5rem;
  font-family: Noto Serif Display, sans-serif;
  font-size: .75rem;
  text-decoration: none;
  transition: border-color .35s, color .35s;
  display: flex;
}

.navbar_text-links-copy:hover {
  color: #cfa34b;
  border-bottom: 1px rgba(34, 34, 34, .6);
}

.photographers_collection-list {
  max-width: 12rem;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  display: flex;
}

.main-navbar_text-link {
  text-transform: uppercase;
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: border-color .35s, color .35s;
  display: flex;
}

.main-navbar_text-link:hover {
  color: #cfa34b;
  border-bottom: 1px rgba(34, 34, 34, .6);
}

.div-block-60 {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  display: flex;
}

.product-header1_component {
  padding-bottom: 3rem;
}

.product-header1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-header1_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1.5rem;
}

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

.image-11 {
  border: 1px solid #000;
  padding: .25rem;
}

.div-block-61 {
  top: 6rem;
}

.checkout-label {
  color: #5c5c5c;
  font-size: .875rem;
}

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

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

.row {
  grid-column-gap: 1rem;
  margin-left: 0;
  margin-right: 0;
}

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

.checkbox-label {
  margin-bottom: 0;
}

.home-guide_item-layout {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 12rem 1fr;
  padding: 1rem;
  transition: border-color .8s, box-shadow .8s;
  position: relative;
}

.home-guide_item-layout:hover {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, .2);
}

.home-guide_collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-29 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-guide_image-wrapper {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.home-guide_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.empty-state {
  display: none;
}

.div-block-63 {
  color: #cfa34b;
  background-color: rgba(207, 163, 75, .1);
  padding: .25rem .45rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  display: none;
}

.hg_modal {
  height: auto;
  max-width: 36rem;
  background-color: #fff;
  padding: 3rem;
  position: relative;
  overflow: scroll;
}

.close_line-2 {
  width: 1.75rem;
  height: 1.75px;
  background-color: #cfa34b;
  position: absolute;
  transform: rotate(-45deg);
}

.close_line-1 {
  width: 1.75rem;
  height: 1.75px;
  background-color: #cfa34b;
  position: absolute;
  transform: rotate(45deg);
}

.main-navbar_topbar {
  display: none;
}

.main-navbar_padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hide-desktop-copy {
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global.navbar {
    margin-top: 3.5rem;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.navbar {
    width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button.is-navbar {
    color: #fff;
    background-color: #ad5921;
    border: 1px solid #ad5921;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .75rem;
    display: block;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #222;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_component {
    max-height: 6rem;
    background-color: #fff;
    box-shadow: 0 1px 1rem rgba(0, 0, 0, .07);
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #222;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .main-navbar_logo {
    width: 100%;
    height: auto;
    max-width: 12rem;
  }

  .main-navbar_logo.show-tablet {
    height: 4rem;
    display: block;
  }

  .main-navbar_logo.hide-desktop {
    display: block;
  }

  .navbar_top-wrapper {
    z-index: 3000;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar_content-wrapper {
    justify-content: space-between;
  }

  .main-navbar_bottom-bar {
    border-top: 1px #fcfcfc;
  }

  .navbar_social-media-wrapper {
    display: none;
  }

  .navbar_social-media-icons {
    grid-template-columns: max-content min-content min-content;
  }

  .home-main-articles_component {
    grid-template-columns: 1.75fr;
  }

  .home-main-article_content-wrapper {
    width: 100%;
    top: 0;
  }

  .home-category-articles_layout {
    width: 100%;
    grid-template-columns: 50% 50%;
    align-items: center;
  }

  .home-trending_article-wrapper, .advertising-full {
    width: 100%;
  }

  .home-category-articles_component {
    grid-template-columns: 1.75fr;
  }

  .section_subscription-cta {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }

  .subscription-cta_image {
    top: 0;
  }

  .subscription-cta_stamp {
    width: 6rem;
    bottom: -3rem;
  }

  .footer_layout {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_form-wrapper {
    max-width: 24rem;
  }

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

  .sponsored_image {
    width: 100%;
  }

  .sponsored_layout {
    width: 100%;
    grid-row-gap: 4rem;
  }

  .stamp_brand {
    width: 4rem;
  }

  .navbar_subscription-grid {
    display: none;
  }

  .main-navbar_nav-links-wrapper {
    border-bottom-color: rgba(206, 206, 206, .5);
    top: 0;
  }

  .home-featured_image-wrapper {
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .navbar_social-media-wrapper-copy {
    max-width: none;
    border-top: 1px solid #e7e7e7;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_dropdown-toggle {
    border-bottom: 1px solid rgba(186, 186, 186, .3);
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    font-size: .875rem;
  }

  .navbar_dropdown-toggle:hover {
    border-bottom-style: solid;
    border-bottom-color: rgba(186, 186, 186, .3);
  }

  .navbar_dropdown-toggle.w--open {
    border-bottom-style: none;
    border-bottom-color: rgba(255, 255, 255, .3);
    font-size: .875rem;
  }

  .navbar_dropdown-toggle.w--open:hover, .navbar_dropdown-toggle.w--open:active, .navbar_dropdown-toggle.w--open:focus {
    border-bottom-style: none;
  }

  .navbar_dropdown-toggle.is-first {
    border-top: 1px solid rgba(186, 186, 186, .3);
  }

  .navbar_dropdown-text-links {
    width: 100%;
    max-height: none;
    border-bottom: 1px solid rgba(186, 186, 186, .3);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: .875rem;
    display: flex;
    position: relative;
  }

  .wpp-list {
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: scroll;
  }

  .featured-filters_image-wrapper {
    height: 16rem;
  }

  .wpp-thumbnail {
    height: 100%;
    object-fit: cover;
  }

  .category-articles_component {
    grid-template-columns: 1.75fr;
  }

  .home-category_link-block, .sponsored_link-block {
    width: 100%;
  }

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

  .dg_filter-item {
    width: 100%;
  }

  .dg_item-layout {
    grid-template-columns: 1fr;
  }

  .sponsored_image-wrapper {
    padding-bottom: 50%;
    display: block;
  }

  .subscription-modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .main-navbar_subscription-links {
    width: 100%;
    height: 3rem;
    grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
    justify-content: end;
  }

  .search-navbar {
    z-index: 2147483647;
    width: 100vw;
    background-color: #fff;
    flex-direction: row-reverse;
    margin-right: 0;
    padding: 2rem;
    display: none;
    position: fixed;
    top: 3.5rem;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .main-navbar_search-wrapper {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 2.5rem;
    right: auto;
  }

/*  .subscribe-nav_nl-layout {
    grid-template-columns: min-content;
  }*/

  .subscribe-nav_issue-row.text-align-center {
    align-items: center;
  }

  .subscribe-nav_nl-wrapper {
    height: 22rem;
    max-width: 13rem;
    align-items: center;
    padding-top: 1.5rem;
    display: none;
    top: 100%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .main-navbar_button-wrapper {
    width: auto;
    max-width: 16rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subscribe-nav_component {
    width: auto;
    height: 100%;
    max-width: 16rem;
    justify-content: flex-end;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .subscribe-nav_component.just-mobile {
    display: block;
  }

  .back-to-top {
    z-index: 1;
  }

  .div-block-25 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
  }

  .dg_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .restaurants-gallery_wrapper {
    height: 12rem;
  }

  .home-category-main-articles_layout {
    grid-template-columns: 50% 50%;
    align-items: center;
  }

  .digital-issues_collection-list, .dg_collection-list-copy {
    grid-template-columns: 1fr 1fr;
  }

  .dg_item-layout-copy {
    grid-template-columns: 1fr;
  }

  .dg_image-copy {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product8_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product8_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .product8_heading {
    margin-right: 3rem;
  }

  .staff_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .staff_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .staff_card-tem {
    height: 100%;
  }

  .contact-us_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .home-category-articles_layout-copy {
    width: 100%;
    grid-template-columns: 50% 50%;
    align-items: center;
  }

  .search__image-wrapper {
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .category-tag {
    padding: .25rem .75rem;
    font-size: .75rem;
  }

  .navbar_dropdown {
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .main-navbar {
    z-index: 999;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .main-navbar_links-weapper {
    background-color: #fff;
    padding-left: 0;
  }

  .navbar-menu {
    z-index: 99;
    height: 100svh;
    background-color: #fff;
    border-top: 1px solid rgba(186, 186, 186, .3);
    flex-direction: column;
  }

  .main-navbar_mobile-brand {
    z-index: 100;
    height: 100%;
    align-items: center;
    display: flex;
  }

  .hide-desktop {
    display: block;
  }

  .dropdown-list-2 {
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    border-top-style: none;
  }

  .dropdown-link-4 {
    background-color: #fafafa;
    background-image: url('../images/arrow-left-1.svg');
    background-position: 24px;
    background-repeat: no-repeat;
    background-size: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
  }

  .dropdown-link-4:hover {
    background-position: 24px;
  }

  .dropdown-link-4.w--current {
    background-image: url('../images/arrow-left-1.svg');
    background-position: 12px;
    background-repeat: no-repeat;
    background-size: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .dropdown_icon {
    justify-content: center;
    margin-left: auto;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding: 0;
  }

  .main-navbar_wrapper {
    z-index: 99;
    width: 100%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hg_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #cfa34b;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-bottom, .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #cfa34b;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_text-links-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .navbar_social-media-wrapper-copy {
    z-index: 2;
    background-color: #f4f4f4;
    align-items: flex-end;
    padding-right: 1.25rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar_text-links-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .main-navbar_text-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .product-header1_layout {
    min-height: auto;
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-28 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .home-guide_item-layout {
    grid-template-columns: 1fr;
  }

  .main-navbar_topbar {
    z-index: 10000;
    border-bottom: 1px #cfa34b;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .main-navbar_padding {
    border-top: 1px solid rgba(186, 186, 186, .3);
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .hide-desktop-copy {
    display: block;
  }

  .div-block-64 {
    z-index: 3;
    background-color: #ad5921;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2, h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .heading-style-h5.text-style-noto {
    font-size: 1.125rem;
  }

  .heading-style-h5.text-style-noto.sponsored {
    font-size: 1.5rem;
  }

  .button.navbar {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .75rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .menu-icon {
    width: auto;
    height: auto;
    padding-right: 1rem;
  }

  .main-navbar_logo-link {
    padding-left: 0;
  }

  .home-main-article_content-wrapper {
    border-style: none;
    padding: 1rem 0;
  }

  .main-article_category-text {
    font-size: 1.25rem;
  }

  .home-category-articles_layout {
    grid-template-columns: .75fr 1fr;
    align-items: center;
  }

  .swiper-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .advertising-full {
    max-width: 350px;
  }

  .home-main-article_content-wrapper-copy {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .section_subscription-cta {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .subscription-cta_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .subscription-cta_image {
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

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

  .sponsored_layout {
    grid-row-gap: 1.5rem;
  }

  .home-featured_image-wrapper {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .navbar_dropdown-toggle {
    padding-left: 1.25rem;
  }

  .wpp-list, .refered-articles__collection-list {
    grid-template-columns: 1fr;
  }

  .dg-filters_form-layout {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .dg-filters_divider {
    display: none;
  }

  .dg_item-layout {
    flex-direction: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .dg_collection-list {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .subscription-modal_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .subscripcion-modal_component {
    align-items: flex-start;
  }

  .main-navbar_subscription-links {
    grid-template-columns: max-content max-content max-content max-content max-content;
    justify-content: center;
    justify-items: center;
    position: relative;
  }

  .heading-main-centered {
    font-size: 2.5rem;
  }

  .mobile-subscribe_cta {
    border-top: 1px solid rgba(186, 186, 186, .5);
    border-bottom: 1px solid rgba(186, 186, 186, .5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: none;
  }

  .mobile-subscribe_image {
    width: 6rem;
  }

  .main-navbar_search-wrapper {
    left: 0;
  }

  .search-results_component {
    grid-template-columns: 1fr;
  }

  .subscribe-nav_nl-layout {
    flex-direction: column;
    grid-template-columns: max-content;
    display: flex;
  }

  .subscribe-nav_issue-image {
    width: 4rem;
  }

  .subscribe-nav_nl-wrapper {
    width: 10rem;
    height: 20rem;
    max-width: 10rem;
    padding: .5rem .5rem .8rem;
    display: flex;
  }

  .main-navbar_button-wrapper {
    width: 10rem;
    max-width: 13rem;
    margin-top: 0;
    padding: .5rem;
  }

  .subscribe-nav_component {
    position: relative;
  }

  .subscribe-nav_component.just-mobile {
    max-width: 9rem;
  }

  .div-block-25 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .category-name {
    font-size: 2.5rem;
  }

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

  .home-category-main-articles_layout {
    grid-template-columns: .75fr 1fr;
    align-items: center;
  }

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

  .navbar_text-links-dropdown {
    height: 3rem;
    padding-right: .5rem;
  }

  .navbar_text-links-dropdown.w--open {
    padding-right: .5rem;
  }

  .blogs-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .product8_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product8_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product8_image-wrapper {
    height: 100%;
  }

  .product8_heading {
    margin-right: 0;
  }

  .team20_image-wrapper {
    height: 100%;
  }

  .team20_content {
    position: static;
  }

  .staff_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .staff_list {
    grid-row-gap: 3rem;
  }

  .contact-us_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-us_info-row, .contact-us_address-box-layout {
    grid-template-columns: 1fr;
  }

  .home-category-articles_layout-copy {
    grid-template-columns: .75fr 1fr;
    align-items: center;
  }

  .search__image-wrapper {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .main-navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-navbar_mobile-brand {
    padding-left: 0;
  }

  .dropdown-link-4 {
    background-position: 12px;
    padding-left: 1.25rem;
    font-size: .75rem;
  }

  .dropdown-link-4:hover {
    background-position: 8px;
  }

  .subscribe-nav_issue-image-copy {
    width: 100%;
  }

  .main-navbar_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .main-navbar_text-link {
    padding-left: 1.25rem;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

  .home-guide_item-layout {
    flex-direction: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .home-guide_collection-list {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .main-navbar_topbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-navbar_cart-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .main-navbar_padding {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-desktop-copy {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-64 {
    z-index: 2;
    height: 16rem;
    background-color: #ad5921;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  div#div-gpt-ad-1688594600650-0 {
    min-width: 100% !important;
  }  
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 1.75rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small, .heading-style-h5 {
    font-size: 1rem;
  }

  .button.navbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_component {
    max-height: 6rem;
  }

  .main-navbar_logo {
    min-width: 8rem;
  }

  .main-navbar_logo.hide-desktop {
    max-width: 10rem;
  }

  .navbar_social-media-icons {
    grid-template-columns: max-content min-content min-content;
  }

  .home-main-article_main-image {
    height: 100%;
    object-fit: cover;
  }

  .home-main-article_content-wrapper {
    text-align: left;
  }

  .home-main-article_image-wrapper {
    height: 18rem;
  }

  .main-article_tag {
    max-height: 1rem;
    margin-top: 1.25rem;
  }

  .main-article_category-text {
    top: -1.5rem;
    right: -.45rem;
  }

  .home-category-articles_layout {
    flex-direction: row-reverse;
  }

  .advertising-full {
    max-width: 350px;
  }

  .home-category-articles_content-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .home-main-article_content-wrapper-copy {
    text-align: left;
  }

  .footer_brand-logo {
    width: 100%;
    max-width: 14rem;
  }

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

  .footer_links-layout {
    justify-items: center;
  }

  .footer_social-media-icons {
    justify-content: center;
  }

  .footer_form-layout {
    flex-direction: column;
  }

  .footer_subscriptions-image {
    display: none;
  }

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

  .sponsored_collection-list {
    grid-row-gap: 2.5rem;
  }

  .sponsored_layout {
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-featured_image-wrapper {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .navbar_dropdown-toggle, .navbar_dropdown-text-links {
    padding-left: 1.25rem;
  }

  .wpp-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .wpp-list.li {
    min-width: 100%;
  }

  .featured-filters_image-wrapper {
    height: 12rem;
  }

  .footer_link {
    width: 100%;
  }

  .post-header_breadcrumbs {
    text-align: left;
  }

  .blog-post_cat-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .blog-post_image-wrapper {
    height: 16rem;
  }

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

  .dg_image-wrapper {
    height: 16rem;
  }

  .dg_modal-overlay {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dg_modal {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .dg_close {
    top: 1rem;
  }

  .subscripcion-modal_component {
    display: none;
  }

  .div-block-22 {
    text-align: left;
  }

  .mobile-subscribe_cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subscribe-nav_wrapper {
    background-color: #28333f;
  }

  .subscribe-nav_issue-row.text-align-center {
    font-size: .875rem;
  }

  .subscribe-nav_nl-wrapper {
    width: 100%;
    height: 18rem;
    max-width: 10rem;
    padding-top: .5rem;
    display: flex;
    position: absolute;
  }

  .subscribe-nav_component {
    width: 100%;
    max-width: 10rem;
  }

  .back-to-top {
    z-index: 20;
  }

  .home-category_image-wrapper {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .dg_content-wrapper {
    text-align: left;
  }

  .image-4 {
    width: 100%;
  }

  .category-name {
    font-size: 1.75rem;
  }

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

  .home-category-main-articles_layout {
    flex-direction: row-reverse;
  }

  .blog-post_gallery-wrapper {
    height: 16rem;
  }

  .dg_image-wrapper-copy {
    padding: 1.5rem;
  }

  .team20_image-wrapper {
    padding-top: 66%;
  }

  .staff_component, .staff_list, .contact-us_component, .grid-24 {
    grid-template-columns: 1fr;
  }

  .home-category-articles_layout-copy {
    flex-direction: row-reverse;
  }

  .search__image-wrapper {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .navbar-menu {
    z-index: 99;
  }

  .hg_image-wrapper {
    height: 16rem;
  }

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

  .menu-icon2 {
    width: 24px;
    margin-right: 0;
  }

  .navbar_text-links-copy {
    border-bottom-style: none;
    border-bottom-color: rgba(186, 186, 186, .3);
  }

  .main-navbar_text-link {
    border-bottom-style: solid;
    border-bottom-color: rgba(186, 186, 186, .3);
  }

  .product-header1_layout {
    grid-template-columns: 1fr;
  }

  .product-header1_gallery {
    padding: .5rem;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-62 {
    margin-top: .5rem;
    margin-left: 0;
  }

  .hg_modal {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

#w-node-_77d1f0f9-2f81-9bd4-b565-5d7ba12237e6-70d4420f, #w-node-_798d6cf1-765e-abf5-7c47-dc3ebf8aae24-70d4420f, #w-node-ae9e9f4c-a6d8-381f-609d-2122e2eef1dd-70d4420f, #w-node-fe11ce39-a476-e781-dd57-5bad44b52c61-70d4420f, #w-node-_90650c72-b5a0-57de-8914-4c68ae503c80-70d4420f, #w-node-c52c953c-fca6-e02b-ed92-ac6e6df930bd-70d4420f, #w-node-c52c953c-fca6-e02b-ed92-ac6e6df930cf-70d4420f, #w-node-c52c953c-fca6-e02b-ed92-ac6e6df930d5-70d4420f, #w-node-c52c953c-fca6-e02b-ed92-ac6e6df930d9-70d4420f, #w-node-_354ffff1-47a6-8dce-c2fe-d1ce96433c0f-70d4420f, #w-node-_354ffff1-47a6-8dce-c2fe-d1ce96433c1f-70d4420f, #w-node-_354ffff1-47a6-8dce-c2fe-d1ce96433c25-70d4420f, #w-node-_65a80eaf-eef1-6a1b-da31-492c3cd8c264-70d4420f, #w-node-_8f9557d7-4d94-6fbd-46d3-171f5d207e29-70d4420f, #w-node-_8f9557d7-4d94-6fbd-46d3-171f5d207e2a-70d4420f, #w-node-_8f9557d7-4d94-6fbd-46d3-171f5d207e2b-70d4420f, #w-node-_501a6ddf-5609-ce0f-0a1e-cc2c06b853f7-70d4420f, #w-node-_501a6ddf-5609-ce0f-0a1e-cc2c06b85407-70d4420f, #w-node-_501a6ddf-5609-ce0f-0a1e-cc2c06b8540d-70d4420f, #w-node-_79d9095f-6a86-2e23-6326-07b31bba04d3-70d4420f, #w-node-a6ffa404-b0c2-4a57-7749-ec931f9bde54-70d4420f, #w-node-a6ffa404-b0c2-4a57-7749-ec931f9bde64-70d4420f, #w-node-a6ffa404-b0c2-4a57-7749-ec931f9bde6a-70d4420f, #w-node-a6ffa404-b0c2-4a57-7749-ec931f9bde6e-70d4420f, #w-node-aaee3b49-0657-fccd-e4c6-f49411654ff6-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411654ff8-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411654ffd-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411654fff-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655001-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655003-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655008-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f4941165500c-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f4941165500e-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655013-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655015-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655019-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f4941165501a-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f4941165501e-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655020-11654fef, #w-node-aaee3b49-0657-fccd-e4c6-f49411655022-11654fef, #w-node-a807215d-7406-72d8-6b3f-2a2584d545b1-84d545a9, #w-node-a807215d-7406-72d8-6b3f-2a2584d545b2-84d545a9, #w-node-a807215d-7406-72d8-6b3f-2a2584d545b3-84d545a9, #w-node-a807215d-7406-72d8-6b3f-2a2584d545b4-84d545a9, #w-node-a807215d-7406-72d8-6b3f-2a2584d545b5-84d545a9, #w-node-a807215d-7406-72d8-6b3f-2a2584d545b6-84d545a9, #w-node-_3c0d4c16-6092-88ad-753d-976756e8d87d-56e8d879, #w-node-_3c0d4c16-6092-88ad-753d-976756e8d87e-56e8d879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a67e2b-28c4-4b3b-4114-1507f0d0a873-56e8d879 {
  justify-self: center;
}

#w-node-f7667e0b-0bdb-cc82-6a92-0b2f7ff2e883-09d7f292, #w-node-f7667e0b-0bdb-cc82-6a92-0b2f7ff2e884-09d7f292, #w-node-f7667e0b-0bdb-cc82-6a92-0b2f7ff2e888-09d7f292, #w-node-f7667e0b-0bdb-cc82-6a92-0b2f7ff2e88a-09d7f292, #w-node-f7667e0b-0bdb-cc82-6a92-0b2f7ff2e88d-09d7f292, #w-node-_3c25813a-d53c-eedb-52d3-467d09d7f2e5-09d7f292, #w-node-_3c25813a-d53c-eedb-52d3-467d09d7f2e7-09d7f292, #w-node-_3c25813a-d53c-eedb-52d3-467d09d7f2eb-09d7f292 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee0a9d52-1592-59ec-1ea4-e82d6ff47c90-6ff47c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-ee0a9d52-1592-59ec-1ea4-e82d6ff47c91-6ff47c90, #w-node-ee0a9d52-1592-59ec-1ea4-e82d6ff47c92-6ff47c90, #w-node-ee0a9d52-1592-59ec-1ea4-e82d6ff47c97-6ff47c90, #w-node-_082e5924-31f1-f1b4-1546-cf0edb27c098-db27c08a, #w-node-_249b18ad-1829-9818-4ad5-59d4d29c187f-db27c08a, #w-node-_249b18ad-1829-9818-4ad5-59d4d29c1880-db27c08a, #w-node-_249b18ad-1829-9818-4ad5-59d4d29c1884-db27c08a, #w-node-_249b18ad-1829-9818-4ad5-59d4d29c1886-db27c08a, #w-node-_249b18ad-1829-9818-4ad5-59d4d29c1889-db27c08a, #w-node-_19416776-eb85-8d69-8208-2f111be8f0f3-1be8f0f2, #w-node-_19416776-eb85-8d69-8208-2f111be8f0f4-1be8f0f2, #w-node-_19416776-eb85-8d69-8208-2f111be8f0f8-1be8f0f2, #w-node-_19416776-eb85-8d69-8208-2f111be8f0fa-1be8f0f2, #w-node-_19416776-eb85-8d69-8208-2f111be8f0fd-1be8f0f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d61beb9-6f44-55e2-a935-0f4f1dd9a2a5-70d4424d {
  justify-self: stretch;
}

#w-node-c327533b-ae63-e9d6-3bca-6c14a5eeb864-70d4424d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00d2f2c-3fba-fd07-7d28-48259774ee84-70d4424d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_879eab65-a95b-95f5-d975-fecfbbddf69b-70d4424d, #w-node-a91adc77-1774-0843-a683-af05cb82c17b-70d4424d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd0dcbc8-fd3f-9c80-f18e-006621dcbd78-70d4424e {
  align-self: stretch;
}

#w-node-aab952fc-096d-da03-c572-02493e309c52-70d4424e, #w-node-_4cfe20a1-f4c6-5239-5028-f070efc00f91-70d4424e, #w-node-_5fafd40c-11d8-133e-0957-a4148eaafa6b-70d4424e, #w-node-b86959b8-39c7-e997-d631-3a985f3905ef-70d4424e, #w-node-_5fafd40c-11d8-133e-0957-a4148eaafa6d-70d4424e, #w-node-_5fafd40c-11d8-133e-0957-a4148eaafa6e-70d4424e, #w-node-_5fafd40c-11d8-133e-0957-a4148eaafa73-70d4424e, #w-node-_40ee4c35-4199-39b3-3644-306f92ef0136-70d4424e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd0dcbc8-fd3f-9c80-f18e-006621dcbd99-70d4424e {
  justify-self: start;
}

#w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44252, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-70d44252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc74a704-7ba1-2e59-cfa3-744894ebd52e-70d44255 {
  align-self: stretch;
}

#w-node-bc74a704-7ba1-2e59-cfa3-744894ebd533-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd535-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd536-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd53b-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd541-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd543-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd54a-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd54c-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd54d-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd553-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd555-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd556-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd55c-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd55e-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd55f-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd565-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd567-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd568-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd56d-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd574-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd57a-70d44255, #w-node-bc74a704-7ba1-2e59-cfa3-744894ebd580-70d44255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc74a704-7ba1-2e59-cfa3-744894ebd5a3-70d44255 {
  justify-self: start;
}

#w-node-_1396452b-34f8-ca55-8995-82a3c2e1b4d9-70d44258, #w-node-_1db7388d-2dd4-1144-a493-8dcb9ef29431-70d44258, #w-node-_1db7388d-2dd4-1144-a493-8dcb9ef29432-70d44258, #w-node-_1db7388d-2dd4-1144-a493-8dcb9ef29434-70d44258, #w-node-c463ea8b-346b-b1fd-2d9f-18683245af31-70d44258, #w-node-c463ea8b-346b-b1fd-2d9f-18683245af41-70d44258, #w-node-c463ea8b-346b-b1fd-2d9f-18683245af47-70d44258, #w-node-c463ea8b-346b-b1fd-2d9f-18683245af4b-70d44258, #w-node-_53a72622-85a4-d4f6-144c-744a1d17287a-70d44258, #w-node-_53a72622-85a4-d4f6-144c-744a1d17288c-70d44258, #w-node-_53a72622-85a4-d4f6-144c-744a1d172892-70d44258, #w-node-_53a72622-85a4-d4f6-144c-744a1d172896-70d44258, #w-node-ca4ab8e6-36fe-87ca-bcbc-37fdb172dc9c-70d4425c, #w-node-dd35bbd9-37b1-e484-71e6-44218272403f-70d4425c, #w-node-dd35bbd9-37b1-e484-71e6-442182724042-70d4425c, #w-node-c2eb7b16-b4e4-753a-3e94-0fc9ee9891af-70d4425c, #w-node-e635c4dd-f0d0-7dae-de27-8dfaef9aaf55-70d4425f, #w-node-_4eee0efa-b5e0-e9f9-ef5e-29e5d829507d-70d4425f, #w-node-_6ce917f0-b319-395a-c28b-8d163aa56a46-70d4425f, #w-node-_75346b83-638b-e462-ace3-b7fcbd5bcceb-70d44260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75346b83-638b-e462-ace3-b7fcbd5bccec-70d44260 {
  order: 9999;
}

#w-node-_273c07b4-e5ee-b863-c0e7-e3b10461085d-70d44265 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d71f1-7732-76f8-e98c-c058585ebcad-70d44265 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ac1e0d6-dd7b-209f-8e13-6d37deb3691e-70d44265, #w-node-_87ce9a14-35f7-d5ce-dab0-c81244b52da8-70d44265, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44268, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-70d44268, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44269, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-70d44269, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b4f-70d44269, #w-node-f4314992-9530-8779-10a3-60334b23f6c6-70d44269, #w-node-_4b037559-e7bc-a9fb-9a87-c7253cfe7226-70d44269, #field-5.w-node-f61a732a-d809-30ce-7171-4c4051e4d476-70d44269, #w-node-_62cdf995-be8e-2270-701b-62963643492e-70d44269, #w-node-_75535120-ebac-989a-498b-0a755fec17e4-70d44269, #w-node-_8bdba95b-beef-a7e6-d287-55171577b60e-70d44269, #w-node-_9042ba7c-abb6-3bbb-7b33-7b7044d2ba25-70d44269, #w-node-_83218c02-26bf-ba6d-729b-0d6b3eb3cc94-70d44269, #w-node-f6786acf-6036-2c00-5bd1-b2201964eff3-70d44269, #w-node-_306943cd-386e-ee01-d171-30eecaba697c-70d44269, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8156-70d44269, #w-node-_1dadca3a-d042-5a04-d578-441d54ca816f-70d44269, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d44269, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8172-70d44269, #w-node-_1dadca3a-d042-5a04-d578-441d54ca817b-70d44269, #w-node-_54ce18b2-9cb0-b9ca-6884-7eefe44071b0-70d44269, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4426a, #w-node-f4314992-9530-8779-10a3-60334b23f6c6-70d4426a, #w-node-_4b037559-e7bc-a9fb-9a87-c7253cfe7226-70d4426a, #field-5.w-node-f61a732a-d809-30ce-7171-4c4051e4d476-70d4426a, #w-node-_62cdf995-be8e-2270-701b-62963643492e-70d4426a, #w-node-_75535120-ebac-989a-498b-0a755fec17e4-70d4426a, #w-node-_8bdba95b-beef-a7e6-d287-55171577b60e-70d4426a, #w-node-_9042ba7c-abb6-3bbb-7b33-7b7044d2ba25-70d4426a, #w-node-_0fc372e1-e168-ec68-05b3-f77171733fa1-70d4426a, #w-node-f6786acf-6036-2c00-5bd1-b2201964eff3-70d4426a, #w-node-_594b6e3b-b924-de1e-52ce-5caf3a56a05c-70d4426a, #w-node-_594b6e3b-b924-de1e-52ce-5caf3a56a05f-70d4426a, #w-node-_594b6e3b-b924-de1e-52ce-5caf3a56a062-70d4426a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca816f-70d4426a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8172-70d4426a, #w-node-a27b9be4-7cef-bb12-e283-8d184d8235ed-70d4426a, #w-node-a27b9be4-7cef-bb12-e283-8d184d8235f2-70d4426a, #w-node-d19ba727-154a-9a3f-c355-4110d22f7a71-70d4426a, #w-node-_8e3061d4-2795-9616-8a04-c59d8937fc47-70d4426a, #w-node-abf79c5a-98e4-07bd-9bf6-cd932dd98338-70d4426d, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4426d, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-70d4426d, #w-node-_9d3adb65-f4d3-938d-35a5-cb63509c151b-70d4426f, #w-node-_9d3adb65-f4d3-938d-35a5-cb63509c1528-70d4426f, #w-node-_9d3adb65-f4d3-938d-35a5-cb63509c152a-70d4426f, #w-node-_9d3adb65-f4d3-938d-35a5-cb63509c152b-70d4426f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-70d4427d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-70d4427d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-70d4427d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-70d4427d {
  justify-self: start;
}

#w-node-abf79c5a-98e4-07bd-9bf6-cd932dd98338-70d4427e, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4427e, #w-node-a167080d-f717-1779-d669-d3a55d2b13bb-70d4427e, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-70d4427e, #w-node-abf79c5a-98e4-07bd-9bf6-cd932dd98338-70d4427f, #w-node-a167080d-f717-1779-d669-d3a55d2b13bb-70d4427f, #w-node-_17bf11ca-626f-4ec8-170e-86e6922c7503-70d4427f, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-b687e98a, #w-node-f4314992-9530-8779-10a3-60334b23f6c6-b687e98a, #w-node-_4b037559-e7bc-a9fb-9a87-c7253cfe7226-b687e98a, #field-5.w-node-f61a732a-d809-30ce-7171-4c4051e4d476-b687e98a, #w-node-_62cdf995-be8e-2270-701b-62963643492e-b687e98a, #w-node-_75535120-ebac-989a-498b-0a755fec17e4-b687e98a, #w-node-_8bdba95b-beef-a7e6-d287-55171577b60e-b687e98a, #w-node-_9042ba7c-abb6-3bbb-7b33-7b7044d2ba25-b687e98a, #w-node-_0fc372e1-e168-ec68-05b3-f77171733fa1-b687e98a, #w-node-_83218c02-26bf-ba6d-729b-0d6b3eb3cc94-b687e98a, #w-node-f6786acf-6036-2c00-5bd1-b2201964eff3-b687e98a, #w-node-_306943cd-386e-ee01-d171-30eecaba697c-b687e98a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8156-b687e98a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca816f-b687e98a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-b687e98a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca8172-b687e98a, #w-node-_1dadca3a-d042-5a04-d578-441d54ca817b-b687e98a, #w-node-_54ce18b2-9cb0-b9ca-6884-7eefe44071b0-b687e98a, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-03ee526f, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-03ee526f, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-fa7dca73, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3f-fa7dca73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ee0a9d52-1592-59ec-1ea4-e82d6ff47c91-6ff47c90 {
    align-self: center;
  }

  #w-node-_8d61beb9-6f44-55e2-a935-0f4f1dd9a2a7-70d4424d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44252, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44268, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44269, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4426a, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4426d, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4427e, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-b687e98a, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-03ee526f, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-fa7dca73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media (max-width:840px){
  .home-main-article_image-wrapper picture img {
    width: auto;
    max-width: unset;
    height: 100%;
}
}

@media screen and (max-width: 767px) {
  #w-node-c52c953c-fca6-e02b-ed92-ac6e6df930da-70d4420f, #w-node-_354ffff1-47a6-8dce-c2fe-d1ce96433c28-70d4420f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4a82d098-d95d-a5df-dc25-2065c815f3bf-6ff47c90 {
    align-self: center;
  }

  #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c463ea8b-346b-b1fd-2d9f-18683245af4c-70d44258, #w-node-_53a72622-85a4-d4f6-144c-744a1d172897-70d44258 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44268, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d44269, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4426a, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4426d, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-70d4427e, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-b687e98a, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-03ee526f, #w-node-_1929e71e-5161-2206-06e2-206fba4e7b3c-fa7dca73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c52c953c-fca6-e02b-ed92-ac6e6df930d5-70d4420f, #w-node-_354ffff1-47a6-8dce-c2fe-d1ce96433c25-70d4420f, #w-node-_501a6ddf-5609-ce0f-0a1e-cc2c06b8540d-70d4420f, #w-node-a6ffa404-b0c2-4a57-7749-ec931f9bde6a-70d4420f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3c0d4c16-6092-88ad-753d-976756e8d87d-56e8d879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1396452b-34f8-ca55-8995-82a3c2e1b4d9-70d44258 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c463ea8b-346b-b1fd-2d9f-18683245af47-70d44258, #w-node-_53a72622-85a4-d4f6-144c-744a1d172892-70d44258 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px){
.page-id-17649 .w-layout-grid.home-guide_item-layout div#w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a {
    padding-right: 0px;
}

}

@media only screen and (max-width: 767px){
.page-id-17649 .w-layout-grid.home-guide_item-layout div#w-node-_1dadca3a-d042-5a04-d578-441d54ca8171-70d4426a {
    padding-right: 0px;
}
.page-id-25321 div#w-node-_1929e71e-5161-2206-06e2-206fba4e7b4f-70d44269 img{
    width: auto;
}
}