@font-face {
  font-family: Icons Hotel Template;
  src: url('../fonts/icons-hotel-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Muli;
  src: url('../fonts/Muli-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

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

:root {
  --neutral-600: #626262;
  --neutral-700: #060606;
  --primary-1: #060606;
  --neutral-500: #8b8b8b;
  --neutral-400: #b8b8b8;
  --neutral-300: #cfcfcf;
  --neutral-200: #f8f8f8;
  --neutral-100: white;
  --royal-blue: #15579e;
  --cornflower-blue: #6392c5;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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;
  }
}

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

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

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

body {
  color: var(--neutral-600);
  letter-spacing: -.02em;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 1.778em;
}

h1 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.313em;
}

h2 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.286em;
}

h3 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.462em;
}

h5 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.636em;
}

h6 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

p {
  margin-bottom: 18px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: var(--neutral-500);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  color: var(--neutral-700);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

strong {
  color: var(--neutral-700);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  color: var(--neutral-700);
  text-align: center;
  border-left: 0 solid #000;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.571em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6em;
}

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

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

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

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

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

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

.flex {
  display: flex;
}

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

.color-white {
  color: #fff;
}

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

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.styleguide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 10px;
}

.container-default {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  top: 0;
}

.container-default.bigger-size {
  align-items: center;
  height: 900px;
  display: flex;
}

.container-default.less-space-up {
  top: 259px;
}

.container-default.less-space-up.lore-less-psace-up {
  max-width: 1360px;
  position: static;
  top: 114px;
}

.container-medium {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.styleguide-content {
  border: 1px solid var(--neutral-300);
  background-color: #fff;
  flex: 1;
  max-width: 100%;
  margin-left: 18px;
}

.styleguide-seccion {
  padding-top: 210px;
  padding-bottom: 86px;
}

.styleguide-title {
  color: #fff;
  margin-top: 0;
}

.styleguide-header {
  background-color: var(--primary-1);
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.styleguide-icon-link {
  background-color: var(--primary-1);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  color: var(--neutral-600);
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: flex;
}

.styleguide-link:hover {
  background-color: var(--neutral-200);
  color: var(--primary-1);
}

.styleguide-link.w--current {
  background-color: var(--neutral-200);
  color: var(--primary-1);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  border-bottom: 1px solid var(--neutral-200);
  color: var(--neutral-700);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-200);
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  background-color: #fff;
  box-shadow: 0 8px 16px #110a630a, 0 12px 22px #8076f70a;
}

.color-block {
  min-height: 120px;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-700);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-500);
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details.mg-top--24px {
  margin-top: -24px;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5em;
}

