* {
  box-sizing: border-box;
  --green: #004225;
  --green-bg: hsl(151.58deg 21.35% 91.9%);
  --light: #466C5A;
  --dark: #173033;
  --highlight: #D0FF71;
  --cream: #EFEDE4;
}
html,
body {
  min-height: 100%;
  margin: 0;
}
body {
  background: #fff;
  color: #111;
  color: var(--green);
  font: 16px/1.4 "Sofia Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
body.mobile-menu-open {
  overflow: hidden;
}
@media (min-width: 681px) {
  body {
    min-width: 1140px;
  }
}
h1, h2, h3, h4 {
  line-height: 1.2;
  margin: 0;
}
h1 { font-size: 46px; letter-spacing: -0.01em; font-weight: 700; }
h2 { font-size: 36px; letter-spacing: -0.01em; font-weight: 700; }
h3 { font-size: 32px; letter-spacing: -0.01em; font-weight: 700; }
h4 { font-size: 22px; letter-spacing: -0.01em; font-weight: 400; }
@media (max-width: 680px) {
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  h3 { font-size: 26px; }
  h4 { font-size: 20px; }
  h1, h2, h3, h4 {
    line-height: 1.1;
  }
}
a { color: currentColor; text-decoration: none; }
b { font-weight: 600; }
p { margin: 0; }
.color-green      { background-color: var(--green); color: #fff;}
.color-dark       { background-color: var(--dark); color: #fff; }
.color-calm-green { background-color: var(--light); }
.color-cream      { background-color: var(--cream); }
.highlight {
  color: var(--highlight);
}
.center {
  text-align: center;
}
.br::after {
  content: "\A";
  white-space: pre;
}
.button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  background: var(--highlight);
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  color: var(--green);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0 36px 2px;
  height: 60px;
}
.cta .button {
  transition: transform .1s;
}
@media (pointer: fine) {
  .cta .button:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 680px) {
  .button {
    font-size: 18px;
    padding: 0 28px 2px;
    height: 56px;
  }
}
.small-button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  background: var(--green);
  color: var(--highlight);
  font-size: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  height: 48px;
  margin-top: 4px;
  padding: 0 22px;
}
.badge {
  display: inline-flex;
  background: var(--green-bg);
  background: #fff;
  border-radius: 99px;
  color: var(--light);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-bottom: 16px;
}
.section {
  padding: 80px 0;
}
@media (max-width: 680px) {
  .section {
    padding: 40px 0;
  }
}
.section-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
  gap: 8px;
}
.section-header h3 {
  color: var(--green);
  font-size: 42px;
  font-weight: 700;
}
.section-header h4 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 680px) {
  .section-header {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section-header h3 {
    font-size: 36px;
    padding: 0 20px;
  }
  .section-header h3 + h4 {
    margin-top: 10px;
  }
}
/* Temp */
[animate] {
  animation: none !important;
  opacity: 1 !important;
}
[animate] { opacity: 0; }
[animate].visible { animation: animate-in .6s forwards; }
@keyframes animate-in {
    0% { opacity: 0; transform: translateY(10px) scale(1.05); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 680px) {
  [animate] {
    animation-delay: 0s !important; 
  }
}
#site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
#site,
#site .page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#site .page {
  background: var(--cream);
}
#site .page > div {
  flex-grow: 1;
}
#header {
  background: var(--green);
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
@media (max-width: 680px) {
  #header .header-inner {
    padding-left: 20px;
  }
}
#header .logo {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}
#header .logo-inner {
  display: flex;
}
#header .logo img {
  height: 52px;
}
@media (max-width: 680px) {
  #header .logo img {
    height: 36px;
  }
}
#header .reunify {
  line-height: 1;
  color: var(--highlight);
  font-size: 13px;
  font-weight: 300;
  position: relative;
  top: 19px;
  margin-left: 12px;
}
#header .reunify b {
  display: block;
  font-weight: 600;
}
#header .reunify-inner {
  position: relative;
  padding-left: calc(16px + 1px);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 2px;
}
#header .reunify-inner::before {
  content: "";
  background: var(--highlight);
  opacity: .5;
  height: 26px;
  width: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 680px) {
  #header .reunify {
    top: 5px;
  }
  body:not(.start-page) #header .reunify {
    opacity: 0;
  }
}
@media (max-width: 440px) {
  #header .reunify {
    position: absolute;
    top: 38px;
    margin-left: 43px;
  }
  #header .reunify-inner {
    display: block;
    padding: 0;
  }
  #header .reunify-inner b {
    display: inline;
  }
  #header .reunify-inner::before {
    display: none;
  }
}
#header .links {
  display: flex;
  gap: 8px;
}
#header .links .link {
  background: rgb(0 0 0 / 0%);
  border-radius: 99px;
  color: var(--highlight);
  line-height: 38px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .1s;
  padding: 0 16px;
}
#header .links .link:hover {
  background: rgb(0 0 0 / 20%);
}
#header .toggle {
  cursor: pointer;
  background: rgb(0 0 0 / 32%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  user-select: none;
}
#mobile-menu {
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 300;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 24px;
  padding-left: 20px;
}
body:not(.mobile-menu-open) #mobile-menu {
  display: none;
}
#mobile-menu .top {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#mobile-menu .mobile-menu-header,
#mobile-menu .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile-menu .logo img {
  height: 36px;
}
#mobile-menu .toggle {
  cursor: pointer;
  background: rgb(0 0 0 / 24%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  user-select: none;
}
#mobile-menu .mobile-menu-links {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
  gap: 24px;
}
#mobile-menu .mobile-menu-links a {
  display: flex;
  justify-content: center;
  color: var(--highlight);
}
#mobile-menu .bottom {
  color: var(--highlight);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
}
#mobile-menu .bottom b {
  font-weight: 600;
}
#start .intro {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  gap: 36px;
}
#start .intro h1 {
  font-weight: 900;
}
#start .intro h4 {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.4;
}
#start .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}
#start .features {
  padding: 40px 0;
}
#start .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
#start .feature h3 {
  color: var(--green);
  font-size: 22px;
}
#start .feature p {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.6;
}
#start .feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green);
  margin-bottom: 16px;
  width: 120px;
  background: hsl(49.09deg 23.58% 94.57%);
  height: 120px;
  border-radius: 50%;
}
#start .feature-icon svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 680px) {
  #start .features {
    padding: 20px;
  }
  #start .feature {
    margin: 20px 0;
  }
  #start .feature-icon {
    margin-bottom: 0
  }
}
#start .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  gap: 36px;
}
#start .quote-rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#start .quote-rating svg {
  width: 40px;
  height: 40px;
}
#start .quote-rating .icons {
  display: flex;
  color: var(--highlight);
  gap: 4px;
}
#start .quote-rating .text {
  font-size: 16px;
}
#start .quote-text {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
#start .quote-author {
  font-size: 22px;
}
@media (max-width: 680px) {
  #start .quote-text {
    font-size: 26px;
  }
  #start .quote-author {
    font-size: 20px;
  }
}
#start .bg-image-section {
  background-image: url('/images/reswitch-workingtogether.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 500px;
  max-height: 620px;
  width: 100%;
  animation: backgroundPan 20s ease-in-out infinite alternate;
}
@media (max-width: 680px) {
  #start .bg-image-section {
    height: 300px;
  }
}
#start .teams {
  padding: 20px 0 40px;
}
#start .teams-text {
  color: var(--green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 16px;
}
#start .teams-text h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
#start .teams-text p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
#start .teams-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}
#start .teams-icon svg {
  width: 100%;
}
@media (max-width: 680px) {
  #start .teams {
    text-align: center;
    padding-bottom: 0;
  }
  #start .teams-text {
    height: auto;
    margin-bottom: 50px;
  }
  #start .teams-text p {
    font-size: 16px;
  }
  #start .teams-section {
    padding-bottom: 0;
  }
}
#start .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#start .accordion-item {
  background-color: #466C5A;
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
}
#start .accordion h5 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 600;
}
#start .accordion-toggle {
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  width: 100%;
  background: none;
  border: none;
  color: #efede4; 
  font-size: 20px;
  font-weight: normal;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#start .accordion-icon {
  width: 38px;
  height: 38px;
}
#start .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms ease, padding 360ms ease;
  will-change: max-height;
  background-color: #466C5A;
  padding: 0 16px;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-content { transition: none; }
}
#start .image-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 600;
  margin-top: 50px;
  gap: 80px;
}
#start .image-text .small-button {
  margin-top: 24px;
}
#start .image-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
#start .image-text-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  font-size: 28px;
  font-weight: 600;
}
#start .image-text-wrapper p {
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
#start .accordion-content h5 {
  font-size: 22px;
}
#start .accordion-content p {
  color: #efede4;
  font-size: 16px;
  line-height: 1.714;
  font-weight: 300;
}
#start .accordion-content p strong {
  font-weight: 600;
}
#start .accordion-content p + p {
  margin-top: 16px;
}
#start .image-text-wrapper h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
}
#start .image-text-wrapper h4 {
  color: var(--purple);
  font-size: 22px;
  font-weight: 700;
}
#start .feature-list {
  list-style: none;
  margin-top: 20px;
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 0;
}
#start .feature-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}
#start .feature-list svg {
  width: 5px;
  height: 5px;
}
#start .image-text-wrapper .text {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  word-break: break-word;
}
#start .image-text-wrapper .image-wrapper {
  flex: 0 0 auto;
}
#start .image-text-wrapper .image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 450px;
}
#start .highlight-btn {
  background: var(--highlight);
  color: var(--green);
}
@media (max-width: 680px) {
  #start .image-text-header {
    display: none;
    font-size: 24px;
  }
  #start .image-text {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 20px;
  }
  #start .item-2 .image-text {
    gap: 0;
  }
  #start .image-text-wrapper h3 {
    font-size: 36px; 
  }
  #start .image-text-wrapper p {
    font-size: 16px;
  }
  #start .image-wide-block {
    margin-top: 60px;
  }
  #start .image-text-wrapper .image-wrapper {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  #start .teams .col-sm-6:nth-of-type(2) {
    display: flex;
    justify-content: center;
  }
  #start .accordion-section {
    padding-bottom: 60px;
  }
  #start .accordion-section .row {
    row-gap: 15px;
  }
}
#download {
  background: var(--green);
  box-shadow: 0 1px 0 hsl(153.64deg 100% 16.94%);
  color: var(--highlight);
  padding: 80px 0 160px;
  position: relative;
  z-index: 1;
}
#download h4 {
  font-size: 28px;
  font-weight: 600;
}
#download .header h1 {
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#download .header h4 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 680px) {
  #download .header h4 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#download .download {
  background: #fff;
  border-radius: 8px 48px 24px 24px;
  color: var(--dark);
}
#download .download-image {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
}
#download .download-image img {
  display: block;
  border-radius: 8px 48px 24px 24px;
  border-radius: 6px 40px 6px 6px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%
}
#download .download-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Hide for now.. */
  display: none;
}
#download .download-icon-inner {
  background: #fff;
  border-radius: 99px;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
