@import url("https://fonts.googleapis.com/css?family=Open+Sans:800");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");

html {
  height: 100%;
  background: #e7e7e9;
}

body {
  line-height: 1.3;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  min-width: 320px;
}

.reg-input {
  width: 100%;
  padding: 5px;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #bb9754;
}

a:hover,
a:active {
  color: #ccc;
}

.clearfix:after {
  clear: both;
}

.nav-bar {
  background: #d1d2d4;
  color: #231f20;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1;
}

#nav {
  width: 90%;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

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

.nav-links > a {
  background: #e7e7e8;
  border: 1px solid #231f20;
  color: #231f20;
  margin-right: 20px;
  padding: 3px 5px 3px 8px;
  letter-spacing: 2px;
  font-size: 14px;
}

.nav-links > a:hover {
  background: #bb9754;
}

.nav-links-mob {
  display: none;
  position: fixed;
  top: 6px;
  right: 0px;
  z-index: 2000;
}

#nav-mob-icon {
  border: 1px solid #231f20;
  margin-right: 20px;
  padding: 3px 8px;
  color: #231f20;
  font-size: 24px;
  cursor: pointer;
  float: right;
  z-index: 2000;
}

#nav-mob {
  display: none;
  position: fixed;
  top: 51px;
  right: 18px;
  z-index: 2000;
}

#nav-mob > ul > li {
  background: #e7e7e8;
  border: 1px solid #231f20;
  padding: 15px 15px;
  cursor: pointer;
  clear: both;
}

#nav-mob ul > li > a {
  color: #231f20;
  letter-spacing: 3px;
}

.logo {
  width: 49px;
  margin-top: 7px;
  margin-left: 2%;
  display: inline;
}

.bullets {
  width: 5px;
  margin-bottom: 4px;
}

.nav-links > .bullets {
  margin-right: 17px;
}

.container-wrap {
  padding: 0 10px;
  position: relative;
  padding-top: 49px;
}

.container-wrap-rooms {
  padding: 20px 10px;
  position: relative;
  top: 49px;
}

.black-overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.white-content {
  display: none;
  position: absolute;
  /*top: 30%;*/
  left: 20%;
  width: 60%;
  padding: 5px 30px 30px 30px;
  z-index: 1002;
  overflow: auto;
  color: #fff;
  background: #663333;
  font-size: 13px;
}

.white-content-gallery {
  display: none;
  position: absolute;
  /*top: 30%;*/
  left: 20%;
  width: 60%;
  padding: 5px 30px 30px 30px;
  z-index: 1002;
  overflow: auto;
  color: #fff;
  background: #555;
  font-size: 13px;
}

.ital {
  font-style: italic;
}

.bold {
  font-weight: 600;
}

.close-modal a {
  font-size: 30px;
  float: right;
}

.white-content h2 {
  text-align: center;
  width: 100%;
  font-size: 40px;
  letter-spacing: 3px;
}

.white-content-gallery h2 {
  text-align: center;
  width: 100%;
  font-size: 40px;
  letter-spacing: 3px;
}

.container {
  background: #e7e7e9;
  display: block;
}

.wallpaper {
  background: url("../img/wallpaper.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  display: block;
  height: calc(100vh - 80px);
}

.wallpaper2 {
  background: url("../img/wallpaper2.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  display: block;
  height: calc(100vh - 80px);
}

.wallpaper3 {
  background: url("../img/wallpaper.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}

.wallpaper4 {
  background: url("../img/wallpaper.jpg");
  background-repeat: repeat-y;
  display: block;
  background-size: 100%;
}

.wallpaper5 {
  /*background: url('../img/wallpaper2.jpg');
  background-repeat: repeat-y;
  background-size: 100%;*/
  background: #443f3d;
  display: block;
  height: 2000px;
}

#home-slider {
  position: relative;
}

#slideshow {
  position: relative;
}

#slideshow .slide {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#home-logo {
  position: absolute;
  width: 100%;
}

.spacer {
  width: 100%;
}

.rows {
  width: 100%;
  position: relative;
}

.row1,
.row2 {
  margin: 5px 0 0 0;
  background: #e7e7e9;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.row3 {
  margin: 5px 0 0 0;
  background: #e7e7e9;
  display: inline-block;
  width: 100%;
  padding: 0 0 38px 0;
}

.row3a {
  margin: 5px 0 0 0;
  background: #e7e7e9;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0;
}

.row4 {
  margin: 5px 0 0 0;
  background: #e7e7e9;
  display: inline-block;
  width: 100%;
  padding: 0 0 38px 0;
}

.left {
  width: 50%;
  background: #e7e7e9;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.left-40 {
  width: 25%;
  background: #e7e7e9;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.left-60 {
  width: 75%;
  background: #e7e7e9;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.left-inner {
  margin: 0 5px 0 0;
  position: relative;
}

.left-inner p,
.right-inner p {
  font-size: 14px;
}

.room-desc {
  font-size: 14px;
}

#left-inner-40-1,
#left-inner-40-2,
#left-inner-40-3,
#left-inner-40-4 {
  padding-right: 20px;
}

