:root {
  --white: white;
  --main-background-tint: #014d58;
  --dark-goldenrod: #e4a859;
  --secondary-green: #233422;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #535353;
  font-size: 14px;
  line-height: 26px;
}

a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hero-slider {
  background-color: #fff;
  min-height: 80vh;
}

.slider__nav {
  font-size: 8px;
  display: none;
}

.slide-wrapper {
  border-bottom: 1px solid #e9e9e9;
  justify-content: space-between;
  min-height: 100%;
  display: flex;
}

.slider-left-pane {
  background-color: var(--main-background-tint);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 70px;
  display: flex;
}

.slider-right-pane {
  width: 50%;
  position: relative;
}

.slider-right-pane.image-1 {
  background-image: url('../images/wasa-translations-tiimi.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-right-pane.image-2 {
  background-image: url('../images/wasa-tiimi-2.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__control-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slider__control {
  color: var(--white);
  background-color: #697c4c;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  position: relative;
}

.slider__control:hover {
  background-color: #465335;
}

.slider__control.black {
  color: var(--white);
  background-color: #d96704;
}

.slider__control.black:hover {
  background-color: #8e3e0e;
}

.slider__right-icon {
  color: var(--white);
  font-size: 20px;
}

.slider__arrow-wrapper {
  background-color: var(--main-background-tint);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.slider__left-icon {
  font-size: 20px;
}

.hero-text-wrapper {
  text-align: left;
  max-width: 55ch;
  position: relative;
}

.hero-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  transition: background-color .2s;
}

.hero-button:hover {
  background-color: var(--white);
  color: var(--main-background-tint);
  font-weight: 300;
  text-decoration: none;
}

.hero-button.floating {
  background-color: var(--white);
  color: #333;
  text-transform: uppercase;
  border-style: none;
  border-color: #3333334f;
  border-radius: 3px;
  margin: 0;
}

.hero-button.floating:hover {
  background-color: #f3f3f3;
}

.slider-h {
  color: var(--white);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.slider-p {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.slider-image-cover {
  background-color: #014d581a;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.container {
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.full-image {
  z-index: 99;
  background-image: url('../images/dining.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  position: relative;
  box-shadow: 0 0 16px 2px #00000042;
}

.full-image.book {
  box-shadow: none;
  background-image: url('../images/restaurant2.jpg');
  background-position: 50% 100%;
}

.menu-block-right {
  background-color: var(--main-background-tint);
  color: var(--white);
  align-self: center;
  width: 60%;
  margin-left: -5%;
  padding: 80px 40px 80px 100px;
  position: relative;
  top: 40px;
}

.menu-span {
  color: var(--dark-goldenrod);
  width: 10em;
  font-weight: 600;
  display: inline-block;
}

.menu-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  border-radius: 2px;
  font-size: 24px;
}

.menu-link:hover {
  text-decoration: none;
}

.menu-list-item {
  margin-bottom: 20px;
}

.margin-bottom-lg {
  margin-bottom: 40px;
}

.menu-subtitel {
  max-width: 40ch;
}

.menu-list {
  margin-bottom: 120px;
}

.columns {
  display: flex;
}

.margin-negative {
  margin-left: -10px;
}

.carousel-section {
  background-color: var(--white);
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.carousel-container {
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.carousel-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slider-right-arrow {
  color: #444;
  display: none;
}

.carousel-mask {
  position: static;
  overflow: visible;
}

.carousel {
  background-color: #0000;
  height: auto;
  margin-left: 20vw;
  margin-right: 20vw;
  position: static;
}

.slide-content-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.slider-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-left-arrow {
  color: #444;
  display: none;
}

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

.heading {
  text-align: center;
  margin-bottom: 51px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 400;
}

.slide-nav-2 {
  position: relative;
  top: 10px;
}

.footer {
  background-color: var(--main-background-tint);
  color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.footer-flex-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 140px;
  display: flex;
}

.footer-logo {
  color: var(--white);
  flex: 0 auto;
  min-width: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 280px;
  height: 100%;
  margin-bottom: 10px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-down.whatsapp {
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 35px;
  height: 35px;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  width: 100%;
  margin-top: 20px;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-up.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 35px;
  height: 35px;
}

.social-icon-up.whatsapp {
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon {
  background-color: #d0d7e4;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  transition: border .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.social-icon.instagram {
  background-color: #25d366;
  background-image: none;
}

.social-icon.facebook {
  background-color: #067aeb;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.link-2 {
  color: var(--white);
}

.logo {
  width: 200px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.book-section {
  background-color: var(--main-background-tint);
}

.book-block-left {
  color: var(--white);
  justify-content: flex-end;
  align-self: center;
  width: 50%;
  padding: 80px 40px;
  display: flex;
}

.book-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.book-content-wrapper {
  max-width: 550px;
}

.book-block-wrapper {
  justify-content: flex-end;
  min-height: 650px;
  display: flex;
}

.social-carousel-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.collection-item {
  align-items: center;
  display: flex;
}

.social-image {
  object-fit: cover;
}

.social-image-wrapper {
  align-items: flex-start;
}

.footer-foto {
  background-image: url('../images/group.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 700px;
}

.floating-button {
  z-index: 9999;
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 10px -1px #00000038;
}

.contact-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

.address-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-block {
  width: 100%;
}

.modal-wrapper {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 4px;
  min-width: 40vw;
  padding: 35px 30px 20px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-title {
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  line-height: 32px;
}

.input {
  border-radius: 3px;
  height: 45px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--main-background-tint);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 10px;
  padding: 12px 20px 10px;
  font-size: 14px;
  transition: background-color .2s;
  box-shadow: 0 5px 16px -4px #0000004a;
}

.submit-button:hover {
  background-color: var(--dark-goldenrod);
}

.modal-closer {
  z-index: 5;
  background-color: #000000b0;
  position: absolute;
  inset: 0;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  background-color: #272727;
  border-radius: 50%;
  width: 32px;
  padding: 7px 9px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.form-fields {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.form-flex {
  display: flex;
}

.success-message {
  background-color: var(--main-background-tint);
}

.success-text {
  color: var(--dark-goldenrod);
  font-weight: 400;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 80vw;
  max-width: 1800px;
  margin-top: 100px;
  margin-bottom: 50px;
  display: block;
}

.text-block-2 {
  text-align: left;
  letter-spacing: -.5px;
  font-size: 42px;
  font-weight: 300;
  line-height: 55px;
}

.text-block-3 {
  color: #b4b4b4;
  align-self: auto;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.text-block-3:hover {
  color: #374957;
  position: static;
}

.image-4 {
  opacity: 1;
  width: 75vw;
  max-width: 1800px;
  margin-top: 41px;
  margin-bottom: 20px;
}

.partner-logo {
  object-fit: contain;
  width: 270px;
  height: 90px;
}

.div-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 4rem;
  display: grid;
}

.text-block-4 {
  color: #b4b4b4;
  align-self: auto;
  margin-top: 11px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.link-3 {
  color: #b4b4b4;
  font-weight: 700;
}

.wg-dropdown-3 {
  flex-direction: column;
  align-items: stretch;
  width: 50px;
  height: 50px;
  font-weight: 700;
  position: fixed;
  top: 42px;
  right: 42px;
}

.wg-dd-3-togle {
  z-index: 1;
  background-color: var(--main-background-tint);
  color: #fff;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  transition: background-color .1s, box-shadow .1s;
  display: flex;
  box-shadow: 0 0 #ff8177;
}

.wg-dd-3-togle:hover {
  background-color: var(--main-background-tint);
  box-shadow: 0 0 0 .25rem var(--white);
  color: #fff;
}

.wg-dd-3-list {
  background-color: var(--main-background-tint);
  transform-origin: 100%;
  transform-style: preserve-3d;
  border-radius: 10rem 0 0 10rem;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 2rem;
  display: flex;
  inset: 0% 2rem auto auto;
  overflow: hidden;
}

.wg-dd-3-list.w--open {
  transform: none;
}

.wg-dropdown-3-link {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  padding: 0;
  transition: background-color .1s, color .1s;
  display: flex;
}

.wg-dropdown-3-link:hover {
  background-color: #003e47;
}

.flag-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.space {
  height: 24px;
}

@media screen and (max-width: 991px) {
  .slider-left-pane {
    min-height: 80vh;
  }

  .hero-text-wrapper {
    position: relative;
  }

  .slider-h {
    font-size: 30px;
    line-height: 40px;
  }

  .slider-p {
    font-size: 14px;
    line-height: 23px;
  }

  .menu-block-right {
    padding-left: 65px;
  }

  .menu-span {
    width: 9em;
  }

  .menu-link {
    font-size: 18px;
  }

  .carousel-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel {
    margin-left: 60px;
    margin-right: 60px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-foto {
    min-height: 600px;
  }

  .div-block-15 {
    width: 80vw;
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .text-block-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .image-4 {
    width: 80vw;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .wg-dd-3-togle {
    width: 3rem;
  }

  .wg-dd-3-list {
    padding-right: 1.5rem;
    right: 1.5rem;
  }

  .wg-dropdown-3-link {
    width: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider {
    min-height: 100vh;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .slider-left-pane {
    width: auto;
    min-height: 50vh;
    padding: 20px 40px 40px;
  }

  .slider-right-pane {
    width: auto;
    height: 50vh;
  }

  .slider__control-wrapper {
    justify-content: flex-end;
    margin-bottom: 0;
    bottom: 50%;
  }

  .about-section {
    padding-bottom: 30px;
  }

  .paragraph {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-image {
    width: 80%;
    min-height: 400px;
  }

  .full-image.book {
    width: 100%;
  }

  .menu-block-right {
    width: 100%;
    margin-left: -4%;
    padding-left: 45px;
    padding-right: 20px;
  }

  .menu-span {
    width: 7em;
  }

  .columns {
    flex-direction: column-reverse;
  }

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

  .slider-icon {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .book-block-left {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-block-wrapper {
    flex-direction: column;
  }

  .footer-foto {
    min-height: 400px;
  }

  .text-block-2 {
    max-width: 80vw;
    line-height: 50px;
  }

  .image-4 {
    width: 80vw;
    margin-bottom: 21px;
  }

  .wg-dd-3-list {
    right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .slider-left-pane {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-right-pane.image-1 {
    min-height: 50vh;
  }

  .slider__control-wrapper {
    display: none;
    position: absolute;
  }

  .hero-text-wrapper {
    min-height: 100%;
  }

  .hero-button {
    margin-top: 10px;
  }

  .slider-h {
    font-size: 26px;
    line-height: 36px;
  }

  .container {
    flex-direction: column;
  }

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .full-image {
    box-shadow: none;
    width: 100%;
  }

  .menu-block-right {
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
  }

  .menu-span {
    width: 13ch;
    font-size: 12px;
  }

  .menu-link {
    font-size: 18px;
  }

  .menu-subtitel {
    font-size: 12px;
  }

  .carousel-container {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-content-wrapper {
    min-width: 80%;
    min-height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-left-arrow {
    display: block;
  }

  .carousel-image {
    min-height: 300px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .book-block-left {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-foto {
    min-height: 400px;
  }

  .modal-wrapper {
    padding: 30px;
    display: none;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .form-flex.margin-negative {
    flex-direction: column;
  }

  .div-block-15 {
    align-items: stretch;
    width: 85vw;
    margin-bottom: 27px;
  }

  .text-block-2 {
    max-width: 90vw;
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-3 {
    margin-top: 9px;
    font-size: 10px;
    line-height: 10px;
  }

  .image-4 {
    width: 85vw;
  }

  .div-block-16 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-4 {
    margin-top: 9px;
    line-height: 18px;
  }

  .wg-dropdown-3 {
    top: 30px;
    right: 30px;
  }

  .wg-dd-3-list {
    transform-origin: 50% 0;
    border-radius: 0 0 10rem 10rem;
    flex-direction: column;
    height: auto;
    padding-top: 2rem;
    padding-right: 0;
    top: 1rem;
    right: 0;
  }

  .wg-dropdown-3-link {
    width: 3rem;
    height: 3rem;
  }
}


