:root {
  --neutral--600: #606981;
  --neutral--800: #0a215b;
  --accent--primary-1: #d81125;
  --neutral--100: white;
  --neutral--300: #eef0f5;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --neutral--400: #d6d9e2;
  --general--shadow-01: #14142b0a;
  --background: #0c4785;
  --neutral--500: #aab2c5;
  --neutral--200: #f7f8fb;
  --color-accent-1-hover-color: #f3263f;
  --button-shadow--white-01: #14142b0a;
  --system--red-100: #ffeff0;
  --system--blue-100: #eaf4ff;
  --system--300: #ff5a65;
  --button-shadow--color-01: #f4455a0f;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --button-shadow--color-2: #f4455a14;
  --button-shadow--color-03: #f4455a14;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --neutral--700: #3b496d;
  --neutral--black: #000;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--green-400: #11845b;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--red-200: #ffbec2;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
}

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

body {
  color: var(--neutral--600);
  font-family: Claritycity, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 126px 102px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.615em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

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

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

.grid-2-columns.form.verti {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid-2-columns.buttons-width-248px-grid {
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: minmax(auto, 284px);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.card.form {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 72px 48px;
  display: flex;
}

.card.form.min-h-902px {
  min-height: 902px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card.card-image-top {
  border-style: none;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: none;
  display: flex;
}

.card.testimonial-slider-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-color: var(--neutral--400);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: 1010px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 20px 54px;
  display: flex;
}

.card.faqs-item {
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: space-between;
  padding: 60px 64px;
  transition: transform .3s;
  display: flex;
}

.card.faqs-item:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.password-protected-card {
  z-index: 1;
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 104px;
  position: relative;
}

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

.grid-4-columns.properties-search-filters-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutral--100);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 48px;
  display: flex;
}

.grid-4-columns.properties-search-filters-grid.trans {
  background-color: #fff0;
  max-width: 70%;
  padding-top: 0;
  padding-bottom: 20px;
}

.grid-4-columns.properties-search-filters-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 48px;
}

.grid-4-columns.properties-search-filters-grid.trans {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
  display: grid;
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-800.bottom-44 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 44%;
}

