@font-face {
  font-family: Georgiaz;
  src: url('../fonts/georgiaz.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Georgiab;
  src: url('../fonts/georgiab.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Georgiai;
  src: url('../fonts/georgiai.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Georgia;
  src: url('../fonts/georgia.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--red: #671236;
  --relume-library-lite--even-darker-grey: #555;
  --relume-library-lite--white: white;
  --relume-library-lite--light-grey: #cfcfcf;
  --relume-library-lite--black: black;
  --relume-library-lite--even-lighter-grey: whitesmoke;
  --spark-library--white\<deleted\|variable-547781ba\>: white;
  --spark-library--black\<deleted\|variable-802ac2b5\>: black;
  --spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>: #5532fa;
  --spark-library--background--interactive\<deleted\|variable-627466e1\>: #f0ecfd;
  --relume-library-lite--dark-grey: #b1b3b4;
}

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: var(--relume-library-lite--red);
  text-decoration: underline;
}

a:hover {
  color: var(--relume-library-lite--even-darker-grey);
  text-decoration: none;
}

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

.section-content {
  position: relative;
}

.padding-global {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  color: #fff;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  border: 2.5px solid var(--relume-library-lite--red);
  background-color: var(--relume-library-lite--red);
  color: var(--relume-library-lite--white);
  text-align: center;
  border-radius: 8px;
  padding: 14px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all .2s;
}

.cta-btn:hover {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--red);
  font-weight: 500;
}

.spacing-small {
  width: 100%;
  padding-bottom: 3rem;
}

.text-about {
  max-width: 600px;
  color: var(--relume-library-lite--even-darker-grey);
  text-align: center;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.spacing-little {
  width: 100%;
  padding-bottom: 1.75rem;
}

.container-btn {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  color: var(--relume-library-lite--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.align-left {
  text-align: left;
}

.faq-text {
  color: var(--relume-library-lite--even-darker-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-accordion {
  border: 2.5px solid var(--relume-library-lite--light-grey);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-icon {
  width: 2rem;
  height: 2rem;
  color: var(--relume-library-lite--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-text-wrapper {
  margin-bottom: 1.5rem;
}

.faq-heading-text {
  color: var(--relume-library-lite--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq-icon-wrapper {
  align-self: flex-start;
}

.footer-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  place-items: end stretch;
  display: grid;
}

.footer-text-small {
  color: var(--relume-library-lite--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-text {
  color: var(--relume-library-lite--white);
  margin-top: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.footer-text-spacer {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-wrapper-left {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .75fr) minmax(200px, .75fr) minmax(200px, .75fr) 1fr;
  align-items: start;
}

.footer-text-wrapper-right {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-end;
  place-items: flex-end start;
  font-size: 15px;
  display: flex;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tab-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--relume-library-lite--white);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  place-items: start center;
  padding: 4rem;
  display: grid;
}

.tab {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--even-darker-grey);
  border-radius: 8px;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.tab:hover {
  color: var(--relume-library-lite--red);
}

.tab:focus {
  background-color: var(--relume-library-lite--even-lighter-grey);
  color: var(--relume-library-lite--red);
}

.tab.w--current {
  background-color: var(--relume-library-lite--red);
  color: var(--relume-library-lite--white);
}

.tab.w--current:active, .tab.w--current:focus {
  background-color: var(--relume-library-lite--even-lighter-grey);
}

.tabs-menu {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-end {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.background-red {
  background-color: var(--relume-library-lite--red);
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img {
  height: 100%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.qoute-container {
  z-index: 1;
  background-color: var(--relume-library-lite--red);
  border-radius: 16px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.qoute-container.container-red {
  z-index: 2;
  background-color: var(--relume-library-lite--red);
  border-radius: 12px;
  box-shadow: 0 5px 10px #0003;
}

.qoute-section {
  width: 100%;
  margin-top: 20vh;
  padding-left: 64px;
  padding-right: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.qoute-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.qoute-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.qoute-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.qoute-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.qoute-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.qoute-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.qoute-section p {
  color: var(--relume-library-lite--white);
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 3rem;
  font-family: Georgia, sans-serif;
  font-size: 34px;
  display: block;
}

.qoute-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.qoute-section li {
  margin-bottom: .5rem;
}

.light-grey-qoute-bg {
  background-color: var(--relume-library-lite--even-lighter-grey);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-container.center-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  display: block;
}

.hero-section {
  width: 100%;
  padding-top: 20vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.hero-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero-section h1 {
  color: var(--relume-library-lite--red);
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.hero-section li {
  margin-bottom: .5rem;
}

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

.logo-link {
  z-index: 2;
  padding-left: 0;
}

.line-3 {
  z-index: 2;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple-line {
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.nav-menu-btn {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.nav-menu-btn.w--open {
  background-color: var(--spark-library--background--interactive\<deleted\|variable-627466e1\>);
  border-radius: 8px;
}

.btn-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-wrapper.content-centered {
  grid-column-gap: 24px;
  justify-content: center;
  margin-top: 30px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.background-light-grey {
  background-color: var(--relume-library-lite--even-lighter-grey);
}

.nav-link {
  color: var(--relume-library-lite--white);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 14px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.nav-link:hover {
  background-color: var(--relume-library-lite--white);
  opacity: 1;
  color: var(--relume-library-lite--red);
}

.nav-link.w--current {
  color: var(--relume-library-lite--white);
}

.nav-link.w--current:hover {
  color: var(--relume-library-lite--red);
}

.line-1 {
  z-index: 2;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple-line {
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.line-2 {
  z-index: 1;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple-line {
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.section-nav {
  z-index: 99;
  background-color: var(--relume-library-lite--red);
  border-radius: 8px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
}

.logo-img {
  min-height: 45px;
}

.quote-2 {
  color: #731819;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 20px 30px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
}

.italic-text-2 {
  text-align: left;
  padding-right: 24rem;
  font-size: 2rem;
  line-height: 1.4;
  display: block;
}

.qoute-img {
  object-fit: scale-down;
  height: 16rem;
  margin-right: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.section-start {
  height: 70vh;
  position: absolute;
}

.section-background-img {
  z-index: 0;
  position: fixed;
  transform: scale(2);
}

.background-white {
  background-color: var(--relume-library-lite--white);
}

.rich-text-block {
  color: var(--relume-library-lite--even-darker-grey);
  font-size: 18px;
  line-height: 1.5;
}

.rich-text-block ul {
  padding-left: 1em;
}

.tab-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
}

.tab-img.img-shadow {
  box-shadow: 0 1px 10px #0003;
}

.tab-img.img-shadow.max-height-img {
  max-height: 30rem;
}

.faq-start {
  overflow: hidden;
}

.cta-btn-lightgrey {
  border: 2.5px solid var(--relume-library-lite--red);
  background-color: var(--relume-library-lite--red);
  color: var(--relume-library-lite--white);
  text-align: center;
  border-radius: 8px;
  padding: 14px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all .2s;
}

.cta-btn-lightgrey:hover {
  background-color: var(--relume-library-lite--even-lighter-grey);
  color: var(--relume-library-lite--red);
  font-weight: 500;
}

.footer-text-link {
  color: var(--relume-library-lite--white);
  margin-top: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-text-link:hover {
  opacity: .7;
  color: var(--relume-library-lite--white);
  text-decoration: underline;
}

.tab-link {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--even-darker-grey);
  border-radius: 8px;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.tab-link:hover {
  color: var(--relume-library-lite--red);
}

.tab-link:focus {
  background-color: var(--relume-library-lite--even-lighter-grey);
  color: var(--relume-library-lite--red);
}

.tab-link.w--current {
  background-color: var(--relume-library-lite--red);
  color: var(--relume-library-lite--white);
}

.tab-link.w--current:active, .tab-link.w--current:focus {
  background-color: var(--relume-library-lite--even-lighter-grey);
}

.tab-link-new {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--even-darker-grey);
  border-radius: 8px;
  padding: 14px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.tab-link-new.w--current {
  background-color: var(--relume-library-lite--red);
  color: var(--relume-library-lite--white);
}

.tabs_menu {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.4rem;
  display: flex;
}

.contact-box {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.contact-text {
  color: var(--relume-library-lite--even-darker-grey);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2.5px solid var(--relume-library-lite--light-grey);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.text-rich-text {
  color: var(--relume-library-lite--even-darker-grey);
}

.text-rich-text h3, .text-rich-text h2 {
  color: var(--relume-library-lite--red);
  margin-bottom: 4px;
  font-family: Georgia, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .cta-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .text-about {
    font-size: 18px;
    line-height: 1.9;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .footer-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr .25fr;
  }

  .footer-wrapper-left {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .footer-text-wrapper-right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tab-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-end {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .img {
    height: auto;
  }

  .qoute-section {
    margin-top: 6rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .qoute-section p {
    padding: 2rem;
  }

  .hero-section {
    padding-top: 7rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section h1 {
    font-size: 2.5rem;
  }

  .nav-menu-wrapper {
    z-index: 99;
    background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .nav-menu-wrapper.rounded-corners {
    border-radius: 8px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .line-3.simple-line {
    background-color: var(--relume-library-lite--white);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .nav-menu-btn {
    background-color: #0000;
    padding-left: 18px;
  }

  .nav-menu-btn.w--open {
    background-color: #0000;
  }

  .nav-wrapper {
    padding: 0;
  }

  .nav-link {
    color: var(--relume-library-lite--red);
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .line-1.simple-line {
    background-color: var(--relume-library-lite--white);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .line-2.simple-line {
    background-color: var(--relume-library-lite--white);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .section-nav {
    background-color: var(--relume-library-lite--red);
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-img {
    min-height: 40px;
  }

  .quote-2 {
    font-size: 18px;
  }

  .italic-text-2 {
    padding-right: 30%;
    font-size: 1.6rem;
  }

  .qoute-img {
    max-width: 35%;
    height: 14rem;
    position: absolute;
    right: 0%;
  }

  .cta-btn-lightgrey {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .tabs_menu {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .spacing-small {
    padding-bottom: 1.5rem;
  }

  .text-about {
    text-wrap: balance;
    font-size: 1rem;
  }

  .spacing-little {
    padding-bottom: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 1.8rem;
  }

  .faq-heading {
    padding: 1rem 1.25rem;
  }

  .faq-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq-text-wrapper {
    margin-bottom: 1.25rem;
  }

  .faq-heading-text {
    font-size: 1rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .footer-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-text-small, .footer-text {
    font-size: 15px;
  }

  .footer-wrapper-left {
    grid-column-gap: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-content-wrapper {
    padding: 2rem;
  }

  .tabs-menu {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .padding-section-end {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block {
    grid-template-columns: 1.25fr;
  }

  .img {
    margin-bottom: 10px;
  }

  .qoute-container {
    width: 100%;
  }

  .qoute-section {
    margin-top: 0;
    padding: 0 20px;
  }

  .qoute-section p {
    padding: 1.75rem 0 1.75rem 1.75rem;
  }

  .hero-container {
    width: 100%;
  }

  .hero-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .nav-menu-wrapper {
    max-height: 90vh;
    overflow: scroll;
  }

  .nav-menu-wrapper.rounded-corners {
    background-color: var(--relume-library-lite--white);
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .btn-wrapper.content-centered {
    flex-direction: row;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-nav {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-img {
    min-height: 35px;
  }

  .quote-2 {
    font-size: 1rem;
  }

  .italic-text-2 {
    padding-right: 43%;
    font-size: 1.2rem;
  }

  .qoute-img {
    height: 10rem;
    right: 4%;
  }

  .footer-text-link {
    font-size: 15px;
  }

  .contact-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .cta-btn {
    padding: 10px 16px;
  }

  .container-btn {
    margin-top: 10px;
  }

  .heading-style-h1 {
    font-size: 1.8rem;
  }

  .faq-heading-text {
    font-size: 1.175rem;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-wrapper-left {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-text-wrapper-right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .tab {
    flex: none;
    display: block;
  }

  .tabs-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .padding-section-end {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block {
    grid-template-columns: 1.25fr;
  }

  .img {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .image {
    max-width: 100%;
  }

  .qoute-section {
    padding: 0 5%;
  }

  .qoute-section h1 {
    font-size: 3rem;
  }

  .qoute-section h2 {
    font-size: 2.5rem;
  }

  .qoute-section p {
    padding-right: 1.75rem;
  }

  .hero-section {
    padding: 64px 20px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section h2 {
    font-size: 2.5rem;
  }

  .nav-menu-wrapper {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .nav-menu-btn {
    padding-left: 0;
  }

  .btn-wrapper {
    align-items: flex-start;
  }

  .btn-wrapper.content-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
    margin-top: 40px;
  }

  .nav-wrapper {
    padding: 0 12px;
  }

  .nav-link {
    margin-bottom: .5rem;
    transition: background-color .15s, color .15s, opacity .15s;
  }

  .section-nav {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img {
    min-height: 25px;
  }

  .italic-text-2 {
    padding-right: 0%;
  }

  .qoute-img {
    float: right;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: 100% 100%;
    width: 100%;
    max-width: 60%;
    height: 10rem;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
  }

  .section-background-img {
    margin-top: 5rem;
  }

  .tab-link {
    flex: none;
    display: block;
  }

  .tab-link-new {
    padding: 10px 16px;
  }

  .tabs_menu {
    margin-bottom: 1rem;
  }

  .link {
    word-break: break-all;
  }
}

#w-node-_8993693c-8593-ed3b-6063-66ec9be46b1f-1ba2ed31 {
  align-self: stretch;
}

#w-node-_83e63743-42c2-afce-c247-f56b78f853f6-1ba2ed31 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8993693c-8593-ed3b-6063-66ec9be46b1f-1ba2ed31 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Georgiaz';
  src: url('../fonts/georgiaz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgiab';
  src: url('../fonts/georgiab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgiai';
  src: url('../fonts/georgiai.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/georgia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}