.thumbs-bak {
  position: absolute;
  bottom: 0px;
}

.thumbs {
  position: relative;
  margin-top: 25px;
}

.thumbs img {
  margin-right: 15px;
}

.room-thumbs {
  position: relative;
  margin-top: 15px;
}

.room-thumbs img {
  margin-right: 5%;
  margin-bottom: 15px;
  width: 40%;
  cursor: pointer;
}

.caption {
  display: none;
  color: #fff;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  padding: 12px 0 0 0;
}

.caption-inner {
  margin-right: 10px;
}

.right {
  width: 50%;
  background: #e7e7e9;
  float: left;
  display: inline-block;
}

.shop-2-center {
  font-family: Nunito, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: 30px auto;
}

.row-shop {
  margin-bottom: 13px;
  background: #e7e7e9;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.row-shop-inner {
  width: 98%;
  margin: 0 auto;
}

.left-32 {
  width: 31.6%;
  border: 1px solid #ccc;
  float: left;
  display: inline-block;
  margin: 0;
  min-height: 200px;
}

.mid-32 {
  width: 31.6%;
  border: 1px solid #ccc;
  float: left;
  display: inline-block;
  margin-left: 2%;
  min-height: 200px;
}

.right-32 {
  width: 31.6%;
  border: 1px solid #ccc;
  float: left;
  display: inline-block;
  margin-left: 2%;
  min-height: 200px;
}

.shop-2-inner {
  padding: 15px;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  font-size: 15px;
}

.merch {
  width: 100%;
}

.shop-text {
  background: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.shop-mob {
  display: none;
}

.right-40 {
  width: 25%;
  background: #e7e7e9;
  float: left;
  display: inline-block;
}

.right-60 {
  width: 75%;
  background: #e7e7e9;
  float: left;
  display: inline-block;
}

.right-inner {
  margin: 0 0 0 5px;
  position: relative;
}

#right-inner-40-2,
#right-inner-40-4 {
  padding-left: 20px;
  padding-right: 10px;
}

.bg-panel {
  width: 100%;
}

.inner-text {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  font-family: Nunito, Helvetica, Arial, sans-serif;
}

.inner-text a {
  color: #fff;
}

.inner-text a:hover {
  color: #bb9754;
}

.panel-top-0 {
  top: 0px;
  height: 100%;
}

.panel-top-10 {
  top: 10%;
}

.panel-top-20 {
  top: 20%;
}

.panel-top-25 {
  top: 25%;
}

.panel-top-30 {
  top: 30%;
}

.panel-top-35 {
  top: 35%;
}

.panel-top-40 {
  top: 35%;
}

.panel-top-45 {
  top: 45%;
}

.panel-top-50 {
  top: 50%;
}

.panel-top-55 {
  top: 55%;
}

.panel-top-60 {
  top: 60%;
}

.text-lg {
  font-size: 40px;
  width: 90%;
  margin: 0 auto;
}

.text-md {
  font-size: 26px;
  width: 90%;
  margin: 0 auto;
}

.text-sm {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}

.text-sm1 {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}

