@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
:root {
  --black: #222426;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: macha, sans-serif;
  font-weight: 400;
  color: var(--black);
  font-size: 1rem;
  background: white;
  line-height: 1.5;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  color: var(--black);
}

form,
input {
  font-family: inherit;
}

h1,
h2,
h3 {
  font-family: geller-headline, serif;
}

h1 {
  font-size: 2.5rem;
  font-size: clamp(2.375rem, 1.2526rem + 3.5915vw, 5.5625rem);
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.3838rem + 1.9718vw, 3.75rem);
  line-height: 1.45;
  font-weight: bold;
  margin: 0;
}

h3 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.6919rem + 0.9859vw, 2.875rem);
  line-height: 1.25;
  font-weight: bold;
  margin: 0;
}

h4 {
  font-size: clamp(1.125rem, 1.081rem + 0.1408vw, 1.25rem);
  margin: 1em 0;
}

p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);
  line-height: 1.5625;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

button:hover,
button:focus {
  outline: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.italic {
  font-style: italic;
}

.btn {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  border-radius: 8px;
  padding: 10px 18px;
  padding: 15px 30px 19px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  letter-spacing: -0.3px;
  cursor: pointer;
}

.btn--outline {
  border: 2px solid var(--black);
  background-color: transparent;
}

.btn--outline:hover {
  background-color: var(--black);
  color: white;
}

.btn--light {
  color: white;
  border-color: white;
}

.btn--white {
  background-color: white;
  color: var(--black);
}

.btn--white:hover {
  color: white;
  background-color: var(--black);
}

.btn--light:hover {
  background-color: white;
  color: var(--black);
}

.btn--dark {
  background-color: var(--black);
  color: white;
}

.btn--dark:hover {
  background-color: #1d1e28;
}

.btn--green {
  color: white;
  background-color: #5ed28a;
}

.btn--green:hover {
  background-color: #51c17b;
}

.btn--lg {
  width: 100%;
  max-width: 315px;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.container {
  max-width: 1292px;
  margin: 0 auto;
  padding: 0 30px;
}

.subhead {
  font-size: 18px;
  text-align: center;
  max-width: 500px;
  margin: 1rem auto;
}

.row {
  display: flex;
}

.col {
  flex-basis: 100%;
}

.col-3 {
  flex-basis: 25%;
}

.col-6 {
  flex-basis: 50%;
}

.col-9 {
  flex-basis: 75%;
}

/* || Navbar styles*/
header {
  top: 0;
  position: sticky;
  height: 59px;
  width: 100%;
  background-color: white;
  z-index: 2;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

.navbar {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 16px 0;
}

.nav__logo {
  font-family: geller-headline, serif;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.547rem + 1.8497vw, 2.125rem);
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.nav__menu--head .nav__logo {
  font-size: 26px;
  padding-bottom: 18px;
  display: inline-block;
}

.footer-logo .nav__logo {
  font-size: 1.875rem;
  line-height: 1;
}

.nav-cta {
  margin-left: auto;
}

.nav-item.nav-cta {
  padding-top: 30px;
  margin-top: 15px;
  margin-bottom: 0;
}

.tel-link {
  font-weight: 400;
}

.tel-link span {
  text-decoration: underline;
  font-weight: 500;
}

.nav-cta .btn {
  font-size: 14px;
  padding: 10px 18px;
}

.hamburger {
  display: block;
  cursor: pointer;
  z-index: 3;
  margin-right: 16px;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
}

.bar {
  display: block;
  width: 12px;
  height: 1.5px;
  background-color: #2d2e3a;
  border-radius: 1px;
  margin-bottom: 3px;
}

.bar--1 {
  width: 9px;
  margin-bottom: 0;
}

.hamburger.active {
  visibility: hidden;
}

.nav__menu--head {
  display: none;
  text-align: left;
}

.active .nav__menu--head {
  display: block;
  position: absolute;
  left: 0;
  top: 33px;
  right: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  margin-right: 40px;
  margin-left: 40px;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  padding-top: 126px;
  padding-bottom: 84px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  width: 96%;
  width: calc(100% - 30px);
  max-width: 310px;
  min-height: 100vh;
  min-height: 100dvh;
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  background-color: white;
  text-align: center;
  transition: left 0.3s ease-out;
  box-shadow: 30px 0px 60px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.nav-list {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 19px;
}

.nav-list::-webkit-scrollbar {
  display: none;
}

.nav-menu.active {
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 10px 0px 38px;
}

.nav-menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(44, 45, 57, 0.7);
  min-height: 100vh;
  min-height: 100lvh;
  display: none;
  transition: all 0.3s;
}

.nav-item {
  margin: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}
.nav-item--btn {
  margin-top: 40px;
}

.nav-link {
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 14px 15px 13px;
  display: inline-block;
}

.nav-item--hr::before {
  content: "";
  display: block;
  position: relative;
  border-top: 1px solid #e3e4ef;
  margin: 10px 0 20px;
}

.dropdown {
  margin-bottom: 0;
  margin-top: 40px;
}

.dropdown-btn {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
  background-color: #f5f6f7;
  border-radius: 10px;
  outline: 0;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.dropdown-btn.active {
  background-color: #ecefec;
}

.dropdown-content {
  display: none;
}

.dropdown-btn.active + .dropdown-content {
  display: block;
}

.dropdown-btn::after {
  content: url(../../assets/img/dropdown-btn.svg);
  margin-left: 10px;
  position: relative;
  top: 0;
  right: 10px;
  float: right;
  rotate: -270deg;
}

.dropdown-btn.active:after {
  rotate: none;
  top: -2px;
  transform-origin: 0;
}

.dropdown-content-col {
  font-size: 0.8125rem;
  margin-top: 30px;
  padding-right: 30px;
}

.dropdown-content > p {
  font-size: 0.875rem;
  padding: 15px;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-content h4 {
  font-size: 0.8125rem;
  padding: 15px;
  padding-bottom: 6px;
  margin-top: 0;
  padding-top: 0;
}

.dropdown-content-list {
  list-style-type: disc;
  padding-left: 12px;
  margin-left: 15px;
}

.dropdown-content-list li {
  padding-left: 4px;
  line-height: 20px;
  margin-bottom: 12px;
}

.dropdown-content-list li a:hover {
  text-decoration: underline;
}

.dropdown-content-list li:last-child {
  margin-bottom: 0;
}

.dropdown-cta {
  font-size: 0.8125rem;
  padding: 12px 30px 13px;
  margin-top: 30px;
}

/* ======== Footer ======== */
.footer {
  margin-top: 100px;
  text-align: center;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-list {
  min-width: 275px;
  margin-top: 68px;
}

.footer-list:first-child {
  margin-top: 57px;
}

.footer-list__link {
  font-size: 14px;
  line-height: 2;
  margin: 4px 0;
}

.footer-list__title {
  font-family: "macha", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 32px;
}

.footer-list__address {
  margin-bottom: 32px;
  margin: 26px 0 46px;
}

/* Footer bottom bar */
.footer-bar {
  background-color: #fcfcfc;
  padding: 80px 0 70px;
  margin-top: 90px;
  text-align: center;
  font-size: 12px;
}

.footer-bar__social {
  margin-bottom: 53px;
}

.footer-bar__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 73px;
}

@media (min-width: 768px) {
  .btn {
    padding: 21px 42px 23px;
    font-size: 1rem;
  }
  .btn--lg {
    width: auto;
  }
  /* -- Navigation -- */
  header {
    height: 100px;
  }
  .navbar {
    padding: 40px 0;
    height: 100px;
    padding: 0;
  }
  .hamburger {
    display: none;
  }
  .nav__logo {
    margin-top: -5px;
    margin-left: 0;
  }
  .nav-cta .btn {
    font-size: 15px;
    padding: 13px 20px 12px;
  }
  .nav-list {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    margin-top: 0;
  }
  .nav-menu-backdrop {
    display: none !important;
  }
  .nav-menu .nav__menu--head {
    display: none;
  }
  .nav-item--hr::before {
    display: none;
  }
  .nav-item {
    margin: 0 15px;
  }
  .nav-item.nav-cta {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .nav-item.bdr-left {
    position: relative;
  }
  .nav-item.bdr-left::before {
    content: "";
    width: 1px;
    height: 20px;
    position: relative;
    left: -31px;
    display: inline-block;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
    vertical-align: middle;
    top: -1px;
    margin-left: 30px;
  }
  .nav-item--btn {
    margin-top: 0;
    margin-right: 0;
  }
  .nav-menu {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    padding: 0;
    min-height: auto;
    position: static;
    box-shadow: none;
  }
  .nav-menu.active {
    box-shadow: none;
  }
  .nav-link {
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
  }
  .dropdown-btn {
    margin-bottom: 0;
  }
  .dropdown-btn.active {
    font-weight: 700;
  }
  .dropdown-btn,
  .dropdown-btn.active {
    background-color: transparent;
  }
  .dropdown-btn::after {
    display: none;
  }
  /* .dropdown:hover .dropdown-content,
  .dropdown:focus-visible .dropdown-content {
    display: block;
    opacity: 1;
  } */
  .dropdown-content {
    min-width: 261px;
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    z-index: 2;
    transition: all 0.3s ease-out;
    display: none;
  }
  .dropdown-content {
    top: 90px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    box-shadow: 0 30px 30px rgba(3, 27, 52, 0.04);
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
  /* .dropdown-btn.active + .dropdown-content{
    display: flex;
  } */
  .dropdown-content-wrapper {
    display: flex;
    max-width: 1232px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .dd-col1 {
    max-width: 270px;
  }
  .dropdown-cta {
    padding: 12px 30px 13px;
  }
  .dropdown-content h4 {
    font-size: 18px;
  }
  .dropdown-content-col {
    font-size: 15px;
  }
  .dropdown-content li {
    margin-left: -10px;
    margin-right: -10px;
    line-height: 1.5;
  }
  /* ======== Footer ======= */
  .footer {
    margin-top: 126px;
    text-align: left;
  }
  .footer-nav {
    display: flex;
    justify-content: space-between;
  }
  .footer-list {
    flex-basis: 20%;
    min-width: 250px;
  }
  .footer-list:first-child {
    margin-right: 8px;
    margin-bottom: 32px;
  }
  .footer-list__title {
    margin-bottom: 40px;
  }
  /* Footer bar */
  .footer-bar {
    margin-top: 121px;
    padding: 57px 0 52px;
  }
  .footer-bar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bar-wrapper > div {
    flex: 1;
  }
  .footer-bar__links {
    flex-direction: row;
    margin-bottom: 0;
  }
  .footer-bar__social {
    margin-bottom: 0;
  }
  .footer-bar__copyright {
    order: -1;
  }
  .sitemap__link::before {
    content: "";
    position: relative;
    left: -12px;
    width: 1px;
    height: 100%;
    border-left: 1px solid gray;
  }
}
.footer-bar__copyright {
  text-align: left;
}

.footer-disclaimer {
  padding: 40px 30px;
}
.footer-disclaimer p {
  font-size: 12px;
  text-align: left;
}

.modal-open {
  overflow: hidden;
}

/* ===== Modal ======= */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  transform: scale(1.15);
  transition: transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.modal.visible {
  background: rgba(34, 36, 38, 0.9);
  pointer-events: auto;
  z-index: 3;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.modal-body {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-45%);
  padding-top: 30px;
}

.quote-cards {
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 20px;
}

.quote-card {
  width: auto;
  max-width: 283px;
  background-color: white;
  padding: 68px 36px 50px;
  margin: 0 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.quote-card:first-child {
  margin-left: 30px;
}

.quote-card:last-child {
  margin-right: 30px;
}

.quote-card__icon {
  border-radius: 12px;
  margin-bottom: 40px;
}

.quote-card__heading {
  font-size: 1.25rem;
}

.quote-card p {
  margin: 20px 0;
  font-size: 13px;
  line-height: 1.77;
}

.quote-card p:last-of-type {
  margin-bottom: 40px;
}

.quote-card .btn {
  font-size: 0.875rem;
  padding-top: 13.3px;
  padding-bottom: 14.7px;
  margin-top: auto;
  padding-left: 26px;
  padding-right: 26px;
}

@media (min-width: 768px) {
  /* ======= Modal ======= */
  .modal {
    align-items: center;
    overflow-y: auto;
  }
  .modal-body {
    padding: 30px;
    border-radius: 15px;
  }
  .quote-cards {
    display: flex;
    justify-content: center;
  }
  .quote-card {
    padding-left: 30px;
    padding-right: 30px;
    flex: 1;
    max-width: 300px;
  }
  .quote-card__heading {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.mt-6 {
  margin-top: 60px;
}

.mt-5 {
  margin-top: 50px;
}

p.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 26px;
}

.mb-5 {
  margin-bottom: 50px;
}

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

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

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

.container-sm {
  max-width: 820px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-silver {
  color: #84898e;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.post__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.post__title {
  font-size: clamp(2rem, 1.6039rem + 1.2676vw, 3.125rem);
  margin-bottom: 1em;
}

.breadcrumb {
  font-size: 13px;
  padding: 8px 0;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  margin-top: 40px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 8px;
  content: ">";
}

@media (min-width: 768px) {
  /* ======= Hero =======*/
  .breadcrumb {
    margin-top: 56px;
  }
  .article-image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/**
 Chosen
 */
/* updated chosen 1.8.5 styles - defaults  */
/* @group Base */
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .chosen-container * {
  box-sizing: border-box;
}

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container .search-choice .group-name, .gform_wrapper .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.gform_wrapper .chosen-container .search-choice .group-name:after, .gform_wrapper .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 38.4px;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 36px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 10px;
}

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
.gform_wrapper .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 8px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.gform_wrapper .chosen-rtl {
  text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text], .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-container-single .chosen-search input[type=text], .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite.png/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* updated chosen 1.8.5 styles - gravityforms specific  */
body .gform_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}

body .gform_wrapper ul.chosen-results li {
  line-height: inherit;
}

@media only screen and (max-width: 641px) {
  /* make the inputs a little larger for mobile devices */
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 32px;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_wrapper .chosen-container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_wrapper ul.gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (min-width: 641px) {
  /* updated chosen 1.8.5 styles - gravityforms specific  */
  body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style], body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
    width: calc(50% - 8px) !important;
  }
  body .gform_wrapper select.large.gfield_select + div.chosen-container-single[style], body .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style] {
    width: 100% !important;
  }
  body .gform_wrapper select.small.gfield_select + div.chosen-container-single[style], body .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style] {
    width: 25% !important;
  }
}
.about-hero {
  background-color: #f8f8f8;
  margin-bottom: 67px;
}
.about-hero .about-hero-content {
  padding-top: 50px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
.about-hero .about-hero__heading {
  font-size: clamp(2.5rem, 0.9375rem + 5vw, 4.6875rem);
  margin-top: 10px;
  line-height: 1.25;
  max-width: 17ch;
}
.about-hero .about-hero__text {
  font-size: clamp(1.0625rem, 0.9525rem + 0.3521vw, 1.375rem);
  line-height: 1.47;
  margin: 1.35em 0 2em;
  margin: 26px 0 39px;
  max-width: 38ch;
}
.about-hero .about-hero-image {
  margin: 0 -30px;
  margin-top: 60px;
  text-align: center;
}
.about-hero .about-hero__img {
  margin-bottom: -67px;
  max-width: 375px;
}

@media (min-width: 768px) {
  /* ======= Hero =======*/
  .about-hero {
    margin-bottom: 111px;
  }
  .about-hero .about-hero-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-top: 70px;
  }
  .about-hero .about-hero-content {
    flex-basis: 55%;
    flex-shrink: 0;
    padding: 52px 0 32px;
    max-width: initial;
  }
  .about-hero .about-hero__heading {
    line-height: 1.05;
    margin-top: 0;
  }
  .about-hero .about-hero__text {
    margin: 36px 0;
    letter-spacing: -0.4px;
    line-height: 1.6;
  }
  .about-hero .about-hero-image {
    flex-basis: 45%;
    flex-grow: 1;
    order: 1;
    align-self: flex-end;
    margin: 0;
    padding-top: 0;
  }
  .about-hero .about-hero__img {
    margin-bottom: -111px;
    width: 538px;
    max-width: 100%;
  }
}
.works-banner {
  padding: 10px 0;
  background-color: #f8f8f8;
  margin-bottom: 100px;
}
.works-banner .article-banner {
  margin-bottom: -100px;
}

.article-banner {
  text-align: center;
  padding: 60px 30px;
  margin-top: 50px;
  background-color: #f8f8f8;
}
.article-banner.article-banner--grey {
  background-color: #f8f8f8;
}
.article-banner.article-banner--green {
  background-color: #dbe3de;
}
.article-banner h3 {
  font-size: 1.875rem;
  font-weight: 500;
}
.article-banner .article__cta {
  padding: 12px 40px 14px;
  margin-top: 20px;
}

.article-boxes {
  margin-top: 50px;
}
.article-boxes .article-box {
  border: 2px solid var(--black);
  margin-bottom: 30px;
  padding: 24px;
}
.article-boxes .article-box h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.125rem;
}
.article-boxes .article-box p {
  margin: 12px 0 6px;
  font-size: 1rem;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .article-boxes {
    display: flex;
    justify-content: space-between;
    gap: 22px;
  }
  .article-boxes .article-box {
    margin-bottom: 0;
    flex: 1;
  }
  .article-boxes .article-box p {
    line-height: 1.4;
  }
}
.article-section {
  margin-top: 60px;
}
.article-section:first-of-type {
  margin-top: 50px;
}
.article-section .article__headline,
.article-section h2 {
  font-size: clamp(1.875rem, 1.743rem + 0.4225vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.article-section .article__tagline,
.article-section h3 {
  font-style: italic;
  font-size: clamp(1.25rem, 1.0168rem + 0.7463vw, 1.375rem);
  line-height: 1.5;
  margin: 0;
  margin-top: 4px;
  font-weight: 400;
  font-family: macha, sans-serif;
}
.article-section p {
  font-size: clamp(1rem, 0.7668rem + 0.7463vw, 1.125rem);
  line-height: 1.56;
  font-weight: 400;
  margin: 0;
  margin-top: 26px;
}
.article-section h5 {
  font-size: clamp(1rem, 0.7668rem + 0.7463vw, 1.125rem);
  line-height: 1.56;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.article-section a {
  text-decoration: underline;
  font-weight: bold;
}
.article-section ol {
  list-style-type: decimal;
  padding-left: 16px;
  list-style-position: outside;
  margin-top: 26px;
  font-style: normal;
}
.article-section ol h5 {
  margin: 0 0 6px;
  font-weight: 700;
  font-style: normal;
}
.article-section ol p {
  margin: 0;
  font-style: normal;
}
.article-section ul h5 {
  position: relative;
  top: -0.3em;
}
.article-section ul li {
  padding-left: 40px;
  border-left: 1.5px solid var(--black);
  margin-bottom: 30px;
}
.article-section ul p {
  margin-top: 16px;
}
.article-section li {
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 24px;
  font-style: normal;
}
.article-section .leading__head {
  border: 1px solid #dce3de;
  padding: 40px 0;
  border-width: 1px 0;
  font-size: 1.75rem;
}
.article-section .leading__head h3 {
  font-size: 1.75rem;
  font-family: geller-headline, serif;
  font-style: normal;
}

.article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.article-header .article-author {
  display: flex;
  align-items: center;
  margin-right: 40px;
  margin-top: 40px;
}
.article-header .author-avatar {
  margin-right: 20px;
}
.article-header .article-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  max-width: 375px;
  flex-basis: 100%;
}
.article-header .article-reviewer {
  margin-right: 50px;
}
.article-header .tick-icon {
  vertical-align: top;
}
.article-header .reviewer__text {
  margin-left: 10px;
}

/* ========== Hero Section ========= */
.hero-article {
  background-color: #f8f8f8;
  overflow: hidden;
  padding-bottom: 30px;
}

.hero-article-content {
  padding-top: 50px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}

.hero-article__heading {
  font-size: clamp(2.375rem, 1.2526rem + 3.5915vw, 5.5625rem);
  font-size: clamp(2.5rem, 1.8838rem + 1.9718vw, 4.25rem);
  margin-top: 14px;
  line-height: 1.2;
  max-width: 17ch;
}

.hero-article__text {
  font-size: clamp(1.0625rem, 0.9525rem + 0.3521vw, 1.375rem);
  margin: 1.35em 0 2em;
  margin: 26px 0 38px;
  max-width: 42ch;
}

.hero-article__image {
  padding-top: 60px;
  text-align: center;
}

.hero-article__cta--lg {
  display: none;
}

/* ========== Clients ======= */
.hero-article__clients {
  text-align: center;
  margin-top: 65px;
  margin: 65px -15px 0;
  display: none;
}

/* --- Swiper --- */
.hero-article__clients .swiper {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  height: auto;
  position: relative;
  padding: 16px 0;
  pointer-events: none;
}

.hero-article__clients .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

.hero-article__clients .swiper-slide {
  width: auto;
  padding: 0 20px;
}

.hero-article__clients .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 25px;
  width: auto;
}

.birth-date-form {
  display: flex;
}

.birth-date-form .btn {
  padding: 14px 12px;
}

.birth-date__input {
  border-radius: 8px;
  background-color: white;
  border: 1px solid var(--black);
  font-weight: 500;
  color: rgba(34, 36, 38, 0.5);
  padding-left: 16px;
  margin-right: 12px;
}

.birth-date__input:focus {
  outline: none;
}

@media (min-width: 768px) {
  /* ======= Hero =======*/
  .hero-article-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-top: 80px;
    padding-bottom: 18px;
  }
  .hero-article-content {
    flex-basis: 48%;
    max-width: 560px;
    margin-left: 0;
    margin-right: auto;
    flex-shrink: 0;
    padding: 44px 0 25px;
  }
  .hero-article__heading {
    line-height: 1.123;
    margin-top: 0;
    letter-spacing: -1px;
  }
  .hero-article__text {
    margin: 24px 0 50px;
    letter-spacing: -0.4px;
  }
  .hero-article__image {
    flex-basis: 40%;
    margin: 0;
    padding-top: 0;
  }
  .hero-article__cta--lg {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-article__cta--sm {
    display: none;
  }
  /* ========== Clients ======= */
  .hero-article__clients {
    margin: 78px 0 0;
    text-align: left;
    display: block;
    max-width: 500px;
  }
  .hero-article__clients p {
    margin-bottom: 6px;
  }
  .hero-article__clients .swiper {
    margin: 0;
    margin: 0 16px;
  }
  .birth-date-form .btn {
    padding: 18px 42px 20px;
  }
  .birth-date__input {
    flex-basis: 45%;
  }
}
.article-section {
  margin-top: 60px;
}
.article-section:first-of-type {
  margin-top: 50px;
}
.article-section .article__headline,
.article-section h2 {
  font-size: clamp(1.875rem, 1.743rem + 0.4225vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.article-section .article__tagline,
.article-section h3 {
  font-style: italic;
  font-size: clamp(1.25rem, 1.0168rem + 0.7463vw, 1.375rem);
  line-height: 1.5;
  margin: 0;
  margin-top: 4px;
  font-weight: 400;
  font-family: macha, sans-serif;
}
.article-section p {
  font-size: clamp(1rem, 0.7668rem + 0.7463vw, 1.125rem);
  line-height: 1.56;
  font-weight: 400;
  margin: 0;
  margin-top: 26px;
}
.article-section h5 {
  font-size: clamp(1rem, 0.7668rem + 0.7463vw, 1.125rem);
  line-height: 1.56;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.article-section a {
  text-decoration: underline;
  font-weight: bold;
}
.article-section ol {
  list-style-type: decimal;
  padding-left: 16px;
  list-style-position: outside;
  margin-top: 26px;
  font-style: normal;
}
.article-section ol h5 {
  margin: 0 0 6px;
  font-weight: 700;
  font-style: normal;
}
.article-section ol p {
  margin: 0;
  font-style: normal;
}
.article-section ul h5 {
  position: relative;
  top: -0.3em;
}
.article-section ul li {
  padding-left: 40px;
  border-left: 1.5px solid var(--black);
  margin-bottom: 30px;
}
.article-section ul p {
  margin-top: 16px;
}
.article-section li {
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 24px;
  font-style: normal;
}
.article-section .leading__head {
  border: 1px solid #dce3de;
  padding: 40px 0;
  border-width: 1px 0;
  font-size: 1.75rem;
}
.article-section .leading__head h3 {
  font-size: 1.75rem;
  font-family: geller-headline, serif;
  font-style: normal;
}

/* ========== FAQs ========= */
.article-faqs {
  margin-top: 60px;
}
.article-faqs .faqs__heading {
  margin-bottom: 50px;
  text-align: left;
}
.article-faqs .faqs-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.article-faqs .faqs__item {
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 30px 0;
  padding-left: 30px;
  border-width: 1px 0 0;
}
.article-faqs .faqs__item:last-child {
  border-bottom-width: 1px;
}
.article-faqs .accordion {
  font-family: geller-headline, serif;
  color: var(--black);
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  transition: 0.4s;
  position: relative;
  padding: 0;
  padding-left: 0;
}
.article-faqs .panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.article-faqs .panel p {
  margin: 0;
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5625;
}
.article-faqs .accordion::before {
  content: url(../../assets/img/arrow-head-down.svg);
  color: #777;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: -30px;
}
.article-faqs .accordion.active::before {
  content: url(../../assets/img/arrow-head-up.svg);
  position: absolute;
  right: 0;
}
.article-faqs .faqs-image {
  margin-top: 75px;
}

@media (min-width: 768px) {
  .article-faqs {
    margin-top: 60px;
  }
  .article-faqs .faqs-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .article-faqs .faqs-image {
    order: -1;
    margin-left: -30px;
    margin-top: 0;
  }
}
.articleby {
  padding-top: 40px;
}

.articleby__role {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}

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

.articleby-avatar {
  margin-right: 20px;
}

.articleby__text {
  font-size: clamp(0.875rem, 0.7584rem + 0.3731vw, 0.9375rem);
}

.article-full-width-cta {
  color: white;
  background-color: var(--black);
  text-align: center;
  padding: 90px 0;
  margin-top: 90px;
}
.article-full-width-cta h2 {
  font-size: 3rem;
  line-height: 58px;
  font-weight: 500;
  padding: 0 24px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .article-full-width-cta {
    margin-top: 120px;
    padding: 118px 0 125px;
  }
  .article-full-width-cta .secure-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .article-full-width-cta h2 {
    margin-bottom: 0;
  }
}
/* ========== Clients ======= */
.clients {
  margin-top: 40px;
  overflow: hidden;
  max-height: 100px;
}
.clients .clients-logos-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.clients .clients-logos {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  height: auto;
  position: relative;
  padding: 16px 0;
  pointer-events: none;
}
.clients .clients-logos:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0) 81%, #ffffff 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
  pointer-events: none;
}
.clients .client__logo {
  width: auto;
  padding: 0 20px;
}
.clients .client__logo img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 40px;
  width: auto;
}

@media (min-width: 768px) {
  .clients {
    margin-top: 104px;
  }
  .clients .clients-logos {
    margin: 0;
  }
  .clients .client__logo {
    padding: 0 30px;
  }
}
/* ========== Secure ======== */
.secure {
  color: white;
  background-color: var(--black);
  text-align: center;
  padding: 90px 0;
  margin-top: 120px;
}

.secure h2 {
  font-size: 3rem;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  /* ========== Secure ======== */
  .secure {
    margin-top: 180px;
    padding: 118px 0 125px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .secure .secure-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .secure h2 {
    margin-bottom: 0;
  }
}
/* ========== FAQs ========= */
.faqs {
  /* padding: 26px 0 100px; */
  margin-top: 120px;
}
.faqs .faqs__heading {
  margin-bottom: 60px;
  text-align: center;
}
.faqs .faqs-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.faqs .faqs__item {
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 30px 0;
  padding-left: 30px;
  border-width: 1px 0 0;
}
.faqs .faqs__item:last-child {
  border-bottom-width: 1px;
}
.faqs .accordion {
  font-family: geller-headline, serif;
  color: var(--black);
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.625rem;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.059rem + 0.2113vw, 1.3125rem);
  transition: 0.4s;
  position: relative;
  padding: 0;
  padding-left: 0;
}
.faqs .panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.faqs .panel p {
  margin: 0;
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5625;
}
.faqs .accordion::before {
  content: url(../../assets/img/arrow-head-down.svg);
  color: #777;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: -30px;
}
.faqs .accordion.active::before {
  content: url(../../assets/img/arrow-head-up.svg);
  position: absolute;
  right: 0;
}
.faqs .faqs-image {
  padding-top: 62px;
  margin-top: 62px;
  position: relative;
  background-color: #f8f8f8;
}
.faqs .faqs-image img {
  margin-left: -15px;
  margin-right: 0px;
}
.faqs .faqs-image__title {
  font-size: 0.9375rem;
  position: absolute;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 1em 0;
  bottom: -15px;
  background-color: white;
  box-shadow: 0 10px 15px rgba(28, 36, 43, 0.06);
  border-radius: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  /* ========== FAQs ========= */
  .faqs {
    margin-top: 180px;
  }
  .faqs .faqs-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .faqs .faqs-content {
    max-width: 636px;
    margin: 0;
    padding-top: 190px;
  }
  .faqs .faqs__heading {
    text-align: center;
  }
  .faqs .faqs-image {
    order: -1;
    margin-top: 0;
  }
  .faqs .faqs-image img {
    max-width: 375px;
    margin-left: 0;
    margin-right: -84px;
  }
  .faqs p.faqs-image__title {
    font-size: 1rem;
    bottom: -12px;
    margin-left: 6px;
    width: -moz-max-content;
    width: max-content;
    padding-left: 30px;
    padding-right: 30px;
    padding: 18px 40px 18px 21px;
    line-height: 1;
  }
}
body.hide-navigation header {
  display: none;
}

.form-module {
  overflow: hidden;
}
.form-module .container {
  justify-content: space-between;
}

.form__title {
  margin-bottom: 5rem;
}
.form__title h1 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.3838rem + 1.9718vw, 3.75rem);
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  width: 94%;
  margin-bottom: 1rem;
}
.form__title p {
  font-style: italic;
  font-size: clamp(1.25rem, 1.0168rem + 0.7463vw, 1.375rem);
  line-height: 1.5;
  margin: 0;
  margin-top: 4px;
  font-weight: 400;
  font-family: macha, sans-serif;
  margin-bottom: 3rem;
}
.form__title .client-logos {
  display: flex;
  position: relative;
  padding: 16px 0;
}
.form__title .client-logos li {
  list-style: none;
  margin-right: 1rem;
}
.form__title .client-logos li img {
  max-width: 100%;
  height: auto;
}

.form__container {
  flex: 0 0 auto;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .form__container {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 15rem;
  }
}
.form__container .form__logo {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.form__container .disclaimer {
  padding-top: 5rem;
  color: #878D92;
  font: 400 0.875rem/1.5 macha;
}

.form__sidebar {
  background: #F8F8F8;
  flex: 0 0 auto;
  width: 39.5833333333%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding: 3rem;
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .form__sidebar {
    background: white;
  }
}
@media (max-width: 768px) {
  .form__sidebar {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.form__sidebar .content {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 12rem;
}
.form__sidebar .content h2 {
  font-size: 30px;
  font-weight: 500;
}
.form__sidebar .content h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 5rem;
}
.form__sidebar .content span {
  font-size: 14px;
  display: block;
}
.form__sidebar .content ul {
  list-style: disc;
  margin-top: 5rem;
}
.form__sidebar .content a {
  text-decoration: underline;
}
.form__sidebar .content .quote__content {
  background: #222426;
  font-family: geller-headline, serif;
  font-style: italic;
  color: white;
  font-weight: 300;
  padding: 2rem;
  position: relative;
  border-radius: 8px;
  font-size: 1.5rem;
}
.form__sidebar .content .quote__content span {
  font-style: normal;
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
}
.form__sidebar .content .quote__content:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  bottom: -10px;
  right: 60px;
  background: #222426;
}
.form__sidebar .content .quote__image {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.form__sidebar:before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  background: #F8F8F8;
  margin-bottom: 3rem;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .form__sidebar:before {
    display: none;
  }
}
.form__sidebar:after {
  content: "";
  background: #F8F8F8;
  margin-bottom: 3rem;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .form__sidebar:after {
    display: none;
  }
}

.gform_wrapper {
  width: 100%;
  padding: 0;
}

.gform_body {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}

.gform_fields {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  width: 100%;
}

.gfield_validation_message {
  font-size: 0.875rem;
  color: red;
}

.gform_submission_error {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.gfield_required:before {
  content: "*";
}
.gfield_required .gfield_required_text {
  display: none;
}

.gfield {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0 0.75rem;
}
.gfield.is-half {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.75rem;
}
.gfield.is-quarter {
  flex: 0 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.75rem;
}

.gfield_description.instruction,
.ginput_counter.gfield_description {
  display: none;
}

form .gform_fields {
  display: flex;
}
form .gfield {
  width: 100%;
}
form .gform-grid-row {
  display: flex;
  justify-content: space-between;
}
form .gform-grid-row .gform-grid-col {
  width: 32%;
}
form p {
  margin: 0;
}
form label {
  font: 400 1.25rem/1 macha;
  color: #222426;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=number] {
  width: 100%;
  padding: 0.85rem 1rem;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #222426;
  box-shadow: 0;
  background: rgba(238, 238, 238, 0.25);
  border-radius: 8px;
  width: 100%;
  transition: all 0.25s ease;
  font: 400 0.9rem/1.25 macha;
  color: #222426;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder {
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=search]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=number]:-moz-placeholder { /* Firefox 18- */
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=search]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=number]::-moz-placeholder { /* Firefox 19+ */
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder {
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form input[type=text] ::-ms-input-placeholder,
form input[type=email] ::-ms-input-placeholder,
form input[type=password] ::-ms-input-placeholder,
form input[type=search] ::-ms-input-placeholder,
form input[type=tel] ::-ms-input-placeholder,
form input[type=number] ::-ms-input-placeholder {
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form input[type=text]:focus:-moz-placeholder, form input[type=text]:active:-moz-placeholder,
form input[type=email]:focus:-moz-placeholder,
form input[type=email]:active:-moz-placeholder,
form input[type=password]:focus:-moz-placeholder,
form input[type=password]:active:-moz-placeholder,
form input[type=search]:focus:-moz-placeholder,
form input[type=search]:active:-moz-placeholder,
form input[type=tel]:focus:-moz-placeholder,
form input[type=tel]:active:-moz-placeholder,
form input[type=number]:focus:-moz-placeholder,
form input[type=number]:active:-moz-placeholder { /* Firefox 18- */ }
form input[type=text]:focus::-moz-placeholder, form input[type=text]:active::-moz-placeholder,
form input[type=email]:focus::-moz-placeholder,
form input[type=email]:active::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder,
form input[type=password]:active::-moz-placeholder,
form input[type=search]:focus::-moz-placeholder,
form input[type=search]:active::-moz-placeholder,
form input[type=tel]:focus::-moz-placeholder,
form input[type=tel]:active::-moz-placeholder,
form input[type=number]:focus::-moz-placeholder,
form input[type=number]:active::-moz-placeholder { /* Firefox 19+ */ }
form textarea {
  padding: 0.85rem 1rem;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #222426;
  box-shadow: 0;
  background: rgba(238, 238, 238, 0.25);
  border-radius: 8px;
  width: 100%;
  transition: all 0.25s ease;
  font: 400 0.9rem/1.25 macha;
  color: #222426;
}
form textarea::-webkit-input-placeholder {
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form textarea:-ms-input-placeholder {
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form textarea ::-ms-input-placeholder {
  color: rgba(34, 36, 38, 0.5);
  letter-spacing: 0;
}
form textarea:focus:-moz-placeholder, form textarea:active:-moz-placeholder { /* Firefox 18- */ }
form textarea:focus::-moz-placeholder, form textarea:active::-moz-placeholder { /* Firefox 19+ */ }
form select {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(238, 238, 238, 0.25);
  height: 54px;
  border-radius: 8px;
  border: 2px solid #222426;
  font: 400 0.9rem/1.25 macha;
  color: #222426;
  text-transform: none;
  margin: 0;
}
form select:focus {
  outline-width: medium;
}
form input[type=submit] {
  margin: 0;
  background: #5ED28A;
  border: 2px solid #5ED28A;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font: 500 1rem/0.9 macha;
  opacity: 1;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
}

form .gfield {
  margin-bottom: 1.5rem;
  position: relative;
}
form .gfield label.gfield_label {
  font: 400 0.875rem/1 macha;
  color: #222426;
  display: block;
  margin-bottom: 0.5rem;
  position: absolute;
  background: white;
  padding: 0 0.5rem;
  top: -0.45rem;
  left: 1.5rem;
  z-index: 10;
}

fieldset {
  border: none;
}
fieldset legend {
  color: #222426;
  font: 400 1.25rem/1.5 macha;
  margin-bottom: 1.5rem;
}
fieldset .gfield_radio {
  display: flex;
  width: 100%;
  height: 64px;
  margin-bottom: 1.5rem;
}
fieldset .gfield_radio .gchoice {
  width: 50%;
  position: relative;
}
fieldset .gfield_radio .gchoice input[type=radio] {
  display: none;
}
fieldset .gfield_radio .gchoice input[type=radio]:checked + label {
  color: white;
  background: #222426;
}
fieldset .gfield_radio .gchoice:first-of-type label {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid white;
}
fieldset .gfield_radio .gchoice:last-of-type label {
  border-radius: 0 5px 5px 0;
}
fieldset .gfield_radio .gchoice label {
  font: 400 1.25rem/1 macha;
  background: #DEE4E0;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 24px;
  cursor: pointer;
  border: 1px solid #E6EBEE;
}

.form__form {
  display: block;
}
body.form-submitted .form__form {
  display: none;
}

.form__meet {
  display: none;
}
body.form-submitted .form__meet {
  display: block;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: none;
  border-radius: 8px;
}

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #fff;
  background: white;
  background-clip: padding-box;
  box-shadow: none;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.gform_wrapper .chosen-container {
  border-radius: 8px;
}

/* ========= Neutral ========  */
.neutral {
  color: white;
  text-align: center;
  background-color: var(--black);
  margin-top: 124px;
  padding: 90px 0px;
  margin-top: 116px;
}

.neutral__tagline {
  font-size: clamp(1.375rem, 1.243rem + 0.4225vw, 1.75rem);
  margin-top: 0;
}

.neutral__text {
  font-family: "geller-headline", serif;
  font-size: clamp(1.5625rem, 0.7923rem + 2.4648vw, 3.75rem);
  font-weight: 500;
  margin: 50px 0 62px;
}

@media (min-width: 768px) {
  /* ========= Neutral ========  */
  .neutral {
    padding: 150px 0 142px;
    margin-top: 156px;
  }
  .neutral__tagline {
    margin: 0;
  }
  .neutral__text {
    max-width: 42ch;
    margin: 75px auto;
    line-height: 1.2;
  }
}
/* ========== Insurance ====== */
.insur {
  margin-top: 130px;
  text-align: center;
}
.insur .insur-cards {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.insur .insur-cards .insur-card {
  max-width: 315px;
  margin-top: 62px;
}
.insur .insur-cards .insur-card h4 {
  margin: 20px 0 14px;
}
.insur .insur-cards .insur-card p {
  margin-bottom: 19px;
}
.insur .insur-cards .insur-card a {
  color: #33b564;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .insur {
    margin-top: 150px;
  }
  .insur .insur-cards {
    flex-wrap: nowrap;
    margin-top: 24px;
    gap: 40px;
  }
  .insur .insur-card h4 {
    font-size: 1.1875rem;
  }
}
/* ========== Hero Section ========= */
.hero {
  background-color: #dbe3de;
  overflow: hidden;
}
.hero.black-background {
  color: white;
  background-color: var(--black);
}
.hero.black-background .hero__image {
  margin: 0 25px;
}
.hero.black-background .btn--white:hover {
  background-color: #5ed28a;
  color: white;
}
.hero .hero-content {
  padding-top: 50px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero__heading {
  font-size: clamp(2.5rem, 1.4217rem + 3.4507vw, 5.5625rem);
  margin-top: 10px;
  line-height: 1.25;
  max-width: 17ch;
}
.hero .hero__text {
  font-size: clamp(1.0625rem, 0.9525rem + 0.3521vw, 1.375rem);
  line-height: 1.47;
  margin: 1.35em 0 2em;
  margin: 26px 0 39px;
  max-width: 38ch;
}
.hero .hero__image {
  margin: 0 -30px;
  padding-top: 74px;
  text-align: center;
}

/* ========== Responsive ========= */
@media (min-width: 768px) {
  /* ======= Hero =======*/
  .hero .hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 45px;
  }
  .hero .hero-content {
    flex-basis: 57%;
    flex-shrink: 0;
    padding: 40px 0 80px;
    padding: 103px 0 133px;
    max-width: initial;
  }
  .hero .hero__heading {
    line-height: 1.123;
    margin-top: 0;
  }
  .hero .hero__text {
    margin: 27px 0 59px;
    letter-spacing: -0.4px;
    line-height: 1.6;
  }
  .hero .hero__image {
    flex-basis: 45%;
    flex-grow: 1;
    width: 50%;
    order: 1;
    align-self: flex-end;
    margin: 0;
    padding-top: 0;
  }
  .hero .hero__image img {
    max-width: 135%;
    position: relative;
    right: -38px;
  }
}
/* =========== Works ========= */
.works {
  margin-top: 128px;
  text-align: center;
}
.works.background--grey {
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
}
.works .works__subtitle {
  margin-top: 1em;
  font-size: 1.125rem;
}
.works .works-cards {
  margin-top: 66px;
}
.works .works-cards .works-card {
  max-width: 292px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}
.works .works-cards .works-card .works-card__title {
  font-family: geller-headline, serif;
  font-size: 1.625rem;
  margin: 25px 0 25px;
}
.works .works-cards .works-card p {
  font-size: 1.125rem;
  line-height: 1.67;
}
.works .works-cards .works-card .works-card-image {
  padding: 55px 38px;
  min-height: 363px;
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  /*========== Works ======== */
  .works .works__subtitle {
    font-size: 1.4375rem;
  }
  .works .works-cards {
    display: flex;
    justify-content: space-evenly;
    text-align: left;
    margin-top: 68px;
  }
  .works .works-cards .works-card {
    margin: 4px;
  }
  .works .works-cards .works-card .works-card__title {
    max-width: 14ch;
  }
}
/* ======== Article cards ====== */
.article-cards {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.article-card {
  flex: 0 0 auto;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding: 1rem;
}

.article-card-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.article-card__update {
  font-size: 0.8125rem;
  color: #84898e;
  margin-top: 25px;
}

.article-card__title {
  font-size: 1.1875rem;
  margin: 8px 0 16px;
}

.article-card-author {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-card__text {
  font-size: clamp(0.875rem, 0.6418rem + 0.7463vw, 1rem);
}

a.article-card__link {
  color: #33b564;
  font-weight: 500;
  text-decoration: underline;
  font-size: clamp(0.875rem, 0.6418rem + 0.7463vw, 1rem);
}

@media (min-width: 768px) {
  /* ======== Article cards ====== */
  .article-cards {
    margin-top: 120px;
  }
  .article-card {
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding: 1rem;
  }
}
/* =========== Trust ========== */
.trust {
  margin-top: 52px;
  text-align: center;
}

.trust h4 {
  margin: 2em 0 0;
}

.trust p {
  line-height: 1.67;
  margin-top: 10px;
}

.trust-image {
  padding-top: 62px;
  margin-top: 62px;
  position: relative;
  background-color: #f8f8f8;
}

.trust-image img {
  margin-left: -15px;
  margin-right: 0px;
}

.trust-image__title {
  font-size: 0.9375rem;
  position: absolute;
  width: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 1em 0;
  bottom: -15px;
  background-color: white;
  box-shadow: 0 10px 15px rgba(28, 36, 43, 0.06);
  border-radius: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  /* =========== Trust ========== */
  .trust {
    margin-top: 50px;
  }
  .trust-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .trust-content {
    margin-top: 160px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    flex-basis: 61%;
    margin-left: auto;
    margin-bottom: 76px;
  }
  .trust-content > * {
    flex-basis: 45%;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .trust h2 {
    line-height: 1.2;
  }
  .trust h4 {
    margin-top: 10px;
  }
  .trust p {
    margin-bottom: 0;
  }
  .trust-image {
    order: -1;
  }
  .trust-image img {
    max-width: 375px;
    margin-left: 0;
    margin-right: -84px;
  }
  p.trust-image__title {
    font-size: 1rem;
    bottom: -12px;
    margin-left: 6px;
    width: -moz-max-content;
    width: max-content;
    padding-left: 30px;
    padding-right: 30px;
    padding: 18px 40px 18px 21px;
    line-height: 1;
  }
}
/* ========== What we do ====== */
.wedo {
  padding-top: 60px;
}

.wedo__headline {
  font-size: clamp(2.25rem, 1.4577rem + 2.5352vw, 4.5rem);
  background-color: var(--black);
  color: white;
  padding: 70px 30px 24px;
}

.wedo__text {
  margin-bottom: 1.75em;
}

.wedo__text:first-child {
  margin-top: 40px;
}

@media (min-width: 768px) {
  /* ========== What we do ====== */
  .wedo-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .wedo__headline {
    padding: 94px 86px;
    padding: 1.4em 1.2em;
  }
  .wedo-content {
    flex-basis: 40%;
  }
  .wedo__text:first-child {
    margin-top: 30px;
  }
}
/* ======= Quote cards ====== */
.quotations .quotations__quote-cards {
  text-align: center;
  margin-top: 80px;
}
.quotations .quotations__quote-card {
  width: auto;
  max-width: 283px;
  background-color: white;
  margin: 60px auto 0;
  border-radius: 8px;
}
.quotations .quotations__quote-card__icon {
  border-radius: 12px;
  width: 70px;
  height: auto;
}
.quotations .quotations__quote-card__heading {
  font-size: 1.25rem;
  margin-top: 20px;
}
.quotations .quotations__quote-card p {
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.77;
}
.quotations .quotations__quote-card .btn {
  font-size: 0.875rem;
  padding-top: 11.3px;
  padding-bottom: 12.7px;
  margin-top: 30px;
  padding-left: 26px;
  padding-right: 26px;
}

@media (min-width: 768px) {
  /* ========= Quote cards ====== */
  .quotations .quotations__quote-cards {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: left;
  }
  .quotations .quotations__quote-card {
    padding: 0 24px;
    margin: 70px 0 0;
    max-width: 460px;
    display: flex;
    align-items: flex-start;
  }
  .quotations .quotations__quote-card-icon {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .quotations .quotations__quote-card__icon {
    width: 50px;
  }
  .quotations .quotations__quote-card__heading {
    margin-top: 0;
  }
  .quotations .quotations__quote-card p {
    font-size: 14px;
  }
}
/* ========== Users ======== */
.users-wrapper {
  margin-top: 90px;
  background-color: #dce3de;
  padding: 40px 40px 46px;
}

.users-count__num {
  font-weight: 500;
  font-size: 4.0625rem;
  font-family: geller-headline, serif;
  line-height: 1.2;
}

.users__symbol {
  font-size: 2.75rem;
}

.users__tagline {
  font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
  line-height: 1.5;
}

.users__text {
  font-size: clamp(2.125rem, 1.8169rem + 0.9859vw, 3rem);
  font-family: geller-headline, serif;
  font-weight: 500;
  line-height: 1.2;
}

/* ========== Responsive ========= */
@media (min-width: 768px) {
  /* ========== Users ======== */
  .users .container {
    max-width: 1430px;
  }
  .users-wrapper {
    margin-top: 160px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 132px 30px 138px;
  }
  .users-count {
    flex-shrink: 0;
    margin-top: -1.2em;
    margin-right: 5%;
  }
  .users__tagline {
    display: inline-block;
    margin-top: 12px;
  }
  .users__text {
    margin: 0;
    max-width: 27ch;
    margin-right: -5%;
  }
}
/* ========= Testimonial ========== */
.testimonial {
  margin-top: 90px;
}
.testimonial .testimonial__headline {
  text-align: center;
  line-height: 1.2;
}
.testimonial .testm-cards {
  margin-top: 64px;
}
.testimonial .testm-card {
  margin-top: 40px;
  padding: 70px 40px 50px;
  background-color: #f8f8f8;
  position: relative;
}
.testimonial .testm-card:first-child::before,
.testimonial .testm-card:last-child::after {
  content: "";
  width: 64px;
  height: 44px;
  background-image: url("../../assets/img/quote-open.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.testimonial .testm-card:first-child::before {
  top: -14px;
  left: 0;
}
.testimonial .testm-card:last-child::after {
  bottom: -14px;
  right: 0;
  transform: scale(-1);
}
.testimonial .testm__title {
  font-size: 1.25rem;
}
.testimonial .testm__text {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0.15px;
  margin: 24px 0 30px;
}
.testimonial .testm__cite {
  font-weight: bold;
  letter-spacing: -0.2px;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.18;
}
.testimonial .testm__cite::before {
  content: "— ";
}

@media (min-width: 768px) {
  /* ========= testimonial ========= */
  .testimonial {
    margin-top: 160px;
  }
  .testimonial .testm-cards {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }
  .testimonial .testm-card {
    flex-basis: 40%;
    max-width: 490px;
    padding: 64px 106px 64px 60px;
    display: flex;
    flex-direction: column;
    margin: 20px;
  }
  .testimonial .testm-card:first-child::before,
  .testimonial .testm-card:last-child::after {
    width: 75px;
    height: 52px;
    top: -18.2px;
  }
  .testimonial .testm-card:first-child::before {
    left: -18.5px;
  }
  .testimonial .testm-card:last-child::after {
    right: -11px;
  }
  .testimonial .testm__cite {
    margin-top: auto;
  }
}
/* ========= Testimonial ========== */
.testimonial-alternate {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #fcfcfc;
}
.testimonial-alternate .testimonial__headline {
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
}
.testimonial-alternate .testm-swiper {
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.testimonial-alternate .testm-cards {
  margin-top: 64px;
  box-sizing: border-box;
}
.testimonial-alternate .testm-card {
  margin-top: 10px;
  padding-left: 35px;
  border-radius: 4px;
  position: relative;
}
.testimonial-alternate .testm-card::before {
  content: "";
  width: 52px;
  height: 35px;
  background-image: url(../../assets/img/quote-br-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.testimonial-alternate .testm-card::before {
  top: -10px;
  right: 0;
}
.testimonial-alternate .testm-card-body {
  position: relative;
}
.testimonial-alternate .testm-card-body::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #dbe3de;
  border-radius: 10px;
  position: absolute;
  left: -35px;
}
.testimonial-alternate .testm__title {
  font-size: 1.25rem;
}
.testimonial-alternate .testm__text {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0.15px;
  margin: 24px 0 30px;
}
.testimonial-alternate .testm__cite {
  font-weight: bold;
  letter-spacing: -0.2px;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.18;
}
.testimonial-alternate .testm__cite::before {
  content: "— ";
}

@media (min-width: 768px) {
  .testimonial-alternate {
    /* ========= testimonial ========= */
  }
  .testimonial-alternate .testm-wrapper {
    align-items: flex-start;
    justify-content: space-between;
  }
  .testimonial-alternate .testimonial__headline {
    margin-top: 16px;
  }
  .testimonial-alternate .testimonial {
    padding-top: 144px;
    padding-bottom: 125px;
  }
  .testimonial-alternate .testm-cards {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }
  .testimonial-alternate .testm-card {
    flex-basis: 40%;
    max-width: 490px;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    margin: 20px;
  }
  .testimonial-alternate .testm-card::before {
    transform: scale(-1);
    left: -45px;
  }
  .testimonial-alternate .testm-card-body::before {
    display: none;
  }
  .testimonial-alternate .testm__text {
    border-left: 5px solid #dbe3de;
    border-radius: 4px;
    padding-left: 50px;
    margin-left: -55px;
  }
  .testimonial-alternate .testm__cite {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .testimonial-alternate .testm-cards {
    margin-top: 0;
  }
  .testimonial-alternate .testm-wrapper {
    display: flex;
    justify-content: space-evenly;
  }
  .testimonial-alternate .testimonial__headline {
    text-align: left;
  }
  .testimonial-alternate .testm-swiper {
    margin-top: 0;
    padding: 0 0 0 26px;
  }
  .testimonial-alternate .testimonial__headline {
    max-width: 250px;
    font-weight: 600;
    font-size: 30px;
  }
  .testimonial-alternate .testm-card {
    max-width: 322px;
  }
  .testimonial-alternate .testm-card:last-child {
    margin-right: 0 !important;
  }
}
/* =========== Annuities ========= */
/* =========== Annuities ========= */
.annuities {
  margin-top: 70px;
}

.annuities h2 {
  font-size: clamp(2rem, 1.6919rem + 0.9859vw, 2.875rem);
}

.annuities__subtitle {
  margin-top: 20px;
  font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
}

.annuity-cards {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.annuity-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 60px 40px 52px;
}

.annuity-card-title {
  font-size: 2.25rem;
  font-family: macha, sans-serif;
  line-height: 40px;
  letter-spacing: -0.44px;
  display: flex;
  justify-content: space-between;
}

.annuity-card-icon {
  display: inline-block;
  margin-top: -4px;
  flex-shrink: 0;
}

.annuity-card-subtitle {
  font-style: italic;
  margin-top: 28px;
}

.annuity-list {
  list-style-type: disc;
  padding-left: 15px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  margin-top: 40px;
}

.annuity-list li {
  margin-top: 36px;
}

.annuity-list p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}

.annuity-list li p {
  line-height: 1.3;
}

.annuities__cta {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  /* =========== Annuities ========= */
  .annuities {
    margin-top: 146px;
  }
  .annuities h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 25ch;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }
  .annuities__subtitle {
    text-align: center;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    letter-spacing: -0.44px;
  }
  .annuity-cards {
    margin-top: 102px;
    gap: 42px;
  }
  .annuity-card {
    flex: 1;
    padding: 68px 50px 62px;
  }
  .annuity-card-subtitle,
  .annuity-list p {
    font-size: 16px;
    line-height: 26px;
  }
  .annuity-list li {
    margin-top: 36px;
    padding-left: 8px;
  }
  .annuity-card:last-child .annuity-card-subtitle {
    margin-right: -12px;
  }
  .annuities__cta {
    margin-top: 60px;
    text-align: center;
  }
  .annuities__cta .btn {
    min-width: 250px;
  }
}
/* ========== Benefits =========== */
.benefits {
  margin-top: 80px;
}

.benefits__title {
  text-align: center;
  font-size: clamp(2rem, 1.6919rem + 0.9859vw, 2.875rem);
  margin-right: -4px;
  margin-left: -4px;
}

.benefits__subtitle {
  font-size: clamp(1.125rem, 1.037rem + 0.2817vw, 1.375rem);
  margin-top: 20px;
  text-align: center;
}

.benefit-cards {
  margin-top: 54px;
}

.benefit-card {
  text-align: center;
  margin-top: 40px;
}

.benefit-card__title {
  margin-top: 20px;
  margin-bottom: 14px;
}

.benefit-card__text {
  font-size: 1rem;
  margin-top: 15px;
}

.benefit-image {
  display: none;
}

.benefit-cta {
  margin-top: 64px;
  text-align: center;
}

@media (min-width: 768px) {
  /* ========== Benefits =========== */
  .benefits {
    margin-top: 150px;
  }
  .benefits__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 25ch;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }
  .benefits__subtitle {
    text-align: center;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    letter-spacing: -0.44px;
  }
  .benefit-content {
    max-width: 450px;
  }
  .benefit-cards {
    margin-top: 24px;
  }
  .benefit-card {
    text-align: left;
    display: flex;
    gap: 30px;
  }
  .benefit-card:first-child {
    margin-top: 0;
  }
  .benefit-card__icon {
    flex-shrink: 0;
  }
  .benefit-card__title {
    margin-top: 0;
    line-height: 1;
  }
  .benefit-card__text {
    margin-bottom: 0;
    line-height: 1.4;
  }
  .benefit-image {
    display: block;
  }
  .benefits-cols {
    display: flex;
    justify-content: space-evenly;
    margin-top: 92px;
  }
  .benefit-cta {
    margin-top: 48px;
    margin-left: 75px;
    text-align: left;
  }
  .benefit-cta .btn {
    min-width: 230px;
  }
}
/* ========== Featured ======= */
.featured {
  margin-top: 40px;
}

.featured p {
  font-size: 1rem;
  text-align: center;
}

.featured-swiper {
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -30px;
  padding-right: 16px;
  margin-top: 24px;
}

.featured-swiper .swiper-slide {
  width: auto;
  padding-right: 30px;
}

.featured-swiper .swiper-slide:last-child {
  padding-right: 0;
}

@media (min-width: 700px) {
  .featured-list {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  /* ========== Featured ======= */
  .featured {
    margin-top: 76px;
  }
  .featured-swiper {
    margin-top: 32px;
  }
  .featured-swiper .swiper-slide {
    padding-right: 40px;
  }
  .featured-list img {
    height: 38px;
  }
}
/* ========== Hero Section ========= */
.hero-alternate {
  background-color: #f8f8f8;
  overflow: hidden;
}
.hero-alternate .hero-content {
  padding-top: 50px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
.hero-alternate .hero__heading {
  font-size: 2.45rem;
  margin-top: 10px;
  line-height: 1.25;
  max-width: 17ch;
}
.hero-alternate .hero__text {
  font-size: clamp(1.0625rem, 1.0185rem + 0.1408vw, 1.1875rem);
  line-height: 1.47;
  margin: 1.35em 0 2em;
  margin: 26px 0 39px;
  max-width: 45ch;
}
.hero-alternate .hero__cta {
  padding-left: 16px;
  padding-right: 16px;
  min-width: 208px;
  margin-bottom: 10px;
}
.hero-alternate .hero__image {
  margin: 0 -30px;
  padding-top: 60px;
  text-align: center;
}
.hero-alternate .insurers p {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 30px;
  text-align: center;
}
.hero-alternate .insurers-swiper {
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -30px;
  padding-right: 16px;
  margin-top: 30px;
}
.hero-alternate .insurers-list {
  align-items: center;
}
.hero-alternate .insurers-swiper .swiper-slide {
  width: auto;
  padding-right: 20px;
}
.hero-alternate .insurers-swiper .swiper-slide:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  /* ======= Hero =======*/
  .hero-alternate {
    background-color: #ecefec;
  }
  .hero-alternate .hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 30px;
  }
  .hero-alternate .hero-content {
    flex-basis: 57%;
    flex-shrink: 0;
    padding: 40px 0 80px;
    padding: 104px 0 104px;
    max-width: initial;
  }
  .hero-alternate .hero__heading {
    font-size: clamp(2.5rem, 1.7298rem + 2.4648vw, 4.6875rem);
    line-height: 1.08;
    margin-top: 0;
    letter-spacing: -0.6px;
  }
  .hero-alternate .hero__text {
    margin: 26px 0 36px;
    letter-spacing: -0.4px;
    line-height: 1.6;
  }
  .hero-alternate .hero__cta {
    margin-right: 20px;
  }
  .hero-alternate .hero__image {
    flex-basis: 45%;
    flex-grow: 1;
    width: 50%;
    order: 1;
    align-self: flex-end;
    margin: 0;
    padding-top: 0;
  }
  .hero-alternate .hero__image img {
    max-width: 135%;
    position: relative;
    right: -38px;
  }
  .hero-alternate .insurers p {
    margin-top: 38px;
    text-align: left;
  }
  .hero-alternate .insurers-swiper {
    margin-top: 18px;
    font-size: 12px;
    line-height: 2;
  }
}
.team-bios__header {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .team-bios__header {
    margin-bottom: 3rem;
  }
}
.team-bios__header h2 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.team-bios__header p {
  font-size: 1.35rem;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .team-bios__header p {
    font-size: 1rem;
  }
}

.team-bio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .team-bio {
    margin-bottom: 3rem;
  }
}
.team-bio:nth-child(even) {
  flex-direction: row-reverse;
}
.team-bio:nth-child(even) .team-bio__content {
  padding-left: 1.5rem;
  padding-right: 0;
}
@media (max-width: 768px) {
  .team-bio:nth-child(even) .team-bio__content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .team-bio:nth-child(even) .team-bio__linkedin {
    left: auto;
    right: 15%;
  }
}
.team-bio .team-bio__image {
  width: 350px;
  max-width: initial;
  position: relative;
}
@media (max-width: 768px) {
  .team-bio .team-bio__image {
    margin-bottom: 3rem;
  }
}
.team-bio .team-bio__image img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: right;
}
@media (max-width: 768px) {
  .team-bio .team-bio__image img {
    margin: 0 auto;
  }
}
.team-bio .team-bio__linkedin {
  display: flex;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 15%;
  background: white;
  border-radius: 3rem;
  padding: 0.65rem 1.5rem 1rem 0.5rem;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .team-bio .team-bio__linkedin {
    left: 50%;
    transform: translateX(-50%);
  }
}
.team-bio .team-bio__linkedin:hover {
  background: #222426;
  color: white;
}
.team-bio .team-bio__linkedin span {
  background: #222426;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.75rem;
}
.team-bio .team-bio__linkedin span svg {
  fill: white;
  width: 16px;
  height: 16px;
}
.team-bio .team-bio__linkedin div {
  line-height: 30px;
}
.team-bio .team-bio__content {
  width: 600px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .team-bio .team-bio__content {
    padding: 0;
  }
}
.team-bio .team-bio__content .team-bio__title {
  font-weight: 600;
  margin-top: 0.5rem;
  display: block;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.table table thead {
  background-color: white;
  border: 1px solid #EBEEEC;
}
.table table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  border-right: 1px solid #EBEEEC;
}
.table table tbody tr {
  border: 1px solid #EBEEEC;
  border-bottom: none;
}
.table table tbody tr:last-child {
  border-bottom: 1px solid #EBEEEC;
}
.table table tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.table table tbody tr td {
  padding: 0.75rem 1rem;
  border-right: 1px solid #EBEEEC;
}

html {
  overflow: visible;
}

body {
  overflow: auto;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ui-datepicker-div {
  display: none !important;
}
