:root {
  --black: black;
  --dark-slate-grey-2: #00ccf0;
  --dark-slate-grey: #1a585c;
  --white: white;
  --yellow-green: #7fb04a;
  --trans_purple: #7066a4;
  --imagefade: #0009;
  --sky-blue: #00ccf0;
  --green: #67d252;
  --trans_yellow: #f1b940;
  --crimson: #d9374e;
  --yellow: #d8b906;
  --red: #dc1432;
  --survey-border: #bbb;
  --sa: #fff0;
  --purple: #a72dcc;
  --teal: #00747e;
}

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

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

@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: #1a1b1f;
  text-transform: none;
  padding-top: 90px;
  font-family: Noah text, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 900;
  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: 25px;
  font-weight: 300;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 900;
  line-height: 34px;
}

h6 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

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

li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

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 {
  background-color: #ddd;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 60px;
  display: block;
}

.divider.smaller {
  margin-top: 22px;
  margin-bottom: 22px;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

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

.section.cc-store-home-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section.first {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.section.blank {
  display: none;
}

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

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

.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, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  opacity: .6;
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .4s, border-radius .4s, opacity .4s, color .4s;
}

.button:hover {
  border-color: var(--dark-slate-grey-2);
  opacity: 1;
  color: var(--dark-slate-grey-2);
  border-radius: 10px;
}

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  background-image: linear-gradient(360deg, var(--dark-slate-grey), var(--dark-slate-grey-2));
  border-radius: 10px;
  transition: transform .425s;
  display: block;
  position: relative;
}

.button.cc-contact-us:hover, .button.cc-contact-us:active {
  transform: scale(.9);
}

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

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.blank {
  display: none;
}

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

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

.label.cc-light {
  opacity: .6;
}

.label.cc-light.underline {
  font-style: italic;
  text-decoration: underline;
}

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