.styleguide-subheader {
  background-color: var(--neutral-200);
  padding: 56px 68px;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.styleguide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.header {
  background-color: var(--neutral-100);
  width: 100vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.header-logo {
  width: 140px;
  max-width: none;
}

.header-navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  text-align: center;
  margin-left: 0;
  line-height: 15px;
}

.nav-item-wrapper.button-header-mobile-wrapper {
  display: none;
}

.nav-item-wrapper.less-padding {
  margin-left: 0;
}

.menu-button {
  display: none;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.size-1 {
  margin-bottom: 32px;
  font-size: 84px;
  line-height: 1.095em;
}

.size-1.home {
  width: 55%;
  font-size: 56px;
}

.footer {
  border-top: 1px none var(--neutral-300);
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 0;
}

.footer-grid {
  grid-column-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 50% auto;
  margin-bottom: 92px;
}

.footer-logo-container {
  margin-bottom: 24px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale(1.1);
}

.footer-logo {
  width: 167px;
  margin-bottom: 12px;
}

.page-wrapper {
  width: 100%;
}

.licenses-hero {
  background-color: var(--primary-1);
  padding-top: 210px;
  padding-bottom: 90px;
}

.section {
  padding-top: 52px;
  padding-bottom: 140px;
}

.section.hero {
  align-items: center;
  height: 80vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section.hero.hidden {
  display: none;
}

.section.about {
  background-color: var(--neutral-200);
  padding-top: 218px;
  padding-bottom: 218px;
}

.section.cta {
  padding-top: 79px;
  padding-bottom: 79px;
  position: relative;
  overflow: hidden;
}

.section.restaurant-section {
  background-color: var(--neutral-200);
  position: relative;
}

.section.experiences {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.testimonials {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.instagram {
  background-color: var(--neutral-200);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.instagram.white {
  background-color: var(--neutral-100);
  padding-bottom: 47px;
}

.section.about-page {
  background-color: var(--neutral-700);
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.about-us {
  background-color: var(--royal-blue);
  padding-top: 65px;
  padding-bottom: 110px;
  position: static;
}

.section.about-experiences {
  background-color: var(--neutral-200);
  height: 1100px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-team {
  background-color: var(--neutral-700);
}

.section.blog {
  padding-top: 212px;
  padding-bottom: 120px;
}

.section.blog-content {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.blog-post-page {
  padding-top: 235px;
  padding-bottom: 120px;
  position: relative;
}

.section.blog-post-newsletter {
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.section.rooms {
  padding-top: 152px;
  padding-bottom: 100px;
}

.section.room {
  background-color: var(--neutral-700);
  padding-top: 0;
  padding-bottom: 53px;
  position: relative;
}

.section.about-this-room {
  background-color: var(--neutral-700);
}

.section.room-gallery {
  background-color: var(--neutral-200);
  padding-top: 81px;
  padding-bottom: 80px;
}

.section.restaurant-menu {
  background-color: var(--neutral-200);
}

.section.locations {
  padding-top: 99px;
  padding-bottom: 95px;
}

.section.location-page {
  padding-top: 242px;
  padding-bottom: 111px;
  position: relative;
  overflow: hidden;
}

.section.location-about {
  background-color: var(--neutral-700);
}

.section.contact {
  background-color: var(--neutral-700);
  background-image: linear-gradient(#00000075, #00000075), url('../images/View-6.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 222px;
  padding-bottom: 40px;
}

.section.request-info {
  padding-top: 87px;
  padding-left: 21px;
  padding-right: 21px;
  position: relative;
  overflow: hidden;
}

.section.faqs {
  background-color: var(--neutral-200);
}

.section.blog-category {
  padding-top: 235px;
  padding-bottom: 120px;
  position: relative;
}

.section.search {
  padding-top: 212px;
  padding-bottom: 120px;
  position: relative;
}

.section.restaurant-hero {
  background-color: var(--neutral-100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.restaurant-hero.group-travel {
  width: 100%;
  padding-top: 319px;
}

.section.rooms-section {
  padding-top: 99px;
  padding-bottom: 99px;
}

.section.grey-back {
  background-color: var(--neutral-200);
  padding-top: 124px;
  padding-bottom: 149px;
}

.divider-64px {
  background-color: var(--neutral-300);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.utility-page-wrap {
  background-color: var(--neutral-700);
  justify-content: center;
  align-items: center;
  height: 1000px;
  max-height: 100%;
  padding: 60px 24px;
  display: flex;
}

.utility-page-wrap.password {
  background-color: var(--neutral-200);
  height: 100%;
  padding-top: 210px;
  padding-bottom: 80px;
}

.utility-page-wrap._404 {
  background-image: linear-gradient(to bottom, var(--primary-1) 70%, white 70%);
  height: 100%;
  padding-top: 84px;
  padding-bottom: 230px;
}

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

.input {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  min-height: 68px;
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 1em;
  transition: border-color .35s, color .35s;
}

.input:hover {
  border-color: var(--neutral-600);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--primary-1);
  color: var(--neutral-700);
}

.input::placeholder {
  color: var(--neutral-600);
}

.input.newsletter {
  border-color: var(--neutral-100);
  margin-right: 24px;
}

.input.newsletter:hover {
  border-color: var(--neutral-100);
}

.input.newsletter::placeholder {
  color: var(--neutral-400);
}

.input.blog-post-newsletter {
  width: 70%;
  margin-right: 16px;
}

.input.search {
  margin-right: 20px;
}

.input.checkout {
  min-height: 48px;
  margin-bottom: 16px;
}

.input.checkout.discount {
  margin-top: 8px;
  margin-bottom: 14px;
}

.input.password {
  margin-bottom: 20px;
}

._404-title {
  color: var(--primary-1);
  margin-bottom: 7px;
  font-size: 180px;
  font-weight: 400;
  line-height: 160px;
}

.nav-item {
  color: var(--neutral-700);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s, color .35s;
}

.nav-item:hover {
  color: var(--cornflower-blue);
}

.nav-item.footer-link {
  color: var(--neutral-600);
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 18px;
}

.nav-item.blog-post-page {
  color: var(--neutral-100);
  display: flex;
}

.nav-item.dropdown {
  padding: 0;
  transition: color .35s;
}

.nav-item.dropdown:hover {
  color: var(--neutral-500);
}

.nav-item.video {
  white-space: nowrap;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.nav-item.blog-featured-link {
  display: flex;
}

.nav-item.blog-featured-link:hover {
  color: var(--neutral-700);
}

.nav-item.header-link {
  font-size: 12px;
  line-height: 12px;
}

.nav-item.header-link:hover {
  color: var(--royal-blue);
}

.nav-item.header-link.w--current {
  font-size: 12px;
}

.nav-item.header-link.w--current:hover {
  color: var(--royal-blue);
}

.nav-item.blog-category {
  border-left: 1px solid var(--neutral-300);
  color: var(--neutral-100);
  padding-left: 16px;
  padding-right: 16px;
}

.nav-item.blog-category:hover {
  color: var(--neutral-300);
}

.nav-item.blog-category.w--current {
  font-weight: 700;
}

.nav-item.harder-link {
  font-size: 12px;
  line-height: 12px;
}

.nav-item.less-paadding {
  margin-left: 21px;
  padding-left: 5px;
  padding-right: 15px;
}

.nav-item.less-paadding:hover {
  color: var(--royal-blue);
}

.container-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  display: flex;
}

.split-content {
  width: 56%;
  padding-right: 55px;
}

.split-content.header-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.split-content.hero-left {
  max-width: none;
}

.split-content.header-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-right: 0;
  display: flex;
}

.split-content.restaurant-left {
  max-width: 40%;
  margin-right: 40px;
}

.split-content.restaurant-right {
  flex-direction: column;
  align-self: stretch;
  width: 58%;
  display: flex;
}

.split-content.footer-top-left {
  width: 50%;
  max-width: none;
  padding-right: 54px;
}

.split-content.about-us-left {
  max-width: 42%;
  margin-right: 40px;
}

.split-content.amenities-left {
  max-width: 45%;
}

.split-content.about-us-right {
  max-width: 50%;
  display: flex;
}

.split-content.blog-top-left {
  max-width: 720px;
  margin-right: 20px;
}

.split-content.newsletter-right {
  max-width: 595px;
  padding-top: 26px;
}

.split-content.card-about-room-left {
  width: 50%;
  max-width: 192px;
}

.split-content.card-about-room-right {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  max-width: none;
  height: 80px;
  display: flex;
}

.split-content.room-left {
  max-width: 50%;
}

.split-content.amenities-page-left {
  max-width: 44%;
}

.split-content.location-about-left {
  max-width: 42%;
}

.split-content.request-info-left {
  max-width: 50%;
  position: relative;
}

.paragraph {
  padding-right: 1px;
}

.paragraph.hero {
  max-width: 508px;
  margin-bottom: 48px;
}

.paragraph.about {
  text-align: left;
  margin-bottom: 48px;
  padding-right: 0;
}

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

.paragraph.restaurant {
  margin-bottom: 48px;
}

.paragraph.experiences {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.testimonials {
  margin-bottom: 0;
}

.paragraph.footer-paragraph {
  margin-bottom: 46px;
}

.paragraph.about-page {
  max-width: 590px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.about-us {
  color: var(--neutral-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.about-restaurant {
  margin-bottom: 28px;
  padding-right: 0;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.about-experiences {
  text-align: left;
  margin-bottom: 48px;
  padding-right: 0;
}

.paragraph.our-team {
  color: var(--neutral-300);
  margin-bottom: 0;
}

.paragraph.watch {
  max-width: 610px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.our-team-wrapper-paragraph {
  color: var(--neutral-200);
  margin-bottom: 0;
}

.paragraph.blog {
  max-width: 585px;
  margin-bottom: 0;
}

.paragraph.blog-paragraph-featured, .paragraph.blog-post {
  margin-bottom: 40px;
}

.paragraph.newsletter {
  color: var(--neutral-300);
  margin-bottom: 36px;
}

.paragraph.blog-post-newsletter {
  max-width: 536px;
  margin-bottom: 32px;
}

.paragraph.room {
  margin-bottom: 32px;
}

.paragraph.amenities, .paragraph.room-gallery {
  margin-bottom: 0;
}

.paragraph.restaurant-hero {
  max-width: 580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.restaurant-hero.left-aligment {
  text-align: left;
}

.paragraph.restaurant-about {
  margin-bottom: 0;
}

.paragraph.locations-page {
  margin-bottom: 40px;
}

.paragraph.location-about {
  color: var(--neutral-300);
  margin-bottom: 48px;
}

.paragraph.location-gallery {
  margin-bottom: 0;
}

.paragraph.contact {
  color: var(--neutral-300);
  margin-bottom: 0;
}

.paragraph.request-info {
  max-width: none;
  margin-bottom: 40px;
}

.paragraph.faqs {
  margin-bottom: 0;
}

.paragraph.faq {
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 16px;
}

.paragraph.blog-category {
  max-width: 400px;
  color: var(--neutral-300);
}

.paragraph.search-paragraph {
  margin-bottom: 32px;
}

.paragraph.checkout-paragraph {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph._404 {
  max-width: 380px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph.room-section {
  margin-bottom: 0;
}

.paragraph.more-space-up {
  margin-top: 0;
}

.image-wrapper {
  align-self: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.image-wrapper.hero {
  z-index: -1;
  width: 46%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-wrapper.about, .image-wrapper.about-experiences {
  max-width: 776px;
}

.image-wrapper.blog-post {
  margin-bottom: 25px;
}

.image-wrapper.chef {
  margin-bottom: 33px;
}

.image-wrapper.blog-post-featured {
  width: 82%;
  position: absolute;
  top: 0;
  right: 0;
}

.image-wrapper.instagram {
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  position: relative;
}

.image-wrapper.instagram.actual-height-size {
  height: auto;
}

.image-wrapper.bg-about-page {
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.image-wrapper.room {
  max-height: 679px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.image-wrapper.restaurant {
  background-image: url('../images/Restaurant-7.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  position: static;
  inset: 0%;
}

.image-wrapper.restaurant.group-travel {
  height: 300px;
}

.image-wrapper.main-image-location {
  width: 73%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.image-wrapper.request-info {
  max-width: 50%;
  max-height: none;
  padding-top: 245px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-wrapper.restaurant-about-1, .image-wrapper.restaurant-about-2 {
  height: auto;
}

.image-wrapper.restaurant-about-3 {
  height: auto;
  display: flex;
}

.image.hero {
  object-fit: cover;
  background-color: #ddd0;
  min-width: 100%;
  height: 100%;
}

.image.cta-bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image.restaurant-1 {
  z-index: 1;
  max-width: 70%;
  position: relative;
  box-shadow: 0 4px 34px #00000017;
}

.image.restaurant-2 {
  z-index: 2;
  align-self: flex-end;
  max-width: 416px;
  margin-top: -299px;
  position: relative;
}

.image.testimonial {
  width: 56px;
  height: 56px;
}

.image.bg-about-page {
  object-fit: cover;
  background-image: url('../images/View-10.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.image.about-us-1 {
  align-self: flex-start;
  max-width: 56%;
}

.image.amenities {
  object-fit: cover;
  width: 275px;
  height: 275px;
}

.image.our-team {
  margin-bottom: 40px;
}

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

.image.newsletter {
  object-fit: cover;
  max-width: 38%;
  height: 418.438px;
  margin-right: 30px;
}

.image.room-page {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 542px;
}

.image.about-this-room {
  object-fit: cover;
  max-width: 66%;
  height: 730.141px;
}

.image.room-gallery {
  width: 100%;
}

.image.location-about-1 {
  align-self: flex-start;
  max-width: 59%;
}

.image.location-about-2 {
  align-self: flex-end;
  max-width: 59%;
  margin-top: 119px;
  margin-left: -109px;
  box-shadow: 0 4px 74px #00000073;
}

.image.order-item {
  align-self: flex-start;
  margin-bottom: 0;
}

.image.about-us-2 {
  max-width: 56%;
  margin-top: 100px;
  margin-left: -72px;
  box-shadow: 0 4px 54px #0000008c;
}

.image.location-gallery-1 {
  width: 638px;
  height: 100%;
}

.image.location-gallery-2, .image.location-gallery-3 {
  width: 514px;
  height: 100%;
}

.image.location-gallery-4 {
  width: 638px;
  height: 100%;
}

.image.room-section {
  text-align: center;
  object-fit: cover;
  max-width: 454px;
  height: 642px;
}

.image.room {
  object-fit: cover;
  width: 100%;
  height: 679px;
}

.image.restaurant {
  object-fit: cover;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image.restaurant.group-travel {
  height: 300px;
}

.image.restaurant.evente {
  height: 200px;
}

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

.image.product-cart {
  object-fit: cover;
  width: 90px;
  min-height: 70px;
}

.about-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.card {
  background-color: var(--neutral-100);
  flex-direction: column;
  justify-content: center;
  width: 44%;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.card.about {
  z-index: 1;
  opacity: 1;
  text-align: center;
  background-color: #ffffffe6;
  flex-direction: column;
  align-items: flex-start;
  max-width: 663px;
  padding: 96px 80px;
  display: flex;
  position: absolute;
  right: 0;
}

.card.cta {
  background-color: #ffffffe0;
  width: auto;
  max-width: 600px;
  padding: 44px 60px;
}

.card.experiences {
  padding-bottom: 0;
}

.card.testimonial {
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: var(--neutral-700) var(--neutral-300) var(--neutral-300);
  padding: 32px 40px;
}

.card.about-page {
  z-index: 1;
  text-align: center;
  background-color: #ffffffe0;
  padding: 64px 60px;
  position: relative;
  bottom: -64px;
}

.card.about-page.full-length {
  width: auto;
  position: relative;
  top: -124px;
  bottom: 0;
}

.card.about-restaurant {
  padding-bottom: 0;
}

.card.about-experiences {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 663px;
  padding: 96px 80px;
  display: flex;
  position: absolute;
  right: 0;
}

.card.watch {
  z-index: 1;
  border: 1px none var(--neutral-400);
  text-align: center;
  background-color: #ffffffde;
  max-width: 83%;
  margin-bottom: 161px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 30px 0;
  position: relative;
}

.card.blog-featured-card {
  max-width: 685px;
  padding: 69px 46px;
  position: relative;
}

.card.blog-post-newsletter {
  border: 1px solid var(--neutral-300);
  max-width: 776px;
  padding: 64px 66px 80px;
}

.card.room-page {
  margin-top: -96px;
  margin-right: 33px;
  padding: 57px 33px;
  position: relative;
}

.card.room-page.full-width {
  width: auto;
}

.card.reservate-room {
  border: 1px solid var(--neutral-300);
  width: 44%;
  overflow: hidden;
}

.card.about-this-room {
  z-index: 1;
  text-align: center;
  max-width: 653px;
  padding: 89px 80px;
  position: absolute;
  right: 0;
}

.card.location {
  margin-top: -107px;
  margin-right: 33px;
  padding: 50px 50px 50px 34px;
  position: relative;
}

.card.location-page {
  max-width: 600px;
  padding-top: 61px;
  padding-bottom: 61px;
  padding-right: 72px;
  position: relative;
}

.card.request-info {
  border: 1px solid var(--neutral-300);
  padding: 54px 52px;
}

.card.request-info.full-width {
  width: 100%;
  padding: 24px;
}

.card.search-result-wrapper {
  border: 1px solid var(--neutral-300);
  max-width: 800px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 52px;
}

.card._404 {
  border: 1px solid var(--neutral-300);
  width: 820px;
  margin-bottom: 0;
  padding: 40px;
  position: relative;
  bottom: -126px;
}

.card.password {
  text-align: center;
  max-width: 653px;
  margin-bottom: 0;
  padding: 96px 60px;
}

.card.restaurant-hero {
  text-align: center;
  padding: 65px 30px;
  position: relative;
}

.card.restaurant-hero.wider {
  background-color: #ffffffdb;
  align-items: center;
  width: 50%;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.card.restaurant-hero.wider.more-space-up {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.card.restaurant-hero.wider.more-space-up._100 {
  width: 100%;
}

.card.room-section {
  background-color: var(--neutral-200);
  width: 50%;
  max-width: 650px;
  padding: 40px 48px;
}

.subtitle-wrapper {
  color: var(--neutral-700);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.subtitle-wrapper.left {
  justify-content: flex-start;
}

.subtitle-wrapper.left.white, .subtitle-wrapper.our-team {
  color: var(--neutral-100);
}

.subtitle-wrapper.blog-post-category {
  justify-content: flex-start;
  margin-bottom: 0;
}

.subtitle-wrapper.blog-post-page {
  justify-content: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.subtitle-wrapper.restaurant-page {
  margin-bottom: 17px;
}

.subtitle-wrapper.blog, .subtitle-wrapper.amenities {
  justify-content: flex-start;
}

.subtitle-wrapper.amenities.more-details-back {
  background-color: var(--neutral-700);
  color: var(--neutral-200);
  padding: 11px;
}

.subtitle-wrapper.restaurant-menu {
  margin-bottom: 17px;
}

.dash {
  background-color: var(--neutral-700);
  width: 40px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.dash.white, .dash.our-team {
  background-color: var(--neutral-100);
}

.dash-accent {
  background-color: var(--neutral-700);
  width: 40px;
  height: 1px;
  margin-bottom: 18px;
}

.hover-button-secondary {
  background-color: var(--primary-1);
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-button-secondary._2 {
  background-color: var(--neutral-100);
}

.button-primary {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 22px 46px;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-primary.large {
  align-items: center;
  height: 60px;
  padding: 0 23px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.button-primary.large.main-buttons-home {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  transition: all .45s, color .35s;
}

.button-primary.large.main-buttons-home:hover {
  border-color: var(--neutral-700);
  background-color: var(--neutral-700);
  color: #fff;
}

.button-primary.small {
  padding: 18px 36px;
}

.button-primary.main-header {
  white-space: nowrap;
  margin-bottom: 0;
  padding: 7px 0;
}

.button-primary.main-header.full-length, .button-primary.main-header.full-length.w--current {
  width: 100%;
}

.button-primary.main-header.calendar {
  padding-left: 1vw;
  padding-right: 1vw;
}

.button-primary.wrapper {
  padding: 0;
}

.button-primary.wrapper.reservate-room {
  flex: 1;
}

.button-primary.wrapper.password {
  align-self: stretch;
}

.button-primary.empty-cart {
  white-space: nowrap;
  margin-top: 20px;
  padding: 18px 2vw;
}

.button-primary.button-header-mobile {
  white-space: nowrap;
  padding: 18px 2vw;
}

.spacer._2-buttons {
  width: 24px;
}

.spacer.links-footer {
  width: 2vw;
}

.spacer.faq-content {
  height: 25px;
}

.button-secondary-text {
  z-index: 1;
  font-size: 12px;
  position: relative;
}

.button-primary-text {
  z-index: 1;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.button-primary-text:hover {
  color: #ffffffe0;
}

.hover-button-primary {
  background-color: var(--neutral-100);
  display: none;
  position: absolute;
  inset: 0%;
}

.button-secondary {
  border: 1px solid var(--primary-1);
  color: var(--neutral-700);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  position: relative;
}

.button-secondary.large {
  color: #fff;
  border-color: #fff;
  align-items: center;
  height: 60px;
  padding: 0 58px;
  display: flex;
}

.button-secondary.large.main-button-home {
  transition: all .475s, color .35s;
}

.button-secondary.large.main-button-home:hover {
  color: var(--neutral-700);
  background-color: #fff;
  border-color: #fff;
}

.button-secondary.small {
  padding: 18px 36px;
}

.button-secondary._2 {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.button-secondary._2.wrapper {
  padding: 0;
}

.button-secondary.room-section-slider {
  z-index: 1;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.buy-now {
  background-color: #0000;
  margin-top: 22px;
  transition: color .35s, background-color .35s;
}

.button-secondary.buy-now:hover {
  background-color: var(--primary-1);
  color: #fff;
}

.button-secondary.discount {
  background-color: #0000;
  justify-content: center;
  height: 56px;
  margin-left: 0;
  transition: color .35s, background-color .35s;
}

.button-secondary.discount:hover {
  background-color: var(--primary-1);
  color: #fff;
}

.button-secondary.other-button {
  color: #fff;
  border-color: #fff;
}

._2-buttons {
  display: flex;
}

.cart-quantity {
  background-color: var(--neutral-700);
  width: 24px;
  min-width: 0;
  height: 24px;
  color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 5px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.cart-button {
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  margin-right: 2vw;
  padding: 0;
  font-size: 16px;
  line-height: 1em;
}

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

.container-small-616px {
  max-width: 616px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-616px.text-center {
  max-width: 80%;
}

.experiences-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.experiences-grid.ffff {
  padding-bottom: 35px;
  display: flex;
}

.card-experiences-content {
  border-right: 1px solid var(--neutral-300);
  border-bottom: 1px solid var(--neutral-300);
  border-left: 1px solid var(--neutral-300);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 55px 19px;
  display: flex;
}

.container-small-658px {
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.title.testimonials {
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
}

.title.footer-follow-us {
  color: var(--neutral-700);
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1em;
}

.title.about-us {
  color: var(--neutral-100);
  line-height: 52px;
}

.title.our-team, .title.our-team-wrapper-title {
  color: var(--neutral-100);
}

.title.blog-title-featured {
  margin-bottom: 24px;
  transition: color .35s;
}

.title.blog-title-featured:hover {
  color: var(--neutral-600);
}

.title.blog-content {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title.newsletter {
  color: var(--neutral-100);
}

.title.blog-post-page {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title.room {
  max-width: 450px;
  margin-bottom: 16px;
}

.title.restaurant {
  width: 100%;
  max-width: none;
  color: var(--royal-blue);
  margin-left: auto;
  margin-right: auto;
  line-height: 66px;
}

.title.restaurant.left-alignemnt {
  text-align: left;
}

.title.our-chefs {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.title.restaurant-menu {
  text-align: center;
  max-width: 570px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.title.restaurant-tab-pane-title {
  margin-top: 30px;
  margin-bottom: 6px;
}

.title.restaurant-tab-pane-title.white {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title.restaurant-tab-pane-title.more-space-down {
  margin-bottom: 18px;
}

.title.chef {
  margin-bottom: 8px;
}

.title.location {
  margin-bottom: 25px;
  transition: color .35s;
}

.title.location:hover {
  color: var(--neutral-600);
}

.title.locations {
  margin-bottom: 16px;
}

.title.location-page {
  max-width: 500px;
  margin-bottom: 13px;
}

.title.location-about {
  color: var(--neutral-100);
}

.title.contact {
  color: var(--neutral-100);
  margin-bottom: 16px;
}

.title.request-info {
  max-width: 70%;
}

.title.faqs {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.title.faq {
  margin-bottom: 0;
  margin-left: 16px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.title.blog-category {
  color: var(--neutral-100);
  margin-bottom: 16px;
}

.title.search {
  color: var(--neutral-100);
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item {
  color: var(--neutral-700);
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1em;
}

.title.checkout-title {
  margin-bottom: 10px;
  font-size: 52px;
}

.title.password {
  margin-top: 20px;
  margin-bottom: 10px;
}

.title.experiences {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.title.instagram {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.title.card-room {
  text-transform: capitalize;
  transition: color .35s;
}

.title.card-room:hover {
  color: var(--neutral-600);
}

.title.gallery {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.title._404 {
  margin-bottom: 6px;
}

.title.cart-product {
  color: var(--neutral-700);
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.25em;
  transition: color .35s;
}

.title.cart-product:hover {
  color: var(--neutral-500);
}

.title.watch-video {
  max-width: 500px;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
}

.title.room-gallery {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.title.space-up {
  margin-top: 49px;
}

.testimonials-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 54px;
}

.divider {
  background-color: var(--neutral-300);
  height: 1px;
}

.divider.testimonial {
  margin-top: 38px;
  margin-bottom: 28px;
}

.divider.footer-divider {
  margin-top: 41px;
  margin-bottom: 50px;
}

.divider.pagination {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.room-page {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.amenities {
  align-self: stretch;
  width: 1px;
  height: auto;
  margin-left: 5vw;
  margin-right: 5vw;
}

.divider.contact {
  background-color: var(--neutral-600);
  margin-top: 100px;
  margin-bottom: 40px;
}

.divider.faq {
  margin-top: 40px;
  margin-bottom: 32px;
}

.divider.search {
  margin-top: 42px;
  margin-bottom: 42px;
}

.divider.space {
  margin-top: 56px;
  margin-bottom: 56px;
}

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

.testimonial-name {
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.111em;
}

.testimonial-about-content {
  margin-left: 18px;
}

.testimonial-from {
  line-height: 1em;
}

.testimonial-about {
  align-items: center;
  display: flex;
}

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

.bg-image-home {
  background-image: url('../images/About-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 51px;
  margin-bottom: 48px;
}

.image-instagram-hover {
  background-color: #00000091;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-icon-wrapper {
  background-color: #15579e00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.instagram-icon {
  opacity: .76;
  color: var(--neutral-200);
}

.footer-top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-follow-us-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.footer-follow-us-grid.other-social {
  margin-bottom: 31px;
}

.footer-social-media-wrapper {
  border: 1px solid var(--neutral-700);
  background-color: var(--neutral-700);
  width: 40px;
  height: 40px;
  color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  font-family: Icons Hotel Template, sans-serif;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.footer-social-media-wrapper:hover {
  background-color: var(--neutral-100);
  color: var(--neutral-700);
}

.footef-links-block {
  padding-right: 34px;
}

.footer-list-item {
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.dropdown-icon-footer {
  display: none;
}

.underline-hover {
  background-color: #040404;
  width: 100%;
  height: 1px;
  margin-top: 7px;
}

.footer-mobile-title {
  width: 50%;
  padding-top: 62px;
  padding-left: 0;
}

.badge {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-left: 12px;
  padding: 8px 7px 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.footer-content-links {
  display: flex;
}

.list-footer {
  margin-bottom: 0;
  padding-left: 0;
}

.link-badge-wrapper {
  align-items: center;
  display: flex;
}

.link-text {
  color: var(--neutral-600);
  text-align: left;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.25em;
}

.footer-title {
  color: var(--neutral-700);
  letter-spacing: .04em;
  text-transform: capitalize;
  margin-bottom: 45px;
}

.small-print-wrapper {
  background-color: var(--neutral-700);
  color: var(--neutral-300);
  text-align: center;
  padding: 6px 24px;
}

.small-print-link {
  color: var(--neutral-100);
  font-size: 10px;
  text-decoration: none;
}

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

.about-restaurant-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.card-about-restaurant-content {
  border-right: 1px solid var(--neutral-300);
  border-bottom: 1px solid var(--neutral-300);
  border-left: 1px solid var(--neutral-300);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 55px 19px;
  display: flex;
}

.about-experiences-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

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

.amenities-grid {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  max-width: 50%;
}

.our-team-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 46px;
}

.our-team-wrapper {
  text-align: center;
}

.our-team-work-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.our-team-work {
  color: var(--neutral-300);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: -121px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.video-filter {
  opacity: .3;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.video-button {
  z-index: 1;
  background-color: #ffffff8c;
  align-items: center;
  padding: 28px 47px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 378.109px;
}

.video-button:hover {
  color: var(--primary-1);
}

.top-content.blog {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.top-content.blog-content {
  background-color: var(--primary-1);
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.search-blog-wrapper {
  align-items: center;
  max-width: 32%;
  margin-bottom: 0;
  display: flex;
}

.search-button-blog {
  display: none;
}

.search-input-blog {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-200);
  width: 376px;
  height: 68px;
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-image: url('../images/icon-search-hotel-template.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding: 26px 60px 26px 24px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .35s, color .35s;
}

.search-input-blog:hover {
  border-color: var(--neutral-600);
}

.search-input-blog:focus {
  border-color: var(--primary-1);
  color: var(--neutral-700);
}

.search-input-blog::placeholder {
  color: var(--neutral-600);
}

.blog-featured {
  justify-content: space-between;
  padding-top: 156px;
  display: flex;
  position: relative;
}

.blog-category-link {
  text-decoration: none;
}

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

.blog-categories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-items: end;
  margin-left: 0;
  display: grid;
}

.blog-post-grid {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-grid.category {
  margin-top: 100px;
}

.newsletter-wrapper {
  background-color: var(--neutral-700);
  justify-content: space-between;
  margin-top: 80px;
  padding-top: 68px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.newsletter-form {
  display: flex;
}

.newsletter-discount-text {
  color: var(--neutral-100);
  margin-top: 24px;
  font-size: 16px;
  line-height: 1em;
}

.newsletter-discount-text.blog-post {
  color: var(--neutral-700);
  margin-top: 16px;
}

.button-inside {
  z-index: 1;
  text-transform: uppercase;
  background-color: #0000;
  padding: 22px 46px;
  transition: color .35s;
  position: relative;
}

.button-inside:hover {
  color: var(--neutral-700);
}

.button-inside.large {
  padding: 24px 58px;
  font-size: 18px;
  line-height: 1.111em;
}

.button-inside.large.newsletter {
  transition-property: none;
}

.button-inside.full-width {
  justify-content: center;
  width: 100%;
}

.button-inside.checkout {
  margin-bottom: 0;
}

.button-inside.blog-post-newsletter {
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.111em;
}

.blog-post-page-title-wrapper {
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
}

.blog-post-scroll-down-wrapper {
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  transition-property: transform;
}

.blog-post-scroll-down-wrapper:hover {
  color: var(--neutral-100);
  transform: scale(1.05);
}

.bg {
  position: absolute;
}

.bg.blog-post-page {
  z-index: -1;
  background-color: var(--neutral-700);
  min-height: 896px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.blog-post-newsletter {
  z-index: -1;
  background-color: var(--neutral-700);
  height: 437px;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.blog-category {
  z-index: -1;
  background-color: var(--neutral-700);
  height: 750px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.search {
  z-index: -1;
  background-color: var(--neutral-700);
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
}

.scroll-down {
  border: 1px solid var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  font-family: Icons Hotel Template, sans-serif;
  font-size: 28px;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.rich-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h2 {
  max-width: 700px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h3 {
  max-width: 700px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h4 {
  max-width: 700px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h5, .rich-text h6 {
  max-width: 700px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ol, .rich-text ul {
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 60px;
}

.rich-text figcaption {
  background-color: var(--neutral-100);
  text-align: left;
  max-width: 332px;
  margin-top: 0;
  padding: 26px 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.rich-text em {
  color: var(--neutral-700);
}

.rich-text li {
  margin-bottom: 20px;
}

.rich-text blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.latest-stories-wrapper {
  text-align: center;
}

.latest-stories-grid {
  grid-column-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 41px;
  margin-bottom: 73px;
  display: grid;
}

.blog-post-newsletter-wrapper {
  display: flex;
}

.rooms-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 55px;
  display: grid;
}

.about-room-page {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 41px;
  display: flex;
}

.card-price-wrapper {
  align-items: center;
  width: 110%;
  margin-bottom: 43px;
  display: flex;
}

.card-price-wrapper.reservate-room {
  margin-bottom: 27px;
}

.from-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}

.price {
  color: var(--neutral-700);
  letter-spacing: -.06em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.117em;
}

.service-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.service-wrapper.last, .service-wrapper.room {
  margin-right: 0;
}

.service-icon {
  margin-bottom: 9px;
}

.service-text {
  letter-spacing: normal;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.room-wrapper {
  background-color: #ffffffd6;
  justify-content: space-between;
  margin-top: -152px;
  margin-left: 34px;
  margin-right: 34px;
  padding: 57px 100px 38px;
  display: flex;
  position: relative;
}

.room-services-grid {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-bottom: 48px;
  display: flex;
}

.reservate-room-title-wrapper {
  padding: 27px 2.5vw;
}

.reservate-room-content {
  background-color: #f8f8f800;
  height: auto;
  padding: 0 2.5vw;
}

.about-this-room-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.select {
  background-color: var(--neutral-100);
  min-height: 68px;
  color: var(--neutral-600);
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1em;
  transition: color .35s;
}

.select:focus {
  color: var(--neutral-700);
}

.select::placeholder {
  color: var(--neutral-600);
}

.select.checkout {
  min-height: 48px;
}

.select-wrapper {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  min-height: 68px;
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .35s, color .35s;
}

.select-wrapper:focus {
  border-color: var(--primary-1);
  color: var(--neutral-700);
}

.select-wrapper::placeholder {
  color: var(--neutral-600);
}

.select-wrapper.reservate-room {
  margin-bottom: 21px;
}

.select-wrapper.reservate-room:hover {
  border-color: var(--neutral-700);
}

.select-wrapper.checkout {
  min-height: auto;
}

.quantity-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.quantity {
  border-color: var(--neutral-300);
  background-color: var(--neutral-100);
  letter-spacing: .08em;
  border-radius: 0;
  width: 68px;
  height: 68px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1em;
  transition: color .35s, border-color .35s;
}

.quantity:hover {
  border-color: var(--neutral-700);
}

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

.quantity::placeholder {
  color: var(--neutral-400);
}

.amenities-page-wrapper {
  border-bottom: 1px solid var(--neutral-500);
  align-items: center;
  margin-bottom: 72px;
  padding-bottom: 56px;
  display: flex;
}

.amenities-page-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 53px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
}

.amenities-service-wrapper {
  align-items: center;
  display: flex;
}

.icon-amenities {
  margin-right: 10px;
}

.amenities-text {
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
}

.room-gallery-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
}

.restaurant-about-grid {
  grid-column-gap: 24px;
  grid-template-rows: 193px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
  margin-top: 0;
}

.container-medium-848px {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-848px.text-center {
  padding-left: 0;
  padding-right: 0;
}

.restaurant-tabs-menu {
  border-bottom: 1px solid var(--neutral-300);
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.restaurant-tabs-content {
  background-color: var(--neutral-100);
  padding: 0;
}

.restaurant-tab-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 206px;
  height: 100px;
  color: var(--neutral-600);
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 22px;
  line-height: 1.455em;
  display: flex;
  bottom: -1px;
}

.restaurant-tab-link.w--current {
  border-bottom-color: var(--neutral-700);
  color: var(--neutral-700);
  background-color: #0000;
}

.restaurant-schedule {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  line-height: 1em;
}

.restaurant-menu-grid {
  grid-column-gap: 55px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 50% 50%;
  max-width: 100%;
  margin-top: 40px;
}

.menu-tab-pane {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.menu-option-wrapper {
  width: 400px;
  height: auto;
  color: var(--neutral-700);
  text-align: justify;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.menu-option-wrapper.less-space {
  justify-content: flex-start;
  height: 60px;
  margin-bottom: 9px;
}

.menu-ingredients {
  width: auto;
  max-width: none;
  color: var(--neutral-600);
  text-align: left;
  letter-spacing: -.02em;
  text-transform: none;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  overflow: visible;
}

.our-chefs-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  margin-top: 46px;
  margin-bottom: 48px;
}

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

.chef-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 32px;
  display: grid;
}

.chef-social-media-wrapper {
  background-color: var(--neutral-700);
  width: 32px;
  height: 32px;
  color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  font-family: Icons Hotel Template, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.chef-social-media-wrapper:hover {
  color: var(--neutral-100);
  transform: scale(1.2);
}

.locations-grid {
  grid-column-gap: 24px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.location-wrapper {
  width: 100%;
}

.location-info {
  color: var(--neutral-600);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1.333em;
  text-decoration: none;
  display: block;
}

.location-info.last {
  margin-bottom: 32px;
}

.location-info.link-info:hover {
  color: var(--primary-1);
}

.location-page-info {
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1.333em;
  text-decoration: none;
  display: block;
}

.location-page-info.last {
  margin-bottom: 0;
}

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

.location-about-images-wrapper {
  justify-content: flex-end;
  width: 53%;
  display: flex;
}

.location-gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.contact-grid {
  grid-column-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
  justify-items: stretch;
}

.contact-wrapper {
  max-width: none;
  display: flex;
}

.contact-icon {
  margin-right: 20px;
}

.contact-address {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.429em;
  text-decoration: none;
}

.contact-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}

.contact-link.last {
  margin-bottom: 0;
}

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

.text-area {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 300px;
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 26px 20px;
  font-size: 11px;
  line-height: 1em;
  transition: border-color .35s, color .35s;
}

.text-area:hover {
  border-color: var(--neutral-600);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--neutral-700);
}

.text-area::placeholder {
  color: var(--neutral-600);
}

.request-info-wrapper {
  justify-content: space-between;
  display: flex;
}

.faqs-wrapper {
  margin-top: 60px;
}

.faq-wrapper {
  cursor: pointer;
  overflow: hidden;
}

.faq-arrow {
  position: relative;
  bottom: -2px;
}

.faq-top {
  align-items: center;
  display: flex;
}

.button-pagination {
  background-color: var(--neutral-200);
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  border: .5px solid #858585;
  padding: 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
}

.button-pagination:hover {
  color: var(--neutral-700);
  background-color: #6392c554;
  border-color: #8585855c;
}

.button-pagination._2nd-button {
  background-color: var(--neutral-200);
  transition-property: all;
  transition-duration: .4s;
}

.button-pagination._2nd-button:hover {
  background-color: #6392c559;
}

.button-pagination.download-button {
  background-image: url('../images/upload.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 49px;
}

.category-title-wrapper {
  margin-top: 30px;
  display: flex;
}

.blog-post-title-link {
  text-decoration: none;
}

.rooms-category-title {
  justify-content: center;
  display: flex;
}

.search-wrapper {
  align-items: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-item-search {
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 1.25em;
  text-decoration: none;
  display: block;
}

.checkout-form {
  background-color: var(--neutral-200);
  padding: 192px 0 120px;
}

.block-header {
  border-color: var(--neutral-300);
  background-color: var(--neutral-100);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-content {
  border-right-color: var(--neutral-300);
  border-bottom-color: var(--neutral-300);
  border-left-color: var(--neutral-300);
  padding-top: 40px;
  padding-bottom: 40px;
}

.checkbox {
  margin-top: 2.5px;
}

.apple-pay {
  height: 54px;
}

.apple-pay.checkout {
  height: 61px;
}

.order-item {
  align-items: flex-end;
  margin-bottom: 32px;
}

.order-item-price {
  color: var(--neutral-700);
  font-weight: 700;
  line-height: 1em;
}

.checkout-total {
  color: var(--neutral-700);
  font-size: 19px;
}

.order-item-info {
  margin-bottom: 5px;
  line-height: 1.2em;
}

.order-item-info.last {
  margin-bottom: 0;
}

.label-checkout {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.order-confirmation {
  background-color: var(--neutral-200);
  padding: 192px 0 120px;
}

.checkout-title-wrapper {
  margin-bottom: 32px;
}

.drop-title {
  color: var(--neutral-700);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-list {
  background-color: #0000;
  margin-left: -394px;
  top: 64px;
  overflow: hidden;
  box-shadow: 0 10px 25px #00000012;
}

.dropdown-header {
  z-index: 0;
  align-items: center;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  width: 312px;
}

.drop-div {
  background-color: var(--neutral-100);
  padding: 40px 20px 40px 40px;
}

.drop-div.last {
  background-color: var(--neutral-200);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.drop-link {
  color: var(--neutral-600);
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.drop-link:hover {
  color: var(--neutral-700);
}

.drop-link.w--current {
  color: var(--neutral-700);
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

.drop-text {
  align-items: center;
  display: flex;
}

.dropdown-text {
  align-items: center;
  font-size: 12px;
  display: inline;
}

.drop-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto;
}

.icon-dropdown {
  font-family: Icons Hotel Template, sans-serif;
  font-size: 10px;
  line-height: 10px;
}

.dropdown-menu-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand {
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale(1.1);
}

.brand.w--current {
  margin-right: 13px;
  top: 0;
}

.blog-post-social-media-wrapper {
  height: 100%;
  padding-top: 64px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post-body {
  padding-top: 64px;
  padding-left: 85px;
  padding-right: 85px;
  position: relative;
}

.blog-post-body-social-media {
  position: sticky;
  top: 10px;
}

.blog-post-social-media-text {
  color: var(--neutral-700);
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.blog-post-body-social-media-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.social-media-wrapper {
  border: 1px solid var(--neutral-700);
  background-color: var(--neutral-700);
  width: 40px;
  height: 40px;
  color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  font-family: Icons Hotel Template, sans-serif;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: flex;
}

.social-media-wrapper:hover {
  background-color: var(--neutral-100);
  color: var(--neutral-700);
}

.room-title-link {
  text-decoration: none;
}

.collection-item-room-gallery {
  display: flex;
}

.location-card-title-link {
  text-decoration: none;
}

.rooms-category-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 55px;
  display: grid;
}

.room-section-wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.slide-nav {
  display: none;
}

.rooms-section-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  height: 760px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.room-section-slide {
  padding-top: 0;
  padding-bottom: 0;
}

.room-section-right-arrow {
  width: 100px;
  height: 18px;
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  inset: auto 0% 22px auto;
  overflow: visible;
}

.room-section-left-arrow {
  width: 100px;
  height: 18px;
  color: var(--neutral-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  inset: auto auto 22px 0%;
  overflow: visible;
}

.room-section-slider-button {
  position: absolute;
  bottom: 0;
}

.contact-fixed-button {
  z-index: 999;
  background-color: var(--primary-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px 10px 15px;
  display: flex;
  position: fixed;
  bottom: 32px;
  left: 32px;
}

.arrow {
  font-family: Icons Hotel Template, sans-serif;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.text-arrow {
  align-items: center;
  display: flex;
}

.icon-play {
  font-family: Icons Hotel Template, sans-serif;
  font-size: 30px;
  position: relative;
  top: 2px;
}

.back-to-block-wrapper {
  display: inline-block;
}

.cart-product-quantity {
  border-color: var(--neutral-500);
  background-color: var(--neutral-100);
  border-radius: 0;
  height: 46px;
  transition: border-color .35s, color .35s;
}

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

.cart-product-text {
  font-size: 15px;
  line-height: 1.25em;
}

.cart-product-text.price-product-cart {
  color: var(--neutral-700);
  margin-bottom: 3px;
}

.remove-button {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1em;
}

.cart-item {
  border-bottom: 0px solid var(--neutral-300);
  padding-top: 26px;
  padding-bottom: 26px;
}

.product-cart-info-wrapper {
  margin-left: 16px;
  margin-right: 12px;
}

.cart-header {
  border-bottom-color: var(--neutral-300);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-footer {
  border-top-color: var(--neutral-300);
  padding-top: 20px;
}

.cart-subtotal-price {
  color: var(--neutral-700);
  font-size: 20px;
}

.close-button {
  display: flex;
}

.cart-wrapper {
  background-color: #060606cc;
}

.icon-menu-close, .icon-menu-open {
  line-height: 18px;
}

.empty-state {
  border: 1px solid var(--neutral-700);
  background-color: var(--neutral-100);
  width: 100%;
  color: var(--neutral-600);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 20px;
  display: flex;
}

.empty-state.cart {
  border-width: 0;
  flex-direction: column;
}

.empty-state.categories {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.empty-state.search {
  border-width: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.empty-state.out-stock {
  color: var(--neutral-700);
  background-color: #0000;
  border-width: 0;
  margin-left: 0;
  margin-right: 0;
}

.empty-state.category-articles {
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.blog-category, .categories {
  align-items: center;
  display: flex;
}

.categories.category {
  margin-top: 60px;
}

.watch-video-text-wrapper {
  overflow: hidden;
}

.error-state {
  color: #ff203a;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0f0;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}

.error-state.checkout {
  text-align: left;
}

.error-state.cart {
  width: auto;
}

.success-message {
  border: 1px solid var(--neutral-100);
  background-color: var(--neutral-700);
  color: var(--neutral-100);
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
}

.success-message.request-info {
  background-color: var(--neutral-100);
  color: var(--neutral-700);
  font-size: 20px;
}

.copyright {
  font-size: 12px;
}

.cart-title-link {
  text-decoration: none;
}

.container-medium-760px {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.link-white {
  color: #fff;
}

.bold {
  color: var(--neutral-700);
  font-weight: 700;
}

.width-120px {
  width: 120px;
}

.add-to-cart-buttons {
  display: flex;
}

.discount-container {
  border-width: 1px 0 0;
  border-top-color: var(--neutral-300);
  flex-direction: column;
  margin-top: 28px;
  padding: 28px 0 0;
}

.text-block {
  font-size: 13px;
  line-height: 15px;
}

.slide {
  background-image: url('../images/View-9.avif');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.left-arrow {
  z-index: 7777;
}

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

.right-arrow {
  z-index: 7777;
}

.right-arrow.hidden, .hidden {
  display: none;
}

.slide-2 {
  background-image: url('../images/View-7.avif');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/View-8.avif');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-2 {
  line-height: 16px;
}

.bold-text {
  color: var(--neutral-300);
  text-decoration: none;
}

.text-block-3 {
  line-height: 22px;
}

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

.form {
  border-top: 1px none var(--neutral-600);
  margin-top: 19px;
  margin-bottom: 66px;
  padding-top: 25px;
  padding-left: 25px;
}

.container {
  background-image: linear-gradient(to bottom, var(--neutral-700), var(--neutral-700));
  justify-content: space-between;
  max-width: 100vw;
  height: auto;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-bottom: 3px;
  display: flex;
}

.text-block-4 {
  color: var(--neutral-200);
  text-align: center;
  font-size: 14px;
}

.link {
  color: var(--neutral-300);
  letter-spacing: 1px;
  font-size: 13px;
  text-decoration: none;
}

.link-2 {
  color: var(--neutral-400);
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
}

.columns {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  margin-right: 0;
  line-height: 18px;
}

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

.link-block {
  margin-left: 7px;
  margin-right: 8px;
  line-height: 18px;
}

.paragraph-79 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 64px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-57 {
  opacity: .89;
  color: #fff;
  text-transform: capitalize;
  font-family: Playfair Display, sans-serif;
  font-size: 62px;
  line-height: 58px;
  text-decoration: none;
}

.bold-text-57.left-alignment {
  text-align: right;
}

.div-block-33 {
  background-image: linear-gradient(#00000030, #00000030), url('../images/Main-2.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-33.fff {
  background-image: url('../images/Experience-Tobermory-1.avif'), linear-gradient(#0000004d, #0000004d);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.div-block-33.ddd {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Main-3.avif'), url('../images/Restaurant-4.avif');
  background-position: 0 0, 100% 100%, 0%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.mask {
  width: 100vw;
  position: static;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 85vh;
  display: block;
}

.icon-2 {
  color: #fff;
}

.section-7 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 85vh;
  padding-top: 0;
  display: flex;
}

.h1 {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 14px;
  padding-right: 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 66px;
  text-decoration: none;
}

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

.slide-nav-2 {
  text-align: left;
  display: none;
  inset: auto 0% 13% 7%;
}

.header-content {
  float: none;
  backface-visibility: visible;
  perspective: 2000px;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto 0% 37% 13%;
}

.slide-1 {
  padding-top: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.image-3 {
  margin-top: 7px;
}

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

.link-3.left {
  text-align: right;
}

.div-block-34 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  top: 191px;
}

.heading {
  text-align: center;
}

.div-block-35 {
  text-align: right;
}

.div-block-36 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 9% 31% auto;
}

.heading-2 {
  padding-right: 26px;
}

.text-block-5 {
  margin-left: 7px;
}

.section-8 {
  padding-top: 46px;
  padding-left: 34px;
  padding-right: 34px;
}

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

.text-block-6 {
  height: 100%;
  display: flex;
}

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

.div-block-37 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 34px;
  display: flex;
}

.container-2 {
  margin-top: 38px;
}

.section-9 {
  margin-bottom: 0;
}

.container-3 {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.columns-2 {
  margin-bottom: 22px;
}

.text-block-7 {
  margin-left: 6px;
}

.icon-3 {
  margin-right: 0;
  font-size: 13px;
}

.text-block-8 {
  font-size: 12px;
  line-height: 12px;
}

.dropdown-list-2 {
  background-color: #e0e0e0;
}

.dropdown-list-2.w--open {
  background-color: var(--royal-blue);
}

.dropdown-link {
  color: var(--neutral-100);
  padding-top: 17px;
  padding-bottom: 17px;
  transition: all .45s, color .35s;
}

.dropdown-link:hover {
  background-color: var(--primary-1);
}

.dropdown-link.other-colour {
  background-color: #0b2f55;
  font-weight: 700;
}

.div-block-38 {
  background-image: url('../images/View-10b.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: absolute;
}

.div-block-38.other-section {
  position: static;
  inset: 0% 0% auto;
}

.section-10 {
  padding-top: 54px;
  padding-bottom: 88px;
}

.section-10.more-space {
  padding-bottom: 324px;
}

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

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

.paragraph-80 {
  margin-bottom: 0;
}

.paragraph-80.white {
  color: var(--neutral-100);
  font-size: 14px;
}

.paragraph-80.spca-down {
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-80.spca-down.no-space {
  margin-bottom: 6px;
}

.column-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-9 {
  text-align: left;
  width: 100%;
  padding-right: 0;
}

.text-block-9.spcace-down {
  text-align: justify;
  margin-bottom: 11px;
}

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

.text-block-10 {
  width: 80%;
  color: var(--neutral-600);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  overflow: visible;
}

.div-block-40 {
  background-color: var(--royal-blue);
  margin-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.more-space {
  background-color: var(--neutral-100);
  background-image: linear-gradient(to bottom, var(--neutral-100), var(--neutral-100));
  margin-bottom: 0;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.bold-text-58 {
  color: var(--royal-blue);
  line-height: 66px;
}

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

.bold-text-59 {
  line-height: 18px;
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
  display: flex;
}

.link-4.hidden {
  display: flex;
}

.bold-text-60 {
  color: var(--royal-blue);
  text-transform: uppercase;
}

.paragraph-81 {
  text-align: left;
  width: auto;
}

.link-5 {
  color: var(--royal-blue);
  text-decoration: none;
}

.link-5:hover {
  color: var(--cornflower-blue);
}

.link-6, .link-7 {
  text-decoration: none;
}

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

.link-8 {
  color: var(--neutral-600);
  text-decoration: none;
}

.link-8:hover {
  color: var(--neutral-600);
}

.text-block-12 {
  color: #fff;
  background-color: #15579e00;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5em;
}

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

.bold-text-61, .link-9 {
  text-decoration: none;
}

.text-navi {
  transition: all .425s;
}

.text-navi:hover {
  color: var(--cornflower-blue);
}

.drop-navi {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-13, .text-block-14 {
  font-size: 20px;
}

.text-block-15 {
  font-size: 20px;
  line-height: 1.1em;
}

.image-4 {
  margin-bottom: 30px;
}

.image-9 {
  margin-bottom: 35px;
}

.link-block-2 {
  color: #fff;
  background-color: #237cdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1px 14px;
  text-decoration: none;
  transition: all .5s, color .35s;
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  background-color: #1760ad;
}

.link-block-2.hidden {
  width: auto;
  display: none;
}

.text-block-16 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.rich-text-block {
  background-color: var(--neutral-200);
  padding: 33px;
}

.block-quote {
  font-size: 20px;
  font-weight: 600;
}

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

.lightbox-link {
  width: 100%;
  margin-bottom: 30px;
}

.div-block-41 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.enter-wrapper-4 {
  z-index: 2147483647;
  background-color: #090909cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-419 {
  z-index: 3;
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: 0;
  background-color: #f1eee8;
  background-image: url('../images/Favicon-Princess-Big.avif');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 2px #fff;
  border-radius: 3px;
  align-self: center;
  margin-bottom: 17px;
  padding: 8px 10px 8px 29px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: all .475s;
  position: static;
  inset: 2% -25% auto auto;
}

.link-419:hover {
  color: #be7f57;
  background-color: #fff;
}

.pop-up-wrapper-5 {
  opacity: 1;
  text-align: center;
  background-color: #04141400;
  border: 5px #f08b21;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: flex;
  position: relative;
}

.text-block-66 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ce350ff2;
  margin-top: 16px;
  padding: 9px;
  font-size: 12px;
  line-height: 16px;
}

.link-420 {
  font-size: 14px;
  line-height: 10px;
  top: 0;
}

.recaptcha {
  margin-top: 10px;
}

.textarea {
  height: 200px;
  min-height: 100px;
}

.pop-up-button {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #920707;
  border-radius: 5px;
  width: 60%;
  margin-top: 10px;
}

.pop-up {
  z-index: 99999999;
  background-color: #03192ecc;
  border: 1px solid #2c2c2c;
  border-radius: 9px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 17px 33px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-11 {
  max-width: 55%;
  position: absolute;
  inset: 46% -18% auto auto;
}

.logo-pop-up-link {
  width: 180px;
}

.pop-up-close-icon {
  opacity: 1;
  color: #fff;
  margin-top: 0;
  line-height: 1;
  position: relative;
  top: 0;
}

.bold-text-62 {
  color: #da2128;
  font-size: 36px;
  font-weight: 700;
}

.logo-pop-up {
  max-width: none;
  margin-bottom: 27px;
}

.close-button-pop-up {
  color: #fff;
  cursor: pointer;
  background-color: #0d0d0d00;
  border: 1px #2c2c2c;
  border-radius: 50px;
  height: auto;
  padding: 10px 13px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-up-paragraph {
  color: #e2e2e2;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-43 {
  z-index: 99999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 11.8% 0% auto auto;
}

.div-block-43.hidden {
  display: flex;
  top: 18%;
}

.div-block-44 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-44.background {
  background-image: url('../images/Georgian-Image.avif');
  background-position: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-45 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100%;
  padding: 39px 19px;
  display: flex;
}

.container-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 63px;
  display: flex;
}

.image-12 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.div-block-46 {
  padding-bottom: 56px;
  padding-left: 30px;
  padding-right: 30px;
}

.bold-text-63 {
  color: var(--cornflower-blue);
}

.link-421 {
  color: var(--royal-blue);
  text-decoration: none;
}

.bold-text-64 {
  color: var(--royal-blue);
  font-size: 20px;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-7 {
  font-size: 44px;
}

.div-block-48 {
  background-color: var(--royal-blue);
  width: 100%;
  height: 50px;
}

.link-block-3.w--current {
  justify-content: center;
  align-items: center;
  height: 300px;
  max-height: 300px;
  margin: 14px;
  display: flex;
  overflow: hidden;
}

.div-block-49 {
  padding: 17px;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.div-block-51 {
  outline-offset: 0px;
  outline: 1px solid #626262;
  padding: 17px;
}

.heading-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 0;
  font-size: 52px;
  display: flex;
}

.column-5 {
  height: 100%;
}

.columns-8 {
  display: flex;
}

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

.menu {
  width: 50%;
}

.div-block-52 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  padding: 56px;
  display: flex;
}

.image-13 {
  width: 100%;
}

.text-block-67 {
  font-size: 20px;
}

.lightbox-link-2, .image-14 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

  .section.restaurant-hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .card.restaurant-hero.wider {
    width: 40%;
  }

  .dropdown-grid {
    width: 850px;
  }

  .more-space {
    background-image: linear-gradient(#fff, #fff);
  }

  .text-block-12 {
    width: 100%;
  }

  .enter-wrapper-4 {
    display: none;
  }

  .div-block-44.background {
    background-position: 50%;
    background-size: cover;
  }

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

  .menu {
    width: 60%;
  }

  .div-block-52 {
    max-width: 1360px;
  }

  .lightbox-link-2, .image-14 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 53px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  blockquote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default {
    padding-left: 21px;
    padding-right: 21px;
  }

  .container-default.about-this-room {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.checkout {
    flex-direction: column;
  }

  .container-default.bigger-size {
    max-width: none;
    height: auto;
  }

  .container-default.less-space-up {
    padding-left: 97px;
    padding-right: 97px;
  }

  .container-default.less-space-up.lore-less-psace-up {
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-bottom: 86px;
    padding-left: 33px;
    padding-right: 33px;
    display: flex;
  }

  .styleguide-content {
    margin-left: 0;
  }

  .styleguide-seccion {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .header {
    margin-top: 0;
  }

  .header-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-item-wrapper {
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-item-wrapper.button-header-mobile-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .nav-item-wrapper.less-padding {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    z-index: 9999;
    background-color: var(--primary-1);
    color: #fff;
    justify-content: center;
    align-items: center;
    max-width: 54px;
    max-height: 54px;
    margin-right: 14px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--neutral-600);
  }

  .menu-button.w--open {
    border: 2px solid var(--neutral-700);
    background-color: var(--neutral-100);
  }

  .nav-menu {
    background-color: var(--neutral-100);
    width: 100%;
    padding-top: 128px;
    padding-bottom: 36px;
  }

  .size-1 {
    font-size: 70px;
  }

  .size-1.home {
    max-width: 720px;
  }

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

  .footer-grid {
    grid-row-gap: 0px;
    grid-template-columns: auto;
    width: 100%;
    margin-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .licenses-hero {
    padding-top: 170px;
  }

  .section {
    padding-top: 69px;
    padding-bottom: 0;
  }

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

  .section.about {
    padding-top: 96px;
    overflow: hidden;
  }

  .section.cta {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section.restaurant-section {
    padding-left: 41px;
    padding-right: 41px;
  }

  .section.experiences {
    padding-bottom: 120px;
  }

  .section.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.about-page {
    padding-top: 0;
  }

  .section.about-experiences {
    height: 1300px;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .section.blog-post-page {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .section.rooms {
    padding-top: 84px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.about-this-room {
    padding-bottom: 0;
  }

  .section.locations {
    padding-top: 170px;
  }

  .section.location-page {
    padding-top: 170px;
    padding-bottom: 200px;
  }

  .section.contact {
    padding-top: 170px;
  }

  .section.request-info {
    padding-bottom: 320px;
    position: relative;
  }

  .section.faqs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.blog-category, .section.search {
    padding-top: 170px;
  }

  .section.restaurant-hero {
    padding-top: 0;
  }

  .section.grey-back {
    padding-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
  }

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

  .utility-page-wrap {
    height: 950px;
  }

  .utility-page-wrap.password {
    padding-top: 155px;
  }

  .input.newsletter {
    margin-bottom: 20px;
  }

  ._404-title {
    font-size: 170px;
  }

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

  .nav-item:hover {
    color: var(--cornflower-blue);
  }

  .nav-item.dropdown {
    margin-left: 0;
    margin-right: 0;
    font-size: 48px;
    font-weight: 600;
  }

  .nav-item.header-link {
    font-size: 28px;
    font-weight: 600;
  }

  .nav-item.button {
    text-align: left;
    width: 100%;
  }

  .container-header {
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
  }

  .split-content {
    width: auto;
    padding-right: 0;
  }

  .split-content.header-left {
    width: 40%;
  }

  .split-content.hero-left {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .split-content.header-right {
    flex-flow: row;
    padding-right: 0;
  }

  .split-content.restaurant-left {
    align-self: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.restaurant-right {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.about-us-left {
    align-self: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 60px;
    margin-right: 0;
    padding-right: 0;
  }

  .split-content.amenities-left {
    max-width: 516px;
    margin-bottom: 60px;
  }

  .split-content.about-us-right {
    align-self: stretch;
    width: auto;
    max-width: 100%;
  }

  .split-content.blog-top-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.newsletter-right {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .split-content.room-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .split-content.amenities-page-left {
    text-align: center;
    max-width: 513px;
  }

  .split-content.location-about-left {
    max-width: 494px;
    margin-bottom: 60px;
  }

  .split-content.request-info-left {
    width: 80%;
    max-width: none;
    padding-right: 0;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.6em;
  }

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

  .paragraph.request-info {
    max-width: 480px;
  }

  .paragraph.search-paragraph {
    width: auto;
  }

  .image-wrapper {
    width: 100%;
    height: auto;
  }

  .image-wrapper.hero {
    width: 100%;
    position: static;
    top: auto;
    left: 0;
  }

  .image-wrapper.about {
    width: 110%;
    max-width: none;
    height: 700px;
    margin-top: -362px;
  }

  .image-wrapper.about-experiences {
    width: 115%;
    max-width: none;
    height: 700px;
    margin-top: -362px;
  }

  .image-wrapper.bg-about-page {
    max-height: 600px;
    display: flex;
  }

  .image-wrapper.room {
    max-height: 550px;
  }

  .image-wrapper.restaurant {
    height: 300px;
  }

  .image-wrapper.main-image-location {
    width: 100%;
    height: 55%;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .image-wrapper.request-info {
    max-width: 654px;
    padding-top: 0;
    top: auto;
    bottom: -223px;
    right: 0;
  }

  .image-wrapper.product-cart {
    width: auto;
  }

  .image-wrapper.restaurant-about-3 {
    display: block;
  }

  .image.hero {
    background-color: #fff;
    height: 500px;
  }

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

  .image.restaurant-1 {
    object-fit: cover;
    align-self: flex-start;
    width: 80%;
    max-width: 100%;
    max-height: 450px;
  }

  .image.restaurant-2 {
    object-fit: cover;
    align-self: flex-end;
    width: 80%;
    max-width: 100%;
    max-height: 450px;
    margin-top: -207px;
  }

  .image.bg-about-page {
    height: 600px;
  }

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

  .image.about-us-1 {
    object-fit: cover;
    width: 80%;
    max-width: 100%;
    max-height: 450px;
  }

  .image.amenities {
    width: auto;
  }

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

  .image.newsletter {
    width: 100%;
    max-width: none;
    height: 400px;
    margin-right: 0;
  }

  .image.about-this-room {
    width: 100%;
    max-width: none;
    height: 600px;
    margin-top: -236px;
  }

  .image.location-about-1 {
    object-fit: cover;
    object-position: 50% 20%;
    width: 60%;
    max-width: none;
    height: 300px;
  }

  .image.location-about-2 {
    object-fit: cover;
    width: 60%;
    max-width: none;
    height: 300px;
    margin-top: -184px;
    margin-left: -190px;
  }

  .image.about-us-2 {
    object-fit: cover;
    width: 80%;
    max-width: 100%;
    max-height: 450px;
    margin-left: -297px;
  }

  .image.locations {
    object-fit: cover;
    width: 100%;
    height: 263px;
  }

  .image.room-section {
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .image.room {
    height: 450px;
  }

  .image.restaurant {
    height: 420px;
  }

  .image.main-image-location {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .about-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .card {
    width: auto;
    margin-top: 30px;
  }

  .card.about {
    order: -1;
    width: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    position: static;
  }

  .card.testimonial {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.about-page.full-length {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card.about-restaurant {
    width: 70%;
  }

  .card.about-experiences {
    order: -1;
    width: auto;
    position: static;
  }

  .card.watch {
    width: auto;
    max-width: none;
    margin-bottom: 74px;
  }

  .card.reservate-room {
    width: 100%;
  }

  .card.about-this-room {
    order: -1;
    position: relative;
  }

  .card.location {
    margin-top: -90px;
    margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.location-page {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.request-info.full-width {
    padding-left: 21px;
    padding-right: 21px;
  }

  .card.restaurant-hero.wider {
    align-items: center;
  }

  .card.restaurant-hero.wider.more-space-up {
    padding-top: 48px;
  }

  .card.room-section {
    width: 80%;
    max-width: none;
    margin-top: -121px;
    margin-bottom: 55px;
  }

  .subtitle-wrapper.amenities {
    justify-content: center;
  }

  .button-primary.main-header {
    z-index: 0;
    order: -1;
    width: 100%;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button-primary.empty-cart {
    z-index: 0;
    order: -1;
    margin-right: 30px;
  }

  .button-primary.button-header-mobile {
    z-index: 0;
    order: -1;
    padding-top: 19px;
    padding-bottom: 19px;
    display: block;
  }

  .restaurant-wrapper {
    flex-direction: column;
  }

  .container-small-616px.text-center {
    max-width: none;
  }

  .experiences-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .experiences-grid.ffff {
    max-width: none;
  }

  .title.restaurant {
    max-width: none;
    margin-bottom: 0;
  }

  .title.request-info {
    max-width: 480px;
  }

  .title.instagram {
    max-width: 450px;
  }

  .title.cta {
    max-width: 384px;
  }

  .title.watch-video {
    margin-bottom: 0;
  }

  .divider.footer-divider {
    margin-top: 70px;
  }

  .divider.pagination {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.amenities {
    width: 100%;
    height: 1px;
    margin: 60px 0;
  }

  .divider.contact {
    margin-top: 60px;
  }

  .testimonial-about-wrapper {
    align-items: flex-end;
  }

  .testimonial-about-content {
    margin-top: 18px;
    margin-left: 0;
  }

  .testimonial-about {
    flex-direction: column;
    align-items: flex-start;
  }

  .bg-image-home {
    height: 420px;
  }

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

  .footef-links-block {
    border-bottom: 1px solid var(--neutral-300);
    width: 100%;
  }

  .footef-links-block.last {
    border-bottom-width: 0;
  }

  .dropdown-icon-footer {
    font-family: Icons Hotel Template, sans-serif;
    font-size: .8em;
    line-height: 1em;
    display: block;
  }

  .footer-mobile-content {
    text-align: left;
    margin-bottom: 25px;
    overflow: hidden;
  }

  .footer-mobile-title {
    cursor: pointer;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer-title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
    position: relative;
  }

  .about-us-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-restaurant-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about-experiences-wrapper {
    flex-direction: column;
  }

  .amenities-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .amenities-grid {
    justify-items: stretch;
    width: 100%;
    max-width: none;
  }

  .our-team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-team-wrapper {
    border-bottom: 1px solid var(--neutral-500);
    padding-bottom: 40px;
  }

  .video-wrapper {
    width: 70%;
    height: 300px;
    margin-top: 0;
  }

  .video-button {
    top: 113.109px;
  }

  .top-content.blog {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-blog-wrapper {
    max-width: none;
  }

  .blog-featured {
    padding-top: 239px;
  }

  .blog-post-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-grid.category {
    margin-top: 80px;
  }

  .newsletter-wrapper {
    flex-direction: column-reverse;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .blog-post-page-title-wrapper {
    margin-bottom: 60px;
  }

  .bg.blog-post-page {
    min-height: 800px;
  }

  .bg.blog-category {
    height: 650px;
  }

  .scroll-down {
    width: 70px;
    height: 70px;
  }

  .latest-stories-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-room-page {
    margin-bottom: 24px;
  }

  .room-wrapper {
    flex-direction: column;
    max-width: 653px;
    margin-top: -108px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .reservate-room-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-this-room-wrapper, .amenities-page-wrapper {
    flex-direction: column;
  }

  .amenities-page-grid {
    grid-column-gap: 64px;
    justify-content: center;
    width: 100%;
  }

  .restaurant-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 12px;
  }

  .restaurant-tabs-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .restaurant-tab-link {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .restaurant-tab-link.w--current {
    justify-content: center;
    align-items: center;
  }

  .restaurant-schedule {
    font-size: 12px;
  }

  .locations-grid {
    grid-row-gap: 40px;
  }

  .location-about-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .location-about-images-wrapper {
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .location-gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-grid {
    grid-column-gap: 2vw;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
  }

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

  .contact-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-address, .contact-link, .contact-link.last {
    font-size: 11px;
  }

  .request-info-wrapper {
    position: static;
  }

  .checkout-form, .order-confirmation {
    padding-top: 170px;
  }

  .drop-title {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .dropdown-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-grid {
    grid-template-columns: 2.25fr;
    width: 100%;
  }

  .drop-div {
    padding-left: 0;
    padding-right: 0;
  }

  .drop-div.last {
    background-color: #0000;
    width: 100%;
    padding: 20px 0;
  }

  .dropdown-text {
    justify-content: space-between;
  }

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

  .icon-dropdown {
    font-size: 35px;
    position: relative;
    bottom: -2px;
  }

  .brand.w--current {
    z-index: 9999;
  }

  .blog-post-social-media-wrapper {
    position: static;
  }

  .blog-post-body {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-body-social-media {
    position: static;
  }

  .blog-post-body-social-media-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rooms-category-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .room-section-wrapper {
    flex-direction: column;
  }

  .rooms-section-slider {
    width: 90%;
    max-width: none;
    height: auto;
  }

  .contact-fixed-button {
    width: 68px;
    height: 68px;
    padding: 15px 15px 20px;
  }

  .icon-menu-close {
    display: flex;
  }

  .icon-menu-open {
    display: none;
  }

  .cart {
    z-index: 99991;
  }

  .checkout-content {
    align-self: stretch;
    margin-right: 0;
  }

  .checkout-sidebar {
    align-self: stretch;
  }

  .div-block {
    width: auto;
  }

  .paragraph-79 {
    margin-bottom: 31px;
  }

  .bold-text-57 {
    font-size: 48px;
    line-height: 54px;
  }

  .div-block-33.fff {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Experience-Tobermory-1.avif');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-7 {
    background-image: none;
    height: auto;
    max-height: none;
    padding-top: 0;
  }

  .h1 {
    font-size: 54px;
    line-height: 54px;
  }

  .slide-nav-2 {
    left: 13%;
  }

  .header-content {
    text-align: left;
    padding-left: 0;
    padding-right: 81px;
    bottom: 36%;
    left: 13%;
  }

  .div-block-34 {
    top: 238px;
  }

  .container-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1px;
    padding-right: 1px;
  }

  .div-block-38.other-section {
    height: 400px;
  }

  .section-10.more-space {
    padding: 28px 20px 72px;
  }

  .more-space {
    padding-top: 77px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .map {
    margin-bottom: 38px;
  }

  .drop-navi {
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .heading-5 {
    font-size: 44px;
  }

  .paragraph-82 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .container-6 {
    position: relative;
  }

  .container-7 {
    position: relative;
    top: 45px;
  }

  .text-block-13, .text-block-14 {
    font-size: 20px;
    line-height: 1.1em;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .image-4 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .heading-6 {
    margin-bottom: 38px;
  }

  .enter-wrapper-4 {
    display: none;
  }

  .link-419 {
    top: 3%;
    right: -41%;
  }

  .pop-up-wrapper-5 {
    text-align: center;
    border-color: #f08b21;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 18px;
  }

  .pop-up {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .div-block-43.hidden {
    top: 14.8%;
  }

  .div-block-44.background {
    background-position: 50% 0;
    background-size: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .div-block-52 {
    padding: 33px 24px 0;
  }

  .text-block-67 {
    line-height: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
  }

  figcaption {
    font-size: 14px;
  }

  .container-default.less-space-up {
    padding-left: 65px;
    padding-right: 65px;
    top: 107px;
  }

  .container-default.less-space-up.lore-less-psace-up {
    padding-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }

  .styleguide-seccion {
    padding-top: 140px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader, .styleguide-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .header-navigation {
    padding-top: 0;
  }

  .nav-item-wrapper {
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-item-wrapper.button-header-mobile-wrapper {
    margin-top: 73px;
  }

  .menu-button {
    max-width: 48px;
    max-height: 48px;
    padding: 10px;
  }

  .nav-menu {
    padding-top: 127px;
  }

  .size-1 {
    font-size: 58px;
  }

  .size-1.home {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 60px;
  }

  .licenses-hero {
    padding-top: 140px;
  }

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

  .section.hero {
    padding-top: 140px;
  }

  .section.about {
    padding-top: 0;
    padding-bottom: 116px;
  }

  .section.cta {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-page {
    padding-top: 0;
  }

  .section.about-us {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.about-experiences {
    height: auto;
  }

  .section.blog {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section.blog-content {
    padding-bottom: 100px;
  }

  .section.blog-post-page {
    padding-top: 140px;
  }

  .section.blog-post-newsletter {
    padding-bottom: 60px;
  }

  .section.rooms {
    padding-top: 80px;
  }

  .section.locations {
    padding-top: 140px;
  }

  .section.location-page {
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .section.contact {
    padding-top: 59px;
  }

  .section.request-info {
    padding-bottom: 230px;
  }

  .section.blog-category, .section.search {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.restaurant-hero {
    padding-top: 0;
  }

  .section.rooms-section {
    margin-bottom: 177px;
    padding-bottom: 18px;
  }

  .section.grey-back {
    padding-top: 96px;
  }

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

  .utility-page-wrap.password {
    padding-top: 150px;
  }

  .input.blog-post-newsletter {
    width: auto;
    max-width: 446px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._404-title {
    font-size: 144px;
  }

  .nav-item.dropdown {
    font-size: 40px;
  }

  .nav-item.search {
    font-size: 14px;
  }

  .nav-item.header-link {
    font-size: 40px;
  }

  .split-content.footer-top-left {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .split-content.amenities-left {
    margin-bottom: 40px;
  }

  .split-content.newsletter-right {
    padding-bottom: 40px;
  }

  .split-content.request-info-left {
    width: 100%;
    max-width: 100%;
  }

  .paragraph.hero, .paragraph.restaurant {
    margin-bottom: 40px;
  }

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

  .image-wrapper {
    height: auto;
  }

  .image-wrapper.about {
    height: 600px;
    margin-top: -310px;
  }

  .image-wrapper.about-experiences {
    height: 600px;
    margin-top: -279px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-featured {
    width: 100%;
  }

  .image-wrapper.location-gallery-1 {
    max-width: 62%;
  }

  .image-wrapper.location-gallery-2 {
    z-index: 1;
    max-width: 60%;
    margin-top: -80px;
    position: relative;
    box-shadow: 0 4px 74px #0003;
  }

  .image-wrapper.location-gallery-3, .image-wrapper.location-gallery-4 {
    display: none;
  }

  .image-wrapper.bg-about-page {
    max-height: 500px;
  }

  .image-wrapper.room {
    max-height: 450px;
  }

  .image-wrapper.restaurant {
    height: 300px;
  }

  .image-wrapper.restaurant-about-1 {
    width: auto;
    margin-bottom: 23px;
  }

  .image-wrapper.restaurant-about-2 {
    width: 60%;
    margin-top: -267px;
    box-shadow: 0 4px 74px #0003;
  }

  .image-wrapper.restaurant-about-3 {
    display: block;
  }

  .image.hero {
    height: 400px;
  }

  .image.restaurant-1 {
    width: 60%;
    max-height: 300px;
  }

  .image.restaurant-2 {
    width: 60%;
    max-height: 300px;
    margin-top: -184px;
  }

  .image.bg-about-page {
    height: 500px;
  }

  .image.about-us-1 {
    width: 80%;
    max-height: 300px;
  }

  .image.blog-image-featured {
    width: 100%;
  }

  .image.about-this-room {
    height: 500px;
    margin-top: -190px;
  }

  .image.restaurant-about {
    width: 100%;
    height: 100%;
  }

  .image.chef {
    object-position: 50% 20%;
    max-width: 318px;
  }

  .image.location-about-1 {
    height: 250px;
  }

  .image.location-about-2 {
    height: 250px;
    margin-top: -118px;
  }

  .image.about-us-2 {
    width: 80%;
    max-height: 300px;
    margin-left: -78px;
  }

  .image.location-gallery-1, .image.location-gallery-2, .image.location-gallery-3, .image.location-gallery-4 {
    width: 100%;
  }

  .image.room-section {
    height: 380px;
  }

  .image.room {
    height: 350px;
  }

  .image.restaurant {
    height: 320px;
  }

  .card.about {
    padding: 70px 60px;
  }

  .card.cta, .card.testimonial {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.about-page {
    padding: 60px 40px;
  }

  .card.about-restaurant {
    width: 80%;
  }

  .card.about-experiences {
    max-width: none;
    padding: 70px 60px;
  }

  .card.watch {
    max-width: 90%;
    padding-bottom: 0;
  }

  .card.blog-featured-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0 40px;
  }

  .card.blog-post-newsletter {
    padding: 60px 40px;
  }

  .card.room-page {
    margin-top: -80px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.about-this-room {
    max-width: 92%;
    padding: 60px 40px;
  }

  .card.location {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.location-page {
    padding: 60px 40px;
  }

  .card.request-info {
    padding: 50px 40px;
  }

  .card.search-result-wrapper {
    margin-top: 60px;
    padding: 40px;
  }

  .card.password {
    padding: 60px 40px;
  }

  .card.restaurant-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.restaurant-hero.wider {
    width: auto;
    margin-top: 0;
    position: static;
    left: 26px;
  }

  .card.restaurant-hero.wider.more-space-up._100 {
    left: 0;
  }

  .card.room-section {
    max-width: 90%;
    margin-top: -68px;
    padding: 30px;
  }

  .subtitle-wrapper {
    margin-bottom: 20px;
  }

  .dash.blog-post-featured {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-primary.large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary.large.main-buttons-home {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary.main-header {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-primary.wrapper.blog-post-newsletter {
    max-width: 446px;
  }

  .button-primary.empty-cart {
    display: none;
  }

  .button-primary.button-header-mobile {
    padding: 21px 0;
  }

  .button-secondary.large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-secondary.large.main-button-home {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-quantity {
    padding-left: 7px;
  }

  .cart-button {
    margin-right: 4vw;
  }

  .title.blog-content {
    margin-bottom: 40px;
  }

  .title.restaurant-menu {
    max-width: 450px;
  }

  .title.faq {
    font-size: 18px;
  }

  .title.checkout-title {
    font-size: 42px;
  }

  .title.instagram {
    max-width: 350px;
  }

  .title.blog, .title.rooms {
    margin-bottom: 20px;
  }

  .testimonials-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .divider.footer-divider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .divider.pagination {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.room-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.amenities {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.contact {
    margin-top: 40px;
  }

  .divider.search {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.space {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .bg-image-home {
    height: 220px;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .instagram-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-list-item {
    margin-bottom: 18px;
  }

  .footer-mobile-title {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-content-links {
    flex-direction: column;
  }

  .footer-title {
    letter-spacing: -.02em;
  }

  .about-us-wrapper {
    align-items: stretch;
  }

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

  .video-wrapper {
    height: 200px;
  }

  .video-button {
    padding: 12px 18px;
    top: 78.109px;
  }

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

  .top-content.blog-content {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-input-blog {
    width: 420px;
  }

  .categories-wrapper {
    flex-direction: column;
  }

  .blog-categories {
    margin-left: 5px;
  }

  .blog-post-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-grid.category {
    margin-top: 60px;
  }

  .newsletter-wrapper {
    margin-top: 60px;
    padding-top: 60px;
  }

  .blog-post-page-title-wrapper {
    margin-bottom: 40px;
  }

  .blog-post-scroll-down-wrapper {
    display: none;
  }

  .bg.blog-post-page {
    min-height: 600px;
  }

  .bg.blog-category {
    height: 700px;
  }

  .rich-text h2, .rich-text h3, .rich-text h4 {
    margin-bottom: 20px;
  }

  .rich-text h5, .rich-text h6 {
    margin-bottom: 10px;
  }

  .rich-text ol, .rich-text ul {
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .rich-text figcaption {
    padding: 20px;
  }

  .rich-text blockquote, .latest-stories-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-post-newsletter-wrapper {
    flex-direction: column;
  }

  .rooms-grid {
    margin-top: 40px;
  }

  .about-room-page {
    margin-bottom: 40px;
  }

  .card-price-wrapper.room-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .price {
    font-size: 22px;
  }

  .room-wrapper {
    margin-top: -1px;
    padding-top: 27px;
    padding-bottom: 48px;
  }

  .reservate-room-title-wrapper {
    padding: 20px;
  }

  .reservate-room-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .amenities-page-grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .room-gallery-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .restaurant-about-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .restaurant-tabs-menu {
    margin-bottom: 40px;
  }

  .restaurant-tabs-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .restaurant-tab-link {
    width: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .restaurant-menu-grid {
    grid-template-columns: 1fr;
  }

  .our-chefs-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 530px;
    margin: 40px auto;
  }

  .locations-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .location-gallery-grid {
    grid-row-gap: 0px;
    grid-template-columns: auto;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-grid {
    grid-row-gap: 40px;
    text-align: left;
    grid-template-columns: auto;
  }

  .contact-wrapper {
    flex-direction: row;
  }

  .contact-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .faqs-wrapper {
    margin-top: 40px;
  }

  .category-title-wrapper {
    margin-top: 20px;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .drop-div.last {
    padding-top: 10px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .icon-dropdown {
    font-size: 30px;
  }

  .blog-post-social-media-wrapper, .blog-post-body {
    padding-top: 40px;
  }

  .rooms-category-grid {
    margin-top: 40px;
  }

  .rooms-section-slider {
    height: auto;
  }

  .room-section-right-arrow, .room-section-left-arrow {
    bottom: 0;
  }

  .room-section-slider-button {
    bottom: -85px;
  }

  .contact-fixed-button {
    display: none;
  }

  .cart-container {
    width: 90%;
  }

  .row-checkout, .checkout-row {
    flex-direction: column;
  }

  .form {
    padding-left: 0;
  }

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

  .paragraph-79 {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .bold-text-57 {
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

  .div-block-33.fff {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Experience-Tobermory-1.avif');
    background-position: 0 0, 30% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-33.ddd {
    background-image: linear-gradient(#00000042, #00000042), url('../images/Main-3.avif');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slider {
    height: 60vh;
  }

  .section-7 {
    height: auto;
    max-height: none;
    padding-top: 0;
  }

  .h1 {
    font-size: 48px;
    line-height: 44px;
  }

  .slide-nav-2 {
    left: 5%;
  }

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

  .header-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    padding-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: 14% auto auto 12%;
  }

  .div-block-34 {
    inset: 9% 0% auto;
  }

  .div-block-36 {
    bottom: 48%;
  }

  .container-2 {
    padding-left: 67px;
    padding-right: 67px;
  }

  .section-10.more-space {
    padding-bottom: 36px;
  }

  .paragraph-81 {
    width: 100%;
    font-size: 16px;
  }

  .container-6 {
    top: -191px;
  }

  .container-7 {
    top: 0;
  }

  .columns-4 {
    display: flex;
  }

  .column-4 {
    margin-bottom: 22px;
    padding-left: 113px;
    padding-right: 113px;
  }

  .columns-5 {
    display: flex;
  }

  .image-5 {
    margin-bottom: 22px;
  }

  .columns-6, .columns-7 {
    display: flex;
  }

  .image-7 {
    margin-bottom: 24px;
  }

  .image-8 {
    margin-bottom: 26px;
  }

  .link-block-2 {
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .link-block-2.hidden {
    margin-top: 0;
  }

  .enter-wrapper-4 {
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
    display: none;
    position: fixed;
  }

  .link-419 {
    letter-spacing: 0;
    padding-left: 23px;
    padding-right: 10px;
    position: static;
    top: 1%;
    right: 4%;
  }

  .pop-up-wrapper-5 {
    width: 90%;
    height: auto;
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-block-66 {
    font-size: 10px;
    line-height: 14px;
  }

  .link-420 {
    font-size: 12px;
  }

  .menu {
    width: 100%;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-15 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 29.5px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 19px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  figcaption {
    font-size: 13px;
  }

  .container-default {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.less-space-up {
    padding-left: 23px;
    padding-right: 23px;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .styleguide-seccion {
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-primary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

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

  .styleguide-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .header-logo {
    width: 100%;
  }

  .nav-item-wrapper {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-item-wrapper.button-header-mobile-wrapper {
    margin-top: 25px;
  }

  .menu-button {
    max-width: 40px;
    max-height: 70px;
    margin-bottom: 6px;
    padding: 10px;
    font-size: 26px;
    right: 0;
  }

  .nav-menu {
    z-index: 2147483647;
    padding-top: 50px;
  }

  .size-1 {
    font-size: 49px;
  }

  .footer-grid {
    grid-template-rows: 184px;
    place-items: start;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .licenses-hero {
    padding-top: 120px;
  }

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

  .section.hero {
    padding-top: 120px;
  }

  .section.about {
    padding-top: 32px;
  }

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

  .section.restaurant-section {
    margin-top: 143px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.experiences {
    padding-bottom: 80px;
  }

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

  .section.about-page {
    padding-top: 0;
  }

  .section.about-us {
    padding: 60px 13px 80px;
  }

  .section.blog {
    padding-top: 120px;
  }

  .section.blog-content {
    padding-bottom: 80px;
  }

  .section.blog-post-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.blog-post-newsletter {
    padding-bottom: 40px;
  }

  .section.rooms {
    padding: 43px 16px 80px;
  }

  .section.locations {
    padding-top: 120px;
  }

  .section.location-page {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section.contact {
    padding-top: 120px;
  }

  .section.request-info {
    padding-bottom: 180px;
  }

  .section.blog-category, .section.search {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.restaurant-hero {
    padding-top: 0;
  }

  .section.rooms-section {
    margin-bottom: 39px;
  }

  .section.grey-back {
    padding-left: 0;
    padding-right: 0;
  }

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

  .utility-page-wrap {
    height: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap._404 {
    padding-top: 28px;
    padding-bottom: 211px;
  }

  .input.search {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .input.checkout.discount {
    width: 100%;
  }

  ._404-title {
    font-size: 92px;
    line-height: 120px;
  }

  .nav-item.dropdown {
    font-size: 34px;
  }

  .nav-item.search {
    display: none;
  }

  .nav-item.video {
    font-size: 10px;
  }

  .nav-item.blog-featured-link {
    justify-content: center;
  }

  .nav-item.header-link {
    font-size: 32px;
  }

  .nav-item.blog-category {
    border-bottom: 1px solid var(--neutral-600);
    border-left-width: 0;
    align-items: stretch;
    width: 100%;
    padding: 16px 0;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .split-content.header-left {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
  }

  .split-content.hero-left {
    margin-bottom: 40px;
  }

  .split-content.header-right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 60%;
    padding-right: 0;
  }

  .split-content.restaurant-left {
    margin-bottom: 40px;
    padding-right: 16px;
  }

  .split-content.about-us-left {
    margin-bottom: 40px;
  }

  .split-content.blog-top-left {
    margin-bottom: 30px;
  }

  .split-content.card-about-room-left {
    margin-bottom: 20px;
  }

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

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

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

  .paragraph.about-experiences {
    margin-bottom: 40px;
  }

  .paragraph.blog-post {
    margin-bottom: 20px;
  }

  .paragraph.restaurant-hero {
    text-align: left;
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph.restaurant-hero.left-aligment {
    font-size: 14px;
  }

  .image-wrapper.about {
    width: 115%;
    height: 500px;
    margin-top: -251px;
  }

  .image-wrapper.about-experiences {
    width: 115%;
    height: 500px;
    margin-top: -238px;
  }

  .image-wrapper.location-gallery-2 {
    margin-top: -46px;
  }

  .image-wrapper.bg-about-page {
    max-height: 400px;
  }

  .image-wrapper.room {
    max-height: 320px;
  }

  .image-wrapper.restaurant {
    height: 260px;
  }

  .image-wrapper.request-info {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }

  .image-wrapper.product-cart {
    display: none;
  }

  .image-wrapper.restaurant-about-2 {
    margin-top: -129px;
  }

  .image.hero {
    height: 300px;
  }

  .image.restaurant-2 {
    margin-top: -96px;
  }

  .image.bg-about-page {
    height: 400px;
  }

  .image.about-us-1 {
    width: 90%;
  }

  .image.our-team {
    margin-bottom: 20px;
  }

  .image.watch {
    height: 100%;
  }

  .image.about-this-room {
    height: 400px;
    margin-top: -136px;
  }

  .image.room-gallery {
    object-fit: cover;
    width: 100%;
  }

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

  .image.location-about-2 {
    margin-top: -160px;
  }

  .image.request-info {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .image.about-us-2 {
    width: 90%;
    margin-left: -104px;
  }

  .image.locations {
    height: 200px;
  }

  .image.location-gallery-3, .image.location-gallery-4 {
    width: 100%;
    height: 180px;
  }

  .image.room-section {
    height: 280px;
  }

  .image.room {
    height: 320px;
    padding-bottom: 84px;
  }

  .image.restaurant {
    height: 280px;
  }

  .image.product-cart {
    height: 100%;
    min-height: 90px;
  }

  .card.about {
    text-align: left;
    order: -1;
    margin-top: 0;
    padding: 40px 0;
    position: static;
  }

  .card.cta {
    padding: 40px 30px;
  }

  .card.experiences {
    width: auto;
  }

  .card.testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.about-page {
    padding: 40px 30px;
  }

  .card.about-experiences {
    max-width: 100%;
    padding: 40px 30px;
  }

  .card.watch {
    max-width: 90%;
  }

  .card.blog-featured-card {
    text-align: center;
    padding: 40px 30px;
  }

  .card.blog-post-newsletter {
    padding: 40px 30px;
  }

  .card.room-page {
    margin-top: -65px;
    padding: 30px;
  }

  .card.about-this-room {
    padding: 40px 30px;
  }

  .card.location {
    margin-top: -60px;
    margin-right: 20px;
  }

  .card.location-page, .card.request-info {
    padding: 40px 30px;
  }

  .card.search-result-wrapper {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.password {
    padding: 40px 20px;
  }

  .card.restaurant-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.restaurant-hero.wider {
    width: 100%;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .card.restaurant-hero.wider.more-space-up._100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card.room-section {
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
    overflow: hidden;
  }

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

  .subtitle-wrapper.blog-post-category {
    font-size: 13px;
  }

  .subtitle-wrapper.blog-post-page {
    font-size: 14px;
  }

  .subtitle-wrapper.about {
    justify-content: flex-start;
  }

  .subtitle-wrapper.blog, .subtitle-wrapper.restaurant-menu {
    flex-direction: column;
  }

  .dash {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dash.blog-post-featured {
    margin: 10px 0;
  }

  .dash.blog-post-page {
    width: 20px;
    margin-left: 3vw;
    margin-right: 2vw;
  }

  .dash.restaurant-menu {
    margin: 10px 0;
    display: none;
  }

  .button-primary, .button-primary.large {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary.large.main-buttons-home {
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    display: flex;
  }

  .button-primary.main-header {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .button-primary.wrapper.reservate-room {
    width: 100%;
  }

  .button-primary.button-header-mobile {
    padding: 14px 0;
  }

  .spacer._2-buttons {
    height: 10px;
  }

  .button-primary-text {
    letter-spacing: 0;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-secondary.large.main-button-home {
    justify-content: center;
    height: 30px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .button-secondary.buy-now {
    width: 100%;
  }

  .button-secondary.discount {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-buttons {
    flex-direction: row;
  }

  .container-small-616px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-616px.text-center {
    max-width: 90%;
    padding: 6px 0;
  }

  .experiences-grid {
    grid-row-gap: 40px;
  }

  .experiences-grid.ffff {
    flex-direction: column;
  }

  .card-experiences-content {
    padding: 40px 10px;
  }

  .container-small-658px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title.blog-title-featured {
    margin-bottom: 20px;
  }

  .title.restaurant {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 44px;
  }

  .title.restaurant-menu {
    max-width: 300px;
  }

  .title.location {
    margin-bottom: 20px;
  }

  .title.faq {
    margin-right: 10px;
    font-size: 16px;
  }

  .title.checkout-title {
    font-size: 33px;
  }

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

  .title.instagram {
    max-width: 300px;
  }

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

  .title.rooms {
    text-align: left;
    margin-bottom: 10px;
  }

  .title._404 {
    font-size: 28px;
  }

  .title.watch-video {
    max-width: 350px;
  }

  .testimonials-grid {
    margin-bottom: 40px;
  }

  .divider.footer-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.pagination {
    margin-bottom: 30px;
  }

  .divider.room-page {
    flex: none;
  }

  .divider.faq {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .testimonial-about-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-about {
    margin-bottom: 10px;
  }

  .flex-vc {
    align-items: stretch;
  }

  .bg-image-home {
    height: 200px;
  }

  .grid {
    margin-top: 40px;
  }

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

  .footer-mobile-content {
    margin-bottom: 0;
  }

  .footer-mobile-title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-footer {
    width: 100%;
  }

  .link-text {
    font-size: 10px;
  }

  .small-print-wrapper {
    padding: 20px 10px;
    font-size: 16px;
  }

  .about-restaurant-grid {
    grid-row-gap: 40px;
  }

  .card-about-restaurant-content {
    padding: 40px 10px;
  }

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

  .our-team-work-wrapper {
    margin-bottom: 10px;
  }

  .our-team-work {
    font-size: 14px;
  }

  .video-wrapper {
    height: 130px;
  }

  .video-button {
    padding: 11px 16px;
    font-size: 16px;
    top: 35.109px;
  }

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

  .search-blog-wrapper {
    width: 100%;
  }

  .search-input-blog {
    width: 100%;
    padding-left: 20px;
    padding-right: 54px;
  }

  .blog-featured {
    padding-top: 126px;
  }

  .blog-categories {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-post-grid {
    grid-row-gap: 60px;
  }

  .newsletter-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-inside.cart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-page-title-wrapper {
    margin-top: 20px;
  }

  .bg.blog-post-page {
    min-height: 500px;
  }

  .bg.blog-category {
    height: 850px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text h3, .rich-text h4 {
    margin-bottom: 10px;
  }

  .rich-text ol, .rich-text ul {
    margin-bottom: 30px;
  }

  .rich-text figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text figcaption {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
  }

  .latest-stories-grid {
    grid-row-gap: 60px;
  }

  .rooms-grid {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .about-room-page {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .card-price-wrapper, .card-price-wrapper.room-section {
    flex-direction: row;
    align-items: center;
  }

  .service-wrapper {
    margin-right: 32px;
  }

  .room-wrapper {
    margin-top: -85px;
    padding: 40px 30px 20px;
  }

  .room-services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .reservate-room-title-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reservate-room-content {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quantity-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .quantity {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .amenities-page-grid {
    grid-column-gap: 20px;
    grid-template-columns: auto auto;
  }

  .icon-amenities {
    margin-right: 5px;
  }

  .amenities-text {
    font-size: 14px;
  }

  .room-gallery-grid {
    grid-template-columns: 1fr;
  }

  .restaurant-about-grid {
    grid-column-gap: 15px;
    grid-template-rows: auto;
    max-width: none;
  }

  .container-medium-848px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .restaurant-tabs-menu {
    border-bottom-width: 0;
  }

  .restaurant-tab-link {
    border-bottom-width: 1px;
    border-bottom-color: var(--neutral-300);
    height: auto;
    padding: 20px 0;
  }

  .restaurant-tab-link.w--current {
    bottom: 0;
  }

  .restaurant-schedule {
    font-size: 10px;
  }

  .restaurant-menu-grid {
    grid-row-gap: 40px;
  }

  .menu-ingredients {
    white-space: normal;
  }

  .location-info {
    font-size: 14px;
  }

  .location-gallery-grid {
    grid-template-columns: auto;
  }

  .contact-icon {
    width: 30px;
    height: 30px;
  }

  .search-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item-search {
    font-size: 16px;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .label-checkout {
    font-size: 14px;
  }

  .order-confirmation {
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

  .icon-dropdown {
    font-size: 25px;
  }

  .brand.w--current {
    z-index: 1;
    width: auto;
    position: relative;
  }

  .blog-post-social-media-wrapper {
    padding-top: 20px;
  }

  .menu-subtitle-text {
    display: none;
  }

  .rooms-category-grid {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .rooms-section-slider {
    width: 95%;
    height: auto;
  }

  .room-section-right-arrow {
    right: 20px;
  }

  .room-section-left-arrow {
    left: 20px;
  }

  .room-section-slider-button {
    bottom: -84px;
    left: 0;
    right: 0;
  }

  .icon-play {
    font-size: 26px;
  }

  .product-cart-info-wrapper {
    margin-left: 0;
  }

  .cart-header {
    padding: 15px 16px;
  }

  .cart-footer {
    padding: 10px 16px 20px;
  }

  .cart-container {
    width: 100%;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .empty-state.categories {
    color: var(--neutral-400);
  }

  .blog-category {
    flex-direction: column;
  }

  .categories {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .watch-video-text-wrapper {
    font-size: 16px;
  }

  .copyright {
    line-height: 1.5em;
  }

  .container-medium-760px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .order-text {
    margin: 24px 0 22px;
  }

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

  .add-to-cart-buttons {
    flex-direction: column;
    width: 100%;
  }

  .order-summary-wrapper {
    flex-wrap: wrap;
  }

  .order-summary-text {
    margin-right: 20px;
  }

  .form {
    margin-bottom: 193px;
    padding-left: 0;
  }

  .container {
    flex-direction: row;
    position: relative;
  }

  .div-block {
    flex-direction: column;
    width: auto;
    padding-left: 9px;
    padding-right: 9px;
  }

  .text-block-4 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .link-2 {
    font-size: 10px;
  }

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

  .paragraph-79 {
    text-align: center;
    width: 70%;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .bold-text-57 {
    font-size: 20px;
    line-height: 26px;
  }

  .bold-text-57.left-alignment {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-33.fff {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Experience-Tobermory-1.avif');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .div-block-33.ddd {
    background-image: linear-gradient(#00000069, #00000069), url('../images/Main-3.avif');
    background-position: 0 0, 100% 0;
    background-size: auto, contain;
  }

  .slider {
    height: 200px;
  }

  .section-7 {
    height: auto;
    max-height: none;
    padding-top: 0;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .slide-nav-2 {
    bottom: 0%;
  }

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

  .header-content {
    padding: 57px 49px 0 32px;
    inset: 0% auto auto 0%;
  }

  .div-block-34 {
    padding-left: 14px;
    padding-right: 14px;
    top: 44px;
  }

  .heading {
    margin-bottom: 8px;
  }

  .div-block-36 {
    align-items: flex-start;
    width: 90%;
    inset: 4% 10% auto 18px;
  }

  .container-2 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .more-space {
    padding-left: 19px;
    padding-right: 19px;
  }

  .map {
    margin-bottom: 0;
  }

  .drop-navi {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .container-6 {
    top: -131px;
  }

  .image-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .columns-6 {
    display: flex;
  }

  .image-6 {
    margin-bottom: 21px;
  }

  .image-9 {
    max-width: 80%;
  }

  .link-block-2 {
    width: 100%;
    padding: 0 5px;
    font-size: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .link-block-2.hidden {
    margin-top: 0;
  }

  .rich-text-block {
    padding-left: 17px;
    padding-right: 17px;
  }

  .div-block-41 {
    width: 100%;
    display: flex;
  }

  .enter-wrapper-4 {
    padding: 13px 0 10px;
    display: none;
  }

  .link-419 {
    text-align: center;
    letter-spacing: 0;
    border-radius: 4px;
    padding: 7px 8px 7px 32px;
    font-size: 13px;
    top: 3%;
    right: 3%;
  }

  .pop-up-wrapper-5 {
    text-align: center;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin-top: 6px;
    margin-bottom: 0;
    padding: 0;
    line-height: 28px;
    display: flex;
  }

  .text-block-66 {
    line-height: 14px;
  }

  .link-420 {
    font-size: 12px;
  }

  .paragraph-83 {
    font-size: 16px;
    line-height: 1.6em;
  }

  .pop-up {
    background-color: #03192ee0;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 600px;
    margin: 0 14px 10px 0;
    inset: auto 0% 0% auto;
    overflow: scroll;
  }

  .logo-pop-up {
    margin-bottom: 0;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .div-block-43.hidden {
    top: 22.7%;
  }

  .image-12 {
    margin-bottom: 19px;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .menu {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-52 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-a2671ff9-27fa-6674-48a3-27018947b2d5-ae2f46c5 {
  align-self: end;
}

#w-node-_638b1058-af8f-ec67-2a1f-431ebb2960ba-ae2f46c5 {
  align-self: center;
}

#w-node-eb94b67b-8f33-d45f-f5e4-d4db136f1c7b-ead1ad74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01efd4e2-b8d7-b5ea-dc94-677917de968b-ead1ad74, #w-node-_01efd4e2-b8d7-b5ea-dc94-677917de968b-f45b4cd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-eb94b67b-8f33-d45f-f5e4-d4db136f1c7b-ead1ad74 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Hotel Template';
  src: url('../fonts/icons-hotel-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}