:root {
  --kether-orange: #f26921;
  --black: black;
  --white: white;
  --bg-grey: #fafafa;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--accent--primary-1: var(--kether-orange);
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --dark-grey: #b3b3b3;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --dark-grey-2: #999;
  --green: #48944f;
  --walsh--black: #2c2c2c;
  --walsh--walsh-dark-green: #204f58;
  --walsh--walsh-light-green: #c2ecd5;
  --walsh--walsh-mid-green: #47888a;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 10px;
}

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

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

blockquote {
  border-color: var(--kether-orange) var(--kether-orange) var(--kether-orange) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 9999;
  color: var(--kether-orange);
  cursor: pointer;
  background-color: #00000087;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-container {
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heroheader {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -12vh;
  padding: 0;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.heroheadercontainer {
  perspective: 2000px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  display: flex;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 78px;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: var(--black);
  font-family: Exo, sans-serif;
}

.button {
  background-color: var(--kether-orange);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
  font-family: Exo, sans-serif;
}

.container {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 220px;
  position: relative;
}

.container.cc-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
}

.h2.cc-center-sub {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 300%;
  font-weight: 500;
  display: flex;
}

.h2subcontainer {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 90px;
  display: flex;
}

.h2subcontainer.cc-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vh;
  margin-bottom: 0;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--kether-orange);
  margin-bottom: 0;
}

.h3.cc-header {
  color: var(--kether-orange);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
  text-decoration: none;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/0A038E18-F78A-4DED-9C91-534D4A2A8B4A.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/IMG_20220122_155817.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_20210326_104908.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: var(--kether-orange);
  background-image: linear-gradient(162deg, var(--kether-orange) 20%, white);
  flex-flow: column;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--kether-orange);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: var(--kether-orange);
}

