.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;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.section.cc-cta {
  background-color: #f2c300;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 70vw;
  grid-column-gap: 25vw;
  grid-row-gap: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #222;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-bottom: 1vw;
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
}

.button {
  color: #1e1f21;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2c300;
  border-radius: 0;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 1.2vw;
  line-height: 1.2vw;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-pink {
  max-height: 2.8vw;
  max-width: 12vw;
  min-height: 2.8vw;
  min-width: 12vw;
  float: left;
  clear: left;
  color: #000;
  text-align: center;
  white-space: normal;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #222;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: .8vw 3% 0%;
  font-size: 1vw;
  line-height: 1.2vw;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button.cc-jumbo-button.cc-jumbo-pink:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-pink:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  order: 1;
  align-self: center;
  position: relative;
}

.button.cc-white-button {
  clear: none;
  color: #202020;
  background-color: #fff;
  align-self: center;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #f2c300;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  font-size: 1vw;
  line-height: 1.3vw;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.cc-light-b {
  opacity: .6;
  color: #222;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  padding-top: 2vw;
  font-size: 1vw;
  line-height: 1.3vw;
}

.heading-jumbo-tiny-b {
  color: #ececec;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #ececec;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.heading-jumbo {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4.8vw;
  display: block;
  position: static;
  overflow: visible;
}

.heading-jumbo-small {
  float: none;
  clear: none;
  color: #ececec;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: #8f6193;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #000;
  align-items: center;
  padding: 2vw 5vw;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #f2c300;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  float: left;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 50vw;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/background5.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 4vw;
  padding-left: 60vw;
  padding-right: 0;
  display: block;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 70vw;
  max-width: 40vw;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 20px;
  margin-left: 55vw;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin: 5vw auto 0;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px #eee;
  padding: 0 68px 0 0;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  color: #ececec;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  color: #ececec;
  background-color: #000;
  border-style: none;
  margin-bottom: 1vw;
  padding: 1vw;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  color: #ececec;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #222;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/404.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  justify-content: flex-start;
  align-self: center;
  margin-bottom: 20px;
  display: block;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.1vw;
}

.about-grid {
  width: auto;
  height: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template: ". ."
  / 1.5fr minmax(30vw, 30vw);
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 80px;
  padding-left: 0;
}

.grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile {
  -webkit-text-fill-color: inherit;
  background-color: #1e1f21;
  background-clip: border-box;
  border-radius: 4px;
  padding: 5% 10% 10%;
}

.body {
  background-color: #000;
}

.heading {
  color: #ececec;
  margin-bottom: 1vw;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.8vw;
}

.paragraph {
  color: #ececec;
  font-size: .9vw;
  line-height: 1.2vw;
}

.paragraph.link {
  font-size: .9vw;
  display: inline;
}

.text-block {
  clear: both;
  color: #ececec;
  text-align: center;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: inline-block;
}

.text-block:hover {
  color: #222;
}

.image {
  width: auto;
  height: auto;
  max-height: 30vw;
  max-width: 30vw;
  object-fit: fill;
  border-radius: 4px;
  position: static;
  overflow: hidden;
}

.image-3 {
  max-width: 11vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vw;
}

.camera_image {
  width: 100vw;
  height: 40vw;
  color: #2f353d;
  object-fit: fill;
  flex: none;
  margin-top: 18vw;
  padding-left: 15vw;
  padding-right: 15vw;
}

.camera-2 {
  width: 100vw;
  height: 40vw;
  align-self: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-gallery {
  width: 100vw;
  height: 400vw;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  display: flex;
}

.camera_frame-2 {
  width: 100vw;
  height: 40vw;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -25vw;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: static;
}

.div-block-8 {
  height: 2vw;
}

.tab-link {
  max-width: 14vw;
  min-width: 14vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px #000;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  font-weight: 700;
}

.text-block-2 {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.text-block-3 {
  max-width: none;
  min-width: auto;
  color: #222;
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.text-block-4 {
  clear: both;
  color: #222;
  text-align: center;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.text-block-5 {
  color: #222;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.text-block-6 {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.tab-panel {
  max-height: 28vw;
  min-height: 28vw;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15vw;
  padding-right: 15vw;
}

.tabs-menu {
  padding-left: 14.9vw;
  padding-right: 14.9vw;
}

.tabs-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.column {
  padding-top: 0;
  padding-left: 0;
}

.spacer_4vw {
  max-height: 2vw;
  min-height: 4vw;
}

.columns {
  padding-bottom: 0;
}

.text-block-7 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1vw;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.div-block-11 {
  padding: 4vw 15vw 12vw;
}

.heading_3b {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.heading_3 {
  color: #fff;
  font-size: 1.6vw;
  line-height: 2vw;
}

.grid-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-12 {
  background-color: #000;
}

.div-block-13 {
  height: 35vw;
  max-width: 35vw;
  object-fit: none;
  padding-left: 0;
  display: block;
}

.heading_1 {
  width: auto;
  height: auto;
  text-align: left;
  white-space: break-spaces;
  object-fit: fill;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 4.6vw;
  display: block;
  position: static;
}

.section-heading-b {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .5vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.1vw;
}

.paragraph-light-b {
  opacity: 1;
  color: #222;
  text-align: justify;
  padding-top: .4vw;
  font-size: .9vw;
  font-weight: 500;
  line-height: 1.1vw;
}

.tab-linkb {
  max-width: 14vw;
  min-width: 14vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #000;
  border-style: solid none;
  padding-left: 0;
  padding-right: 0;
}

.tab-linkb.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.spacer_2vw {
  max-height: 2vw;
  min-height: 2vw;
}

.contact-label {
  color: #f2c300;
  font-size: 1vw;
  line-height: 1.4vw;
}

.section-services {
  background-color: #f2c300;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-14 {
  padding-top: 4.8vw;
}

.section-contact {
  background-color: #1e1f21;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3vw;
  padding-bottom: 4vw;
}

.heading-jumbo-b {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 4.8vw;
  display: block;
  position: static;
  overflow: visible;
}

.link {
  color: #f2c300;
  padding-bottom: .5vw;
  font-size: 1.2vw;
}

.text-footer {
  color: #9ca6ab;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.container-footer {
  position: relative;
}

.div-block-foot {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  margin: 2vw;
  padding-left: 0;
  display: flex;
}

.link-block {
  color: #ececec;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

.footer-link {
  color: #ececec;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: #f2c300;
}

.text-block-8 {
  color: #ececec;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-size: .5vw;
  line-height: 1vw;
}

.paragraph-link {
  color: #f2c300;
  display: inline;
}

.list {
  color: #ececec;
  list-style-type: decimal;
}

.list.paragraph {
  list-style-type: disc;
}

.container-contact {
  width: 100%;
  max-width: 70vw;
  grid-column-gap: 25vw;
  grid-row-gap: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  max-height: 4vw;
}

.button-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Logo5.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.link-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-2.w--current {
  min-height: 3vw;
  min-width: 15vw;
  background-image: url('../images/Logo5.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-bar {
  z-index: 2147483647;
  width: auto;
  max-width: none;
  min-height: auto;
  float: none;
  color: #eae3da;
  background-color: #000;
  margin: 0;
  padding: 1.6vw 10vw;
  font-family: Montserrat, sans-serif;
  position: static;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.div-block-16 {
  height: 2vw;
  clear: both;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lifestein-logo {
  width: 12vw;
  height: 2vw;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Logo8.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-menu {
  float: right;
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  color: #dfcdb7;
  flex-direction: row;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-link-social {
  width: 3vw;
  height: 3vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon {
  width: 3vw;
  height: 3vw;
  clear: both;
  color: #dfcdb7;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
}

.button-header {
  color: #1e1f21;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2c300;
  border-radius: 0;
  align-self: flex-start;
  padding: .5vw 1vw;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-header:hover {
  color: #fff;
  background-color: #32343a;
}

.button-header:active {
  background-color: #43464d;
}

.button-header.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-header.cc-jumbo-button.cc-jumbo-pink {
  max-height: 2.8vw;
  max-width: 12vw;
  min-height: 2.8vw;
  min-width: 12vw;
  float: left;
  clear: left;
  color: #000;
  text-align: center;
  white-space: normal;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #222;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: .8vw 3% 0%;
  font-size: 1vw;
  line-height: 1.2vw;
  display: block;
}

.button-header.cc-jumbo-button.cc-jumbo-pink:hover {
  background-color: #f1f1f1;
}

.button-header.cc-jumbo-button.cc-jumbo-pink:active {
  background-color: #e1e1e1;
}

.button-header.cc-contact-us {
  z-index: 5;
  order: 1;
  align-self: center;
  position: relative;
}

.button-header.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-header.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button-header.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.tabs_columns {
  padding-bottom: 0;
}

.image-7 {
  max-height: 20vw;
  max-width: 20vw;
}

.image-8 {
  clear: both;
}

.section-2 {
  min-height: 100vh;
  min-width: 100vw;
  background-image: url('../images/404_page_1.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10vh;
  padding-left: 50vw;
  padding-right: 10vw;
}

.body-2 {
  background-image: url('../images/404_page.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-404 {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 9vw;
  font-weight: 700;
  line-height: 9vw;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-404 {
  opacity: 1;
  color: #222;
  -webkit-text-stroke-color: white;
  margin-bottom: 10px;
  font-size: 4vw;
  font-weight: 600;
  line-height: 5.2vw;
}

.paragraph-404.cc-bigger-light {
  opacity: .6;
}

.paragraph-404.cc-bigger-white-light {
  opacity: 1;
  color: #222;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-bottom: 1vw;
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4vw;
}

@media screen and (min-width: 1440px) {
  .button {
    font-size: 1.2vw;
    line-height: 1.2vw;
  }

  .button.cc-jumbo-button.cc-jumbo-pink {
    padding: 0 0% 0%;
  }

  .button.cc-jumbo-button.cc-jumbo-pink:hover {
    color: #ececec;
    background-color: #222;
  }

  .button.cc-jumbo-button.cc-jumbo-pink:active {
    -webkit-text-stroke-color: #1e1f21;
  }

  .text-block {
    min-height: 2.8vw;
    min-width: 12vw;
    color: #ececec;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .9vw;
    padding-bottom: .9vw;
    line-height: 1vw;
  }

  .text-block:hover {
    color: #f2c300;
  }

  .div-block-11 {
    display: block;
  }

  .div-block-12 {
    max-height: 20vw;
    max-width: 20vw;
    min-height: 2px;
    flex-direction: row;
    justify-content: center;
    margin-left: 25vw;
    margin-right: 25vw;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .nav-bar {
    background-color: #000;
  }

  .div-block-16 {
    height: 2vw;
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    display: block;
  }

  .lifestein-logo {
    height: 2vw;
    background-image: url('../images/Logo8.png');
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    min-height: 25vw;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .slide {
    min-height: 25vw;
    clear: both;
    position: relative;
  }

  .image-5 {
    clear: both;
    display: block;
    position: relative;
  }

  .mask {
    min-height: 25vw;
    clear: both;
  }

  .slide-nav {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-6 {
    max-height: 20vw;
    max-width: 20vw;
    clear: both;
    margin-left: 25vw;
    margin-right: 25vw;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    max-height: 20vw;
    max-width: 20vw;
    margin-left: 25vw;
    margin-right: 25vw;
  }

  .heading-404 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .paragraph-404 {
    font-size: 3vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    width: auto;
    max-width: 100vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .button {
    float: left;
    clear: none;
    justify-content: center;
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .button.cc-jumbo-button.cc-jumbo-pink {
    min-height: 4vw;
    min-width: 20vw;
  }

  .button.cc-contact-us {
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    align-items: center;
    display: none;
  }

  .label.cc-light {
    margin-top: 15vw;
    margin-bottom: 2vw;
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .label.cc-light-b {
    padding-top: 5vw;
    font-size: 2vw;
    font-weight: 600;
    line-height: 2.1vw;
  }

  .paragraph-light {
    text-align: left;
    font-size: 2vw;
    line-height: 2.5vw;
    display: block;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    flex: 1;
    order: 0;
    align-self: center;
    display: flex;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    color: #f2c300;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 70vw;
    background-position: 80% 0;
    padding-left: 60vw;
    padding-right: 10vw;
  }

  .motto-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
    align-items: stretch;
  }

  .contact-form-heading-wrap {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 5vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .home-section-wrap {
    text-align: left;
  }

  .section-heading {
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .about-grid {
    grid-row-gap: 1vw;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .tile {
    background-color: rgba(0, 0, 0, 0);
    padding: 0% 0% 5%;
  }

  .heading {
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .paragraph {
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .text-block {
    font-size: 2vw;
    line-height: 2.1vw;
    display: inline-block;
  }

  .image {
    max-height: 50vw;
    max-width: 50vw;
  }

  .image-3 {
    max-width: 50vw;
  }

  .camera_image {
    width: 100vw;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
    overflow: visible;
  }

  .camera-2 {
    width: 100vw;
    height: auto;
    background-color: #000;
    border: 1px rgba(0, 0, 0, 0);
    overflow: visible;
  }

  .section-gallery {
    width: 100vw;
    height: auto;
    min-height: auto;
    background-color: #eae3da;
    border-style: none;
    border-color: #000;
    flex: 0 auto;
    margin: 0 auto 4vw 0;
    display: block;
    overflow: visible;
  }

  .camera_frame-2 {
    width: auto;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .tab-link {
    max-width: 16vw;
    min-width: 16vw;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .tab-panel, .tabs-menu {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block-7 {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .heading_3b {
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .heading_3 {
    text-align: left;
    padding-bottom: 1vw;
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .heading_1 {
    white-space: break-spaces;
    margin-right: 0;
    font-size: 4.4vw;
  }

  .section-heading-b {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .paragraph-light-b {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .contact-label {
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 0;
    display: flex;
  }

  .heading-jumbo-b {
    font-size: 4vw;
    line-height: 4.4vw;
    display: flex;
  }

  .link {
    text-align: left;
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .footer-link, .text-block-8 {
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .div-block-15 {
    padding-top: 2vw;
  }

  .container-contact {
    width: auto;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    max-height: 6vw;
  }

  .link-block-2.w--current {
    min-height: 2vw;
    min-width: 20vw;
  }

  .nav-bar {
    order: 0;
    display: block;
    bottom: 0;
  }

  .div-block-16 {
    height: 3vw;
  }

  .lifestein-logo {
    width: 15vw;
    height: 3vw;
    background-image: url('../images/Logo8.png');
    background-attachment: scroll;
  }

  .lifestein-logo.w--current {
    width: 15vw;
    height: 5vw;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
  }

  .nav-link-social, .icon {
    width: 5vw;
    height: 5vw;
  }

  .button-header {
    float: left;
    clear: none;
    justify-content: center;
    align-self: center;
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .button-header.cc-jumbo-button.cc-jumbo-pink {
    min-height: 4vw;
    min-width: 20vw;
  }

  .button-header.cc-contact-us {
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    align-items: center;
    display: none;
  }

  .section-2 {
    padding-top: 10vh;
    padding-right: 5vw;
  }

  .heading-404 {
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-404.cc-bigger-white-light {
    font-size: 2vw;
    line-height: 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    line-height: 2.1vw;
  }

  .button.cc-contact-us {
    order: 1;
    align-self: auto;
  }

  .label.cc-light {
    margin-top: 15vw;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: flex-start;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: 50vw;
    margin-bottom: 5vw;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form-wrap {
    padding: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: start;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .heading {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
    padding-right: 2vw;
  }

  .paragraph {
    opacity: .59;
    text-align: left;
  }

  .image {
    max-width: 30vw;
  }

  .image-3 {
    max-width: 30vw;
    object-fit: scale-down;
    align-self: flex-start;
  }

  .camera-2 {
    background-color: #000;
    border: 1px rgba(0, 0, 0, 0);
  }

  .heading_3 {
    font-weight: 600;
  }

  .heading_1 {
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.1vw;
  }

  .section-contact {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .heading-jumbo-b {
    margin-top: 0;
    font-size: 5vw;
    line-height: 5.2vw;
  }

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

  .link-block-2.w--current {
    min-height: auto;
  }

  .nav-bar {
    min-height: 5vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    position: static;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .nav-link-social {
    width: 7vw;
  }

  .button-header.cc-contact-us {
    order: 1;
    align-self: auto;
  }

  .tabs-column2, .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding-top: 2vh;
    display: flex;
  }

  .heading-404 {
    font-size: 7vw;
    line-height: 7.2vw;
  }

  .paragraph-404 {
    font-size: 4vw;
    line-height: 4.1vw;
  }

  .paragraph-404.cc-bigger-white-light {
    line-height: 2.1vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    width: 45vw;
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .button {
    clear: left;
    font-size: 3vw;
    font-weight: 600;
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-pink {
    max-width: 15vw;
    min-height: 6vw;
    min-width: 30vw;
    padding-top: 1.2vw;
    padding-bottom: .8vw;
  }

  .label.cc-light, .label.cc-light-b {
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 150vw;
    background-position: 20% 100%;
    padding-left: 10vw;
    padding-right: 30vw;
  }

  .contact-form-wrap {
    align-items: stretch;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .contact-form-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field.cc-contact-field {
    margin-bottom: 2vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 3vw;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    text-align: center;
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .tile {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.1vw;
  }

  .paragraph {
    opacity: .6;
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .text-block {
    font-size: 3vw;
    line-height: 3.1vw;
    display: block;
  }

  .image {
    max-width: 40vw;
  }

  .camera_image {
    padding-left: 10vw;
  }

  .section-gallery {
    width: 100vw;
    height: auto;
    background-color: #eae3da;
  }

  .camera_frame-2 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .tab-link {
    max-width: 26vw;
    min-width: 26vw;
    display: block;
  }

  .text-block-4 {
    font-size: 2vw;
  }

  .tabs-menu {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    object-fit: fill;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 26vw 26vw 26vw;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .text-block-7 {
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .div-block-11 {
    display: block;
  }

  .heading_3b {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .heading_3 {
    font-size: 4vw;
    line-height: 4.2vw;
  }

  .div-block-13 {
    height: 35vw;
    max-width: 50vw;
  }

  .heading_1 {
    font-size: 6vw;
    line-height: 6.2vw;
  }

  .section-heading-b {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .paragraph-light-b {
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .contact-label {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .div-block-14 {
    justify-content: space-between;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-jumbo-b {
    font-size: 6vw;
    line-height: 48px;
  }

  .link {
    font-size: 2.5vw;
  }

  .tabs {
    display: block;
  }

  .text-block-9 {
    font-weight: 600;
  }

  .image-4 {
    max-height: 10vw;
  }

  .nav-bar {
    z-index: 2147483647;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-16 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .nav-menu {
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .button-header {
    font-size: 3vw;
    font-weight: 600;
  }

  .button-header.cc-jumbo-button.cc-jumbo-pink {
    max-width: 15vw;
    min-height: 6vw;
    min-width: 30vw;
    padding-top: 1.2vw;
    padding-bottom: .8vw;
  }

  .tabs-column2, .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    background-position: 30% 80%;
    background-size: cover;
  }

  .heading-404 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .paragraph-404 {
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .paragraph-404.cc-bigger-white-light {
    width: 45vw;
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .text-block-10 {
    font-size: 2vw;
  }
}

#w-node-_0fc1eda2-b73d-5eae-27da-25e7606d363e-a0a24fca, #w-node-_8da16f83-847b-e5c6-c31e-4268b2eff67b-a0a24fca, #w-node-a184a9a1-c73c-8026-95ed-fa3472c0f1e8-a0a24fca, #w-node-a184a9a1-c73c-8026-95ed-fa3472c0f1e9-a0a24fca, #w-node-a184a9a1-c73c-8026-95ed-fa3472c0f1eb-a0a24fca, #w-node-e13523c5-8138-1480-1e27-00f3678d5b8f-a0a24fca, #w-node-e13523c5-8138-1480-1e27-00f3678d5b90-a0a24fca, #w-node-e13523c5-8138-1480-1e27-00f3678d5b92-a0a24fca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cd03463-7389-f195-c785-6ee4038a1032-a0a24fca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7cd03463-7389-f195-c785-6ee4038a1045-a0a24fca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_72c78cd0-8173-a5ac-930e-d8795971f729-a0a24fca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_72c78cd0-8173-a5ac-930e-d8795971f736-a0a24fca {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_02501ccf-a55a-24db-dd85-4bae9f859b0e-a0a24fca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02501ccf-a55a-24db-dd85-4bae9f859b21-a0a24fca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b31739da-fdac-d5da-fac9-117cc2b3cc1e-a0a24fca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b31739da-fdac-d5da-fac9-117cc2b3cc31-a0a24fca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f5a599c-1020-8802-fd8b-68835336f2dd-a0a24fca, #w-node-_2ac3a59d-b4ca-287e-ce56-a52b186ae2dc-a0a24fca, #w-node-f94401bf-cb92-ca6e-e7bc-c1c86f938825-a0a24fca, #w-node-c44f14d5-2c9a-17b7-ebd1-152737eaf91c-a0a24fca, #w-node-_3389f276-4cbf-fe82-6983-debff39aaf71-a0a24fca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50c5973f-a00d-fa3c-d4e7-5ba5fe0e8a74-a0a24fca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32ecf65c-cd2d-8b9e-d582-3822250f4456-a0a24fca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32ecf65c-cd2d-8b9e-d582-3822250f446e-a0a24fca {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7cd03463-7389-f195-c785-6ee4038a1032-a0a24fca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7cd03463-7389-f195-c785-6ee4038a1045-a0a24fca {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_72c78cd0-8173-a5ac-930e-d8795971f729-a0a24fca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_72c78cd0-8173-a5ac-930e-d8795971f736-a0a24fca {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_02501ccf-a55a-24db-dd85-4bae9f859b0e-a0a24fca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_02501ccf-a55a-24db-dd85-4bae9f859b21-a0a24fca {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b31739da-fdac-d5da-fac9-117cc2b3cc1e-a0a24fca {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-b31739da-fdac-d5da-fac9-117cc2b3cc31-a0a24fca {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2f5a599c-1020-8802-fd8b-68835336f2dd-a0a24fca, #w-node-_2ac3a59d-b4ca-287e-ce56-a52b186ae2dc-a0a24fca, #w-node-f94401bf-cb92-ca6e-e7bc-c1c86f938825-a0a24fca, #w-node-c44f14d5-2c9a-17b7-ebd1-152737eaf91c-a0a24fca, #w-node-_3389f276-4cbf-fe82-6983-debff39aaf71-a0a24fca {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_32ecf65c-cd2d-8b9e-d582-3822250f4456-a0a24fca {
    justify-self: auto;
  }

  #w-node-_32ecf65c-cd2d-8b9e-d582-3822250f446e-a0a24fca {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0fc1eda2-b73d-5eae-27da-25e7606d363e-a0a24fca {
    order: -9999;
  }

  #w-node-_1de7a771-23aa-6195-817a-1d94b17d1273-a0a24fca {
    order: 9999;
  }

  #w-node-_8da16f83-847b-e5c6-c31e-4268b2eff67b-a0a24fca {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cd03463-7389-f195-c785-6ee4038a1045-a0a24fca, #w-node-_72c78cd0-8173-a5ac-930e-d8795971f736-a0a24fca, #w-node-_02501ccf-a55a-24db-dd85-4bae9f859b21-a0a24fca, #w-node-b31739da-fdac-d5da-fac9-117cc2b3cc31-a0a24fca {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5de06ec-0c3a-6903-f011-54d2fdce3c2b-a0a24fca {
    justify-self: center;
  }

  #w-node-_32ecf65c-cd2d-8b9e-d582-3822250f4456-a0a24fca {
    align-self: auto;
    justify-self: auto;
  }
}