.label.head {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.heading-jumbo-tiny {
  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;
  font-size: 18px;
  line-height: 30px;
}

.heading-jumbo {
  z-index: 10;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  position: static;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

.logo-link {
  z-index: 1;
  align-items: center;
  display: flex;
}

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

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

.logo-link.w--current {
  opacity: 1;
  color: #1c1d22;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  z-index: 5;
  background-color: #fffc;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navigation-item:hover {
  opacity: .9;
}

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

.navigation-item.blank {
  display: none;
}

.logo-image {
  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 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

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

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

.intro-content.cc-homepage {
  z-index: 10;
  background-color: #ffffff85;
  margin-bottom: 20px;
  position: absolute;
}

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

.about-story-wrap {
  text-align: center;
  width: 80%;
  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;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

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

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

.get-in-touch-form {
  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::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

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

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

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
  display: none;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  display: none;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.team-member-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

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

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

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

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-content: stretch;
  align-items: start;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.about-grid.blank {
  display: none;
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 30px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.slide1 {
  background-image: url('../images/KOTIVIZIG0415Tiszatofeltoltes1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95vw;
}

.slide2 {
  background-image: url('../images/a-tisza-tavi-boeloembika-kilato.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testcontainer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 80vw;
}

.grid-wrapper {
  justify-content: space-between;
  min-width: 900px;
  max-width: 2000px;
  height: 70vh;
  display: flex;
}

.grid-element {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 58vh;
  padding-left: 30px;
  transition: color .5s, padding .5s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.grid-element:hover {
  color: var(--white);
  padding: 35vh 100px 0;
}

.grid-element._1 {
  background-color: #e78181;
}

.grid-element._2 {
  background-color: #bfba40;
}

.grid-element._3 {
  background-color: #4fcfdd;
}

.grid-element._4 {
  background-color: #5f3ddc;
}

.grid-element._5 {
  z-index: 5;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #e6e6e6;
  border-radius: 0;
  padding-top: 36vh;
  padding-left: 15px;
  transition: color .5s, padding .5s, opacity .2s;
  position: relative;
  overflow: hidden;
}

.grid-element._5:hover {
  padding-top: 25vh;
  padding-left: 8%;
}

.design-line {
  background-color: var(--yellow-green);
  width: 70px;
  height: 8px;
  margin-bottom: 8px;
  position: relative;
}

.heading {
  text-transform: uppercase;
  width: 100px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.heading.egysoros {
  line-height: 2.4;
}

.text-block {
  font-size: 25px;
  text-decoration: none;
}

.div-block {
  width: 16vw;
}

.gridphoto {
  z-index: -2;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: transform .5s, opacity .45s;
  position: absolute;
  inset: 0%;
}

.gridphoto:hover {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/tisza-to-kerekparut-tura-2020majus19-bringakor-csodalatosmagyaroszag-bringazas-tavasz34.jpg');
  background-size: auto, cover;
}

.gridphoto._5 {
  background-image: linear-gradient(to bottom, var(--trans_purple), var(--trans_purple));
  background-position: 0 0;
  background-size: auto;
}

.gridphoto._4 {
  background-color: var(--imagefade);
  background-image: linear-gradient(to bottom, var(--sky-blue), var(--sky-blue));
  background-position: 0 0;
  background-size: auto;
}

.gridphoto._3 {
  background-image: linear-gradient(to bottom, var(--green), var(--green));
  background-position: 0 0;
  background-size: auto;
}

.gridphoto._2 {
  background-image: linear-gradient(to bottom, var(--trans_yellow), var(--trans_yellow));
  background-position: 0 0;
  background-size: auto;
}

.gridphoto._1 {
  background-image: linear-gradient(to bottom, var(--crimson), var(--crimson));
  background-position: 0 0;
  background-size: auto;
}

.text-block-2 {
  font-size: 21px;
  position: relative;
}

.text-block-3 {
  position: relative;
}

.html-video {
  width: 100vw;
  margin-bottom: auto;
  display: flex;
}

.text-block-4 {
  z-index: 5;
  color: var(--white);
  font-size: 45px;
  line-height: 1.2;
  position: absolute;
  inset: 50% 50% 25% 16%;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 800;
}

.video-fade {
  z-index: 0;
  background-image: linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.first-section {
  margin-bottom: 90px;
  position: relative;
}

.image-background {
  background-image: url('../images/2-rét-csolnok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.image-background._1 {
  background-image: url('../images/kuszvago-cser-kilato-tisza-to-kenutura-bekatutaj-aktivmagyarorszag-csodalatosmagyarorszag.jpg');
}

.image-background._2 {
  background-image: url('../images/3-ejtősök.png');
}

.image-background.bevezeto {
  background-image: url('../images/04_cover_-perspective.jpg');
}

.image-background._3 {
  background-image: url('../images/1-csotó-12-akna.png');
}

.image-background._4 {
  background-image: url('../images/5-alagút.png');
}

.image-background._5 {
  background-image: url('../images/4-vityiló.png');
  background-position: 50% 70%;
}

.title-wrapper {
  z-index: 1;
  background-color: #fff;
  width: 65vw;
  padding: 30px 35px 35px;
  position: absolute;
  inset: 60vh auto auto 10%;
}

.heading-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.subtitle {
  color: #767676;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.text-block-6 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.blue-line {
  background-color: var(--sky-blue);
  width: 120px;
  height: 4px;
  margin-top: 30px;
}

.blue-line.horizontal {
  width: 8px;
  height: auto;
  margin-top: 0;
  margin-right: 15px;
}

.text-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  padding: 20px 40px 20px 250px;
  display: flex;
}

.id-zet {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.image-3.hover {
  transition: transform .5s;
}

.image-3.hover:hover {
  transform: scale(1.1);
}

.lightbox {
  border: 1px solid #ddd;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lightbox.noframe {
  border-style: none;
}

.lightbox.noframe.margins {
  margin-bottom: 28px;
}

.horizontal-text {
  margin-bottom: 30px;
  display: flex;
}

.picture-div {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.picture-div._6x6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  height: 800px;
  display: grid;
  overflow: hidden;
}

.container_wide {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 31px 40px;
  display: block;
}

.center-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-bottom: 0;
  display: flex;
}

.center-wrapper.first {
  height: auto;
  margin-top: 20vh;
}

.center-wrapper.margin {
  justify-content: flex-end;
  margin-bottom: 80px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 51px;
}

.button-wrapper {
  display: flex;
}

.heavy-button {
  color: #333;
  background-color: #0000;
  border: 2px solid #333;
  margin-left: 20px;
  margin-right: 30px;
  transition: transform .1s, color .5s, border-color .5s, border-radius .5s;
}

.heavy-button:hover {
  color: #00ccf0;
  border-color: #00ccf0;
  border-radius: 13px;
}

.heavy-button:active {
  transform: scale(.9);
}

.heavy-button.nav {
  opacity: .6;
  letter-spacing: 1px;
  border-width: 1.5px;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: opacity .5s, transform .1s, color .5s, border-color .5s, border-radius .5s;
}

.heavy-button.nav:hover {
  opacity: 1;
  color: var(--dark-slate-grey-2);
}

.heavy-button.nav.blank {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 40px;
  position: relative;
}

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

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

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-brand {
  transition: transform .5s;
}

.footer-brand:hover {
  transform: scale(.9);
}

.footer-copyright {
  text-align: right;
  font-size: 12px;
}

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

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

.container-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
  display: block;
}

.container-2.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.heading_inside {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}

.lottie_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.lottie_element {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.lottie {
  width: 200px;
  height: 200px;
  margin-bottom: -40px;
}

.lottie_name {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 3;
}

.hidden-segment_green {
  z-index: 10;
  background-color: #101010f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hidden-segment_green.open {
  display: flex;
}

.hidden-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1900px;
  max-height: 80vh;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.bouncing-box {
  background-color: #8080800d;
  flex-direction: column;
  transition: box-shadow .5s, background-color .5s;
  display: block;
}

.bouncing-box:hover {
  background-color: #0000;
  box-shadow: 0 0 15px 2px #00000024;
}

.heading_white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.2;
}

.heading_white.small {
  font-size: 35px;
}

.box-title {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}

.bounce-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 10%;
  font-size: 40px;
  font-weight: 400;
}

.close_button {
  z-index: 100;
  background-image: url('../images/cross-23.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 5% 5% auto auto;
}

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

.text-block-7 {
  color: #00ccf0;
  margin-bottom: 15px;
  font-weight: 700;
}

.text-block-7.green {
  color: var(--green);
}

.box-bottom-text {
  text-align: right;
  padding: 20px 35px;
  font-weight: 300;
  transition: color .5s;
}

.box-bottom-text:hover {
  color: #00ccf0;
}

.paragraph_white {
  color: #fff;
}

.paragraph_white.sorkiz-rt {
  text-align: justify;
}

.esem-ny_div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.3333%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.esem-ny_div.nobutton {
  justify-content: flex-start;
}

.esem-ny_wrapper {
  justify-content: flex-start;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heavy-button-2 {
  color: #333;
  background-color: #0000;
  border: 2px solid #333;
  margin-left: 20px;
  margin-right: 30px;
  transition: transform .1s, color .5s, border-color .5s, border-radius .5s;
}

.heavy-button-2:hover {
  color: #00ccf0;
  border-color: #00ccf0;
  border-radius: 13px;
}

.heavy-button-2:active {
  transform: scale(.9);
}

.nav_text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.background-video {
  width: 100vw;
  height: 80vh;
}

.heading-3 {
  margin-bottom: 0;
}

.text-span {
  color: var(--green);
}

.heading-5 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
}

.subtitle {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 300;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 50px;
}

.text-block_white {
  color: var(--white);
  line-height: 1.5;
}

.text-span-2 {
  color: var(--green);
}

.ws_lightbox_wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ws_lightbox_wrapper.blank, .ws_lightbox.hidden {
  display: none;
}

.blue-line-2 {
  background-color: #00ccf0;
  width: 120px;
  height: 2px;
  margin-top: 30px;
}

.blue-line-2._100 {
  width: 100%;
  margin-bottom: 31px;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

.lightbox-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.list {
  margin-top: 0;
}

.paragraph-2 {
  margin-bottom: 10px;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  color: #fff;
}

.hidden-segment_blue, .hidden-segment_yellow {
  z-index: 10;
  background-color: #101010f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.list-item, .list-item-2, .list-item-3 {
  color: var(--white);
}

.hidden-segment_red {
  z-index: 10;
  background-color: #101010f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-span-3 {
  color: #fff;
}

.yellow {
  color: var(--yellow);
}

.blue {
  color: var(--dark-slate-grey-2);
}

.red {
  color: var(--red);
}

.text-span-4 {
  color: #2793ff;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-11, .div-block-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-29, .div-block-30 {
  padding-right: 2px;
}

.div-block-31, .div-block-32 {
  padding-left: 2px;
}

.footer-circle {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 8px;
}

.timer-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: flex;
  position: absolute;
  inset: -3% auto auto;
}

.timer-wrapper.blind {
  display: none;
}

.timer {
  font-size: 22px;
  font-weight: 900;
}

.timer-element {
  font-size: 14px;
}

.center-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-align.padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.clickable {
  background-color: var(--imagefade);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 30px;
  padding-bottom: 0%;
  transition: transform .5s;
  display: flex;
  overflow: hidden;
}

.clickable:hover {
  transform: translate(0, -5px);
}

.clickable.j-v-k-p {
  background-color: #ed4f0c;
  justify-content: flex-start;
}

.clickable.misszi {
  background-color: #ffb121;
  justify-content: flex-start;
}

.clickable.v-zi {
  background-color: #0000;
  border: 5px solid #fff202;
}

.clickable.horizont-lis {
  border: 2px solid var(--black);
  background-color: #0000;
}

.clickable.horizont-lis.swot {
  border-width: 1px 0;
  border-radius: 0;
}

.clickable.tfog {
  border: 5px solid var(--green);
  background-color: #0000;
}

.clickable.ter-leti {
  border: 6px solid var(--dark-slate-grey-2);
  background-color: #0000;
}

.clickable.survey {
  border-top: 1px solid var(--survey-border);
  border-bottom: 1px none var(--survey-border);
  background-color: var(--sa);
  border-radius: 0;
  margin-bottom: 0;
}

.text-block-8 {
  text-align: center;
  width: 100%;
  height: 100%;
}

.text-block-10 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  line-height: 0;
  display: block;
}

.text-block-10.black {
  color: var(--black);
}

.text-block-10.black.swot {
  font-size: 25px;
  font-weight: 300;
}

.text-block-10.purple {
  color: var(--purple);
}

.text-block-10.green {
  color: var(--green);
}

.text-block-10.blue {
  color: var(--sky-blue);
}

.text-block-10.linediv {
  margin-top: 26px;
}

.text-block-10.survey {
  color: var(--black);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
}

.text-block-10.survey._2-line {
  text-align: center;
  margin-top: 10px;
  line-height: 22px;
}

.click_wrapper {
  display: block;
}

.clickable_text {
  color: var(--white);
  text-align: center;
  padding: 2% 5% 3%;
  font-size: 18px;
  font-weight: 700;
}

.clickable_text.black {
  color: var(--black);
}

.clickable_text.black.grid {
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 16px;
}

.clickable_text.nopadding {
  padding-left: 2%;
  padding-right: 2%;
  font-size: 19px;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 2%;
}

.grid-4.vizio {
  grid-template-rows: auto;
}

.grid-4.tfog {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: -1%;
  margin-left: 4%;
  margin-right: 4%;
}

.grid-4.swot {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.vizio-div {
  background-color: #fff202;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vizio-div.purple {
  background-color: var(--purple);
  width: 100%;
  padding-left: 19px;
  padding-right: 19px;
}

.vizio-div.absolut {
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.vizio-div.green {
  background-color: #c7f595;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}

.vizio-div.blue {
  background-color: var(--dark-slate-grey-2);
}

.vizio-div.red {
  background-color: var(--red);
}

.vizio-div.darkgreen {
  background-color: var(--green);
  width: 100%;
}

.dot-line {
  border-style: none none dotted;
  border-width: 4px 4px 5px;
  border-color: var(--imagefade);
  border-radius: 0;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-4 {
  height: 50px;
  margin-right: 12px;
}

.body {
  padding-top: 0;
}

.c-lrendszer_container {
  max-width: 750px;
  margin-top: -60px;
  margin-left: 40px;
  position: relative;
}

.image-5 {
  position: relative;
}

.c-lrendszer_click {
  width: 28%;
  height: 20%;
  position: absolute;
  inset: 38% auto 0% 5%;
}

.c-lrendszer_click._2 {
  width: 35%;
  height: 30%;
  top: 60%;
  left: 39%;
}

.c-lrendszer_click._3 {
  width: 35%;
  top: 5%;
  left: 52%;
}

.c-lrendszer_click._3.a {
  top: 5%;
}

.c-lrendszer_click._4 {
  width: 38%;
  height: 20%;
  top: 26%;
  left: 36%;
}

.c-lrendszer_click._5 {
  width: 22%;
  height: 28%;
  top: 62%;
  left: 12%;
}

.c-lrendszer_click._6 {
  height: 32%;
  top: 25%;
  left: 68%;
}

.c-lrendszer_click._1 {
  width: 24%;
  height: 24%;
  top: 37%;
  left: 33%;
}

.pop-up {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 15px 15px 4px;
  font-size: 14px;
  line-height: 1.35;
  position: relative;
  top: -100%;
}

.pop-up._5 {
  border: 4px solid var(--trans_purple);
  background-image: linear-gradient(#7066a426, #7066a426);
  top: -87%;
}

.pop-up._5.a {
  top: -58%;
}

.pop-up._2 {
  border: 4px solid var(--trans_yellow);
  background-image: linear-gradient(#f1b94026, #f1b94026);
  width: 110%;
  top: -87%;
  left: -5%;
}

.pop-up._4 {
  border: 4px solid var(--teal);
  background-image: linear-gradient(#00747e26, #00747e26);
  width: 180%;
  top: -62%;
  left: -58%;
}

.pop-up._3 {
  border: 4px solid var(--yellow-green);
  background-image: linear-gradient(#7fb04a26, #7fb04a26);
  width: 120%;
  top: -56%;
}

.pop-up._1 {
  border: 4px solid var(--crimson);
  background-image: linear-gradient(#d9374e26, #d9374e26);
  width: 140%;
  top: -120%;
  left: -20%;
}

.list-2 {
  margin-top: 7px;
  margin-bottom: 15px;
}

.text-block-11 {
  font-family: Noah text, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tfogo-div {
  background-color: var(--green);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 100px;
  display: flex;
  position: relative;
}

.number-list {
  list-style-type: decimal;
}

.list-3 {
  margin-top: -20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.projekt_ert_grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .75fr;
  place-content: center;
  place-items: center start;
  font-size: 15px;
}

.list-4 {
  margin-top: 6px;
  margin-bottom: 0;
  list-style-type: square;
}

.image-6 {
  margin-bottom: 30px;
}

.elv-laszt-s {
  background-color: var(--black);
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.csel_grid {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border: 1px solid #00000040;
  border-radius: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.csel_header {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}

.csel_tev {
  text-align: left;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1.4;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.csel_grid_lightbox {
  display: none;
}

.text-span-5 {
  font-size: 20px;
}

.image-background-hero {
  background-image: url('../images/Bukkszentkereszt-03.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 80vh;
}

.div-block-33 {
  background-image: url('../images/pexels-lukas-590022.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.list-5 {
  list-style-type: decimal;
}

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

.survey-image {
  width: 75%;
  margin-bottom: 20px;
}

.problem-wraper-2 {
  align-items: center;
  display: flex;
}

.tabs, .div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  height: 200px;
  margin-bottom: 20px;
}

.div-block-35 {
  display: none;
}

.list-item-4 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10%;
  list-style-type: square;
}

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

.list-7 {
  list-style-type: none;
}

.photowrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.image-8 {
  width: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-9 {
  width: 75%;
}

.swot_wrapper {
  border: 0 solid #c2c2c2;
  border-radius: 10px;
  padding: 10px;
}

.swot_heading {
  text-align: left;
  text-decoration: none;
}

.swot_list {
  margin-bottom: 0;
  list-style-type: square;
}

.list-item-5 {
  margin-bottom: 0;
}

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

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .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 {
    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 {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

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

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

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

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .grid-wrapper {
    flex-direction: column;
    min-width: 0;
    height: auto;
  }

  .grid-element._5 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-color: #ebebeb;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 15px;
  }

  .grid-element._5:hover {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .heading {
    width: auto;
  }

  .heading.egysoros {
    line-height: 1.2;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block-4 {
    left: 9%;
    right: 35%;
  }

  .text-block-5 {
    font-size: 45px;
  }

  .first-section {
    margin-bottom: 0;
  }

  .image-background, .image-background._1 {
    height: 60vw;
  }

  .title-wrapper {
    display: block;
  }

  .heading-4.subtitle {
    font-size: 25px;
  }

  .text-container {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 20px;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .heavy-button {
    justify-content: center;
    font-size: 15px;
    display: flex;
  }

  .footer-container, .container-2 {
    max-width: 728px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .esem-ny_div {
    width: auto;
    margin-bottom: 40px;
  }

  .esem-ny_wrapper {
    flex-direction: column;
  }

  .heading-6 {
    font-size: 35px;
  }

  .timer-wrapper {
    top: -2%;
  }

  .center-align.padding {
    padding-left: 0;
  }

  .clickable_text {
    font-size: 17px;
  }

  .pop-up {
    padding: 2px 7px;
    font-size: 14px;
  }

  .elv-laszt-s {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .csel_grid {
    grid-column-gap: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }

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

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

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

  .container {
    text-align: center;
  }

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

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

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .heading {
    font-size: 22px;
  }

  .text-block-5 {
    font-size: 40px;
  }

  .first-section {
    margin-bottom: 0;
  }

  .image-background, .image-background._1 {
    height: 40vh;
  }

  .title-wrapper {
    width: auto;
    padding: 0 30px;
    position: static;
    left: 0%;
    right: 0;
  }

  .heading-4.subtitle {
    font-size: 18px;
  }

  .text-container {
    padding-left: 40px;
    padding-right: 0;
  }

  .picture-div._6x6 {
    grid-template-rows: minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr) minmax(170px, 1fr);
    grid-template-columns: 1fr;
    height: auto;
  }

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

  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
    place-content: center;
    width: 100%;
  }

  .footer-copyright {
    margin-top: 21px;
    font-size: 10px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

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

  .close_button {
    display: none;
  }

  .text-block-7.green {
    margin-bottom: 0;
  }

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

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .text-block_white {
    margin-bottom: 20px;
  }

  .heading-6, .heading-7, .heading-8 {
    font-size: 25px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-block-10 {
    font-size: 25px;
  }

  .text-block-10.survey {
    font-size: 15px;
  }

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

  .grid-4.vizio {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4.tfog {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .vizio-div.blue {
    width: 100%;
  }

  .c-lrendszer_click, .text-block-11 {
    display: none;
  }

  .tfogo-div {
    height: auto;
  }

  .projekt_ert_grid {
    grid-template-columns: .25fr 1fr;
  }

  .csel_grid {
    display: none;
  }

  .html-embed {
    height: 400px;
    overflow: hidden;
  }

  .csel_grid_lightbox {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .div-block-33 {
    height: 400px;
  }

  .tabs, .div-block-34 {
    display: none;
  }

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

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

  h5 {
    font-size: 12px;
  }

  p {
    font-size: 15px;
    line-height: 28px;
  }

  .button.cc-jumbo-button {
    padding: 10px 15px;
  }

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

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

  .heading-jumbo-small {
    font-size: 25px;
    line-height: 40px;
  }

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

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

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

  .collection-list-wrapper {
    display: none;
  }

  .heading {
    text-align: left;
  }

  .text-block {
    font-size: 12px;
  }

  .text-block-3 {
    text-align: left;
  }

  .text-block-4 {
    font-size: 35px;
    right: 12%;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .video-fade {
    background-image: linear-gradient(#0003, #0003);
  }

  .title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .id-zet {
    font-size: 15px;
  }

  .container_wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heavy-button {
    text-align: center;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

  .blue-line-2._100 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .heading-7, .heading-8 {
    font-size: 18px;
  }

  .clickable.misszi {
    background-color: #ff9500;
  }

  .text-block-10.black {
    color: var(--black);
  }

  .text-block-10.survey {
    font-size: 12px;
  }

  .clickable_text {
    font-size: 14px;
  }

  .vizio-div {
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 6px;
    position: relative;
  }

  .vizio-div.absolut {
    margin-top: 0;
    position: relative;
  }

  .projekt_ert_grid {
    grid-template-columns: .25fr 1.25fr;
  }

  .elv-laszt-s {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .text-block-12 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

#days.w-node-_0c46359f-8600-86e3-885a-15c90131e962-f5c7f6a8, #hours.w-node-_0c46359f-8600-86e3-885a-15c90131e964-f5c7f6a8, #minutes.w-node-_0c46359f-8600-86e3-885a-15c90131e966-f5c7f6a8, #seconds.w-node-_0c46359f-8600-86e3-885a-15c90131e968-f5c7f6a8, #w-node-_0c46359f-8600-86e3-885a-15c90131e96a-f5c7f6a8, #w-node-_0c46359f-8600-86e3-885a-15c90131e96c-f5c7f6a8, #w-node-_0c46359f-8600-86e3-885a-15c90131e96e-f5c7f6a8, #w-node-_0c46359f-8600-86e3-885a-15c90131e970-f5c7f6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d113-f5c7f6a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3f704d3-fd78-30b6-18dc-a24a14220073-f5c7f6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d120-f5c7f6a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d12b-f5c7f6a8, #w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d12d-f5c7f6a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d138-f5c7f6a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4c8bdd15-567d-abca-6589-375130403b69-30403b61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4c8bdd15-567d-abca-6589-375130403b6b-30403b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f5c7f733 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f5c7f733 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-f5c7f733 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-f5c7f733 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-f5c7f733 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_49d9e32f-1c3c-8b46-403f-d0138dc6eff7-f5c7f736 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4b3a95c6-4652-4e2e-f806-f0905d5eadec-f5c7f736, #w-node-f3fe339b-39d4-5860-2be4-1b2402b12d29-f5c7f736, #w-node-_79b90910-1084-6280-686e-41e822e3be64-f5c7f736, #w-node-ad800cfc-b8f6-727c-654e-9008f3ba436c-f5c7f736, #w-node-_6ad5c94c-bdd5-7807-e7da-e9868e4ae652-f5c7f736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39a1c327-4fee-b9c2-52af-4c9f01b212f4-f5c7f737, #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-f5c7f737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7793b45b-bd87-d704-dfa7-379c0fba53b5-f5c7f737, #w-node-_3705db49-7613-d418-fa00-23234201362b-f5c7f737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a3-f5c7f737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a6-f5c7f737, #w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a9-f5c7f737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-f5c7f737, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-f5c7f737 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-f5c7f73a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f5c7f73a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f5c7f73a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f5c7f73a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f5c7f73a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f5c7f73a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f40b8c7b-8bce-cd4a-5314-acad05e65edd-f5c7f73b, #w-node-_3dde9f68-2da0-832b-8bff-f96c56fbccd5-f5c7f73b, #w-node-_0c00ae16-a69c-a229-f899-1c937dce4fde-f5c7f73b, #w-node-aeec45d7-35ba-8cfa-3aab-fc8fab717a18-f5c7f73b, #w-node-_5e88f2db-2e09-cd0a-2586-e21d315b6ead-f5c7f73b, #w-node-f3d4c30b-55e6-3824-d53c-34967b476a61-f5c7f73b, #w-node-_968fe212-91e3-e872-a7b4-ac77ced9bd72-f5c7f73b, #w-node-cec82e7d-b8c1-03c9-719b-acd7125cb9ef-f5c7f73b, #w-node-b49bd1ca-df07-ba4e-57ce-d548cd9077c8-f5c7f73b, #w-node-_0ae71a8f-8567-bbb2-9f74-594eb0e73980-f5c7f73b, #w-node-_8b454809-c909-b28d-54eb-4e34a807cc95-f5c7f73b, #w-node-ad7b54d0-2e9e-4872-dc2a-c26111641582-f5c7f73b, #w-node-a0df032e-bc94-7162-afb0-3ede682ac2a6-f5c7f73b, #w-node-_838bc82e-b603-dae2-ab7a-5763798f2102-f5c7f73b, #w-node-_5068fbbd-8991-d182-912f-553f9dc3f4df-f5c7f73b, #w-node-a40f2bf4-21ce-af05-8410-a6d405d5b5c4-f5c7f73b, #w-node-_88861a02-b445-f2bb-7672-494fc074b0e3-f5c7f73b, #w-node-ddf2cfbd-5149-6208-ef92-fb38ed7520b8-f5c7f73b, #w-node-_2aff74ca-c567-eb2c-9e3e-e61e0aaba11e-f5c7f73b, #w-node-_42a7c968-261e-38f1-70c1-47b39faffa9a-f5c7f73b, #w-node-a88ec27b-5a0c-fcb9-9709-d69c38ae71eb-f5c7f73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a88ec27b-5a0c-fcb9-9709-d69c38ae71f2-f5c7f73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a739ba6a-11ec-2199-2f6f-404006acd7d2-f5c7f73d, #w-node-_85737077-322b-fe04-c19b-c4357ad86b6b-f5c7f73d, #w-node-b5539b45-d338-0271-03e4-f632d9f11a75-f5c7f73d, #w-node-c3b21e15-b5b6-c00b-b261-0978200b9b58-f5c7f73d, #w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4a82-f5c7f73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4a9c-f5c7f73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eb1d63a7-f0ea-1313-a1a0-7ee74082c8e8-f5c7f73d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4a9f-f5c7f73d, #w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4ac4-f5c7f73d, #w-node-_81a8eddb-5393-d4bb-c820-7b2da27d4aed-f5c7f73d, #w-node-_0b84f9b8-92f6-30dd-be22-8ba1a2c6ab53-f5c7f73d, #w-node-_1a06c1ae-a2d8-afb8-90eb-8ea52549554e-f5c7f73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a06c1ae-a2d8-afb8-90eb-8ea52549556d-f5c7f73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_39a1c327-4fee-b9c2-52af-4c9f01b212f4-f5c7f73f, #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7793b45b-bd87-d704-dfa7-379c0fba53b5-f5c7f73f, #w-node-_3705db49-7613-d418-fa00-23234201362b-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a3-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a6-f5c7f73f, #w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a9-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-f5c7f73f, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-f5c7f73f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a764a358-facd-31db-d630-37c0fc00be95-f5c7f73f, #w-node-a764a358-facd-31db-d630-37c0fc00be99-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a764a358-facd-31db-d630-37c0fc00be9c-f5c7f73f, #w-node-a764a358-facd-31db-d630-37c0fc00be9f-f5c7f73f, #w-node-_49d595ba-01fc-fb80-74b1-7ad26e60a09b-f5c7f73f, #w-node-_85b05156-f723-ca8f-df52-23231f2d2372-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a764a358-facd-31db-d630-37c0fc00bea7-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a764a358-facd-31db-d630-37c0fc00beaa-f5c7f73f, #w-node-a764a358-facd-31db-d630-37c0fc00bead-f5c7f73f, #w-node-_84bd6bdf-fa50-000e-ba17-f65e7ba85ec9-f5c7f73f, #w-node-_5d23fa11-212e-56a1-8b2d-c7b51b6a8b10-f5c7f73f, #w-node-_9fd302e6-b9de-9bfe-efc6-4ff83e557eeb-f5c7f73f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a764a358-facd-31db-d630-37c0fc00beb3-f5c7f73f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_520bab3c-8b2f-6d38-9106-d236762458fa-f5c7f73f, #w-node-_3acc1b79-6720-ee5a-b90d-ddbdcbf071b0-f5c7f73f, #w-node-e8611f23-1de0-a5a9-42df-290afccd6bea-f5c7f73f, #w-node-bb088baa-00e4-98c2-58ca-b34f1d0ea2f8-f5c7f73f, #w-node-fe1b61b9-9a51-373f-7963-ad90ff3865f9-f5c7f73f {
  align-self: center;
}

#w-node-_39a1c327-4fee-b9c2-52af-4c9f01b212f4-f5c7f740, #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7793b45b-bd87-d704-dfa7-379c0fba53b5-f5c7f740, #w-node-_3705db49-7613-d418-fa00-23234201362b-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a3-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a6-f5c7f740, #w-node-acb4fd24-e3d9-5eaf-5610-a242d52211a9-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-f5c7f740, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-f5c7f740 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a764a358-facd-31db-d630-37c0fc00be95-f5c7f740, #w-node-a764a358-facd-31db-d630-37c0fc00be99-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a764a358-facd-31db-d630-37c0fc00be9c-f5c7f740, #w-node-a764a358-facd-31db-d630-37c0fc00be9f-f5c7f740, #w-node-_49d595ba-01fc-fb80-74b1-7ad26e60a09b-f5c7f740, #w-node-_85b05156-f723-ca8f-df52-23231f2d2372-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a764a358-facd-31db-d630-37c0fc00bea7-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a764a358-facd-31db-d630-37c0fc00beaa-f5c7f740, #w-node-a764a358-facd-31db-d630-37c0fc00bead-f5c7f740, #w-node-_84bd6bdf-fa50-000e-ba17-f65e7ba85ec9-f5c7f740, #w-node-_5d23fa11-212e-56a1-8b2d-c7b51b6a8b10-f5c7f740, #w-node-_9fd302e6-b9de-9bfe-efc6-4ff83e557eeb-f5c7f740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a764a358-facd-31db-d630-37c0fc00beb3-f5c7f740 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_520bab3c-8b2f-6d38-9106-d236762458fa-f5c7f740, #w-node-_3acc1b79-6720-ee5a-b90d-ddbdcbf071b0-f5c7f740, #w-node-e8611f23-1de0-a5a9-42df-290afccd6bea-f5c7f740, #w-node-bb088baa-00e4-98c2-58ca-b34f1d0ea2f8-f5c7f740, #w-node-fe1b61b9-9a51-373f-7963-ad90ff3865f9-f5c7f740 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d113-f5c7f6a8, #w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d120-f5c7f6a8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d12b-f5c7f6a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d12d-f5c7f6a8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5dcfd71a-10dc-0ed8-c731-e1edf013d138-f5c7f6a8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f5c7f733, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-f5c7f733 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-f5c7f733 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-f5c7f73a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f5c7f73a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f5c7f73a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f5c7f73a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f5c7f73a {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c8bdd15-567d-abca-6589-375130403b69-30403b61 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_4c8bdd15-567d-abca-6589-375130403b6b-30403b61 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_49d9e32f-1c3c-8b46-403f-d0138dc6eff7-f5c7f736 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-f5c7f737, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-f5c7f737, #w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-f5c7f73f, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-f5c7f73f, #w-node-a764a358-facd-31db-d630-37c0fc00beb3-f5c7f73f, #w-node-_730e85ed-156b-e82c-dbd4-de851fcaafd4-f5c7f740, #w-node-_9a38ca9a-f34d-848d-b6bc-59b74e7ae605-f5c7f740, #w-node-a764a358-facd-31db-d630-37c0fc00beb3-f5c7f740 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-f5c7f737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-f5c7f73a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-f5c7f73a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-f5c7f73a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-f5c7f73a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-f5c7f73a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-f5c7f73f, #w-node-a764a358-facd-31db-d630-37c0fc00be99-f5c7f73f, #w-node-b538c46f-d09e-fea7-8e9a-12478ba35de3-f5c7f740, #w-node-a764a358-facd-31db-d630-37c0fc00be99-f5c7f740 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Black-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Bold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-UltraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noah text';
  src: url('../fonts/Noah-Text-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}