.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

.navbar-logo-center {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 127px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  background-color: transparent;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.navbar-logo-center-container.shadow-three {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: transparent;
}

.container {
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1240px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  text-align: center;
}

.container.menu {
  max-width: 190vh;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.container.hero {
  position: relative;
  z-index: 0;
  display: flex;
  max-width: 1240px;
  margin-right: 0px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: space-between;
}

.container._190vh {
  max-width: 190vh;
}

.container.full {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.container.partners {
  display: none;
}

.container.left {
  align-items: flex-start;
}

.navbar-wrapper-three {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 190vh;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu-block {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #08458e;
  font-size: 18px;
  line-height: 0px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(23, 108, 255, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link.w--current {
  color: #08458e;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.nav-link.w--current:hover {
  color: rgba(23, 108, 255, 0.75);
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.heading {
  margin-top: 0px;
  margin-bottom: 33px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 55px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
}

.heading.big {
  padding-top: 0px;
  padding-bottom: 67px;
  font-size: 25px;
  line-height: 30px;
}

.heading.big {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 110px;
  line-height: 142px;
  letter-spacing: -7px;
  text-transform: uppercase;
}

.heading.big.bigger {
  padding-bottom: 0px;
  font-size: 159px;
}

.heading.big.bigger.tenant {
  padding-top: 0px;
  padding-bottom: 20px;
}

.heading.big.tenant {
  padding-bottom: 0px;
}

.heading.big.small {
  margin-bottom: 38px;
  font-size: 72px;
  line-height: 50px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.big.custom {
  line-height: 110px;
}

.break-free {
  margin-top: 310px;
  margin-left: -453px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 90px;
  font-weight: 800;
  text-align: center;
}

.break-free.big {
  display: flex;
  margin-top: 0px;
  margin-bottom: -41px;
  margin-left: 0px;
  padding-top: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  line-height: 66px;
  text-align: left;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.heading-4.black-text {
  color: #000;
}

.heading-4.black-text.space {
  margin-bottom: 0px;
  padding-right: 13px;
}

.heading-4.space {
  padding-right: 13px;
}

.heading-4.justify-text-left {
  line-height: 1.2;
  text-align: left;
}

.heading-4.justify-text-left.bottom-margin {
  margin-bottom: 17px;
}

.heading-4.light-text {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 27px;
  font-weight: 300;
}

.heading-5 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.heading-5.white-heading {
  color: #fff;
}

.heading-5.white-heading.left-justify {
  font-size: 40px;
  text-align: left;
}

.heading-5.white-heading.left-justify.footer {
  font-size: 30px;
}

.heading-5.white-heading.gold-heading {
  color: #fc0;
  font-weight: 300;
}

.heading-5.white-heading.gold-heading.justify-text-left {
  font-size: 32px;
  text-align: left;
  letter-spacing: -1px;
}

.heading-5.white-heading.gold-heading.justify-text-left.tenants-page {
  font-size: 60px;
}

.heading-5.white-heading.faq-subheading {
  margin-top: 57px;
  margin-bottom: 29px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.heading-5.gold {
  color: #fc0;
}

.heading-5.multiple-line {
  margin-bottom: 0px;
}

.heading-5.product-highlight-heading {
  margin-bottom: 16px;
  color: #fc0;
  font-size: 37px;
  line-height: 0.6;
  font-weight: 800;
  letter-spacing: 0px;
  text-decoration: none;
}

.heading-5.product-highlight-heading.left-justify-text {
  margin-bottom: 0px;
  font-size: 38px;
  text-align: left;
}

.heading-5.product-highlight-heading.left-justify-text.light-text {
  font-weight: 300;
}

.heading-5.box-title-sub-text {
  text-align: left;
}

.text-block-2 {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 44px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-2.subtext {
  padding-top: 0px;
  padding-bottom: 6px;
  color: #085bcc;
  text-align: center;
}

.text-block-2.subtext._2 {
  color: #5a7faf;
  font-weight: 600;
  text-align: left;
}

.text-block-2.subtext._2.number {
  color: #434343;
}

.button_manual {
  width: 30%;
  margin-top: 15px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #085bbe;
  font-family: 'Open Sans', sans-serif;
  color: #fd0;
  font-weight: 700;
  text-align: center;
}

.button_manual.pricing {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.heading-6 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 42px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -1px;
}

.heading-6.editable-text {
  padding-right: 0px;
  padding-left: 9px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 42px;
  line-height: 1.2;
  text-align: left;
}

.heading-6.editable-text::-moz-placeholder {
  color: #ece2bc;
}

.heading-6.editable-text::-ms-input-placeholder {
  color: #ece2bc;
}

.heading-6.editable-text::placeholder {
  color: #ece2bc;
}

.heading-6.editable-text._2 {
  text-align: center;
}

.heading-6.editable-text._2::-moz-placeholder {
  color: #ece2bc;
}

.heading-6.editable-text._2::-ms-input-placeholder {
  color: #ece2bc;
}

.heading-6.editable-text._2::placeholder {
  color: #ece2bc;
}

.heading-6.editable-text._3 {
  width: 130px;
}

.heading-6.editable-text._3::-moz-placeholder {
  color: #ece2bc;
}

.heading-6.editable-text._3::-ms-input-placeholder {
  color: #ece2bc;
}

.heading-6.editable-text._3::placeholder {
  color: #ece2bc;
}

.heading-6.thin {
  width: 440px;
  color: #08458e;
  font-size: 37px;
  font-weight: 600;
}

.heading-6.thin.free-size {
  width: auto;
  margin-bottom: 19px;
  font-size: 32px;
  line-height: 1.1;
  text-align: left;
}

.heading-6.thin.justify-left {
  text-align: left;
}

.heading-6.thin.justify-left.home {
  line-height: 1.2;
}

.heading-6.thin.hide {
  display: none;
}

.heading-6.white-text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 42px;
}

.heading-6.justicy-text-centre {
  text-align: center;
}

.heading-6._3 {
  margin-left: 10px;
  color: #fc0;
}

.image-5 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.image-9 {
  position: relative;
  top: 178px;
  width: 60%;
  margin-top: -178px;
  margin-left: 0px;
}

.heading-9 {
  display: none;
  width: 300px;
  margin-top: -357px;
  margin-left: 0px;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-weight: 800;
}

.heading-10 {
  display: none;
  margin-top: -54px;
  margin-left: 0px;
  justify-content: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-weight: 800;
}

.collaborators-module {
  display: flex;
  height: 300px;
  margin-top: auto;
  flex-direction: column;
  align-items: center;
}

.col-right {
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
}

.col-right.justify-left {
  justify-content: flex-start;
}

.col-right.calendar {
  position: relative;
  padding-left: 0px;
}

.col-left {
  display: flex;
  padding-right: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.columns {
  display: flex;
  width: 100%;
  padding-top: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.columns.partner {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider {
  top: -117px;
  display: flex;
  width: 60%;
  padding: 40px;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 8px;
  background-color: #085bbe;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.slide {
  border-radius: 0px;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #085bbd;
}

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

.title-small {
  margin-bottom: 16px;
  padding-top: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #fd0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: flex;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: 13px;
  justify-content: flex-start;
  align-items: center;
}

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

.footer-social-link.grow {
  display: flex;
  width: 25px;
  margin-left: 22px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.footer-copyright-center {
  font-family: 'Open Sans', sans-serif;
  color: #fd0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.button-3 {
  margin-right: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 8px;
  background-color: #fd0;
  font-family: 'Open Sans', sans-serif;
  color: #085bbd;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.button-3.desktop {
  margin-right: 0px;
  margin-left: 22px;
  padding-right: 1em;
  padding-left: 1em;
}

.button-3.desktop.landlord {
  margin-right: 0px;
  background-color: #085bbe;
  color: #fff;
}

.button-4 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #085bbd;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.column-5 {
  display: flex;
  justify-content: flex-end;
}

.column-6 {
  position: static;
  display: flex;
  padding-top: 0px;
  flex-direction: row;
  align-items: center;
}

.wrapper {
  width: 100%;
  height: auto;
}

.list {
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  justify-content: center;
  align-items: stretch;
}

.list.home {
  padding-bottom: 0px;
}

.horizontal-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.horizontal-item {
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 234, 247, 0.05);
  border-radius: 8px;
  background-color: rgba(225, 234, 247, 0.05);
  box-shadow: 4px 4px 6px 7px rgba(38, 109, 238, 0.06);
}

.horizontal-item.commercial {
  height: auto;
  min-height: auto;
}

.pricing-box-level-1 {
  display: flex;
  width: 100%;
  padding: 23px 40px 23px 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px 8px 0px 0px;
  background-color: #fc0;
}

.text-block-8 {
  position: relative;
  left: 0px;
  width: 100%;
  margin-left: -2px;
  font-family: 'Open Sans', sans-serif;
  color: #08458e;
  font-size: 40px;
  line-height: 35px;
  font-weight: 800;
  text-align: left;
}

.text-block-9 {
  padding-right: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #08458e;
  font-size: 20px;
  font-weight: 800;
}

.per-annum {
  font-family: 'Open Sans', sans-serif;
  color: #08458e;
  font-size: 17px;
}

.div-block-13 {
  display: flex;
  width: 100%;
  padding-top: 6px;
}

.pricing-box-level-3 {
  display: flex;
  height: auto;
  margin-bottom: 20px;
  padding: 23px 40px 23px 22px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
}

.slider-2 {
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  flex-direction: row;
  justify-content: space-around;
  background-color: transparent;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -3%;
  padding-top: 37px;
}

.slide-title {
  display: flex;
  width: auto;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  border-radius: 20px;
  background-color: #0056bd;
}

.slide-title.home {
  width: auto;
  background-color: transparent;
}

.text-block-12 {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #0056bd;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.room-packages {
  width: 100%;
  text-align: center;
}

.left-arrow-2 {
  left: -20%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: flex;
  align-items: center;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: -20%;
  bottom: 0%;
  display: flex;
  align-items: center;
}

.slide-nav-2 {
  padding-bottom: 39px;
  font-size: 20px;
}

.button {
  margin-top: 39px;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 8px;
  background-color: #085bbe;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.button._100 {
  display: block;
  width: 100%;
  text-align: center;
}

.button._100.gold {
  border-style: solid;
  border-width: 1px;
  border-color: #b4961e;
  background-color: #fc0;
  color: #000;
  cursor: pointer;
}

.button.get-tenant-profile {
  margin-top: 39px;
}

.button.button-gold {
  padding-right: 1.5em;
  padding-left: 1.5em;
  background-color: #fc0;
  color: #085bbe;
}

.the-width-400vh-scrollable-div {
  display: flex;
  width: 400vh;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  flex-wrap: wrap;
  align-items: center;
}

.a-block {
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: transparent;
}

.a-block._2 {
  width: 1000px;
  height: auto;
  margin-top: 92px;
  margin-right: 10px;
  margin-left: 10px;
  flex-direction: row;
  justify-content: flex-start;
}

.a-block._1 {
  width: 1900px;
  margin-right: 0px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.a-block._3 {
  width: 800px;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  justify-content: center;
  align-items: flex-start;
}

.a-block._4 {
  width: 80vw;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.side-scrolling-section {
  position: relative;
  display: flex;
  height: 400vh;
  margin-top: 0px;
  margin-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #c1d5ef;
}

.side-scrolling-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.side-scrolling-section.gold-bg {
  background-color: #fff;
}

.the-content {
  position: relative;
  display: flex;
  width: 400vh;
  height: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.image-14 {
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 140px;
}

.div-block-18 {
  display: flex;
  width: auto;
  height: 647px;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 50px;
  align-items: center;
  border: 0px none #000;
  border-radius: 8px;
  background-color: #fff;
}

.html-embed {
  display: flex;
  height: 647px;
  padding-top: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.breakfree_module {
  display: flex;
  width: 100%;
  padding-left: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.text-block-15 {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: left;
}

.link-block {
  display: flex;
  padding: 15px 5%;
  border-radius: 8px;
  background-color: #085bbe;
  text-decoration: none;
  cursor: pointer;
}

.link-block.w--current {
  display: flex;
  width: auto;
  padding: 15px 5%;
  border-radius: 8px;
  cursor: pointer;
}

.link-block._100 {
  width: 100%;
  justify-content: center;
  text-align: left;
}

.link-block._100.gold-button {
  width: auto;
  margin-top: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fc0;
}

.link-block._100.gold-button.outlined {
  width: auto;
  margin-top: 46px;
  border: 3px solid #fc0;
  background-color: transparent;
  cursor: pointer;
}

.link-block._100.gold-button.justify-sides {
  justify-content: space-between;
}

.link-block.gold-button {
  width: 300px;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  background-color: #fc0;
}

.link-block.gold-button.outlined {
  border: 3px solid #fc0;
  background-color: transparent;
}

.link-block.gold-button.outlined._20mg {
  margin-top: 20px;
  margin-bottom: 40px;
}

.link-block.gold-button.outlined._20mg._100 {
  width: 100%;
  cursor: pointer;
}

.link-block.gold-button.zero-deposit-button {
  margin-top: 32px;
}

.image-17 {
  width: 20px;
  filter: none;
}

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

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

.div-block-24 {
  display: flex;
  flex-direction: column;
}

.footer-columns-2 {
  display: flex;
  padding-top: 40px;
  flex-direction: row;
  align-items: center;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
  padding: 40px 10px;
  background-color: transparent;
}

.section-faq {
  margin-top: 75px;
  padding: 81px 80px 50px;
  border-radius: 0px;
  background-color: #edf5ff;
}

.accordion-item-trigger {
  display: flex;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-2.accordion-icon {
  color: #085bbe;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
}

.end-of-faq {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.heading-22 {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-weight: 800;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
}

.container_manual-2 {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding-top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-26 {
  width: 100%;
  height: auto;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.image-25 {
  display: block;
  width: 100%;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.team-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #b6d0ff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.image-27 {
  width: 100%;
  margin-top: 0px;
  padding-top: 67px;
  padding-right: 100px;
  padding-left: 100px;
}

.text {
  margin-bottom: 0px;
  padding: 0%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.text.text-justify-left {
  margin-bottom: 0px;
  font-size: 22px;
  text-align: left;
}

.text.text-justify-left.black-text {
  padding-bottom: 22px;
  font-weight: 300;
}

.text.text-justify-left.partner {
  font-size: 18px;
}

.text.text-justify-left.smaller {
  font-size: 17px;
}

.text.dark-blue-text {
  margin-bottom: 0px;
  color: #085bbe;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.text.dark-blue-text.centre-justify {
  text-align: center;
}

.text.dark-blue-text.white {
  color: #fff;
}

.text.black-text {
  color: #000;
  font-size: 22px;
}

.text.black-text.justify-text-left {
  text-align: left;
}

.text.black-text.t-c {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.text.black-text.custom {
  display: block;
  width: 826px;
  margin-left: 10px;
  justify-content: flex-start;
  text-align: justify;
  letter-spacing: 0px;
}

.text.button-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text.button-text.blue-text {
  color: #085bbe;
}

.text.button-text.blue-text.outlined-gold {
  color: #fc0;
}

.text.button-text.blue-text.light-text {
  font-size: 14px;
  font-weight: 400;
}

.text.small-text {
  font-size: 17px;
}

.text.small-text.text-justify-left {
  color: #f8f8f8;
}

.text.small-text.text-justify-left.black-text._20pd {
  padding-top: 0px;
}

.text.small-text.text-justify-left._20pd {
  padding-top: 0px;
  padding-bottom: 20px;
  font-weight: 300;
}

.text._20pd {
  font-size: 17px;
}

.text.justify-left {
  font-size: 20px;
  text-align: left;
}

.text.justify-left.h4-blue-light.left-space {
  margin-left: 10px;
}

.logos-title-small {
  position: relative;
  width: 100%;
  padding: 60px 30px;
  border: 0px none #000;
}

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

.clients-wrapper-three {
  display: flex;
  margin-bottom: -10px;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.clients-image-three {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.image-31.icon {
  padding-top: 8px;
  padding-bottom: 0px;
}

.image-31.icon {
  width: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-31.icon {
  width: 35px;
  padding-top: 6px;
  padding-bottom: 0px;
}

.calculator-box {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 5%;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background-color: #b6d0ff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.inputbox {
  display: flex;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #d8e6ff;
}

.breakfree_text_group {
  display: flex;
  width: 100%;
  height: 700px;
  margin-left: 0px;
  padding-left: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.calculator_module {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 50px 60px;
  flex-direction: column;
  border-radius: 40px;
  background-color: #075bbe;
}

.calculator_module.horizontal {
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: space-between;
}

.calculator_module.yellow {
  position: relative;
  top: 152px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 40px;
  border-radius: 8px;
  background-color: #085bbe;
}

.calculator_module.yellow._152pd {
  top: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.text-row {
  display: flex;
  padding-top: 0px;
  padding-bottom: 5px;
  align-items: center;
}

.text-row.vertical {
  margin-top: 0px;
  flex-direction: column;
}

.text-row.vertical._2 {
  margin-top: 0px;
  padding-bottom: 0px;
  align-items: flex-start;
}

.text-row.vertical.justify-text-left {
  align-items: flex-start;
}

.text-row.upper-space {
  padding-top: 13px;
}

.text-row.switching {
  flex-direction: row;
}

.text-row.switching.tenants-page {
  width: 50%;
  flex-direction: column;
  justify-content: center;
}

.text-row.switching.tenants-page.left-justify {
  align-items: flex-start;
}

.text-row.footer {
  align-items: flex-end;
}

.background {
  position: static;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -300px;
  justify-content: space-between;
  align-items: stretch;
}

.leftblob {
  width: 30vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dot {
  padding: 9px 13px 0px 0px;
}

.dot.yellow {
  filter: blur(5px);
}

.hor {
  display: flex;
  margin-bottom: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.rich-text-block {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.rich-text-block.points-1 {
  color: #08458e;
  font-size: 19px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
}

.rich-text-block-2 {
  padding-top: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.rich-text-block-2.sec-1 {
  color: #000;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
}

.ver {
  display: flex;
  margin-bottom: 10px;
  padding-left: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.image-45 {
  width: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  filter: brightness(63%) saturate(200%) hue-rotate(39deg);
}

.h1-blue {
  width: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
  letter-spacing: -5px;
}

.h1-blue.free-size {
  width: auto;
  font-size: 110px;
}

.h1-blue.free-size.custom {
  width: auto;
  font-size: 100px;
}

.h1-blue.justify-left {
  text-align: left;
}

.h1-blue.mobile {
  margin-bottom: 53px;
}

.h1-blue.mobile.white {
  margin-bottom: 53px;
  color: #fff;
}

.arrow-button-image {
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 10px;
  padding-left: 0px;
}

.arrow-button-image.gold-to-blue-icon {
  height: 31px;
  filter: brightness(49%) hue-rotate(165deg);
}

.breakfree_paragraph {
  width: 720px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-left: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #56749a;
  font-size: 38px;
  line-height: 50px;
  font-weight: 300;
}

.breakfree_paragraph.freesize {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
}

.breakfree_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 100px;
  line-height: 106px;
  font-weight: 800;
  letter-spacing: -5px;
}

.wordandarrow {
  display: flex;
  margin-top: 44px;
  justify-content: flex-start;
  align-items: center;
}

.yellow-arrow {
  width: auto;
  height: 60px;
}

.products-row {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px none #000;
}

.products-row.boxes-type {
  margin-top: 60px;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: center;
}

.products-row.boxes-type.not-that-big {
  width: 80%;
}

.products-row.tenancycash {
  margin-top: 25px;
  margin-bottom: 38px;
}

.photo_module {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}

.photo_module.tenants-page {
  width: 50%;
}

.photo_module.landlords-page {
  width: 50%;
}

.card-image {
  width: 100%;
  margin-right: 0px;
  padding-right: 40px;
}

.product-module {
  display: flex;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 60px 3%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(169, 208, 255, 0.09);
  border-radius: 8px;
  background-color: rgba(225, 234, 247, 0.05);
  box-shadow: none;
}

.product-module.tenants-page {
  width: auto;
  align-items: center;
}

.product-module._33-33-div-width {
  margin-right: 5px;
  margin-left: 5px;
  justify-content: space-between;
}

.product-module._33-33-div-width.partner {
  display: none;
}

.image-48 {
  width: auto;
  height: auto;
}

.testimonials-module {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_module_container {
  position: relative;
  z-index: 5;
  display: flex;
  width: auto;
  max-width: 190vh;
  justify-content: center;
}

.editable-text-box {
  width: 210px;
  margin-left: 20px;
  text-align: center;
}

.editable-text-box.long {
  width: auto;
}

.editable-text-box._2 {
  border-bottom: 1px solid #fff;
}

.editable-text-box._3 {
  display: flex;
  width: auto;
  flex-direction: column;
}

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

.left-column {
  display: flex;
  padding-right: 10px;
  flex-direction: column;
}

.editable-text {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  border-bottom: 2px solid #075bbe;
  font-family: 'Open Sans', sans-serif;
  color: #7089b6;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
}

.small-text {
  font-family: 'Open Sans', sans-serif;
  color: #d6d6d6;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.calculator-group {
  position: relative;
  top: 79px;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 940px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.slider-bar {
  height: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 0px;
  border-radius: 30px;
  background-color: #fff;
  color: #fff;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-51 {
  width: 60vh;
}

.div-block-41 {
  display: flex;
  height: 700px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  align-items: flex-start;
}

.hand-image {
  width: 16%;
}

.collaborators-group {
  position: relative;
  top: 48px;
}

.text_point-3 {
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
}

.image-41 {
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section-row {
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: left;
}

.section-row._100vh {
  height: 100vh;
}

.section-row._100vh.hero {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-style: none;
  border-width: 0px 0px 0px 1px;
  border-color: #000 #000 #000 #f3f7fc;
  background-color: #f3f7fc;
  background-image: url('/static/v3/images/Duck-BG-CoverAsset-2-e7962d482785cfde730f461c6021e85e.svg');
  background-position: 160% 60%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.section-row.dark-blue-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #075bbe;
}

.section-row.dark-blue-bg._0-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-row.dark-blue-bg.hide-section {
  display: none;
}

.section-row.light-blue-bg {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #b6d0ff;
}

.section-row.light-blue-bg.starburst-bg {
  background-image: linear-gradient(180deg, transparent 28%, rgba(163, 218, 255, 0.66)), url('/static/v3/images/Banner-Background-Artboard-7-1ebabec19e4d641c98db112ad57d0c67.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-row.light-blue-bg.vertical {
  flex-direction: column;
}

.section-row.light-blue-bg.hide-section {
  display: none;
}

.section-row.section-vertical {
  height: auto;
  flex-direction: column;
}

.section-row.section-vertical.grey-background {
  justify-content: center;
  background-color: #fc0;
}

.section-row.section-vertical._100 {
  height: 100%;
}

.section-row.section-vertical._100vh {
  height: 100vh;
}

.section-row.section-vertical.imatenant {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-row.fit-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-row.fit-vertical.light-blue-bg {
  background-color: #e0e7f3;
}

.section-row.fit-vertical.light-blue-bg.starburst-bg {
  position: relative;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(163, 218, 255, 0.31), rgba(8, 8, 8, 0.01) 98%, transparent), url('/static/v3/images/Banner-Background-Artboard-7-1ebabec19e4d641c98db112ad57d0c67.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-row.custom {
  height: 1210px;
}

.section-row.custom._2-2023 {
  height: 720px;
}

.section-row.hide {
  display: none;
}

.section-row.imatenant {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-row.hide-section {
  display: none;
}

.point-div {
  display: flex;
  height: auto;
  margin-top: 10px;
  padding-bottom: 0px;
  align-items: center;
}

.point-div.lined-points {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: flex-start;
  border-top: 1px none #d6d6d6;
  border-bottom: 1px solid hsla(0, 0%, 84%, 0.45);
}

.point-div.lined-points.lined-points-top {
  align-items: flex-start;
  border-top-style: solid;
  border-top-color: hsla(0, 0%, 84%, 0.45);
}

.point-div.lined-points.lined-points-top.blue-lines {
  border-top-color: #085bbe;
  border-bottom-color: #085bbe;
}

.point-div.lined-points.blue-lines {
  border-bottom-color: #085bbe;
}

.point-div.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.photo-container {
  background-image: url('/static/v3/images/Frame-39511-96c000b307704df107aadac134d40a66.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-container._480px {
  width: 480px;
  height: 480px;
  background-image: url('/static/v3/images/Frame-39511-96c000b307704df107aadac134d40a66.png');
}

.photo-container._480px.photo-container-how {
  position: relative;
  bottom: auto;
  width: 480px;
  border-bottom: 3px none #085bbe;
  background-image: url('/static/v3/images/gadis-gembira-dapat-rumah-sewa-tanpa-deposit-12124b72f6e5314568c6c4e1c1049d3d.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.photo-container._480px.photo-container-how.property-page {
  background-image: url('/static/v3/images/Partnership-Duck-8f0d47ecde5b7b8b74f0e69079d0decd.svg');
}

.photo-container._480px.photo-container-zero-deposit {
  width: 100%;
  background-image: url('../images/duck_advancedrental.png');
}

.photo-container._480px.photo-container-tenancycash {
  background-image: url('../images/Im-a-Tenant-How-to-ImageAsset-5.svg');
  background-size: contain;
}

.photo-container._480px.photo-container-agent {
  background-image: url('/static/v3/images/ilustrasi-itik-gembira-dengan-kelulusan-rumah-sewa-tanpa-deposit-3f778b92e17e09957e672248ab2436c5.svg');
}

.photo-container._480px.tenant-profile-how {
  background-image: url('/static/v3/images/ilustrasi-borang-untuk-rumah-sewa-tanpa-deposit-77f7562470e2f43aa9670699a44bb0be.svg');
}

.photo-container.beocme-a-tenant {
  width: 100%;
  background-image: none;
}

.content-box {
  padding-left: 20px;
}

.section-3 {
  display: none;
}

.column {
  width: 100%;
}

.heading-1 {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1px;
}

.heading-1.gold {
  color: #fc0;
}

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

.heading-1.dual-line-justify-left {
  line-height: 1.1;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0px;
}

.heading-1.t-c {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #085bbe;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.sub-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 1.2;
  text-align: left;
}

.sub-text.white-text {
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
}

.sub-text.white-text:hover {
  color: #fc0;
}

.sub-text.h4-blue-light.link {
  text-decoration: none;
}

.team-card-image {
  height: 82px;
  margin-top: 0px;
  padding-right: 30px;
}

.blueduck-logo {
  margin-bottom: 15px;
}

.image-53 {
  position: relative;
  bottom: -79px;
  height: 500px;
}

.div-block-43 {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-text-row {
  width: 40%;
  margin-top: 220px;
  margin-bottom: 200px;
}

.logo-grid-heroi {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 100px;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  flex: 0 auto;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-image---brix {
  max-height: 38px;
  filter: grayscale(100%);
}

.logo-image---brix.height-adjust {
  width: 71px;
  max-height: 38px;
}

.switch-container {
  display: flex;
  height: auto;
  flex-direction: column;
}

.switch-container.tenants-page {
  flex-direction: row;
}

.calculator-background {
  position: absolute;
  z-index: 0;
  display: flex;
  width: 80%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.image-56 {
  width: 1000px;
}

.product-card {
  width: 330px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.product-card._5-column {
  width: 320px;
}

.card-container {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
}

.card-container.switch {
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  align-items: center;
}

.product-grid {
  width: 1080px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  width: 1010px;
  margin-bottom: 10px;
  justify-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  width: 670px;
  justify-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}

.div-block-48 {
  display: flex;
  width: 49%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 14px 14px 20px -3px rgba(46, 46, 46, 0.06);
}

.heading-24 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.brochure-module {
  display: flex;
  width: 890px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
}

.product-highlight-box {
  width: 33.33%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 69, 142, 0.2);
  border-radius: 8px;
  background-color: #b6d0ff;
  text-align: left;
}

.product-highlight-box._50 {
  display: flex;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #7cabe3;
}

.product-highlight-box._50.transparent-bg {
  align-items: center;
  border-style: none;
  background-color: transparent;
}

.product-highlight-box._50.transparent-bg.zero-deposit {
  padding-right: 30px;
  padding-left: 30px;
}

.product-highlight-box._40px-top-padding {
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 40px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.product-highlight-box.white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-highlight-box.zero-deposit {
  border-color: transparent;
  background-color: transparent;
}

.product-highlight-photo-module.center-align-photo {
  margin-top: 29px;
  margin-bottom: 30px;
  text-align: center;
}

.highlight-box-heading {
  font-size: 50px;
  line-height: 1;
}

.box-title-text {
  font-size: 34px;
  line-height: 1;
}

.box-title-text.partnerships {
  font-size: 24px;
  letter-spacing: -1px;
}

.box-title-text.black-text {
  color: #000;
  font-weight: 800;
}

.box-title-text.how {
  color: #085bbe;
  font-size: 30px;
}

.columns-2 {
  width: 100%;
}

.hero-module {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.partnership-hero-image.desktop-and-tablet-size.zero-deposit-image {
  display: inline-block;
  width: 100%;
}

.partnership-hero-image.desktop-and-tablet-size.tenant-profile-image {
  font-size: 15px;
}

.partnership-hero-image.desktop-and-tablet-size.bdpay-hero-image {
  width: 500px;
  height: 500px;
}

.partnership-hero-image.mobile-landscape-and-portrait-size {
  display: none;
}

.why-partner-with-blueduck-module {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  flex: 0 auto;
  text-align: left;
}

.partnerships-benefits-box-background {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}

.partnerships-benefits-box-background._1 {
  border-radius: 8px;
}

.partnerships-benefits-box-background._2 {
  border-radius: 8px;
}

.partnerships-benefits-box-background._3 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 100px;
}

.partnerships-benefits-box-background._4 {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 100px;
}

.partnerships-benefits-box-background.mid-left {
  border-top-right-radius: 0px;
}

.partnerships-benefits-box-background.mid-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 100px;
}

.partnership-benefits-box {
  display: flex;
  padding: 60px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partnership-benefits-box.zero-deposit {
  height: 100%;
  justify-content: flex-start;
}

.grid-5 {
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.yellow-title-line {
  width: 190px;
  height: 10px;
  margin-top: 3px;
  margin-bottom: 19px;
  background-color: #fc0;
}

.grid-6 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.columns-3 {
  display: flex;
  width: 100%;
  align-items: center;
}

.box-title-sub-text {
  font-size: 25px;
  line-height: 1;
}

.box-title-sub-text.black-text {
  color: #072a53;
}

.grid-7 {
  margin-bottom: 20px;
  padding-top: 20px;
  justify-items: end;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.highlight-box {
  padding: 20px;
}

.bold-text-2 {
  font-size: 22px;
}

.tab-link-tenants-tab {
  width: 24.5%;
  border-radius: 0px;
  background-color: #08458e;
}

.tab-link-tenants-tab.w--current {
  width: 25%;
  border-top-left-radius: 0px;
  background-color: #085bbe;
}

.tab-link-landlords-tab {
  display: none;
  width: 24.5%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #08458e;
}

.tab-link-landlords-tab.w--current {
  border-radius: 0px;
  background-color: #085bbe;
}

.tab-link-partners-tab {
  display: none;
  width: 25%;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  background-color: #08458e;
}

.tab-link-partners-tab.w--current {
  width: 24.5%;
  border-top-right-radius: 0px;
  background-color: #085bbe;
}

.faq-tab {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
}

.tabs {
  width: 100%;
  border-radius: 8px;
  background-color: #085bbe;
}

.tabs-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #08458e;
}

.tab-pane-tab-1 {
  border-top-right-radius: 8px;
}

.logo-box {
  display: flex;
  width: 130px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.logo-box.hero-grey-logo-box {
  max-height: 38px;
  filter: grayscale(100%);
}

.agent-icons {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 290px;
  min-height: 290px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.image-58 {
  width: 160px;
}

.image-59 {
  width: 140px;
}

.image-60 {
  width: 480px;
  height: 480px;
  padding-bottom: 20px;
}

.dropdown-toggle {
  padding: 0px 20px 0px 0px;
}

.dropdown-link {
  background-color: #f3f7fc;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-list {
  margin-top: -3px;
}

.dropdown-list.w--open {
  margin-top: 16px;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.image-61 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-3 {
  font-size: 34px;
  line-height: 1;
}

.bold-text-4 {
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
}

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

.app-main-layout-content {
  display: block;
  width: 100%;
  flex: 1;
}

.section-inner {
  margin-bottom: 20px;
}

.section-inner.centre-justify {
  text-align: center;
}

.card {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #ebedf0;
  letter-spacing: 1px;
}

.card.bottom-space {
  margin-top: 35px;
  margin-bottom: 38px;
}

.text-title {
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

.text-title.greyed-out {
  color: #808292;
}

.text-title.tabs {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.text-title.tabs.black {
  color: #000;
}

.text-title.tabs.black.phua {
  color: #fff;
}

.text-title.tabs.black-lain {
  color: #000;
}

.text-title.blue {
  padding-right: 10px;
  color: #085bbe;
  font-weight: 700;
}

.text-title.green {
  color: #4bc011;
  font-weight: 700;
}

.text-title.upper {
  margin-top: 23px;
}

.input {
  height: 44px;
  min-height: 44px;
  padding: 0px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
  color: #1b1d2a;
  line-height: 40px;
  font-weight: 500;
}

.input:active {
  border-color: #808292;
}

.input:focus {
  border-color: #808292;
}

.input::-moz-placeholder {
  color: #808292;
}

.input::-ms-input-placeholder {
  color: #808292;
}

.input::placeholder {
  color: #808292;
}

.input.input-grey-bg {
  background-color: #f6f7f9;
}

.input.input-grey-bg.input-margins {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.input.input-grey-bg.input-margins.occupation {
  display: flex;
}

.input.input-grey-bg.input-margins.justify-left {
  text-align: left;
}

.button-5 {
  display: flex;
  height: 44px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 40px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #085bbe;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.button-5:hover {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05));
}

.button-5.upload-button {
  width: 200px;
  margin-left: 0px;
  align-items: center;
  background-color: #d6d6d6;
  color: #000;
}

.button-5.aaa {
  margin-top: 10px;
}

.button-5._100 {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
}

.button-5._100.green {
  background-color: #4bc011;
}

.column-8 {
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.upload-button-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.small-form-text {
  margin-left: 10px;
}

.small-form-text.disclaimer {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #777474;
  text-align: left;
}

.small-form-text.disclaimer._22px-pd {
  margin-bottom: 22px;
}

.small-form-text.disclaimer._22px-pd.align-left {
  text-align: left;
}

.dropdown-toggle-2 {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-62 {
  width: 100%;
  margin-top: 38px;
  padding-bottom: 40px;
}

.image-63 {
  margin-top: 22px;
}

.image-64 {
  margin-top: 22px;
}

.image-65 {
  width: 420px;
}

.image-66 {
  width: 420px;
}

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

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

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

.bold-text-5 {
  font-size: 17px;
}

.dual-button-grid {
  margin-bottom: 20px;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dual-button-grid.single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

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

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.pop-up-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(42, 42, 45, 0.75);
}

.pop-up {
  position: relative;
  display: flex;
  width: 60%;
  height: auto;
  padding: 60px 30px 30px;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.pop-up-icon {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: solid;
  border-width: 5px;
  border-color: #085bbe;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
}

.exit-button {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #085bbe;
  cursor: pointer;
}

.pop-up-heading {
  color: #e8832e;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.primary-button {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 50px;
  background-color: #e8832e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.primary-button:hover {
  background-color: #f6b685;
}

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

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.whatsapp-container {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  background-color: #26af5b;
  transition: all 300ms cubic-bezier(.45, .182, .111, .989);
  text-align: center;
  cursor: pointer;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.chat-section {
  height: 50%;
  padding: 16px 20px;
  background-color: #e7e7e7;
}

.livechat-button {
  display: flex;
  width: 80%;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background-color: #26af5b;
  text-decoration: none;
}

.chat-block {
  width: 80%;
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
}

.whatsapp-chat {
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.58);
}

.whatsapp-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 19px;
  z-index: 30;
  display: none;
  flex-direction: column;
  align-items: flex-end;
}

.live-chat-link {
  display: flex;
  height: 25%;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  text-decoration: none;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-icon-chat {
  margin-right: 0px;
}

.live-chat-top-text {
  position: static;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
}

.live-chat-top-text.block {
  margin-bottom: 10px;
  color: #b0b0b0;
  font-size: 12px;
}

.top-section {
  display: flex;
  height: 25%;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: space-between;
  align-items: center;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-icon {
  padding: 5px;
}

.live-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  right: auto;
  bottom: auto;
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #00b94a;
}

.close-live-chat-container {
  display: flex;
  width: 10%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.grid-9 {
  width: 100%;
  margin-top: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-70 {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.max-height-100px {
  width: auto;
  max-height: 80px;
}

.max-height-100px.png {
  max-height: 35px;
}

.blue-gold-outlined-button {
  margin-top: 0px;
  padding: 15px 60px 15px 20px;
  border: 3px solid #fc0;
  border-radius: 8px;
  background-color: #085bbe;
  background-image: url('/static/v3/images/next-1-918c8d3fb1b2a87840285d21ff6aed87.png');
  background-position: 90% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.blue-gold-outlined-button:hover {
  border-color: #fff;
  color: #fff;
}

.blue-gold-outlined-button._100-button-width {
  width: 100%;
  padding-right: 60px;
  font-size: 20px;
}

.blue-gold-outlined-button._100-button-width.upper-margin {
  margin-top: 40px;
}

.white-light-body-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.white-light-body-text.justify-left {
  text-align: left;
}

.white-light-body-text.justify-left.small-text-margin {
  height: 100%;
  line-height: 1.5;
  text-decoration: none;
}

.h4-gold-light {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.h4-gold-light.justify-left {
  text-align: left;
  text-decoration: none;
}

.div-block-49 {
  width: 100%;
}

._100-sub-container {
  display: block;
  width: 100%;
  margin-top: 40px;
}

._100-sub-container.black-text {
  margin-top: 0px;
}

.div-block-51 {
  width: 100%;
}

.grid-10 {
  margin-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gold-button {
  margin-top: 40px;
  padding: 15px 60px 15px 20px;
  border-radius: 8px;
  background-color: #fc0;
  background-image: url('/static/v3/images/Blue-Arrow-IconAsset-1-65e16d7a6536ad33d53d663f560813b6.svg');
  background-position: 90% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.gold-button:hover {
  background-color: #085bbe;
  background-image: url('/static/v3/images/next-1-918c8d3fb1b2a87840285d21ff6aed87.png');
  background-position: 90% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  color: #fff;
}

.gold-button.no-margins {
  margin-top: 0px;
  background-position: 90% 50%;
  font-size: 20px;
}

.gold-button.small-margins {
  margin-top: 14px;
}

.gold-button.space-left {
  margin-left: 10px;
}

.h3-blue {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.h3-blue.no-margins {
  margin-bottom: 0px;
  margin-left: -3px;
  color: #08458e;
}

.h3-blue.justify-left {
  text-align: left;
}

.h3-blue.justify-left.bottom-pox {
  margin-bottom: 48px;
}

.h3-blue._0-margnis {
  margin-bottom: 0px;
}

.h3-blue.journey {
  margin-bottom: 80px;
}

.h3-blue.journey.hide {
  display: block;
}

.h3-white {
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.h3-white.justify-left {
  text-align: left;
}

.h3-white.no-margins {
  margin-bottom: 0px;
}

.grid-11 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3-gold {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
}

.h3-gold.justify-left {
  text-align: left;
}

.pricing-box-level-2 {
  padding: 10px 12px;
  background-color: #08458e;
}

.div-block-52 {
  padding: 23px 12px;
}

.text-block-16 {
  margin-left: -15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 6px;
}

.blue-button {
  padding: 15px 60px 15px 20px;
  border-radius: 8px;
  background-color: #085bbe;
  background-image: url('/static/v3/images/next-1-918c8d3fb1b2a87840285d21ff6aed87.png');
  background-position: 90% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.blue-button:hover {
  background-color: #fc0;
  background-image: url('/static/v3/images/Blue-Arrow-IconAsset-1-65e16d7a6536ad33d53d663f560813b6.svg');
  background-position: 90% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  color: #085bbe;
}

.blue-button.space-left {
  margin-left: 10px;
  background-color: #fc0;
  color: rgba(0, 0, 0, 0.9);
}

.blue-button.space-left.small-font {
  border-style: none;
  font-size: 18px;
}

.blue-button.small-font {
  padding-right: 40px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-size: 20px 20px;
  font-size: 18px;
}

.div-block-53 {
  display: flex;
  width: 400px;
  height: 300px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fc0;
}

.div-block-53.blue {
  background-color: #085bbe;
}

.div-block-54 {
  display: flex;
  width: 400px;
  height: 300px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #085bbe;
}

.black-light-body-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.black-normal-body-text {
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.black-normal-body-text.justify-left {
  background-color: transparent;
  color: #072a53;
  text-align: left;
}

.black-normal-body-text.justify-left.no-margins {
  margin-bottom: 0px;
  padding-top: 0px;
}

.white-normal-body-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.white-normal-body-text.justify-left {
  text-align: left;
}

.white-normal-body-text.bottom-padding {
  margin-bottom: 39px;
}

.black-bold-body-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

.black-bold-body-text.justify-left {
  line-height: 1.3;
  text-align: left;
}

.white-bold-body-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

.black-bold-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.black-light-title-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.black-normal-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.black-normal-title-text.justify-left {
  line-height: 1.4;
  text-align: left;
}

.black-normal-title-text.justify-centre {
  text-align: justify;
}

.black-normal-title-text.no-padding {
  margin-bottom: 0px;
}

.white-normal-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.white-bold-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.white-light-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
}

.h3-black {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.h1-gold {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 78px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -5px;
}

.blue-extrabold-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.5px;
}

.blue-extrabold-title-text.uppercase {
  text-transform: uppercase;
}

.blue-extrabold-title-text.uppercase.yellow-background-box {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fc0;
}

.blue-extrabold-title-text.uppercase.yellow-background-box.no-margins {
  margin-top: 0px;
}

.blue-light-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.blue-normal-title-text {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.blue-normal-title-text.justify-left {
  text-align: left;
}

.zero-deposit-steps-image {
  max-height: 290px;
}

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

.column-12 {
  display: flex;
  align-items: center;
}

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

.image-71 {
  width: 390px;
}

.div-block-55 {
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.image-72 {
  width: 100%;
}

.dropdown-toggle-3 {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 91, 190, 0.28);
  border-radius: 8px;
}

.dropdown-3 {
  z-index: 5;
  width: 100%;
  margin-right: 60px;
  margin-left: 0px;
}

.dropdown-list-2 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #b6d0ff;
}

.dropdown-list-2.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #b6d0ff;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.11);
}

.grid-12 {
  margin-bottom: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-73 {
  width: 790px;
}

.field-label {
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.text-field {
  height: 48px;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: 10px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #3b82f6;
}

.text-field:focus {
  border-color: #2563eb;
}

.text-field::-moz-placeholder {
  color: #d1d5db;
}

.text-field::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field::placeholder {
  color: #d1d5db;
}

.html-embed-2 {
  display: block;
}

.div-block-56 {
  width: 100%;
}

.tab-pane-tab-1-2 {
  padding-top: 20px;
}

.dropdown-4 {
  display: block;
  width: 100%;
  height: 44px;
  max-height: 44px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #f6f7f9;
}

.dropdown-toggle-4 {
  width: 100%;
  height: 44px;
  max-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-4.w--open {
  height: 44px;
  max-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-3 {
  left: 286377019998891px;
  display: none;
  box-shadow: -4px 14px 20px -7px rgba(0, 0, 0, 0.18);
}

.dropdown-list-3.w--open {
  left: 0px;
  top: 44px;
  background-color: #f6f7f9;
}

.tab-link-tab-1-2 {
  width: auto;
  background-color: #d6d6d6;
}

.tab-link-tab-1-2.w--current {
  width: auto;
  background-color: #b6d0ff;
}

.tab-link-tab-2-2 {
  width: auto;
  background-color: #d6d6d6;
}

.tab-link-tab-2-2.w--current {
  width: auto;
  background-color: #b6d0ff;
}

.tabs-menu-2 {
  margin-top: 10px;
}

.tab-pane-tab-2 {
  padding-top: 20px;
}

.tab-pane-tab-2-2 {
  padding-top: 20px;
}

.tab-link-tabe-2.w--current {
  background-color: #b6d0ff;
}

.tab-link-tab-3-b.w--current {
  background-color: #b6d0ff;
}

.tab-pane-tab-3 {
  padding-top: 20px;
}

.select-field {
  height: 44px;
  max-height: 44px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #f6f7f9;
  color: #808292;
  line-height: 50px;
  text-transform: uppercase;
}

.select-field.no-margins {
  margin-top: 0px;
}

.select-field.no-margins.small {
  height: 32px;
  max-height: 32px;
  margin-bottom: 0px;
  line-height: 30px;
}

.columns-5 {
  margin-top: 0px;
}

.columns-5.no-margins {
  margin-top: 0px;
}

.grid-13 {
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-13.contact-request {
  padding-bottom: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.text-row-2 {
  display: flex;
}

.text-row-2.centre {
  align-items: center;
}

.text-row-2.centre.consumer-bank {
  display: none;
}

.text-row-2.centre.corporate-bank {
  display: none;
}

.text-row-2.centre.checkboxdiv {
  align-items: flex-start;
}

.text-row-2.justify-left {
  text-align: left;
}

.text-data {
  padding-left: 10px;
  color: #1b1d2a;
}

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

.tight-container {
  width: 100%;
  max-width: 1240px;
  padding-right: 40px;
  padding-left: 40px;
}

.columns-6 {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.link {
  color: #fc0;
}

.link-2 {
  color: #fc0;
}

.heading-25 {
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 1;
  text-align: center;
}

.h5-black-bold {
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 1;
  text-align: center;
}

.h5-white-bold {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  text-align: center;
}

.h5-gold-bold {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 27px;
  line-height: 1;
  text-align: center;
}

.h5-blue-bold {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 27px;
  line-height: 1;
  text-align: center;
}

.h5-blue-bold.justify-left {
  text-align: left;
}

.h5-black-light {
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.h5-white-light {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.h5-gold-light {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.h5-blue-light {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.h5-blue-light.no-margins {
  margin-top: 0px;
}

.h5-blue-light.no-margins.h5-white-light {
  color: #fff;
}

.link-3 {
  color: #fc0;
}

.link-4 {
  color: #fc0;
}

.link-5 {
  color: #fc0;
}

.link-6 {
  color: #fc0;
}

.triple-button-grid {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h4-white-light {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.h4-white-light.upper-padding {
  margin-top: 70px;
  margin-bottom: 26px;
}

.h4-white-light.faq {
  font-size: 28px;
}

.h4-blue-light {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  line-height: 1;
  font-weight: 300;
}

.h4-black-light {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: 300;
}

.h4-white-normal {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}

.h4-blue-normal {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}

.h4-black-normal {
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1px;
}

.h4-black-normal.left-justify {
  text-align: left;
}

.dropdown-list-4 {
  background-color: transparent;
}

.dropdown-list-4.w--open {
  z-index: 7;
  min-width: 160px;
  padding-top: 0px;
  border-radius: 15px;
}

.dropdown-list-4.dropdown-smaller {
  left: -30px;
  min-width: 160px;
}

.dropdown-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.logo-image {
  width: 90px;
}

.logo-image.white {
  filter: brightness(200%);
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: flex;
  overflow: visible;
  padding: 15px 10px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.dropdown-list-wrap.landlord {
  left: 32px;
}

.phone-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.feature-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-icon {
  width: 18px;
  margin-right: 10px;
}

.title-wrap-horizontal {
  display: flex;
  align-items: center;
}

.container-navigation {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  flex: 1;
}

.button-navigation {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  font-size: 16px;
}

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.feature-wrap {
  display: flex;
  padding: 15px 10px;
  align-items: flex-start;
  border-radius: 10px;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(72, 127, 255, 0.07);
}

.arrow-down {
  margin-right: 7px;
  margin-left: 8px;
}

.arrow-down.blog {
  filter: hue-rotate(167deg) brightness(200%);
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

.navigation-block-right {
  display: none;
  width: 50%;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.navigation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 100%;
  min-height: 100px;
  padding: 25px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: transparent;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}

.navigation-link {
  display: flex;
  padding: 12px 14px;
  flex-direction: row;
  align-items: center;
  transition: color 200ms ease;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #085bbe;
}

.navigation-link.w--current {
  padding-right: 20px;
}

.navigation-link.ambassador {
  display: none;
}

.navigation-link.ll {
  display: none;
}

.short-title {
  margin-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

.navigation-block-left {
  display: flex;
  width: 20%;
  align-items: center;
}

.phone-wrap {
  display: flex;
  height: 100%;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  align-self: auto;
}

.mobile-button-link {
  display: none;
}

.new-tag {
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(45, 202, 115, 0.1);
  color: #2dca73;
  font-size: 12px;
}

.menu-text {
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  font-weight: 700;
  text-decoration: none;
}

.menu-text.blog {
  color: #fc0;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.content-block {
  position: relative;
  width: auto;
  max-width: 590px;
  padding-top: 20px;
  text-align: left;
}

.image-wrap {
  position: relative;
  display: flex;
  width: 50%;
  max-height: 90%;
  min-height: 350px;
  margin-right: 20px;
  padding: 30px;
  justify-content: flex-end;
  align-items: center;
}

.image-wrap.mobile {
  display: none;
}

.image-74 {
  width: auto;
  max-height: 800px;
  max-width: none;
}

.hero-block {
  display: flex;
  width: 50%;
  min-height: 350px;
  align-items: center;
}

.image-75 {
  max-height: 800px;
}

.single-button-grid {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-76 {
  max-height: 800px;
}

.h5-black-normal {
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.h5-black-normal.justify-left {
  line-height: 1.4;
  text-align: left;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.form-step-progress-bar-mobile---brix {
  display: none;
  width: 100%;
  min-height: 6px;
  border-radius: 50px;
  background-color: #eff0f6;
}

.form-step-number---brix {
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 18px;
  margin-left: 18px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #eff0f6;
  color: #6f6c90;
  font-size: 16px;
}

.form-step-number---brix.completed---brix {
  background-color: #4a3aff;
  color: #fff;
  font-weight: 700;
}

.checkbox---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: transparent;
  border-radius: 16px;
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, 0.07);
  opacity: 1;
  transition: border-color 350ms ease, all 350ms ease;
  cursor: pointer;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  border-width: 2px;
  border-color: #4a3aff;
  background-color: transparent;
  background-image: none;
  opacity: 1;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px 0 rgba(31, 37, 89, 0.07);
}

.mask---brix {
  overflow: hidden;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.multi-step-form---brix {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 34px;
  background-color: #fff;
  box-shadow: 0 54px 34px 0 rgba(74, 58, 255, 0.02), 0 1px 26px 0 rgba(20, 20, 43, 0.02), 0 16px 26px 0 rgba(19, 18, 66, 0.02);
}

.form-step-progress-bar---brix {
  width: 100%;
  min-height: 6px;
  border-radius: 50px;
  background-color: #eff0f6;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #4a3aff;
}

.form-step-progress-bar---brix.current-step---brix {
  width: 50%;
  background-color: #4a3aff;
}

.slide---brix {
  margin-right: 80px;
}

.step-title---brix {
  margin-bottom: 8px;
  font-weight: 700;
}

.multi-step-form-error-message---brix {
  margin-top: 140px;
  padding: 24px;
  border-radius: 16px;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0px;
}

.select-item-icon---brix {
  margin-right: 12px;
}

.submit-button---brix {
  padding: 20px 40px 21px;
  border-radius: 500px;
  background-color: #4a3aff;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.18);
  transition: all 200ms ease;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.submit-button---brix:hover {
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.3);
  transform: translate(0px, -2px);
}

.step-paragraph---brix {
  margin-bottom: 0px;
}

.multi-step-form-radio-trigger---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 66px;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, 0.07);
  transition: border-width 200ms ease, border-color 200ms ease;
  color: #170f49;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.submit-content-wrapper---brix {
  display: flex;
  max-width: 500px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.multi-step-form-button---brix {
  left: auto;
  top: 682px;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: auto;
  padding: 20px 40px;
  border-radius: 500px;
  background-color: #fff;
  transition: transform 200ms ease;
  color: #4a3aff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.multi-step-form-button---brix:hover {
  transform: translate(0px, -2px);
}

.multi-step-form-button---brix.left---brix {
  left: -40px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a3aff;
}

.multi-step-form-button---brix.right---brix {
  right: -40px;
  background-color: #4a3aff;
  color: #fff;
  font-weight: 700;
}

.steps-bar---brix {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  align-items: center;
}

.form-content---brix {
  overflow: visible;
  padding-top: 64px;
  padding-bottom: 80px;
  border-top: 1px solid #d9dbe9;
}

.display-none {
  display: none;
}

.radio-button-field {
  position: relative;
  display: flex;
  max-height: 114px;
  min-height: 114px;
  margin-bottom: 0px;
  padding: 48px 32px;
  align-items: center;
}

.multi-step-foirm---success-message---brix {
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 38px 38px 34px 0 rgba(74, 58, 255, 0.01), 0 1px 26px 0 rgba(20, 20, 43, 0.02), 0 16px 26px 0 rgba(19, 18, 66, 0.02);
}

.multi-step-form-text-field---brix {
  min-height: 66px;
  margin-bottom: 0px;
  padding: 20px 60px 20px 20px;
  border: 2px solid transparent;
  border-radius: 500px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 2px 6px 0 rgba(19, 18, 66, 0.07);
  transition: color 400ms ease, border-color 400ms ease, all 400ms ease;
  color: #170f49;
  font-size: 18px;
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px 0 rgba(19, 18, 66, 0.12);
}

.multi-step-form-text-field---brix:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #4a3aff;
  color: #4a3aff;
}

.multi-step-form-text-field---brix::-moz-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix::-ms-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.company-icon---brix {
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:hover {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/icon-4-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.name-icon---brix {
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.multi-step-form-text-field---brix.name-icon---brix:hover {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix {
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix:hover {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.phone-icon---brix:focus {
  background-image: url('../images/icon-3-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix {
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix:hover {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: url('../images/icon-2-on-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.multi-step-form-label---brix {
  margin-bottom: 16px;
  border-radius: 16px;
  color: #170f49;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.multi-step-form-label---brix.no-margin---brix {
  position: relative;
  z-index: 40;
  margin-bottom: 0px;
}

.radio-button {
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #d9dbe9;
  box-shadow: inset 0 0 7px 0 rgba(20, 20, 43, 0.08);
  transition: all 200ms ease;
  cursor: pointer;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(74, 58, 255, 0.2);
}

.slider---brix {
  position: relative;
  height: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.checkbox-item--brix {
  position: relative;
  display: flex;
  overflow: visible;
  max-height: 114px;
  min-height: 114px;
  margin-bottom: 0px;
  padding: 25px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #fff;
  color: #170f49;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  overflow: visible;
  grid-row-gap: 28px;
}

.h1-blue-light {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -3px;
}

.blue-normal-body-link {
  border-bottom: 0px solid #085bbe;
  border-radius: 0px;
  color: #085bbe;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.faq-body {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.faq-body.list-padding {
  padding-bottom: 10px;
}

.faq-body.list-padding.faq-hide {
  display: none;
}

.faq-body.table-title {
  display: flex;
  min-height: 80px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #b6d0ff;
  font-weight: 700;
  text-align: center;
}

.faq-body.table-body {
  display: flex;
  max-height: 80px;
  min-height: 80px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  text-align: center;
}

.bold-text-6 {
  font-size: 20px;
}

.faq-blue-title {
  color: #085bbe;
}

.pricing-box-level-4 {
  padding-right: 12px;
  padding-left: 12px;
}

.white-normal-subtitle-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.h4-blue-bold {
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}

.h4-blue-bold.no-margins {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: -1px;
  color: #08458e;
}

.h4-blue-bold.uppercase {
  text-transform: uppercase;
}

.bold-text-7 {
  letter-spacing: -2px;
}

.grid-14 {
  position: relative;
  left: -38px;
  width: 100%;
  margin-top: 34px;
  grid-column-gap: 5px;
  -ms-grid-columns: minmax(300px, 347px) minmax(300px, 345px) minmax(300px, 300px);
  grid-template-columns: minmax(300px, 347px) minmax(300px, 345px) minmax(300px, 300px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h4-black-bold {
  font-family: 'Open Sans', sans-serif;
}

.arrow-text-block {
  display: flex;
  padding: 0px 20px 10px;
  flex-direction: row;
  align-items: center;
  background-color: #fc0;
  text-align: center;
}

.arrow-block {
  display: flex;
  width: 360px;
  max-height: 70px;
  flex-direction: row;
  justify-content: center;
}

.arrow-tail {
  max-height: 70px;
}

.arrow-head {
  max-height: 70px;
}

.heading-26 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

.grid-15 {
  position: relative;
  left: 41px;
  display: none;
  margin-top: 35px;
  -ms-grid-columns: minmax(300px, 1px) minmax(330px, 320px) minmax(300px, 300px);
  grid-template-columns: minmax(300px, 1px) minmax(330px, 320px) minmax(300px, 300px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-link-others-tab {
  display: none;
  width: 24.5%;
  background-color: #08458e;
}

.tab-link-others-tab.w--current {
  width: 25%;
  background-color: #085bbe;
}

.tabs-menu-3 {
  margin-top: 10px;
  margin-bottom: 23px;
}

.columns-7 {
  margin-top: 26px;
}

.tabs-2 {
  margin-top: 20px;
}

.html-embed-3 {
  width: 100%;
  background-color: #085bbe;
}

.html-embed-3.mobile {
  display: none;
}

.body {
  background-color: #fff;
}

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

.image-77 {
  display: none;
}

.whtie-card {
  border-radius: 8px;
  background-color: #fff;
}

.grid-16 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #000;
  border-radius: 8px;
}

.div-block-57 {
  display: flex;
  width: 100%;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
}

.div-block-58 {
  display: flex;
  flex-direction: row;
}

.profile-picture {
  margin-right: 10px;
  border-radius: 100px;
}

.navigation-container-full {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.header-blog {
  display: flex;
  min-height: 600px;
  padding: 20px 3% 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #085bbe;
}

.navigation-button {
  margin-left: 40px;
  padding: 18px 30px;
  border-radius: 10px;
  background-color: #fb9acf;
  color: #5c4ebd;
  font-size: 17px;
  font-weight: 700;
}

.navigation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px 3%;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.navigation-menu {
  display: flex;
  align-items: center;
}

.hero-container {
  margin-top: 98px;
}

.paragraph-detials-small {
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

.heading-h1 {
  max-width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1px;
}

.navigation-link-2 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.title-small-2 {
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  font-weight: 700;
  letter-spacing: 0px;
}

.title-small-2.white {
  color: #fc0;
}

.profile-block-header {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 140%;
  text-align: left;
  letter-spacing: -1px;
}

.submit-button-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-2 {
  position: absolute;
}

.blog-hero-image {
  margin-top: -220px;
  margin-bottom: 80px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.text-field-2 {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.container-7 {
  width: 100%;
  height: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.form-2 {
  display: flex;
  border-radius: 15px;
  background-color: #f2f5f8;
}

.title-large {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  font-size: 19px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0px;
}

.featured-block {
  margin-top: 10px;
}

.content-left_blog {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.featured-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  transition: color 200ms ease;
  color: #202146;
  text-decoration: none;
}

.featured-item:hover {
  color: #5c4ebd;
}

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.feature-image {
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16);
}

.blog-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  font-size: 32px;
  letter-spacing: 0px;
}

.paragraph-detials-large {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  font-size: 17px;
  line-height: 30px;
}

.subscription {
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(8, 91, 190, 0.78), hsla(0, 0%, 100%, 0)), url('../images/Paper-Plane.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.blog-section {
  padding-right: 3%;
  padding-bottom: 132px;
  padding-left: 3%;
}

.header {
  display: flex;
  min-height: 490px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #085bbe;
}

.bar-small {
  width: 180px;
  height: 5px;
  border-radius: 100px;
  background-image: linear-gradient(90deg, rgba(251, 154, 193, 0), #fc0);
}

.title-centre {
  display: flex;
  margin-top: 101px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bar-big {
  width: 220px;
  height: 5px;
  margin-top: 32px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.heading-h1-2 {
  max-width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.search {
  position: relative;
}

.categories-block {
  margin-top: 40px;
}

.title-large-2 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.content-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.heading-h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  letter-spacing: -1px;
}

.seach-bar {
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 15px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  color: #9899ad;
  font-size: 15px;
}

.categories-pill {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: #fc0;
  text-decoration: none;
}

.blog-image-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 13px;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.content-section {
  padding: 132px 3%;
}

.search-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.paragraph-detials-medium {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #9899ad;
  font-size: 15px;
  line-height: 24px;
}

.blog-image {
  width: 100%;
}

.title-medium {
  margin-bottom: 0px;
  color: #08458e;
  font-size: 17px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.title-small-3 {
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #202146;
  font-weight: 700;
}

.title-small-3.pink {
  margin-bottom: 0px;
  color: #085bbe;
}

.blog-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.search-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 100%;
  border-radius: 15px;
  background-color: #085bbe;
}

.profile-block {
  display: flex;
  align-items: center;
}

.next-button {
  margin-top: 20px;
  padding: 20px 36px;
  border-radius: 15px;
  background-color: #fc0;
  text-decoration: none;
}

.div-block-59 {
  position: relative;
  top: 29px;
}

.image-78 {
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-block-62 {
  display: flex;
}

.quote {
  display: flex;
  margin-top: 40px;
}

.quote.tablet {
  display: none;
}

.quote.vertical {
  flex-direction: column;
  align-items: center;
}

.quote.vertical.justify-left {
  max-width: 750px;
  align-items: flex-start;
}

.form-block {
  width: 100%;
}

.form-block.desktop {
  display: flex;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-block.tablet {
  display: none;
}

.form-block.mobile {
  display: none;
}

.select-field-2 {
  width: 220px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px 1px 2px 0px;
  border-color: transparent transparent #d6d6d6;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #b6d0ff;
  font-size: 26px;
  font-weight: 700;
}

.select-field-2:focus {
  width: 250px;
}

.select-field-2.calendar {
  display: flex;
  padding-bottom: 10px;
  padding-left: 12px;
  align-items: center;
  border: 1px none #000;
}

.select-field-2.name {
  width: 482px;
  text-align: center;
}

.select-field-2.name::-moz-placeholder {
  color: #b6d0ff;
}

.select-field-2.name::-ms-input-placeholder {
  color: #b6d0ff;
}

.select-field-2.name::placeholder {
  color: #b6d0ff;
}

.select-field-2.phone {
  width: 482px;
  color: #b6d0ff;
  text-align: center;
  text-decoration: none;
}

.select-field-2.phone::-moz-placeholder {
  color: #b6d0ff;
}

.select-field-2.phone::-ms-input-placeholder {
  color: #b6d0ff;
}

.select-field-2.phone::placeholder {
  color: #b6d0ff;
}

.field-label-2 {
  display: flex;
  width: 200px;
  padding-bottom: 11px;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.field-label-2.im-looking-for {
  width: 230px;
  color: #fff;
  font-size: 26px;
}

.field-label-2.in {
  width: 23px;
  color: #fff;
}

.field-label-2.policy {
  width: 100%;
  padding-top: 11px;
  padding-right: 1em;
  color: #fff;
  font-size: 26px;
}

.div-block-64 {
  display: flex;
  height: 80px;
  margin-top: 10px;
  padding-bottom: 0px;
  align-items: center;
  border: 1px none #000;
}

.div-block-68 {
  display: flex;
  width: 100%;
}

.div-block-69 {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}

.field-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.field-wrap._2 {
  margin-left: 10px;
}

.text-field-left-icon {
  width: 100%;
  height: 60px;
  min-height: 48px;
  margin-bottom: 0px;
  padding: 10px 1em 12px 2em;
  border: 2px solid #e9ecf0;
  border-radius: 12px;
  box-shadow: none;
  transition: all 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}

.text-field-left-icon:hover {
  width: 100%;
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #085bbe;
}

.text-field-left-icon::-moz-placeholder {
  color: #a0a6b0;
}

.text-field-left-icon::-ms-input-placeholder {
  color: #a0a6b0;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

.text-field-left-icon.subscription-dropdown {
  width: 20%;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0px 0em 0px 10px;
}

.text-field-left-icon.input.input-grey-bg {
  height: 44px;
  min-height: 44px;
  padding-left: 4em;
  border-width: 1px;
  border-radius: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #808292;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-icon {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: auto;
}

.bold-text-8 {
  display: none;
}

.bold-text-9 {
  display: none;
}

.bold-text-10 {
  display: inline;
}

.pop-up-button {
  margin-bottom: 8px;
  padding: 8px 32px;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #272727;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.pop-up-button:hover {
  opacity: 0.8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-button.button.gold-button {
  background-color: #085bbe;
}

.pop-up-button.button.gold-button.no-margin {
  margin-top: 0px;
}

.popup-form-error {
  padding: 16px;
  border-radius: 6px;
  background-color: #dee5eb;
  color: #444;
}

.pop-up-text-input {
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  background-color: #f7f9fa;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::-moz-placeholder {
  color: #c2cdd8;
}

.pop-up-text-input::-ms-input-placeholder {
  color: #c2cdd8;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-exit-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.pop-up-exit-button:hover {
  opacity: 0.8;
}

.pop-up-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(32, 32, 32, 0.6);
}

.popup-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
}

.form-3 {
  margin-bottom: 8px;
}

.pop-up-box {
  position: relative;
  max-width: 460px;
  padding: 40px 40px 32px;
  border-radius: 8px;
  background-color: #fff;
  cursor: auto;
}

.pop-up-form {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 1;
  text-align: left;
}

.pop-up-form-success {
  padding: 32px;
  border-radius: 4px;
  background-color: #e9e9e9;
  color: #33383f;
  font-size: 16px;
  line-height: 1.4em;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

._3-column-link-box {
  width: 33.33%;
  text-decoration: none;
}

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

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

.link-block-6 {
  text-decoration: none;
}

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

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

.brix---paragraph-default {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
}

.brix---paragraph-default.left {
  text-align: left;
}

.brix---heading-h3-size {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #085bbe;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

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

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

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---icon-left---content-right {
  display: flex;
  align-items: flex-start;
}

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

.brix---content-inside-card-v14 {
  padding: 48px;
  border: 0px none #000;
  border-radius: 8px;
  background-color: #1262c0;
  text-decoration: none;
}

.brix---card {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(169, 208, 255, 0.09);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.09);
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.brix---grid-2-columns---gap-48px {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---btn-secondary {
  padding: 26px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  transform-style: preserve-3d;
}

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

.brix---btn-secondary.space-left {
  margin-right: 10px;
  font-size: 21px;
}

.brix---btn-primary {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #fc0;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #211f54;
  font-size: 21px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary:hover {
  background-color: #08458e;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.brix---btn-primary.space-left {
  margin-right: 10px;
}

.brix---button-row-left {
  margin-right: 24px;
}

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

.brix---heading-h2-size {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fc0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

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

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

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

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

.brix---section {
  padding-top: 176px;
  padding-bottom: 176px;
  background-color: #085bbe;
  color: #fff;
}

.brix---btn-circle-primary-small {
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #085bbe;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-circle-primary-small:hover {
  background-color: #072a53;
  transform: scale3d(0.94, 0.94, 1.01);
  color: #fff;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #085bbe;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

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

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

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

.brix---heading-h4-size {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

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

.brix---blog-card-content-inside {
  display: flex;
  padding: 32px 32px 40px;
  flex-direction: column;
}

.brix---badge-secondary-small {
  display: inline-block;
  padding: 14px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcddeb;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.06);
  color: #211f54;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.brix---blog-card-badge-wrapper-top {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: none;
}

.brix---blog-card-image {
  width: 100%;
  height: auto;
  text-align: left;
}

.brix---blog-card-image-wrapper-inside-card {
  position: relative;
  overflow: hidden;
  height: 170px;
  border-radius: 24px 24px 0px 0px;
  transform: translate(0px, 0px);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.brix---blog-card-wrapper-shadow {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.05);
  text-decoration: none;
}

.brix---blog-card-wrapper-shadow.hide {
  display: none;
}

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

.brix---badge-secondary-category-badges {
  display: inline-block;
  margin-left: 24px;
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcddeb;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.06);
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.brix---badge-secondary-category-badges:hover {
  border-color: #4a3aff;
  background-color: #4a3aff;
  color: #fff;
}

.brix---badge-secondary-category-badges.w--current {
  border-color: #4a3aff;
  background-color: #4a3aff;
  color: #fff;
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  display: flex;
  flex-direction: row;
}

.brix---categories-badges-wrapper {
  display: flex;
  justify-content: flex-end;
}

.brix---heading-h2-size-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

.brix---grid-title-and-categories {
  display: none;
  margin-bottom: 64px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.brix---section-small.news {
  background-color: #f3f7fc;
}

.brix---blog-card-image-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brix---blog-card-image-wrapper-featured-v4 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  border-radius: 24px;
  transform: translate(0px, 0px);
}

.brix---blog-card-wrapper-featured-v4 {
  width: 100%;
  margin-left: auto;
  text-decoration: none;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---avatar-circle-03 {
  overflow: hidden;
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  transform: translate(0px, 0px);
}

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

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

.brix---badge-primary-small {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 40px;
  background-color: #4a3aff;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.brix---card-blog-featured-v4 {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 658px;
  padding: 80px 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
  transform: translate(0px, -50%);
  transition: transform 300ms ease;
  text-decoration: none;
}

.brix---card-blog-featured-v4:hover {
  transform: scale(0.98) translate(0px, -50%);
}

.brix---flex-card---image-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brix---heading-h1-size {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
}

.brix---subtitle {
  margin-bottom: 8px;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

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

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

.brix---section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
  color: #fff;
}

.link-block-7 {
  text-decoration: none;
}

.brix---link-icon-right {
  margin-left: 6px;
  filter: grayscale(100%);
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---link-wrapper {
  display: flex;
  align-items: center;
  transition: color 300ms ease;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

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

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

.brix---display-2 {
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

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

.brix---card-link-content-left {
  display: flex;
  padding: 48px 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #b6d0ff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
  transition: transform 300ms ease, color 300ms ease;
  text-decoration: none;
  transform-style: preserve-3d;
}

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

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

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

.div-block-71 {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  border-radius: 30px;
  background-color: #fc0;
}

.f-pricing-button {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #642eff;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.f-pricing-button:hover {
  background-color: #2d0896;
}

.f-pricing-line-dark {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #282556;
}

.f-paragraph-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: #b6b9ce;
}

.f-text-color-gray-400 {
  color: #b6b9ce;
}

.f-icon-regular {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.f-pricing-feature-item {
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: #b6b9ce;
  font-size: 16px;
  font-weight: 400;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-h3-heading.f-text-color-white {
  color: #fff;
}

.f-pricing-month-wrapper {
  display: flex;
  align-items: center;
}

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

.f-badge-filled {
  display: flex;
  padding: 4px 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background-color: #642eff;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.f-heading-detail-small {
  font-family: 'Open Sans', sans-serif;
  color: #b6b9ce;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-heading-detail-small.f-text-color-white {
  color: #fff;
}

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

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

.f-pricing-card-dark {
  position: relative;
  padding: 40px;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #160042;
  color: #fff;
}

.f-button-secondary {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 50px;
  background-color: #fff;
  transition: border-color 300ms ease, background-color 300ms ease;
  color: #160042;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.f-button-secondary:hover {
  border-color: transparent;
  background-color: #f3f5fb;
}

.f-pricing-line {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e6f1;
}

.f-pricing-card-outline {
  display: flex;
  height: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 16px;
}

.f-pricing-column-basic {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-button-toggle {
  padding: 12px 44px;
  border-radius: 4px;
  background-color: transparent;
  color: #160042;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.01em;
}

.f-pricing-button-toggle.w--current {
  background-color: #fff;
  box-shadow: 3px 8px 20px 0 rgba(141, 155, 190, 0.16);
  color: #160042;
  font-weight: 500;
}

.f-pricing-toggle-menu {
  display: flex;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
  padding: 8px;
  align-items: center;
  border-radius: 8px;
  background-color: #f3f5fb;
}

.f-pricing-tab {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.f-h2-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

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

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

.f-pricing-title-wrapper {
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.f-container-small {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large {
  position: relative;
  padding: 92px 5%;
  background-color: #f3f7fc;
}

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

.f-content-image-tall {
  overflow: hidden;
  width: 100%;
  height: 620px;
  max-width: 450px;
  border-radius: 12px;
}

.f-button-neutral {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #160042;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

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

.f-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.f-paragraph-regular {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.f-sub-heading-small {
  color: #160042;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-content-icon-square {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #f7f9fd;
  color: #160042;
}

.f-content-list-item-large {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 24px;
}

.f-content-list-wrapper-small {
  display: flex;
  max-width: 300px;
  margin-bottom: 48px;
  flex-direction: column;
  grid-row-gap: 48px;
}

.f-content-divider {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #f3f5fb;
}

.f-paragraph-large {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.f-grid-two-column {
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
}

.f-testimonial-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
}

.f-slide-nav-hidden {
  bottom: -50px;
  display: none;
}

.f-icon-regular-2 {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.f-testimonial-right-a {
  left: auto;
  top: -90px;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: #085bbe;
  transition: all 300ms ease;
  color: #fff;
}

.f-testimonial-right-a:hover {
  border-color: #08458e;
  background-color: #08458e;
  color: #fff;
}

.f-testimonial-left-a {
  left: auto;
  top: -90px;
  right: 60px;
  bottom: auto;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #393b6a;
}

.f-testimonial-left-a:hover {
  border-color: #085bbe;
  background-color: #085bbe;
  color: #fff;
}

.f-paragraph-small-2 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-paragraph-regular-2 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.f-paragraph-regular-2.f-text-weight-medium {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
  font-weight: 700;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
}

.f-testimonial-author {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  text-decoration: none;
}

.f-testimonial-author:hover {
  border-color: transparent;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

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

.f-testimonial-star-wrapper {
  display: flex;
  margin-bottom: 16px;
  grid-column-gap: 4px;
}

.f-testimonial-card {
  padding: 32px;
  border-radius: 12px;
  background-color: #085bbe;
  box-shadow: 4px 4px 7px 2px rgba(57, 59, 106, 0.09);
  color: #fff;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  overflow: visible;
  width: 350px;
}

.f-testimonial-slider-large {
  width: 100%;
  height: auto;
  margin-top: 48px;
  background-color: transparent;
}

.f-h3-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-margin-bottom-57 {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-margin-bottom-58 {
  margin-bottom: 12px;
}

.f-text-weight-bold-2 {
  font-weight: 700;
}

.f-container-regular-2 {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-testimonial-section {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  background-color: #fff;
}

.wtf {
  margin-right: 40px;
  margin-left: 40px;
}

.walsh-image-hero-device {
  height: 35em;
}

.walsh-ui-image-wrapper {
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  justify-content: center;
  align-items: center;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  display: flex;
  overflow: hidden;
  height: 12px;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  grid-row-gap: 0px;
}

.walsh-arrow-wrapper.inverse {
  filter: invert(100%);
}

.walsh-label-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
}

.walsh-label-button.blue {
  color: #08458e;
}

.walsh-button-label-white-w {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  color: #fff;
}

.walsh-link-block-white {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: inset 0 -3px 0 0 hsla(0, 0%, 100%, 0.1);
  transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1);
  color: #000;
  text-decoration: none;
}

.walsh-link-block-white:hover {
  box-shadow: inset 0 -3px 0 0 #072a53;
  color: #444;
}

.walsh-button-hover-fill {
  position: absolute;
  left: -46%;
  top: -100%;
  right: auto;
  bottom: auto;
  width: 5em;
  height: 5em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #000;
}

.walsh-button-label-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

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

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

.walsh-hero-div-block {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-end;
  align-items: center;
  grid-column-gap: 1.25em;
}

.walsh-paragraph-serif-left-hero {
  max-width: 22em;
  margin-bottom: 0.75em;
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
}

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

.walsh-text-burst {
  display: inline-block;
  padding-right: 0.1em;
  padding-bottom: 0.2em;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-size: auto 38%;
  background-repeat: no-repeat;
  color: #085bbe;
  font-weight: 800;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xxlarge {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #085bbe;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

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

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

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

.walsh-background-darkgreen {
  position: relative;
  background-color: #eff0f6;
}

.brix---opacity-10 {
  opacity: 0.1;
}

.brix---floating-image-hero-v1---1 {
  position: absolute;
  left: -41%;
  top: auto;
  right: auto;
  bottom: -32%;
  z-index: -1;
}

.brix---opacity-20 {
  opacity: 0.2;
}

.brix---floating-image-hero-v1---2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: 8%;
  z-index: -1;
  max-width: 600px;
  transform: rotate(140deg);
}

.brix---btn-secondary-2 {
  padding: 26px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  transform-style: preserve-3d;
}

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

.brix---btn-primary-2 {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary-2:hover {
  background-color: #281ca5;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

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

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

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

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

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

.brix---heading-h1-size-2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
}

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

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

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

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

.div-block-72 {
  display: flex;
}

.brix---bg-image-full-width {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brix---cta-v17-half-image-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 46%;
  height: 100%;
}

.brix---btn-secondary-white {
  padding: 26px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 48px;
  background-color: transparent;
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  transform-style: preserve-3d;
}

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

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

.brix---btn-primary-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0px, -3px, 0.01px);
  color: #4a3aff;
}

.brix---heading-h2-size-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

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

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

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

.brix---cta-v4-floating-item-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
}

.brix---cta-v17-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 510px;
  padding: 110px 60px;
  align-items: center;
  border-radius: 30px;
  background-color: #085bbe;
}

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

.f-paragraph-small-3 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-sub-heading-large {
  color: #160042;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.f-margin-bottom-59 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f9fd;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-paragraph-large-2 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.f-h3-heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-margin-bottom-60 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-title-wrapper-center {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-container-regular-3 {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large-2 {
  position: relative;
  padding: 92px 5%;
}

.walsh-ui-image-medium {
  width: 100%;
  max-height: 600px;
  max-width: 40em;
  -o-object-fit: contain;
  object-fit: contain;
}

.walsh-card-wrapper-image-medium {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40em;
  justify-content: center;
  align-items: flex-end;
  align-self: center;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #c5c5c5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.walsh-link-wrapper:hover {
  padding-right: 0px;
  color: rgba(87, 85, 85, 0.85);
}

.walsh-main-paragraph {
  font-family: Merriweather, serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.45em;
  line-height: 1.5;
  letter-spacing: 0em;
}

.walsh-heading-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2c2c2c;
  font-size: 4.8em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper-circle {
  display: none;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #d3f6c1;
}

.walsh-inner-card {
  display: flex;
  padding-top: 4em;
  padding-right: 4em;
  padding-left: 4em;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 2em;
}

.walsh-rounded-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  grid-row-gap: 3em;
  border-radius: 15px;
  background-color: #fff;
}

.walsh-rounded-card.traditional-deposit-box {
  background-color: rgba(8, 91, 190, 0.28);
}

.walsh-main-grid {
  position: relative;
  width: 100%;
  max-width: 1240px;
  align-items: start;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-73 {
  display: flex;
  align-items: flex-end;
}

.margin-top {
  margin-top: 14px;
}

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

.columns-8 {
  width: 80%;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---link-wrapper-2 {
  display: flex;
  align-items: center;
  transition: color 300ms ease;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---link-wrapper-2:hover {
  color: #4a3aff;
}

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

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

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

.brix---heading-h3-size-2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

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

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

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

.brix---mg-bottom-32px-3 {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
}

.brix---link-content-text-center {
  color: #6e7191;
  text-decoration: none;
}

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

.brix---heading-h2-size-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

.brix---subtitle-2 {
  margin-bottom: 8px;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

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

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

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

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

.brix---section-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.chart-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colour-block.blue {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background-color: #7cabe3;
}

.colour-block.green {
  width: 20px;
  height: 20px;
  background-color: #8cc63f;
}

.colour-block.yellow {
  width: 20px;
  height: 20px;
  background-color: #fc0;
}

.colour-block.purple {
  width: 20px;
  height: 20px;
  background-color: #662d91;
}

.colour-block.red {
  width: 20px;
  height: 20px;
  background-color: #ed1c24;
}

.brix---grid-6-columns-logo-strip {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.brix---section-small-3.yellow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fc0;
}

.link-block-8 {
  display: flex;
  width: 100%;
  justify-content: center;
}

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

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

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

.brix---success-message {
  padding: 28px 28px 32px;
  border-radius: 24px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f2f1ff;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.brix---social-icon-square-30px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-right---mbp-center {
  justify-content: end;
  justify-items: end;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---btn-primary-3 {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary-3:hover {
  background-color: #281ca5;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.brix---text-area {
  min-height: 144px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 28px;
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.brix---text-area:focus {
  border-color: #4a3aff;
  color: #211f54;
}

.brix---text-area::-moz-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  margin-bottom: 16px;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-label.gold-text {
  font-family: 'Open Sans', sans-serif;
  color: #fc0;
}

.brix---input {
  min-height: 70px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 20px;
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.brix---input:focus {
  border-color: #4a3aff;
  color: #211f54;
}

.brix---input::-moz-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input.select-field-2 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.brix---input.select-field-2.name {
  background-color: transparent;
  text-align: left;
}

.brix---input.select-field-2.phone {
  background-color: transparent;
  text-align: left;
}

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

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

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

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

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

.brix---heading-h1-size-3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
}

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

.brix---text-center-4 {
  margin-bottom: 60px;
  text-align: center;
}

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

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

.brix---section-4 {
  padding-top: 176px;
  padding-bottom: 176px;
  color: #fff;
}

.brix---section-4.dark-blue-bg {
  background-color: #085bbe;
}

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

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

.brix---heading-h3-size-3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

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

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

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

.brix---content-center-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

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

.brix---heading-h2-size-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

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

.brix---subtitle-3 {
  margin-bottom: 8px;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

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

.brix---inner-container-640px---center-2.margin-top---100 {
  margin-top: 100px;
}

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

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

.brix---section-5 {
  padding-top: 176px;
  padding-bottom: 140px;
  color: #fff;
}

.link-block-10 {
  display: none;
}

.input-description {
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 20px;
  padding-left: 12px;
  transition: height 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.input-description.error {
  font-family: 'Open Sans', sans-serif;
  color: #ff7070;
  font-weight: 400;
}

.input-description.success {
  font-family: 'Open Sans', sans-serif;
  color: #0b9;
  font-weight: 400;
}

.form-header {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
}

.fake-logo {
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px;
  border-radius: 50%;
  background-color: #4b5abd;
  background-image: linear-gradient(6deg, #353e86, #475be0);
  color: #353e86;
  font-size: 20px;
  font-weight: 600;
}

.input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.input-wrapper.hidden {
  overflow: hidden;
  height: 300px;
  transition: height 200ms ease;
}

.form-wrapper {
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.button-6 {
  display: flex;
  width: 100%;
  height: 48px;
  margin-top: 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid #3c3f44;
  border-radius: 6px;
  background-color: #303135;
  box-shadow: 0 1px 20px 0 rgba(34, 34, 34, 0.16);
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #d7d8db;
  font-weight: 400;
}

.button-6:hover {
  background-color: #000;
  box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}

.hide-form-validation {
  display: none;
}

.input-2 {
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 0px;
  border: 1px solid #3c3f44;
  border-radius: 6px;
  background-color: transparent;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.input-2:hover {
  border-color: #4b5abd;
}

.input-2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #4b5abd;
}

.input-2::-moz-placeholder {
  color: #8a8a8a;
}

.input-2::-ms-input-placeholder {
  color: #8a8a8a;
}

.input-2::placeholder {
  color: #8a8a8a;
}

.input-2.trigger {
  width: 100%;
  height: 44px;
  min-height: 44px;
  background-color: #f3f7fc;
  font-family: 'Open Sans', sans-serif;
  color: #072a53;
}

.input-2.trigger.input.input-grey-bg {
  margin-bottom: 20px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #f6f7f9;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1b1d2a;
  font-size: 14px;
  text-transform: none;
}

.input-2.trigger.input.input-grey-bg::-moz-placeholder {
  text-transform: uppercase;
}

.input-2.trigger.input.input-grey-bg::-ms-input-placeholder {
  text-transform: uppercase;
}

.input-2.trigger.input.input-grey-bg::placeholder {
  text-transform: uppercase;
}

.input-2.input.input-grey-bg.input-margin {
  margin-bottom: 20px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1b1d2a;
  font-size: 14px;
  text-transform: none;
}

.input-2.input.input-grey-bg.input-margin::-moz-placeholder {
  text-transform: uppercase;
}

.input-2.input.input-grey-bg.input-margin::-ms-input-placeholder {
  text-transform: uppercase;
}

.input-2.input.input-grey-bg.input-margin::placeholder {
  text-transform: uppercase;
}

.hide-on-load {
  display: none;
  margin-top: 10px;
}

.logo-svg {
  display: flex;
  width: 131%;
  margin-top: -29px;
  margin-bottom: -29px;
  justify-content: center;
  align-items: center;
  color: #404ba0;
}

.fake-logo-center {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}

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

.text-block-17 {
  flex: 1;
}

.tab-link-tab-3 {
  background-color: #ddd;
}

.tab-link-tab-3.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-2-3 {
  background-color: #ddd;
}

.tab-link-tab-2-3.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-1-3 {
  background-color: #ddd;
}

.tab-link-tab-1-3.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-2-4 {
  background-color: #ddd;
}

.tab-link-tab-2-4.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-1-4 {
  background-color: #ddd;
}

.tab-link-tab-1-4.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-1-5 {
  background-color: #ddd;
}

.tab-link-tab-1-5.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-2-5 {
  background-color: #ddd;
}

.tab-link-tab-2-5.w--current {
  background-color: #085bbe;
  color: #fff;
}

.tab-link-tab-3-2 {
  background-color: #ddd;
}

.tab-link-tab-3-2.w--current {
  background-color: #085bbe;
  color: #fff;
}

.column-15 {
  padding-left: 0px;
}

.column-16 {
  padding-right: 0px;
}

.column-17 {
  padding-left: 0px;
}

.column-18 {
  padding-right: 0px;
}

.column-19 {
  padding-left: 0px;
}

.column-20 {
  padding-right: 0px;
}

.link-block-11 {
  text-decoration: none;
}

.link-block-12 {
  text-decoration: none;
}

.whatsapp-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.whatsapp-container-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: flex;
  /*width: 40px;*/
  /*height: 40px;*/
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  background-color: #26af5b;
  transition: all 300ms cubic-bezier(.45, .182, .111, .989);
  cursor: pointer;
}

.whatsapp-container-2:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.livechat-button-2 {
  display: flex;
  width: 80%;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background-color: #26af5b;
  text-decoration: none;
}

.whatsapp-chat-2 {
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.58);
}

.collection-item {
  display: flex;
}

.text-span {
  font-size: 11px;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .livechat-button-2 {
    transition: all 200ms ease;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat-2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container.menu {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.hero {
    position: relative;
    z-index: 20;
    margin-left: 0px;
    flex-direction: column;
  }

  .navbar-wrapper-three {
    width: 100%;
    margin-left: 0px;
    justify-content: space-between;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: flex;
    margin-top: 10px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-menu-block {
    width: 100%;
  }

  .nav-link {
    display: flex;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading {
    margin-left: 0px;
  }

  .heading.big {
    margin-left: 0px;
  }

  .heading.big {
    margin-left: 0px;
    padding-bottom: 20px;
    font-size: 80px;
    line-height: 80px;
  }

  .heading.big.bigger {
    font-size: 140px;
  }

  .break-free {
    margin-left: -689px;
  }

  .break-free.big {
    padding-left: 0px;
  }

  .heading-4 {
    margin-left: 0px;
  }

  .heading-4.black-text.space {
    margin-left: 0px;
    font-size: 40px;
  }

  .heading-4.space {
    margin-bottom: 22px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 0.8;
  }

  .heading-5 {
    margin-left: 0px;
  }

  .heading-5.white-heading.left-justify {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 40px;
  }

  .heading-5.white-heading.gold-heading {
    font-size: 38px;
  }

  .heading-5.white-heading.gold-heading.justify-text-left {
    font-size: 48px;
  }

  .heading-5.white-heading.gold-heading.justify-text-left.tenants-page {
    font-size: 50px;
  }

  .heading-5.gold {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 40px;
    text-align: center;
  }

  .heading-5.product-highlight-heading {
    font-size: 34px;
    line-height: 0.9;
  }

  .text-block-2 {
    margin-left: 0px;
  }

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

  .button_manual {
    width: 50%;
    margin-left: 0px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .button_manual.pricing {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .heading-6 {
    margin-left: 0px;
    font-size: 32px;
  }

  .heading-6.editable-text {
    padding-top: 0px;
    font-size: 32px;
  }

  .heading-6.editable-text._2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-6.editable-text._3 {
    display: none;
    overflow: visible;
    width: 110px;
    padding-top: 0px;
  }

  .heading-6.thin {
    font-size: 30px;
  }

  .heading-6.thin.free-size {
    width: 100%;
    margin-bottom: 38px;
    font-size: 23px;
  }

  .heading-6.thin.justify-left.home {
    width: 100%;
  }

  .heading-6.white-text {
    font-size: 32px;
  }

  .heading-6._3 {
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .image-9 {
    width: 100%;
  }

  .collaborators-module {
    height: auto;
  }

  .col-right {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
  }

  .col-left {
    padding-right: 10px;
    padding-left: 10px;
    align-items: flex-start;
    flex: 0 auto;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .slider {
    width: 60%;
    padding: 30px 20px;
  }

  .footer-link {
    margin-top: 3px;
    line-height: 12px;
  }

  .button-3.desktop {
    margin-top: 12px;
    margin-left: 14px;
  }

  .wrapper {
    width: 100%;
  }

  .horizontal-item {
    display: flex;
    width: 21%;
    margin-right: 5px;
    margin-left: 5px;
    flex-direction: column;
    justify-content: space-between;
  }

  .pricing-box-level-1 {
    padding-right: 10px;
    padding-left: 26px;
    justify-content: flex-start;
  }

  .text-block-8 {
    font-size: 33px;
  }

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

  .per-annum {
    font-size: 12px;
    text-align: left;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .pricing-box-level-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-arrow {
    left: 2%;
    display: none;
  }

  .right-arrow {
    right: 2%;
    display: none;
  }

  .slide-title {
    margin-right: 30px;
    margin-left: 30px;
  }

  .slide-title.home {
    flex-direction: column;
    text-align: left;
  }

  .room-packages {
    padding-left: 0px;
  }

  .right-arrow-2 {
    right: -27%;
  }

  .button {
    font-size: 20px;
  }

  .button.button-gold {
    width: 100%;
  }

  .a-block._2 {
    width: 700px;
  }

  .a-block._1 {
    width: 720px;
    padding-left: 0px;
  }

  .a-block._3 {
    width: 420px;
  }

  .a-block._4 {
    width: 100vw;
  }

  .the-content {
    justify-content: flex-start;
  }

  .image-14 {
    padding-left: 40px;
  }

  .html-embed {
    height: 946px;
  }

  .breakfree_module {
    width: 100%;
    padding-left: 40px;
  }

  .div-block-23 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .link-block.gold-button {
    width: 240px;
  }

  .container_manual-2 {
    max-width: 1050px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .team-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .image-27 {
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .text {
    font-size: 20px;
  }

  .text.text-justify-left {
    font-size: 20px;
  }

  .text.text-justify-left.black-text {
    font-size: 20px;
  }

  .text.dark-blue-text {
    font-size: 20px;
  }

  .text.black-text {
    padding-top: 31px;
  }

  .text.black-text.t-c {
    padding-top: 0px;
  }

  .text.small-text.text-justify-left._20pd {
    display: none;
    padding-top: 0px;
  }

  .text._20pd {
    font-size: 18px;
    text-align: center;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .image-31.icon {
    width: 22px;
    padding-top: 0px;
  }

  .image-31.icon {
    display: none;
  }

  .calculator-box {
    width: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .breakfree_text_group {
    height: 500px;
    padding-left: 20px;
  }

  .calculator_module {
    width: 100%;
    height: 100%;
  }

  .calculator_module.horizontal {
    margin-top: 0px;
    padding: 40px 0px;
  }

  .calculator_module.yellow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px;
    align-items: center;
  }

  .text-row {
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 9px;
    flex-direction: row;
    align-items: center;
  }

  .text-row.vertical._2 {
    align-items: flex-start;
  }

  .text-row.upper-space {
    padding-top: 9px;
  }

  .text-row.switching {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .text-row.footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .background {
    top: -760px;
    bottom: 0px;
    display: none;
    margin-top: 200px;
  }

  .leftblob {
    display: none;
    width: 10vh;
  }

  .rich-text-block-2.sec-1 {
    font-size: 11px;
  }

  .h1-blue {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -2px;
  }

  .h1-blue.free-size {
    font-size: 64px;
  }

  .h1-blue.free-size.custom {
    font-size: 72px;
  }

  .breakfree_paragraph {
    width: 370px;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 34px;
  }

  .breakfree_heading {
    font-size: 60px;
    line-height: 60px;
  }

  .products-row.boxes-type.not-that-big {
    width: 100%;
  }

  .products-row.tenancycash {
    margin-top: 22px;
  }

  .photo_module {
    width: 250px;
    padding-right: 10px;
  }

  .card-image {
    width: 100%;
  }

  .product-module {
    width: 100%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 1px 1px -12px rgba(0, 0, 0, 0.05);
  }

  .product-module.tenants-page {
    margin-bottom: 0px;
  }

  .product-module._33-33-div-width {
    width: auto;
  }

  .image-48 {
    width: 100%;
  }

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

  .editable-text-box {
    width: 160px;
    margin-left: 10px;
  }

  .calculator_content {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }

  .left-column {
    padding-right: 0px;
  }

  .editable-text {
    font-size: 40px;
    line-height: 50px;
  }

  .calculator-group {
    width: 100%;
    margin-bottom: 0px;
  }

  .slider-group {
    padding-bottom: 37px;
  }

  .image-51 {
    width: 20vh;
    padding-left: 0px;
  }

  .div-block-41 {
    align-items: center;
  }

  .footer-columns {
    padding-bottom: 51px;
  }

  .hand-image {
    width: auto;
    height: 300px;
  }

  .collaborators-group {
    margin-top: 0px;
  }

  .text_point-3 {
    margin-left: 0px;
    font-size: 20px;
  }

  .section-row.dark-blue-bg {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section-row.light-blue-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-row.light-blue-bg.vertical {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-row.section-vertical.grey-background {
    flex-wrap: nowrap;
  }

  .section-row.custom {
    height: 990px;
  }

  .photo-container._480px {
    width: 240px;
    height: 240px;
  }

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

  .heading-1.t-c {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .sub-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .sub-text.white-text {
    color: #fff;
  }

  .image-53 {
    bottom: -51px;
    height: 470px;
  }

  .div-block-43 {
    width: 70%;
  }

  .hero-text-row {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .logo-grid-heroi {
    align-content: space-around;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .logo-image---brix {
    max-height: 21px;
  }

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

  .calculator-background {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-card {
    width: 300px;
  }

  .product-card._5-column {
    width: 210px;
  }

  .card-container {
    justify-content: center;
  }

  .product-grid {
    width: 100%;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-3 {
    width: 690px;
  }

  .grid-4 {
    width: 451px;
  }

  .div-block-48 {
    width: 100%;
    margin-bottom: 77px;
    padding-bottom: 0px;
  }

  .heading-24 {
    padding-bottom: 20px;
    padding-left: 0px;
    line-height: 30px;
  }

  .brochure-module {
    width: 100%;
  }

  .product-highlight-box {
    display: block;
  }

  .product-highlight-box._50.transparent-bg.zero-deposit {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-highlight-box._40px-top-padding {
    display: flex;
    padding-top: 30px;
    flex-direction: column;
    justify-content: space-between;
  }

  .product-highlight-photo-module.center-align-photo {
    margin-top: 13px;
  }

  .highlight-box-heading {
    font-size: 33px;
  }

  .box-title-text {
    font-size: 19px;
  }

  .hero-module {
    flex-direction: column;
  }

  .partnership-hero-image.desktop-and-tablet-size.zero-deposit-image {
    display: none;
  }

  .partnerships-benefits-box-background._1 {
    width: auto;
  }

  .partnerships-benefits-box-background._2 {
    width: auto;
  }

  .partnerships-benefits-box-background._3 {
    width: auto;
  }

  .partnerships-benefits-box-background._4 {
    width: auto;
  }

  .partnership-benefits-box {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-7 {
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-tab {
    margin-top: 10px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-2 {
    width: 100%;
  }

  .bold-text-3 {
    font-size: 19px;
  }

  .bold-text-4 {
    font-size: 19px;
  }

  .image-62 {
    display: block;
  }

  .whatsapp-container {
    width: 70px;
    height: 70px;
  }

  .whatsapp-block {
    right: 20px;
    bottom: 20px;
    z-index: 49;
  }

  .max-height-100px {
    max-height: 70px;
  }

  .max-height-100px.png {
    max-height: 33px;
  }

  .div-block-49 {
    width: 100%;
  }

  ._100-sub-container {
    width: 100%;
  }

  .div-block-51 {
    width: 100%;
  }

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

  .text-block-16 {
    margin-left: 5px;
    font-size: 15px;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    width: 100%;
    text-align: center;
  }

  .black-normal-body-text.justify-left {
    text-align: left;
  }

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

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    z-index: 100;
    width: 100%;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

  .dropdown-toggle-5 {
    padding: 0px;
  }

  .dropdown-link-2 {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #072a53;
    font-size: 16px;
    font-weight: 700;
  }

  .dropdown-link-2:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

  .dropdown-link-2.w--current {
    color: #ff6f20;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .navigation-block-right {
    display: flex;
    width: 100%;
    text-align: left;
  }

  .navigation {
    position: relative;
    z-index: 1000;
  }

  .dropdown-mobile {
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .navigation-link-wrap.tablet {
    display: block;
  }

  .mobile-button-link {
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

  .content-block {
    max-width: 100%;
  }

  .image-wrap {
    display: none;
  }

  .image-wrap.mobile {
    display: block;
    width: 100%;
  }

  .hero-block {
    width: 100%;
  }

  .hero-block.bdpay {
    min-height: auto;
  }

  .multi-step-form-radio-trigger---brix {
    padding-right: 24px;
    padding-left: 64px;
    font-size: 16px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .grid-14 {
    left: 0px;
    grid-template-columns: repeat(auto-fit, 500px);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .arrow-text-block {
    width: 100%;
  }

  .arrow-block {
    width: 100%;
  }

  .grid-15 {
    left: 0px;
    width: 100%;
    margin-top: 16px;
    grid-template-columns: repeat(auto-fit, 500px);
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .navigation-button {
    margin-left: 0px;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .menu-button-2 {
    border: 1px solid #fb9acf;
    border-radius: 15px;
    color: #fb9acf;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .featured-item {
    flex-wrap: wrap;
  }

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

  .blog-grid {
    grid-column-gap: 22px;
    -ms-grid-columns: 1fr 0.6fr;
    grid-template-columns: 1fr 0.6fr;
  }

  .header {
    background-image: none;
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

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

  .div-block-60 {
    text-align: center;
  }

  .div-block-61 {
    width: 100%;
  }

  .quote {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }

  .quote.desktop {
    display: none;
  }

  .quote.tablet {
    display: none;
  }

  .form-block.desktop {
    display: block;
  }

  .form-block.tablet {
    display: block;
  }

  .form-block.mobile {
    display: none;
  }

  .select-field-2 {
    height: 50px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .field-label-2.policy {
    width: 640px;
  }

  .div-block-65 {
    display: flex;
    width: auto;
  }

  .div-block-66 {
    display: flex;
    width: auto;
  }

  .text-field-left-icon {
    width: 676px;
  }

  .text-field-left-icon:hover {
    width: 676px;
  }

  .text-field-left-icon.subscription-dropdown {
    width: 25%;
  }

  .pop-up-button {
    position: relative;
  }

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

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0px;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

  .brix---blog-card-image {
    width: 100%;
  }

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

  .brix---badge-secondary-category-badges {
    margin-right: 24px;
    margin-left: 0px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

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

  .brix---grid-title-and-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---card-blog-featured-v4 {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    max-width: 610px;
    margin-bottom: -120px;
    margin-left: 29px;
    padding: 32px;
    transform: none;
  }

  .brix---card-blog-featured-v4:hover {
    transform: scale(0.98);
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

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

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

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

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

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

  .f-pricing-column-basic {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-image-cover.tab-view {
    margin-right: auto;
    margin-left: auto;
  }

  .f-content-image-tall {
    height: 400px;
    max-width: 100%;
  }

  .f-content-list-wrapper-small {
    max-width: 100%;
    flex-direction: row;
  }

  .f-grid-two-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

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

  .walsh-ui-image-wrapper {
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

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

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

  .walsh-hero-div-block {
    justify-content: center;
  }

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

  .walsh-text-burst {
    background-size: auto 60%;
  }

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

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

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

  .brix---floating-image-hero-v1---1 {
    left: -42%;
    bottom: -14%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

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

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

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

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

  .brix---cta-v17-half-image-right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 52%;
  }

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

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

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

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

  .brix---cta-v17-card {
    min-height: 770px;
    padding: 60px 54px 228px;
    align-items: flex-start;
  }

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

  .f-grid-three-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-main-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .brix---grid-2-columns-gap-column-80px {
    grid-column-gap: 40px;
  }

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

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

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

  .brix---grid-6-columns-logo-strip {
    justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

  .link-block-10.w--current {
    display: none;
  }

  .logo-svg {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .whatsapp-block-2 {
    right: 20px;
    bottom: 20px;
    z-index: 49;
  }

  .whatsapp-container-2 {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-three {
    padding-bottom: 30px;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
  }

  .heading.big {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
  }

  .heading.big {
    display: flex;
    padding-top: 21px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
  }

  .heading.big.bigger {
    font-size: 100px;
  }

  .break-free.big {
    padding-right: 211px;
    padding-left: 0px;
    font-size: 60px;
    line-height: 60px;
  }

  .heading-5.white-heading.gold-heading.justify-text-left {
    font-size: 40px;
  }

  .heading-5.white-heading.gold-heading.justify-text-left.tenants-page {
    font-size: 40px;
  }

  .heading-6 {
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-size: 27px;
  }

  .heading-6.editable-text {
    margin-bottom: 0px;
    padding-bottom: 9px;
    font-size: 27px;
  }

  .heading-6.thin {
    width: auto;
    font-size: 28px;
  }

  .heading-6.thin.free-size {
    margin-bottom: 22px;
  }

  .heading-6.white-text {
    font-size: 27px;
  }

  .heading-6._3 {
    font-size: 27px;
  }

  .image-9 {
    padding-top: 91px;
    padding-bottom: 65px;
  }

  .collaborators-module {
    height: auto;
  }

  .col-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns {
    width: 100%;
    flex-direction: column-reverse;
  }

  .slider {
    padding: 20px;
  }

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

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

  .title-small {
    padding-top: 21px;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

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

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

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

  .footer-copyright-center {
    margin-top: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .button-3 {
    display: flex;
    width: 100px;
    height: 40px;
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0px solid #000;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
  }

  .button-4 {
    display: flex;
    overflow: visible;
    width: 120px;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .column-5 {
    align-items: center;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .slider-2 {
    display: block;
  }

  .button._100.gold {
    font-size: 11px;
  }

  .button.button-gold {
    margin-left: 20px;
  }

  .div-block-18 {
    height: 600px;
  }

  .html-embed {
    height: 600px;
    justify-content: flex-start;
  }

  .link-block._100.gold-button {
    justify-content: center;
  }

  .link-block.gold-button {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }

  .image-17 {
    margin-left: 15px;
  }

  .image-19 {
    margin-left: -19px;
  }

  .image-20 {
    position: static;
    display: block;
    text-align: left;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

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

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

  .image-27 {
    width: auto;
    height: 100%;
  }

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

  .text.text-justify-left.smaller {
    text-align: left;
  }

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

  .text.button-text.blue-text {
    font-size: 17px;
  }

  .text.justify-left {
    text-align: left;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .image-31.icon {
    width: 30px;
  }

  .calculator-box {
    width: 100%;
    margin-top: 20px;
  }

  .calculator_module {
    padding-bottom: 35px;
  }

  .calculator_module.horizontal {
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
  }

  .calculator_module.yellow {
    margin-top: 20px;
    padding: 20px;
  }

  .text-row {
    justify-content: center;
  }

  .background {
    display: none;
  }

  .h1-blue {
    width: 490px;
    margin-bottom: 19px;
    font-size: 60px;
    line-height: 1;
  }

  .h1-blue.free-size {
    font-size: 51px;
  }

  .h1-blue.free-size.custom {
    font-size: 66px;
    line-height: 1;
  }

  .products-row.boxes-type.zero-deposit {
    flex-direction: column;
  }

  .product-module {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .product-module.tenants-page {
    margin-bottom: 0px;
  }

  .product_module_container {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .editable-text-box {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .calculator_content {
    padding-bottom: 20px;
  }

  .left-column {
    padding-right: 0px;
  }

  .editable-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 39px;
  }

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

  .calculator-group {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-bar {
    margin-right: 0px;
  }

  .hand-image {
    width: auto;
    height: 300px;
  }

  .section-row.light-blue-bg.starburst-bg {
    display: none;
  }

  .section-row.section-vertical.custom.zerodeposit-hero {
    height: 100%;
  }

  .section-row.fit-vertical.light-blue-bg.starburst-bg {
    z-index: -1;
    display: block;
  }

  .image-53 {
    bottom: -25px;
    height: 276px;
  }

  .logo-grid-heroi {
    display: flex;
    justify-content: space-between;
    grid-auto-flow: row dense;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .logo-image---brix {
    max-height: 23px;
  }

  .logo-image---brix.height-adjust {
    width: 50px;
    max-height: 50px;
  }

  .product-card {
    width: 210px;
  }

  .product-card._5-column {
    width: 270px;
  }

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

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

  .product-highlight-box._50 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .product-highlight-box._40px-top-padding {
    padding: 10px;
  }

  .product-highlight-box.zero-deposit {
    width: 100%;
    margin-bottom: 10px;
  }

  .highlight-box-heading {
    font-size: 25px;
  }

  .box-title-text {
    font-size: 14px;
  }

  .box-title-text.partnerships {
    font-size: 21px;
  }

  .hero-module {
    flex-direction: column;
  }

  .partnership-hero-image {
    padding-top: 46px;
  }

  .partnership-hero-image.desktop-and-tablet-size {
    display: none;
  }

  .partnership-hero-image.mobile-landscape-and-portrait-size {
    display: block;
  }

  .partnership-hero-image.mobile-landscape-and-portrait-size.tenant-profile-image {
    margin-bottom: 35px;
  }

  .partnerships-benefits-box-background._1 {
    width: 100%;
    border-radius: 8px;
  }

  .partnerships-benefits-box-background._2 {
    width: 100%;
    border-radius: 8px;
  }

  .partnerships-benefits-box-background._3 {
    width: 100%;
    border-radius: 8px;
  }

  .partnerships-benefits-box-background._4 {
    width: 100%;
    border-radius: 8px;
  }

  .partnership-benefits-box {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .grid-7 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .faq-tab {
    margin-top: 10px;
    font-size: 17px;
  }

  .agent-icons {
    width: 150px;
    height: 150px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .card {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-title {
    text-transform: uppercase;
  }

  .image-62 {
    display: none;
  }

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

  .whatsapp-block {
    right: 15px;
    bottom: 15px;
    display: none;
  }

  .button-navigation {
    display: none;
  }

  .navigation-link-wrap {
    display: none;
  }

  .phone-wrap {
    display: none;
  }

  .form-step-progress-bar-mobile---brix {
    display: flex;
    width: auto;
    max-width: 100%;
    border-radius: 500px;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 80%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 22%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    width: 50%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #4a3aff;
  }

  .form-step-number---brix {
    margin-right: 10px;
    margin-left: 10px;
  }

  .multi-step-form---brix {
    padding-right: 32px;
    padding-bottom: 48px;
    padding-left: 32px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .steps-bar---brix {
    padding-bottom: 24px;
    justify-content: space-between;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .steps-bar-wrapper--brix {
    display: flex;
    padding-bottom: 32px;
    flex-direction: column;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .image-77 {
    display: block;
  }

  .header-blog {
    padding-bottom: 162px;
    justify-content: center;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-h1-2 {
    font-size: 55px;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .quote.vertical.justify-left {
    width: 100%;
    max-width: none;
    margin-top: 66px;
  }

  .form-block.desktop {
    position: relative;
    left: -14px;
  }

  .form-block.tablet {
    display: none;
  }

  .form-block.mobile {
    display: block;
  }

  .select-field-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 40px;
    padding-left: 0px;
    font-size: 21px;
    text-align: left;
  }

  .select-field-2.name {
    width: 100%;
    margin-right: 0px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 21px;
    text-align: left;
  }

  .select-field-2.phone {
    width: 100%;
    margin-right: 0px;
    margin-left: 40px;
    padding-left: 0px;
    font-size: 21px;
    text-align: left;
  }

  .field-label-2.im-looking-for {
    width: 100%;
    font-size: 21px;
  }

  .field-label-2.in {
    position: relative;
    left: -209px;
    width: 21px;
    font-size: 21px;
    text-align: left;
  }

  .field-label-2.policy {
    width: 443px;
    font-size: 19px;
  }

  .div-block-64 {
    width: 100%;
    margin-left: 20px;
  }

  .div-block-68 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-69 {
    width: 100%;
  }

  .div-block-70 {
    display: flex;
    flex-direction: row;
  }

  .field-wrap {
    width: 100%;
  }

  .text-field-left-icon {
    width: 100%;
    font-size: 21px;
  }

  .text-field-left-icon:hover {
    width: 100%;
  }

  .text-field-left-icon.subscription-dropdown {
    width: 35%;
  }

  .pop-up-form {
    flex-direction: column;
  }

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

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

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

  .brix---grid-title-and-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .brix---avatar-circle-03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .brix---badge-primary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---card-blog-featured-v4 {
    margin-right: 18px;
    margin-bottom: -58px;
    margin-left: 18px;
  }

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

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

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

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

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

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

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .walsh-ui-image-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

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

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

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

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

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

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

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

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

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

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

  .brix---cta-v17-half-image-right {
    height: 50%;
  }

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

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

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

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

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

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

  .f-grid-three-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

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

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

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

  .brix---grid-2-columns-gap-column-80px {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .chart-description {
    align-items: flex-start;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    transform: scale(0.96);
  }

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

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

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

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    justify-items: end;
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .whatsapp-block-2 {
    right: 15px;
    bottom: 15px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center {
    position: relative;
    height: 72px;
  }

  .navbar-logo-center-container.shadow-three {
    padding: 10px 0px;
  }

  .container {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container.hero {
    z-index: 1;
  }

  .navbar-wrapper-three {
    margin-left: 0px;
  }

  .nav-menu-wrapper-three {
    display: flex;
    height: 100vh;
    margin-top: -14px;
    flex-direction: column;
    background-color: #f3f7fc;
  }

  .nav-menu-three {
    margin-right: 10px;
    margin-left: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .nav-link.w--current {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-top: 2px none #08458e;
    border-bottom: 2px none #08458e;
    text-align: left;
  }

  .menu-button.w--open {
    margin-left: 10px;
    border-radius: 8px;
    background-color: #d6d6d6;
  }

  .heading {
    font-size: 25px;
    line-height: 28px;
  }

  .heading.big {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.big {
    padding-top: 14px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .heading.big.bigger {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 50px;
  }

  .break-free.big {
    margin-top: 120px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    flex-direction: column;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .heading-4.light-text {
    margin-top: 18px;
    font-size: 19px;
  }

  .heading-5 {
    font-size: 37px;
    line-height: 1.1;
    text-align: left;
  }

  .heading-5.white-heading.left-justify {
    font-size: 22px;
    letter-spacing: -1px;
  }

  .heading-5.white-heading.gold-heading.justify-text-left {
    font-size: 30px;
  }

  .heading-5.white-heading.gold-heading.justify-text-left.tenants-page.landlords-page {
    font-size: 40px;
  }

  .heading-5.gold {
    font-size: 33px;
  }

  .heading-5.multiple-line.gold {
    font-size: 30px;
  }

  .heading-5.product-highlight-heading {
    text-align: center;
  }

  .heading-5.forms {
    font-size: 30px;
    text-align: center;
  }

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

  .text-block-2.subtext {
    color: #085bbd;
  }

  .button_manual {
    display: flex;
    width: 150px;
    max-width: 1024px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button_manual.pricing {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .heading-6.editable-text {
    font-size: 20px;
    line-height: 40px;
  }

  .heading-6.editable-text._2 {
    font-size: 20px;
  }

  .heading-6.editable-text._3 {
    width: 80px;
    padding-bottom: 0px;
  }

  .heading-6.thin {
    width: auto;
    padding-bottom: 40px;
    font-size: 20px;
    text-align: left;
  }

  .heading-6.thin.free-size {
    margin-bottom: 0px;
    padding-bottom: 19px;
  }

  .heading-6.white-text {
    font-size: 22px;
    line-height: 1;
  }

  .heading-6._3 {
    padding-bottom: 0px;
    font-size: 20px;
  }

  .image-5 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-9 {
    padding-bottom: 87px;
  }

  .col-right {
    display: flex;
    margin-top: 39px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .col-right.justify-left {
    margin-top: 3px;
  }

  .col-left {
    padding-top: 0px;
    flex-direction: column;
  }

  .columns {
    width: 100%;
    padding-top: 0px;
    flex-direction: column-reverse;
  }

  .columns.partner {
    flex-direction: column;
  }

  .slider {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
  }

  .footer-block {
    align-items: flex-start;
  }

  .title-small {
    padding-top: 30px;
  }

  .footer-social-block {
    width: 100%;
    margin-left: 0px;
    justify-content: space-between;
  }

  .footer-social-link {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }

  .footer-social-link.grow {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }

  .footer-divider {
    display: flex;
    margin-top: 20px;
  }

  .footer-copyright-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-align: left;
  }

  .button-3 {
    display: flex;
    width: 50%;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .button-3.mobile {
    width: 100%;
    margin-top: 9px;
  }

  .button-4 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
    justify-content: space-between;
  }

  .column-6 {
    padding-top: 0px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .list {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .horizontal-item {
    width: 90%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0vw;
  }

  .pricing-box-level-1 {
    width: 100%;
    padding-left: 20px;
    align-items: center;
  }

  .text-block-8 {
    font-size: 40px;
    text-align: center;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .per-annum {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }

  .div-block-13 {
    flex-direction: row;
    justify-content: center;
  }

  .pricing-box-level-3 {
    padding-top: 23px;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }

  .slider-2 {
    display: flex;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    justify-content: flex-end;
  }

  .slide-title {
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

  .text-block-12 {
    background-color: transparent;
    color: #0056bc;
    font-size: 27px;
    letter-spacing: -2px;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
    justify-content: flex-end;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .button.button-gold {
    margin-left: 0px;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .side-scrolling-section {
    display: none;
    margin-left: 0px;
  }

  .image-14 {
    height: auto;
    margin-top: 84px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-18 {
    height: 630px;
  }

  .html-embed {
    height: 630px;
    padding-top: 10px;
  }

  .text-block-15 {
    margin-top: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    text-align: center;
  }

  .div-block-23 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .link-block._100.gold-button {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }

  .link-block._100.gold-button.outlined {
    width: 100%;
  }

  .link-block.gold-button {
    width: 100%;
  }

  .link-block.gold-button.outlined._20mg._100 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-17 {
    width: 100%;
    height: 100px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .image-18 {
    height: 100px;
    padding-left: 0px;
  }

  .image-19 {
    height: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-24 {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
  }

  .footer-columns-2 {
    padding-top: 30px;
    flex-direction: column;
  }

  .image-20 {
    width: 30px;
  }

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

  .image-22 {
    padding-top: 0px;
  }

  .image-23 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .content-wrapper.slim {
    max-width: none;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-item.table-padding-mobile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container_manual-2 {
    max-width: 1024px;
    padding-top: 40px;
  }

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

  .team-card {
    padding-right: 10px;
  }

  .image-27 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text {
    font-size: 14px;
  }

  .text.text-justify-left.black-text {
    font-size: 18px;
    text-align: justify;
    letter-spacing: -1px;
  }

  .text.dark-blue-text {
    font-size: 18px;
  }

  .text.black-text {
    padding-top: 10px;
    text-align: center;
  }

  .text.button-text {
    font-size: 15px;
  }

  .text.button-text.blue-text.outlined-gold {
    font-size: 15px;
  }

  .text._20pd {
    font-size: 16px;
    text-align: justify;
  }

  .text.justify-left {
    font-size: 20px;
  }

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

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

  .clients-wrapper-three {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-image-three {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .image-31 {
    display: none;
  }

  .image-31.icon {
    display: block;
    padding-bottom: 17px;
  }

  .image-31.icon {
    display: block;
    padding-bottom: 17px;
  }

  .image-31.icon {
    display: block;
    padding-bottom: 17px;
  }

  .calculator-box {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .calculator_module {
    padding-right: 0px;
    padding-bottom: 34px;
    padding-left: 0px;
  }

  .calculator_module.yellow._152pd {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-row.vertical.justify-text-left {
    align-items: flex-start;
  }

  .text-row.switching {
    width: 100%;
  }

  .text-row.switching.tenants-page {
    width: 100%;
  }

  .rich-text-block.points-1 {
    letter-spacing: normal;
  }

  .h1-blue {
    width: auto;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -2px;
  }

  .h1-blue.free-size {
    font-size: 39px;
  }

  .h1-blue.free-size.custom {
    font-size: 38px;
  }

  .h1-blue.mobile {
    font-size: 33px;
  }

  .arrow-button-image {
    width: 20px;
  }

  .arrow-button-image.gold-to-blue-icon {
    height: 20px;
  }

  .wordandarrow {
    display: none;
  }

  .products-row.boxes-type {
    margin-top: 25px;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .products-row.tenancycash {
    margin-top: 13px;
    margin-bottom: 29px;
  }

  .photo_module {
    width: 100%;
  }

  .photo_module.tenants-page {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .photo_module.landlords-page {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .card-image {
    padding-right: 0px;
  }

  .product-module {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-module.tenants-page {
    padding-bottom: 10px;
  }

  .testimonials-module {
    width: 100%;
  }

  .editable-text-box {
    width: 110px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .calculator-group {
    top: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-columns {
    padding-bottom: 0px;
  }

  .collaborators-group {
    top: 0px;
  }

  .text_point-3 {
    font-size: 16px;
    text-align: center;
  }

  .section-row._100vh.hero {
    background-position: 50% 110%;
    background-size: 140%;
  }

  .section-row.light-blue-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-row.light-blue-bg.vertical {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-row.section-vertical.custom.zerodeposit-hero {
    height: 100%;
  }

  .section-row.fit-vertical.light-blue-bg.starburst-bg {
    z-index: -1;
  }

  .section-row.custom {
    height: 770px;
    padding-top: 0px;
    padding-bottom: 10px;
    align-items: flex-start;
  }

  .section-row.custom.free {
    height: 100%;
  }

  .point-div.vertical {
    margin-top: 0px;
  }

  .photo-container._480px.photo-container-how {
    width: 100%;
  }

  .photo-container.beocme-a-tenant {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .team-card-image {
    padding-right: 0px;
  }

  .image-53 {
    bottom: -19px;
    height: 200px;
  }

  .div-block-43 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-text-row {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .logo-grid-heroi {
    margin-top: 40px;
    margin-bottom: 49px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: space-around;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-areas: ". ."
      ". Area";
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    opacity: 0.58;
    text-align: center;
  }

  .logo-image---brix {
    max-height: 18px;
  }

  .logo-image---brix.height-adjust {
    width: auto;
    max-height: 23px;
  }

  .switch-container {
    flex-direction: column;
  }

  .switch-container.tenants-page {
    flex-direction: column;
  }

  .calculator-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-card {
    width: 100%;
  }

  .card-container.switch {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-3 {
    width: 100%;
  }

  .image-57 {
    width: 30px;
  }

  .div-block-48 {
    padding-bottom: 0px;
  }

  .heading-24 {
    font-size: 16px;
  }

  .brochure-module {
    width: 100%;
  }

  .product-highlight-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .product-highlight-box._50 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .product-highlight-box._50.transparent-bg.zero-deposit {
    padding: 20px 0px 10px;
  }

  .product-highlight-box._40px-top-padding {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }

  .highlight-box-heading {
    font-size: 33px;
    text-align: center;
  }

  .box-title-text {
    font-size: 26px;
  }

  .box-title-text.partnerships {
    font-size: 18px;
    line-height: 1.1;
  }

  .box-title-text.how {
    text-align: center;
  }

  .hero-module {
    flex-direction: column;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .partnership-hero-image {
    padding-top: 35px;
  }

  .why-partner-with-blueduck-module {
    width: 100%;
  }

  .partnerships-benefits-box-background._1 {
    border-radius: 8px;
  }

  .partnerships-benefits-box-background._2 {
    border-radius: 8px;
  }

  .partnerships-benefits-box-background._3 {
    border-radius: 8px;
  }

  .partnerships-benefits-box-background._4 {
    border-radius: 8px;
  }

  .partnership-benefits-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .columns-3 {
    flex-direction: column;
  }

  .box-title-sub-text.black-text {
    font-size: 19px;
  }

  .tab-link-tenants-tab {
    width: 100%;
    border-style: solid none none;
    border-width: 2px 0px 0px;
    border-color: rgba(0, 0, 0, 0.05);
  }

  .tab-link-tenants-tab.w--current {
    width: 100%;
    border-radius: 0px;
  }

  .tab-link-landlords-tab {
    width: 100%;
    border-top: 2px none rgba(0, 0, 0, 0.05);
    border-bottom: 0px none rgba(0, 0, 0, 0.05);
    outline-color: rgba(0, 0, 0, 0.05);
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 2px;
  }

  .tab-link-partners-tab {
    width: 100%;
    border-radius: 0px;
  }

  .tab-link-partners-tab.w--current {
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
  }

  .faq-tab {
    font-size: 14px;
  }

  .logo-box {
    width: 110px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    margin-top: 6px;
    background-color: #fff;
  }

  .dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .bold-text-3 {
    font-size: 26px;
  }

  .bold-text-4 {
    font-size: 26px;
  }

  .unit-packages {
    overflow: visible;
  }

  .mask {
    width: 100%;
  }

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

  .text-title.tabs {
    text-align: left;
  }

  .text-title.tabs.black {
    text-align: left;
  }

  .text-title.green {
    display: block;
  }

  .button-5 {
    margin-top: 10px;
  }

  .column-8 {
    padding-right: 0px;
  }

  .column-9 {
    padding-left: 0px;
  }

  .image-62 {
    display: none;
  }

  .column-10 {
    padding-left: 0px;
  }

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

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pop-up {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon {
    display: none;
  }

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

  .whatsapp-container {
    right: 0px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-chat {
    position: relative;
    width: 100%;
    height: 40vh;
  }

  .whatsapp-block {
    right: 0px;
    bottom: 0px;
    z-index: 40;
    display: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .max-height-100px {
    max-height: 34px;
  }

  .max-height-100px.png {
    max-height: 17px;
  }

  .blue-gold-outlined-button {
    width: 100%;
    font-size: 17px;
  }

  .blue-gold-outlined-button._100-button-width {
    font-size: 17px;
  }

  .white-light-body-text.justify-center-to-left {
    text-align: left;
  }

  ._100-sub-container {
    margin-top: 40px;
  }

  .grid-10 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .gold-button {
    width: 100%;
    font-size: 12px;
  }

  .h3-blue {
    font-size: 30px;
    text-align: center;
  }

  .h3-blue.journey {
    margin-bottom: 20px;
  }

  .h3-white.justify-left {
    font-size: 26px;
    line-height: 1.1;
  }

  .grid-11 {
    justify-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .h3-gold {
    font-size: 40px;
  }

  .h3-gold.justify-left {
    font-size: 30px;
  }

  .div-block-52 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .blue-button.space-left.small-font {
    margin-top: 10px;
    margin-left: 0px;
    background-image: url('/static/v3/images/Blue-Arrow-IconAsset-1-65e16d7a6536ad33d53d663f560813b6.svg'), url('/static/v3/images/next-1-918c8d3fb1b2a87840285d21ff6aed87.png');
    background-position: 90% 50%, 90% 50%;
    background-size: 20px 20px, 20px 20px;
    background-repeat: no-repeat, no-repeat;
    font-size: 13px;
  }

  .blue-button.small-font {
    font-size: 13px;
  }

  .black-normal-body-text {
    text-align: justify;
  }

  .black-normal-body-text.justify-left.no-margins {
    text-align: left;
  }

  .black-normal-body-text.smaller {
    font-size: 13px;
  }

  .black-normal-title-text {
    text-align: justify;
  }

  .white-normal-title-text.justify-left {
    text-align: left;
  }

  .div-block-55 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .dropdown-3 {
    margin-right: 0px;
  }

  .dropdown-list-2.w--open {
    padding-bottom: 20px;
    background-color: #b6d0ff;
  }

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

  .tab-link-tab-1-2.w--current {
    width: 100%;
  }

  .tab-link-tab-2-2 {
    width: 100%;
  }

  .grid-13 {
    justify-content: stretch;
  }

  .grid-13.contact-request {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: minmax(128px, 1fr);
    grid-template-columns: minmax(128px, 1fr);
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .text-row-2 {
    flex-direction: column;
  }

  .text-row-2.centre {
    align-items: flex-start;
  }

  .text-data {
    padding-left: 0px;
  }

  .text-data.justify-left {
    text-align: left;
  }

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

  .columns-6 {
    flex-direction: column;
  }

  .h5-blue-light.no-margins.small {
    font-size: 19px;
  }

  .h5-blue-light.no-margins.h5-white-light {
    font-size: 22px;
  }

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

  .h4-black-normal {
    font-size: 26px;
  }

  .dropdown-list-4 {
    width: 100%;
    margin-top: 30px;
  }

  .dropdown-list-4.w--open {
    margin-top: 0px;
  }

  .dropdown-list-4.dropdown-smaller {
    margin-top: 0px;
  }

  .dropdown-link-2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  }

  .arrow-down {
    filter: brightness(102%) hue-rotate(330deg);
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation-link:active {
    background-color: rgba(8, 91, 190, 0.07);
  }

  .phone-wrap {
    display: none;
  }

  .image-wrap.mobile {
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h5-black-normal.justify-left {
    font-size: 20px;
  }

  .form-step-progress-bar-mobile---brix {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .multi-step-form---brix {
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .multi-step-form-radio-trigger---brix {
    padding-right: 16px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    position: static;
    left: auto;
    display: block;
    margin-bottom: 12px;
  }

  .multi-step-form-button---brix.right---brix {
    position: static;
    right: auto;
    display: block;
  }

  .steps-bar---brix {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .faq-body.table-title {
    font-size: 13px;
    letter-spacing: -1px;
  }

  .faq-body.table-body {
    font-size: 13px;
  }

  .grid-14 {
    margin-top: 15px;
    grid-template-columns: repeat(auto-fit, 277px);
  }

  .arrow-text-block {
    padding-top: 0px;
    border-radius: 8px;
  }

  .arrow-tail {
    display: none;
  }

  .arrow-head {
    display: none;
  }

  .grid-15 {
    grid-template-columns: repeat(auto-fit, 277px);
  }

  .html-embed-3.desktop {
    display: block;
  }

  .html-embed-3.mobile {
    display: block;
  }

  .image-77 {
    display: block;
    margin-bottom: 41px;
  }

  .div-block-57 {
    align-items: center;
  }

  .header-blog {
    min-height: 680px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .heading-h1-2 {
    font-size: 44px;
  }

  .quote {
    align-items: center;
  }

  .quote.vertical.justify-left {
    margin-top: 20px;
  }

  .form-block.desktop {
    left: 0px;
  }

  .form-block.tablet {
    display: none;
  }

  .form-block.mobile {
    display: flex;
    flex-direction: column;
  }

  .select-field-2 {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 2px;
    font-size: 16px;
  }

  .select-field-2.calendar {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    justify-content: center;
  }

  .select-field-2.selangor {
    width: 148px;
    margin-bottom: 16px;
  }

  .select-field-2.name {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .select-field-2.phone {
    margin-left: 0px;
    font-size: 16px;
  }

  .field-label-2 {
    font-size: 20px;
  }

  .field-label-2.im-looking-for {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .field-label-2.in {
    margin-top: -17px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .field-label-2.policy {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }

  .div-block-64 {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    margin-left: 0px;
    justify-content: center;
  }

  .div-block-64.mobile {
    width: 180px;
    margin-top: -10px;
  }

  .div-block-67 {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .div-block-68 {
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-69 {
    width: 100%;
  }

  .div-block-70 {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .text-field-left-icon {
    padding-left: 3.4em;
    font-size: 16px;
  }

  .text-field-left-icon.mobile {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
  }

  .text-field-left-icon.subscription-dropdown {
    width: 40%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  ._3-column-link-box {
    width: 100%;
  }

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

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

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

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

  .brix---content-inside-card-v14 {
    padding-right: 22px;
    padding-left: 22px;
  }

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

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

  .brix---btn-primary.space-left {
    margin-bottom: 10px;
  }

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

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

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

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

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .brix---btn-circle-primary-small {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }

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

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

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .brix---badge-primary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---card-blog-featured-v4 {
    margin-right: 0px;
    margin-bottom: 21px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

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

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

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

  .brix---link-icon-right {
    width: 18px;
  }

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

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

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

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

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .f-pricing-card-dark {
    padding: 32px;
  }

  .f-pricing-card-outline {
    padding: 32px;
  }

  .f-testimonial-avatar-small {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .f-testimonial-author {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .walsh-label-button {
    font-size: 16px;
  }

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

  .walsh-hero-div-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 1.25em;
  }

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

  .walsh-text-burst {
    background-size: auto 56%;
  }

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

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

  .brix---floating-image-hero-v1---1 {
    left: -35%;
    bottom: -5%;
    opacity: 0.2;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

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

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

  .brix---button-row-left-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

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

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

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

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .div-block-72 {
    flex-direction: column;
  }

  .brix---cta-v17-half-image-right {
    height: 40%;
  }

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

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

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

  .brix---cta-v17-card {
    min-height: 670px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 8px;
  }

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

  .walsh-card-wrapper-image-medium {
    height: auto;
    align-items: flex-end;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

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

  .walsh-inner-card {
    padding: 45px 30px 0em;
  }

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

  .columns-8 {
    width: 100%;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

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

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

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

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

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

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

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

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

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

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

  .brix---section-3 {
    width: 90%;
  }

  .chart-description {
    height: 300px;
    flex-direction: column;
    align-items: center;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

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

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

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: center;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

  .brix---text-area {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 18px;
  }

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

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

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

  .brix---input.select-field-2.name {
    padding-left: 18px;
  }

  .brix---input.select-field-2.phone {
    padding-left: 18px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-79 {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 100;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 0px;
    border-color: #b49000;
    border-radius: 80px;
    box-shadow: 0 2px 13px 3px rgba(0, 0, 0, 0.2);
  }

  .link-block-10 {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 100;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .mobile.hide {
    display: none;
  }

  .text-block-17.justify-left {
    text-align: left;
  }

  .column-16 {
    padding-left: 0px;
  }

  .column-17 {
    padding-right: 0px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
  }

  .column-20 {
    padding-left: 0px;
  }

  .whatsapp-block-2 {
    right: 0px;
    bottom: 0px;
    z-index: 40;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .whatsapp-container-2 {
    right: 0px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-chat-2 {
    position: relative;
    width: 100%;
    height: 40vh;
  }

  .landlord-form {
    margin-top: 20px;
  }
}

#w-node-_8bf5f239-0dd0-5990-b3e3-72e777e1686a-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da19196f-4146-5a11-4c18-12b08c2425ad-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63860bde-b326-c2d5-1dc7-53dec7356d5a-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63860bde-b326-c2d5-1dc7-53dec7356d5b-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad626b81-5603-969f-3765-1b29be950568-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad626b81-5603-969f-3765-1b29be950569-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35c3992b-17a9-8424-970f-eedde782685e-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35c3992b-17a9-8424-970f-eedde782685f-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc6331f6-0c63-29de-0d0b-5218148a72e5-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc6331f6-0c63-29de-0d0b-5218148a72e6-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfd91cf9-ae55-012e-75ed-078014e59474-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfd91cf9-ae55-012e-75ed-078014e59475-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a2bc9da-6bde-eb1b-7814-152a906fe53a-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3763c3c0-8958-fa9e-151f-842835d4953f-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6af907b-02ab-8656-b251-6069f8954680-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d40b4cb6-a084-19d6-e467-bba8ededfaf8-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-beadbdf1-0174-a758-c14c-ee7a7370a3a3-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-beadbdf1-0175-a758-c14c-ee7a7370a3a3-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6492dc7-3498-560e-bcdb-8f7bf59a446b-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6492dc7-3498-560e-bcdb-8f7bf59a446e-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0ef5dfe4-abea-7a7f-5d50-1ef28a3311b6-d1c14933 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9478548c-a8e1-21f5-2b43-40da9f68c2c7-d1c14933 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9478548c-a8e1-21f5-2b43-40da9f68c2cb-d1c14933 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_522fc8cd-9de4-220c-b675-16dd3e22e673-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_522fc8cd-9de4-220c-b675-16dd3e22e697-d1c14933 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6232b339-111c-f999-d320-a39e112f37cf-112f37c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6232b339-111c-f999-d320-a39e112f37df-112f37c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_257a4a75-b2c1-d764-cdde-435f3a3f87c6-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4365f62-f726-f1ba-5533-13cb1d7cf168-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dff6b0f7-83c9-b6ea-18b5-9d85381c6c6e-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_720c9a3d-c983-a77f-eb7f-24c7bb404872-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_720c9a3d-c983-a77f-eb7f-24c7bb40487b-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_720c9a3d-c983-a77f-eb7f-24c7bb404882-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b752a13-5a8c-55db-265a-2c3ac324d704-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b752a13-5a8c-55db-265a-2c3ac324d710-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b752a13-5a8c-55db-265a-2c3ac324d718-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99672cec-553e-843f-1770-fa365aa806cf-abc1493c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_822a7b35-9f47-e382-eae5-dd9d193b087c-bb19c0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd9309f7-3341-9c89-ee45-b72805fd05b0-bb19c0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd9309f7-3341-9c89-ee45-b72805fd05b2-bb19c0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_51339ad8-da43-293c-7db5-4cedb78a9c1c-bb19c0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9b316ff-6f99-861f-015e-ddceff4b4418-98c1494a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fc3d50d9-6a0f-310b-4f2c-32bd717eec8e-98c1494a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc3d50d9-6a0f-310b-4f2c-32bd717eec95-98c1494a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc3d50d9-6a0f-310b-4f2c-32bd717eec9c-98c1494a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c407afd-759e-a3bd-be57-ade2fa7931c8-98c1494a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c407afd-759e-a3bd-be57-ade2fa7931ca-98c1494a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82ec8833-9cc8-bdd7-1d68-0d6accc9c765-38c1494b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_07a89c01-67ad-2a6b-063c-00c260a1a0fa-38c1494b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07a89c01-67ad-2a6b-063c-00c260a1a101-38c1494b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07a89c01-67ad-2a6b-063c-00c260a1a108-38c1494b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe46bdd2-b746-1e5f-91b0-1eb6c3e03958-38c1494b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe46bdd2-b746-1e5f-91b0-1eb6c3e0395a-38c1494b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ba351e6-b5bd-1372-87f0-710ac690a0f4-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ba351e6-b5bd-1372-87f0-710ac690a100-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ba351e6-b5bd-1372-87f0-710ac690a108-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_187e47d5-359d-173c-3276-4158c08a8fdf-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cc641f4e-e3dd-608d-510c-0b63f41528fb-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_972c24c3-4d2c-9cfa-2ac0-501c1827126e-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_53ec196e-4d01-15bc-aa6c-d73c3e44c66a-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0cf21192-6e48-abfd-677e-ad19844e9223-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94f51744-e468-538c-16c3-5db672449678-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8e1f24a8-a0ad-296a-b1fe-f4c5da178d20-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8b51b87-2f70-b7ca-89a2-d81272392e58-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f297be3b-de79-3182-fed9-2078a48c78e5-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c80640f4-7059-8490-b404-ca362313cf80-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_13a23195-8fc1-cee3-e167-44577ae3fac6-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2d8edb8a-eef5-af19-2f85-690605fc42e4-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_59dfd410-af75-cec0-1db5-f9d8bc832640-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_902627ca-428d-c381-475e-10c62c60fd97-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f50687ce-078f-d42a-28bc-c61b14da7a0c-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5c3d5918-9b52-8fe7-6c07-2a7096abfc4a-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74772b5e-905a-cdf2-af0a-03230f19b848-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0dd7c706-530c-1112-65b3-b303c86e5998-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fe3a93c3-9c6b-ddfb-0285-b0b3e9166aba-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f5accecc-1cc3-ebdb-b1cd-4ec9f9a7b71f-16c14950 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f146331c-06d1-1776-6775-aae4f0a27555-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f146331c-06d1-1776-6775-aae4f0a27557-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f146331c-06d1-1776-6775-aae4f0a2755c-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f146331c-06d1-1776-6775-aae4f0a2755e-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9cd26c82-6f5e-4976-6a10-e4ffe6ac508b-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5629998-83d9-a38e-91e2-54f32a354918-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5eb9148e-a71f-03fd-7f2c-3792d0eaa424-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d19a8de-ef3a-ba9a-66f2-aa2e583b9d49-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9a3bf6a-b186-a63e-ec93-17fa9fac7781-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f625d51-cc94-c28a-9526-d5e0249a2562-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78809694-7a3c-df64-ee1b-f0b454e8a4dc-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f625d51-cc94-c28a-9526-d5e0249a2569-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f625d51-cc94-c28a-9526-d5e0249a256b-78c14952 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-debab894-4488-83a2-5def-7e4ef1d608a6-f1d6089d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-debab894-4488-83a2-5def-7e4ef1d608af-f1d6089d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aec7-5dc1496b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed1-5dc1496b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed6-5dc1496b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aedb-5dc1496b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee5-5dc1496b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_038ef76f-7820-4ca4-03cd-6b0fbbcd980c-5dc1496b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aec7-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed1-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed6-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aedb-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee0-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee5-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aeea-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b210e13-5168-a67f-e258-425afed13324-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44d94278-6681-2905-abf2-555c8077a168-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_575320bb-a131-2797-b751-34c8aa9ecb4c-18c1497f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed1-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed6-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aedb-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee0-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee5-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b210e13-5168-a67f-e258-425afed13324-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44d94278-6681-2905-abf2-555c8077a168-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_575320bb-a131-2797-b751-34c8aa9ecb4c-c9c14982 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aec7-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed1-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aed6-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aedb-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee0-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4767c437-a07d-f391-f0c4-69c66f80aee5-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c149ec8-9a62-9d1c-b9ac-14376b6e76a8-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_17a84e5e-5f7d-038b-8886-488b8da2f500-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c245813b-a41b-21f8-d2b6-e5e6afe35ae6-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52ed5ddc-a131-228f-1ea1-dfd28141e042-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e119968-9a68-3aa2-4b66-dd4596d3498d-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e119968-9a68-3aa2-4b66-dd4596d3498e-15c14983 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6948692d-a727-d8eb-ad4a-0b6887ed6310-d4c14987 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6948692d-a727-d8eb-ad4a-0b6887ed631e-d4c14987 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9478548c-a8e1-21f5-2b43-40da9f68c2df-d1c14933 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7b752a13-5a8c-55db-265a-2c3ac324d704-abc1493c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7ba351e6-b5bd-1372-87f0-710ac690a0f4-16c14950 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6948692d-a727-d8eb-ad4a-0b6887ed6310-d4c14987 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6948692d-a727-d8eb-ad4a-0b6887ed631e-d4c14987 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9478548c-a8e1-21f5-2b43-40da9f68c2c7-d1c14933 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c245813b-a41b-21f8-d2b6-e5e6afe35ae6-15c14983 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

.invalid-feedback{
    text-align: left;
    font-size: 80%;
    color: #dc3545;
}
