*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}
body {
  overflow-x: hidden;
  max-width: 100%;
  min-width: 0;
}

main,
section,
article,
.slides-wrap,
.calc-wrap,
.booking-layout,
.page-body {
  min-width: 0;
  max-width: 100%;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  height: auto;
}
a { text-decoration:none; color:inherit; }
ul { list-style:none; }
button { cursor:pointer; border:none; background:none; font-family:inherit; }