#download .download-icon-inner svg {
  display: block;
}
#download .download-content {
  padding: 60px;
  padding-top: 45px;
}
#download .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 16px;
}
#download .links a {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 8px;
} 
#download .links a {
  border-bottom: 1px solid currentColor;
}
#download .terms {
  font-size: 13px;
  font-weight: 300;
  margin-top: 100px;
}
@media (max-width: 680px) {
  #download {
    padding: 40px 0 60px;
  }
  #download h1 {
    text-align: left;
    margin-bottom: 50px;
  }
  #download h4 {
    font-size: 32px;
  }
  #download .download-content {
    padding: 35px 30px 50px;
  }
  #download .col-sm-5 + .col-sm-5 {
    margin-top: 30px;
  }
}
#contact {
  padding-bottom: 40px;
}
#contact h1 {
  margin-bottom: 12px;
}
#contact h3 {
  font-size: 28px;
  font-size: 26px;
}
#contact .link {
  color: var(--light);
  font-size: 22px;
  font-weight: 600;
}
#contact .small {
  color: #999;
  font-size: 16px;
}
#contact .contact-header {
  text-align: center;
  margin-bottom: 60px;
}
#contact .contact-header .badge {
  margin-bottom: 16px;
}
#contact .contact-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  border-radius: 8px 48px 24px 24px;
  padding: 30px;
  padding: 35px;
  gap: 16px;
}
#contact .contact-item p {
  line-height: 1.5;
}
#contact .contact-item-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#contact .contact-item-icon {
  background: var(--green-bg);
  border-radius: 99px;
  color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  width: 120px;
  height: 140px;
  height: 120px;
}
@media (max-width: 680px) {
  #contact {
    padding-bottom: 0;
  }
  #contact .contact-header {
    margin-bottom: 30px;
  }
  #contact [class^=col-sm] + [class^=col-sm] {
    margin-top: 20px;
  }
  #contact .contact-item-icon-wrapper {
    margin: 20px 0 20px;
  }
}
#features h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
#features .subheading {
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.6;
}
#features .market-benefits-section {
  background-color: var(--cream);
  padding-top: 0;
  overflow: visible;
}
#features .features-layout {
  row-gap: 30px;
}
#featuresGrid {
  position: relative;
  z-index: 0;
  row-gap: 15px;
}
#features .features-layout [class^=col-] {
  padding: 0 8px;
}
#features [class^=col-].features-sidebar  {
  padding: 0 15px;
}
#features .market-benefit-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
#features .market-benefit-card p {
  text-align: center;
  font-family: "Sofia Sans", sans-serif;
  line-height: 1.6;
}
#features .market-benefit-card h5 {
  font-size: 22px;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  margin: 15px 0;
}
#features .market-benefit-card img {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 0.625rem;
  background-color: #eaeaea;
  padding: 7px;
}
#features .features-layout {
  margin-top: 40px;
  align-items: flex-start;
}
#features .features-sidebar {
  background-color: #fff;
  border-radius: 12px;
  max-width: 262px;
}
#features .features-toolbar {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  align-items: center;
  padding: 15px;
}
#features .search-box .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
#features .search-box .search-icon {
  position: absolute;
  left: 12px;
  pointer-events: none;
}
input[type="checkbox" i] {
  margin: 2px 0 0 0; 
}
#policy p,
#policy li {
  line-height: 1.6;
}
#policy h2,
#policy h3,
#policy h4 {
  margin: 16px 0;
}
#policy address {
  font: inherit;
  margin-top: 24px;
  line-height: 1.6;
}
#features .search-box input[type="search"] {
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  min-height: 60px;
  margin-bottom: 0;
  padding: 4px 1.5rem 0 42px;
  font-family: inherit;
}
#features .search-box input[type="search"]:focus {
  border-color: #999;
  background-color: #fff;
}
#features .categories {
  margin-bottom: 20px;
}
#features .categories .header {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#features .categories h4 {
  font-weight: 600;
  line-height: 1.2;
}
#features ul {
  list-style-type: none;
  padding: 0;
}
#features .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 0;
}
#features .category-item .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
#features .clear-button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #eee;
  line-height: 1.8;
  height: 32px;
  padding: 0 16px;
}
#features .cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
#features .features-sidebar .search-box .input-wrap{
  display: flex; 
  align-items: center; 
  gap: 10px;
}
#features .filters-toggle{
  display: none; 
  border: 0; 
  background: transparent; 
  padding: .4rem;
  border-radius: .5rem; 
  cursor: pointer;
}
#features .filters-toggle:focus{ 
  outline:2px solid var(--calmgreen); 
  outline-offset: 2px; 
}
#features .filters-icon{ 
  display: block; 
}
#features .features-grid {
  position: relative;
  z-index: 0;
}
@media (max-width:679px){
  #features .features-sidebar { 
    position: relative; 
  }
  #features .features-sidebar .search-box {
    position: sticky; 
    top: 0; 
    z-index: 3; 
    background: inherit; 
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #features .features-sidebar .categories {
    display: none; 
    position: absolute; 
    z-index: 5; 
    left: 0; 
    right: 0; 
    top: 105px;
    background:#fff; 
    border: 1px solid #E6E8EF; 
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08); 
    overflow: auto;
  }
  #features .features-sidebar.filters-open .categories { 
    display: block; 
    padding: 0px 20px 20px 20px;
  }
  #features .features-sidebar .filters-toggle { 
    display: inline-flex; 
    background-color: #f9f9f9;
    min-height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
  }
  #features .search-box .input-wrap {
    margin-top: 0; 
    margin-bottom: 0; 
  }
}
@media (min-width:680px) {
  #features .features-sidebar .filters-toggle { 
    display: none; 
  }
  #features .features-sidebar .categories { 
    display: block; 
    position: static; 
    box-shadow: none; 
    border: 0; 
    padding: 0; 
  }
  #features .features-sidebar {
    position: sticky;
    top: 40px;
    align-self: flex-start;
    padding: 25px;
    margin-right: 8px;
  }
  #features .features-sidebar .categories {
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding-right: 6px;
  }
  #features .features-sidebar .search-box {
    background: inherit;
    margin-bottom: 12px;
  }
}
@media (max-width: 680px) {
  #features .quote-text {
    font-size: 26px;
  }
  #features .quote-author {
    font-size: 20px;
  }
  #features .features-sidebar {
    position: sticky;
    top: 40px;
    align-self: flex-start;
  }
  #features .features-sidebar {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    z-index: 99;
  }
  #features .features-layout {
    position: static;
    row-gap: 30px;
  }
  #features .text-section img {
    max-width: 100%;
    height: auto;
  }
  #features .text-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px){
  .features-sidebar #featFilters { display: none; }
  .features-sidebar.filters-open #featFilters { display: block; }
  .features-sidebar .input-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
  }
  .filters-toggle {
    border: 1px solid #e3e7ef;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    line-height: 0;
  }
}
@media (min-width: 992px){
  .features-sidebar {
    position: sticky;
    top: 96px;
    align-self: flex-start;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
}
#footer {
  background: var(--green);
  color: var(--highlight);
  padding: 100px 0;
}
@media (max-width: 680px) {
  #footer {
    padding: 60px 0 40px;
  }
}
#footer h4 {
  font-size: 18px;
  font-weight: 600;
}
#footer .company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
}
#footer .company a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 680px) {
  #footer h4 {
    margin-top: 32px;
  }
  #footer .company {
    align-items: center;
    margin: 0 0 12px;
  }
}
#footer .logo img {
  height: 52px;
  position: relative;
  left: -8px;
}
#footer .links,
#footer .items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0;
  gap: 12px;
}
#footer .links a {
  border-bottom: 1px solid transparent;
  color: var(--highlight);
  font-weight: 300;
  margin-bottom: -1px;
}
#footer .links a:hover {
  border-bottom: 1px solid var(--highlight);
}
#footer .items {
  gap: 20px;
}
#footer .email,
#footer .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
}
#footer .email a,
#footer .phone a {
  font-size: 24px;
  font-weight: 600;
}
#footer .socials {
  color: var(--highlight);
  margin-top: 1em;
}
#footer .socials-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
#footer .socials-icons {
  display: flex;
  align-items: center;
  position: relative;
  left: -4px;
  gap: 8px;
}
#footer .socials a {
  transition: transform .1s;
}
#footer .socials a:hover {
  transform: rotate(-10deg) scale(1.2);
}
#footer .socials svg {
  width: 38px;
  height: 38px;
}
#footer .socials .instagram svg {
  width: 34px;
  height: 34px;
}
#copyright {
  background: var(--green);
  box-shadow: 0 -1px 0 rgb(255 255 255 / 6%);
  color: var(--highlight);
  padding: 24px 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 680px) {
  #copyright {
    font-size: 14px;
  }
}
#error {
  background: var(--green);
  box-shadow: 0 1px 0 rgb(255 255 255 / 6%);
  color: var(--highlight);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#error a {
  border-bottom: 1px solid currentColor;
  font-size: 18px;
}