.content {
  color: #fff;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}

.content > h1 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

h3 {
  font-size: 18px;
  font-weight: 700;
}

.content h3 {
  font-size: 16px;
  font-weight: 700;
}

.questions {
  padding: 50px;

  font-size: 15px;
}

.bookings {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}

.contact {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}

.contact .text-sm {
  letter-spacing: 3px;
}

.text-sm1 {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 3px;
}

.bookings h1,
.contact h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.footer-bar {
  background: #000;
  color: #fff;
  height: 37px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  position: fixed;
  bottom: 0px;
}

.insta-foot {
  margin-top: 2px;
  width: 40px;
  margin-left: 3%;
  display: inline;
}

.footer-text {
  width: 90%;
  padding-top: 9px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.location {
  font-size: 18px;
  font-style: italic;
}

.questions-email {
  letter-spacing: 3px;
  font-size: 18px;
}

.spacer-bottom {
  height: 180px;
}

.player1-track-details {
  top: 70%;
  margin-left: 15%;
}

.player1 {
  top: 75%;
  margin-left: 15%;
}

.player2-track-details {
  top: 83%;
  margin-left: 15%;
}

.player2 {
  top: 88%;
  margin-left: 15%;
}

.audiojs {
  height: 22px;
  background: #404040;
  width: 70%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #444),
    color-stop(0.5, #555),
    color-stop(0.51, #444),
    color-stop(1, #444)
  );
  background-image: -moz-linear-gradient(
    center top,
    #444 0%,
    #555 50%,
    #444 51%,
    #444 100%
  );
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause {
  width: 15px;
  height: 20px;
  padding: 0px 8px 0px 0px;
}
.audiojs p {
  width: 25px;
  height: 20px;
  margin: -3px 0px 0px -1px;
}
.audiojs .scrubber {
  background: #5a5a5a;
  width: 310px;
  height: 10px;
  margin: 5px;
}
.audiojs .progress {
  height: 10px;
  width: 0px;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ccc),
    color-stop(0.5, #ddd),
    color-stop(0.51, #ccc),
    color-stop(1, #ccc)
  );
  background-image: -moz-linear-gradient(
    center top,
    #ccc 0%,
    #ddd 50%,
    #ccc 51%,
    #ccc 100%
  );
}
.audiojs .loaded {
  height: 10px;
  background: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #222),
    color-stop(0.5, #333),
    color-stop(0.51, #222),
    color-stop(1, #222)
  );
  background-image: -moz-linear-gradient(
    center top,
    #222 0%,
    #333 50%,
    #222 51%,
    #222 100%
  );
}
.audiojs .time {
  float: left;
  height: 25px;
  line-height: 25px;
}
.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}

.track-details {
  clear: both;
  height: 20px;
  width: 83%;
  padding: 1px 6px;
  color: #222;
  font-family: monospace;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  font-weight: 600;
}
.track-details:before {
  content: "♬ ";
}
.track-details em {
  font-style: normal;
  color: #999;
}

.shop-text {
  background: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.shop-2-center {
  font-family: Nunito, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: 30px auto;
}

.shop-mob {
  display: none;
}

.mob {
  display: none;
}

@media only screen and (max-width: 1370px) {
  .text-lg {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1250px) {
  .thumbs {
    position: relative;
    top: 10px;
  }

  .thumbs img {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1220px) {
  .thumbs img {
    margin-right: 0;
  }

  .panel-top-10 {
    top: 20%;
  }

  .panel-top-20 {
    top: 20%;
  }

  .panel-top-30 {
    top: 25%;
  }

  .panel-top-35 {
    top: 27%;
  }

  .panel-top-45 {
    top: 45%;
  }

  .text-lg {
    font-size: 26px;
  }

  .text-md {
    font-size: 18px;
  }

  .text-sm {
    font-size: 13px;
  }

  .text-sm1 {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 1024px) {
  .panel-top-10 {
    top: 10%;
  }

  .text-sm1 {
    font-size: 16px;
    line-height: 16px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }

  .player1-track-details {
    top: 69%;
    font-size: 10px;
  }

  .player2-track-details {
    top: 82%;
    font-size: 10px;
  }
}

@media only screen and (max-width: 850px) {
  .player1-track-details,
  .player2-track-details {
    display: none;
  }

  .player1 {
    top: 70%;
  }

  .player2 {
    top: 85%;
  }

  .shop-mob {
    display: block;
  }

  .shop-desk {
    display: none;
  }

  .desk {
    display: none;
  }

  .track-details {
    font-size: 10px;
  }

  #nav {
    width: 70%;
  }

  .nav-bar {
    background: #e7e7e9;
  }

  .nav-links {
    display: none;
  }

  .nav-links-mob {
    float: right;
    display: block;
  }

  .container-wrap {
    padding-top: 59px;
  }

  .content {
    width: 90%;
  }

  .panel-top-10 {
    top: 10%;
  }

  .panel-top-22 {
    top: 12%;
  }

  .panel-top-30 {
    top: 25%;
  }

  .panel-top-35 {
    top: 27%;
  }

  .panel-top-45 {
    top: 45%;
  }

  .text-lg {
    font-size: 26px;
  }

  .text-md {
    font-size: 18px;
  }

  .text-sm {
    font-size: 13px;
  }

  .text-sm1 {
    font-size: 12px;
    line-height: 12px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }

  .white-content {
    display: none;
    top: 10%;
    left: 10%;
    width: 70%;
    height: 70%;
  }

  .left-40,
  .left-60,
  .right-40,
  .right-60 {
    width: 100%;
  }

  #right-inner-60-1,
  #right-inner-60-3 {
    margin: 20px 0 0 0;
  }

  #left-inner-60-2,
  #left-inner-60-4 {
    margin: 0 0 0 0;
  }

  #right-inner-40-2,
  #right-inner-40-4 {
    margin: 20px 0 0 0;
    padding-left: 0;
  }

  #left-inner-40-3 {
    margin: 10px 0 0 0;
  }

  #row3 {
    padding-bottom: 0 !important;
  }

  .footer-bar {
    position: relative;
  }
}

@media only screen and (max-width: 780px) {
  .panel-top-10 {
    top: 8%;
  }

  .panel-top-20 {
    top: 2%;
  }

  .panel-top-25 {
    top: 20%;
  }

  .panel-top-30 {
    top: 25%;
  }

  .panel-top-35 {
    top: 27%;
  }

  .panel-top-45 {
    top: 45%;
  }

  .text-lg {
    font-size: 24px;
  }

  .text-md {
    font-size: 16px;
  }

  .text-sm {
    font-size: 13px;
  }

  .text-sm1 {
    font-size: 11px;
    line-height: 11px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 640px) {
  .player1-track-details {
    top: 68%;
    margin-left: 15%;
    display: block;
  }

  .player1 {
    top: 75%;
    margin-left: 15%;
  }

  .player2-track-details {
    top: 81%;
    margin-left: 15%;
    display: block;
  }

  .player2 {
    top: 88%;
    margin-left: 15%;
  }

  .home-logo {
    width: 60%;
    left: 20%;
  }

  .white-content {
    display: none;
    left: 5%;
    width: 75%;
    height: 90%;
  }

  .white-content h2 {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .location {
    font-size: 12px;
    font-style: italic;
  }

  .row2,
  .row3 {
    margin-top: -5px;
  }

  .row3 {
    padding-bottom: 50px;
  }

  .left,
  .left-40,
  .left-60,
  .right,
  .right-40,
  .right-60 {
    width: 100%;
  }

  .left-inner,
  .right-inner {
    margin: 5px 0 5px 0;
  }

  .bookings h1 {
    font-size: 20px;
  }

  .spacer-bottom {
    height: 300px;
  }

  .questions-email {
    letter-spacing: 2px;
  }

  .footer-bar {
    height: 50px;
  }

  .footer-text {
    width: 80%;
  }

  .footer-bar {
    height: 70px;
  }

  .panel-top-10 {
    top: 20%;
  }

  .text-sm1 {
    font-size: 18px;
    line-height: 18px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }

  .panel-top-20 {
    top: 20%;
  }

  .panel-top-25 {
    top: 25%;
  }
}

@media only screen and (max-width: 600px) {
  .left-32,
  .mid-32,
  .right-32 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .row-shop {
    margin-bottom: 0;
  }

  .panel-top-20 {
    top: 0%;
  }
}

@media only screen and (max-width: 414px) {
  .player1-track-details {
    top: 65%;
    margin-left: 15%;
    display: block;
  }

  .player1 {
    top: 73%;
    margin-left: 15%;
  }

  .player2-track-details {
    top: 81%;
    margin-left: 15%;
    display: block;
  }

  .player2 {
    top: 88%;
    margin-left: 15%;
  }

  .panel-top-10 {
    top: 5%;
  }

  .text-sm1 {
    font-size: 12px;
    line-height: 12px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 375px) {
  .player1-track-details {
    top: 68%;
    margin-left: 15%;
    display: none;
  }

  .player1 {
    top: 73%;
    margin-left: 15%;
  }

  .player2-track-details {
    top: 81%;
    margin-left: 15%;
    display: none;
  }

  .player2 {
    top: 86%;
    margin-left: 15%;
  }

  .panel-top-10 {
    top: 5%;
  }

  .panel-top-20 {
    top: 10%;
  }

  .panel-top-25 {
    top: 20%;
  }

  .panel-top-30 {
    top: 20%;
  }

  .panel-top-35 {
    top: 27%;
  }

  .panel-top-45 {
    top: 40%;
  }

  .text-lg {
    font-size: 18px;
  }

  .text-md {
    font-size: 16px;
  }

  .text-sm {
    font-size: 12px;
    line-height: 12px;
  }

  .text-sm1 {
    font-size: 11px;
    line-height: 11px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 360px) {
  .player1-track-details {
    top: 68%;
    margin-left: 15%;
    display: none;
  }

  .player1 {
    top: 70%;
    margin-left: 15%;
  }

  .player2-track-details {
    top: 81%;
    margin-left: 15%;
    display: none;
  }

  .player2 {
    top: 83%;
    margin-left: 15%;
  }

  .mob {
    display: block;
  }

  .panel-top-10 {
    top: 5%;
  }

  .panel-top-20 {
    top: 20%;
  }

  .panel-top-25 {
    top: 20%;
  }

  .panel-top-30 {
    top: 20%;
  }

  .panel-top-35 {
    top: 27%;
  }

  .panel-top-45 {
    top: 40%;
  }

  .text-lg {
    font-size: 18px;
  }

  .text-md {
    font-size: 16px;
  }

  .text-sm {
    font-size: 12px;
    line-height: 12px;
  }

  .text-sm1 {
    font-size: 10px;
    line-height: 10px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 320px) {
  .panel-top-10 {
    top: 5%;
  }

  .text-sm1 {
    font-size: 9px;
    line-height: 9px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 3px;
  }

  .panel-top-20 {
    top: 10%;
  }

  .panel-top-25 {
    top: 5%;
  }

  .panel-top-30 {
    top: 20%;
  }

  .panel-top-35 {
    top: 27%;
  }

  .panel-top-45 {
    top: 40%;
  }

  .text-lg {
    font-size: 18px;
  }

  .text-md {
    font-size: 16px;
  }

  .text-sm {
    font-size: 12px;
    line-height: 12px;
  }

  .questions-email {
    letter-spacing: 1px;
  }
}

/* TEMP: Hotel closure */

.safety-notice {
  min-height: 100vh;
  min-height: 100svh;
  background-image: url('../img/woh_bkgnd.jpg');
  background-position: center;
  background-size: cover;
}

.safety-notice .safety-notice__wrapper {
  max-width: 1400px;
  margin-inline: auto;
}

.safety-notice .safety-notice__image {
  padding: 40px 0;
}

@media only screen and (max-width: 850px) {
  .safety-notice  {
    min-height: calc(100vh - 37px);
    min-height: calc(100svh - 37px);
  }

  .safety-notice .safety-notice__image {
    padding-block: 64px ;
  }
}

@media only screen and (max-width: 640px) {
  .safety-notice  {
    min-height: calc(100vh - 70px);
    min-height: calc(100svh - 70px);
  }
}
