:root {
  --white: white;
  --dark: #151515;
  --1-5em: 1.5em;
  --1-3em: 1.3em;
  --main: #06c25e;
  --grey-4: #e6e6e6;
  --sea-green: #12965e;
  --20: 20px;
  --gold: gold;
  --whatsapp-green: #008632;
  --grey-1: #383838;
  --color-4-dark: #137789;
  --color-1: #ffa32d;
  --haze: #f6f6f6;
  --grey-3: #d1d1d1;
  --18: 18px;
  --16: 16px;
  --32: 32px;
  --grey-2: #707070;
  --13: 13px;
  --light-steel: #a4b5c3;
  --24: 24px;
  --44: 44px;
  --66: 66px;
  --28: 28px;
  --52: 52px;
  --38: 38px;
  --slate-grey: #617985;
  --17: 17px;
  --1-7-em: 1.7em;
  --color-1-dark: #d67800;
  --color-2: #fa345a;
  --color-2-dark: #cf0a30;
  --color-3: #5d66fe;
  --color-3-dark: #3139c7;
  --color-4: #00c2e9;
  --orange: #ff543a;
  --purple: #7b32c0;
  --steel-white: #eaeff3;
  --lunar-red: #93241d;
}

/* Native static-runtime parity. Webflow IX2/jQuery/Slick are not deployed. */
.w-dropdown.fixes-dropdown-open > .w-dropdown-list {
  display: block;
}

[class*="accordion-content-faq"][hidden] {
  display: none !important;
}

.cms-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.cms-slider > * {
  flex: 0 0 min(42vw, 420px);
  scroll-snap-align: start;
}

@media screen and (max-width: 991px) {
  .navigation:not(.fixes-nav-open) .w-nav-menu {
    display: none;
  }

  .navigation.fixes-nav-open .w-nav-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 12px;
    margin: 0;
  }
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

body {
  background-color: var(--white);
  color: var(--dark);
  font-size: 16px;
  line-height: var(--1-5em);
  padding-bottom: 96px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  font-size: 24px;
  line-height: var(--1-3em);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  line-height: var(--1-3em);
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  column-span: none;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.7em;
}

a {
  color: var(--dark);
  text-decoration: none;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 1.7em;
}

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

label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--main);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  font-size: 24px;
  line-height: 32px;
}

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

figcaption {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: -4px;
  font-size: 12px;
}

.section {
  z-index: 2;
  padding: 48px 32px 24px;
}

.section.breadcrumbs {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
}

.section.top-section {
  padding-bottom: 0;
}

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

.section.footer-v1-section {
  border-top: 1px solid #e6e6e6;
  margin-top: 32px;
  padding-top: 64px;
  padding-bottom: 0;
}

.section.main-page-section {
  padding-top: 24px;
}

.section.gallery-section {
  padding: 0 25px;
  overflow: hidden;
}

.section.blog-hero {
  padding-top: 36px;
}

