@font-face {
  font-family: Ionicons;
  src: url('../fonts/ionicons.woff') format("woff"), url('../fonts/ionicons.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #0b0c0f;
  --dark-gray: #43484eb3;
  --primary: #b99470;
  --body-gray: #e9e9e9;
  --white: white;
  --light-gray: #f9f9fa;
  --paragraph-white: #ffffffb3;
  --black: black;
  --dark-gray-50: #afafaf80;
  --nav-bar: #afaaaa;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--text-dark);
  background-color: #efefef;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
}

h4 {
  color: var(--text-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2em;
}

p {
  color: var(--dark-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

a {
  color: var(--primary);
  letter-spacing: 3.3px;
  text-transform: uppercase;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .75;
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--dark-gray);
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--body-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-grid-banner {
  background-image: linear-gradient(#0009, #0009), url('../images/huy-nguyen-fQgYAnWVFeo-unsplash-1-p-1080-1.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 0;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Kuro-Vero-Hospitality_15.jpg');
  background-position: 0 0, 50% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  margin-top: 0;
  display: flex;
}

.section.banner-our-process {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/product-mockup-illustration-desktop-laptop-smartphone-tablet.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 0;
  display: flex;
}

.section.banner-our-process.standalone-restaurants-hero-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Kuro-Vero-Hospitality_4.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section.banner-our-process.franchise-development-hero-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Kuro-Vero-Hospitality_13.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section.banner-our-process.project-hero-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bar-Scala.JPG');
}

.section.banner-career {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/nasa-_SFJhRPzJHs-unsplash-1-p-1080-1.jpeg');
  background-position: 0 0, 50% 41%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 0;
  display: flex;
}

.section.job-position-banner {
  background-image: linear-gradient(#0009, #0009), url('../images/christina-wocintechchat-com-4PU-OC8sW98-unsplash-1-p-1080_1.jpeg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 0;
  display: flex;
}

.section.banner-faq {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/richard-sagredo-ZpZxpOaZWec-unsplash-1-p-1080-1.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 0;
  display: flex;
}

.section.banner-testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bao-menglong-WIVZDXnLTX4-unsplash-1-p-1080.jpeg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.section.banner-contact-us {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/nasa-_SFJhRPzJHs-unsplash-1-p-1080-1.jpeg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 560px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section.black-background {
  color: var(--white);
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/nasa-_SFJhRPzJHs-unsplash-1-p-1080-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 115px;
  margin-bottom: 115px;
}

.section.top-section-marging {
  margin-top: 100px;
}

.base-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1230px;
  margin-top: -40px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--light-gray);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  color: var(--light-gray);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  color: var(--text-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--body-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--paragraph-white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 54px;
}

.h2-tablet, .h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 30px;
}

.h3-mobile {
  font-size: 26px;
}

.h3-tablet {
  font-size: 30px;
}

.h4-tablet {
  font-size: 24px;
}

.h4-mobile {
  font-size: 25px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  padding: 23px 35px;
  line-height: 1.15em;
  transition-property: background-color;
  transition-duration: .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--text-dark);
  opacity: 1;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.submit {
  border-color: var(--black);
  background-color: var(--black);
  letter-spacing: 3.3px;
  text-transform: uppercase;
  font-size: 11px;
}

.primary-button.submit:hover {
  background-color: var(--white);
  color: var(--black);
}

.primary-button.subscribe {
  letter-spacing: 3.3px;
  text-transform: uppercase;
  font-size: 11px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 0 #000;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 86px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: Roboto, sans-serif;
  transition: opacity .3s;
}

.nav-dropdown-toggle:hover {
  opacity: .7;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-link-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: padding .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper:hover {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-dropdown-line {
  z-index: 9999;
  background-color: var(--text-dark);
  width: 16px;
  height: 2px;
  position: absolute;
  left: -20px;
}

.body {
  font-size: 20px;
}

.tablet-menu {
  display: none;
}

.nav-item-title {
  color: var(--primary);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15.26px;
  line-height: 1.9em;
  transition: opacity .3s;
}

.nav-item-title:hover {
  opacity: .65;
}

.nav-item-title.w--current {
  opacity: 1;
  color: var(--primary);
  transition: opacity .3s;
}

.style-guide-banner-section {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.logo-mobile {
  padding-left: 0;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 560px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid #0000;
  min-width: 280px;
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 16px 20px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 20px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  display: flex;
}

.coming-soon-wrapper {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  display: flex;
}

.coming-soon-input {
  border: 1px solid #0000;
  min-width: 300px;
  height: 66.3906px;
  margin-bottom: 0;
  margin-right: -3px;
  padding-left: 20px;
}

.coming-soon-input:focus {
  border: 1px solid var(--dark-gray);
}

.coming-soon-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  color: var(--paragraph-white);
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  background-image: linear-gradient(#0009, #0009), url('../images/katarzyna-urbanek-_4qQsmE4VdA-unsplash-1-p-1080.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  color: var(--white);
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-grid-content-wrapper {
  background-color: var(--paragraph-white);
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-item {
  background-color: var(--white);
  width: 32%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--text-dark);
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--paragraph-white);
  margin-bottom: 25px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--paragraph-white);
  color: var(--primary);
}

.blog-template-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 10px;
  padding-left: 22px;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.footer-copyright {
  color: #ffffffb3;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: var(--dark-gray);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  min-width: 100%;
  height: 310px;
}

.team-card-content-wrapper {
  background-color: var(--light-gray);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rooms-item-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  width: 37%;
  display: flex;
}

.process-content {
  width: 48%;
  margin-bottom: 10px;
  margin-left: 5%;
}

.process-content.reverse {
  text-align: right;
  margin-left: 0%;
  margin-right: 5%;
}

.process-number-wrapper {
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary);
  font-size: 66px;
  line-height: 1;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-left: 12px;
  font-family: Ionicons, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  text-transform: none;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 55px;
}

.rooms-image {
  max-width: 445px;
  min-height: 320px;
}

.process-content-wrapper {
  align-items: center;
  width: 63%;
  display: flex;
}

.values-wrapper {
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 60px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dark-gray);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-gray);
  border-radius: 15px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: var(--light-gray);
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.career-position {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.career-location, .career-type {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  width: 27%;
  padding-left: 35px;
  padding-right: 35px;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: none;
}

.career-position-wrapper {
  width: 28%;
  padding-left: 35px;
  padding-right: 35px;
}

.career-location-wrapper {
  width: 31%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 15%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  font-weight: 400;
}

.paragraph-large li {
  margin-bottom: 8px;
  font-size: 14px;
}

.paragraph-large h4 {
  margin-top: 30px;
  font-size: 26px;
}

.paragraph-large h3 {
  margin-top: 30px;
  font-family: Old Standard TT, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-large h2 {
  margin-top: 20px;
}

.values-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.banner-title-wrapper.testimonials {
  margin-top: 40px;
}

.paragraph-white {
  color: var(--paragraph-white);
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 300;
}

.paragraph-white.max-w-235 {
  max-width: 235px;
}

.paragraph-white.max-w-65 {
  max-width: 850px;
}

.paragraph-white.about-us {
  text-align: center;
  max-width: 390px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.section-title {
  text-transform: none;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/Kuro-Vero-Hospitality_9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--paragraph-white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-shevron-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: var(--light-gray);
}

.link-with-icon {
  letter-spacing: 3.3px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--paragraph-white);
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 120px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.paragraph {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--paragraph-white);
  background-color: #f3f5f6;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  margin-bottom: 15px;
  padding: 16px 18px 16px 28px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-input {
  color: var(--dark-gray);
  background-color: #f3f5f6;
  border: 1px solid #f3f5f6;
  height: auto;
  margin-bottom: 0;
  padding: 22px 28px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-location-wrapper {
  margin-top: 10px;
}

.contacts-form-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  width: 100%;
  max-width: 440px;
  min-height: 785px;
  margin-top: -35px;
  margin-bottom: -55px;
  margin-right: 40px;
  padding: 25px 40px 55px;
  box-shadow: 0 0 20px 10px #0000000d;
}

.contacts-content-wrapper {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.contacts-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-link {
  color: var(--light-gray);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--paragraph-white);
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.white-text {
  color: #fff;
  margin-bottom: 7px;
  font-family: Old Standard TT, sans-serif;
  font-weight: 400;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-bottom: 60px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  z-index: 3;
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: #fff;
  padding: 12px 10px 12px 14px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.footer-logo {
  z-index: 5;
  height: 40px;
  position: relative;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--white);
  height: 64px;
  margin-bottom: 0;
  margin-right: -4px;
  padding: 16px 22px 16px 20px;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-result-wrapper {
  margin-top: 40px;
}

.search-section {
  margin-top: 80px;
  margin-bottom: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-brand-description {
  color: var(--paragraph-white);
  text-align: left;
  margin-bottom: 0;
}

.footer-brand-description.phone-number, .footer-brand-description.email {
  color: var(--white);
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block-quote-position {
  color: #0e0e0e99;
  font-size: 14px;
  font-weight: 700;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: -200px;
  position: relative;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  display: block;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  letter-spacing: 3.3px;
  text-transform: uppercase;
  align-items: center;
  padding: 23px 35px;
  line-height: 1.15em;
  display: inline-block;
}

.primary-button-white:hover {
  background-color: var(--text-dark);
  color: var(--white);
}

.style-guide-content-wrapper {
  display: flex;
}

.video {
  z-index: 3;
  background-image: linear-gradient(#00000059, #00000059), url('../images/quan-le-GKnCGtuR4xs-unsplash-2-1-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 996px;
  min-height: 565px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.video:hover {
  opacity: 1;
}

.video-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.features-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.features-wrap {
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.features-wrap.last-child {
  margin-right: 0;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--paragraph-white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--paragraph-white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.play-button-icon {
  z-index: 7;
  clear: none;
  margin-top: 1px;
  margin-left: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 5px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: all .3s;
  display: flex;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.secondary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 237px;
  padding: 23px 35px;
  line-height: 1.15em;
  transition: all .3s;
  display: inline-block;
}

.secondary-button:hover {
  background-color: var(--text-dark);
}

.home-banner-title {
  color: var(--white);
  font-family: Old Standard TT, sans-serif;
  font-size: 60px;
  line-height: 1.2em;
}

.home-banner-title.max-width-970 {
  max-width: 970px;
}

.slide-nav {
  display: none;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.location-map-wrapper {
  position: relative;
}

.location-map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  padding-top: 110px;
  position: relative;
}

.banner-section.home-banner {
  height: 100vh;
  min-height: 820px;
  padding-top: 0;
}

.banner-section.about-us-banner {
  background-image: linear-gradient(#0000004d, #00000080 77%, #b99470), url('../images/katarzyna-urbanek-_4qQsmE4VdA-unsplash-1-p-1080.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-bottom: 110px;
  display: flex;
}

.section-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.home-team-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.top-footer-image-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-us-img {
  object-fit: cover;
  position: absolute;
}

.about-us-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-us-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-us-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-us-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-us-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.special-offers-wrapper {
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32%;
  height: 425px;
  margin-top: 110px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 7px 7px 50px 10px #afafaf40;
}

.special-offers-wrapper.rooms {
  margin-top: 100px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.home-banner-slide {
  background-color: var(--primary);
  height: 100%;
}

.home-banner-slide-1 {
  background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.home-banner-left-arrow-icon {
  margin-left: 15px;
  font-size: 22px;
}

.home-banner-left-arrow {
  width: 90px;
  height: 70px;
  transition: color .3s;
}

.home-banner-slider-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  padding-right: 110px;
  display: flex;
}

.home-banner-slide-2 {
  background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-banner-slide-3 {
  background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_3.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-banner-left-arrow-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-banner-left-arrow-number {
  color: var(--paragraph-white);
  font-size: 13px;
  position: absolute;
  inset: auto 5px auto auto;
}

.home-banner-right-arrow-icon {
  margin-right: 15px;
  font-size: 22px;
}

.home-banner-right-arrow-number {
  color: var(--paragraph-white);
  font-size: 13px;
  position: absolute;
  inset: auto auto auto 5px;
}

.home-banner-right-arrow {
  width: 90px;
  height: 70px;
}

.video-section {
  margin-top: -70px;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-member-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31.33%;
  position: relative;
}

.heading-4 {
  display: none;
}

.arrow-icon {
  margin-left: 12px;
  font-family: Eleganticons;
  font-size: 14px;
}

.link-with-arrow {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-with-arrow:hover {
  opacity: .7;
}

.link-with-arrow.black {
  color: var(--black);
  letter-spacing: normal;
  text-transform: capitalize;
  justify-content: flex-start;
  font-size: 14px;
}

.link-with-arrow.black:hover {
  opacity: 1;
  color: var(--primary);
}

.link-with-arrow.left {
  letter-spacing: 0;
  justify-content: flex-start;
  font-size: 14px;
}

.link-with-arrow.right {
  letter-spacing: normal;
  justify-content: flex-end;
  font-size: 14px;
}

.link-with-arrow.progress {
  justify-content: flex-start;
}

.social-link {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.social-link:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.footer-bottom-info-wtrapper {
  width: 100%;
  display: flex;
}

.foter-links-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.link-block {
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
}

.linear-gradient {
  z-index: 0;
  background-image: linear-gradient(#b99470, #0000 25%);
  margin-top: 70px;
  position: absolute;
  inset: 0%;
}

.video-heading {
  color: var(--white);
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 46px;
}

.play-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 46px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.video-name-wrapper {
  flex-direction: row;
  display: flex;
}

.nav-item-titlenav-item-title-copy {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15.26px;
  line-height: 1.9em;
}

.nav-item-titlenav-item-title-copy.w--current {
  opacity: .75;
  color: var(--primary);
}

.nav-item-titlenav-item-title-copy.dropdown-link {
  color: var(--text-dark);
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  line-height: 1.2em;
}

.roung-icon-wrapper {
  background-color: var(--white);
  border-radius: 45px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 24px;
  display: flex;
}

.services-icon {
  width: 60px;
  height: 60px;
}

.services-heading {
  margin-top: 0;
  margin-bottom: 7px;
}

.none {
  display: none;
}

.slide-nav-black-dots {
  justify-content: center;
  align-items: center;
  height: 16px;
  padding-top: 0;
  font-size: 8px;
  display: flex;
  inset: auto 0 8px;
}

.testimonial-mask {
  width: 100%;
  max-width: 850px;
  height: auto;
}

.slider {
  background-color: #0000;
  height: 280px;
  position: relative;
}

.testimonial-slider {
  text-align: center;
  max-width: 850px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-author-position {
  opacity: .5;
  margin-top: 7px;
}

.testimonial {
  margin-top: 0;
  margin-bottom: 35px;
}

.bullet-border {
  border: 1px solid #000;
  border-radius: 16px;
  width: 16px;
  height: 16px;
}

.slide-nav-black-dots-border {
  grid-column-gap: 25px;
  justify-content: center;
  width: 100%;
  max-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.testimonials-author-name {
  margin-bottom: 7px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(200px, 325px) minmax(220px, 325px);
  grid-template-columns: minmax(60px, 400px) minmax(60px, 400px) minmax(60px, 400px) minmax(60px, 400px);
  grid-auto-rows: 1fr;
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image {
  filter: brightness(90%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-lightbox:hover {
  box-shadow: 0 0 30px #0000004d;
}

.tabs-content {
  overflow: visible;
}

.section-title-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.marging {
  margin-bottom: 50px;
}

.tab-pannel-item {
  background-color: #fff;
  width: 49.35%;
  margin-bottom: 15px;
  padding: 40px 35px 25px;
  box-shadow: 0 5px 50px 10px #43484e14;
}

.heading-h2-dark {
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}

.tab-arrow {
  align-items: center;
  padding-right: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
  display: block;
  position: absolute;
  left: -15px;
}

.tabs-menu {
  background-color: var(--primary);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 15px;
  display: flex;
}

.tab-pannel {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: flex-start;
  padding-top: 28px;
  display: flex;
}

.heading-5-dark {
  color: #43484e;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.heading-5-dark.pannel-item-title {
  margin-top: 0;
  margin-right: 0;
  padding-right: 10px;
}

.heading-5-dark.pricing-item-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 27px;
}

.text-span-3 {
  color: #a87e72;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-after-heading {
  color: #43484eb3;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  line-height: 1.86em;
}

.tabs {
  max-width: 1200px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link {
  background-color: #0000;
  margin-left: 27.5px;
  margin-right: 27.5px;
  padding: 15px 0;
  overflow: hidden;
}

.tab-link:hover {
  overflow: visible;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  margin-right: 27.5px;
  overflow: visible;
}

.pannel-item-description {
  color: #43484eb3;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  line-height: 1.86;
}

.tab-text {
  color: #fff;
  letter-spacing: 3.3px;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.pannel-item-title-price {
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.logo-1 {
  height: 40px;
}

.grid-1-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.image-grid-2 {
  text-align: center;
  object-fit: cover;
  background-image: linear-gradient(#00000059 50%, #746055 77%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 200px 15px 43px;
  display: flex;
}

.image-grid-2.food {
  color: var(--white);
  background-image: linear-gradient(#00000080 50%, #050505), url('../images/Kuro-Vero-Hospitality_9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 257px;
}

.image-grid-2.partner {
  background-image: linear-gradient(#00000080 50%, #020202), url('../images/product-mockup-illustration-desktop-laptop-smartphone-tablet.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 257px;
}

.image-grid-2.spa-tablet {
  background-image: linear-gradient(#00000080 50%, #050505), url('../images/Kuro-Vero-Hospitality_4.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 292px;
}

.image-grid-2.spa-desctop {
  background-image: linear-gradient(#00000080, #746055 77%), url('../images/huum-K65M3GbRYq8-unsplash-1-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 290px;
  display: none;
}

.pricing-item-price {
  color: #43484e;
  text-align: center;
  font-family: Old Standard TT, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.pricing-list-item {
  text-align: center;
  justify-content: center;
  font-size: 15px;
}

.pricing-content {
  justify-content: center;
  align-items: flex-start;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.package-price {
  color: #43484eb3;
  text-align: center;
  margin-top: 20px;
}

.pricing-list {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 0;
}

.pricing-item {
  background-color: #fff;
  padding: 50px 70px;
}

.pricing-item.pricing-item-small {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  margin-top: 30px;
  display: flex;
  box-shadow: 7px 7px 50px 10px #0b0c0f1a;
}

.pricing-item.pricing-item-big {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 410px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px 10px #0b0c0f1a;
}

.strikethrough {
  text-decoration: line-through;
}

.section-no-bottom-padding {
  padding-top: 80px;
  position: relative;
}

.our-partners {
  background-color: var(--black);
  justify-content: center;
  padding: 60px 90px;
  display: flex;
}

.our-partners-list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1085px;
  display: flex;
}

.our-partners-item {
  justify-content: center;
  min-width: 130px;
  min-height: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.our-partners-brand {
  opacity: 1;
  object-fit: contain;
  height: 119px;
}

.special-offer-image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.our-mission-wrap-content {
  text-align: center;
}

.special-offer-background {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#b9947082, #b9947082);
  border: 4px solid #74605587;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  transition: all .3s;
  display: flex;
}

.special-offer-background:hover {
  outline-offset: 0px;
  border-style: none;
  border-radius: 50%;
  outline: 2px #74605587;
}

.special-offer-background:active, .special-offer-background:focus, .special-offer-background:focus-visible, .special-offer-background[data-wf-focus-visible] {
  border-radius: 50%;
}

.special-offer-background.first-item {
  background-image: linear-gradient(#0003, #0003), url('../images/edvin-johansson-rlwE8f8anOc-unsplash-1.jpg'), linear-gradient(#b9947082, #b9947082);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
}

.special-offer-background.first-item:hover {
  background-image: linear-gradient(#b9947082, #b9947082), url('../images/edvin-johansson-rlwE8f8anOc-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.special-offer-background.second-item {
  background-image: linear-gradient(#0003, #0003), url('../images/manuel-moreno-DGa0LQ0yDPc-unsplash-1.jpg'), linear-gradient(#b9947082, #b9947082);
  background-position: 0 0, 50% 100%, 0 0;
  background-size: auto, cover, auto;
}

.special-offer-background.second-item:hover {
  background-image: linear-gradient(#b9947082, #b9947082), url('../images/manuel-moreno-DGa0LQ0yDPc-unsplash-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.special-offer-background.third-item {
  background-image: linear-gradient(#0003, #0003), url('../images/gian-cescon-GxQ13MXLTHQ-unsplash-1.jpg'), linear-gradient(#b9947082, #b9947082);
  background-position: 0 0, 50% 100%, 0 0;
  background-size: auto, cover, auto;
}

.special-offer-background.third-item:hover {
  background-image: linear-gradient(#b9947082, #b9947082), url('../images/gian-cescon-GxQ13MXLTHQ-unsplash-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.special-offers {
  grid-column-gap: 15px;
  justify-content: center;
  width: 100%;
  margin-top: 65px;
  display: flex;
}

.special-offers-paragraph {
  margin-top: 20px;
  margin-bottom: 32px;
}

.special-offers-paragraph.rooms {
  min-height: 75px;
  padding-left: 5px;
  padding-right: 5px;
}

.white-pricing {
  color: var(--white);
  margin-bottom: 7px;
}

.wide-container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-grid-image {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.about-us-grid-image.spa {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/huum-K65M3GbRYq8-unsplash-1-1-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.about-us-grid-image.restaurant-bar {
  text-align: center;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/eiliv-sonas-aceron-ZuIDLSz3XLg-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-us-grid-image.summer-terrace {
  text-align: center;
  background-image: linear-gradient(#000c, #000c), url('../images/jay-wennington-N_Y88TWmGwA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-us-grid-1-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: 470px 470px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.learn-more-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  letter-spacing: normal;
  text-transform: capitalize;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  display: block;
}

.learn-more-link:hover {
  opacity: .75;
}

.hidden-wrapper {
  padding-bottom: 10px;
  overflow: hidden;
}

.animated-backgroung {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-animated {
  color: var(--white);
  margin-bottom: 0;
}

.room-content-white {
  background-color: var(--white);
  padding: 60px 60px 60px 40px;
  box-shadow: 7px 7px 50px 10px #0000000d;
}

.process-paragraph-copy {
  margin-top: 30px;
  margin-bottom: 25px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6em;
}

.our-rooms-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  margin-top: 70px;
}

.our-rooms-container {
  height: 100%;
}

.our-rooms-container.left {
  text-align: right;
}

.our-rooms-container.image-copy {
  background-image: url('../images/Kuro-Vero-Hospitality_5.jpg');
  background-position: 30%;
  background-size: cover;
}

.our-rooms-container.image-copy.branding-and-mkt-middle-image {
  background-image: url('../images/655220367a502a822b3ceeb5_Untitled-4-06.jpg');
}

.our-rooms-container.image-copy.franchise-dev-middle-image {
  background-image: url('../images/Kuro-Vero-Hospitality_9.jpg');
}

.features-content-wrapper {
  grid-row-gap: 55px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.home-10-testimonials-info-wrapper {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-10-slider {
  background-color: #0000;
  height: auto;
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.home-10-testimonials-card {
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px 5px #0b0c0f12;
}

.home-10-testimonials-card:hover {
  transform: translate(0, -10px);
}

.home-10-testimonials-slider-arrows-divider {
  background-color: #afafaf80;
  width: 86%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 55px;
}

.home-10-testimonials-quote-icon {
  z-index: 1;
  color: var(--primary);
  text-shadow: 6px 6px 15px #0000000d;
  font-family: "Fa solid 900", sans-serif;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: -20px;
  right: auto;
}

.slider-section {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.home-10-testimonials-slide {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-10-testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-top: -55px;
  margin-bottom: 10px;
}

.home-10-slider-wrapper {
  max-width: 1620px;
  margin-top: -15px;
  margin-bottom: -45px;
  overflow: hidden;
}

.home-10-slider-arrow {
  width: 50px;
  height: 50px;
  font-size: 22px;
  transition: all .3s;
  position: absolute;
  box-shadow: 0 0 30px #00000026;
}

.home-10-slider-arrow:hover {
  color: #0f5cfa;
  background-color: #fff;
}

.home-10-slider-arrow.light-left {
  color: #0f5cfa;
  background-color: #fff;
  display: none;
  inset: auto auto 30px 15px;
  box-shadow: 0 0 30px #0000000f;
}

.home-10-slider-arrow.light-left:hover {
  color: #fff;
  background-color: #0f5cfa;
}

.home-10-slider-arrow.light-right {
  color: #0f5cfa;
  display: none;
  inset: auto 15px 30px auto;
  box-shadow: 0 0 30px #0000000f;
}

.home-10-slider-arrow.light-right:hover {
  color: #fff;
  background-color: #0f5cfa;
}

.home-10-testimonials-mask {
  width: 50%;
  overflow: visible;
}

.testimonial-author {
  color: #43484e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 15px;
}

.paragraph-testimonial {
  z-index: 4;
  font-size: 15px;
  position: relative;
}

.rooms-image-copy {
  object-fit: cover;
  width: 48%;
  max-height: 375px;
}

.heading-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-centered.max-w-600 {
  max-width: 600px;
}

.portfolio-container {
  text-align: left;
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 25px;
  display: flex;
}

.locations-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.post-image {
  object-fit: cover;
  width: 100%;
  height: 270px;
}

.contact-container {
  align-items: center;
  display: flex;
}

.fa-icon {
  color: var(--primary);
  padding-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: inline;
}

.fa-icon.brown-bg {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  padding-right: 0;
  font-size: 12px;
  display: flex;
}

.contact-link {
  color: var(--dark-gray);
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
}

.contact-link:hover {
  color: var(--text-dark);
}

.contact-link.brown-hover {
  color: var(--paragraph-white);
}

.contact-link.brown-hover:hover {
  color: var(--primary);
}

.primary-link-underlined {
  border-bottom: 1px solid var(--primary);
  margin-top: 20px;
  padding-bottom: 3px;
}

.primary-link-underlined:hover {
  opacity: .7;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.contact-input-wrapper {
  background-color: #f3f5f6;
  padding-right: 12px;
}

.contact-input-wrapper.half-width {
  width: 48.6%;
}

.old-standard-tt {
  color: var(--paragraph-white);
  margin-top: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 16px;
}

.contact-us-slider {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  position: relative;
}

.icon {
  font-size: 20px;
  transition: opacity .3s;
}

.icon:hover {
  opacity: .7;
}

.right-arrow {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  inset: 0% 0% auto auto;
}

.left-arrow {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 40px;
  inset: 0% 0% auto auto;
}

.location-link-brown-hover {
  color: var(--paragraph-white);
  margin-top: 0;
  margin-bottom: 0;
}

.contact-content-wrapper {
  margin-top: 10px;
}

.slide-6, .mask-2 {
  height: auto;
}

.email-container {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.error-message {
  background-color: var(--primary);
  color: var(--text-dark);
}

.success-message {
  background-color: #000;
}

.form-block {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
}

.text-block {
  color: #ffffffe6;
}

.subscribe {
  color: #e9e9e9;
  margin-bottom: 0;
}

.submit-form {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-field {
  border: 1px #0000;
  height: 62px;
  margin-bottom: 0;
  margin-right: -2px;
  padding-left: 20px;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quote-image {
  width: 30px;
  margin-left: -15px;
  position: absolute;
  top: 0%;
}

.process-page-content {
  width: 70%;
  margin-bottom: 10px;
}

.process-page-content.reverse {
  margin-left: 0%;
  margin-right: 5%;
}

.process-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 445px;
  min-height: 320px;
}

.search {
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

._404-image {
  width: auto;
  height: 240px;
}

.rooms-item-wrapper-copy {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.rooms-item-wrapper-copy.reverse {
  flex-direction: row-reverse;
}

.blog-rich-text blockquote {
  border-left-width: 4px;
  border-left-color: var(--primary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 30px;
}

.blog-rich-text h2 {
  margin-top: 30px;
  font-size: 40px;
}

.blog-rich-text h4 {
  margin-top: 30px;
}

.blog-rich-text h3 {
  margin-top: 20px;
}

.process-item-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-item-title-black {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15.26px;
  line-height: 1.9em;
  transition: opacity .3s;
}

.nav-item-title-black:hover {
  opacity: .65;
}

.nav-item-title-black.w--current {
  opacity: .75;
  color: var(--primary);
}

.logo-2 {
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-404 {
  height: 42px;
}

.brand {
  text-align: left;
}

.brand.w--current {
  padding-left: 0;
}

.buy-now-fixed {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
  box-shadow: 0 0 3px #0000001a;
}

.buy-now-fixed:hover {
  opacity: 1;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
  box-shadow: 0 0 3px #0000001a;
}

.more-templates:hover {
  opacity: 1;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.hire-link:hover {
  opacity: 1;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: color;
}

.hire-buttons:hover {
  opacity: 1;
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image-2 {
  width: 12px;
  height: 12px;
}

.success-message-dark {
  background-color: var(--white);
  color: var(--text-dark);
}

.text-white {
  color: var(--white);
}

.text-white.text-cnter {
  text-align: center;
}

.title-block-large {
  font-family: Old Standard TT, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.image-small {
  width: 45px;
  height: 45px;
}

.form-wrapper-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  display: flex;
}

.heading-7, .heading-8 {
  text-transform: none;
}

@media screen and (min-width: 1280px) {
  .section {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .section.light-background {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.banner-our-process {
    background-image: linear-gradient(to bottom, null, null), url('../images/Kuro-Vero-Hospitality_4.jpg');
  }

  .section.banner-testimonials {
    padding-bottom: 0;
  }

  .section.black-background {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .primary-style-guide {
    background-color: var(--primary);
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button {
    color: var(--white);
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .blog-grid-item {
    width: 31.5%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .process-image-wrapper {
    width: 39%;
  }

  .process-content {
    margin-left: 80px;
  }

  .process-content.reverse {
    margin-right: 80px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .banner-title-wrapper, .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .contacts-form-wrapper {
    max-width: 560px;
  }

  .contacts-content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .location-map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section.about-us-banner {
    height: 100vh;
  }

  .section-title-wrapper-2 {
    margin-bottom: 80px;
  }

  .about-us-img._3 {
    width: 340px;
  }

  .about-us-img._4 {
    width: 280px;
  }

  .about-us-img._2 {
    width: 340px;
  }

  .special-offers-wrapper {
    grid-row-gap: 20px;
  }

  .special-offers-wrapper.rooms {
    margin-top: 140px;
  }

  .home-banner-slide-1 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality.jpg');
  }

  .home-banner-slide-2 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_2.jpg');
  }

  .home-banner-slide-3 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_3.jpg');
  }

  .video-section {
    margin-top: -90px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .linear-gradient {
    margin-top: 88px;
  }

  .video-heading {
    font-size: 60px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-title-wrap.marging {
    margin-bottom: 70px;
  }

  .grid-1-row {
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr 1fr .9fr;
    padding-left: 7%;
    padding-right: 7%;
  }

  .image-grid-2.food {
    background-image: linear-gradient(#00000080 50%, #050505), url('../images/Kuro-Vero-Hospitality_9.jpg');
  }

  .image-grid-2.partner {
    background-image: linear-gradient(#00000080 50%, #020202), url('../images/product-mockup-illustration-desktop-laptop-smartphone-tablet.jpg');
    padding-top: 255px;
  }

  .image-grid-2.spa-tablet {
    display: none;
  }

  .image-grid-2.spa-desctop {
    background-image: linear-gradient(#00000080 50%, #020202), url('../images/Kuro-Vero-Hospitality_4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: flex;
  }

  .section-no-bottom-padding {
    padding-top: 125px;
  }

  .special-offer-background {
    width: 290px;
    height: 290px;
  }

  .special-offers {
    grid-column-gap: 60px;
  }

  .special-offers-paragraph.rooms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-grid-image {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .about-us-grid-1-row {
    grid-template-rows: 470px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .room-content-white {
    padding-left: 85px;
    padding-right: 160px;
  }

  .process-paragraph-copy {
    margin-bottom: 40px;
  }

  .our-rooms-container.image-copy {
    background-image: url('../images/Kuro-Vero-Hospitality_5.jpg');
  }

  .our-rooms-container.image-copy.franchise-dev-middle-image {
    background-image: url('../images/Kuro-Vero-Hospitality_9.jpg');
  }

  .features-content-wrapper {
    margin-top: 70px;
  }

  .home-10-slider {
    overflow: hidden;
  }

  .home-10-testimonials-card {
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-10-testimonials-slider-arrows-divider {
    max-width: 1020px;
    margin-left: 80px;
  }

  .slider-section {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .home-10-slider-wrapper {
    margin-bottom: -60px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-10-slider-arrow.light-right {
    left: 1120px;
    right: auto;
  }

  .home-10-testimonials-mask {
    width: 33.33%;
  }

  .contact-input-wrapper.half-width {
    width: 48.9%;
  }

  .old-standard-tt {
    color: var(--paragraph-white);
    font-family: Old Standard TT, sans-serif;
    font-size: 16px;
  }

  .contact-content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .process-page-content.reverse {
    margin-right: 80px;
  }

  ._404-image {
    height: 280px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  a:hover {
    opacity: .75;
  }

  .section.banner-our-process {
    background-image: linear-gradient(to bottom, null, null), url('../images/Kuro-Vero-Hospitality_4.jpg');
  }

  .section.job-position-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/christina-wocintechchat-com-4PU-OC8sW98-unsplash-1.jpg');
    background-position: 0 0, 50%;
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .nav-container {
    -webkit-text-fill-color: inherit;
    background-color: #02020200;
    background-clip: border-box;
  }

  .blog-grid-item-title:hover {
    opacity: .6;
  }

  .footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-team-wrapper {
    grid-row-gap: 80px;
  }

  .about-us-img._1 {
    width: 380px;
  }

  .about-us-img._3 {
    width: 400px;
  }

  .about-us-img._4 {
    width: 300px;
  }

  .about-us-img._2 {
    width: 390px;
  }

  .special-offers-wrapper {
    align-items: center;
  }

  .home-banner-slide-1 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality.jpg');
  }

  .home-banner-slide-2 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_2.jpg');
  }

  .home-banner-slide-3 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_3.jpg');
  }

  .grid {
    grid-template-rows: minmax(200px, 400px) minmax(200px, 400px);
    grid-template-columns: minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px);
  }

  .image-grid-2.food {
    background-image: linear-gradient(#00000080 50%, #050505), url('../images/Kuro-Vero-Hospitality_9.jpg');
  }

  .image-grid-2.partner {
    background-image: linear-gradient(#00000080 50%, #020202), url('../images/product-mockup-illustration-desktop-laptop-smartphone-tablet.jpg');
  }

  .image-grid-2.spa-desctop {
    background-image: linear-gradient(#00000080 50%, #020202), url('../images/Kuro-Vero-Hospitality_4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .our-rooms-container.image-copy.franchise-dev-middle-image {
    background-image: url('../images/Kuro-Vero-Hospitality_9.jpg');
  }

  .home-10-testimonials-card {
    min-height: 290px;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-our-process {
    background-image: linear-gradient(to bottom, null, null), url('../images/Kuro-Vero-Hospitality_4.jpg');
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .nav-container {
    -webkit-text-fill-color: inherit;
    background-color: #02020200;
    background-clip: border-box;
  }

  .nav-item-title.w--current {
    color: var(--primary);
  }

  .footer {
    background-color: var(--text-dark);
  }

  .secondary-button {
    text-align: center;
  }

  .about-us-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-us-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-us-img._4 {
    left: 48%;
  }

  .home-banner-slide-1 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality.jpg');
  }

  .home-banner-slide-2 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_2.jpg');
  }

  .home-banner-slide-3 {
    background-image: linear-gradient(180deg, #0006 75%, var(--black) 99%), url('../images/Kuro-Vero-Hospitality_3.jpg');
  }

  .video-heading {
    padding-right: 15px;
  }

  .heading-h2-dark {
    margin-top: 0;
  }

  .paragraph-after-heading {
    font-family: Roboto, sans-serif;
    line-height: 1.86em;
  }

  .tabs.home-3 {
    margin-top: 75px;
  }

  .image-grid-2.food {
    background-image: linear-gradient(#00000080 50%, #050505), url('../images/Kuro-Vero-Hospitality_9.jpg');
  }

  .image-grid-2.partner {
    background-image: linear-gradient(#00000080 50%, #020202), url('../images/product-mockup-illustration-desktop-laptop-smartphone-tablet.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-grid-2.spa-desctop {
    background-image: linear-gradient(#00000080 50%, #020202), url('../images/Kuro-Vero-Hospitality_4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .our-rooms-container.image-copy.franchise-dev-middle-image {
    background-image: url('../images/Kuro-Vero-Hospitality_9.jpg');
  }

  ._404-image {
    height: 380px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
  }

  .section.banner-our-team {
    min-height: 45vh;
  }

  .section.banner-career, .section.job-position-banner, .section.banner-faq {
    min-height: 300px;
  }

  .section.banner-testimonials {
    min-height: 480px;
    padding-bottom: 40px;
  }

  .section.banner-contact-us {
    min-height: 460px;
  }

  .section.black-background {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.top-section-marging {
    margin-top: 80px;
  }

  .base-container {
    max-width: none;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button.mobile-display-none {
    display: none;
  }

  .primary-button.no-wrap {
    white-space: nowrap;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    flex-direction: row-reverse;
  }

  .nav-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 86px;
  }

  .nav-menu {
    background-color: #000c;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-button {
    filter: invert();
    text-align: right;
    width: 83%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    padding: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 19px;
    display: block;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 86px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-close-icon {
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title {
    color: var(--text-dark);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .nav-item-title.w--current {
    color: var(--black);
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-template-wrapper {
    padding: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-rights-wrapper {
    width: 100%;
    padding-top: 12px;
    padding-left: 0;
  }

  .footer-rights {
    width: 100%;
  }

  .footer-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-card-image {
    object-position: 50% 25%;
  }

  .rooms-item-wrapper {
    flex-direction: column;
  }

  .process-image-wrapper {
    flex: 0 auto;
  }

  .process-content {
    width: auto;
    margin-left: 0%;
  }

  .process-content.reverse {
    text-align: left;
    margin-right: 0%;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-number-wrapper.reverse {
    min-width: auto;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .free-trial-title {
    max-width: 500px;
  }

  .rooms-image {
    object-fit: cover;
    max-width: 50%;
    min-height: 600px;
    display: block;
  }

  .rooms-image.wide {
    width: 100%;
    max-width: 100%;
    height: 450px;
    min-height: auto;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-location, .career-button-wrapper, .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large h4 {
    font-size: 22px;
  }

  .paragraph-large h3 {
    font-size: 26px;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .paragraph-white.about-us {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-location-wrapper {
    width: auto;
    margin-top: 0;
  }

  .contacts-form-wrapper {
    width: 70%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .contacts-content-wrapper {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts-content {
    padding-top: 10px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .video {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: none;
    min-height: 360px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100vh;
    box-shadow: 0 0 30px #00000026;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .home-banner-title {
    font-size: 56px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .banner-section {
    padding-top: 60px;
  }

  .section-title-wrapper-2 {
    max-width: 560px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-us-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-us-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-us-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-us-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-us-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .special-offers-wrapper {
    width: 80%;
    height: 360px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .special-offers-wrapper.rooms {
    margin-top: 140px;
  }

  .home-banner-left-arrow-icon {
    margin-left: 10px;
  }

  .home-banner-left-arrow {
    display: none;
  }

  .home-banner-slider-container {
    padding: 10% 15px;
  }

  .home-banner-right-arrow {
    display: none;
  }

  .video-section {
    margin-top: 0;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .link-with-arrow.right {
    justify-content: flex-start;
  }

  .footer-bottom-info-wtrapper {
    flex-direction: column;
  }

  .foter-links-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .linear-gradient {
    margin-top: 0;
  }

  .video-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-name-wrapper {
    align-items: center;
  }

  .nav-item-titlenav-item-title-copy {
    color: var(--text-dark);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8em;
  }

  .nav-item-titlenav-item-title-copy.dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    line-height: 1.2em;
  }

  .nav-item-titlenav-item-title-copy.dropdown-link:hover {
    opacity: .6;
  }

  .roung-icon-wrapper {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .slide-nav-black-dots {
    justify-content: center;
    align-items: center;
    height: 16px;
    padding-top: 0;
    display: flex;
    inset: auto 0 8px;
  }

  .slider {
    height: 265px;
  }

  .testimonial-slider {
    max-width: none;
  }

  .slide-nav-black-dots-border {
    height: 16px;
    top: auto;
    bottom: 10px;
  }

  .grid {
    grid-template-rows: minmax(60px, 220px) minmax(60px, 220px);
    grid-template-columns: minmax(60px, 400px) minmax(60px, 400px) minmax(60px, 400px) minmax(60px, 400px);
  }

  .image {
    max-height: 220px;
  }

  .tab-pannel-item {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-pannel {
    align-content: space-around;
    align-items: stretch;
  }

  .tabs.home-3 {
    margin-top: 25px;
  }

  .tab-link {
    margin-left: 23.5px;
    margin-right: 23.5px;
  }

  .tab-link.w--current {
    margin-right: 23.5px;
  }

  .grid-1-row {
    grid-template-columns: 1fr 1fr;
  }

  .image-grid-2 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pricing-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing-list {
    margin-top: 25px;
  }

  .pricing-item.pricing-item-small {
    flex-direction: column;
    align-items: center;
    width: 46.5%;
    max-width: 450px;
    margin: 10px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .pricing-item.pricing-item-big {
    flex-direction: column;
    align-items: center;
    width: 46.5%;
    max-width: 450px;
    margin: 10px;
    padding: 50px;
    display: flex;
  }

  .our-partners {
    padding: 40px 10px;
  }

  .our-partners-list {
    align-items: center;
  }

  .our-partners-item {
    min-height: 90px;
  }

  .our-partners-brand {
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-offer-background {
    width: 250px;
    height: 250px;
  }

  .special-offers {
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .about-us-grid-image.summer-terrace {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-grid-1-row {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .room-content-white {
    max-width: 50%;
    padding: 35px 20px 40px 25px;
  }

  .room-content-white.wide {
    max-width: 100%;
  }

  .process-paragraph-copy {
    margin-top: 10px;
  }

  .features-content-wrapper {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .home-10-testimonials-slider-arrows-divider {
    width: 80%;
  }

  .rooms-image-copy {
    object-fit: cover;
    width: 100%;
    min-height: 550px;
    max-height: none;
    margin-bottom: 20px;
    display: block;
  }

  .heading-centered.max-w-600 {
    max-width: 500px;
  }

  .portfolio-container {
    padding-top: 20px;
  }

  .locations-grid {
    grid-column-gap: 15px;
    grid-row-gap: 60px;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
    margin-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .locations-wrapper.last {
    width: 48%;
  }

  .primary-link-underlined {
    margin-top: 15px;
  }

  .form {
    margin-top: 20px;
  }

  .contact-input-wrapper.half-width {
    width: 100%;
  }

  .old-standard-tt {
    max-width: 550px;
  }

  .contact-us-slider {
    margin-top: 0;
  }

  .contact-content-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .mask-2 {
    width: auto;
  }

  .email-container {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    margin-top: 10px;
  }

  .subscribe {
    margin-bottom: 0;
  }

  .process-page-content {
    margin-top: 20px;
  }

  .process-page-content.reverse {
    text-align: left;
    margin-right: 40px;
  }

  .process-image {
    object-fit: cover;
    max-width: 100%;
    min-height: 320px;
    display: block;
  }

  ._404-image {
    height: 200px;
  }

  .rooms-item-wrapper-copy, .rooms-item-wrapper-copy.reverse {
    flex-direction: column;
  }

  .blog-rich-text blockquote {
    font-size: 26px;
  }

  .blog-rich-text h2 {
    font-size: 36px;
  }

  .nav-item-title-black {
    color: var(--text-dark);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.2em;
  }

  .menu-button-black {
    text-align: right;
    width: 85%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .menu-button-black.w--open {
    background-color: #0000;
  }

  .brand, .brand-2 {
    flex: none;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .title-block-large {
    font-size: 54px;
  }

  .form-wrapper-medium {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.light-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-our-process {
    min-height: 320px;
  }

  .section.banner-testimonials {
    min-height: 380px;
  }

  .section.banner-contact-us {
    min-height: 320px;
  }

  .section.black-background {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .nav-dropdown-icon {
    margin-right: 16.5px;
  }

  .nav-item-title.w--current {
    color: var(--black);
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 100%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
  }

  .footer-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .rooms-item-wrapper {
    flex-flow: column wrap;
  }

  .process-image-wrapper {
    width: 100%;
  }

  .process-content {
    width: 100%;
    margin-left: 0;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .free-trial-title {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .rooms-image {
    width: 100%;
    max-width: none;
    height: 440px;
    min-height: auto;
  }

  .rooms-image.wide {
    height: 320px;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .paragraph-large {
    color: var(--dark-gray);
  }

  .banner-title-wrapper.testimonials {
    margin-top: 20px;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .job-position-sidebar-wrap {
    justify-content: center;
  }

  .contacts-location-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 90%;
  }

  .contacts-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .contacts-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .contacts-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 55px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .testominials-cards-banner {
    margin-top: -120px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .video {
    min-height: 280px;
  }

  .video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .features-wrapper {
    flex-wrap: wrap;
  }

  .features-wrap {
    text-align: left;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .features-wrap.last-child {
    margin-bottom: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .home-banner-title {
    font-size: 34px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .banner-section.home-banner {
    min-height: auto;
  }

  .section-title-wrapper-2 {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .home-team-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .about-us-img {
    width: 100%;
    max-height: 420px;
  }

  .about-us-img._1, .about-us-img._5, .about-us-img._3, .about-us-img._4, .about-us-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .special-offers-wrapper {
    grid-row-gap: 10px;
  }

  .home-banner-slide-1 {
    min-height: 822px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-banner-slider-container {
    text-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-slide-2, .home-banner-slide-3 {
    min-height: 822px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-banner-left-arrow-wrapper {
    display: none;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-member-wrap {
    width: 48%;
  }

  .footer-bottom-info-wtrapper {
    flex-direction: column;
  }

  .foter-links-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .roung-icon-wrapper {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .slide-nav-black-dots {
    inset: auto 0% 8px;
  }

  .testimonial-mask {
    max-width: none;
    height: auto;
  }

  .slider {
    height: auto;
  }

  .testimonial-slider {
    margin-bottom: 85px;
  }

  .testimonials-author-position {
    margin-bottom: 0;
  }

  .slide-nav-black-dots-border {
    bottom: 10px;
  }

  .grid {
    grid-template-rows: minmax(60px, 280px) minmax(60px, 280px);
    grid-template-columns: auto;
    width: 100%;
  }

  .image {
    max-height: 280px;
  }

  .tab-pannel-item {
    width: 100%;
  }

  .heading-5-dark.pricing-item-heading {
    margin-top: 37px;
  }

  .tabs {
    margin-top: 25px;
  }

  .tab-link.w--current {
    margin-right: 23.5px;
  }

  .grid-1-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-grid-2.food, .image-grid-2.partner, .image-grid-2.spa-tablet {
    padding-top: 150px;
  }

  .pricing-item.pricing-item-small {
    width: 100%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .pricing-item.pricing-item-big {
    width: 100%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 15px 40px;
  }

  .section-no-bottom-padding {
    padding-top: 60px;
  }

  .our-partners-list {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    justify-content: center;
  }

  .special-offers {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 10px;
  }

  .special-offers-paragraph {
    margin-top: 12px;
  }

  .about-us-grid-1-row {
    grid-template-rows: 290px 290px 290px;
    grid-template-columns: 1fr;
    grid-auto-rows: 290px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .room-content-white {
    width: 100%;
    max-width: none;
  }

  .process-paragraph-copy {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .our-rooms-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 10px;
    display: block;
  }

  .our-rooms-container, .our-rooms-container.left {
    text-align: center;
  }

  .our-rooms-container.image-copy {
    display: none;
  }

  .features-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .home-10-testimonials-slider-arrows-divider {
    width: 74%;
  }

  .slider-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-10-testimonials-mask {
    width: 100%;
  }

  .rooms-image-copy {
    width: 100%;
    max-width: none;
    height: 440px;
    min-height: auto;
  }

  .heading-centered {
    font-size: 30px;
  }

  .heading-centered.max-w-600 {
    max-width: 400px;
  }

  .portfolio-container {
    padding-top: 15px;
  }

  .locations-grid {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .contact-container.first {
    margin-top: 5px;
  }

  .locations-wrapper.last {
    width: 100%;
  }

  .form {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .old-standard-tt {
    margin-top: 10px;
  }

  .contact-content-wrapper {
    flex-wrap: wrap;
  }

  .submit-form {
    flex-direction: column;
  }

  .process-page-content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .process-page-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-image {
    width: 100%;
    max-width: none;
    height: 440px;
    min-height: auto;
  }

  .rooms-item-wrapper-copy {
    flex-flow: column wrap;
  }

  .rooms-item-wrapper-copy.reverse {
    flex-wrap: wrap-reverse;
  }

  .blog-rich-text blockquote {
    font-size: 24px;
  }

  .blog-rich-text h2 {
    font-size: 28px;
  }

  .process-item-wrapper {
    flex-flow: column wrap;
  }

  .process-item-wrapper.reverse {
    flex-flow: column-reverse wrap-reverse;
  }

  .brand {
    text-align: left;
  }

  .brand-2 {
    padding-left: 0;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .title-block-large {
    font-size: 40px;
  }

  .image-small {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .nav-item-title.w--current {
    color: var(--black);
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-paragraph {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .rooms-image {
    height: 260px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .banner-title-wrapper.testimonials {
    margin-top: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .special-offers-wrapper {
    width: 100%;
  }

  .home-banner-slide-1, .home-banner-slide-2, .home-banner-slide-3 {
    min-height: 720px;
    padding-top: 40px;
  }

  .home-9-team-member-wrap {
    width: 100%;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .play-button-wrapper {
    margin-right: 0;
  }

  .slider {
    width: 100%;
  }

  .tab-link {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .tab-link.w--current {
    justify-content: center;
    width: 100%;
    margin-right: 23.5px;
    display: flex;
  }

  .logo-1 {
    vertical-align: baseline;
  }

  .section-no-bottom-padding {
    text-align: center;
  }

  .our-partners-item {
    flex: 1;
  }

  .special-offers {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-10-testimonials-card {
    padding: 20px;
  }

  .home-10-testimonials-slider-arrows-divider {
    width: 58%;
  }

  .rooms-image-copy, .process-image {
    height: 260px;
  }

  ._404-image {
    height: auto;
  }

  .logo-2 {
    vertical-align: baseline;
  }

  .logo-2.mobile-view {
    display: inline-block;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_6c9493cf-75fe-3d42-7dec-010f0e701930-f60e3a55, #w-node-b29935d2-41e0-f654-45a4-6992aaa2c76f-f60e3a55, #w-node-_24308a3d-b9d5-da4f-d0f1-5af126d2178f-f60e3a55, #w-node-a8624875-47d8-9490-2dca-9c72a60971ac-f60e3a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_904efc51-358c-f762-f3a0-babf1744c068-f60e3a55, #w-node-adcf1be9-d466-ce07-0146-d4dc755bc930-f60e3a55, #w-node-_2a6d3813-0048-5aac-c1f2-ea49352736ec-f60e3a55, #w-node-_586b3c36-b37b-4da7-be3f-ca510c5bbe03-f60e3a55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a36844fa-ea8d-5764-3beb-bb720e1e153e-f60e3a55, #w-node-_431b3473-70ce-5110-60fc-3444cae93108-f60e3a55, #w-node-_8bf10525-c6ee-c980-5d83-4ed24b180dcb-f60e3a55, #w-node-_7796f4b1-93d4-80f4-8f72-0992d1aefb3c-f60e3a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e637f5-7b67-cf40-7ebd-753aa04ed478-f60e3a55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9cd6d00-abec-41a2-84cb-d82b534a83fe-f60e3a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f2e8b43-6b8a-ba76-eab9-054e68cd4f38-f60e3a55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c221d41-d409-e39f-d634-182bdb01b624-f60e3a55, #w-node-_4795d790-08f3-e3f9-54db-d784262f77d9-f60e3a6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4795d790-08f3-e3f9-54db-d784262f77e0-f60e3a6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4795d790-08f3-e3f9-54db-d784262f77e7-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140beb-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bec-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bed-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bee-f60e3a6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35d8355f-0a38-8173-a35b-5128f6140bef-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf0-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf1-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf2-f60e3a6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35d8355f-0a38-8173-a35b-5128f6140bf3-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf4-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf5-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf6-f60e3a6d, #w-node-ec85c037-bc32-2403-874e-44818b174d7a-f60e3a77, #Title.w-node-_187fe141-038b-711c-3f8b-cde48a63c4ba-f60e3a77, #w-node-_84481fb8-e24c-887b-1691-9698654d89d3-f60e3a77, #What-are-you-interested-in.w-node-_7ff7ce43-ed2a-8c0a-fb7c-e7f80561fdf3-f60e3a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-c15bb9e9-c3a4-28bd-aba0-decdecf781f2-f60e3a77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c15bb9e9-c3a4-28bd-aba0-decdecf781f3-f60e3a77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-f60e3acc, #w-node-_9cf2fe68-c27c-b673-8c69-62acbc7fa518-f60e3acc, #w-node-a8f8e81a-be1d-bfa5-964e-1e2d3fea0f88-f60e3acc, #w-node-d2fdbd59-235f-8ae7-3350-e8b181470ecd-f60e3acc, #w-node-_529adcd7-dee9-f248-4c79-a4508ae42ea3-f60e3acc, #w-node-_1c544081-21d8-fe2f-3d28-adf129897fc7-f60e3acc, #w-node-e3aae335-0d84-f560-96d1-a754f24272a6-f60e3acc, #w-node-_7009be8b-71a7-f6a8-d806-cf1a36dc0b4f-f60e3acc, #w-node-_1547cba1-1914-c832-6411-1e1fbfa4da59-f60e3acc, #w-node-_2626f5f1-fb88-ab11-7ef9-f2663d7ffcb7-f60e3acc, #w-node-_32400935-19f6-5c62-e450-3f0ac377ec36-f60e3acc, #w-node-_844bae29-011c-b337-e47a-a15fa7544203-f60e3acc, #w-node-c69c9c6b-6639-2440-7e01-3df460301817-f60e3acc, #w-node-_27c676bc-e21d-e9e3-8397-95b9af20dda8-f60e3acc, #w-node-_17ef01db-c2ae-b1c0-f544-8ae2a9d8b6b4-f60e3acc, #w-node-c855605b-309d-bfd3-8cde-815b3386df64-f60e3acc, #w-node-a872db2f-2d2d-b3d7-bb51-ed8482da1f83-f60e3acc, #w-node-_86673250-b3f2-b4b8-7643-74a35c88abe6-f60e3acc, #w-node-_30234fac-5689-b912-33ed-62190e2d02af-f60e3acc, #w-node-c980f383-c159-a452-f94e-30f18a65d0dd-f60e3acc, #w-node-_8dad7bc7-9573-624e-677d-ba7b71e57e44-f60e3acc, #w-node-_796b5901-fac5-2a8f-f5e3-e28de3dc47a5-f60e3acc, #w-node-_8fb47289-8260-0337-315d-40127b50bf7f-f60e3acc, #w-node-_17baa895-1bcb-1651-061e-7edfe1ab717e-f60e3acc, #w-node-e70f1202-64dc-c9ca-7b62-8cd6cc15b479-f60e3acc, #w-node-_7585a6a4-8619-a3f4-a960-02301df8363c-f60e3acc, #w-node-_221a297b-25b0-4165-154c-ad4696551a22-f60e3acc, #w-node-_0d867d92-5927-12d9-0688-26c1fc3be52f-f60e3acc, #w-node-_56b27c18-9bed-40d3-645e-917e0daf139f-f60e3acc, #w-node-dc9e03a1-ec44-7967-3de2-9f227c6af112-f60e3acc, #w-node-_32a1ee9c-f00a-fcd9-d26d-a03d9f93273e-f60e3acc, #w-node-_531150bc-3480-c528-4e8f-6f3caa826909-f60e3acc, #w-node-_8fc737fc-246b-c7f0-d8c0-98163ae03855-f60e3acc, #w-node-c1b8837a-48cb-3cbe-138c-8876778cae40-f60e3acc, #w-node-_931b61bc-3d01-7d4e-a542-6b5983f2bd63-f60e3acc, #w-node-c691122d-8716-cdc2-950f-7066670f1b8e-f60e3acc, #w-node-ef65e904-d86d-8eef-9120-3bf26ded34ac-f60e3acc, #w-node-e19a9f44-99e4-dae3-f119-784b7534b5fd-f60e3acc, #w-node-_10c39b85-240d-723c-89bd-44f926bb4f3a-f60e3acc, #w-node-_449bf4f3-64bc-7382-ec20-7c2c58f878aa-f60e3acc, #w-node-_2cb3c450-1f40-766c-43ad-8da9b83ca335-f60e3acc, #w-node-e7743869-fff8-fafc-01b8-e32d01180744-f60e3acc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-f60e3acf, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-f60e3acf, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-f60e3acf, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-f60e3aec, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-f60e3aec, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32707-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32708-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32709-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270a-3d14eaeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270b-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270c-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270d-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270e-3d14eaeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270f-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32710-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32711-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32712-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32707-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32708-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32709-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270a-769f7515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270b-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270c-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270d-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270e-769f7515 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270f-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32710-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32711-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32712-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32707-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32708-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32709-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270a-a0b36d47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270b-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270c-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270d-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270e-a0b36d47 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270f-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32710-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32711-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f32712-a0b36d47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_4795d790-08f3-e3f9-54db-d784262f77e0-f60e3a6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4795d790-08f3-e3f9-54db-d784262f77e0-f60e3a6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4795d790-08f3-e3f9-54db-d784262f77e7-f60e3a6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9274bc2f-6194-3dfe-56d5-5016b95f5420-f60e3a77 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-f60e3aef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_904efc51-358c-f762-f3a0-babf1744c068-f60e3a55, #w-node-adcf1be9-d466-ce07-0146-d4dc755bc930-f60e3a55, #w-node-_2a6d3813-0048-5aac-c1f2-ea49352736ec-f60e3a55, #w-node-_586b3c36-b37b-4da7-be3f-ca510c5bbe03-f60e3a55, #w-node-d4e637f5-7b67-cf40-7ebd-753aa04ed478-f60e3a55, #w-node-_4795d790-08f3-e3f9-54db-d784262f77e0-f60e3a6d, #w-node-_4795d790-08f3-e3f9-54db-d784262f77e7-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bef-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf0-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf1-f60e3a6d, #w-node-_35d8355f-0a38-8173-a35b-5128f6140bf2-f60e3a6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9274bc2f-6194-3dfe-56d5-5016b95f5420-f60e3a77 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #Message.w-node-c15bb9e9-c3a4-28bd-aba0-decdecf781f2-f60e3a77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c15bb9e9-c3a4-28bd-aba0-decdecf781f3-f60e3a77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270b-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270c-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270d-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270e-3d14eaeb, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270b-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270c-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270d-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270e-769f7515, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270b-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270c-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270d-a0b36d47, #w-node-da9cc8e7-dd1f-2458-4127-e4f760f3270e-a0b36d47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-f60e3acc, #w-node-_9cf2fe68-c27c-b673-8c69-62acbc7fa518-f60e3acc, #w-node-a8f8e81a-be1d-bfa5-964e-1e2d3fea0f88-f60e3acc, #w-node-d2fdbd59-235f-8ae7-3350-e8b181470ecd-f60e3acc, #w-node-_529adcd7-dee9-f248-4c79-a4508ae42ea3-f60e3acc, #w-node-_1c544081-21d8-fe2f-3d28-adf129897fc7-f60e3acc, #w-node-e3aae335-0d84-f560-96d1-a754f24272a6-f60e3acc, #w-node-_7009be8b-71a7-f6a8-d806-cf1a36dc0b4f-f60e3acc, #w-node-_1547cba1-1914-c832-6411-1e1fbfa4da59-f60e3acc, #w-node-_2626f5f1-fb88-ab11-7ef9-f2663d7ffcb7-f60e3acc, #w-node-_32400935-19f6-5c62-e450-3f0ac377ec36-f60e3acc, #w-node-_844bae29-011c-b337-e47a-a15fa7544203-f60e3acc, #w-node-c69c9c6b-6639-2440-7e01-3df460301817-f60e3acc, #w-node-_27c676bc-e21d-e9e3-8397-95b9af20dda8-f60e3acc, #w-node-_17ef01db-c2ae-b1c0-f544-8ae2a9d8b6b4-f60e3acc, #w-node-c855605b-309d-bfd3-8cde-815b3386df64-f60e3acc, #w-node-a872db2f-2d2d-b3d7-bb51-ed8482da1f83-f60e3acc, #w-node-_86673250-b3f2-b4b8-7643-74a35c88abe6-f60e3acc, #w-node-_30234fac-5689-b912-33ed-62190e2d02af-f60e3acc, #w-node-c980f383-c159-a452-f94e-30f18a65d0dd-f60e3acc, #w-node-_8dad7bc7-9573-624e-677d-ba7b71e57e44-f60e3acc, #w-node-_796b5901-fac5-2a8f-f5e3-e28de3dc47a5-f60e3acc, #w-node-_8fb47289-8260-0337-315d-40127b50bf7f-f60e3acc, #w-node-_17baa895-1bcb-1651-061e-7edfe1ab717e-f60e3acc, #w-node-e70f1202-64dc-c9ca-7b62-8cd6cc15b479-f60e3acc, #w-node-_7585a6a4-8619-a3f4-a960-02301df8363c-f60e3acc, #w-node-_221a297b-25b0-4165-154c-ad4696551a22-f60e3acc, #w-node-_0d867d92-5927-12d9-0688-26c1fc3be52f-f60e3acc, #w-node-_56b27c18-9bed-40d3-645e-917e0daf139f-f60e3acc, #w-node-dc9e03a1-ec44-7967-3de2-9f227c6af112-f60e3acc, #w-node-_32a1ee9c-f00a-fcd9-d26d-a03d9f93273e-f60e3acc, #w-node-_531150bc-3480-c528-4e8f-6f3caa826909-f60e3acc, #w-node-_8fc737fc-246b-c7f0-d8c0-98163ae03855-f60e3acc, #w-node-c1b8837a-48cb-3cbe-138c-8876778cae40-f60e3acc, #w-node-_931b61bc-3d01-7d4e-a542-6b5983f2bd63-f60e3acc, #w-node-c691122d-8716-cdc2-950f-7066670f1b8e-f60e3acc, #w-node-ef65e904-d86d-8eef-9120-3bf26ded34ac-f60e3acc, #w-node-e19a9f44-99e4-dae3-f119-784b7534b5fd-f60e3acc, #w-node-_10c39b85-240d-723c-89bd-44f926bb4f3a-f60e3acc, #w-node-_449bf4f3-64bc-7382-ec20-7c2c58f878aa-f60e3acc, #w-node-_2cb3c450-1f40-766c-43ad-8da9b83ca335-f60e3acc, #w-node-e7743869-fff8-fafc-01b8-e32d01180744-f60e3acc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ionicons.woff') format('woff'), url('../fonts/ionicons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}