/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

/* Remove default padding */
ul, ol {
  list-style: none;
}

/* Set core root defaults */
*, html, html:focus-within {
  scroll-behavior: smooth !important;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove default border */
fieldset {
  border: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

svg.icon path {
  fill: currentColor;
}

/* Remove built-in form typography styles */
input,
button,
textarea,
select {
  font: inherit;
}

strong {
  font-weight: 700;
}

/* Remove animations and transitions for people who prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Rafaella";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Rafaella.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DealerplateCalifornia";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/DealerplateCalifornia-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Heavitas";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Heavitas.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "CocogooseClassic";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/CocogooseClassic-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Athelas Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Athelas-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/helvetica-light.woff2") format("woff2");
}
.font-dp-ca {
  font-family: "DealerplateCalifornia";
}

.font-athelas {
  font-family: "Athelas Bold";
}

.font-heavitas {
  font-family: "Heavitas";
}

.font-cg-cl {
  font-family: "CocogooseClassic";
}

.font-sk-barbicane {
  font-family: "SK Barbicane";
}

.font-rafaella {
  font-family: "Rafaella";
}

body {
  font-size: 16px;
  font-family: "DealerplateCalifornia";
  color: #005761;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #FFF7D9;
}

main {
  padding: 8px;
  overflow: hidden;
}
main .base-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 374px;
  margin-inline: auto;
  gap: 11px;
}
main .base-grid .box {
  border: 1.5px solid #005761;
  padding: 9px;
}
main .base-grid .col-span-full {
  grid-column: 1/-1;
}
main .base-grid .col-span-1 {
  grid-column: 1/3;
}
main .base-grid .col-span-2 {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  main {
    padding: 12px;
  }
  main .base-grid {
    max-width: 744px;
  }
  main .base-grid .box {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  main .base-grid {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  main .base-grid {
    gap: 25px;
  }
  main .base-grid .box {
    border: 2px solid #005761;
    padding: 12px;
  }
}
@media (min-width: 1440px) {
  main .base-grid {
    max-width: 1415px;
  }
  main .base-grid .col-span-1 {
    grid-column: 1/1;
  }
  main .base-grid .col-span-2 {
    grid-column: 2/2;
  }
}

.no-break {
  white-space: nowrap;
}

.frame {
  position: relative;
  padding: 17px 43px 31px 43px;
  border-color: #005761;
  border-width: 7px 7px;
  border-style: solid;
  min-height: 204px;
  text-align: center;
}
.frame .corner {
  width: 61px;
  position: absolute;
}
.frame .corner-tl {
  left: -7px;
  top: -6px;
}
.frame .corner-tr {
  right: -7px;
  top: -6px;
  transform: rotateY(180deg);
}
.frame .corner-bl {
  left: -7px;
  bottom: -6px;
  transform: rotateX(180deg);
}
.frame .corner-br {
  bottom: -6px;
  right: -7px;
  transform: rotate(180deg);
}
.frame h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #F15594;
  margin: 0;
}
.frame h2:before, .frame h2:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 7px;
  background: url("../../images/title-decor.svg") no-repeat;
  background-size: contain;
}
.frame h2:before {
  margin-right: 6px;
}
.frame h2:after {
  transform: rotateY(180deg);
  margin-left: 6px;
}
@media (min-width: 390px) {
  .frame h2 {
    font-size: 16.5px;
  }
  .frame h2:before, .frame h2:after {
    width: 57px;
    height: 12px;
  }
  .frame h2:before {
    margin-right: 12px;
  }
  .frame h2:after {
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  .frame {
    border-width: 10px 11px;
  }
  .frame .corner {
    width: 100px;
  }
  .frame .corner-tl {
    left: -11px;
    top: -10px;
  }
  .frame .corner-tr {
    right: -11px;
    top: -10px;
  }
  .frame .corner-bl {
    left: -11px;
    bottom: -10px;
  }
  .frame .corner-br {
    bottom: -10px;
    right: -11px;
  }
  .frame h2 {
    font-size: 22px;
  }
  .frame h2:before, .frame h2:after {
    width: 72px;
    height: 15px;
  }
  .frame h2:before {
    margin-right: 24px;
  }
  .frame h2:after {
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .frame h2 {
    font-size: 30px;
  }
  .frame h2:before, .frame h2:after {
    width: 105px;
    height: 22px;
  }
  .frame h2:before {
    margin-right: 24px;
  }
  .frame h2:after {
    margin-left: 24px;
  }
}

.button-line {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.button-line ul {
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.button-line ul li {
  position: relative;
}
.button-line ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #005761;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.button-line ul li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #005761;
  right: 0;
  top: 50%;
  transform: translate(238%, -50%);
}
.button-line .line {
  width: 76px;
  height: 2px;
  background-color: #005761;
  border: none;
  position: absolute;
}
.button-line .line:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #005761;
  top: 50%;
  transform: translateY(-50%);
}
.button-line .line-left {
  left: 0;
  transform: translateX(-62%);
}
.button-line .line-left:before {
  left: 0;
}
.button-line .line-right {
  right: 0;
  transform: translateX(62%);
}
.button-line .line-right:before {
  right: 0;
}
.button-line.sm-line .line {
  width: 40px;
}

.btn-base {
  font-size: 12px;
  display: block;
  border: 2px solid #005761;
  border-radius: 50rem;
  padding: 5px 5px 2px 5px;
  background-color: #FFF7D9;
  color: #005761;
  min-width: 53px;
  text-align: center;
}
.btn-base:hover {
  background-color: #005761;
  color: #FFF7D9;
}

@media (min-width: 390px) {
  .btn-base {
    font-size: 18px;
    padding: 5px 5px 0px 5px;
    min-width: 70px;
  }

  .button-line .line-left {
    transform: translateX(-100%);
  }
  .button-line .line-right {
    transform: translateX(100%);
  }
}
@media (min-width: 768px) {
  .button-line .line {
    width: 46px;
    position: relative;
  }
  .button-line .line-left {
    transform: translateX(0%);
  }
  .button-line .line-right {
    transform: translateX(0%);
  }
  .button-line ul li:not(:last-child):before {
    transform: translate(232%, -50%);
  }
}
@media (min-width: 992px) {
  .btn-base {
    font-size: 20px;
    padding: 9px 16px 5px 16px;
  }

  .button-line .line {
    width: 30px;
  }
  .button-line ul li:not(:last-child):after {
    transform: translate(100%, -50%);
  }
  .button-line ul li:not(:last-child):before {
    transform: translate(238%, -50%);
  }
}
@media (min-width: 1440px) {
  .btn-base {
    font-size: 24px;
    padding: 9px 32px 5px 32px;
  }

  .button-line .line {
    width: 76px;
  }
  .button-line .line:before {
    width: 10px;
    height: 10px;
  }
  .button-line ul {
    gap: 52px;
  }
  .button-line ul li:not(:last-child):after {
    width: 52px;
    transform: translate(100%, -50%);
  }
  .button-line ul li:not(:last-child):before {
    transform: translate(306%, -50%);
    width: 10px;
    height: 10px;
  }
}
.check-box {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding-left: 0px;
  width: 100%;
}
.check-box input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}
.check-box input:checked ~ .checkmark {
  border: 1px solid #005761;
  background-color: #005761;
}
.check-box input:checked ~ .checkmark:before {
  display: inline-block;
}
.check-box .check-box-text {
  margin-left: 12px;
  font-size: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
  line-height: 1.2em;
  vertical-align: top;
  font-family: "Helvetica";
  font-weight: 300;
  max-width: calc(100% - 50px);
  color: rgba(0, 87, 97, 0.5);
}
.check-box .check-box-text a {
  text-decoration: underline;
  color: rgba(0, 87, 97, 0.5);
}
.check-box .checkmark {
  left: 0;
  height: 19px;
  width: 19px;
  border: 2px solid #005761;
  background: #00000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.check-box .checkmark:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 4px;
  border-left: 2px solid #FFF7D9;
  border-bottom: 2px solid #FFF7D9;
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  display: none;
}
@media (min-width: 768px) {
  .check-box {
    flex: 1;
  }
  .check-box .check-box-text {
    top: -2px;
    font-size: 20px;
  }
}

.cookie-bar {
  z-index: 99999999999;
  position: fixed;
  padding: 24px 44px;
  background-color: #FFF7D9;
  right: 24px;
  bottom: 24px;
  width: 100%;
  max-width: 1032px;
  max-height: 100%;
  overflow: auto;
  box-shadow: 0px 10px 20px #005761;
}
.cookie-bar h4 {
  margin-bottom: 8px;
}
.cookie-bar .btn-row {
  display: flex;
  gap: 24px;
}
.cookie-bar .checkbox-row {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  margin-bottom: 40px;
}
.cookie-bar .checkbox-row .check-box {
  width: auto;
  margin-top: 0;
}
.cookie-bar .checkbox-row .check-box .check-box-text {
  max-width: none;
}
.cookie-bar button {
  padding: 16px 28px;
  border: none;
  outline: none;
  color: #005761;
  border-radius: 50rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #00000000;
  border: 1px solid #005761;
}
.cookie-bar button.btn-pantone {
  background-color: #005761;
  border: 1px solid #005761;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .cookie-bar {
    right: 0px;
    bottom: 0px;
    padding: 24px 24px;
  }
  .cookie-bar .btn-row {
    flex-direction: column;
  }
  .cookie-bar .btn-row button:nth-child(1) {
    order: 3;
  }
  .cookie-bar .btn-row button:nth-child(2) {
    order: 2;
  }
  .cookie-bar .btn-row button:nth-child(3) {
    order: 1;
  }
  .cookie-bar .checkbox-row {
    flex-direction: column;
    gap: 24px;
  }
}

#hero {
  overflow: hidden;
}
#hero .head {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#hero .head .quote {
  position: relative;
  flex: 1;
  max-width: 42.5%;
}
#hero .head .quote .langs {
  font-size: 18px;
}
#hero .head .quote .desktop {
  display: none;
}
#hero .head .quote .mobile {
  display: initial;
}
#hero .head .quote .mobile-hide {
  display: none;
}
#hero .head .quote-content {
  position: absolute;
  top: 50%;
  color: #F15594;
  font-size: 10px;
  line-height: 1.1em;
  z-index: 2;
  text-align: center;
}
#hero .head .quote-content .dot {
  display: none;
}
#hero .head .quote-content .new-line {
  display: block;
}
#hero .head .quote-content a.active, #hero .head .quote-content a:hover {
  text-decoration: underline;
  color: #005761;
}
#hero .head .quote-pt1 .quote-content {
  left: 50%;
  width: 80px;
  transform: translate(-67%, -54%);
}
#hero .head .quote-pt2 .quote-content {
  right: 50%;
  width: 50px;
  transform: translate(73%, -50%);
}
#hero .head .quote-pt2 img {
  position: relative;
  transform: rotateY(180deg);
}
#hero .head .logo {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 141px;
  background-color: #F15594;
  margin-inline: -80px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  padding-top: 20px;
  display: none;
}
#hero .head .logo img {
  width: 167px;
  margin-inline: auto;
}
#hero .title-frame {
  margin-top: -16%;
  display: flex;
}
#hero .title-frame .title-wrap {
  display: flex;
  justify-content: center;
  background-color: #00000000;
  align-items: center;
  flex: 1;
}
#hero .title-frame .title-wrap h1 {
  font-size: 155px;
  text-transform: uppercase;
  color: #FFF7D9;
  background-image: url("../../images/title-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-bottom: 58.5%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#hero .title-frame .title-wrap h1 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
#hero .title-frame .title-wrap h1 img {
  position: absolute;
  width: 106%;
  max-width: 104.5%;
  top: 17%;
  left: 0.56%;
  z-index: -1;
}
#hero .title-frame .decor {
  display: none;
}
#hero .title-frame .decor-right {
  position: relative;
  transform: rotate(180deg);
}
#hero .basic-info {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#hero .basic-info .info-box {
  display: none;
  width: 208px;
  position: relative;
}
#hero .basic-info .info-box:nth-child(1) {
  order: 1;
}
#hero .basic-info .info-box:nth-child(3) {
  order: 2;
}
#hero .basic-info .info-box .box-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  color: #F15594;
  text-transform: uppercase;
}
#hero .basic-info .info-box .box-inner img {
  width: 129px;
}
#hero .basic-info .hero-main {
  order: 3;
  flex: 1;
  display: flex;
  padding-inline: 0px;
  gap: 8px;
  flex-wrap: wrap;
}
#hero .basic-info .hero-main .cutlery-frame {
  display: none;
  position: relative;
}
#hero .basic-info .hero-main .cutlery-frame .cutlery {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
}
#hero .basic-info .hero-main .store-cover {
  flex: 1;
  position: relative;
  padding: 16px 18px 16px 8px;
  display: flex;
  align-items: center;
  background: url("../../images/store-frame.svg") no-repeat;
  background-size: contain;
}
#hero .basic-info .hero-main .store-cover .note {
  position: absolute;
  text-transform: uppercase;
  line-height: 1.2em;
  display: none;
}
#hero .basic-info .hero-main .store-cover .note-1 {
  left: 0;
  top: 0;
}
#hero .basic-info .hero-main .store-cover .note-2 {
  right: 0;
  top: 0;
  text-align: right;
}
#hero .basic-info .hero-main .store-cover .note-3 {
  right: 0;
  bottom: 0;
  text-align: right;
}
#hero .basic-info .hero-main .store-cover .note-4 {
  left: 0;
  bottom: 0;
}
#hero .mobile-info {
  display: flex;
  flex-direction: row;
  height: 143px;
  gap: 6px;
  margin-top: 6px;
}
#hero .mobile-info .info-box {
  background: url("../../images/hero-info-frame.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F15594;
  text-transform: uppercase;
  font-size: 12px;
  width: 24.5%;
  text-align: center;
  padding-top: 7px;
  line-height: 1.2em;
}
#hero .mobile-info .opening-hours {
  flex: 1;
  display: flex;
  background: url("../../images/opening-hours-frame.svg") no-repeat;
  background-size: 100% 100%;
  text-transform: uppercase;
  font-size: 12px;
  width: 24.5%;
  text-align: center;
  padding-top: 7px;
  line-height: 1.2em;
  color: #F15594;
  justify-content: space-between;
  align-items: center;
  padding-inline: 5%;
}
#hero .mobile-info .opening-hours img {
  width: 13.6%;
  max-height: 83%;
}
@media (min-width: 360px) {
  #hero .head .quote-content {
    font-size: 12px;
  }
  #hero .head .quote-pt1 .quote-content {
    width: 100px;
    left: 50%;
  }
  #hero .head .quote-pt2 .quote-content {
    width: 76px;
  }
}
@media (min-width: 768px) {
  #hero .mobile-info {
    display: none;
  }
  #hero .head .quote {
    max-width: none;
  }
  #hero .head .quote .desktop {
    display: initial;
  }
  #hero .head .quote .mobile {
    display: none;
  }
  #hero .head .quote .mobile-hide {
    display: inline;
  }
  #hero .head .quote .langs {
    font-size: 1em;
  }
  #hero .head .quote-content {
    top: 38%;
    font-size: 16px;
    line-height: 1em;
  }
  #hero .head .quote-content .new-line {
    display: inline;
  }
  #hero .head .quote-pt1 .quote-content {
    left: 30px;
    width: auto;
    transform: translate(0%, 0%);
  }
  #hero .head .quote-pt2 .quote-content {
    right: 38px;
    width: auto;
    transform: translate(-24%, -20%);
  }
  #hero .head .logo {
    display: initial;
    width: 187px;
    height: 87px;
    margin-inline: -41px;
    padding-top: 16px;
  }
  #hero .head .logo img {
    width: 98px;
  }
  #hero .title-frame {
    margin-top: -22px;
  }
  #hero .title-frame .decor {
    width: 106px;
    display: initial;
  }
  #hero .title-frame .title-wrap {
    background-color: #F15594;
  }
  #hero .title-frame .title-wrap h1 {
    width: 452px;
    height: 58px;
    padding-bottom: 0;
    background-image: url("../../images/title.png");
  }
  #hero .basic-info {
    margin-top: 12px;
    flex-direction: row;
  }
  #hero .basic-info .hero-main {
    gap: 12px;
    order: 2;
    width: 73.25%;
    padding-inline: 12px;
  }
  #hero .basic-info .hero-main .cutlery-frame {
    display: initial;
    width: 60px;
  }
  #hero .basic-info .hero-main .cutlery-frame .cutlery {
    width: 25px;
  }
  #hero .basic-info .hero-main .store-cover {
    padding: 8px 13px 0 13px;
    background: none;
  }
  #hero .basic-info .hero-main .store-cover .note {
    display: initial;
  }
  #hero .basic-info .hero-main .button-line {
    margin-top: 11px;
  }
  #hero .basic-info .info-box {
    display: initial;
  }
  #hero .basic-info .info-box:nth-child(1) {
    order: 1;
  }
  #hero .basic-info .info-box:nth-child(3) {
    order: 3;
  }
  #hero .basic-info .info-box .box-inner {
    font-size: 12px;
  }
  #hero .basic-info .info-box .box-inner img {
    width: 60px;
    display: flex;
  }
}
@media (min-width: 992px) {
  #hero .head .quote-content {
    top: 40%;
    font-size: 22px;
  }
  #hero .head .quote-content .dot {
    display: inline;
  }
  #hero .head .quote-pt2 .quote-content {
    right: 30px;
  }
  #hero .head .logo {
    width: 218px;
    height: 100px;
    margin-inline: -54px;
    padding-top: 20px;
  }
  #hero .head .logo img {
    width: 110px;
  }
  #hero .title-frame .decor {
    width: 140px;
  }
  #hero .title-frame .title-wrap h1 {
    width: 660px;
    height: 85px;
  }
  #hero .basic-info .info-box {
    width: 170px;
  }
  #hero .basic-info .info-box .box-inner {
    font-size: 18px;
  }
  #hero .basic-info .info-box .box-inner img {
    width: 96px;
  }
  #hero .basic-info .hero-main {
    width: auto;
  }
  #hero .basic-info .hero-main .cutlery-frame {
    width: 80px;
  }
  #hero .basic-info .hero-main .cutlery-frame .cutlery {
    width: 30px;
  }
}
@media (min-width: 1440px) {
  #hero .head .quote-content {
    font-size: 35px;
  }
  #hero .head .logo {
    width: 280px;
    height: 141px;
    margin-inline: -80px;
  }
  #hero .head .logo img {
    width: 167px;
  }
  #hero .title-frame .decor {
    width: 181px;
  }
  #hero .title-frame .title-wrap h1 {
    width: 1011px;
    height: 130px;
  }
  #hero .basic-info .info-box {
    width: 208px;
  }
  #hero .basic-info .info-box .box-inner {
    font-size: 22px;
  }
  #hero .basic-info .info-box .box-inner img {
    width: 129px;
  }
  #hero .basic-info .hero-main .cutlery-frame {
    width: 104px;
  }
  #hero .basic-info .hero-main .cutlery-frame .cutlery {
    width: 44px;
  }
}

#aboutUs .frame {
  padding: 19px 31px 36px 31px;
}
#aboutUs .frame .about-content {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 12px;
  gap: 3px;
}
#aboutUs .frame .about-content .pointer {
  display: none;
  width: 150px;
}
#aboutUs .frame .about-content .pointer-right {
  position: relative;
  transform: rotateY(180deg);
}
#aboutUs .frame .about-content p {
  word-spacing: 0.4em;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
}
@media (min-width: 768px) {
  #aboutUs .frame {
    padding: 17px 43px 31px 43px;
  }
  #aboutUs .frame .about-content .pointer {
    display: initial;
    width: 100px;
  }
  #aboutUs .frame .about-content p {
    font-size: 20px;
  }
  #aboutUs .frame .about-content p br {
    display: none;
  }
}
@media (min-width: 992px) {
  #aboutUs .frame .about-content .pointer {
    width: 150px;
  }
  #aboutUs .frame .about-content p {
    font-size: 23px;
  }
}

#gallery {
  width: 100%;
  margin-block: 25px;
}
#gallery .gallery-swiper {
  overflow: visible;
}
#gallery .gallery-swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
#gallery .gallery-swiper .swiper-wrapper .swiper-slide img {
  height: 358px;
}
@media (min-width: 768px) {
  #gallery .gallery-swiper .swiper-wrapper .swiper-slide img {
    height: 430px;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-swiper .swiper-wrapper .swiper-slide img {
    height: 518px;
  }
}

#menu .frame {
  height: 100%;
}
#menu .frame .menu-group {
  margin-top: 28px;
}
#menu .frame .menu-group h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
#menu .frame .menu-group .button-line-mt {
  margin-top: 20px;
}
#menu .frame .menu-group .button-line .btn-base {
  width: 94px;
}
@media (min-width: 390px) {
  #menu .frame {
    padding: 17px 30px 31px 30px;
  }
  #menu .frame .button-line .line-left {
    transform: translateX(0%);
  }
  #menu .frame .button-line .line-right {
    transform: translateX(0%);
  }
  #menu .frame .menu-group {
    margin-top: 31px;
  }
  #menu .frame .menu-group h3 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  #menu .frame {
    padding: 17px 43px 31px 43px;
  }
  #menu .frame .menu-group {
    margin-top: 28px;
  }
  #menu .frame .menu-group h3 {
    font-size: 44px;
  }
  #menu .frame .menu-group .button-line .btn-base {
    width: 136px;
  }
}
@media (min-width: 1440px) {
  #menu .frame .menu-group {
    margin-top: 80px;
  }
  #menu .frame .menu-group h3 {
    font-size: 60px;
  }
}

#reserve .frame {
  height: 100%;
  padding-bottom: 62px;
  padding: 17px 31px 31px 31px;
}
#reserve .frame form {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 45px;
  position: relative;
}
#reserve .frame form.was-validated .form-input:invalid {
  border-bottom: 2px solid #e74c3c;
}
#reserve .frame form.was-validated .form-input:valid {
  border-bottom: 2px solid #2ecc71;
}
#reserve .frame form.was-validated .check-box input:invalid ~ .checkmark {
  border: 2px solid #e74c3c;
}
#reserve .frame form .form-input {
  border: none;
  background-color: #00000000;
  border-bottom: 2px solid #005761;
  font-family: "Helvetica";
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 0px;
  outline: none;
  color: #005761;
  padding: 0;
  margin-bottom: 13px;
  font-weight: 300;
  line-height: 1em;
}
#reserve .frame form .form-input::placeholder {
  color: #005761;
  opacity: 0.5;
}
#reserve .frame form .form-input[type=datetime-local] {
  position: relative;
}
#reserve .frame form .form-input[type=datetime-local]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#reserve .frame form .form-input[type=datetime-local]:before {
  content: "Date / Time";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  color: rgba(0, 87, 97, 0.5);
  background-color: #FFF7D9;
  pointer-events: none;
}
#reserve .frame form .form-input[type=datetime-local].filled:before {
  display: none;
}
#reserve .frame form .form-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#reserve .frame form button {
  min-width: 94px;
}
#reserve .frame form .msg-sent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFF7D9;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  z-index: 10;
}
#reserve .frame form .msg-sent h3 {
  font-size: 32px;
}
#reserve .frame form .msg-sent.show {
  display: flex;
}
#reserve .frame form .msg-sent.show.show-success .msg-content.success {
  display: block;
}
#reserve .frame form .msg-sent.show.show-error .msg-content.error {
  display: block;
}
#reserve .frame form .msg-sent .msg-content {
  display: none;
}
#reserve .frame form .msg-sent .msg-content.error span {
  color: #e74c3c;
}
#reserve .frame form .msg-sent .msg-content.success span {
  color: #005761;
}
#reserve .frame form .msg-sent .msg-content h3 {
  display: block;
}
#reserve .frame form .msg-sent .msg-content a {
  margin-top: 24px;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 390px) {
  #reserve .frame {
    padding: 17px 43px 31px 43px;
  }
}
@media (min-width: 768px) {
  #reserve .frame {
    padding: 17px 43px 31px 43px;
  }
  #reserve .frame form {
    margin-top: 70px;
    gap: 50px;
  }
  #reserve .frame form input {
    font-size: 20px;
  }
  #reserve .frame form button {
    min-width: 136px;
  }
}

#footer .bottom {
  display: flex;
  align-items: end;
  position: relative;
  z-index: 3;
  justify-content: space-between;
}
#footer .bottom .contact-frame {
  position: relative;
  flex: 0 0 40%;
}
#footer .bottom .contact-frame .frame-img {
  position: relative;
  transform: rotateX(180deg);
  display: none;
}
#footer .bottom .contact-frame .frame-img.mobile {
  display: initial;
  width: 100%;
}
#footer .bottom .contact-frame-content {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  color: #F15594;
  font-size: 8px;
  z-index: 2;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: 1.2em;
}
#footer .bottom .contact-frame-content.content-left {
  justify-content: start;
  align-items: start;
  padding-left: 8%;
  flex-direction: column;
  gap: 0;
}
#footer .bottom .contact-frame-content.content-right {
  padding-right: 6%;
  justify-content: end;
}
#footer .bottom .contact-frame-content.content-right span {
  width: 33px;
}
#footer .bottom .contact-frame-content .social-link {
  width: 17px;
  display: inline-block;
  position: relative;
  transform: translateY(-1px) scale(1);
  transition: 0.3s transform;
}
#footer .bottom .contact-frame-content .social-link:hover {
  transform: translateY(-5px) scale(1.1);
}
#footer .bottom .contact-frame-content span {
  text-align: left;
}
#footer .bottom .contact-frame-content .mobile-hide {
  display: none;
}
#footer .bottom .contact-frame-pt1 .quote-content {
  left: 30px;
}
#footer .bottom .contact-frame-pt2 .quote-content {
  right: 30px;
}
#footer .bottom .contact-frame-pt2 .frame-img {
  position: relative;
  transform: rotateY(180deg) rotateX(180deg);
}
#footer .bottom .logo {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 141px;
  background-color: #F15594;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  padding-bottom: 15px;
  display: none;
  align-items: end;
}
#footer .bottom .logo img {
  width: 167px;
  margin-inline: auto;
}
#footer .footer-body {
  margin-bottom: -47px;
  display: flex;
  position: relative;
  z-index: 3;
}
#footer .footer-body .footer-wrap {
  display: flex;
  flex-direction: column;
  background-color: #00000000;
  flex: 1;
  color: #FFF7D9;
  background: url("../../images/footer-frame-mobile.png") no-repeat;
  background-size: 100% auto;
  padding-top: 10px;
  min-height: 53vw;
}
#footer .footer-body .footer-wrap .title-wrap {
  text-align: center;
}
#footer .footer-body .footer-wrap .title-wrap h2 {
  font-size: 16px;
}
#footer .footer-body .footer-wrap .footer-content {
  display: flex;
  align-items: start;
  text-transform: uppercase;
  flex-wrap: wrap;
  margin-top: 4px;
  font-size: 14px;
  padding-inline: 13px;
}
#footer .footer-body .footer-wrap .footer-content address {
  font-style: normal;
}
#footer .footer-body .footer-wrap .footer-content .link {
  text-decoration: underline;
  cursor: pointer;
}
#footer .footer-body .footer-wrap .footer-content .col {
  flex: 1;
  line-height: 1.1em;
}
#footer .footer-body .footer-wrap .footer-content .col:nth-child(2) {
  text-align: center;
  flex: 0 0 100%;
  order: 3;
  margin-top: 4px;
}
#footer .footer-body .footer-wrap .footer-content .col:nth-child(3) {
  text-align: right;
  order: 2;
}
#footer .footer-body .footer-wrap .footer-content .col .id-number.left {
  display: block;
}
#footer .footer-body .footer-wrap .footer-content .col .id-number.right {
  display: none;
}
#footer .footer-body .decor {
  display: none;
}
#footer .footer-body .decor-right {
  position: relative;
  transform: rotate(180deg);
}
@media (min-width: 390px) {
  #footer .footer-body .footer-wrap {
    min-height: 206px;
  }
  #footer .footer-body .footer-wrap .title-wrap h2 {
    font-size: 20px;
  }
  #footer .footer-body .footer-wrap .footer-content {
    font-size: 18px;
  }
  #footer .bottom .contact-frame-content {
    font-size: 10px;
  }
  #footer .bottom .contact-frame-content.content-right span {
    width: 40px;
  }
  #footer .bottom .contact-frame-content .social-link {
    width: 20px;
  }
}
@media (min-width: 768px) {
  #footer .footer-body {
    margin-bottom: -94px;
  }
  #footer .footer-body .footer-wrap {
    padding-top: 70px;
    padding-inline: 40px;
    min-height: 421px;
  }
  #footer .footer-body .footer-wrap .footer-content {
    align-items: end;
    padding-inline: 0px;
    margin-top: -10px;
  }
  #footer .footer-body .footer-wrap .footer-content .col .id-number.left {
    display: none;
  }
  #footer .footer-body .footer-wrap .footer-content .col .id-number.right {
    display: block;
  }
  #footer .bottom .contact-frame-content {
    font-size: 17px;
    top: 50%;
    gap: 10px;
  }
  #footer .bottom .contact-frame-content .social-link {
    width: 33px;
    transform: translateY(-2px) scale(1);
  }
  #footer .bottom .contact-frame-content.content-left {
    gap: 0px;
    padding-left: 12%;
  }
  #footer .bottom .contact-frame-content.content-right {
    padding-right: 12%;
  }
  #footer .bottom .contact-frame-content.content-right span {
    width: 72px;
  }
  #footer .bottom .contact-frame-content .mobile-hide {
    display: inline;
  }
  #footer .bottom .contact-frame {
    flex: 0 0 40%;
  }
}
@media (min-width: 992px) {
  #footer .footer-body {
    margin-bottom: -22px;
  }
  #footer .footer-body .decor {
    display: initial;
  }
  #footer .footer-body .footer-wrap {
    padding-top: 18px;
    padding-inline: 0px;
    min-height: initial;
    background: none;
    background-color: #F15594;
  }
  #footer .footer-body .footer-wrap .title-wrap {
    text-align: left;
  }
  #footer .footer-body .footer-wrap .title-wrap h2 {
    font-size: 25px;
  }
  #footer .footer-body .footer-wrap .footer-content {
    margin-top: -10px;
    font-size: 20px;
  }
  #footer .footer-body .footer-wrap .footer-content .col {
    line-height: 1.2em;
  }
  #footer .footer-body .footer-wrap .footer-content .col:nth-child(2) {
    margin-top: 24px;
    order: 2;
    flex: 0 0 46%;
    margin-top: 0px;
  }
  #footer .footer-body .footer-wrap .footer-content .col:nth-child(3) {
    order: 3;
  }
  #footer .bottom .logo {
    display: flex;
    width: 234px;
    height: 108px;
    margin-inline: -52px;
  }
  #footer .bottom .logo img {
    width: 129px;
  }
  #footer .bottom .contact-frame {
    flex: 1;
  }
  #footer .bottom .contact-frame .frame-img {
    display: block;
  }
  #footer .bottom .contact-frame .frame-img.mobile {
    display: none;
  }
  #footer .bottom .contact-frame-content {
    top: 54%;
    gap: 20px;
    flex: 1;
  }
  #footer .bottom .contact-frame-content.content-left {
    gap: 20px;
    flex-direction: row;
    padding-right: 12%;
    padding-left: 0;
    justify-content: center;
    align-items: center;
  }
  #footer .bottom .contact-frame-content.content-right {
    padding-left: 12%;
    padding-right: 0;
    justify-content: center;
  }
  #footer .bottom .contact-frame-content.content-right span {
    width: auto;
  }
}
@media (min-width: 1280px) {
  #footer .footer-body .footer-wrap {
    padding-top: 18px;
  }
  #footer .footer-body .footer-wrap .title-wrap h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  #footer .bottom .logo {
    width: 280px;
    height: 141px;
    margin-inline: -80px;
  }
  #footer .bottom .logo img {
    width: 167px;
  }
  #footer .bottom .contact-frame-content {
    font-size: 30px;
  }
  #footer .bottom .contact-frame-content .social-link {
    width: 51px;
    transform: translateY(-5px) scale(1);
  }
}

.text-page {
  position: relative;
  padding: 16px 24px !important;
}
.text-page .btn-wrap {
  background-color: #FFF7D9;
  padding: 8px 0px;
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
}
.text-page .btn-wrap .btn-base {
  display: inline-block;
}
.text-page h2 {
  color: #F15594;
  font-size: 24px;
}
.text-page p {
  font-family: "Helvetica";
}

/*# sourceMappingURL=style.css.map */
