main {
  display: block;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

p {
  margin: 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after,
.clear {
  clear: both;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  box-sizing: border-box;
  background-color: #F8F7F5;
  font-family: "Inter", sans-serif;
  height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 400;
  font-size: 10.5vw;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 64px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 64px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

P {
  font-size: 18px;
  font-weight: 200;
  line-height: 168%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1680px) {
  P {
    font-size: 18px;
  }
}

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

ul, ol {
  margin: 20px 0;
  padding: 0;
}
ul.no-default li, ol.no-default li {
  list-style: none;
}
ul li, ol li {
  line-height: 1.6666667;
  list-style-position: inside;
}

.head {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.head p {
  font-size: 18px;
  line-height: 1.4;
}

.logo {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  display: block;
  width: 120px;
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 99;
  transition: 0.2s ease;
}
.navigation {
  box-sizing: border-box;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  mix-blend-mode: difference;
}
.navigation a {
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  margin-left: 24px;
  mix-blend-mode: difference;
}

.book-session {
  box-sizing: border-box;
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 12px 32px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  transition: 0.2s ease;
}
.book-session:hover {
  background-color: #fff;
  border-color: #f4f4f4;
  color: #282828;
}
.book-session.hidden {
  opacity: 0;
}

#preloader {
  background-color: #F8F7F5;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s ease;
  z-index: 999;
}
#preloader.done {
  opacity: 0;
  visibility: hidden;
}

#preloader .desktop-show {
  display: block;
}

#preloader .mobile-show {
  display: none;
}

@media screen and (max-width: 991px) {
  #preloader .desktop-show {
    display: none !important;
  }
  #preloader .mobile-show {
    display: block;
  }
}
#preloader-animation {
  display: block;
  height: auto;
  margin: auto;
  width: 100%;
}

#preloader-animation .svg-elem-1 {
  stroke-dashoffset: 1176.7620849609px;
  stroke-dasharray: 1176.7620849609px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

#preloader-animation.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

#preloader-animation .svg-elem-2 {
  stroke-dashoffset: 1175.7585449219px;
  stroke-dasharray: 1175.7585449219px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

#preloader-animation.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

#preloader-animation .svg-elem-3 {
  stroke-dashoffset: 339.4425964355px;
  stroke-dasharray: 339.4425964355px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

#preloader-animation.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

#preloader-animation-mobile .svg-elem-1 {
  stroke-dashoffset: 2492px;
  stroke-dasharray: 2492px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

#preloader-animation-mobile.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

#preloader-animation-mobile .svg-elem-2 {
  stroke-dashoffset: 642.7606201172px;
  stroke-dasharray: 642.7606201172px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

#preloader-animation-mobile.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

#preloader-animation-mobile .svg-elem-3 {
  stroke-dashoffset: 641.7600708008px;
  stroke-dasharray: 641.7600708008px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

#preloader-animation-mobile.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

#preloader-animation-mobile .svg-elem-4 {
  stroke-dashoffset: 339.4412231445px;
  stroke-dasharray: 339.4412231445px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

#preloader-animation-mobile.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

#preloader-animation-mobile .svg-elem-5 {
  stroke-dashoffset: 2492px;
  stroke-dasharray: 2492px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

#preloader-animation-mobile.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.horizontal-wrapper {
  height: 100vh;
  display: flex;
  width: 600vw;
}

section {
  height: 100%;
  width: 100vw;
}