.cta-column {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.header-inner {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/277783492_323766956516571_5649664326168415662_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/IMG_20220712_134431.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 0;
}

.header-inner-content {
  width: 57%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.inner-category {
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 0;
  display: flex;
}

.premium-image-banner {
  background-image: linear-gradient(#0000006b, #0000006b);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 40px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underline {
  background-color: #f26921;
  width: 0%;
  height: 2px;
  margin-top: 0;
}

.nav-link-box {
  padding: 20px;
  text-decoration: none;
}

.nav-text {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.textspan1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--kether-orange);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 150%;
  font-weight: 600;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000000a1 15%, #fff), url('../images/277783492_323766956516571_5649664326168415662_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
}

.contactbutton {
  float: right;
  border: 2px solid var(--kether-orange);
  background-color: var(--kether-orange);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  transition: background-color .2s, color .2s;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto auto;
}

.contactbutton:hover {
  color: var(--black);
  background-color: #fff;
}

.div-block-5 {
  border: 2px solid var(--kether-orange);
  color: var(--kether-orange);
  cursor: pointer;
  text-decoration: none;
  transition: background-color .2s;
}

.div-block-5:hover {
  background-color: #fff;
}

.solarhelpfeaturebuttonlogo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0;
}

.solarhelpfeaturebuttontext {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.napelemelonyeiwrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.monitorozascontainer {
  background-color: var(--kether-orange);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 220px;
  margin-right: 0;
  padding: 20px 200px 20px 20px;
  display: flex;
}

.monitorozasdesc {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
}

.napelemelonyei {
  border: 1px solid var(--kether-orange);
  background-color: var(--kether-orange);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.napelemelonyei:hover {
  background-color: var(--white);
  color: var(--black);
}

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

.shadow-two {
  margin-left: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.monitorozasheading {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.szolgaltatasokh2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
}

.szolgaltatasokslider {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
  padding-right: 40px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.szolgaltatasok {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.szolgaltatasoksubtitle {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
}

.nepelemelonyei {
  color: var(--black);
  font-family: Exo, sans-serif;
}

.napelemelonyei_sub {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
}

.solarhelphero {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/solarhelpbg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 240px 30px 0;
  display: flex;
}

.monitorozasvideo {
  background-image: linear-gradient(#0000002e, #0000002e);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 120vh;
  display: flex;
  position: relative;
}

.text-span-4 {
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.h2container {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.h2container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.napelemelonyeiisplit, .napelemelonyeikepsplit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.szolgaltatasokcontainer {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.monitorozasesfelugyeletbutton {
  border: 1px solid var(--kether-orange);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.monitorozasesfelugyeletbutton:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

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

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  min-width: 200px;
  max-width: 200px;
  min-height: 100px;
  max-height: 100px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-new-btn-text {
  color: var(--kether-orange);
  text-transform: none;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.rt-all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 22px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.rt-all-btn.rt-padding-zero {
  padding: 0;
}

.rt-all-btn.rt-padding-zero.rt-btn-color-midnight-blue {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-all-btn-block {
  height: 24px;
  line-height: 25px;
  overflow: hidden;
}

.rt-old-btn-text-2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.rt-old-btn-text-2.rt-btn-text-change {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.rt-btn-image-block {
  align-items: center;
  width: 24px;
  height: 11px;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.rt-btn-red-arrow {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-about-two-choose-us-icon {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  min-width: 200px;
  max-width: 200px;
  min-height: 100px;
  max-height: 100px;
  font-family: Exo, sans-serif;
}

.rt-app-development-future-strategy-icon-box {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.rt-app-development-future-strategy-icon-box.rt-box-shadow {
  min-width: 250px;
  max-width: 200px;
  margin: 40px 0 40px 40px;
  padding-bottom: 30px;
  transition: box-shadow .35s;
}

.rt-app-development-future-strategy-icon-box.rt-box-shadow:hover {
  box-shadow: 0 2px 20px 2px var(--kether-orange);
}

.rt-app-development-future-strategy-icon {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.image-7 {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.iconsolarhelp {
  max-width: 84px;
  max-height: 80px;
}

.walsh-heading-large {
  color: var(--bg-grey);
  letter-spacing: 0;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-one-hero-heading-flex-3 {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-autofit-8 {
  object-fit: cover;
}

.rt-autofit-8.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-8.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  overflow-wrap: normal;
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}

.rt-home-three-discover-right-3 {
  flex: 0 50%;
  max-width: 38%;
  position: relative;
}

.rt-home-three-discover-left-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex-3 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-margin-bottom-thirty-5 {
  text-align: justify;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
}

.rt-home-three-discover-right-background-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading-3 {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-home-three-expertise-heading-3.rt-margin-none-3 {
  padding-left: 0;
}

.rt-margin-none-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-10 {
  margin-bottom: 20px;
}

.bold-text-2 {
  text-align: justify;
}

.orangefeaturecontainer {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.orangerfeaturegrid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: .25fr;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.orangefeatureimagedivblock {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.solarhelpfeaturetextdivblock {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 2em 4em;
  display: flex;
}

.solarhelpfeaturebuttondivblock {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-heading-medium-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-paragraph-white {
  color: var(--white);
  text-align: justify;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.solarhelpfeatureimagee {
  object-fit: cover;
  width: 40vh;
  height: 50vh;
  overflow: visible;
}

.solarhelpfeaturetitledivblock {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.solarhelpfeaturetextlogoimage {
  max-width: 70px;
  margin-right: 20px;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: 3;
  object-fit: contain;
  object-position: 50% 50%;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-background-darkgreen {
  position: relative;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start end;
  width: 100%;
  position: relative;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Exo, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Exo, sans-serif;
}

.rt-component-container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  display: flex;
  position: relative;
}

.rt-help-section-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-help-section-image {
  object-fit: cover;
  width: 100%;
}

.rt-help-section-orange-box {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  max-width: 500px;
  padding: 35px 80px 35px 60px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-orange-box-inside {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.rt-telepohone-image {
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-8 {
  text-decoration: none;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---mg-bottom-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---subtitle {
  color: var(--kether-orange);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image {
  object-fit: fill;
  background-image: linear-gradient(#000000f7, #000000f7);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-content-section-v6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---square-icon-56px {
  border-radius: 8px;
  width: 56px;
}

.triangleup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 10vw solid #0000;
  border-left: 100vw solid var(--kether-orange);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.szolg {
  color: var(--elements-webflow-library--neutral--800);
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.szolgh1 {
  color: #fff;
  letter-spacing: -1px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 59px;
  font-weight: 400;
  line-height: 78px;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---mg-bottom-3 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 100px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---team-v11-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.brix---paragraph-default-3 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---card-team-v11 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  pointer-events: none;
  transform-style: preserve-3d;
  border-radius: 24px;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
}

.brix---card-team-v11:hover {
  box-shadow: 0 2px 5px 0 var(--kether-orange), 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  pointer-events: none;
  color: var(--elements-webflow-library--neutral--600);
  transform: scale3d(.96, .96, 1.01);
}

.brix---image-team-v11 {
  object-fit: cover;
  width: 300px;
  height: 300px;
  margin-top: 40px;
}

.brx---content-inside-card-team-member-v11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  padding: 40px 28px;
  display: flex;
}

.brix---grid-team-v11 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start;
  display: grid;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  border: 1px solid var(--kether-orange);
  background-color: var(--white);
  color: var(--kether-orange);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-link {
  color: var(--kether-orange);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---image-2 {
  aspect-ratio: auto;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.brix---instagram-grid-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image-full-width {
  aspect-ratio: 3 / 2;
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.triangledown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 10vw solid var(--kether-orange);
  border-right: 100vw solid #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.solarhelpfeaturebutton {
  border: 2px solid var(--white);
  color: var(--white);
  cursor: pointer;
  font-family: Exo, sans-serif;
  transition: background-color .2s;
}

.solarhelpfeaturebutton:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

.containerszolgaltatsok {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-top: 180px;
  margin-bottom: 180px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.headerszolgaltatasok {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_20210321_130739.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
}

.orangefeaturedivblock {
  background-color: var(--kether-orange);
}

.feature2textpartdivblock {
  background-color: #fff;
}

.whitefeaturecontainer {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.whitefeaturegrid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: start;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.whitefeatureimagedivblock {
  justify-content: center;
  align-items: flex-end;
  width: 40vh;
  height: 50vh;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.feature2textdivblock {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.feature2image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 40vh;
  height: 50vh;
  overflow: hidden;
}

.feature2titledivblock {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature2textlogoimage {
  max-width: 70px;
  margin-right: 20px;
}

.feature2buttondivblock {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.feature2buttondivblock:hover {
  background-color: var(--kether-orange);
}

.feature2button {
  border: 2px solid var(--kether-orange);
  color: var(--kether-orange);
  cursor: pointer;
  font-family: Exo, sans-serif;
  transition: background-color .2s;
}

.feature2button:hover {
  background-color: var(--kether-orange);
  color: var(--white);
}

.feature2buttonlogo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0;
}

.feature2buttontext {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.walsh-heading-medium-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-paragraph-black {
  color: var(--black);
  text-align: justify;
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.feature2imagedivblock {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.contactheader {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.solarhelpfeatureimagespread {
  object-fit: none;
  width: 40vh;
  height: 50vh;
  overflow: visible;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---accordion-item-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

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

.triangleupwhite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 10vw solid #0000;
  border-left: 100vw solid var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.headerinnergyik {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/277783492_323766956516571_5649664326168415662_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.headerinnergyik.ccheaderextragyik {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/277782716_323766986516568_8476773508114648035_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 0;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---text-200 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

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

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  border: 1px solid var(--kether-orange);
  background-color: var(--white);
  color: var(--kether-orange);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold-2 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---text-300-bold {
  color: var(--black);
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.feature2buttonlogowhite {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0;
}

.feature1button {
  border: 2px solid var(--white);
  color: var(--white);
  cursor: pointer;
  font-family: Exo, sans-serif;
  transition: background-color .2s;
}

.feature1button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--kether-orange);
}

.feature1buttontext {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.brix---container-default-end {
  max-width: 1218px;
  margin-bottom: 85px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---section-position-relative-2 {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}

.brix---image-width-100 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 491px;
  max-width: 491px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---gallery-v10-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 130%;
  display: flex;
}

.brix---image-width-first {
  object-fit: cover;
  object-position: 50% 50%;
  width: 491px;
  max-width: 491px;
  display: block;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---card-top-bg {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 172px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 48px;
}

.brix---square-icon-large {
  border-radius: 24px;
  max-width: 112px;
}

.brix---sectionkezdolap {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 176px;
}

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

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

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.brix---button-row-margin-2 {
  margin-right: 16px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-2 {
  background-color: var(--kether-orange);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---z-index-2 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-v11-section-2 {
  align-items: center;
  min-height: 60vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---cta-v11-half-bg-right-2 {
  background-image: linear-gradient(#0009, #0009);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---cta-v11-half-bg-left-2 {
  background-image: linear-gradient(#0009, #0009);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.brix---grid-cta-v11-2 {
  grid-column-gap: 210px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.headerpartnereink {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2383.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
}

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

.headerreferencia {
  background-color: var(--kether-orange);
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_20220122_155817.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
}

.fs-instagramfeed-3_list-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 1rem;
  position: relative;
  overflow: clip;
}

.fs-instagramfeed-3_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.fs-instagramfeed-3_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  max-width: 30rem;
  display: flex;
}

.fs-instagramfeed-3_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  min-width: 0;
  height: auto;
  min-height: 1rem;
  display: flex;
}

.fs-instagramfeed-3_instance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-instagramfeed-3_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.fs-instagramfeed-3_arrow {
  width: 1rem;
  line-height: 0;
}

.fs-instagramfeed-3_data {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-instagramfeed-3_icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.fs-instagramfeed-3_number {
  font-size: 1rem;
  font-weight: 700;
}

.fs-instagramfeed-3_fc-instagramfeed_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 33.33%;
  display: grid;
}

.fs-instagramfeed-3_instagram-headerxspacebetween {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #eee;
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.fs-instagramfeed-3_previous, .fs-instagramfeed-3_next {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  border-radius: 999rem;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.fs-instagramfeed-3_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-instagramfeed-3_user {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.fs-instagramfeed-3_username {
  font-size: .875rem;
}

.fs-instagramfeed-3_styles {
  display: none;
}

.fs-instagramfeed-3_icon-2 {
  width: 1rem;
  line-height: 0;
}

.fs-instagramfeed-3_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.fs-instagramfeed-3_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fs-instagramfeed-3_name {
  font-size: 1.5rem;
  font-weight: 500;
}

.fs-instagramfeed-3_stats {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.fs-instagramfeed-3_image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999rem;
  width: 3.5rem;
}

.fs-instagramfeed-3_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-container.rt-container-full {
  max-width: none;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-auto-fit-two {
  object-fit: cover;
}

.rt-display-off {
  display: none;
}

.rt-top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text.rt-change-style-two {
  color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  letter-spacing: 0;
  font-size: 13px;
}

.rt-top-heading-text.rt-text-blue {
  color: var(--kether-orange);
  font-family: Exo, sans-serif;
}

.rt-home-one-top-heading-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-home-one-offer-image {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-home-one-offer-item {
  cursor: pointer;
  border-left: 1px solid #e1d6d3;
  border-right: 1px solid #e1d6d3;
  flex: none;
  padding-left: 40px;
  padding-right: 40px;
}

.rt-home-one-offer-left-arrow {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 5% auto auto 80%;
}

.rt-home-one-offer {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.rt-home-one-offer-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.rt-home-one-offer-right-arrow {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  inset: 5% 5% auto auto;
}

.rt-heading-five-10 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.rt-heading-five-10.rt-change-color-white {
  color: #fff;
}

.rt-home-one-offer-mask {
  max-width: 744px;
  overflow: visible;
}

.rt-home-one-offer-text {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-home-one-offer-slider {
  background-color: #ddd0;
  height: auto;
  position: static;
}

.rt-home-one-offer-heading {
  max-width: 540px;
}

.rt-home-one-offer-heading.rt-overflow-hidden {
  overflow: hidden;
}

.rt-inner-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.rt-inner-container.rt-position-relative {
  position: relative;
}

.rt-home-one-top-heading-line-2 {
  background-color: #c99b8f;
  width: 62px;
  height: 1px;
}

.rt-home-one-top-heading-line-2.rt-colour-blue {
  background-color: var(--kether-orange);
}

.rt-home-one-offer-wrapper {
  flex: none;
  margin-right: -30vw;
  padding-top: 40px;
  overflow: hidden;
}

.rt-home-one-offer-image-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #1670f8, #fff0 58%);
  position: absolute;
  inset: 0%;
}

.rt-position-relative {
  position: relative;
}

.heading {
  color: var(--black);
  font-family: Exo, sans-serif;
}

.rt-heading-five-6 {
  color: #060606;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rt-heading-five-6.rt-about-one-hero-pop-text {
  max-width: 165px;
}

.rt-right-arrow {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.rt-display-none {
  display: none;
}

.rt-about-one-hero-pop-box {
  z-index: 80;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 37px 40px 40px 43px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-home-one-hero-container {
  z-index: 40;
  justify-content: flex-start;
  align-items: center;
  padding: 205px 15px 220px;
  display: flex;
  position: relative;
}

.rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
  padding-top: 174px;
  padding-left: 15px;
}

.rt-home-one-hero-image-wrapper {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
  z-index: 60;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
  right: -28%;
}

.rt-home-one-hero-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-about-one-hero-pop-flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 104px;
  display: flex;
}

.rt-home-one-hero-heading {
  background-color: #e8f2ff;
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner {
  background-image: url('../images/Home-One-Hero-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
  border-radius: 10px;
  display: block;
}

.rt-home-one-hero-description {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
  max-width: 410px;
  padding-bottom: 33px;
}

.rt-home-one-heading {
  max-width: 648px;
  padding-bottom: 14px;
}

.rt-home-one-heading.rt-about-one-hero-heading {
  max-width: 489px;
  padding-top: 7px;
}

.rt-home-one-heading.rt-about-one-hero-heading.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-about-one-slider-arrow {
  flex: none;
}

.rt-about-one-slider-arrow.rt-right-arrow {
  transform: rotate(180deg);
}

.rt-about-one-slider-right-arrow {
  background-color: #060606;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 6%;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-button-overlay-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%);
}

.rt-button-overlay-2.rt-background-color-white {
  background-color: #fff;
  display: none;
}

.rt-button-new {
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-button-new.rt-background-color-blue {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-one-slider-left-arrow {
  z-index: 10;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-about-one-hero-slider-musk {
  min-width: 835px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-about-one-hero-slider {
  background-color: #0000;
  height: 100%;
  padding-left: 117px;
  position: relative;
}

.rt-about-one-hero-slide-image {
  height: 100%;
}

.rt-about-one-hero-slide-image.rt-image-two-absolute {
  z-index: 2;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-three-absolute {
  z-index: 1;
  position: absolute;
}

.rt-about-one-hero-slide-image.rt-image-one-absolute {
  z-index: 3;
  position: absolute;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

@media screen and (min-width: 1280px) {
  .rt-home-one-offer-left-arrow {
    left: 82%;
  }

  .rt-heading-five-10 {
    font-size: 25px;
    line-height: 35px;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: -22%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 57% 360%, 117% -80%, 0 0;
  }

  .rt-home-one-hero-description {
    max-width: 555px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 648px;
    font-size: 52px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .brx---content-inside-card-team-member-v11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .brix---bg-image-full-width-2 {
    width: 100%;
  }

  .brix---z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-one-hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 956px;
    right: -15%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 62% 411%, 117% -80%, 0 0;
  }
}

@media screen and (min-width: 1920px) {
  .brix---gallery-v10-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 150%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---bg-image-full-width-2 {
    width: 100%;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-left: 15%;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    right: 0%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp'), linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0, 0 0;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section.rt-display {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .heroheader {
    padding-left: 0;
    padding-right: 0;
  }

  .bullet {
    display: none;
  }

  .h2subcontainer, .h2subcontainer.cc-center {
    width: 80%;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .nav-menu {
    background-color: var(--kether-orange);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--kether-orange);
  }

  .div-block-5:hover {
    background-color: #ffffff59;
  }

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

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

  .monitorozascontainer {
    max-width: 80%;
    margin-bottom: 0;
    padding-right: 100px;
  }

  .monitorozasheading {
    font-size: 30px;
    line-height: 30px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .monitorozasvideo {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .napelemelonyeicontainer {
    max-width: 728px;
  }

  .napelemelonyeiisplit {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .szolgaltatasokcontainer {
    max-width: 728px;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .rt-home-one-hero-heading-flex-3 {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-8.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right-3 {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex-3 {
    display: block;
  }

  .rt-margin-bottom-thirty-5 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background-3 {
    display: none;
  }

  .rt-home-three-expertise-heading-3 {
    padding-left: 0;
  }

  .orangefeaturecontainer {
    flex: 0 auto;
    width: auto;
  }

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

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .rt-help-section-orange-box {
    width: 80%;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-team-v11 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .solarhelpfeaturebutton:hover {
    background-color: #ffffff59;
  }

  .whitefeaturecontainer {
    flex: 0 auto;
    width: auto;
  }

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

  .feature2button:hover {
    background-color: var(--kether-orange);
    color: var(--white);
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .feature1button:hover {
    background-color: var(--kether-orange);
    color: var(--white);
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---sectionkezdolap {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v11-section-2 {
    padding-top: 146px;
    padding-bottom: 146px;
    display: block;
  }

  .brix---cta-v11-half-bg-right-2 {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .brix---cta-v11-half-bg-left-2 {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .brix---grid-cta-v11-2 {
    grid-column-gap: 28px;
    grid-row-gap: 180px;
    grid-template-columns: .6fr;
  }

  .rt-home-one-offer-left-arrow {
    inset: auto auto 0% 35%;
  }

  .rt-home-one-offer {
    padding-top: 70px;
  }

  .rt-home-one-offer-right-arrow {
    inset: auto 35% 0% auto;
  }

  .rt-home-one-offer-text {
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .rt-home-one-offer-heading {
    max-width: 100%;
  }

  .rt-inner-container.rt-position-relative.rt-padding-bottom {
    padding-bottom: 90px;
  }

  .rt-home-one-offer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-right-arrow {
    border-left-width: 0;
    width: 50px;
    inset: auto 0% -50px 55px;
  }

  .rt-about-one-hero-pop-box {
    bottom: 80px;
  }

  .rt-home-one-hero-container {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container {
    padding-top: 65px;
  }

  .rt-home-one-hero-container.rt-home-two-hero-container.rt-about-one-hero-container {
    padding-top: 77px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rt-home-one-hero-image-wrapper {
    display: none;
  }

  .rt-home-one-hero-image-wrapper.rt-about-one-hero-image-wrapper {
    min-width: 100%;
    height: 600px;
    position: static;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-position: 50%;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner.rt-about-one-hero-section {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
    display: flex;
  }

  .rt-home-one-hero-description {
    max-width: 700px;
    padding-bottom: 23px;
  }

  .rt-home-one-heading {
    padding-bottom: 4px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    max-width: 770px;
  }

  .rt-about-one-slider-right-arrow {
    z-index: 22;
    left: 10%;
  }

  .rt-about-one-slider-left-arrow {
    left: 3%;
  }

  .rt-about-one-hero-slider-musk {
    min-width: 100%;
  }

  .rt-about-one-hero-slider {
    min-width: 100%;
    padding-left: 0;
  }

  .rt-about-one-hero-slide-image.rt-image-two-absolute, .rt-about-one-hero-slide-image.rt-image-three-absolute {
    width: 100%;
    height: 100%;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .heroheader {
    height: 600px;
    margin: -11vh auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heroheadercontainer {
    padding-top: 30vh;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .h2subcontainer {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2subcontainer.cc-center {
    width: 100%;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .div-block-5:hover {
    background-color: #ffffff59;
  }

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

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

  .monitorozascontainer {
    padding-right: 20px;
  }

  .monitorozasdesc {
    text-align: center;
  }

  .napelemelonyei {
    align-self: center;
  }

  .shadow-two {
    margin-left: 0;
  }

  .monitorozasheading {
    text-align: center;
    margin-top: 0;
  }

  .team-slide-wrapper {
    overflow: visible;
  }

  .szolgaltatasok {
    padding: 60px 15px;
  }

  .nepelemelonyei {
    text-align: center;
    align-self: auto;
  }

  .solarhelphero {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .monitorozasvideo {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .monitorozasesfelugyeletbutton {
    align-self: center;
  }

  .rt-app-development-future-strategy-icon-box.rt-box-shadow {
    margin-left: 0;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .rt-home-one-hero-heading-flex-3 {
    flex-direction: column;
  }

  .rt-autofit-8 {
    height: auto;
  }

  .solarhelpfeaturetextdivblock {
    margin-left: 40px;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .solarhelpfeatureimagee {
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .rt-help-section-orange-box {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

  .szolgh1 {
    font-size: 48px;
    line-height: 54px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---team-v11-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    flex: 0 auto;
    height: 100%;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-team-v11 {
    flex-direction: column;
    align-items: stretch;
  }

  .brx---content-inside-card-team-member-v11 {
    padding: 32px 24px 40px;
  }

  .brix---grid-team-v11 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .solarhelpfeaturebutton:hover {
    background-color: #ffffff59;
  }

  .headerszolgaltatasok {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .feature2textdivblock {
    margin-left: 40px;
  }

  .feature2image {
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
  }

  .feature2button:hover {
    background-color: var(--kether-orange);
    color: var(--white);
  }

  .walsh-heading-medium-black {
    font-size: 2.4em;
  }

  .contactheader {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .solarhelpfeatureimagespread {
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .headerinnergyik {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .feature1button:hover {
    background-color: var(--kether-orange);
    color: var(--white);
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---gallery-v10-wrapper {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

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

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

  .brix---content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .brix---sectionkezdolap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---cta-v11-section-2 {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-cta-v11-2 {
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
  }

  .headerpartnereink, .headerreferencia {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .fs-instagramfeed-3_instagram-headerxspacebetween {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-home-one-offer-item {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-one-offer-left-arrow {
    left: 30%;
  }

  .rt-home-one-offer-right-arrow {
    right: 30%;
  }

  .rt-home-one-offer-mask {
    width: 100%;
    max-width: none;
  }

  .rt-home-one-offer-wrapper {
    margin-right: 0;
  }

  .rt-about-one-hero-pop-box {
    display: none;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title {
    text-align: center;
  }

  .rt-home-one-hero-description {
    text-align: center;
    max-width: 670px;
  }

  .rt-home-one-heading.rt-about-one-hero-heading {
    text-align: center;
  }

  .rt-about-one-slider-right-arrow {
    margin-bottom: 20px;
    left: auto;
    right: 3%;
  }

  .rt-about-one-slider-left-arrow {
    margin-bottom: 20px;
  }

  .rt-about-one-hero-slide-image.rt-image-one-absolute {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .heroheader {
    height: 100vh;
    margin-top: 0%;
    padding: 0;
  }

  .heroheadercontainer {
    padding-top: 0;
  }

  .h1 {
    letter-spacing: 0;
    margin-top: 7.7vh;
    font-size: 30px;
    line-height: 42px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.cc-center-sub {
    font-size: 200%;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .textspan1 {
    text-align: center;
    font-size: 120%;
  }

  .image-5 {
    max-width: 80%;
  }

  .hero {
    margin-top: -9vh;
  }

  .div-block-5:hover {
    background-color: #ffffff96;
  }

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

  .monitorozascontainer {
    padding-right: 20px;
  }

  .monitorozasheading {
    margin-top: 0;
  }

  .szolgaltatasokh2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .solarhelphero {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .napelemelonyeicontainer, .szolgaltatasokcontainer {
    max-width: none;
  }

  .rt-app-development-future-strategy-icon-box.rt-box-shadow {
    margin-left: 20px;
    margin-right: 0;
  }

  .orangefeaturecontainer {
    flex: 0 auto;
    width: 100%;
  }

  .orangefeatureimagedivblock {
    padding-top: 0;
  }

  .solarhelpfeaturetextdivblock {
    grid-row-gap: 1em;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .solarhelpfeatureimagee {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .rt-help-section-image {
    object-fit: cover;
  }

  .rt-help-section-orange-box {
    width: 100%;
  }

  .rt-orange-box-inside {
    flex-flow: row;
    display: block;
  }

  .rt-telepohone-image {
    display: none;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2, .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .szolgh1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---team-v11-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---paragraph-default-3 {
    text-align: justify;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-team-v11 {
    flex-direction: column;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-full-width {
    border-radius: 16px;
  }

  .solarhelpfeaturebutton:hover {
    background-color: #ffffff96;
  }

  .headerszolgaltatasok {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .whitefeaturecontainer {
    flex: 0 auto;
    width: 100%;
  }

  .whitefeatureimagedivblock {
    padding-top: 0;
  }

  .feature2textdivblock {
    grid-row-gap: 1em;
  }

  .feature2image {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .feature2button:hover {
    background-color: var(--kether-orange);
  }

  .walsh-heading-medium-black {
    font-size: 1.8em;
  }

  .walsh-main-paragraph-black {
    font-size: 1em;
  }

  .contactheader {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .solarhelpfeatureimagespread {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .headerinnergyik {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .feature1button:hover {
    background-color: var(--kether-orange);
  }

  .brix---container-default-end {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-position-relative-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-top-bg {
    min-height: 140px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    max-width: 80px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---button-row-margin-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v11-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-cta-v11-2 {
    grid-row-gap: 110px;
    grid-template-columns: 1fr;
  }

  .headerpartnereink, .headerreferencia {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .fs-instagramfeed-3_instagram-headerxspacebetween {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-home-one-offer-left-arrow {
    left: 15%;
  }

  .rt-home-one-offer-right-arrow {
    right: 15%;
  }

  .rt-heading-five-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .rt-home-one-offer-text {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .rt-home-one-top-heading-line-2 {
    display: none;
  }

  .rt-home-one-hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-home-one-hero-heading.rt-home-two-hero-banner {
    background-image: url('../images/Home-One-Hero-Bg.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .rt-home-one-hero-description, .rt-home-one-heading {
    text-align: center;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-button-new {
    padding-top: 13.5px;
    padding-bottom: 15.5px;
  }
}

#w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-f94af828 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_96c5bf59-c495-0f19-3012-8756b6dfca88-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-cb699f87-d8d4-d914-93bb-ba58fe2fcc1c-f94af828 {
  place-self: center;
}

#w-node-_39215e57-183e-8a6d-dff5-e874f716ad4c-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_39215e57-183e-8a6d-dff5-e874f716ad4e-f94af828 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-fed142ca-0a77-58a0-a1c2-ff6521a66e37-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_79bf90f7-dd98-a87a-f9c8-2e8a893bde20-f94af828 {
  place-self: center;
}

#w-node-_1ddc40d5-7401-e83e-25bd-f1a938ec001e-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_1ddc40d5-7401-e83e-25bd-f1a938ec0020-f94af828 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d8fee059-ee77-4bc1-f2aa-62ff0fc7e4dd-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_788b32fe-3084-4394-5bec-a562998491de-f94af828 {
  place-self: center;
}

#w-node-d3a356e1-0e4e-c8c7-ab57-dfd7a85293cd-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-d3a356e1-0e4e-c8c7-ab57-dfd7a85293cf-f94af828 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3adc5baa-0a58-e715-e150-3a4ea80d6a51-f94af828 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3adc5baa-0a58-e715-e150-3a4ea80d6a53-f94af828 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_011b7e42-9242-a045-3d2e-d222cd8f5ad8-f94af829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2aa7bb9-cb40-c632-8120-609c243a8612-f94af829 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: end;
}

#w-node-c2aa7bb9-cb40-c632-8120-609c243a8614-f94af829 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: center;
}

#w-node-_135ef6f3-5166-d8e2-4f7d-9a5cd78acd5e-f94af82b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ad83df-3487-ee50-52c2-502a65d0abc4-f94af82f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93ad83df-3487-ee50-52c2-502a65d0abc8-f94af82f {
  justify-self: start;
}

#w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-94882ad7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-94882ad7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-bfa98c6b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-bfa98c6b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-f94af828, #w-node-_96c5bf59-c495-0f19-3012-8756b6dfca88-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_39215e57-183e-8a6d-dff5-e874f716ad4c-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39215e57-183e-8a6d-dff5-e874f716ad4e-f94af828, #w-node-fed142ca-0a77-58a0-a1c2-ff6521a66e37-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ddc40d5-7401-e83e-25bd-f1a938ec001e-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1ddc40d5-7401-e83e-25bd-f1a938ec0020-f94af828, #w-node-d8fee059-ee77-4bc1-f2aa-62ff0fc7e4dd-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d3a356e1-0e4e-c8c7-ab57-dfd7a85293cd-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d3a356e1-0e4e-c8c7-ab57-dfd7a85293cf-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3adc5baa-0a58-e715-e150-3a4ea80d6a51-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3adc5baa-0a58-e715-e150-3a4ea80d6a53-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c2aa7bb9-cb40-c632-8120-609c243a8612-f94af829 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c2aa7bb9-cb40-c632-8120-609c243a8614-f94af829 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-94882ad7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-94882ad7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-bfa98c6b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-bfa98c6b {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-f94af828, #w-node-_96c5bf59-c495-0f19-3012-8756b6dfca88-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_39215e57-183e-8a6d-dff5-e874f716ad4c-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39215e57-183e-8a6d-dff5-e874f716ad4e-f94af828, #w-node-fed142ca-0a77-58a0-a1c2-ff6521a66e37-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ddc40d5-7401-e83e-25bd-f1a938ec001e-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1ddc40d5-7401-e83e-25bd-f1a938ec0020-f94af828, #w-node-d8fee059-ee77-4bc1-f2aa-62ff0fc7e4dd-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d3a356e1-0e4e-c8c7-ab57-dfd7a85293cd-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d3a356e1-0e4e-c8c7-ab57-dfd7a85293cf-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3adc5baa-0a58-e715-e150-3a4ea80d6a51-f94af828 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3adc5baa-0a58-e715-e150-3a4ea80d6a53-f94af828 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c2aa7bb9-cb40-c632-8120-609c243a8612-f94af829 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c2aa7bb9-cb40-c632-8120-609c243a8614-f94af829 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_93ad83df-3487-ee50-52c2-502a65d0abc4-f94af82f {
    grid-column: span 1 / span 1;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-94882ad7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-94882ad7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045de-bfa98c6b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1223ab1f-508e-a7e9-e658-9ed55ab045e0-bfa98c6b {
    grid-area: 1 / 1 / 2 / 3;
  }
}


