@import "./vendors/slick.css";
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  animation-duration: 0.7s;
  visibility: visible;
  animation-fill-mode: both;
}

.delay-in-1 {
  animation-delay: 0.1s;
}

.delay-in-2 {
  animation-delay: 0.2s;
}

.delay-in-3 {
  animation-delay: 0.3s;
}

.delay-in-4 {
  animation-delay: 0.4s;
}

.delay-in-5 {
  animation-delay: 0.5s;
}

.delay-in-6 {
  animation-delay: 0.6s;
}

.delay-in-7 {
  animation-delay: 0.7s;
}

.delay-in-8 {
  animation-delay: 0.8s;
}

.delay-in-9 {
  animation-delay: 0.9s;
}

.delay-in-10 {
  animation-delay: 1s;
}

.delay-in-11 {
  animation-delay: 1.1s;
}

.delay-in-12 {
  animation-delay: 1.2s;
}

.delay-in-13 {
  animation-delay: 1.3s;
}

.delay-in-14 {
  animation-delay: 1.4s;
}

.delay-in-15 {
  animation-delay: 1.5s;
}

.delay-in-16 {
  animation-delay: 1.6s;
}

.delay-in-17 {
  animation-delay: 1.7s;
}

.delay-in-18 {
  animation-delay: 1.8s;
}

.delay-in-19 {
  animation-delay: 1.9s;
}

.delay-in-20 {
  animation-delay: 2s;
}

.delay-in-21 {
  animation-delay: 2.1s;
}

.delay-in-22 {
  animation-delay: 2.2s;
}

.delay-in-23 {
  animation-delay: 2.3s;
}

.delay-in-24 {
  animation-delay: 2.4s;
}

.delay-in-25 {
  animation-delay: 2.5s;
}

.delay-in-26 {
  animation-delay: 2.6s;
}

.delay-in-27 {
  animation-delay: 2.7s;
}

.delay-in-28 {
  animation-delay: 2.8s;
}

.delay-in-29 {
  animation-delay: 2.9s;
}

.delay-in-30 {
  animation-delay: 3s;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.zoomOut.animated {
  animation-name: zoomOut;
}

.fillWidth.animated {
  animation-name: fillWidth;
}

.circleAnimate.animated {
  animation-name: circleAnimate;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: none !important;
}

html {
  scroll-behavior: unset !important;
  height: 100%;
}
html > .hidden {
  overflow: hidden;
}

body {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  opacity: 0;
}
body.overflow-hidden {
  overflow: hidden !important;
}
body.body-opacity {
  opacity: 1;
}

html,
body {
  -moz-user-select: none !important;
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.9px) {
  html,
  body {
    font-size: 16px;
  }
}
section {
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  transition: color 0.4s;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

h1 {
  font-size: 39.5px;
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 52px;
  font-stretch: normal;
  line-height: 0.8076923077;
}
@media (max-width: 991.9px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 31px;
  }
}
@media (max-width: 768.9px) {
  h2 {
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 1920.9px) {
  h3 {
    font-size: 19px;
  }
}
@media (max-width: 768.9px) {
  h3 {
    font-size: 14px;
  }
}
@media (max-width: 576.9px) {
  h3 {
    font-size: 13px;
  }
}

h4 {
  font-size: 19px;
}
@media (max-width: 767.9px) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  font-size: 15px;
}
@media (max-width: 767.9px) {
  h5 {
    font-size: 12px;
  }
}

h6 {
  font-size: 11px;
}
@media (max-width: 767.9px) {
  h6 {
    font-size: 8px;
  }
}

a {
  color: inherit;
  transition: color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.8;
}

p {
  margin: 0 0 27px;
  line-height: 1.517;
  letter-spacing: 0.05em;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 15px;
  }
}
p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