.container {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.side-paddings {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  margin-right: 0;
  display: flex;
}

.container.justify-content-center {
  flex-direction: row;
  display: flex;
}

.container.faq {
  display: flex;
}

.container.category {
  grid-column-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.blog-title-container {
  display: flex;
}

.button {
  background-color: var(--sea-green);
  min-width: 238px;
  box-shadow: 3px 3px 0 2px var(--dark);
  color: #fff;
  font-size: var(--20);
  text-align: center;
  border: 2px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: 6px 8px;
  padding: 20px 28px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: var(--main);
  box-shadow: none;
}

.button.smaller {
  background-color: var(--sea-green);
  min-width: 150px;
  box-shadow: 3px 3px 0 1px var(--dark);
  border-width: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5em;
}

.button.smaller:hover {
  background-color: var(--main);
}

.button.smaller.yellow:hover {
  background-color: var(--gold);
}

.button.form-button {
  padding-top: 14px;
}

.button.huge {
  background-color: var(--whatsapp-green);
  padding: 16px 32px;
  font-size: 20px;
}

.button.black {
  background-color: var(--grey-1);
}

.button.blue {
  background-color: var(--color-4-dark);
}

.button.blue:hover {
  box-shadow: none;
}

.button.orange {
  background-color: var(--color-1);
  color: var(--dark);
}

.button.orange:hover {
  box-shadow: none;
}

.button.yellow {
  background-color: var(--gold);
  color: var(--dark);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v1 {
  flex-wrap: wrap;
  display: flex;
}

.button-icon {
  float: left;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.button-icon.right {
  margin-left: 7px;
  margin-right: -1px;
}

.input {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  height: 50px;
  box-shadow: none;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 8px 24px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: var(--grey-3);
  background-color: #fff;
}

.input:focus {
  border-color: var(--main);
  background-color: #fff;
}

.input.search-resuls-input {
  border-color: var(--grey-4);
  background-image: url('../images/search.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  flex: 1;
  height: 68px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 52px;
  font-size: 20px;
}

.input.search-resuls-input:hover {
  border-color: var(--grey-3);
}

.input.search-resuls-input:focus {
  border-color: var(--main);
}

.input.text-area {
  height: auto;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer-v1-heading {
  font-size: var(--18);
  margin-bottom: 36px;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.social-icon {
  background-color: var(--main);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 4px;
  padding: 11px;
  transition: background-color .3s;
  display: flex;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.facebook:hover {
  background-color: #254079;
}

.social-icon.youtube {
  background-color: #fc0d1c;
}

.social-icon.youtube:hover {
  background-color: #d80815;
}

.post-card {
  flex-direction: column;
  display: block;
  position: relative;
}

.badge {
  z-index: 3;
  background-color: var(--gold);
  font-size: var(--16);
  border-radius: 6px;
  padding: 5px 15px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.badge.big {
  font-size: var(--20);
  margin: 4px;
  padding: 10px 30px;
}

.post-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--grey-2);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-info.text-white {
  color: #fff;
}

.mini-icon-grey {
  opacity: .5;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.thumbnail {
  z-index: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.thumbnail.blog-cover {
  border-radius: 8px;
}

.full-height {
  height: 100%;
}

.pagination {
  justify-content: space-between;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.page-count {
  width: 80px;
  color: var(--grey-2);
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.pagination-right {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.pagination-left {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.content-with-sidebar {
  z-index: 4;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.side-posts {
  flex: 1;
  padding-top: 12px;
}

.sidebar {
  flex: none;
  width: 280px;
  margin-left: 4%;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-block {
  margin-bottom: 48px;
  position: sticky;
  top: 128px;
}

.sidebar-category {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-category:hover {
  border-color: var(--grey-3);
  box-shadow: inset 0 0 0 1px #fff0;
}

.sidebar-category-name {
  z-index: 1;
  position: relative;
}

.header-block {
  z-index: 2;
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.header-block.side-margins {
  margin-top: -4px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.header {
  font-size: var(--18);
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 28px;
  display: flex;
}

.hero-background {
  z-index: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.category-v1 {
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin: 6px;
  padding: 17px 20px 15px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #fff6;
}

.category-v1:hover {
  box-shadow: inset 0 0 0 1px #fff0;
}

.search-result-thumbnail {
  background-color: var(--haze);
  background-image: url('../images/fixes-bb-logo-black-raw-60px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 116px;
  border-radius: 6px;
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.search-results-form {
  align-items: center;
  margin-bottom: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.search-result-item {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.search-result-info {
  flex: 1;
  padding-top: 8px;
  padding-left: 32px;
}

.search-result-heading {
  color: var(--dark);
  text-transform: capitalize;
  border-bottom-style: none;
  margin-bottom: -8px;
  text-decoration: none;
  display: inline-block;
}

.search-result-heading:hover {
  text-decoration: underline;
}

.search-result-summary {
  color: var(--grey-2);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.search-result-list {
  margin-bottom: 16px;
}

.protected-card {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 400px;
  padding: 48px 64px;
}

.tag {
  border: 1px solid var(--grey-2);
  height: 24px;
  color: var(--dark);
  font-size: var(--13);
  line-height: var(--16);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 8px;
  padding: 3px 8px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.tag:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: #fff;
}

.back-link {
  color: #fff6;
  text-align: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 16px;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

.back-link:hover {
  color: #fff;
}

._404-page-wrap {
  background-image: linear-gradient(#0000, #0000), url('../images/washing-machine-room-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.post-tags-list {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.post-tags {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: block;
}

.post-summary {
  color: var(--grey-2);
  margin-bottom: 8px;
}

.search-form-input {
  border: .5px solid var(--light-steel);
  opacity: .8;
  text-align: left;
  cursor: text;
  background-image: url('../images/search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 6px;
  flex: 0 auto;
  width: 120px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: width .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}

.search-form-input:focus {
  border-color: var(--main);
  width: 200px;
}

.search-form-input::placeholder {
  color: var(--grey-1);
}

.search-button {
  z-index: 1;
  background-color: #ff6852;
  display: none;
}

.search-form {
  order: -1;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 12px;
  display: flex;
}

.post-heading-medium {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 18px;
}

.footer-v1-brand {
  color: var(--dark);
  border-bottom-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -3px;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.footer-v1-column {
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.footer-v1-nav-link {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: padding .4s, background-color .4s;
  display: flex;
  position: relative;
}

.footer-v1-nav-link:hover {
  background-color: var(--haze);
  padding-left: 16px;
}

.nav-arrow {
  opacity: .5;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  right: 0;
}

.post-mini {
  color: var(--dark);
  font-size: var(--13);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.post-mini-thumbnail {
  border-radius: 6px;
  flex: none;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.post-mini-heading {
  font-size: var(--16);
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
}

.footer-v1-posts {
  margin-top: -12px;
  margin-bottom: -12px;
}

.post-mini-content {
  flex: 1;
  padding-left: 8px;
}

.footer-bottom {
  border-top: 1px solid var(--grey-4);
  color: var(--grey-2);
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.more-link {
  color: var(--grey-2);
  text-transform: uppercase;
  border-bottom-style: none;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.more-link-icon {
  border: 1px solid var(--grey-4);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 2px;
  display: flex;
}

.more-link-arrow {
  opacity: .5;
  width: 16px;
  height: 16px;
}

.more-link-arrow-hover {
  z-index: 1;
  opacity: 0;
  width: 14px;
  display: none;
  position: absolute;
}

.category-color-line {
  background-color: var(--dark);
  width: 20px;
  height: 2px;
  margin-right: 12px;
}

.category-arrow {
  z-index: 2;
  opacity: .5;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}

.post-heading-link {
  color: var(--dark);
  text-transform: capitalize;
  border-bottom-style: none;
}

.post-heading-small {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 16px;
}

.post-card-content {
  z-index: 3;
  position: relative;
}

.mini-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.mini-icon.big {
  width: 24px;
  height: 24px;
}

.post-gradient {
  z-index: 2;
  background-image: linear-gradient(to bottom, #15151500, var(--grey-1));
  position: absolute;
  inset: 0%;
}

.post-v2-heading {
  text-transform: capitalize;
  text-shadow: 2px 2px 8px var(--dark);
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 40px;
}

.post-info-block {
  font-size: var(--13);
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.post-info-block.big {
  margin-right: 0;
}

.post-info-author {
  color: var(--grey-2);
  font-size: var(--13);
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .15s;
  display: flex;
}

.post-info-author:hover {
  color: var(--dark);
}

.post-info-author.text-white {
  color: #fff;
}

.post-v3-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.post-v3-thumbnail {
  border-radius: 6px;
  flex: none;
  width: 25vw;
  height: 25vw;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.post-v3-content {
  flex: 1;
  padding-left: 12px;
}

.post-v3-heading {
  font-size: var(--24);
  margin-top: -4px;
  margin-bottom: 12px;
}

.connect {
  background-color: var(--haze);
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 24px 16px;
  display: flex;
}

.connect-link {
  color: var(--dark);
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  transition: color .15s;
  display: flex;
}

.connect-link:hover {
  color: var(--main);
}

.connect-icon {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.grid-small {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(220px, .5fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.grid-medium {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.connect-link-text {
  margin-left: 16px;
  font-weight: 700;
}

.post-hero-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-heading {
  font-size: var(--44);
  line-height: var(--1-5em);
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 12px;
}

.post-wrapper {
  justify-content: center;
  padding-top: 48px;
  display: flex;
}

.post-about {
  background-color: var(--haze);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.post-author {
  border-right: 1px solid var(--grey-4);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding: 16px 32px;
  display: flex;
}

.post-avatar {
  background-image: url('../images/fixes-profile-pic-120px_1fixes-profile-pic-120px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

.post-author-link {
  color: var(--grey-2);
  font-size: var(--13);
  line-height: var(--16);
  text-transform: uppercase;
  margin-top: -8px;
  font-weight: 700;
}

.post-author-link:hover {
  text-decoration: underline;
}

.post-content {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.post-more {
  width: 100%;
  padding-top: 96px;
}

.grid-mini {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

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

.header-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.grid-mini-list {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-mini-list.footer-posts {
  margin-top: 48px;
}

.grid-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.cta-paragraph {
  font-size: var(--24);
  line-height: var(--1-5em);
  margin-bottom: 8px;
}

.cta-paragraph.final {
  width: 80%;
}

.cta-paragraph.small {
  font-size: var(--20);
}

.grid-v2 {
  grid-column-gap: 32px;
  background-color: var(--haze);
  border-radius: 6px;
  grid-template-rows: 544px;
  grid-template-columns: 1.25fr 1fr;
  padding-right: 16px;
  overflow: hidden;
}

.post-card-v2-max {
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-list {
  position: relative;
  overflow: auto;
}

.grid-list-item {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
}

.grid-scroll-list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-columns: 1fr;
  margin-top: -1px;
  display: grid;
}

.page-intro {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin: 0 auto;
  display: flex;
}

.page-intro.category {
  color: var(--white);
  margin-top: -255px;
}

.input-wrapper {
  position: relative;
}

.breadcrumbs {
  color: var(--grey-2);
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-link {
  color: var(--grey-1);
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.breadcrumbs-divider {
  color: var(--grey-2);
  padding-left: 7px;
  padding-right: 7px;
}

.search-results {
  color: var(--dark);
  background-color: #fff;
  margin: 12px;
  padding-left: 16%;
  padding-right: 16%;
}

.empty-state {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: var(--dark);
  text-align: center;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.page-heading {
  font-size: var(--52);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.side-menu-overlay {
  z-index: 100;
  cursor: e-resize;
  background-color: #15151566;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-v2-info {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact-v2-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-v2-heading {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.5em;
}

.fixes-logo {
  object-fit: contain;
  border-bottom-style: none;
  width: 116px;
  height: 30px;
  margin-bottom: 4px;
  margin-left: 0;
}

.navbar-controls {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #32465f;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.white-navbar {
  background-color: var(--haze);
  box-shadow: 1px 1px 1px 0 var(--light-steel);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.arrow-icon {
  opacity: .65;
  color: #000;
  width: 16px;
  height: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: -12px;
  font-size: 14px;
  top: 3px;
  transform: rotate(-90deg);
}

.arrow-icon.white-arrow {
  margin-right: -12px;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.nav-button-flex {
  align-items: center;
  margin-top: -8px;
  margin-bottom: -8px;
  display: flex;
}

.nav-button-flex.smaller {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  border-bottom: 1px #000;
  flex: none;
  margin-left: 6px;
  margin-right: 6px;
  padding: 16px 4px;
  font-weight: 700;
  line-height: 1.5em;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #2e856e;
}

.nav-link.dropdown {
  opacity: 1;
  margin-right: 8px;
}

.nav-icon {
  width: 28px;
  height: 28px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 1px 1px 3px 0 var(--grey-2);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
}

.dropdown-link {
  border-bottom: 1px dashed var(--slate-grey);
  color: #1111119c;
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  opacity: .9;
  color: #111;
}

.dropdown-link.w--current {
  color: #199661;
}

.dropdown-link.collection {
  margin-left: -24px;
  padding-left: 24px;
}

.dropdown-link.last-dropdown {
  border-bottom-style: none;
}

.square-image-wrap {
  height: 0;
  padding-top: 100%;
  position: relative;
}

.thumbnail-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  position: absolute;
  inset: 0%;
}

.contact-info {
  color: var(--whatsapp-green);
  font-size: 22px;
  line-height: 1.2em;
}

.contact-title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.huge-heading {
  font-size: var(--66);
  line-height: var(--1-3em);
}

.huge-heading.white-text {
  color: var(--white);
}

.huge-paragraph {
  font-size: var(--28);
  margin-bottom: 0;
  line-height: 1.5em;
}

.huge-paragraph.white-text {
  color: var(--white);
}

.huge-title-block {
  margin: 60px 15px 40px;
}

.avatar-name {
  font-size: var(--18);
  margin-bottom: 16px;
  line-height: 28px;
}

.review-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 300px;
  display: none;
  position: fixed;
  bottom: 12px;
  left: 12px;
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.whatsapp-button-text {
  font-size: 20px;
  line-height: 24px;
}

.live-chat-wrapper---brix {
  z-index: 998;
  flex-direction: column;
  align-items: flex-end;
  max-width: 300px;
  position: fixed;
  bottom: 20px;
  right: 12px;
}

.live-chat-wrapper---brix.preview-page {
  display: none;
  position: fixed;
}

.live-chat-bubbble---brix {
  z-index: 1;
  background-color: var(--sea-green);
  cursor: pointer;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  display: flex;
}

.live-chat-logo---brix {
  object-fit: fill;
  width: 63px;
  height: 63px;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #617985;
}

.live-chat-content---brix {
  align-items: flex-end;
}

.live-chat-avatar---brix {
  width: 60px;
  height: 60px;
}

.live-chat-content-left---brix {
  display: none;
}

.live-chat-bubble-title---brix {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-button---brix {
  width: 100%;
  box-shadow: none;
  color: #fff;
  background-color: #4a3aff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transition-property: none;
}

.live-chat-button---brix.whatsapp {
  background-color: var(--sea-green);
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: none;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
}

.live-chat-message-bubble---brix.whatsapp {
  border-radius: 10px;
}

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

.copyright {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.copyright.gray {
  color: var(--grey-2);
}

.notification-bar {
  background-color: var(--whatsapp-green);
  width: 100%;
  color: var(--whatsapp-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px;
  text-decoration: none;
}

.bottom-banner-text {
  color: #fff;
  font-size: 16px;
  line-height: var(--1-5em);
  margin-bottom: 0;
}

.addtional-post-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.addtional-post-wrapper {
  padding-top: 96px;
}

.space-top-large {
  margin-top: 36px;
}

.info-wrap {
  flex-direction: column;
  flex: 1;
  max-width: 80%;
  display: flex;
}

.post {
  background-color: var(--haze);
  border: 2px solid #000;
  border-radius: 10px;
  padding: 40px 40px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px #32465f;
}

.post.cta {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--haze);
  box-shadow: none;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 60px 80px;
  display: grid;
}

.post.cta.final {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.post.article {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.prev_next {
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: -6px 0% auto auto;
}

.arrow-image {
  width: 24px;
  height: 24px;
}

.prev {
  background-color: var(--haze);
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: flex;
}

.prev:hover {
  background-color: #fd665e70;
}

.cms-slider {
  display: flex;
}

.next {
  background-color: var(--haze);
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.next:hover {
  background-color: #fd665e70;
}

.collection-item {
  padding-left: 4px;
  padding-right: 4px;
}

.gallery-image {
  object-fit: cover;
  object-position: 50% 30%;
  height: 400px;
}

.gallery-wrapper {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.space-bottom-large {
  text-align: left;
  margin-bottom: 36px;
}

.cms-hero-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.cms-hero-image.error-code {
  border-radius: 8px;
  height: 100%;
}

.paragraph-big {
  font-size: var(--24);
  line-height: 1.5em;
}

.sidebar-category-2 {
  color: #151515;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-category-2:hover {
  border-color: #d1d1d1;
  box-shadow: inset 0 0 0 1px #fff0;
}

.collection-list-wrapper {
  width: 90%;
}

.article-rich-text figure {
  min-width: 43rem;
  min-height: 24rem;
}

.article-rich-text a {
  border-bottom: 1px solid #000;
}

.menu-collection-wrapper {
  align-items: center;
  display: flex;
}

.category-color-dot {
  background-color: var(--dark);
  width: 5px;
  height: 5px;
}

.flex-block {
  display: flex;
}

.tag-text {
  font-size: var(--18);
  text-align: left;
  background-color: #0000000d;
  border-bottom: 1px solid #000;
  border-left: 3px solid #000;
  padding: 2px 12px;
  font-weight: 700;
}

.cta-button-wrapper {
  padding-bottom: 8px;
}

.menu-category-color-dot {
  background-color: var(--dark);
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 12px;
}

.faq-wrap {
  width: 80%;
  margin-top: 40px;
}

.post-title-small {
  font-size: var(--28);
  margin-bottom: 30px;
}

.accordion-wrap-faq {
  background-color: var(--haze);
  box-shadow: 7px 7px 0 0 var(--white);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 16px;
}

.accordion-heading-faq {
  justify-content: space-between;
  padding: 20px 30px 20px 40px;
  display: flex;
}

.accordion-title {
  font-size: var(--18);
  line-height: var(--1-7-em);
  margin-bottom: 0;
}

.accordion-icon {
  align-self: center;
  width: 14px;
  height: 14px;
}

.accordion-content-faq {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.accordion-description {
  font-size: var(--18);
  line-height: var(--1-7-em);
  margin-bottom: 20px;
}

.post-title {
  align-self: center;
  width: 80%;
}

.space-top-extra-large {
  margin-top: 48px;
}

.accordion-wrap-faq-first-item {
  background-color: var(--haze);
  box-shadow: 7px 7px 0 0 var(--white);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 16px;
}

.accordion-content-faq-first-item {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.accordion-heading-faq-first-item {
  justify-content: space-between;
  padding: 20px 30px 20px 40px;
  display: flex;
}

.accordion-icon-first-item {
  align-self: center;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

.hero-stack {
  background-color: var(--haze);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 40px 30px 60px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fix-archor {
  height: 0;
  position: relative;
  top: -90px;
}

.space-bottom {
  text-align: left;
  margin-bottom: 16px;
}

.badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.badge-wrapper.big {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.error-code-badge-div {
  display: flex;
}

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

.big {
  font-size: var(--18);
}

.blog-cover-square {
  width: 48vw;
  max-width: 48vw;
  height: 48vw;
  max-height: 48vw;
  display: inline-block;
  overflow: hidden;
}

.regular-icon {
  width: 150px;
  height: 150px;
}

.adjust-left {
  margin-left: -24px;
}

.category-cover-square {
  width: 35vw;
  max-width: 35vw;
  height: 35vw;
  max-height: 35vw;
  display: inline-block;
  overflow: hidden;
}

.button-flex {
  justify-content: flex-start;
  align-items: center;
  margin: -8px;
  display: flex;
}

.hero-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 35vw;
}

@media screen and (min-width: 1920px) {
  .container.side-paddings {
    top: -103px;
  }

  .badge.big {
    font-size: var(--32);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mini-icon.big {
    width: 32px;
    height: 32px;
  }

  .post-hero-content {
    max-width: 90%;
  }

  .post-heading {
    font-size: var(--66);
  }

  .hero-wrapper-two {
    width: 50vw;
    height: 28vw;
  }

  .big {
    font-size: var(--24);
  }

  .blog-cover-square {
    width: 48vw;
    max-width: 48vw;
    height: 48vw;
    max-height: 48vw;
    display: inline-block;
  }

  .category-cover-square {
    width: 28vw;
    max-width: 28vw;
    height: 28vw;
    max-height: 28vw;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.gallery-section {
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.contact {
    flex-flow: column;
    display: flex;
  }

  .container.side-paddings {
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container.category {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .post-card {
    background-color: #fff;
  }

  .badge.big {
    font-size: var(--18);
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .pagination {
    margin-left: -2px;
    margin-right: -2px;
  }

  .content-with-sidebar {
    flex-wrap: wrap;
  }

  .side-posts {
    flex: 0 auto;
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-block {
    position: static;
  }

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px #fff6;
  }

  .header-block.side-margins {
    margin-left: 8px;
    margin-right: 8px;
  }

  .header {
    font-size: 18px;
    line-height: 28px;
  }

  .category-v1 {
    height: 56px;
    margin: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .category-v1:hover {
    box-shadow: inset 0 0 0 1px #fff6;
  }

  .search-results-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-result-info {
    padding-top: 0;
    padding-left: 24px;
  }

  .search-form-input {
    background-position: 8px center;
  }

  .search-form {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .search-form:focus {
    text-align: left;
    flex-grow: 1;
  }

  .footer-v1-column {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .mini-icon.big {
    width: 18px;
    height: 18px;
  }

  .post-v3-card {
    background-color: #fff;
    margin-bottom: 16px;
  }

  .post-v3-thumbnail {
    width: 30vw;
    height: 30vw;
  }

  .post-v3-content {
    padding-left: 24px;
    padding-right: 32px;
  }

  .connect {
    margin-left: 8px;
    margin-right: 8px;
  }

  .connect-link {
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }

  .grid-small {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, .5fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid-medium {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .connect-link-text {
    margin-top: 8px;
    margin-left: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .post-hero-content {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-heading {
    font-size: var(--32);
  }

  .post-wrapper {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .post-content {
    flex: 0 auto;
    width: 100%;
  }

  .post-more {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-mini {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid-list {
    margin-left: 8px;
    margin-right: 8px;
  }

  .cta-paragraph {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .cta-paragraph.final {
    width: 100%;
  }

  .grid-v2 {
    background-color: #0000;
    grid-template-rows: 64vw auto;
    grid-template-columns: 100%;
    margin-left: 8px;
    margin-right: 8px;
    padding-right: 0;
    display: block;
  }

  .post-card-v2-max {
    background-color: #fff;
    width: 80vw;
    height: 80vw;
  }

  .grid-list-item {
    padding-right: 16px;
  }

  .grid-scroll-list {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-top: 20px;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-intro {
    max-width: 80vw;
  }

  .breadcrumbs {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 8px;
  }

  .search-results {
    padding-left: 5%;
    padding-right: 5%;
  }

  .empty-state {
    margin-left: 8px;
    margin-right: 8px;
  }

  .page-heading {
    font-size: var(--44);
  }

  .menu-button-2 {
    border-left: 1px solid #161a251a;
    margin-left: 16px;
  }

  .menu-button-2.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .dropdown {
    width: 100%;
    margin-right: 8px;
    padding-right: 12px;
  }

  .grid {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .contact-v2-info {
    flex: 1;
    padding-right: 30px;
  }

  .contact-v2-sidebar {
    flex-direction: column;
    display: flex;
  }

  .navbar-controls {
    justify-content: flex-end;
    align-items: center;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 3px #617985;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    margin: 8px 16px;
    display: flex;
  }

  .white-navbar {
    box-shadow: 1px 1px 3px 0 var(--light-steel);
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .arrow-icon, .arrow-icon.white-arrow {
    margin-right: 20px;
  }

  .nav-menu {
    background-color: var(--haze);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 250px;
    max-width: 80%;
    margin-top: -1px;
    margin-left: auto;
    margin-right: 12px;
    padding-top: 8px;
    padding-bottom: 32px;
    padding-left: 16px;
    box-shadow: 1px 1px 3px #617985;
  }

  .menu-button-backup {
    margin-left: 12px;
    padding: 12px;
  }

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

  .nav-link {
    border-bottom-style: dashed;
    border-bottom-color: var(--slate-grey);
    padding: 16px 12px;
    font-size: 16px;
  }

  .nav-link.dropdown {
    border-bottom-width: 1px;
    margin-right: 0;
  }

  .dropdown-list.w--open {
    margin-top: -12px;
    position: relative;
  }

  .dropdown-link {
    width: 100%;
  }

  .contact-info {
    font-size: 22px;
  }

  .huge-heading {
    font-size: var(--66);
  }

  .huge-title-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .live-chat-content-left---brix {
    display: none;
  }

  .notification-bar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .addtional-post-card {
    background-color: #fff;
  }

  .info-wrap {
    order: -1;
    max-width: 90%;
    padding-top: 48px;
  }

  .post {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post.cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .post.article {
    width: 90%;
  }

  .gallery-image {
    height: 350px;
  }

  .sidebar-category-2:hover {
    box-shadow: inset 0 0 0 1px #fff6;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .article-rich-text figure {
    min-width: 38rem;
    min-height: 21rem;
  }

  .menu-collection-wrapper {
    padding-left: 0;
  }

  .category-color-dot {
    margin-left: 0;
    margin-right: 12px;
  }

  .tag-text {
    flex: none;
  }

  .menu-collection-item {
    padding-left: 12px;
  }

  .faq-wrap {
    width: 90%;
    margin-top: 20px;
  }

  .accordion-content-faq {
    max-width: 100%;
  }

  .post-title {
    width: 90%;
  }

  .accordion-content-faq-first-item {
    max-width: 100%;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    box-shadow: 1px 1px 1px 0 var(--light-steel);
    text-align: center;
    border-radius: 10px;
    order: 9999;
    justify-content: center;
    align-items: center;
    padding: 11px 10px 10px;
    transition: background-color .5s;
  }

  .menu-button.w--open {
    background-color: #32465f;
  }

  .icon {
    padding-top: 2px;
  }

  .hero-wrapper-two {
    margin-top: 16px;
  }

  .error-code-badge-div {
    flex-flow: column;
  }

  .big {
    font-size: var(--16);
  }

  .category-cover-square {
    width: 55vw;
    max-width: 55vw;
    height: 55vw;
    max-height: 55vw;
  }

  .menu-button-flex {
    margin-left: -8px;
    padding-bottom: 4px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
    line-height: 26px;
  }

  p {
    font-size: 18px;
  }

  blockquote {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  .section.big-paddings {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.gallery-section {
    padding-bottom: 96px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1 {
    width: 66.66%;
    margin-left: 0;
    margin-right: auto;
  }

  .input.search-resuls-input {
    font-size: 18px;
  }

  .badge.big {
    font-size: var(--16);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .post-info {
    left: 24px;
    right: 24px;
  }

  .pagination {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    display: block;
  }

  .pagination-right {
    justify-content: center;
    width: 100%;
  }

  .pagination-left {
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .category-v1 {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .back-link {
    margin-top: 28px;
  }

  .post-tags-list {
    justify-content: center;
  }

  .post-tags {
    padding-top: 32px;
    padding-bottom: 0;
    display: flex;
  }

  .search-button {
    background-size: 24px;
  }

  .search-form {
    margin-right: 8px;
  }

  .post-heading-medium {
    font-size: 16px;
  }

  .footer-v1-brand {
    padding-bottom: 2px;
  }

  .footer-v1-column {
    width: 100%;
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .mini-icon.big {
    width: 16px;
    height: 16px;
  }

  .post-v2-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .post-v3-thumbnail {
    width: 40vw;
    height: 40vw;
  }

  .post-v3-content {
    padding-left: 16px;
    padding-right: 0;
  }

  .post-v3-heading {
    font-size: var(--20);
    margin-bottom: 8px;
  }

  .connect {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .connect-link {
    padding: 4px;
  }

  .post-heading {
    font-size: var(--28);
  }

  .post-about {
    flex-wrap: wrap;
    display: block;
  }

  .post-author {
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .post-avatar {
    width: 88px;
    height: 88px;
  }

  .cta-paragraph, .cta-paragraph.small {
    font-size: var(--18);
  }

  .post-card-v2-max {
    width: 90vw;
    height: 90vw;
  }

  .grid-scroll-list {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .page-intro.category {
    margin-top: -209px;
  }

  .search-results {
    padding: 64px 3%;
  }

  .page-heading {
    font-size: var(--38);
  }

  .contact-v2-sidebar {
    flex-wrap: wrap;
  }

  .white-navbar {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-button-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .huge-heading {
    font-size: var(--52);
    margin-bottom: 16px;
  }

  .huge-paragraph {
    font-size: var(--24);
  }

  .huge-title-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .live-chat-content-left---brix {
    margin-bottom: 40px;
  }

  .post {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post.cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .post.article {
    width: 95%;
  }

  .prev_next {
    width: 100%;
    margin-right: 4px;
    padding-left: 8px;
    inset: auto 0% -75px auto;
  }

  .prev, .next {
    width: 50%;
  }

  .gallery-image {
    height: 250px;
  }

  .gallery-wrapper {
    margin-top: 48px;
  }

  .article-rich-text figure {
    min-width: 31rem;
    min-height: 17rem;
  }

  .article-rich-text p {
    font-size: var(--17);
    line-height: var(--1-7-em);
  }

  .faq-wrap {
    width: 95%;
  }

  .post-title-small.slider-title {
    margin-left: 4px;
  }

  .accordion-heading-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-title {
    font-size: var(--17);
  }

  .accordion-content-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-description {
    font-size: var(--17);
  }

  .post-title {
    width: 95%;
  }

  .accordion-content-faq-first-item, .accordion-heading-faq-first-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-stack {
    padding: 40px 30px;
  }

  .error-code-badge-div {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .big {
    font-size: var(--13);
  }

  .button-flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .button-flex.horizontal-button {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  p, li {
    font-size: 16px;
    line-height: 1.5em;
  }

  .section.blog-hero {
    padding-top: 48px;
  }

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

  .container.faq {
    justify-content: center;
    align-items: center;
  }

  .container.category {
    grid-template-rows: auto auto auto;
  }

  .button.smaller {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.huge {
    font-size: 17px;
  }

  .button.black {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .input.search-resuls-input {
    margin-bottom: 8px;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 38px;
  }

  .post-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .sidebar {
    flex: 1;
    width: auto;
  }

  .header-block.side-margins {
    flex-direction: column;
    align-items: stretch;
  }

  .search-result-thumbnail {
    width: 100%;
    height: 90vw;
  }

  .search-results-form {
    flex-direction: column;
    align-items: stretch;
  }

  .search-result-item {
    flex-direction: column;
  }

  .search-result-info {
    padding-left: 0;
  }

  .protected-card {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding: 48px;
  }

  .post-tags {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-form-input {
    font-size: 16px;
  }

  .search-form-input:focus {
    flex: 0 auto;
    align-self: center;
    width: 150px;
  }

  .footer-v1-brand.w--current {
    flex: none;
  }

  .footer-v1-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-mini-heading {
    line-height: 1.3em;
  }

  .post-v2-heading {
    text-shadow: 4px 4px 6px var(--dark);
    font-size: 22px;
    line-height: 30px;
  }

  .post-v3-card {
    margin-bottom: 32px;
    display: block;
  }

  .post-v3-thumbnail {
    width: 100%;
    height: 90vw;
    display: block;
  }

  .post-v3-content {
    padding-left: 0;
  }

  .post-v3-heading {
    margin-top: 16px;
  }

  .connect-link {
    flex: 0 auto;
  }

  .grid-small {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .grid-medium {
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .post-heading {
    font-size: var(--24);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .grid-mini {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .post-body {
    display: block;
  }

  .post-card-v2-max {
    width: 100vw;
    height: 90vw;
    padding: 24px;
  }

  .grid-scroll-list {
    padding-left: 0;
    padding-right: 0;
  }

  .page-intro {
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-intro.category {
    margin-top: -144px;
  }

  .search-results {
    margin-left: -8px;
    margin-right: -8px;
    padding: 56px 16px;
  }

  .contact-v2-info {
    flex: 0 auto;
    width: 100%;
  }

  .nav-menu {
    width: 250px;
  }

  .nav-button-flex {
    flex-direction: column;
  }

  .menu-button-backup {
    margin-left: 4px;
  }

  .huge-heading {
    font-size: var(--38);
  }

  .huge-paragraph {
    font-size: var(--20);
  }

  .huge-title-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 16px;
  }

  .live-chat-bubbble---brix {
    cursor: pointer;
    width: 56px;
    height: 56px;
  }

  .live-chat-content---brix {
    width: 260px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-message-bubble---brix {
    padding: 34px 24px 30px;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .notification-bar {
    padding-left: 2px;
    padding-right: 2px;
  }

  .bottom-banner-text {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
  }

  .addtional-post-card {
    display: block;
  }

  .info-wrap {
    max-width: 100%;
  }

  .post {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .post.cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prev, .next {
    width: 50%;
  }

  .paragraph-big {
    font-size: var(--20);
  }

  .article-rich-text figure {
    min-width: 19rem;
    min-height: 11rem;
  }

  .tag-text {
    letter-spacing: 0;
    flex: 0 auto;
  }

  .accordion-heading-faq {
    padding: 12px;
  }

  .accordion-title {
    padding-right: 6px;
  }

  .accordion-content-faq {
    padding-left: 12px;
    padding-right: 12px;
  }

  .post-title {
    margin-left: 12px;
  }

  .accordion-content-faq-first-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .accordion-heading-faq-first-item {
    padding: 12px;
  }

  .hero-stack {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 3% 32px;
  }

  .blog-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-cover-square, .category-cover-square {
    width: 90vw;
    max-width: 90vw;
    height: 90vw;
    max-height: 90vw;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.horizontal-button {
    display: block;
  }
}

#w-node-d54cc4f2-d5d3-bd4e-6c6c-9b297adff2f9-4e183dba {
  align-self: stretch;
}

#w-node-_5500afc5-2c45-fc8d-8ef4-a5a8aa4f6b87-4e183dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5500afc5-2c45-fc8d-8ef4-a5a8aa4f6b8d-4e183dba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#cta-button.w-node-_5500afc5-2c45-fc8d-8ef4-a5a8aa4f6b8e-4e183dba {
  place-self: end start;
}

#w-node-_86d509ca-d830-7f50-67eb-6c00b69effa6-53183da4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_03086c06-08de-65e7-c59a-f1e89bd5ddc8-53183da4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-af62a7ed-5ac7-adc3-cdaa-9cb47437e79d-d2183da6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82155617-79a2-585a-adfe-bcff4f07374e-d2183da6 {
  place-self: center end;
}

#w-node-b5a7bae4-37f2-35bd-edcc-6b98fc89ab68-dda45cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_046862d0-99a6-69f6-268f-85bd0f09bea8-dda45cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#cta-button.w-node-d3b2b30a-19ea-3fdb-949e-6828dda45cc2-dda45cbf {
  place-self: end start;
}

#w-node-_27672398-351f-5031-f6e8-13ef24bd27d6-b5183da7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27672398-351f-5031-f6e8-13ef24bd27dc-b5183da7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_27672398-351f-5031-f6e8-13ef24bd27dd-b5183da7 {
  place-self: end start;
}

#w-node-_9ad2f918-5da8-646b-2123-0cef76ddd7cd-56183da8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21b29792-431e-cbf6-5015-01d310611feb-56183da8 {
  align-self: center;
}

#w-node-_699d9d2c-bcf3-63f5-4d5c-0970ffce260f-c9a63152 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8b0dee1-0168-1948-5634-1f312d46f95c-c9a63152 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_61ba5ead-6b9b-e08c-6981-bae6b05c470a-c9a63152 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-e8b0dee1-0168-1948-5634-1f312d46f95c-c9a63152 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61ba5ead-6b9b-e08c-6981-bae6b05c470a-c9a63152 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86d509ca-d830-7f50-67eb-6c00b69effa6-53183da4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82155617-79a2-585a-adfe-bcff4f073745-d2183da6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_82155617-79a2-585a-adfe-bcff4f07374e-d2183da6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_27672398-351f-5031-f6e8-13ef24bd27dc-b5183da7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_21b29792-431e-cbf6-5015-01d310611fe2-56183da8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_21b29792-431e-cbf6-5015-01d310611feb-56183da8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e8b0dee1-0168-1948-5634-1f312d46f95c-c9a63152 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_61ba5ead-6b9b-e08c-6981-bae6b05c470a-c9a63152 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }
}


.review-wrapper[data-loaded="true"] { display: block !important; }
.live-chat-wrapper---brix.fixes-chat-revealed { display: flex !important; }
.live-chat-wrapper---brix.fixes-chat-revealed,
.live-chat-wrapper---brix.fixes-chat-revealed .live-chat-bubbble---brix {
  opacity: 1 !important;
  transform: none !important;
}
.live-chat-wrapper---brix.fixes-chat-open .live-chat-content---brix { display: block !important; opacity: 1 !important; }
.live-chat-wrapper---brix.fixes-chat-open .live-chat-content-left---brix { display: block !important; }
.fixes-search-results { padding-top: 48px; padding-bottom: 64px; }
.fixes-search-results article { margin: 24px 0; }
.fixes-search-results article > a { font-size: 1.25rem; font-weight: 700; }
