:root {
  --black: #000;
  --white-smoke-3: #edeff2;
  --color-2: white;
  --gold-logo-collor: #f5bd00;
  --background-blue: #13154b;
  --color-3: #ffc600;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-600: #6157f8;
  --combine-library--primary-800: #472def;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--white: white;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --color1: var(--silver);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: var(--black);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-family: Roboto, sans-serif;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #ffc300;
}

.navigation-link.w--current {
  color: var(--black);
  font-family: Roboto, sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navigation-bar {
  color: var(--white-smoke-3);
  background-color: #f5f7fa;
  border: 1px snow;
  border-bottom: .3px solid snow;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navigation-menu {
  color: var(--black);
}

.brand-text {
  color: var(--color-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-image: url('../images/base_logo_transparent_background.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate;
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section1 {
  color: #000;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section1.accent {
  color: #fffefe;
  background-color: #000;
  border: 1px #fff;
  display: none;
  overflow: visible;
}

.white-box {
  background-color: var(--gold-logo-collor);
  text-align: center;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: 500px;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-bottom-color: #fff;
  outline: 3px #6a859c;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: var(--gold-logo-collor);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Syncopate;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  width: 1200px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  position: relative;
  top: -50px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  width: 150px;
  color: var(--color-2);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: -71px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  width: 1200px;
  color: var(--color-2);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: -215px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  width: 1200px;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: -216px;
  padding-left: 0;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  border: 1px solid #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  overflow: visible;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 35%;
  background-color: var(--background-blue);
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading, .paragraph, .paragraph-2, .heading-2, .heading-3, .paragraph-3 {
  color: var(--background-blue);
}

.preloader {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  display: none;
}

.lottie-animation-2, .image {
  width: 1000px;
}

.image-2 {
  width: 1000px;
  margin-top: -91px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  top: -100px;
}

.list-item {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.list-item-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.list-item-3 {
  color: #fff;
  text-align: left;
  margin-bottom: -55px;
  list-style-type: decimal;
}

.body {
  height: auto;
  color: #ffc600;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 24px;
}

.image-3 {
  border-radius: 20px;
  margin-top: -11px;
  display: block;
}

.image-4 {
  margin-top: -78px;
  margin-left: 183px;
  padding-left: 24px;
}

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

.container-2 {
  width: 1300px;
  max-width: 1300px;
  align-items: flex-start;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
  display: flex;
}

.text-block {
  width: 1200px;
  color: #fff;
  flex: 1;
  margin-top: -188px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 50px;
}

.text-block-2 {
  width: 1400px;
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 65px;
  display: flex;
}

.bold-text {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: -156px;
  padding-top: 75px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.container-3 {
  color: var(--black);
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: flex;
}

.footer-dark {
  height: 50px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 129px 30px 15px;
  display: block;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  background-color: #f5f7fa;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.footer-dark-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -7px;
  padding: 53px 30px 15px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.title-small-2 {
  color: #ffc600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  color: var(--color-2);
  text-align: center;
  -webkit-text-stroke-color: #7f7f7f;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.navbar-logo-left {
  height: 120px;
  outline-offset: 0px;
  -webkit-text-stroke-width: .5px;
  background-color: #ffc600;
  border: .5px rgba(106, 133, 156, .14);
  border-bottom-style: solid;
  border-radius: 0;
  outline: 3px #6a859c;
  margin-top: -29px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  width: 100%;
  background-color: #ffc600;
  justify-content: center;
  align-items: center;
  margin-top: -14px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.nav-menu-two:hover {
  color: #ffc601;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: baseline;
  margin-top: -6px;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

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

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

.hero-heading-center {
  -webkit-text-stroke-color: var(--color-2);
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 146px 30px 86px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #6a859c;
  margin-top: -36px;
  margin-bottom: 32px;
  font-family: Exo, sans-serif;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.nav-link-copy {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-copy:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.section {
  background-color: #ffc600;
}

.section-2 {
  height: 10rem;
  background-color: #ffc600;
  margin-top: -417px;
}

.heading-4 {
  font-size: 15px;
  line-height: 15px;
}

.heading-5 {
  font-size: 10px;
}

.heading-6 {
  font-size: 10px;
  line-height: 80px;
}

.heading-7 {
  height: 100px;
  color: #000;
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 454px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.container-7 {
  justify-content: center;
  margin-top: -29px;
  padding-bottom: 40px;
  display: flex;
}

.section-3 {
  height: 30px;
}

.heading-8 {
  height: 20px;
  background-color: var(--black);
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  font-size: 15px;
}

.heading-9 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: -24px;
  margin-bottom: 27px;
  font-size: 15px;
  display: none;
}

.section-4 {
  width: 100%;
  height: 400px;
}

.image-5 {
  width: 100%;
  height: 460px;
  background-image: linear-gradient(#000, #fff);
  margin-top: -11px;
}

.main_section {
  mix-blend-mode: normal;
  background-image: url('../images/hoderh1.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -6px;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
}

.main_heading {
  color: var(--color-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -237px;
  display: flex;
}

.section-5 {
  width: 100%;
  height: 500px;
  text-align: left;
  object-fit: none;
  background-image: url('../images/medium-shot-portrait-smiling-architect-looking-camera-1.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -9px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section-6 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
  background-image: url('../images/HD1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  overflow: hidden;
}

.heading-10 {
  color: #000;
  text-align: center;
}

.image-6 {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.container-8 {
  opacity: .47;
  background-color: #1d1d1d;
  margin-top: 0;
}

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

.text-block-5 {
  font-size: 70px;
  line-height: 80px;
}

.text-block-6 {
  width: 40px;
}

.paragraph-4 {
  height: 35vh;
  opacity: .86;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53));
  margin-top: 126px;
  font-family: Space Grotesk, sans-serif;
  font-size: 4vh;
  font-weight: 300;
  line-height: 45px;
}

.div-block-2 {
  margin-top: -515px;
}

.efi-form-button {
  width: 100%;
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.efi-form-button.invert {
  filter: invert();
}

.input {
  height: 55px;
  color: #727272;
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  margin-bottom: 30px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-frm-03-text-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.efi-frm-03-container {
  color: #fff;
}

.efi-frm-03 {
  background-color: #fff;
  padding: 100px 5%;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: var(--black);
  margin-bottom: .5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::-ms-input-placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-text-size-regular {
  color: var(--black);
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  margin-top: 5px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_contact2 {
  background-color: var(--combine-library--white);
  font-family: Space Grotesk, sans-serif;
}

.combine-text-size-regular-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: var(--black);
  margin-top: -2.6rem;
  margin-bottom: 0;
  margin-left: 89px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library--grey-050);
  color: #000;
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  font-family: Roboto, sans-serif;
  display: flex;
}

.combine-feature7_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2-2 {
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
}

.combine-feature7_content-sticky {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
  position: relative;
}

.combine-padding-global-2 {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature7 {
  background-color: var(--combine-library--grey-050);
}

.heading-11 {
  color: #000;
  justify-content: flex-start;
  margin-top: -25px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.container-9 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -53px;
  display: flex;
}

.paragraph-5 {
  color: #000;
  margin-left: -125px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.combine-gallery1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: static;
}

.combine-gallery1_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: block;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -51px;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular-3 {
  width: 100vw;
  color: var(--combine-library--grey-600);
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: -213px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: block;
}

.combine-heading-style-h2-3 {
  color: var(--black);
  margin-top: -3.3rem;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  border-radius: 20px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery1 {
  background-color: var(--combine-library--white);
}

.button-2 {
  color: var(--color-2);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  background-color: #000;
  margin-top: -30px;
  padding-top: 0;
  font-style: normal;
}

.container-10 {
  justify-content: center;
  margin-top: -14px;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  font-family: Space Grotesk, sans-serif;
  display: inline-block;
}

.button-4 {
  width: 220px;
  height: 300px;
  opacity: 1;
  direction: ltr;
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #ffc600;
  background-image: url('../images/ocel.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: 23px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.container-11 {
  align-items: flex-start;
  margin-top: 47px;
  display: flex;
}

.button-5 {
  width: 200px;
  height: 300px;
  background-image: url('../images/katalog-vrat.PNG');
  background-position: 0 0;
  background-size: cover;
}

.button-6 {
  width: 200px;
  height: 300px;
  background-image: url('../images/katalog-PVC.PNG');
  background-position: 0 0;
  background-size: cover;
}

.button-7 {
  width: 200px;
  height: 300px;
  background-image: url('../images/mini-katalog.PNG');
  background-position: 0 0;
  background-size: cover;
}

.button41 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/vrata.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 10px;
}

.button-8 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/PVC.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 10px;
}

.button-9 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/mini.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 10px;
}

.button-10 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/hlinik.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 23px;
}

.button-11 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/dvere.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 10px;
}

.button-12 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/AllinOne.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 10px;
}

.button-13 {
  width: 220px;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/oplocení.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-left: 10px;
}

.section-2-copy2 {
  height: 10rem;
  background-color: #ffc600;
  margin-top: -480px;
}

.section-2-copy5 {
  height: 10rem;
  background-color: #ffc600;
  margin-top: -490px;
}

.section-2-copy3 {
  height: 10rem;
  background-color: #ffc600;
  margin-top: -481px;
}

.section-2-copy4 {
  height: 10rem;
  background-color: #ffc600;
  margin-top: -503px;
}

.combine-feature7_item-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library--grey-050);
  color: #000;
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -5px;
  padding: 1.5rem 1.5rem 1.5rem 1.4rem;
  font-family: Roboto, sans-serif;
  display: flex;
}

.efi-paragraph-2 {
  color: #000;
  margin-left: 10px;
  font-family: Space Grotesk, sans-serif;
}

.efi-h4 {
  color: #000;
  margin-top: -66px;
  margin-left: 95px;
  font-family: Space Grotesk, sans-serif;
}

.efi-ft-08-icon {
  width: 55px;
  height: 55px;
  background-color: #f0f0f0;
  background-image: url('../images/services1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 20px;
}

.efi-ft-08-feature {
  background-color: rgba(8, 8, 8, .05);
  border-radius: 20px;
  margin-top: -43px;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08 {
  padding: 75px 2%;
}

.heading-12 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  text-decoration: underline;
  display: flex;
}

.heading-13 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.efi-ft-08-icon-copy1 {
  width: 55px;
  height: 55px;
  background-color: #f0f0f0;
  background-image: url('../images/services2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 20px;
}

.efi-ft-08-icon-copy3 {
  width: 55px;
  height: 55px;
  background-color: #f0f0f0;
  background-image: url('../images/services3.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 20px;
}

.efi-ft-08-icon-copy2 {
  width: 55px;
  height: 55px;
  background-color: #f0f0f0;
  background-image: url('../images/services4.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 10px;
  padding: 20px;
}

.nav-link-copy-1 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-1:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-copy-1:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-1[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-copy-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.combine-gallery1_component-copy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 23px;
  display: grid;
}

.efi-button-menu {
  padding: 0;
}

.efi-cta-menu-button {
  background-color: #000;
  padding: 10px 30px;
  font-weight: 700;
}

.efi-cta-menu-button.nav-04 {
  border-radius: 20px;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.last {
  padding-right: 20px;
}

.efi-nav-04-nav-menu {
  align-items: center;
  margin-right: 100px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.efi-nav-04-inner {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-nav-04 {
  height: 140px;
  background-color: #ffc600;
  margin-top: -57px;
  padding: 30px 2%;
}

.image-15 {
  margin-top: 17px;
  margin-left: 73px;
}

.link-block-3.w--current {
  flex: 1;
}

.efi-ft-08-feature-copy {
  background-color: rgba(8, 8, 8, .05);
  border-radius: 20px;
  margin-top: -43px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  background-color: rgba(13, 12, 12, .08);
  border-radius: 20px;
  font-family: Space Grotesk, sans-serif;
}

.heading-14 {
  color: #000;
  justify-content: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  display: flex;
}

.bold-text-2 {
  text-align: center;
  justify-content: center;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.image-15-copy, .image-15-copy2 {
  margin-top: 17px;
  margin-left: 73px;
}

.combine-contact2_feature-copy, .combine-contact2_feature-copy2, .combine-contact2_feature-copy3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  color: #000;
  background-color: #ffc600;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #ffc600;
  background-color: #000;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #050505;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  min-width: 140px;
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

@media screen and (min-width: 1920px) {
  .body {
    border-radius: 20px;
  }

  .footer-wrapper-2 {
    font-family: Space Grotesk, sans-serif;
  }

  .footer-content-2 {
    font-family: Roboto, sans-serif;
  }

  .footer-block-2, .title-small-2, .footer-link-3, .footer-copyright-center-2, .button-primary {
    font-family: Space Grotesk, sans-serif;
  }

  .section-2 {
    margin-top: -479px;
  }

  .heading-7 {
    font-family: Space Grotesk, sans-serif;
  }

  .heading-9 {
    display: block;
  }

  .section-6 {
    margin-top: 0;
  }

  .paragraph-4 {
    height: 34vh;
    margin-top: 105px;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 5vh;
    line-height: 5vh;
  }

  .div-block-2 {
    height: 45vh;
    margin-top: -680px;
  }

  .combine-button, .combine-form_label {
    font-family: Space Grotesk, sans-serif;
  }

  .combine-contact2_feature {
    margin-left: -57px;
  }

  .combine-heading-style-h2, .combine-padding-section-medium {
    font-family: Space Grotesk, sans-serif;
  }

  .heading-11 {
    height: 30vh;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 33px;
  }

  .combine-text-size-regular-3 {
    width: 52vw;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: -120px;
    font-family: Space Grotesk, sans-serif;
    display: flex;
  }

  .combine-heading-style-h2-3 {
    justify-content: center;
    align-items: center;
    font-family: Space Grotesk, sans-serif;
    display: flex;
  }

  .button-3 {
    font-family: Space Grotesk, sans-serif;
  }

  .button-4 {
    width: 220px;
    height: 300px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/ocel.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    border: 1px #000;
    border-radius: 20px;
  }

  .container-11 {
    margin-top: 47px;
  }

  .text-block-7 {
    padding-top: 66px;
    padding-left: 0;
    padding-right: 0;
  }

  .button41 {
    width: 220px;
    height: 300px;
    background-image: url('../images/vrata.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 10px;
  }

  .button-8 {
    width: 220px;
    height: 300px;
    background-image: url('../images/PVC.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 10px;
  }

  .button-9 {
    width: 220px;
    height: 300px;
    background-image: url('../images/mini.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 10px;
  }

  .container-12 {
    margin-top: 20px;
  }

  .button-10 {
    width: 220px;
    height: 300px;
    background-image: url('../images/hlinik.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 23px;
  }

  .button-11 {
    width: 220px;
    height: 300px;
    background-image: url('../images/dvere.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 10px;
  }

  .button-12 {
    width: 220px;
    height: 300px;
    background-image: url('../images/AllinOne.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 10px;
  }

  .button-13 {
    width: 220px;
    height: 300px;
    background-image: url('../images/oplocení.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
    margin-left: 10px;
  }

  .section-2-copy2 {
    margin-top: -454px;
  }

  .section-2-copy5 {
    margin-top: -404px;
  }

  .section-2-copy3 {
    margin-top: -352px;
  }

  .section-2-copy4 {
    margin-top: -485px;
  }

  .efi-paragraph-2 {
    font-family: Space Grotesk, sans-serif;
  }

  .efi-h4 {
    justify-content: flex-start;
    align-items: center;
    font-family: Space Grotesk, sans-serif;
    display: flex;
  }

  .efi-ft-08-icon {
    width: 60px;
    height: 60px;
  }

  .heading-12 {
    font-family: Space Grotesk, sans-serif;
  }

  .heading-13 {
    font-family: Space Grotesk, sans-serif;
    font-weight: 400;
  }

  .efi-ft-08-icon-copy1, .efi-ft-08-icon-copy3, .efi-ft-08-icon-copy2 {
    width: 60px;
    height: 60px;
  }

  .efi-cta-menu-button.nav-04 {
    border-radius: 20px;
    margin-top: -6px;
    font-family: Space Grotesk, sans-serif;
    font-size: 2vh;
  }

  .efi-nav-link.light.center, .efi-nav-link.light.center.w--current {
    font-family: Space Grotesk, sans-serif;
  }

  .efi-nav-04-nav-menu {
    justify-content: flex-start;
    font-size: 4vh;
    font-weight: 500;
    display: flex;
  }

  .efi-brand {
    background-image: url('../images/anchor.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .efi-nav-04-inner {
    margin-left: -23px;
    font-family: Space Grotesk, sans-serif;
  }

  .efi-nav-04 {
    height: 12vh;
    background-color: #ffc600;
    margin-top: -27px;
  }

  .image-13 {
    background-image: url('../images/black_logo_transparent_background.png');
    background-position: 0 0;
    background-size: cover;
    display: block;
  }

  .image-14 {
    width: 10vw;
    margin-top: -24px;
  }

  .link-block-2 {
    margin-top: -24px;
  }

  .image-15 {
    margin-top: -13px;
    margin-left: 492px;
    display: block;
  }

  .efi-ft-08-feature-copy {
    width: 50vw;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .div-block-3 {
    background-color: rgba(8, 8, 8, .05);
    border-radius: 20px;
  }

  .paragraph-6 {
    color: #000;
    text-align: center;
    border-radius: 20px;
    font-family: Space Grotesk, sans-serif;
    font-size: 2vh;
    line-height: 30px;
  }

  .heading-14 {
    color: #000;
    justify-content: center;
    font-family: Roboto, sans-serif;
    display: flex;
  }

  .image-15-copy, .image-15-copy2 {
    margin-top: -13px;
    margin-left: 492px;
    display: block;
  }

  .combine-contact2_feature-copy {
    margin-top: -99px;
    margin-left: 252px;
  }

  .combine-contact2_feature-copy2 {
    margin-top: -61px;
    margin-left: 252px;
  }

  .combine-contact2_feature-copy3 {
    margin-top: 59px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .body {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-dark-2 {
    height: 255px;
    margin-top: -4px;
    padding-top: 23px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .footer-divider-2 {
    margin-top: 12px;
  }

  .navbar-wrapper {
    width: 100%;
    height: 100px;
    padding-left: 0;
  }

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

  .nav-menu-two {
    background-color: var(--color-3);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 20px 20px 0;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    margin-top: 8px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    margin-top: -302px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    margin-top: 410px;
  }

  .section-6 {
    height: 400px;
    margin-top: -2px;
  }

  .paragraph-4 {
    height: 150px;
    background-color: #000;
    margin-top: -59px;
    padding-top: 1px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-2 {
    margin-top: -260px;
  }

  .combine-button {
    margin-top: -31px;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-form_form {
    margin-top: -55px;
  }

  .combine-heading-style-h2 {
    font-size: 2rem;
  }

  .combine-contact2_content {
    margin-top: -48px;
  }

  .combine-padding-section-medium {
    margin-top: -6px;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-text-size-regular-2 {
    padding-top: 17px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .combine-heading-style-h5 {
    width: 300px;
    margin-left: 37px;
    font-size: .7rem;
    line-height: 1.2;
  }

  .combine-feature7_item {
    height: 200px;
    flex: 1;
    margin-left: -27px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-heading-style-h2-2 {
    width: 300px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-11 {
    flex-wrap: nowrap;
    margin-top: -54px;
    font-size: 30px;
  }

  .container-9 {
    margin-top: -49px;
  }

  .paragraph-5 {
    margin-top: -22px;
    margin-left: 13px;
    font-size: .8rem;
    line-height: 20px;
  }

  .combine-gallery1_component {
    margin-top: -2px;
  }

  .combine-space-large {
    margin-top: -50px;
  }

  .combine-text-size-regular-3 {
    margin-top: -15px;
    margin-left: -39px;
    font-size: .8rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button-4 {
    width: 200px;
    height: 250px;
    background-position: 50%;
  }

  .container-11 {
    margin-top: 14px;
  }

  .button41, .button-8, .button-9, .button-10, .button-11, .button-12, .button-13 {
    width: 200px;
    height: 250px;
    background-position: 50%;
  }

  .section-2-copy2 {
    margin-top: -458px;
  }

  .section-2-copy5 {
    margin-top: -405px;
  }

  .section-2-copy3 {
    margin-top: -461px;
  }

  .section-2-copy4 {
    margin-top: -454px;
  }

  .image-7 {
    width: 50%;
    margin-left: -10px;
  }

  .image-8, .image-9, .image-10 {
    width: 50px;
    margin-left: -10px;
  }

  .combine-feature7_item-copy {
    height: 200px;
    flex: 1;
    margin-left: -27px;
  }

  .efi-paragraph-2 {
    margin-top: 18px;
    font-size: 12px;
  }

  .efi-h4 {
    margin-left: 64px;
    font-size: 14px;
  }

  .efi-ft-08-icon {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin-top: 0;
  }

  .efi-ft-08-feature {
    margin-top: -64px;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading-12 {
    margin-top: -55px;
    font-size: 30px;
  }

  .heading-13 {
    margin-top: -4px;
    font-size: 15px;
    line-height: 20px;
  }

  .efi-ft-08-icon-copy1, .efi-ft-08-icon-copy3, .efi-ft-08-icon-copy2 {
    width: 50px;
    height: 50px;
    border-radius: 0;
  }

  .nav-link-copy-1, .nav-link-copy-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .efi-icon {
    margin-right: 50px;
  }

  .efi-button-menu {
    color: #000;
    margin-left: 66px;
    margin-right: 27px;
    padding: 0;
  }

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

  .efi-cta-menu-button.nav-04 {
    width: 150px;
    height: 20px;
    color: #000;
    background-color: #fff;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .efi-nav-link.last.light.center {
    background-color: rgba(255, 255, 255, .27);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .efi-nav-link.light {
    background-color: #fff;
    padding: 30px 5%;
  }

  .efi-nav-link.light.center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .efi-nav-link.light.center.w--current {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .efi-nav-04-nav-menu {
    background-color: #fff;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .efi-nav-04 {
    margin-top: -64px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-15 {
    margin-left: 217px;
    display: inline-block;
  }

  .link-block-3 {
    margin-left: -8px;
  }

  .link-block-3.w--current {
    margin-left: -211px;
  }

  .efi-ft-08-feature-copy {
    margin-top: -64px;
  }

  .image-15-copy, .image-15-copy2 {
    margin-left: 217px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .body {
    background-color: #fff;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-2 {
    height: 42vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-6 {
    object-fit: cover;
    overflow: visible;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
    margin-top: -44px;
  }

  .title-small-2 {
    margin-top: 22px;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 8px;
  }

  .footer-copyright-center-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -8px;
  }

  .navbar-logo-left {
    height: 90px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    height: 80px;
    margin-left: -226px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu-two {
    width: 20px;
    height: 100px;
    border-radius: 20px;
    flex-direction: column;
    margin-top: -37px;
    padding-bottom: 30px;
    padding-right: 1px;
    display: block;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    width: 33vw;
    height: auto;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 10px;
    display: flex;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .nav-link-copy {
    width: 20vw;
    height: 1vh;
    max-width: 400px;
    aspect-ratio: 2.39 / 1;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-left: -166px;
    margin-right: auto;
    padding: 3px 0 10px;
    font-size: 2.5vw;
    display: flex;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .section-2 {
    margin-top: -350px;
  }

  .heading-7 {
    font-size: 16px;
  }

  .section-6 {
    height: 40vh;
  }

  .image-6 {
    width: 14vw;
    height: 8vh;
    margin-left: 222px;
    padding-left: 0;
  }

  .paragraph-4 {
    height: 200px;
  }

  .combine-form_text-area-grey {
    min-width: 0;
  }

  .combine-form_label {
    margin-top: 3em;
  }

  .combine-form_input-grey {
    min-width: 0;
  }

  .combine-text-size-regular {
    align-self: center;
    margin-top: 10px;
    font-style: normal;
  }

  .combine-heading-style-h2 {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: -215px;
    font-size: 1.5rem;
    display: block;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery1_image {
    margin-top: 20px;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-text-size-regular-3 {
    text-align: center;
    margin-left: -22px;
    font-size: .7rem;
    line-height: .9rem;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-4 {
    margin-right: 20px;
  }

  .container-11 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .button-8 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    margin-top: 20px;
    margin-left: 23px;
    margin-right: 20px;
    display: block;
  }

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

  .button-10 {
    margin-top: 20px;
    margin-right: 20px;
  }

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

  .button-12 {
    margin-top: 20px;
    margin-left: 23px;
    margin-right: 20px;
  }

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

  .section-2-copy4 {
    margin-top: -717px;
  }

  .efi-paragraph-2 {
    font-size: 10px;
  }

  .efi-h4 {
    font-size: 12px;
  }

  .efi-ft-08-feature {
    margin-top: -30px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .heading-13 {
    font-size: 12px;
  }

  .list-item-4 {
    margin-top: 5px;
    display: block;
  }

  .list-item-5 {
    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;
    display: flex;
  }

  .nav-link-copy-1 {
    width: 200px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 0;
    padding: 3px 0 10px;
    font-size: 2.5vw;
    display: flex;
  }

  .nav-link-copy-2 {
    width: 25vw;
    height: 20px;
    object-fit: fill;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 41px;
    margin-left: 10px;
    margin-right: -16px;
    padding: 3px 0 10px;
    font-size: 2.5vw;
    display: flex;
    overflow: visible;
  }

  .image-12 {
    width: 150px;
    height: auto;
    margin-top: -17px;
    margin-left: 4px;
    padding-left: 0;
    display: inline-block;
  }

  .combine-gallery1_component-copy {
    grid-template-columns: 1fr 1fr;
  }

  .section-7 {
    height: 25vw;
    background-color: #000;
  }

  .link-block {
    margin-left: -4px;
  }

  .link-block.w--current {
    margin-left: -18px;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-icon {
    margin-right: 50px;
  }

  .image-15 {
    margin-left: 220px;
    display: inline-block;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .image-15-copy, .image-15-copy2 {
    margin-left: 220px;
    display: inline-block;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .container-5, .container-6 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    width: 48vw;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -2px;
    margin-left: 0;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 8px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    text-align: center;
    flex-wrap: nowrap;
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
  }

  .heading-9 {
    font-size: 12px;
    line-height: 20px;
  }

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

  .efi-frm-03-text-grid {
    grid-template-columns: 1fr;
  }

  .combine-form_label {
    margin-top: 30px;
  }

  .combine-text-size-regular {
    margin-top: 6px;
  }

  .combine-heading-style-h2 {
    margin-left: -9px;
  }

  .combine-padding-global, .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-11 {
    margin-top: -8px;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-4 {
    width: 150px;
    height: 200px;
  }

  .button41 {
    width: 150px;
    height: 200px;
    margin-top: 21px;
  }

  .button-8, .button-9, .button-10, .button-11, .button-12, .button-13 {
    width: 150px;
    height: 200px;
  }

  .section-2-copy4 {
    margin-top: -754px;
  }

  .efi-ft-08-feature {
    margin-top: -15px;
  }

  .efi-ft-08-cell, .combine-gallery1_component-copy {
    grid-template-columns: 1fr;
  }

  .image-15 {
    margin-left: 0;
  }

  .efi-ft-08-feature-copy {
    margin-top: -43px;
  }

  .image-15-copy {
    margin-left: 0;
  }

  .image-15-copy2 {
    margin-left: 201px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

#w-node-_54689bc5-1f54-bc18-7a96-ae67c7aefad7-00321637, #w-node-_54689bc5-1f54-bc18-7a96-ae67c7aefad7-0032163d, #w-node-_54689bc5-1f54-bc18-7a96-ae67c7aefad7-0032163e, #w-node-_4c5eadf0-9804-81eb-2329-def9958dce2a-0032163f, #w-node-_4c5eadf0-9804-81eb-2329-def9958dce32-0032163f, #w-node-_4c5eadf0-9804-81eb-2329-def9958dce3a-0032163f, #w-node-_4c5eadf0-9804-81eb-2329-def9958dce42-0032163f, #w-node-_54689bc5-1f54-bc18-7a96-ae67c7aefad7-0032163f, #w-node-daabe27c-f910-862b-035c-758a5c476a10-00321642, #w-node-daabe27c-f910-862b-035c-758a5c476a12-00321642, #w-node-daabe27c-f910-862b-035c-758a5c476a14-00321642, #w-node-daabe27c-f910-862b-035c-758a5c476a16-00321642, #w-node-daabe27c-f910-862b-035c-758a5c476a18-00321642, #w-node-daabe27c-f910-862b-035c-758a5c476a1a-00321642, #w-node-_2346c254-4d4d-1e5c-6692-1ec51fc9e09e-00321642, #w-node-_2346c254-4d4d-1e5c-6692-1ec51fc9e0a0-00321642, #w-node-_2346c254-4d4d-1e5c-6692-1ec51fc9e0a2-00321642, #w-node-_54689bc5-1f54-bc18-7a96-ae67c7aefad7-00321642 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