.bg-neutral-800.faqs-bg {
  z-index: -1;
  background-color: var(--background);
  min-height: 515px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.bg-neutral-100.bg-50-right {
  z-index: -1;
  position: absolute;
  inset: 0% 50% 0% 0%;
}

.bg-neutral-100.left-60---top-72 {
  position: absolute;
  inset: 72% 0% 0% 60%;
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.color-neutral-400.mg-bottom-24px {
  color: var(--neutral--200);
  font-size: 16px;
  line-height: 1.4em;
}

.color-neutral-400.mg-bottom-10px, .color-neutral-400.mg-bottom-0 {
  color: var(--neutral--200);
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider.bg-neutral-600 {
  background-color: var(--neutral--600);
}

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

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

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

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

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

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

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.medium {
  text-align: center;
  font-weight: 500;
}

.text-200.medium.color-neutral-500 {
  color: var(--neutral--100);
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 62px;
  font-weight: 700;
  line-height: 1.194em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
  font-size: 40px;
  line-height: 1em;
}

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

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.24em;
}

.display-2.mg-bottom-4px {
  text-align: center;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-3 {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.211em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.286em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 40px;
}

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

.grid-3-columns.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.footer-menu-links-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._580px, .inner-container._540px {
  max-width: 580px;
}

.inner-container._730px {
  max-width: 730px;
}

.inner-container._464px {
  max-width: 464px;
}

.inner-container._528px {
  max-width: 528px;
}

.inner-container._488px {
  max-width: 488px;
}

.inner-container._372px {
  max-width: 372px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._474px {
  max-width: 474px;
}

.inner-container._454px {
  max-width: 454px;
}

.inner-container._1024px {
  max-width: 1024px;
}

.inner-container._880px {
  max-width: 880px;
}

.inner-container._612px {
  max-width: 612px;
}

.inner-container._754px {
  max-width: 754px;
}

.inner-container._530px {
  max-width: 530px;
}

.mg-bottom-0 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.47em;
}

.mg-bottom-0.small {
  font-size: 12px;
}

.btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 30px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  border-color: var(--color-accent-1-hover-color);
  background-color: var(--color-accent-1-hover-color);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-primary.small {
  padding: 22px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  background-color: #c09b14;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.button-row.tm {
  margin-top: 20px;
}

.btn-primary.mg-top-16px.mg-top-0-mbl {
  margin-top: 0;
}

.btn-secondary {
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 30px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-secondary.header-search-button {
  border-color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 62px;
  max-height: 62px;
  margin-left: 24px;
  padding: 12px;
  font-size: 24px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.btn-secondary.header-search-button.mob {
  display: none;
}

.input {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  color: var(--neutral--600);
  border-radius: 0;
  min-height: 64px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

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

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

.input.input-icon-right {
  min-height: 72px;
  padding-right: 60px;
}

.text-area {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 0;
  min-height: 144px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

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

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

.text-area.min-h-188px {
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  min-height: 188px;
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-square {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.success-message-check-large {
  color: var(--accent--primary-1);
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.buttons-row {
  align-items: stretch;
  display: flex;
}

.buttons-row.wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-wrap: wrap;
}

.width-100 {
  width: 100%;
}

.container-default {
  max-width: 1316px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.overflow-hidden {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.overflow-hidden.low-marg-bottom {
  padding-bottom: 0;
}

.section.overflow-hidden.low-marg-bottom.op {
  margin-bottom: 50px;
}

.section.pd-top-130px {
  padding-top: 130px;
}

.section.pd-top-130px.overflow-hidden {
  margin-top: 0;
  padding-top: 100px;
}

.section.bg-neutral-800.overflow-hidden {
  background-color: var(--background);
  background-image: linear-gradient(80deg, var(--background), var(--accent--primary-1));
}

.section.pd-bottom-166px {
  padding-bottom: 166px;
}

.section.pd-bottom-166px.position-relative---z-index-1 {
  padding-top: 100px;
  overflow: hidden;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.header-wrapper {
  background-color: var(--background);
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.header-nav-link {
  color: var(--system--red-100);
  padding: 0;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  color: #eaf4ff;
  padding-left: 16px;
  padding-right: 16px;
}

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

.header-logo-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 288px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.hidden-on-desktop {
  display: none;
}

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

.footer-wrapper {
  background-color: #000;
  border: 1px #fff3;
  border-top-style: solid;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  min-width: 194px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -6px, .01px);
}

.footer-list-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-link {
  color: var(--neutral--400);
  line-height: 1.111em;
  text-decoration: none;
}

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

.footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-middle {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: .55fr .5fr .6fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.fit-cover {
  object-fit: cover;
  max-width: 80%;
}

.fit-cover.width-100 {
  object-position: 20% 50%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-mask {
  height: 100%;
}

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

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

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

.accordion-spacer.min-h-8px {
  min-height: 8px;
}

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

.accordion-btn-line.vertical {
  width: 2px;
  height: 18px;
}

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

.accordion-content-wrapper.width-660px {
  max-width: 660px;
}

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

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

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

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  padding: 26px 24px;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

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

.circle-number {
  background-color: var(--accent--primary-1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  padding-right: 3px;
  display: flex;
}

._404-not-found {
  z-index: -1;
  opacity: .25;
  color: var(--neutral--400);
  font-size: 478px;
  line-height: 1.004em;
  display: block;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
}

.top-section {
  padding-top: 130px;
}

.top-section.pd-top-100px {
  padding-top: 100px;
}

.top-section.pd-top-100px.pd-bottom-200px {
  padding-bottom: 100px;
}

.top-section.pd-bottom-200px {
  padding-bottom: 200px;
}

.top-section.pd-bottom-130px {
  padding-bottom: 130px;
}

.top-section.pd-bottom-130px.pd-bottom-0-tablet {
  padding-top: 20px;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-top {
  align-items: flex-start;
}

.flex.align-top.hide {
  display: none;
}

.mg-top--112px {
  margin-top: -112px;
}

.text-over-image-link-container {
  z-index: 1;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.text-over-image-link-gradient {
  background-image: linear-gradient(180deg, #040e272e, #0c478596 21%, var(--background) 63%, var(--accent--primary-1) 94%);
  position: absolute;
  inset: 0%;
}

.text-over-image-link---text-container {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

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

.link-underline-wrapper {
  display: inline-block;
}

.underline-wrapper {
  background-color: var(--neutral--600);
  min-height: 2px;
  max-height: 2px;
  margin-top: 10px;
}

.underline {
  background-color: var(--neutral--100);
  min-height: 2px;
  max-height: 2px;
}

.text-over-image-link---image {
  object-fit: cover;
  min-height: 520px;
}

.bg-dots {
  z-index: -1;
  position: absolute;
}

.bg-dots.top--34px---right--48px {
  top: -34px;
  right: -48px;
}

.bg-dots.left--48px---bottom--56px {
  bottom: -56px;
  left: -48px;
}

.bg-dots.top-right--44px {
  top: -44px;
  right: -44px;
}

.bg-dots.top-left--42px {
  top: -42px;
  left: -42px;
}

.bg-dots.top--46px---left-70px {
  top: -46px;
  left: 70px;
}

.bg-dots.bottom-left--48px {
  bottom: -48px;
  left: -48px;
}

.bg-dots.top--42px---right-34px {
  top: -42px;
  right: 34px;
}

.bg-dots.top--42px---right-34px.width-36 {
  width: 36%;
}

.bg-dots.left-0---bottom--72px {
  z-index: -2;
  bottom: -72px;
  left: 0;
}

.bg-dots.left-0---bottom--72px.width-38 {
  width: 38%;
}

.bg-dots.top-right-0 {
  top: 0;
  right: 0;
}

.bg-dots.top-right-0.width-16 {
  width: 16%;
}

.bg-dots.bottom-left-0 {
  bottom: 0;
  left: 0;
}

.bg-dots.bottom-left-0.width-16 {
  width: 16%;
}

.bg-dots._404-page-bottom-left-dots {
  width: 16%;
  bottom: 52px;
  left: 56px;
}

.bg-dots._404-page-top-right-dots {
  width: 16%;
  top: 38px;
  right: 44px;
}

.bg-dots.top--46px---right--70px {
  top: -46px;
  right: -70px;
}

.slider-arrow-btn-primary {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-family: Line Square Icons, sans-serif;
  font-size: 24px;
  line-height: 1em;
  transition: transform .3s, background-color .3s, border-color .3s;
  display: flex;
}

.slider-arrow-btn-primary:hover {
  border-color: var(--color-accent-1-hover-color);
  background-color: var(--color-accent-1-hover-color);
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow-btn-primary.text-left-image-right---right-arrow {
  margin: auto 0 0;
  bottom: 60px;
  left: 96px;
}

.slider-arrow-btn-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-family: Line Square Icons, sans-serif;
  font-size: 24px;
  line-height: 1em;
  transition: transform .3s, background-color .3s, border-color .3s;
  display: flex;
}

.slider-arrow-btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow-btn-secondary.text-left-image-right---left-arrow {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 60px;
}

.mg-top-4px {
  margin-top: 4px;
}

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

._3-images-grid---bg-square {
  z-index: -1;
  background-color: var(--accent--primary-1);
  width: 54%;
  height: 48%;
  position: absolute;
  bottom: 22%;
  left: 30%;
}

.cta-section-v1 {
  background-image: linear-gradient(#040e2794, #040e2794), url('../images/Konrad-Pinscher_1.avif');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 236px;
  padding-bottom: 236px;
}

.pd-top-and-bottom-48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.testimonial-slider-card-bottom-container {
  grid-column-gap: 8px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.slider-image-right---image {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 600px;
  padding-top: 34px;
  padding-right: 34px;
}

.slider-image-right---image-bg {
  z-index: -1;
  background-color: var(--accent--primary-1);
  width: 82%;
  height: 90%;
  position: absolute;
  top: 0%;
  right: 0%;
}

.social-icons-square-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
}

.mg-right-14px {
  margin-right: 14px;
}

.mg-bottom-124px {
  margin-bottom: 124px;
}

.image-bg-accent-1 {
  z-index: -1;
  background-color: var(--accent--primary-1);
  width: 84%;
  max-width: 512px;
  height: 96%;
  max-height: 640px;
  position: absolute;
}

.image-bg-accent-1.bottom-right--30px {
  bottom: -30px;
  right: -30px;
}

.mg-right-20px {
  margin-right: 20px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.input-icon-right---icon {
  color: var(--neutral--500);
  justify-content: center;
  align-items: center;
  font-family: Line Square Icons, sans-serif;
  font-size: 20px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
}

.form-right-section-bg {
  z-index: -1;
  background-color: var(--accent--primary-1);
  position: absolute;
  inset: 26% 0% 0% 60%;
}

.accordion-item---button-container {
  border: 1px solid var(--neutral--400);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  min-height: 2px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loading-bar {
  background-color: var(--accent--primary-1);
  min-height: 2px;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.phone-number {
  color: var(--neutral--100);
  font-size: 18px;
}

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

.white {
  color: var(--neutral--100);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4em;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.polityka-prywatno-ci {
  color: #fff;
}

.polityka-prywatno-ci-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-11 {
  margin-top: 15px;
  font-size: 18px;
  display: block;
}

.paragraph-17 {
  font-size: 16px;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
}

.checkbox-label {
  color: #666;
  font-size: 15px;
  line-height: 1.27em;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-span-71 {
  color: var(--accent--primary-1);
}

.clone-me-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.form {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.hide {
  display: none;
}

.hamburger-menu-bar-2 {
  background-color: #0a215b;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-wrapper-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.btn-secondary-2 {
  color: #0a215b;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0a215b;
  padding: 30px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #cca766;
  border-color: #cca766;
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary-2.header-search-button {
  cursor: pointer;
  background-color: #0c4785;
  border-color: #aab2c5;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 62px;
  max-height: 62px;
  margin-left: 24px;
  padding: 12px;
  font-size: 24px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.btn-secondary-2.header-search-button.mob {
  display: none;
}

.phone-number-2 {
  color: #fff;
  font-size: 18px;
}

.header-nav-link-2 {
  color: #d81125;
  padding: 0;
  font-weight: 500;
}

.header-nav-link-2:hover {
  color: #0c4785;
}

.header-nav-link-2.w--current {
  color: #0a215b;
}

.header-nav-link-2.w--current:hover {
  color: #cca766;
}

.hamburger-menu-wrapper-2 {
  padding: 0;
}

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

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #cca766;
  border: 1px solid #cca766;
  justify-content: center;
  padding: 30px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #c09b14;
  border-color: #c09b14;
  transform: translate3d(0, -6px, .01px);
}

.btn-primary-2.small {
  padding: 22px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary-2.small.header-btn-hidde-on-mb {
  cursor: pointer;
  background-color: #d81125;
  border-color: #f3263f;
  margin-left: 24px;
}

.btn-primary-2.small.header-btn-hidde-on-mb:hover {
  color: #d81125;
  background-color: #f4455a0f;
}

.top-section-image-right---bg-large {
  z-index: -1;
  background-color: #0c4785;
  background-image: url('../images/c1b39b_1.avif'), linear-gradient(90deg, #0c4785 13%, #d81125);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25%, auto;
  width: 76%;
  position: absolute;
  inset: 0%;
}

.container-default-2 {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d81125;
  border: 1px solid #d81125;
  justify-content: center;
  padding: 30px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  color: #fff;
  background-color: #f3263f;
  border-color: #f3263f;
  transform: translate3d(0, -6px, .01px);
}

.display-5 {
  color: #0c4785;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.194em;
}

.display-5.color-neutral-801 {
  color: #fff;
  font-size: 50px;
  line-height: 1.1em;
}

.top-section-image-right---bg-small {
  z-index: -2;
  background-color: #d81125;
  width: 40%;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 24%;
}

.btn-secondary-3 {
  color: #0c4785;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0c4785;
  padding: 30px 38px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary-3:hover {
  color: #fff;
  background-color: #d81125;
  border-color: #d81125;
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary-3.white {
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  width: auto;
  margin-top: 0;
}

.btn-secondary-3.white:hover {
  background-color: #d81125;
  border-color: #d81125;
}

.color-neutral-801 {
  color: #fff;
}

.button-icon {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: scale(.7);
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.div-put-3 {
  background-color: #1f0a5c00;
  background-image: linear-gradient(90deg, var(--background), var(--accent--primary-1));
  border: 1px solid #f1f1f1;
  border-radius: 0;
  width: 550px;
  max-width: 550px;
  height: 550px;
  padding: 10px;
  display: flex;
  position: relative;
}

.slider-custom-style {
  display: none;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #1f0a5c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  background-color: #e50071;
}

.swiper-button-prev:focus-visible {
  background-color: #e50071;
}

.swiper-button-prev[data-wf-focus-visible] {
  background-color: #e50071;
}

.swiper-button-prev._2 {
  background-color: var(--accent--primary-1);
  border-radius: 0;
}

.swiper-button-prev._2:hover {
  background-color: var(--background);
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #1f0a5c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  background-color: #e50071;
}

.swiper-button-next:focus-visible {
  background-color: #e50071;
}

.swiper-button-next[data-wf-focus-visible] {
  background-color: #e50071;
}

.swiper-button-next._2 {
  background-color: var(--accent--primary-1);
  border-radius: 0;
}

.swiper-button-next._2:hover {
  background-color: var(--background);
}

.swrper_component {
  object-fit: cover;
  position: relative;
}

.section-25 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f3f7fa;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 3%;
  display: flex;
  overflow: hidden;
}

.swiper-container {
  max-width: 100%;
}

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

.swiper-slide {
  z-index: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 25px;
  flex: none;
  min-width: 250px;
  transition: transform .3s;
  position: relative;
}

.swiper-slide._1 {
  border-radius: 0;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-bottom: 2rem;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.image-73 {
  height: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-26 {
  flex: 1;
  padding: 140px 5% 0;
}

.section-26.gradient-first-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-design-20_2Untitled design (20).avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-27 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-49 {
  font-size: 18px;
}

.text-span-86 {
  font-size: 1.1rem;
  font-weight: 700;
}

.text-span-87 {
  font-size: 18px;
}

.image-4 {
  filter: invert() grayscale();
  width: 25%;
}

.reviews-google-block {
  justify-content: center;
  height: 25px;
  display: flex;
}

.reviews-google-block.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: flex-start;
  height: 20px;
  margin-bottom: 10px;
}

.image-74 {
  filter: invert() grayscale();
  width: 100%;
}

.mobile-scrolly-thing {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ff3131;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.mob-foot-button {
  color: #fff;
  background-color: #ff3131;
  border-left: 1px solid #ff6868;
  border-right: 1px solid #ff6868;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.mob-foot-button:hover {
  background-color: #ff6868;
  background-image: linear-gradient(157deg, #0000, #ef532c 99%);
  margin-top: -20px;
}

.mob-foot-button:active {
  background-color: #ff6868;
  background-image: linear-gradient(311deg, #0000, #ef532c 99%);
}

.mobile-icon {
  width: 22px;
}

.mob-foot-linktext {
  text-transform: uppercase;
  margin-top: 7px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .buttons-row.wrap {
    flex-flow: wrap-reverse;
  }

  .fit-cover {
    max-width: 80%;
  }

  .cta-section-v1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Untitled-design-29_1.avif');
  }

  .btn-secondary-3.white {
    width: auto;
    margin-top: 0;
  }

  .div-put-3 {
    height: 550px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .display-1.color-neutral-100 {
    font-size: 55px;
    line-height: 1.1em;
  }

  .div-put-3 {
    height: 550px;
  }

  .section-25 {
    padding-left: 8%;
    padding-right: 3%;
  }

  .section-26.gradient-first-section {
    background-image: linear-gradient(#fff, #5d9fd7 57%, #22427b);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  blockquote {
    font-size: 24px;
  }

  .grid-2-columns._1-col-tablet, .grid-2-columns._1fr---1-42fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .card.form {
    padding: 64px 40px;
  }

  .card.form.min-h-902px {
    min-height: 886px;
  }

  .card.testimonial-slider-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.faqs-item {
    padding: 56px 48px;
  }

  .card.password-protected-card {
    padding-left: 56px;
    padding-right: 56px;
  }

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

  .grid-4-columns.properties-search-filters-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

  .display-1 {
    font-size: 56px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

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

  .grid-3-columns.footer-menu-links-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .inner-container._404px-tablet {
    max-width: 404px;
  }

  .inner-container._728px-tablet {
    max-width: 728px;
  }

  .btn-secondary.header-search-button {
    min-width: auto;
    max-width: none;
    min-height: 54px;
    max-height: 54px;
  }

  .btn-secondary.header-search-button.mob {
    margin-left: 0;
    display: block;
  }

  .section {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section.pd-top-130px {
    padding-top: 100px;
  }

  .section.pd-bottom-166px {
    padding-bottom: 120px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--background);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.show-in-tablet.buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    color: var(--system--red-100);
    margin-left: 24px;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top {
    background-color: var(--neutral--100);
  }

  .hamburger-menu-bar.bottom {
    background-color: var(--neutral--100);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-middle {
    margin-left: auto;
  }

  .utility-page-wrap {
    padding-top: 200px;
    padding-bottom: 240px;
  }

  .footer-bottom {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-middle {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .slider-mask {
    position: static;
  }

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

  ._404-not-found {
    font-size: 400px;
    top: 140px;
  }

  .top-section {
    padding-top: 100px;
  }

  .top-section.pd-top-100px {
    padding-top: 80px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 160px;
  }

  .top-section.pd-bottom-130px {
    padding-bottom: 100px;
  }

  .top-section.pd-bottom-130px.pd-bottom-0-tablet {
    padding-bottom: 0;
  }

  .text-over-image-link-container {
    margin-left: auto;
    margin-right: auto;
  }

  .bg-dots.top--34px---right--48px {
    top: -16px;
  }

  .bg-dots.top-right--44px {
    top: -24px;
    right: -24px;
  }

  .bg-dots.top--46px---left-70px {
    top: -20px;
    left: -20px;
  }

  .bg-dots._404-page-bottom-left-dots {
    bottom: 32px;
    left: 32px;
  }

  .bg-dots._404-page-top-right-dots {
    top: 32px;
    right: 32px;
  }

  .cta-section-v1 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .pd-top-and-bottom-48px.pd-top-and-bottom-16px-tablet {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .image-bg-accent-1.bottom-right--30px {
    bottom: -16px;
    right: -16px;
  }

  .form-right-section-bg {
    top: 50%;
    left: 34%;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }

  .form {
    flex-wrap: wrap;
  }

  .hamburger-menu-bar-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-2.top {
    background-color: #0c4785;
  }

  .hamburger-menu-bar-2.bottom {
    background-color: #0c4785;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #eef0f5;
    border-bottom: 1px solid #eef0f5;
    padding: 24px;
  }

  .btn-secondary-2.header-search-button {
    min-width: auto;
    max-width: none;
    min-height: 54px;
    max-height: 54px;
  }

  .btn-secondary-2.header-search-button.mob {
    margin-left: 0;
    display: block;
  }

  .hamburger-menu-wrapper-2 {
    color: #ffeff0;
    margin-left: 24px;
  }

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

  .btn-primary-2.small {
    background-color: #d81125;
  }

  .btn-primary-2.small:hover {
    border-color: #f3263f;
  }

  .top-section-image-right---bg-large {
    background-image: url('../images/c1b39b_1.avif'), linear-gradient(#0c4785 32%, #d81125);
    background-position: 90% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 15%, auto;
    width: auto;
    bottom: 50%;
  }

  .display-5 {
    font-size: 56px;
  }

  .div-put-3 {
    height: 550px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section-25 {
    padding-left: 3%;
  }

  .section-26 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 80px 32px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 16px;
  }

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

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

  .grid-2-columns._2-col-mbl.gap-20px-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2-columns.gap-row-80px {
    grid-row-gap: 80px;
  }

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

  .card.form {
    padding: 56px 32px;
  }

  .card.form.min-h-902px {
    min-height: 818px;
  }

  .card.testimonial-slider-card {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .card.faqs-item {
    padding: 40px 32px;
  }

  .card.password-protected-card {
    max-width: 540px;
    padding: 80px 32px;
  }

  .grid-4-columns.properties-search-filters-grid {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 0;
    display: flex;
  }

  .grid-4-columns.properties-search-filters-grid {
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 0;
    display: flex;
  }

  .grid-4-columns.properties-search-filters-grid.trans {
    grid-column-gap: 10px;
    display: flex;
  }

  .bg-neutral-100.bg-50-right._0-right-mbl {
    right: 0%;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

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

  .mg-top-48px {
    margin-top: 40px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 48px;
  }

  .display-1.color-neutral-100, .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 40px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._600px-mbl {
    max-width: 600px;
  }

  .inner-container._620px-mbl {
    max-width: 620px;
  }

  .inner-container._48px-mbl {
    max-width: 48px;
  }

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

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 20px 32px;
  }

  .btn-secondary.header-search-button {
    display: none;
  }

  .btn-secondary.header-search-button.mob {
    display: block;
  }

  .input {
    min-height: 54px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.input-icon-right {
    min-height: 64px;
    padding-right: 50px;
  }

  .line-square-icon.success-message-check-large {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .buttons-row.wrap {
    grid-column-gap: 16px;
  }

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

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.pd-top-130px {
    padding-top: 80px;
  }

  .section.pd-bottom-166px {
    padding-bottom: 100px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .utility-page-wrap {
    padding-top: 64px;
    padding-bottom: 160px;
  }

  .footer-middle {
    grid-column-gap: 24px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .slider-wrapper {
    padding-bottom: 120px;
  }

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

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

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

  .circle-number {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  ._404-not-found {
    font-size: 240px;
    top: 25px;
  }

  .top-section, .top-section.pd-top-100px {
    padding-top: 64px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .top-section.pd-bottom-130px {
    padding-bottom: 64px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .mg-top-0-mbl {
    margin-top: 0;
  }

  .text-over-image-link---text-container {
    left: 32px;
    right: 32px;
  }

  .bg-dots.bottom-left--48px {
    bottom: -32px;
    left: -32px;
  }

  .bg-dots.top--42px---right-34px.width-36 {
    top: -6%;
    right: 6%;
  }

  .bg-dots.left-0---bottom--72px.width-38 {
    bottom: -8%;
  }

  .bg-dots._404-page-bottom-left-dots {
    bottom: 12px;
    left: 12px;
  }

  .bg-dots._404-page-top-right-dots {
    top: 12px;
    right: 12px;
  }

  .slider-arrow-btn-primary.right-arrow---bottom-center-mbl {
    inset: auto 0% 0% 78px;
  }

  .slider-arrow-btn-primary.text-left-image-right---right-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 0% 78px;
  }

  .slider-arrow-btn-secondary.left-arrow---bottom-center-mbl, .slider-arrow-btn-secondary.text-left-image-right---left-arrow {
    inset: auto 78px 0% 0%;
  }

  .slider-image-right---image {
    min-height: auto;
    padding-top: 24px;
    padding-right: 24px;
  }

  .social-icons-square-container {
    flex-wrap: wrap;
  }

  .mg-bottom-124px {
    margin-bottom: 100px;
  }

  .image-bg-accent-1.bottom-right--30px {
    max-width: none;
    max-height: none;
    bottom: -12px;
    right: -12px;
  }

  .paragraph-17 {
    font-size: .9rem;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 70px;
    right: 15px;
  }

  .button_call-2 {
    background-color: #ffbf41;
    width: 45px;
    height: 45px;
  }

  .hamburger-menu-bar-2 {
    width: 32px;
  }

  .header-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .btn-secondary-2.header-search-button {
    display: none;
  }

  .btn-secondary-2.header-search-button.mob {
    display: block;
  }

  .hamburger-menu-wrapper-2 {
    margin-left: 16px;
  }

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

  .btn-primary-2.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-2.small.header-btn-hidde-on-mb {
    display: none;
  }

  .top-section-image-right---bg-large {
    bottom: 40%;
  }

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

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

  .display-5 {
    font-size: 48px;
  }

  .top-section-image-right---bg-small {
    bottom: 20%;
  }

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

  .div-put-3 {
    width: auto;
    height: auto;
    padding: 5px;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .section-25 {
    padding-left: 0%;
  }

  .swiper-slide {
    width: 50%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .section-26 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-26.gradient-first-section {
    padding-top: 150px;
  }

  .image-4, .image-74 {
    max-width: 20%;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mob-foot-button {
    background-color: var(--accent--primary-1);
  }

  .mob-foot-button:hover {
    background-color: var(--background);
    background-image: linear-gradient(157deg, transparent, var(--accent--primary-1) 99%);
  }

  .mob-foot-linktext:hover {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 64px 24px;
    font-size: 18px;
  }

  .grid-2-columns.form.verti {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    display: grid;
  }

  .grid-2-columns._2-col-mbl.gap-20px-mbl {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-2-columns.buttons-width-248px-grid {
    grid-template-columns: 1fr;
  }

  .card.form {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.form.min-h-902px {
    min-height: 0;
  }

  .card.testimonial-slider-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.faqs-item, .card.password-protected-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .grid-4-columns.properties-search-filters-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-4-columns.properties-search-filters-grid.trans {
    grid-column-gap: 10px;
    flex-flow: row;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .grid-4-columns.properties-search-filters-grid {
    grid-row-gap: 32px;
    flex-flow: column wrap-reverse;
  }

  .grid-4-columns.properties-search-filters-grid.trans {
    grid-column-gap: 10px;
    flex-flow: row;
    grid-auto-flow: row;
    max-width: 100%;
    display: flex;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-8px {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.27em;
  }

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

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

  .text-200.medium {
    font-size: 14px;
  }

  .text-200.bold.mg-bottom-6px {
    font-size: 15px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.color-neutral-100 {
    font-size: 28px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3 {
    font-size: 24px;
  }

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

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 32px;
  }

  .grid-3-columns.footer-menu-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-0 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.input-icon-right {
    padding-right: 30px;
  }

  .text-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .social-icon-square {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .line-square-icon.success-message-check-large {
    font-size: 48px;
  }

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

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.overflow-hidden, .section.overflow-hidden.low-marg-bottom, .section.pd-top-130px.overflow-hidden {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section.bg-neutral-800.overflow-hidden {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.pd-bottom-166px {
    padding-bottom: 80px;
  }

  .section.pd-bottom-166px.position-relative---z-index-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-wrapper {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .hamburger-menu-wrapper {
    margin-right: 15px;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .utility-page-wrap {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .footer-middle {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-mask.overflow-visible {
    margin-bottom: -50px;
  }

  .accordion-btn-line {
    width: 14px;
  }

  .accordion-btn-line.vertical {
    height: 14px;
  }

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

  .circle-number {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  ._404-not-found {
    font-size: 140px;
    top: 8px;
  }

  .top-section, .top-section.pd-top-100px {
    padding-top: 48px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .top-section.pd-bottom-130px {
    padding-bottom: 48px;
  }

  .top-section.pd-bottom-130px.pd-bottom-0-tablet {
    padding-top: 50px;
  }

  .position-relative---z-index-1.overflow-hidden, .mg-top--112px.mg-top-0-mbl {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-over-image-link---text-container {
    left: 24px;
    right: 24px;
  }

  .bg-dots._404-page-bottom-left-dots {
    width: 30%;
  }

  .bg-dots._404-page-top-right-dots {
    width: 30%;
    top: 0;
    right: 0;
  }

  .cta-section-v1 {
    background-image: linear-gradient(#040e2794, #040e2794), url('../images/Konrad-Pinscher_1.avif'), linear-gradient(3deg, #000 20%, #fff);
    background-position: 0 0, 20%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .testimonial-slider-card-bottom-container {
    flex-wrap: wrap;
  }

  .slider-image-right---image {
    padding-top: 18px;
    padding-right: 18px;
  }

  .image-bg-accent-1.bottom-right--30px {
    bottom: -8px;
    right: -8px;
  }

  .max-width-48px-mbp {
    max-width: 48px;
  }

  .accordion-item---button-container {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-17 {
    font-size: .8rem;
  }

  .clone-me-2 {
    bottom: 70px;
    right: 13px;
  }

  .button_call-2 {
    background-color: var(--accent--primary-1);
    width: 45px;
    height: 45px;
  }

  .form {
    flex-wrap: wrap;
  }

  .hamburger-menu-bar-2 {
    width: 28px;
  }

  .header-wrapper-2 {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hamburger-menu-wrapper-2 {
    margin-right: 15px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .top-section-image-right---bg-large {
    bottom: 25%;
  }

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

  .btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-5 {
    font-size: 40px;
  }

  .display-5.color-neutral-801 {
    font-size: 38px;
    line-height: 1em;
  }

  .top-section-image-right---bg-small {
    bottom: 8%;
  }

  .btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-put-3 {
    max-width: none;
    height: auto;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-slide._1 {
    width: 100%;
    min-width: 300px;
  }

  .section-spacing.project {
    padding-top: 0;
  }

  .image-4 {
    max-width: 20%;
  }

  .reviews-google-block.left {
    margin-bottom: 8px;
  }

  .image-74 {
    max-width: 20%;
  }

  .mobile-scrolly-thing {
    z-index: 8888888;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ff3131;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: grid;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mob-foot-button {
    text-align: center;
    background-color: #0000;
    border-left: 1px solid #ff6868;
    border-right: 1px solid #ff6868;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: #ff6868;
    background-image: linear-gradient(309deg, #ef532c, #fff0);
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: linear-gradient(162deg, #ef532c, #fff0);
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: var(--accent--primary-1);
    border-left-color: #5d0099;
    border-right-color: #5d0099;
  }

  .mobile-icon {
    width: 100%;
    max-width: 18px;
    min-height: 18px;
    margin-bottom: 5px;
  }

  .mob-foot-linktext {
    color: #eee;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
  }
}

#w-node-e8f23820-740b-d770-8180-edbf8dad2671-3d766211, #w-node-fb63d058-252e-5111-90c8-caf0586b3c6a-3d766211, #w-node-fb63d058-252e-5111-90c8-caf0586b3c6b-3d766211, #w-node-fb63d058-252e-5111-90c8-caf0586b3c6c-3d766211, #w-node-e8f23820-740b-d770-8180-edbf8dad2681-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbb6594-0b44-561e-0552-ac0e7b5a754f-3d766211, #w-node-_26474ee3-aba6-4b13-1156-b20d37d10934-3d766211, #w-node-_49fe80f1-6b66-3583-4cb2-97b6677c29b8-3d766211, #w-node-d0a1af47-632d-89ef-9fba-446ba1cc04e8-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_740c48e4-b487-a2b3-5871-27dd9c14de40-3d766211, #w-node-d60762d8-8988-f3c3-0625-cb0653327f98-3d766211, #w-node-c0d2f93a-60de-0276-b1a5-2194e87086d0-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8eee7b1-e269-5b72-dbab-7786b174f3bd-3d766211 {
  align-self: stretch;
}

#w-node-cfc5139b-f4a0-6ccd-0bae-e3c3742241c1-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f458de00-e1ca-2a1d-8000-393bf56cbe2c-3d766211 {
  justify-self: end;
}

#w-node-_9a583eff-5f97-ad91-d6ac-d12acf9abeac-3d766211 {
  align-self: stretch;
}

#w-node-_9a583eff-5f97-ad91-d6ac-d12acf9abead-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a583eff-5f97-ad91-d6ac-d12acf9abeae-3d766211 {
  justify-self: end;
}

#w-node-_219afc86-5afc-7f11-bc7c-5ea7db257829-3d766211 {
  align-self: stretch;
}

#w-node-_219afc86-5afc-7f11-bc7c-5ea7db25782a-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_219afc86-5afc-7f11-bc7c-5ea7db25782b-3d766211 {
  justify-self: end;
}

#w-node-_48cce028-6879-248e-7568-6a6dffed0d70-3d766211 {
  align-self: stretch;
}

#w-node-_48cce028-6879-248e-7568-6a6dffed0d71-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48cce028-6879-248e-7568-6a6dffed0d72-3d766211 {
  justify-self: end;
}

#w-node-d962a488-78e9-83f4-5a0c-7c849fc298b9-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d962a488-78e9-83f4-5a0c-7c849fc298d2-3d766211, #w-node-d962a488-78e9-83f4-5a0c-7c849fc298d7-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b06c3f66-43ff-048a-0e6c-85b09d59d92e-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b06c3f66-43ff-048a-0e6c-85b09d59d92f-3d766211, #w-node-b06c3f66-43ff-048a-0e6c-85b09d59d930-3d766211 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d962a488-78e9-83f4-5a0c-7c849fc298db-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d962a488-78e9-83f4-5a0c-7c849fc298e4-3d766211, #w-node-d962a488-78e9-83f4-5a0c-7c849fc298eb-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_766e29d0-85c0-5621-98ba-54dded2417d6-3d766211, #w-node-_4e63f4ac-19fe-020e-6a8b-13e8b7173ff6-3d766211, #w-node-_707b4fd9-36ac-07c3-c6d2-a1a5d34c373e-3d766211, #w-node-_707b4fd9-36ac-07c3-c6d2-a1a5d34c3748-3d766211, #w-node-_7187dcdb-1357-1984-16c3-d8e252ecb2f2-3d766211, #w-node-_7187dcdb-1357-1984-16c3-d8e252ecb2fc-3d766211, #w-node-af5ac3b4-706f-4a67-e157-2a2786051e84-3d766211, #w-node-af5ac3b4-706f-4a67-e157-2a2786051e8f-3d766211, #w-node-_3dcb0be9-1415-d7bd-d169-ca6c3e6552d7-3d766211, #w-node-_3dcb0be9-1415-d7bd-d169-ca6c3e6552e2-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa1fc7-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa1fe2-3d766211 {
  justify-self: stretch;
}

#w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa1fe3-3d766211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa1fe4-3d766211 {
  align-self: start;
}

#w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa2011-3d766211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa2015-3d766211 {
  justify-self: start;
}

#w-node-_015fed6d-7420-49d8-b625-5a31412eb898-b2939d35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0091666f-009d-2514-5d3f-1bdfb2939d9a-b2939d35 {
  justify-self: center;
}

#w-node-_495e3757-2462-961a-9c11-7daf013fda34-3d76625b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-3d7662a5 {
  align-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-d962a488-78e9-83f4-5a0c-7c849fc298b9-3d766211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b8eee7b1-e269-5b72-dbab-7786b174f3bd-3d766211, #w-node-_9a583eff-5f97-ad91-d6ac-d12acf9abeac-3d766211, #w-node-_219afc86-5afc-7f11-bc7c-5ea7db257829-3d766211, #w-node-_48cce028-6879-248e-7568-6a6dffed0d70-3d766211 {
    align-self: auto;
  }

  #w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa1fc7-3d766211 {
    justify-self: center;
  }

  #w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa1fe2-3d766211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0091666f-009d-2514-5d3f-1bdfb2939d4e-b2939d35, #w-node-_015fed6d-7420-49d8-b625-5a31412eb894-b2939d35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0091666f-009d-2514-5d3f-1bdfb2939d9a-b2939d35 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d962a488-78e9-83f4-5a0c-7c849fc298db-3d766211 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_0091666f-009d-2514-5d3f-1bdfb2939d4e-b2939d35, #w-node-_015fed6d-7420-49d8-b625-5a31412eb894-b2939d35 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e63f4ac-19fe-020e-6a8b-13e8b7173ff6-3d766211, #w-node-_707b4fd9-36ac-07c3-c6d2-a1a5d34c3748-3d766211, #w-node-_7187dcdb-1357-1984-16c3-d8e252ecb2fc-3d766211, #w-node-af5ac3b4-706f-4a67-e157-2a2786051e8f-3d766211, #w-node-_3dcb0be9-1415-d7bd-d169-ca6c3e6552e2-3d766211 {
    order: -9999;
  }

  #w-node-c69e96cb-5ae1-2397-8850-ba1ed5aa2011-3d766211 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0091666f-009d-2514-5d3f-1bdfb2939d4e-b2939d35, #w-node-_0091666f-009d-2514-5d3f-1bdfb2939d9a-b2939d35 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}