.hero {
  overflow: hidden;
  width: 100%;
}
.hero .intro-photos-mobile {
  display: none;
}
.hero .intro-photos {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  justify-content: space-between;
  height: 100vh;
  padding-right: 40px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.hero .intro-photos .photo-wrap {
  box-sizing: border-box;
  object-fit: cover;
  height: 75%;
  padding: 20px;
  width: 25%;
  transform: translate3d(0, 80px, 0);
}
.hero .intro-photos .photo-wrap:nth-child(even) {
  transform: translate3d(0, 200px, 0);
}
.hero .intro-photos .photo-wrap:nth-of-type(1n+7) {
  display: none;
}
.hero .intro-photos .photo-wrap img {
  object-fit: cover;
  height: 100%;
  display: block;
  width: 100%;
  filter: grayscale(1);
}
.hero .intro-photos .photo-wrap:hover img {
  filter: grayscale(0);
}

.slogan {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100vh;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.slogan h1 {
  display: block;
  font-size: 8vw;
  font-weight: 200;
  line-height: 0.9;
  margin: auto;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.slogan model-viewer {
  height: 100%;
  width: 60%;
}

.showreel {
  box-sizing: border-box;
  height: 100vh;
  position: relative;
  width: 100%;
}
.showreel:before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  z-index: 2;
}
.showreel video {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

.philosophy-section {
  box-sizing: border-box;
  background-color: #000;
  background-image: url(../img/philo_bg.svg);
  background-position: left -15px bottom 0;
  background-repeat: no-repeat;
  background-size: auto 240px;
  display: flex;
  height: 100vh;
  padding: 40px 0;
}
.philosophy-section .info-wrap {
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.philosophy-section .info-wrap .description {
  width: 50%;
}
.philosophy-section .info-wrap .description p {
  box-sizing: border-box;
  padding-right: 10%;
}
.philosophy-section .info-wrap .description.left .mobile-image {
  display: none;
}
.philosophy-section .info-wrap .description.left .image {
  overflow: hidden;
  object-fit: cover;
  height: 70vh;
  position: relative;
  width: 90%;
}
.philosophy-section .info-wrap .description.left .image img {
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 200%;
}
.philosophy-section .info-wrap .right {
  margin-top: auto;
}
.philosophy-section .info-wrap .right .image {
  box-sizing: border-box;
  overflow: hidden;
  object-fit: cover;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
}
.philosophy-section .info-wrap .right .image img {
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.philosophy-section .info-wrap .right p {
  margin-bottom: 40px;
}

.passion-section {
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}
.passion-section .passion-image {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  margin: auto;
  width: 60%;
}
.passion-section .passion-image svg {
  height: 80%;
  margin: auto;
  width: auto;
}
.passion-section .photo {
  width: 40%;
}
.passion-section .photo img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.contact-section {
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  width: 100%;
}
.contact-section .contact-info {
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 10;
}
.contact-section .contact-info .wrap {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
  margin: auto;
  padding: 40px;
}
.contact-section .contact-info .wrap strong {
  display: block;
  font-weight: bold;
}
.contact-section .contact-info .wrap li {
  line-height: 1.4;
  list-style: none;
}
.contact-section #map {
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.separator {
  margin-bottom: 240px;
}
.separator img {
  display: block;
  margin: auto;
}

#book-modal {
  background-color: rgba(255, 255, 255, 0.9176470588);
  display: flex;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: 0.2s ease;
  transform: translate3d(100%, 0, 0);
}
#book-modal.visible {
  transform: translate3d(0, 0, 0);
}
#book-modal .modal-form {
  box-sizing: border-box;
  background-color: #fff;
  margin-left: auto;
  overflow: auto;
  height: 100vh;
  padding: 64px 48px;
  width: 40%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#book-modal .form-head {
  margin-bottom: 48px;
}
#book-modal .form-head h1 {
  font-size: 4vw;
  font-weight: 200;
  line-height: 0.9;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#book-modal form .f-row {
  margin-bottom: 20px;
}
#book-modal form label {
  display: block;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#book-modal form .cell {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  width: 100%;
}
#book-modal form .checkbox-wrap {
  align-items: center;
  display: flex;
}
#book-modal form .checkbox-wrap input[type=checkbox] {
  margin-right: 6px;
}
#book-modal form .checkbox-wrap p {
  font-size: 12px;
  margin-bottom: 0;
}
#book-modal form .submit {
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 48px;
  width: 240px;
}

