:root {
  --text-dark-color: #333;
  --primary: #1687ab;
  --white: #fff;
}

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

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

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

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem 2rem .5rem 0;
  display: grid;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-10 {
  background-color: var(--text-dark-color);
  border-radius: 50rem;
  align-self: center;
  width: 130%;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.rl_navbar5_item-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.btn-txt {
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.rl_navbar5_link-text {
  font-weight: 300;
}

.btn-icon-arrow {
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  color: #434343;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .45s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.rl_navbar5_dropdown-link:hover, .rl_navbar5_dropdown-link.w--current {
  color: var(--primary);
}

.button {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button.c-11 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary);
  color: #fdfdfd;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.button.c-11:hover {
  transform: scale(1.05);
}

.button.c-11.ghost {
  color: var(--primary);
  background-color: #0000;
}

.button.c-11.ghost:hover {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.button.c-03 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #d8fafe;
  background-color: #fff0;
  flex-direction: column;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 0;
  display: block;
}

.button.c-03.w--current {
  color: var(--primary);
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_navbar5_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border: 1px #000;
  border-bottom-color: #bda06e;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding: 0 .5rem;
  display: flex;
  position: fixed;
  top: auto;
  box-shadow: 0 0 #0000, 0 1.1px 2.7px #00000028;
}

.rl_navbar5_menu-dropdown {
  color: #fbfbfb;
  margin-left: .5rem;
  margin-right: .5rem;
  position: static;
}

.rl_navbar5_dropdown-toggle {
  color: #434343;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-toggle:hover, .rl_navbar5_dropdown-toggle.w--open {
  color: var(--primary);
}

.rl_navbar5_link {
  color: #434343;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 0;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .35s;
}

.rl_navbar5_link:hover {
  color: #947f57;
  text-decoration: none;
}

.rl_navbar5_link.w--current {
  color: #947f57;
}

.rl_navbar5_link.hide {
  display: none;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.rl_navbar5_logo {
  width: 100%;
  max-width: 256px;
  height: 100%;
  max-height: 85px;
  padding: .1rem;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0;
  display: flex;
  position: static;
}

.rl_navbar5_menu-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  display: flex;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_dropdown-list {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 #0000, 0 2px .2px #00000006, 0 4px .4px #00000007, 0 6.1px .7px #00000008, 0 8.3px .9px #00000009, 0 10.7px 1.2px #00000009, 0 13.5px 1.6px #0000000a, 0 16.6px 2.1px #0000000a, 0 20.2px 2.7px #0000000a, 0 24.6px 3.5px #0000000b, 0 30.1px 4.4px #0000000b, 0 36.8px 5.8px #0000000b, 0 45.5px 7.5px #0000000b, 0 56.9px 9.9px #0000000b, 0 72.2px 13.2px #0000000c, 0 93.6px 17.8px #0000000c, 0 125px 24.8px #0000000c, 0 175.1px 36px #0000000d, 0 270.8px 57.8px #0000000e;
}

.rl_navbar5_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-bottom: 1px #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding: 2rem 5%;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.rl_navbar5_logo-link {
  max-width: 240px;
  transition: all .35s;
}

.rl_navbar5_logo-link:hover {
  transform: scale(1.05);
}

.rl_navbar5_menu-button {
  padding: 0;
}

.btn-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.main {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.padding.main {
  z-index: 2;
  padding-top: 9rem;
  padding-bottom: 7rem;
  position: relative;
}

.container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 1140px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container.flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.u-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.u-grid.hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1.5fr;
}

.u-grid.left-more {
  grid-template-columns: 1.25fr .75fr;
}

.u-grid.blog {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.background {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background.z-index-1 {
  z-index: 1;
}

.embed-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-kit {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-holder.linked {
  color: var(--text-dark-color);
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.image-holder.linked:hover {
  transform: scale(1.03);
}

.image-site {
  object-fit: cover;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.text-holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.heading-wrapper.absolute {
  z-index: 2;
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-wrapper.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Harmony Personal Use, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading.main {
  font-size: 3rem;
  line-height: 1.2;
}

.heading.main.centered {
  text-align: center;
}

.heading.very-big {
  font-size: 3.8rem;
  line-height: 1.2;
}

.heading._1-2rem {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.heading.feature {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.heading.centered {
  text-align: center;
}

.heading.color {
  color: var(--primary);
}

.body {
  color: var(--text-dark-color);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.animation-absoulte {
  z-index: -1;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
}

.image-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-background.opacity-5 {
  opacity: .05;
}

.image-background.opacity-10 {
  opacity: .1;
}

.image-background.opacity-45 {
  opacity: .45;
}

.color-background {
  z-index: 0;
  object-fit: cover;
  background-color: #ffffffbf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-background.gradient {
  background-color: #0000;
  background-image: linear-gradient(95deg, #0000, #fff 69%);
}

.color-background.gradient.down {
  background-image: linear-gradient(181deg, #0000, #13131314 70%, #fff 84%);
}

.color-background.hovering {
  opacity: .01;
  transition: all .75s cubic-bezier(.455, .03, .515, .955);
}

.color-background.hovering:hover {
  opacity: .45;
}

.paragraph-main {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.paragraph-main._1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.paragraph-main._1-4rem {
  text-align: center;
  font-size: 1.4rem;
}

.paragraph-main.color {
  color: var(--primary);
}

.paragraph-main.max-ch-50 {
  max-width: 45ch;
}

.paragraph-main.max-ch-70 {
  max-width: 70ch;
}

.podpis {
  color: var(--primary);
  font-size: .9rem;
  line-height: 1.2;
}

.underlin-wrapper {
  width: 100%;
  height: 1px;
  margin-top: .2rem;
  overflow: hidden;
}

.underline {
  background-color: #d8fafe;
  width: 100%;
  height: 1px;
}

.underline.bg-color-blue {
  background-color: var(--primary);
  color: #d8fafe;
  height: 1.5px;
}

.navbar-button {
  color: var(--text-dark-color);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 1rem;
  font-weight: 300;
}

.bubbles-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bubble {
  background-color: var(--primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.animation-full {
  opacity: .45;
  width: 100%;
  height: 100%;
}

.section {
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.uslugi-holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: 2rem;
}

.hover_image {
  z-index: 3;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 15px;
  height: 30rem;
  position: absolute;
  right: 15%;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.hover-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.border-null {
  color: var(--text-dark-color);
  cursor: pointer;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  text-decoration: none;
  transition: all .125s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.is-main.border-null:hover {
  background-color: #00c1ff26;
}

.text_hover {
  z-index: 10;
  letter-spacing: 0;
  width: 100%;
  position: relative;
}

.n-line {
  z-index: 1;
  background-color: var(--text-dark-color);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.n-line.bottom {
  inset: auto 0% 0%;
}

.button-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-holder.center {
  justify-content: center;
  align-items: center;
}

.image-on-site {
  border-radius: .4rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.image-on-site.blog {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.blog-card {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: var(--text-dark-color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.blog-card:hover {
  transform: scale(1.03);
}

.spacing-3rem {
  height: 3rem;
}

.field-label-2 {
  color: #151416;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.pole-tekstu {
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.zgoda {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.checkbox {
  border-color: #ba0000;
  transform: scale(1.5);
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--text-dark-color);
  background-color: var(--primary);
}

.checkbox-label {
  color: #151416;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.4;
}

.button-main {
  color: #fdfdfd;
  text-align: center;
  background-color: #947f57;
  border-radius: .4rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-main:hover {
  transform: translate(0, -8px)scale(1.03);
}

.success-message {
  color: #fff;
  background-color: #00b3ef;
  border-radius: 20px;
  font-size: 1rem;
}

.form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.contact-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.kontakt-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.kontakt-card.no-border {
  border-bottom-style: none;
  justify-content: center;
  align-items: flex-start;
}

.contact-card-up {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  max-width: 10%;
}

.contact-mail {
  color: #151416;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.contact-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.title-small {
  color: var(--text-dark-color);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px;
  margin-left: .5rem;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 16px;
}

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

.footer-brand {
  max-width: 256px;
  transition: all .35s;
}

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

.footer-social-link-2 {
  color: #434343;
  margin-left: 12px;
  transition: all .35s;
}

.footer-social-link-2:hover {
  color: var(--primary);
  transform: translate(0, -4px)scale(1.1);
}

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

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

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

.footer-social-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-center {
  color: var(--primary);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.footer-link {
  color: var(--text-dark-color);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
  transition: all .35s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-link.w--current {
  color: #947f57;
}

.footer-dark {
  border-top: 1px solid var(--text-dark-color);
  filter: drop-shadow(0 -2px 8px #00000026);
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.icon-3 {
  color: var(--text-dark-color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-3:hover {
  color: var(--primary);
}

.image-2 {
  max-width: 90%;
}

.span-color {
  border-bottom: 3px solid var(--primary);
  color: var(--primary);
}

.testimonial-down {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.uui-testimonial14_client-heading {
  color: #151416;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.google-link {
  color: #a2b3cd;
  text-decoration: none;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-testimonial14_content {
  background-color: #f9fafb;
  border: 0 #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial14_content.opinion {
  background-color: #0000;
  border-radius: 24px;
  height: 100%;
  margin-bottom: 0;
  padding: 1.5rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-testimonial14_client.no-space {
  margin-top: 0;
}

.paragraph-main-2 {
  color: #151416;
  text-align: left;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.uui-testimonial14_rating-icon {
  color: #ffbe28;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.feature-card {
  aspect-ratio: 1;
  border-radius: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.feature-card.dark {
  background-color: var(--text-dark-color);
  color: var(--white);
}

.blog-text-holder {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-new {
  color: var(--primary);
  text-decoration: none;
}

.link-new:hover {
  border-bottom: 1px solid var(--primary);
}

.link-new.white {
  border-bottom: 1px solid var(--white);
  color: var(--white);
}

.link-new.white:hover {
  border-bottom-color: var(--text-dark-color);
  color: var(--text-dark-color);
}

.animation---1735556689361 {
  width: 250px;
  height: 250px;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  font-weight: 300;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #151416e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_button {
  color: #151416;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-size: .6rem;
  font-weight: 400;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #151416;
  font-weight: 400;
}

.fs-cc-prefs2_close {
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--primary);
  color: #fff;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-manager2_button {
  color: var(--primary);
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: var(--text-dark-color);
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border: 2px solid var(--primary);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

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

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 500;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}

.fs-cc-prefs2_button {
  background-color: var(--primary);
  text-align: center;
  border: 1px solid #151416;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
  margin-bottom: 12px;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #0d2038;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

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

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-blog {
  border-radius: .4rem;
  max-width: 600px;
  margin: 2rem auto;
}

@media screen and (max-width: 991px) {
  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_navbar5_item-title {
    text-align: center;
    position: relative;
    right: auto;
  }

  .rl_navbar5_link-text:hover {
    color: #cba841;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-link {
    color: #947f57;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .rl_navbar5_dropdown-link-list {
    grid-template-columns: 1fr;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_item-right {
    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: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_dropdown-toggle {
    color: #947f57;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_dropdown-toggle.w--open {
    color: #cba841;
  }

  .rl_menu-icon_line-middle {
    background-color: #ffeeca;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #ffeeca;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_link {
    color: #947f57;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar5_link.w--current {
    color: #cba841;
  }

  .rl_navbar5_logo {
    max-width: 256px;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fffffff2;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar5_menu-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_menu-icon_line-bottom {
    background-color: #ffeeca;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

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

  .hero-section.main {
    box-shadow: none;
  }

  .padding.main {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .u-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

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

  .u-grid.left-more {
    grid-template-columns: 1.25fr;
  }

  .section {
    box-shadow: none;
  }

  .hover_image {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

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

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

  .testimonial-down {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-main-2 {
    font-size: 1rem;
  }

  .animation---1735556689361 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_item-title {
    text-align: left;
    position: relative;
  }

  .rl_navbar5_dropdown-link {
    color: var(--text-dark-color);
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .rl_navbar5_item-right {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .rl_navbar5_dropdown-toggle {
    color: var(--text-dark-color);
  }

  .rl_navbar5_dropdown-toggle.w--open {
    color: var(--primary);
  }

  .rl_navbar5_logo {
    max-width: 256px;
  }

  .heading.very-big {
    font-size: 3rem;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-main-2 {
    max-width: none;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

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

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

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

  .image-blog {
    max-width: 350px;
  }
}

@media screen and (max-width: 479px) {
  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_item-title {
    font-size: .8rem;
    position: relative;
  }

  .rl_navbar5_dropdown-link {
    place-items: center start;
    padding-left: 0;
    position: relative;
  }

  .button.c-11 {
    width: 100%;
  }

  .rl_navbar5_dropdown-link-list {
    grid-template-columns: 1fr;
  }

  .rl_navbar5_item-right {
    justify-content: center;
    align-items: flex-start;
  }

  .rl_navbar5_logo {
    max-width: 160px;
  }

  .rl_navbar5_logo-link {
    max-width: 256px;
  }

  .u-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

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

  .u-grid.contact {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .heading.main {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading.very-big {
    font-size: 2rem;
  }

  .heading.feature {
    font-size: 1rem;
  }

  .paragraph-main._1-4rem.left {
    text-align: left;
  }

  .button-holder {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .field-label-2 {
    text-align: center;
    font-size: 1rem;
  }

  .zgoda {
    flex-flow: column;
  }

  .button-main {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .8rem 1.5rem;
    font-size: .7rem;
  }

  .form-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-mail {
    font-size: 1rem;
  }

  .title-small {
    text-align: center;
  }

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

  .uui-testimonial14_content {
    background-color: #f9fafb;
  }

  .uui-testimonial14_content.opinion {
    padding: 1.5rem;
  }

  .paragraph-main-2 {
    font-size: .8rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_content, .fs-cc-prefs2_component {
    padding: 24px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .image-blog {
    max-width: 100%;
  }
}

#w-node-_272f3a97-c513-afc9-a793-eddcaa447fa7-aa447fa1, #w-node-_272f3a97-c513-afc9-a793-eddcaa447fb9-aa447fa1, #w-node-_272f3a97-c513-afc9-a793-eddcaa447fda-aa447fa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aae5fa35-bf97-6e90-72e4-eee51ac34910-1ac348f0, #w-node-aae5fa35-bf97-6e90-72e4-eee51ac34914-1ac348f0, #w-node-aae5fa35-bf97-6e90-72e4-eee51ac34918-1ac348f0, #w-node-aae5fa35-bf97-6e90-72e4-eee51ac3491c-1ac348f0, #w-node-aae5fa35-bf97-6e90-72e4-eee51ac34920-1ac348f0, #w-node-aae5fa35-bf97-6e90-72e4-eee51ac34924-1ac348f0, #w-node-a5e4dcfb-15e4-af4d-0a00-85f5e250b508-1ac348f0, #w-node-fa8c83ef-8dbc-c4fc-84c6-9d5b97159ff0-1ac348f0, #w-node-_16c693d9-c056-a8e0-7455-e88ccea6627a-1ac348f0 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_47c9079a-94fd-e81b-06ce-60e5fe37e03e-e6e89dd0 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-cea36557-951e-27e2-70ec-bd51bff83838-e6e89dd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-275b5487 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9cc736b6-abe2-ccfe-650d-80b72eceb392-275b5487, #w-node-bb32ac29-41cf-08bc-1e4c-782dd1cbd21d-275b5487, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-6fa9740d, #w-node-_9cc736b6-abe2-ccfe-650d-80b72eceb392-6fa9740d, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-79bb1f7b, #w-node-_9cc736b6-abe2-ccfe-650d-80b72eceb392-79bb1f7b, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-42d4808a, #w-node-_9cc736b6-abe2-ccfe-650d-80b72eceb392-42d4808a, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-9f90436e, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-f51cc593, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-4b0ebaff, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-cec13ead, #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-adaa4d6d {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdae80f1-1a62-d22f-aca6-a702d7f6d92a-275b5487, #w-node-_9cc736b6-abe2-ccfe-650d-80b72eceb392-275b5487, #w-node-bb32ac29-41cf-08bc-1e4c-782dd1cbd21d-275b5487 {
    grid-area: 2 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Harmony Personal Use';
  src: url('../fonts/HARMONY-Personal-use.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}