ul,
ol {
  padding-left: 30px;
}
ul li,
ol li {
  position: relative;
  margin-bottom: 27px;
}
@media (max-width: 767.9px) {
  ul li,
  ol li {
    margin-bottom: 15px;
  }
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li > ul, ul li > ol,
ol li > ul,
ol li > ol {
  margin-top: 27px;
}
@media (max-width: 767.9px) {
  ul li > ul, ul li > ol,
  ol li > ul,
  ol li > ol {
    margin-top: 15px;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img,
svg {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  display: block;
  transition: opacity 0.4s, filter 0.4s, border 0.4s;
  border: 1px solid transparent;
}
input::-moz-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
}
input::placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
}
input:focus {
  border-color: #f58f7c;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  cursor: pointer;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit],
::before,
::after {
  transition: all 0.2s;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0;
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn a {
  transition: background-color 0.4s, color 0.4s, border 0.4s, opacity 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn a:hover {
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
}
.btn input[type=submit] {
  font-size: 14px;
  line-height: 16px;
  padding: 0 15px;
  text-transform: uppercase;
}

.container {
  max-width: 1546.5px;
  margin-left: auto;
  margin-right: auto;
}
.container .content {
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1556.5px;
}
@media (max-width: 1600.9px) {
  .container .content {
    padding: 0 60px;
  }
}
@media (max-width: 992.9px) {
  .container .content {
    padding: 0 40px;
  }
}
@media (max-width: 768.9px) {
  .container .content {
    padding: 0 30px;
  }
}

header {
  background-color: #222125;
  max-width: unset;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99998;
}
header .content {
  max-width: 1556.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  font-weight: 700;
}
header .content a {
  text-decoration: none;
}
header h1 {
  font-size: 0;
}
header .logo {
  width: 100%;
  margin: 0;
  margin-left: 13.5px;
  padding-top: 23px;
  padding-bottom: 13.5px;
  max-width: 435.7395px;
  transition: all 0.4s, width 0s;
}
@media (max-width: 1200.9px) {
  header .logo {
    max-width: 389.55px;
    margin-left: 0;
  }
}
@media (max-width: 992.9px) {
  header .logo {
    max-width: 333.9px;
  }
}
@media (max-width: 576.9px) {
  header .logo {
    max-width: 267.12px;
    padding: 10px 0;
  }
}
@media (max-width: 400px) {
  header .logo {
    max-width: 211.47px;
  }
}
header .logo a {
  display: flex;
  width: 100%;
  position: relative;
  transition: all 0.4s, width 0s;
}
header .logo a:hover {
  opacity: 1;
}
header .logo a img {
  width: 100%;
  transition: all 0.4s;
}
header .right {
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (max-width: 992.9px) {
  header .right {
    font-size: 16px;
  }
}
@media (max-width: 768.9px) {
  header .right {
    font-size: 14px;
  }
}
header .right nav {
  height: 100%;
  display: flex;
  align-items: center;
}
header .right nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
}
header .right nav ul li {
  margin: 0;
  padding: 0;
  margin-right: 29px;
  height: 100%;
}
@media (max-width: 1200.9px) {
  header .right nav ul li {
    margin-right: 24px;
  }
}
@media (max-width: 992.9px) {
  header .right nav ul li {
    margin-right: 20px;
  }
}
header .right nav ul li:last-child {
  margin-right: 0;
}
header .right nav ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
header .right nav ul li a:hover {
  opacity: 1;
  color: #f58f7c;
}
header .right nav ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-color: #f58f7c;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 9;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 992.9px) {
  header .right nav ul li a::after {
    height: 5px;
  }
}
header .right nav ul li.active a {
  color: #f58f7c;
}
header .right nav ul li.active a::after {
  opacity: 1;
}
header .right nav .btn a {
  color: #ffffff;
  line-height: 0.9166666667;
  padding: 5px 15px;
  white-space: nowrap;
  height: 61.5px;
}
@media (max-width: 992.9px) {
  header .right nav .btn a {
    height: 48px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 768.9px) {
  header .right nav .btn a {
    height: 45px;
  }
}
@media (max-width: 767.9px) {
  header .right nav .btn a {
    padding: 5px 35px;
  }
}
header .right nav .btn.inquire {
  width: 199px;
  margin-left: 35px;
}
@media (max-width: 1300px) {
  header .right nav .btn.inquire {
    width: unset;
  }
}
@media (max-width: 1200.9px) {
  header .right nav .btn.inquire {
    margin-left: 24px;
  }
}
@media (max-width: 1199.9px) {
  header .right nav .btn.inquire {
    margin: 0;
    display: block;
  }
}
header .right nav .btn.inquire a {
  background-color: #f58f7c;
  border-color: #f58f7c;
}
header .right nav .btn.inquire a:hover {
  background-color: transparent;
  color: #f58f7c;
}
header .right nav .btn.map {
  width: 115.5px;
  margin-left: 7px;
}
@media (max-width: 1300px) {
  header .right nav .btn.map {
    width: unset;
  }
}
@media (max-width: 1200.9px) {
  header .right nav .btn.map {
    margin-left: 24px;
  }
}
@media (max-width: 1199.9px) {
  header .right nav .btn.map {
    margin: 20px 0 0;
    display: block;
  }
}
header .right nav .btn.map a {
  background-color: #000000;
  border-color: #000000;
}
header .right nav .btn.map a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
@media (max-width: 1199.9px) {
  header .right nav {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 101vh !important;
    left: 0;
    background-color: #222125;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: top 0.8s, opacity 0.5s, transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
  }
  header .right nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    height: auto;
  }
  header .right nav ul::-webkit-scrollbar {
    width: 0 !important;
  }
  header .right nav ul li {
    margin: 0 0 20px;
    padding: 0;
    height: auto;
  }
  header .right nav ul li a {
    height: auto;
  }
  header .right nav ul li a::after {
    content: none;
  }
  header .right nav .btn {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  header .right nav .btn a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 35px;
  }
}
header .right nav.visible {
  visibility: visible;
}
header .right nav.is-show {
  top: 0;
  opacity: 1;
  transform: translateY(0);
}
header .hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  margin-left: 15px;
  width: 30px;
  height: 20px;
}
@media (max-width: 575.9px) {
  header .hamburger {
    margin-left: 15px;
  }
}
header .hamburger span {
  width: 100%;
  height: 3px;
  background-color: #f58f7c;
  position: absolute;
  left: 0;
  transition: all 0.6s;
}
header .hamburger span:first-child {
  top: 0;
}
header .hamburger span:nth-child(2) {
  top: 10px;
}
header .hamburger span:last-child {
  top: 20px;
}
@media (max-width: 1199.9px) {
  header .hamburger {
    display: block;
  }
}
header .hamburger.active span:first-child {
  transform: rotate(45deg);
  top: 10px;
}
header .hamburger.active span:nth-child(2) {
  width: 0;
}
header .hamburger.active span:last-child {
  transform: rotate(-45deg);
  top: 10px;
}
header.smaller-header .right nav .btn.map {
  display: block;
}
@media (max-width: 1199.9px) {
  header nav {
    font-size: 25px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 101vh !important;
    left: 0;
    background-color: #ffffff;
    padding: 160px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.8s, opacity 0.5s, transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  header nav ul::-webkit-scrollbar {
    width: 0 !important;
  }
  header nav ul li {
    margin: 0 0 30px;
    padding: 0;
  }
}
@media (max-width: 1199.9px) and (max-width: 767.9px) {
  header nav ul li {
    margin-bottom: 20px;
  }
}
header nav.visible {
  visibility: visible;
}
header nav.is-show {
  top: 0;
  opacity: 1;
  transform: translateY(0);
}
.map-section {
  opacity: 0;
  transition: opacity 0.4s;
  padding-top: 100px;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (min-width: 1199.9px) {
  .map-section {
    min-height: 820px;
  }
}
@media (max-width: 1199.9px) {
  .map-section {
    min-height: unset;
    height: auto !important;
    padding-top: 100.3px;
  }
}
@media (max-width: 991.9px) {
  .map-section {
    padding-top: 92.44px;
  }
}
@media (max-width: 767.9px) {
  .map-section {
    min-height: unset;
  }
}
@media (max-width: 575.9px) {
  .map-section {
    padding-top: 50px;
  }
}
.map-section .content {
  padding: 0;
  max-width: unset;
  width: 100%;
  position: relative;
  height: 100%;
}
.map-section .map-slider {
  position: relative;
  background-color: black;
  display: flex;
  cursor: grab;
  height: 100%;
}
.map-section .map-slider .slick-track {
  height: 100%;
}
@media (max-width: 767.9px) {
  .map-section .map-slider .slick-track {
    height: 100%;
  }
}
.map-section .map-slider .slick-track img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.9px) {
  .map-section .map-slider .slick-track img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.map-section .map-slider .map-item {
  position: relative;
}
.map-section .map-slider .map-item a {
  font-size: 18px;
  position: absolute;
  bottom: 27.5px;
  left: 27px;
  max-width: 210px;
  z-index: 999;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
  line-height: 0.9166666667;
  color: #ffffff;
  padding: 10px 15px;
  background-color: #000000;
  text-decoration: none;
  border-radius: 9999px;
  border-color: #000000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s, opacity 0s !important;
  height: 61.5px;
  width: 197.5px;
}
@media (max-width: 992.9px) {
  .map-section .map-slider .map-item a {
    font-size: 16px;
  }
}
@media (max-width: 768.9px) {
  .map-section .map-slider .map-item a {
    font-size: 14px;
  }
}
@media (max-width: 992.9px) {
  .map-section .map-slider .map-item a {
    height: 48px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 768.9px) {
  .map-section .map-slider .map-item a {
    height: 45px;
  }
}
@media (max-width: 992.9px) {
  .map-section .map-slider .map-item a {
    left: 10px;
    bottom: 10px;
  }
}
.map-section .map-slider .map-item a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.map-section .map-icon {
  pointer-events: none;
  display: flex;
  position: absolute;
  max-width: 33px;
  left: 14px;
  bottom: 31px;
}
.map-section .map-icon:hover {
  opacity: 1;
}
@media (max-width: 992.9px) {
  .map-section .map-icon {
    left: 6px;
    bottom: 10px;
    max-width: 30px;
  }
}
@media (max-width: 768.9px) {
  .map-section .map-icon {
    max-width: 25px;
  }
}
@media (max-width: 768.9px) {
  .map-section .map-icon {
    max-width: 24px;
    left: 2px;
  }
}
@media (max-width: 576.9px) {
  .map-section .map-icon {
    max-width: 20px;
    left: 5px;
  }
}

.title-and-button {
  padding-top: 160px;
  padding-bottom: 151.5px;
  background-color: #2c2b30;
}
@media (max-width: 1199.9px) {
  .title-and-button {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .title-and-button {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.title-and-button .content {
  max-width: 982.5px;
  text-align: center;
  color: #ffffff;
}
.title-and-button h2 {
  margin: 0 0 35.5px;
}
@media (max-width: 991.9px) {
  .title-and-button h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768.9px) {
  .title-and-button h2 {
    margin-bottom: 15px;
  }
}
.title-and-button h3 {
  margin: 0 0 25px;
  color: #f58f7c;
}
@media (max-width: 991.9px) {
  .title-and-button h3 {
    margin-bottom: 17.5px;
  }
}
.title-and-button p {
  margin-bottom: 51px;
  line-height: 1.73;
  letter-spacing: 0.053em;
}
@media (max-width: 991.9px) {
  .title-and-button p {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.9px) {
  .title-and-button p {
    margin-bottom: 22.5px;
  }
}
.title-and-button .btn a {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f58f7c;
  border-color: #f58f7c;
  line-height: 0.9166666667;
  padding: 10px 22.5px;
  color: #ffffff;
  font-weight: 700;
  height: 61.5px;
  width: 284px;
}
@media (max-width: 992.9px) {
  .title-and-button .btn a {
    height: 48px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 768.9px) {
  .title-and-button .btn a {
    height: 45px;
  }
}
@media (max-width: 767.9px) {
  .title-and-button .btn a {
    padding: 5px 35px;
  }
}
.title-and-button .btn a:hover {
  background-color: transparent;
  color: #f58f7c;
}
.title-and-button.style-1 {
  padding-top: 157.5px;
  padding-bottom: 154px;
}
@media (max-width: 1199.9px) {
  .title-and-button.style-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .title-and-button.style-1 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.title-and-button.style-1 .content {
  max-width: 972.5px;
}
.title-and-button.style-1 h2 {
  margin-bottom: 17px;
}
@media (max-width: 991.9px) {
  .title-and-button.style-1 h2 {
    margin-bottom: 16px;
  }
}
.title-and-button.style-1 p {
  line-height: 1.8;
  margin-bottom: 48px;
}
@media (max-width: 991.9px) {
  .title-and-button.style-1 p {
    margin-bottom: 41px;
  }
}
@media (max-width: 768.9px) {
  .title-and-button.style-1 p {
    margin-bottom: 32px;
  }
}

.image-and-text {
  padding-top: 150px;
  padding-bottom: 148px;
}
@media (max-width: 1199.9px) {
  .image-and-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .image-and-text {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.image-and-text .content {
  display: flex;
  max-width: 1556.5px;
  align-items: flex-start;
}
@media (max-width: 991.9px) {
  .image-and-text .content {
    justify-content: space-between;
  }
}
@media (max-width: 767.9px) {
  .image-and-text .content {
    flex-direction: column !important;
  }
  .image-and-text .content .image {
    max-width: unset !important;
    width: 100% !important;
    margin: 0 0 45px !important;
  }
  .image-and-text .content .text {
    max-width: unset !important;
    width: 100% !important;
    margin: 0 0 !important;
    padding-top: 0 !important;
  }
}
.image-and-text .image {
  width: 60%;
  max-width: 705px;
  margin-right: 78.5px;
  position: relative;
  padding-left: 43.5px;
  padding-top: 46px;
}
@media (max-width: 991.9px) {
  .image-and-text .image {
    margin-right: 4%;
    width: 46%;
  }
}
.image-and-text .image .bg {
  width: calc(100% - 41px);
  height: calc(100% - 43.5px);
  background-color: #d6d6d6;
  position: absolute;
  left: 0;
  top: 0;
}
.image-and-text .image img {
  width: 100%;
  height: 100%;
  border-radius: 30% 0 0 0;
  z-index: 10;
}
.image-and-text .text {
  width: 40%;
  max-width: 446px;
  padding-top: 101px;
}
@media (max-width: 1300px) {
  .image-and-text .text {
    padding-top: 75px;
  }
}
@media (max-width: 991.9px) {
  .image-and-text .text {
    width: 50%;
    padding-top: 25px;
  }
}
.image-and-text .text h2 {
  line-height: 1;
  margin: 0 0 28px;
}
@media (max-width: 1199.9px) {
  .image-and-text .text h2 {
    margin-bottom: 18px;
  }
}
.image-and-text .text > p {
  margin-bottom: 38px;
}
@media (max-width: 1599.9px) {
  .image-and-text .text > p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199.9px) {
  .image-and-text .text > p {
    margin-bottom: 16px;
  }
}
.image-and-text .text p {
  letter-spacing: 0.049em;
  line-height: 1.75;
}
.image-and-text .text .text-button {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .image-and-text .text .text-button {
    flex-direction: column;
    align-items: flex-start;
  }
}
.image-and-text .text .text-button p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 992.9px) {
  .image-and-text .text .text-button p {
    font-size: 16px;
  }
}
@media (max-width: 768.9px) {
  .image-and-text .text .text-button p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .image-and-text .text .text-button p {
    margin-top: 10px;
  }
}
.image-and-text .text .text-button p::before {
  content: "";
  display: inline-block;
  width: 19.5px;
  height: 19.5px;
  border-radius: 50%;
  background-color: #4285f4;
  margin-right: 11px;
  box-shadow: 0 0 0 0 rgb(52, 172, 224);
  animation: pulse-blue 2s infinite;
}
@media (max-width: 1599.9px) {
  .image-and-text .text .text-button p::before {
    width: 12.5px;
    height: 12.5px;
    margin-right: 9px;
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.image-and-text .text .text-button .btn {
  margin-right: 23.5px;
}
.image-and-text .text .text-button .btn a {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f58f7c;
  border-color: #f58f7c;
  line-height: 0.9166666667;
  padding: 10px 22.5px;
  color: #ffffff;
  font-weight: 700;
  width: 162px;
  font-size: 18px;
  height: 61.5px;
}
@media (max-width: 992.9px) {
  .image-and-text .text .text-button .btn a {
    font-size: 16px;
  }
}
@media (max-width: 768.9px) {
  .image-and-text .text .text-button .btn a {
    font-size: 14px;
  }
}
@media (max-width: 992.9px) {
  .image-and-text .text .text-button .btn a {
    height: 48px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 768.9px) {
  .image-and-text .text .text-button .btn a {
    height: 45px;
  }
}
@media (max-width: 767.9px) {
  .image-and-text .text .text-button .btn a {
    padding: 5px 35px;
  }
}
.image-and-text .text .text-button .btn a:hover {
  background-color: transparent;
  color: #f58f7c;
}
.image-and-text .text .text-list {
  padding-top: 42px;
  position: relative;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1599.9px) {
  .image-and-text .text .text-list {
    max-width: 410px;
    padding-top: 34px;
  }
}
@media (max-width: 1199.9px) {
  .image-and-text .text .text-list {
    padding-top: 24px;
  }
}
.image-and-text .text .text-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #f58f7c;
  position: absolute;
  top: 0;
  left: 0;
}
.image-and-text .text .text-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
@media (max-width: 992.9px) {
  .image-and-text .text .text-list ul {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .image-and-text .text .text-list ul {
    font-size: 13px;
  }
}
.image-and-text .text .text-list ul:last-child {
  margin-right: 0;
}
.image-and-text .text .text-list ul li {
  margin-bottom: 12.23px;
}
@media (max-width: 1599.9px) {
  .image-and-text .text .text-list ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 1199.9px) {
  .image-and-text .text .text-list ul li {
    margin-bottom: 4px;
  }
}
.image-and-text .text .text-list ul li:last-child {
  margin-bottom: 0;
}
.image-and-text.reverse {
  background-color: #eee9e9;
  padding-top: 149px;
  padding-bottom: 145.5px;
}
@media (max-width: 1199.9px) {
  .image-and-text.reverse {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .image-and-text.reverse {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.image-and-text.reverse .content {
  display: flex;
  flex-direction: row-reverse;
}
.image-and-text.reverse .image {
  max-width: 708px;
  margin-right: 0;
  margin-left: 118.5px;
  position: relative;
  padding-left: 0;
  padding-top: 0;
}
@media (max-width: 1348px) {
  .image-and-text.reverse .image {
    margin-right: 50px;
    margin-left: 4%;
    width: 52%;
  }
}
@media (max-width: 991.9px) {
  .image-and-text.reverse .image {
    width: 46%;
    margin-right: 30px;
  }
}
@media (max-width: 767.9px) {
  .image-and-text.reverse .image {
    margin-right: 30px;
  }
}
.image-and-text.reverse .image .bg {
  background-color: #f58f7c;
  width: calc(100% - 46.5px);
  height: calc(100% - 46px);
  border-radius: 0 0 27% 0;
}
.image-and-text.reverse .image img {
  margin-left: 46.5px;
  margin-top: 46px;
  max-width: 661.5px;
  max-height: 542.5px;
  z-index: 10;
  border-radius: 0 0 27% 0;
}
@media (max-width: 991.9px) {
  .image-and-text.reverse .image img {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767.9px) {
  .image-and-text.reverse .image img {
    margin-left: 0;
    margin-top: 0;
    padding-left: 30px;
    padding-top: 30px;
    max-width: unset;
    max-height: unset;
  }
}
.image-and-text.reverse .text {
  max-width: 410px;
  padding-top: 68.5px;
}
@media (max-width: 991.9px) {
  .image-and-text.reverse .text {
    width: 50%;
    padding-top: 30px;
  }
}
.image-and-text.reverse .text h2 {
  margin: 0 0 22px;
}
.image-and-text.reverse .text > p {
  margin-bottom: 36.5px;
}
@media (max-width: 1599.9px) {
  .image-and-text.reverse .text > p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199.9px) {
  .image-and-text.reverse .text > p {
    margin-bottom: 16px;
  }
}
.floor-section {
  padding-top: 147.5px;
  padding-bottom: 137px;
}
@media (max-width: 1199.9px) {
  .floor-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .floor-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.floor-section .content {
  max-width: 1180.5px;
}
.floor-section h2 {
  text-align: center;
  padding: 0 15px;
  margin: 0 0 68.5px;
}
.floor-section .floor-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .floor-section .floor-box {
    flex-direction: column-reverse !important;
  }
  .floor-section .floor-box .floor-left {
    max-width: unset !important;
    width: 100% !important;
    margin: 0 0 !important;
  }
  .floor-section .floor-box .floor-right {
    width: 100% !important;
    margin: 0 auto 45px !important;
  }
}
.floor-section .floor-box .floor-left {
  width: 43%;
  max-width: 405px;
  margin-right: 30px;
}
@media (max-width: 991.9px) {
  .floor-section .floor-box .floor-left {
    width: 50%;
    margin-right: 3%;
  }
}
.floor-section .floor-box .floor-left .choose-floor {
  margin-bottom: 27.5px;
}
@media (max-width: 991.9px) {
  .floor-section .floor-box .floor-left .choose-floor {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.9px) {
  .floor-section .floor-box .floor-left .choose-floor {
    margin-bottom: 16px;
  }
}
.floor-section .floor-box .floor-left .choose-floor p {
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 0.7692307692;
  letter-spacing: 0.02em;
  margin-bottom: 19px;
  cursor: pointer;
  transition: color 0.4s;
}
@media (max-width: 992.9px) {
  .floor-section .floor-box .floor-left .choose-floor p {
    font-size: 23px;
  }
}
@media (max-width: 768.9px) {
  .floor-section .floor-box .floor-left .choose-floor p {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  .floor-section .floor-box .floor-left .choose-floor p {
    margin-bottom: 17px;
  }
}
@media (max-width: 767.9px) {
  .floor-section .floor-box .floor-left .choose-floor p {
    margin-bottom: 16px;
  }
}
.floor-section .floor-box .floor-left .choose-floor p:hover {
  color: #f58f7c;
}
.floor-section .floor-box .floor-left .choose-floor p:last-child {
  margin-bottom: 0;
}
.floor-section .floor-box .floor-left .choose-floor p.active {
  color: #f58f7c;
}
.floor-section .floor-box .floor-left > p {
  margin-bottom: 32.5px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 991.9px) {
  .floor-section .floor-box .floor-left > p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.9px) {
  .floor-section .floor-box .floor-left > p {
    margin-bottom: 16px;
  }
}
.floor-section .floor-box .floor-left .list {
  padding-top: 41.5px;
  position: relative;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
}
.floor-section .floor-box .floor-left .list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #f58f7c;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .floor-section .floor-box .floor-left .list {
    max-width: 410px;
    padding-top: 34px;
  }
}
@media (max-width: 767.9px) {
  .floor-section .floor-box .floor-left .list {
    padding-top: 24px;
  }
}
.floor-section .floor-box .floor-left .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 992.9px) {
  .floor-section .floor-box .floor-left .list ul {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .floor-section .floor-box .floor-left .list ul {
    font-size: 13px;
  }
}
.floor-section .floor-box .floor-left .list ul li {
  margin-bottom: 12.23px;
}
@media (max-width: 1599.9px) {
  .floor-section .floor-box .floor-left .list ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 1199.9px) {
  .floor-section .floor-box .floor-left .list ul li {
    margin-bottom: 4px;
  }
}
.floor-section .floor-box .floor-left .list ul li:last-child {
  margin-bottom: 0;
}
.floor-section .floor-box .floor-right {
  position: relative;
  align-items: center;
  width: 57%;
  max-width: 556.5px;
  cursor: pointer;
}
@media (max-width: 991.9px) {
  .floor-section .floor-box .floor-right {
    width: 47%;
  }
}
.floor-section .floor-box .floor-right img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  width: 27.01%;
  margin-right: 8.99%;
  will-change: transform;
  transition: opacity 0.4s, width 0.4s, margin 0.4s;
  -webkit-transition: opacity 0.4s, width 0.4s, margin 0.4s;
  -moz-transition: opacity 0.4s, width 0.4s, margin 0.4s;
  opacity: 0.6;
  float: left;
  vertical-align: middle;
  margin-top: 50%;
  transform: translateY(-50%);
}
.floor-section .floor-box .floor-right img.active {
  opacity: 1;
  width: 64%;
}
.floor-section .floor-box .floor-right img:last-child {
  margin-right: 0 !important;
}

.contact {
  background-color: #2c2b30;
  padding-top: 145px;
  padding-bottom: 150px;
}
@media (max-width: 1199.9px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  .contact {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.contact .content {
  max-width: 915px;
  color: #ffffff;
}
.contact .content > p {
  max-width: 654.5px;
  padding: 0 15px;
  margin: 0 auto 57px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 992.9px) {
  .contact .content > p {
    font-size: 16px;
  }
}
@media (max-width: 768.9px) {
  .contact .content > p {
    font-size: 14px;
  }
}
@media (max-width: 1599.9px) {
  .contact .content > p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.9px) {
  .contact .content > p {
    margin-bottom: 25px;
  }
}
.contact h2 {
  text-align: center;
  padding: 0 15px;
  margin: 0 0 29.5px;
}
@media (max-width: 1599.9px) {
  .contact h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199.9px) {
  .contact h2 {
    margin-bottom: 16px;
  }
}
.contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -14.5px -28.5px;
  width: calc(100% + 29px);
  font-size: 16px;
}
@media (max-width: 992.9px) {
  .contact form {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .contact form {
    font-size: 13px;
  }
}
@media (max-width: 991.9px) {
  .contact form {
    margin-bottom: -24px;
  }
}
@media (max-width: 767.9px) {
  .contact form {
    margin-bottom: -16px;
  }
}
.contact form > p {
  max-width: 404px;
  padding: 0 10px;
  margin: 25px auto 43.5px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  color: #b7b7b7;
}
@media (max-width: 991.9px) {
  .contact form > p {
    font-size: 12px;
  }
}
@media (max-width: 1599.9px) {
  .contact form > p {
    margin: 15px auto 32.5px;
  }
}
@media (max-width: 1199.9px) {
  .contact form > p {
    margin: 12.5px auto 25px;
  }
}
@media (max-width: 767.9px) {
  .contact form > p {
    margin: 7.5px auto 21px;
  }
}
.contact form input {
  font-size: 16px;
}
@media (max-width: 992.9px) {
  .contact form input {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .contact form input {
    font-size: 13px;
  }
}
.contact form .title {
  width: 100%;
  display: none;
}
.contact form .form-group {
  width: 100%;
  max-width: 50%;
  padding: 0 14.5px;
  margin-bottom: 28.5px;
}
@media (max-width: 991.9px) {
  .contact form .form-group {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.9px) {
  .contact form .form-group {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.9px) {
  .contact form .form-group {
    max-width: 100%;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact form .form-group input:not([type=submit]) {
  font-weight: 500;
  width: 100%;
  height: 67px;
  background-color: #eee9e9;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #585656;
  padding: 10px 29.5px;
  border-radius: 9px;
  font-size: 16px;
}
@media (max-width: 992.9px) {
  .contact form .form-group input:not([type=submit]) {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .contact form .form-group input:not([type=submit]) {
    font-size: 13px;
  }
}
@media (max-width: 991.9px) {
  .contact form .form-group input:not([type=submit]) {
    height: 50px;
    padding: 10px 22.5px;
  }
}
@media (max-width: 767.9px) {
  .contact form .form-group input:not([type=submit]) {
    height: 42.5px;
    padding: 10px 12.5px;
  }
}
@media (max-width: 576.9px) {
  .contact form .form-group input:not([type=submit]) {
    border-radius: 3.5px;
  }
}
.contact form .form-group .submit-row {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.contact form .form-group .submit-row input {
  background-color: #4285f4;
  border-color: #4285f4;
  line-height: 0.9166666667;
  padding: 0px 15px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  width: 284px;
  font-size: 18px;
  height: 61.5px;
}
@media (max-width: 992.9px) {
  .contact form .form-group .submit-row input {
    font-size: 16px;
  }
}
@media (max-width: 768.9px) {
  .contact form .form-group .submit-row input {
    font-size: 14px;
  }
}
@media (max-width: 992.9px) {
  .contact form .form-group .submit-row input {
    height: 48px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media (max-width: 768.9px) {
  .contact form .form-group .submit-row input {
    height: 45px;
  }
}
@media (max-width: 767.9px) {
  .contact form .form-group .submit-row input {
    padding: 0 35px;
  }
}
.contact form .form-group .submit-row input:hover {
  background-color: transparent;
  color: #4285f4;
}
.contact form .form-group.has-error .with-errors {
  margin: 10px 0 0;
  font-size: 16px;
}
@media (max-width: 992.9px) {
  .contact form .form-group.has-error .with-errors {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .contact form .form-group.has-error .with-errors {
    font-size: 13px;
  }
}
@media (max-width: 1199.9px) {
  .contact form .form-group.has-error .with-errors {
    margin: 5px 0 0;
  }
}
.contact form .form-group.has-error .with-errors ul {
  list-style: none;
  padding-left: 0;
}
.contact form .form-group.has-error .with-errors ul li {
  text-align: left;
  color: red;
}
.contact form .form-group .messages .alert-success {
  text-align: center;
  background: none;
  border: none;
  color: green;
}
.contact form .form-group .messages .alert-success .close {
  display: none !important;
}
.contact form .form-group input[type=number]::-webkit-inner-spin-button,
.contact form .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact form .form-group.full-group {
  max-width: 100%;
}
.contact form .messages {
  text-align: center;
}
.contact form .messages:not(:empty) {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 10px 29.5px;
  font-size: 16px;
}
@media (max-width: 992.9px) {
  .contact form .messages:not(:empty) {
    font-size: 14.5px;
  }
}
@media (max-width: 768.9px) {
  .contact form .messages:not(:empty) {
    font-size: 13px;
  }
}
@media (max-width: 991.9px) {
  .contact form .messages:not(:empty) {
    padding: 10px 22.5px;
  }
}
@media (max-width: 767.9px) {
  .contact form .messages:not(:empty) {
    padding: 10px 12.5px;
  }
}
.contact .messages button {
  display: none !important;
}
.contact .messages .close {
  display: none !important;
}

footer {
  background-color: #000000;
  padding-top: 138.5px;
  padding-bottom: 128px;
}
@media (max-width: 1199.9px) {
  footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.9px) {
  footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
footer .container .content {
  max-width: 1156px;
  color: #ffffff;
}
footer .cols {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  margin-bottom: 55px;
}
@media (max-width: 991.9px) {
  footer .cols {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  footer .cols {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.9px) {
  footer .cols {
    margin-bottom: 0px;
  }
}
footer .cols .col {
  padding: 0 10px;
  margin-bottom: 20px;
}
footer .cols .col h3 {
  font-size: 20px;
  line-height: 0.825;
  letter-spacing: 0px;
  margin: 0 0 32.5px;
}
@media (max-width: 991.9px) {
  footer .cols .col h3 {
    font-size: 19px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1199.9px) {
  footer .cols .col h3 {
    margin-bottom: 10px;
  }
}
footer .cols .col p {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.83;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  footer .cols .col p {
    font-size: 13px;
  }
}
footer .cols .col a {
  display: inline-block;
  text-decoration: none;
}
footer .cols .col.detail {
  max-width: 232.5px;
}
@media (max-width: 991.9px) {
  footer .cols .col.detail {
    max-width: 50%;
  }
}
@media (max-width: 767.9px) {
  footer .cols .col.detail {
    max-width: 100%;
  }
}
footer .cols .col.hours {
  max-width: 294px;
  margin-right: 2.5px;
}
@media (max-width: 991.9px) {
  footer .cols .col.hours {
    max-width: 50%;
  }
}
@media (max-width: 767.9px) {
  footer .cols .col.hours {
    max-width: 100%;
  }
}
footer .cols .col.data {
  max-width: 348.5px;
  margin-right: -1.5px;
}
@media (max-width: 991.9px) {
  footer .cols .col.data {
    max-width: unset;
  }
}
footer .copy {
  padding-top: 74.5px;
  position: relative;
  text-align: center;
}
@media (max-width: 991.9px) {
  footer .copy {
    padding-top: 40px;
  }
}
@media (max-width: 767.9px) {
  footer .copy {
    padding-top: 30px;
  }
}
@media (max-width: 575.9px) {
  footer .copy {
    padding-top: 20px;
  }
}
footer .copy::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #f58f7c;
  position: absolute;
  top: 0;
  left: 0;
}
footer .copy p {
  max-width: 550px;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  opacity: 0.6;
}
@media (max-width: 991.9px) {
  footer .copy p {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  footer .copy p {
    font-size: 10px;
  }
}
footer .copy a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */

.slick-arrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  width: 60px; 
  height: 184px;
  margin-top: -92px;
  background: transparent url('../images/right-arrow-sm.png') no-repeat center center / 60px 184px;
  font-size: 0;
  border: none;
  outline: none;
  transition: .3s opacity;
}

.slick-arrow:hover {
  opacity: .8;
}

.slick-next {
  background-image: url('../images/left-arrow-sm.png');
  left: auto;
  right: 0;
}

@media screen and (max-width: 600px) {
  .slick-arrow {
    width: 40px; 
    height: 123px;
    margin-top: -61px;
    background-size: 40px 123px;
  }
}