.store-modal {
  background-color: #fff;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  position: fixed;
  top: 20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  z-index: 999;
}
.store-modal.visible {
  opacity: 1;
  visibility: visible;
}
.store-modal .close-store {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  padding-right: 40px;
  position: fixed;
  top: 68px;
  right: 0;
  z-index: 2;
}
.store-modal .close-store:hover {
  opacity: 0.5;
}
.store-modal .modal-head {
  box-sizing: border-box;
  padding: 40px 0 0 80px;
  position: relative;
  max-width: 50%;
}
.store-modal .modal-head h2 {
  box-sizing: border-box;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 80px;
}
.store-modal .modal-head p {
  font-size: 14px;
}
.store-modal .products-row {
  display: flex;
  flex-wrap: wrap;
}
.store-modal .product-col {
  box-sizing: border-box;
  padding: 40px;
  padding-top: 0;
  width: 33.3333%;
}
.store-modal .product-wrap {
  cursor: pointer;
  position: relative;
}
.store-modal .product-wrap:hover img {
  opacity: 0.5;
}
.store-modal .product-wrap:hover .button {
  opacity: 1;
}
.store-modal .product-photo img {
  display: block;
  height: auto;
  width: 100%;
}
.store-modal .product-info {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.store-modal .product-info .product-name {
  margin-bottom: 6px;
}
.store-modal .product-info .button {
  cursor: pointer;
  display: block;
  margin-top: 6px;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 16px;
  }
  p {
    font-size: 14px;
    line-height: 1.68;
    margin-bottom: 16px;
  }
  .horizontal-wrapper {
    display: block;
    height: auto;
    width: 100%;
  }
  section {
    height: inherit;
  }
  .logo {
    left: 16px;
  }
  .navigation {
    padding: 10px 16px;
  }
  .hero {
    overflow: visible;
  }
  .hero .intro-photos {
    display: none;
  }
  .hero .intro-photos-mobile {
    box-sizing: border-box;
    display: block;
    padding: 100px 16px 60px;
    overflow: hidden;
    width: 100%;
  }
  .hero .intro-photos-mobile .swiper-slide {
    object-fit: cover;
  }
  .hero .intro-photos-mobile .swiper-slide img {
    object-fit: cover;
    display: block;
    height: 70vh;
    width: 100%;
  }
  .slogan {
    box-sizing: border-box;
    display: block;
    height: auto;
    padding-top: 100px;
    padding-left: 16px;
    text-align: center;
  }
  .slogan h1 {
    font-size: 64px;
  }
  .slogan model-viewer {
    height: 500px;
    width: 100%;
  }
  .showreel {
    height: 35vh;
  }
  .showreel video {
    height: 35vh;
  }
  .philosophy-section {
    box-sizing: border-box;
    height: auto;
    padding: 40px 16px;
  }
  .philosophy-section .info-wrap {
    display: block;
    padding: 0;
  }
  .philosophy-section .info-wrap .description {
    width: 100%;
  }
  .philosophy-section .info-wrap .description p {
    padding-right: 0;
  }
  .philosophy-section .info-wrap .image {
    display: none;
  }
  .philosophy-section .info-wrap .mobile-image {
    display: block;
    margin-bottom: 24px;
  }
  .philosophy-section .info-wrap .mobile-image img {
    display: block;
    width: 100%;
  }
  .passion-section {
    display: block;
    height: auto;
  }
  .passion-section .passion-image {
    box-sizing: border-box;
    height: 60%;
    padding: 40px 0;
    width: 80%;
  }
  .passion-section .passion-image svg {
    width: 100%;
  }
  .passion-section .photo {
    width: 100%;
  }
  .contact-section .contact-info {
    top: auto;
    left: 16px;
    bottom: 16px;
  }
  #book-modal .form-head h1 {
    font-size: 32px;
  }
  #book-modal .modal-form {
    padding: 42px 16px;
    width: 100%;
  }
  #book-modal form .submit {
    width: 100%;
  }
  .store-modal {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .store-modal .close-store {
    padding-right: 16px;
  }
  .store-modal .modal-head {
    padding: 40px 0 0 16px;
    max-width: 100%;
  }
  .store-modal .products-row {
    padding-bottom: 40px;
  }
  .store-modal .product-col {
    width: 100%;
  }
  .store-modal .product-info {
    bottom: -20px;
  }
  .store-modal .product-info .button {
    opacity: 1;
  }
}