:root {
  --gray500: #64748b;
  --gray700: #334155;
  --gray800: #1e293b;
  --gray200: #e2e8f0;
  --grary50: #f8fafc;
  --gray100: #f1f5f9;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.brix---container-default-2 {
  max-width: 1240px;
  padding: 35px 24px 135px;
}

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

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

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

.brix---button-row-left-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-3 {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-3.darker {
  color: var(--gray700);
  text-align: center;
}

.brix---paragraph-default-3.darker.left {
  border-left: 5px solid var(--gray800);
  text-align: left;
  padding-left: 12px;
}

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

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.body {
  font-family: Poppins, sans-serif;
}

.brix---color-neutral-806 {
  color: var(--gray700);
}

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

.brix---btn-primary-white {
  color: var(--gray700);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white.ref {
  font-weight: 500;
}

.hero-image-holder {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  object-fit: cover;
  border: 15px solid #0000;
  border-radius: 28px;
  width: 100%;
  max-width: 960px;
  height: 32rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% -12rem;
  overflow: clip;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-logo {
  width: 2.5rem;
  max-width: 250px;
  margin-right: 77px;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
}

.brix---header-nav-link {
  color: var(--gray700);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: block;
}

.brix---header-nav-link:hover {
  color: var(--gray800);
}

.brix---header-nav-link.w--current {
  color: #386ea7;
}

.brix---btn-primary-small {
  background-color: var(--gray500);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--gray700);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-3 {
  background-color: #334155;
  background-image: linear-gradient(129deg, var(--gray700) 24%, #182233);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-6 {
  width: 60%;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate(-38px);
}

.image-7 {
  width: 3rem;
}

.paragraph {
  color: var(--gray500);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.szuper-gyorsan {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.kov-cs-m-ty-s {
  color: var(--gray200);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.navbar-holder {
  max-width: 1218px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

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

.features---two-columns {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
}

.features---two-columns.black-bg {
  background-color: var(--gray800);
}

.features---two-columns.less-mt {
  background-color: var(--grary50);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---color-neutral-848 {
  color: #6e7191;
}

.brix---color-neutral-848.left-margin-20 {
  margin-left: 20px;
}

.brix---heading-h2-size-14 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-14.white-text {
  color: var(--grary50);
}

.brix---subtitle-4 {
  color: var(--gray500);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---subtitle-4.light-text {
  color: var(--gray200);
}

.brix---subtitle-4.centered {
  text-align: center;
}

.brix---paragraph-default-18-phone {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-18-phone.white-text {
  color: var(--grary50);
}

.brix---paragraph-default-18-phone.light-text {
  color: var(--gray200);
  display: none;
}

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

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

.brix---mg-bottom-24px-6.centered {
  text-align: center;
}

.brix---image-wrapper-br-24px-shadow-2 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.brix---image-3 {
  object-fit: cover;
  width: 100%;
  max-height: 40rem;
}

.brix---color-neutral-847 {
  color: #211f54;
}

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

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

.brix---btn-primary-dark {
  background-color: var(--gray700);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-dark:hover {
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-825 {
  color: #211f54;
}

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

.content---steps---numbered {
  background-color: var(--gray800);
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---color-neutral-827 {
  color: #6e7191;
}

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

.brix---heading-h3-size-5 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---mg-bottom-2 {
  color: var(--gray500);
  margin-bottom: 0;
}

.brix---mg-bottom-2._50-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.brix---paragraph-default-11 {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.light-text {
  color: var(--gray200);
}

.brix---card-content-center {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-content-center.first-grid-card {
  background-color: #f4f4e0;
  position: relative;
  overflow: hidden;
}

.brix---card-content-center.second-grid-card {
  background-color: #e8f7f7;
}

.brix---card-content-center.third-grid-card {
  background-color: #e4ecfb;
}

.brix---card-content-center.fourth-grid-card {
  background-color: #f1ecf6;
}

.brix---card-content-center.fifth-grid-card {
  background-color: #f4efe0;
}

.brix---card-content-center.sixth-grid-card {
  background-color: #f4ebe5;
}

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

.miert-mi-image-holder {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.swiper {
  cursor: grab;
}

.swiper-slide {
  background-color: var(--gray700);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  min-height: 30vw;
  display: flex;
}

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 1rem;
  margin-left: 2rem;
  display: flex;
}

.button-prev, .button-next {
  cursor: pointer;
}

.container {
  max-width: none;
}

.underline {
  background-color: var(--gray500);
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.divider-shape {
  width: 100%;
  height: 3rem;
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto;
}

.divider-shape.inverted {
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.testimonial-texts {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem;
  display: flex;
}

.arrow {
  border: 2px solid var(--gray800);
  border-radius: 50%;
  width: 3rem;
  padding: .25rem;
}

.arrow.flipped {
  transform: rotate(180deg);
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  color: var(--gray800);
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white.black-round {
  background-color: var(--gray500);
  border-width: 0;
}

.brix---btn-secondary-white.black-round:hover {
  color: #fff;
}

.brix---cta-card {
  background-color: #0009;
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

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

.brix---color-neutral-808 {
  color: #fff;
}

.brix---bg-image-full-width-rounded {
  z-index: -1;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---heading-h2-size-3 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-3.white-text {
  color: var(--grary50);
}

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

.cta.padding-top {
  padding-top: 140px;
  position: relative;
}

.brix---grid-cta-v1 {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

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

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links-wrapper.gfsdf {
  color: #667085;
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.section-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.footer-links-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.footer-heading {
  opacity: .05;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.logo {
  width: 2rem;
}

.logo.logo-static {
  width: 41.1rem;
}

.elipse {
  background-color: #ee64ff;
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
}

.elipse.hide-mobile {
  background-color: var(--gray800);
}

.footer-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.tag-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  font-size: 1rem;
  font-weight: 500;
  transition: all .25s;
}

.footer-link:hover {
  color: #15151599;
  transform: translate(0, -2px);
}

.footer-link.fsadd {
  color: #667085;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.text-block {
  font-weight: 700;
}

.hero---main, .hero---rolunk {
  background-color: #ffffff4d;
  padding-top: 240px;
  padding-bottom: 50px;
  position: relative;
}

.container-3 {
  z-index: 1;
  max-width: 1240px;
  position: relative;
}

.section {
  background-image: url('../images/pexels-simeon-theartist-7861727.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

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

.div-block-6 {
  z-index: 0;
  background-color: #1e293bcc;
  position: absolute;
  inset: 0%;
}

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

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  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 {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-802 {
  color: #6e7191;
}

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

.hero---two-columns {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-849 {
  color: #6e7191;
}

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

.brix---heading-h3-size-3 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.content---2---text {
  background-color: var(--grary50);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-default-9 {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---mg-bottom-48px-6-origin-name {
  margin-bottom: 0;
}

.brix---card-link-content-left-fw {
  cursor: default;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-link-content-left-fw:hover {
  transform: scale3d(.99, .99, 1.01);
}

.brix---text-center-9-copy {
  text-align: center;
  margin-top: 32px;
}

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

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

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

.paragraph-2, .paragraph-3 {
  color: var(--gray500);
}

.image-8 {
  position: absolute;
  inset: auto -15rem -12rem auto;
}

.brix---color-neutral-850 {
  color: #211f54;
}

.brix---color-neutral-850.left {
  width: 100%;
}

.brix---heading-h1-size-5 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-851 {
  color: #6e7191;
}

.brix---color-neutral-851.left-aligned {
  text-align: left;
}

.brix---color-neutral-851.magyarazatok {
  border-left: 0px solid var(--grary50);
  text-align: left;
  max-width: 40rem;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.brix---pricing-top-v1 {
  background-color: var(--grary50);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 48px 32px 56px;
}

.brix---pricing-top-v1.osszetett {
  background-image: url('../images/pexels-codioful-7130469.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.brix---pricing-top-v1.osszetett.top {
  background-position: 50%;
}

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

.pricing {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.pricing.no-mt {
  padding-top: 0;
  position: relative;
}

.pricing.magyarazatok---holder {
  background-color: var(--gray800);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---text-200-list-bold-2 {
  color: var(--gray700);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---heading-h3-size-10 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---subtitle-5 {
  color: var(--gray500);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---display-9 {
  color: var(--gray700);
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

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

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

.brix---pricing-content {
  padding: 40px 28px 72px;
}

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

.brix---3-columns-1-col-tablet {
  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---3-columns-1-col-tablet.fenntartas {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.brix---icon-list-2 {
  filter: hue-rotate(184deg);
  margin-right: 16px;
}

.brix---paragraph-default-19 {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-19.light-text {
  color: var(--gray100);
}

.brix---btn-primary-full-width {
  background-color: var(--gray700);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-full-width.max-width {
  max-width: 24rem;
}

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

.brix---text-300-medium {
  color: var(--gray500);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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

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

.uui-pricing06_price {
  color: var(--gray700);
  -webkit-text-stroke-color: #101828;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.uui-pricing06_price.crossed {
  color: var(--gray700);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Poppins, sans-serif;
  -webkit-text-decoration: line-through #fec84b;
  text-decoration: line-through #fec84b;
  text-decoration-thickness: 6px;
}

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

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

.uui-field-label-4 {
  color: var(--gray800);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.error-text-4 {
  color: #e23939;
  text-align: center;
}

.uui-padding-vertical-xhuge-6 {
  margin-top: 176px;
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-form-button-wrapper-4 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-form-checkbox-label-4 {
  color: var(--gray700);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-text-style-link-02-2 {
  color: var(--gray700);
  font-weight: 600;
  text-decoration: none;
}

.checkbox {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  width: 160px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  position: static;
  top: 40%;
  left: 35px;
  right: auto;
  box-shadow: 0 1px 2px #0003;
}

.checkbox.w--redirected-checked {
  background-image: linear-gradient(#e2f5de, #e2f5de);
  border: 1px solid #aedda2;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 1px 2px #0000004d;
}

.checkbox.ff {
  width: 190px;
}

.checkbox.fsad {
  width: 150px;
}

.checkbox.sda, .checkbox.vs {
  width: 220px;
}

.checkbox.vads {
  width: 260px;
}

.checkbox.fsaddf {
  width: 130px;
}

.checkbox.fsdas {
  width: 150px;
}

.checkbox.lolo {
  width: 220px;
}

.checkbox.ujz {
  width: 120px;
}

.checkbox.lp {
  width: 190px;
}

.uui-contact03_item {
  background-color: #f9fafb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  display: flex;
}

.uui-form-checkbox-icon-4 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-4:hover {
  background-color: #f9fafb;
  border-color: #00739c;
}

.uui-form-checkbox-icon-4.w--redirected-checked {
  box-shadow: none;
  background-color: #f9fafb;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #00739c;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-4.w--redirected-focus {
  background-color: #f9fafb;
  border-color: #00739c;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #e7f8ff;
}

.success-message-5 {
  background-color: #e2f5de;
  border: 3px solid #aedda2;
  border-radius: 12px;
  padding: 1.5rem;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.uui-contact02_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  max-width: 35rem;
  margin: 20px auto 24px;
  display: flex;
}

.checkbox-2 {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 10px;
}

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

.checkbox-field {
  pointer-events: auto;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.uui-form-checkbox-4 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-field-wrapper-5 {
  position: relative;
}

.uui-heading-medium-9 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-page-padding-7 {
  padding-top: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.error-message-5 {
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-4 {
  font-weight: 600;
}

.checkbox-label {
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  background-color: var(--gray700);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #00739c;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  background-color: var(--gray700);
  border-width: 0;
  transform: translate(0, -5px);
}

.uui-button-5:focus {
  background-color: #00739c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #e7f8ff;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}

.line {
  opacity: .5;
  background-color: #d0d5dd;
  flex: 1;
  height: 2px;
}

.uui-text-style-link-4 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: #344054;
}

.uui-icon-1x1-xsmall-3 {
  color: var(--gray800);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: -10px;
}

.uui-contact03_icon-wrapper {
  color: #00739c;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.paragraph-4 {
  color: #667085;
  margin-left: 10px;
  margin-right: 10px;
}

.uui-text-size-large-7 {
  color: var(--gray700);
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.form-field-2col-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 35rem;
  margin: 4rem auto 0;
}

.uui-form_input-4 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-4:focus {
  color: #101828;
  border-width: 2px;
  border-color: #d0d5dd;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-4::placeholder {
  color: #667085;
}

.uui-form_input-4.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input-5 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-5:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #e7f8ff;
}

.uui-form_input-5::placeholder {
  color: #667085;
}

.uui-form_input-5.select {
  color: #101828;
  cursor: pointer;
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.uui-form_input-5.select:focus {
  border-width: 2px;
  border-color: #d0d5dd;
  box-shadow: 0 1px 2px #1018280d;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.references-heading {
  color: #fff;
  padding-top: 176px;
}

.references-heading.no-mt {
  padding-top: 0;
}

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

.reference-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.image-10 {
  width: 100px;
}

.reference-div {
  background-color: var(--gray200);
  border-radius: 40px;
}

.reference-div.botmuhely {
  background-color: #eff9f8;
}

.reference-div.shepherd {
  background-color: #e4f0e2;
}

.reference-div.dora {
  background-color: #efdee0;
}

.div-block-17 {
  padding: 40px;
}

.reference-section {
  color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
}

.reference-section.no-mt {
  padding-top: 0;
}

.pricing-hero {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.pricing-hero.no-mt {
  padding-top: 0;
}

.brix---paragraph-default-18-desktop {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-18-desktop.white-text {
  color: var(--grary50);
}

.brix---paragraph-default-18-desktop.light-text {
  color: var(--gray200);
  display: block;
}

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

.content---steps---numbered-2 {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 176px;
}

.brix---color-neutral-852 {
  color: #6e7191;
}

.brix---heading-h2-size-15 {
  color: var(--gray700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-3-columns-2 {
  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---color-accent-3 {
  color: #4a3aff;
}

.brix---mg-bottom-3 {
  color: var(--gray500);
  margin-bottom: 0;
}

.brix---paragraph-default-20 {
  color: var(--gray500);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-content-center-2 {
  text-align: left;
  background-color: #fff;
  background-image: url('../images/blurry-gradient-haikei-2.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-content-center-2:hover {
  transform: scale(.99);
  box-shadow: 0 2px 7px #14142b1c;
}

.brix---display-4 {
  color: var(--gray500);
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.link {
  color: var(--gray500);
}

.image-11 {
  width: 3rem;
}

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

.info-link-block {
  margin-left: 12px;
}

.explanations {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.explanations.no-mt {
  padding-top: 0;
  position: relative;
}

.explanations.magyarazatok---holder {
  background-color: var(--gray800);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---btn-primary-white-copy {
  background-color: var(--gray500);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-copy:hover {
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-copy.ref {
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .brix---cta-card {
    background-color: #0009;
  }

  .brix---bg-image-full-width-rounded {
    border-radius: 30px;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }
}

@media screen and (max-width: 991px) {
  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

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

  .brix---hamburger-menu-bar-top {
    background-color: var(--gray800);
    width: 44px;
    height: 3px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-menu-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff9;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    border-radius: 0 40px 0 0;
    width: 90%;
    height: 100vh;
    margin-top: 106px;
    padding: 24px;
  }

  .navbar-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---header-nav-link {
    font-size: 40px;
    line-height: 32px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--gray800);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .features---two-columns {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---image-3 {
    max-height: 25rem;
  }

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

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

  .content---steps---numbered {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

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

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

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

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

  .swiper-slide {
    min-height: 70vw;
  }

  .buttons {
    display: none;
  }

  .container {
    max-width: none;
  }

  .underline {
    width: 0%;
  }

  .testimonial-texts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

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

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

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

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .section-footer {
    padding-top: 8rem;
  }

  .footer-links-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-component {
    min-height: 0;
  }

  .container-2 {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .hero---two-columns {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .content---2---text {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns---1-col-mb-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .pricing {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .brix---display-9 {
    font-size: 58px;
    line-height: 70px;
  }

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

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

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

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

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

  .brix---btn-primary-full-width.max-width {
    max-width: 100%;
  }

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

  .uui-padding-vertical-xhuge-6 {
    margin-top: 100px;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .references-heading, .reference-section, .pricing-hero, .content---steps---numbered-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

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

  .brix---display-4 {
    font-size: 58px;
    line-height: 70px;
  }

  .explanations {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

@media screen and (max-width: 767px) {
  .brix---button-row-left-3 {
    margin-right: 16px;
  }

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

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

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

  .hero-image-holder {
    height: 40rem;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-menu-wrapper {
    width: 85%;
    margin-top: 0;
  }

  .brix---header-nav-link {
    font-size: 32px;
    line-height: 40px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding: 34px 32px;
    font-size: 32px;
  }

  .brix---header-nav-menu-list {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 100px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    width: 100%;
    margin-top: 16px;
    display: block;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .div-block-3 {
    flex-flow: column-reverse;
  }

  .image-6 {
    width: 90%;
    margin-right: auto;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .features---two-columns {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

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

  .content---steps---numbered {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .miert-mi-image-holder {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .divider-shape {
    height: 2rem;
  }

  .testimonial-texts {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

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

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

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

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .section-footer {
    padding-top: 6rem;
  }

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

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero---two-columns {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .content---2---text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .brix---card-link-content-left-fw {
    align-items: stretch;
  }

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

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

  .brix---pricing-top-v1 {
    padding: 32px 24px;
  }

  .pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

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

  .brix---display-9 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

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

  .uui-pricing06_price {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-6 {
    margin-top: 60px;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .div-block-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-heading-medium-9 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-page-padding-7 {
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #00739c;
    border-color: #00739c;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .references-heading {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .reference-section, .pricing-hero, .content---steps---numbered-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .brix---display-4 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .explanations {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

@media screen and (max-width: 479px) {
  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---button-row-left-3 {
    flex-flow: column;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

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

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-nav-link {
    font-size: 24px;
  }

  .brix---btn-primary-small {
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    padding: 14px 24px 14px 10px;
    font-size: 24px;
  }

  .brix---header-nav-menu-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 140px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
    margin-top: 6px;
  }

  .brix---header-nav-list-item {
    width: 100%;
    margin-bottom: 8px;
  }

  .image-7 {
    width: 2.5rem;
  }

  .paragraph {
    font-size: 17px;
  }

  .szuper-gyorsan {
    font-size: 20px;
    line-height: 28px;
  }

  .kov-cs-m-ty-s {
    font-size: 17px;
  }

  .navbar-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features---two-columns.phone-margin-top {
    padding-top: 120px;
  }

  .brix---color-neutral-848.left-margin-20 {
    margin-left: 0;
  }

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

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

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

  .brix---paragraph-default-18-phone.light-text {
    display: block;
  }

  .brix---paragraph-default-18-phone.margin-top {
    margin-top: 40px;
  }

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

  .brix---mg-bottom-24px-6.centered {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

  .brix---mg-bottom-2._50-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .miert-mi-image-holder {
    border-radius: 16px;
  }

  .swiper-slide {
    min-height: 120vw;
  }

  .testimonial-texts {
    margin-left: .75rem;
    margin-right: .5rem;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

  .vertical-line.hide-mobile {
    display: none;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .elipse.hide-mobile {
    display: none;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero---main {
    padding-top: 200px;
    padding-bottom: 40px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .hero---two-columns {
    padding-top: 48px;
    padding-bottom: 96px;
  }

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

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

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

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

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

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

  .brix---card-link-content-left-fw {
    padding: 40px 24px 34px;
  }

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

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

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---pricing-top-v1 {
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

  .brix---display-9 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---pricing-content {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

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

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

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

  .uui-pricing06_price {
    font-size: 2rem;
  }

  .brix---bg-image-full-hero-desktop {
    display: none;
  }

  .brix---bg-image-full-hero-mobile {
    object-position: 50% 50%;
    display: inline-block;
  }

  .uui-padding-vertical-xhuge-6 {
    margin-top: 40px;
    padding-top: 0;
  }

  .checkbox {
    width: 100px;
  }

  .checkbox.ff {
    width: 130px;
  }

  .checkbox.fsad {
    width: 110px;
  }

  .checkbox.sda, .checkbox.vs, .checkbox.vads {
    width: 140px;
  }

  .checkbox.kiu {
    width: 130px;
  }

  .checkbox.fsaddf {
    width: 80px;
  }

  .checkbox.fsdas {
    width: 100px;
  }

  .checkbox.lolo {
    width: 170px;
  }

  .checkbox.ujz {
    width: 90px;
  }

  .checkbox.lp, .checkbox.kiuz {
    width: 140px;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .uui-page-padding-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-text-size-large-7 {
    text-align: left;
  }

  .form-field-2col-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .references-heading {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .div-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reference-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---paragraph-default-18-desktop.light-text {
    display: none;
  }

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

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

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

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

  .brix---display-4 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---btn-primary-white-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }
}

#w-node-bb6d1031-7926-9546-49f3-02c71f1762b5-ddeca131 {
  order: 9999;
}

#w-node-bb6d1031-7926-9546-49f3-02c71f1762b7-ddeca131 {
  order: -9999;
}

#w-node-_10275eb5-2279-3777-c997-61aed2b29507-ddeca131 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_10275eb5-2279-3777-c997-61aed2b29513-ddeca131 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10275eb5-2279-3777-c997-61aed2b2951f-ddeca131, #w-node-_10275eb5-2279-3777-c997-61aed2b2952b-ddeca131 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_10275eb5-2279-3777-c997-61aed2b29537-ddeca131 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_10275eb5-2279-3777-c997-61aed2b29543-ddeca131 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a366bc5-0a7d-ca84-7feb-07a9afbd3dad-ddeca131 {
  order: -9999;
}

#w-node-_2a366bc5-0a7d-ca84-7feb-07a9afbd3daf-ddeca131 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e87f5bad-9b33-ce0e-be19-06c12dbe0d3d-ddeca131 {
  order: 9999;
}

#w-node-e87f5bad-9b33-ce0e-be19-06c12dbe0d3f-ddeca131 {
  order: -9999;
}

#w-node-_70deccc4-c3c9-9fda-a4e9-0f5e6b1e8900-ddeca131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c49801ff-1ab6-76da-76b8-982fa508576e-8090a7ab {
  order: 9999;
}

#w-node-c49801ff-1ab6-76da-76b8-982fa5085770-8090a7ab {
  order: -9999;
}

#w-node-a8d1cf1f-e62f-110d-fe36-83724d28e0fb-8090a7ab {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a8d1cf1f-e62f-110d-fe36-83724d28e106-8090a7ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_851cb375-177b-38ea-af1e-72e6dff9cdb8-8090a7ab {
  order: -9999;
}

#w-node-_851cb375-177b-38ea-af1e-72e6dff9cdba-8090a7ab {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d6153d3-3f02-e5e6-46ff-c735013b684a-8090a7ab {
  order: 9999;
}

#w-node-_4d6153d3-3f02-e5e6-46ff-c735013b684c-8090a7ab, #w-node-d16eca01-bb79-450f-426e-d05c54194f97-8090a7ab {
  order: -9999;
}

#w-node-d16eca01-bb79-450f-426e-d05c54194f99-8090a7ab {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dceb83d-9a85-11a7-a708-50e1350b4bfd-ac786790 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_96286c70-6996-d2d9-6a9b-2442c15b76a5-ac786790 {
  order: -9999;
}

#w-node-e4c6ecaf-183d-7dbb-d308-7d95a7c0d0bc-ac786790 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-c0b6ab58-ee81-38af-5f51-e5a5a9f04c73-ac786790 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa91d-ac786790 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa91e-ac786790 {
  order: -9999;
}

#w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa92a-ac786790 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa92b-ac786790 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-c1e07df1-ebfd-119c-2491-98a271ab0eea-ac786790 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-c1e07df1-ebfd-119c-2491-98a271ab0eeb-ac786790 {
  order: -9999;
}

#w-node-c1e07df1-ebfd-119c-2491-98a271ab0ef7-ac786790 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-c1e07df1-ebfd-119c-2491-98a271ab0ef8-ac786790 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c94b-ac786790 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c94c-ac786790 {
  order: -9999;
}

#w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c958-ac786790 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c959-ac786790 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_7f36d6a2-d417-9241-1e8b-938aae893984-ac786790 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_726e3b58-cd52-6e38-c04f-837e29ddb334-d46130ee {
  order: 9999;
}

#w-node-_726e3b58-cd52-6e38-c04f-837e29ddb336-d46130ee {
  order: -9999;
}

#w-node-f00fa2f8-0ad3-fa56-04f8-74bfd801b8cc-d46130ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f00fa2f8-0ad3-fa56-04f8-74bfd801b920-d46130ee {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9ee51e74-e826-a418-c4f2-1b4274ef34ff-d46130ee, #w-node-_99a68cbf-5c8f-2b6f-979f-6cd694c69d9f-755d45c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a68cbf-5c8f-2b6f-979f-6cd694c69da0-755d45c6 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_10275eb5-2279-3777-c997-61aed2b29507-ddeca131 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10275eb5-2279-3777-c997-61aed2b29513-ddeca131 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10275eb5-2279-3777-c997-61aed2b2951f-ddeca131, #w-node-_10275eb5-2279-3777-c997-61aed2b2952b-ddeca131 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10275eb5-2279-3777-c997-61aed2b29537-ddeca131, #w-node-_10275eb5-2279-3777-c997-61aed2b29543-ddeca131 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2a366bc5-0a7d-ca84-7feb-07a9afbd3dad-ddeca131 {
    order: 9999;
  }

  #w-node-a8d1cf1f-e62f-110d-fe36-83724d28e0fb-8090a7ab, #w-node-a8d1cf1f-e62f-110d-fe36-83724d28e106-8090a7ab {
    grid-column: span 1 / span 1;
  }

  #w-node-_851cb375-177b-38ea-af1e-72e6dff9cdb8-8090a7ab, #w-node-d16eca01-bb79-450f-426e-d05c54194f97-8090a7ab {
    order: 9999;
  }

  #w-node-f00fa2f8-0ad3-fa56-04f8-74bfd801b8cc-d46130ee, #w-node-f00fa2f8-0ad3-fa56-04f8-74bfd801b920-d46130ee {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1dceb83d-9a85-11a7-a708-50e1350b4bfd-ac786790, #w-node-e4c6ecaf-183d-7dbb-d308-7d95a7c0d0bc-ac786790, #w-node-c0b6ab58-ee81-38af-5f51-e5a5a9f04c73-ac786790, #w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa91d-ac786790, #w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa92a-ac786790, #w-node-_0effa4ef-be3c-f8fd-3986-cbd0593fa92b-ac786790, #w-node-c1e07df1-ebfd-119c-2491-98a271ab0eea-ac786790, #w-node-c1e07df1-ebfd-119c-2491-98a271ab0ef7-ac786790, #w-node-c1e07df1-ebfd-119c-2491-98a271ab0ef8-ac786790, #w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c94b-ac786790, #w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c958-ac786790, #w-node-_77bb2e1b-3e36-a008-1aea-ccae4e11c959-ac786790 {
    grid-column: span 1 / span 1;
  }
}


