@font-face {
  font-family: Copernicus book;
  src: url('../fonts/Copernicus-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --relume-library-lite-rl-white: white;
  --pellys-dark-red: #c70000;
  --relume-library-lite-rl-black: black;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --walsh-black: #2c2c2c;
  --walsh-light-goldenrod-yellow: #d3f6c1;
  --walsh-azure: #e7f1f1;
  --pellys-normal-red: #ef3d56;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.body {
  color: #222;
  text-align: center;
  font-family: Copernicus book, sans-serif;
  font-weight: 400;
}

.announce-bar {
  text-align: left;
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.announce-bar-text {
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  object-fit: fill;
  max-width: 1320px;
  font-size: 15px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.logo {
  max-width: 80%;
  height: auto;
}

.link {
  color: #0b4a72;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  transition: all .2s;
  display: block;
}

.link:hover {
  background-image: url('../images/Underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.link.max-width {
  width: 70px;
  margin-left: 30px;
  display: block;
}

.hero-main {
  background-color: #fef8f1;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  display: none;
  overflow: hidden;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  display: none;
  overflow: visible;
}

.hero-heading {
  color: #0b4a72;
  letter-spacing: -2.5px;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 54px;
  font-family: Copernicus book, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 80px;
  display: none;
}

.hero-para {
  z-index: 1;
  color: #000;
  letter-spacing: .7px;
  max-width: 490px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  font-size: 22px;
  line-height: 24px;
  display: none;
  position: relative;
}

.hero-bg-image {
  z-index: 0;
  object-fit: contain;
  justify-content: space-between;
  width: 100%;
  margin-top: -5%;
  position: relative;
  top: 0;
}

.hero-image {
  object-fit: cover;
}

.hero-image.h {
  object-fit: cover;
  width: 100%;
}

.homepage-components {
  border-top: 1px #cfcdcd;
  width: 100%;
  max-width: 1320px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-components.commonconditions-components {
  margin-top: 0;
}

.three-main-title {
  color: #0b4a72;
  letter-spacing: -.75px;
  max-width: 600px;
  margin: 0 auto 95px;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.three-main-title.text {
  color: #ef3d56;
  text-align: left;
  max-width: 520px;
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: 0;
}

.grid-item-description {
  color: #000000b3;
  letter-spacing: .84px;
  margin-bottom: 0;
  font-family: Neuehaasgroteskdspro, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.grid-item-description.text {
  max-width: 380px;
  font-family: Bitter, serif;
}

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

.text-bubble {
  width: 500px;
  height: 330px;
  position: relative;
  overflow: hidden;
}

.text-bubble-wrapper {
  min-height: 440px;
  position: relative;
  top: -110px;
}

.message-bubble {
  width: 340px;
  height: 110px;
  position: absolute;
}

.message-bubble.second {
  margin-left: 150px;
  top: 110px;
}

.message-bubble.third {
  top: 220px;
}

.message-bubble.fourth {
  margin-left: 150px;
  top: 330px;
}

.bubble-msg {
  color: #0b4a72;
  text-align: left;
  letter-spacing: .56px;
  max-width: 260px;
  margin-bottom: 0;
  font-family: Neuehaasgroteskdspro, sans-serif;
  font-size: 18px;
  line-height: 23px;
  position: absolute;
  inset: 18% 0% auto 14%;
}

.team-section {
  object-fit: none;
  background-color: #fef8f1;
  border-top: 1px #000;
  justify-content: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  display: none;
}

.featured-review-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.f-r-image {
  order: 0;
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.revview-img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}

.main-intro {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  display: block;
}

.footer-content-main {
  background-color: #0000;
}

.footer-content-wrapper {
  background-color: #0000;
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.footer-menu-list {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.footer-menu-left {
  text-align: left;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-list-item {
  width: 100%;
  padding-right: 0;
  font-size: 15px;
  line-height: 50px;
  display: inline-block;
}

.f-link {
  color: #2b2b2b;
  text-align: left;
  letter-spacing: .75px;
  -webkit-text-stroke-color: #2b2b2b;
  border: 1px #000;
  border-bottom: 1px solid #0000;
  font-family: Copernicus book, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.f-link:hover {
  border-bottom: 1px solid #2b2b2b;
}

.footer-menu-right {
  justify-content: flex-end;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-social-block {
  max-width: 32px;
  margin-right: 0;
}

.footer-social-block.special_footer_icon {
  margin-right: 20px;
}

.social-link {
  transition: all .3s ease-in-out;
}

.social-link:hover {
  opacity: .7;
}

.social-image {
  width: 25px;
}

.footer-legal {
  padding-bottom: 0;
  display: flex;
}

.footer-badge {
  background-color: #0000;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-badge-inner {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.footer-badge-list {
  max-width: 200px;
  min-height: 200px;
  display: inline-block;
}

.footer-badge-list-main {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.second-hero-image {
  width: 100%;
  display: none;
}

.intro {
  margin-top: 0;
  margin-bottom: 0;
}

.intro.conditions_intro {
  margin-top: 100px;
}

.cta-title {
  color: #2e2a27;
  letter-spacing: -2.5px;
  white-space: normal;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 42px;
  font-weight: 400;
  line-height: 68px;
  text-decoration: none;
}

.cta-title.condiions_title {
  margin-bottom: 45px;
}

.cta-title.condiions_title.intro_title_4 {
  max-width: 650px;
  margin-bottom: 0;
}

.cta-title.main_title_1 {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
}

.cta-title.main_title_2 {
  max-width: 630px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-title.main_title_3 {
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu-button {
  background-color: #0000;
  margin-left: 22px;
  padding: 10px;
  display: block;
}

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

.menu-button.display {
  margin-left: 60px;
  margin-right: auto;
}

.nav {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link {
  margin-left: 30px;
}

.navbar {
  background-color: #fef8f1;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  height: 105px;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #00000080;
  width: 100%;
  height: 9.5%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown-list.w--open {
  background-color: #ebf0f5;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 1px 1px 10px #00000040;
}

.dropdown-link.mar20 {
  padding: 5px 10px 12.5px;
}

.dropdown-link.mar12-5 {
  border-top: 1px solid #0000001a;
  padding: 12.5px 10px 5px;
}

.header {
  width: 50%;
  height: 100vh;
  display: flex;
}

.header-left {
  background-color: #fff8f0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: auto;
}

.list {
  margin-top: 20px;
  padding-left: 60px;
  list-style-type: none;
}

.navlink {
  text-decoration: none;
  display: flex;
}

.list-item {
  text-align: left;
}

.list-item.d-none {
  display: none;
}

.nav-link {
  color: #0b4a72;
  font-size: 42px;
  line-height: 64px;
}

.nav-aerow {
  padding-left: 15px;
}

.nav-list {
  padding-top: 27px;
  padding-left: 60px;
  list-style-type: none;
}

.nav-list-link {
  color: #0b4a72;
  font-size: 18px;
  line-height: 40px;
}

.nav-list-link.link {
  width: 148px;
  margin-left: 0;
}

.image-div {
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image {
  position: relative;
  top: 150px;
}

.menu-line {
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 20px;
  display: none;
  position: relative;
}

.top-line {
  background-color: #0b4a72;
  width: 100%;
  height: 2px;
  display: block;
}

.bottom-line {
  background-color: #0b4a72;
  width: 100%;
  height: 2px;
  transform: translate(0);
}

.wnav-link {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.rl-text-style-link {
  color: var(--pellys-dark-red);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-weight: 400;
  text-decoration: none;
}

.rl_contact20_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--pellys-dark-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copernicus book, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  color: #c32c2c;
  width: 3rem;
  height: 3rem;
}

.rl_contact20_item {
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.contact-3-grid {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-span {
  color: var(--pellys-dark-red);
}

.heading-2 {
  text-align: left;
  margin: 0 10%;
  font-family: Bitter, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
}

.html-embed {
  min-height: 100px;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--pellys-dark-red);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .15s;
}

.rl-button:hover {
  background-color: var(--relume-library-lite-rl-white);
  color: var(--pellys-dark-red);
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: block;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
  display: block;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  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.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
  display: none;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ccs_left {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ccs_left.right_side {
  align-self: center;
  width: 50%;
  min-width: auto;
}

.ccs_left.left_side {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.rl-padding-global-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  max-width: 1320px;
  min-height: 700px;
  padding: 5px 0%;
  display: flex;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite-rl-white);
  display: none;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  background-color: #0c4a72;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  display: none;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite-rl-black);
  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.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-4.is-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  overflow-wrap: normal;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Bitter, serif;
  font-size: 1.35rem;
  font-weight: 400;
  display: block;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite-rl-black);
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-2.is-white {
  color: #fef8f1;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  text-transform: capitalize;
  font-family: Copernicus book, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.rl_header5_content {
  color: #fff;
  text-align: center;
  background-color: #fef8f100;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

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

.rl_section_header5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Desktop_Banner-SOLID.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  max-width: 1320%;
  min-height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.rl_section_header5.common_conditions_page {
  margin-bottom: 0;
}

.google-map {
  opacity: 1;
  object-fit: fill;
  border: 0 #000;
  border-radius: 0;
  margin: 0 80px 100px;
}

.facebook-timeline {
  margin: 0 auto 100px;
}

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

.location_-_facebook {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.google_map {
  margin-bottom: 100px;
}

.html-embed-3 {
  margin: 0 80px 80px;
}

.bubble-bg-2 {
  padding-bottom: 20px;
  font-family: Bitter, serif;
}

.text-messages-inner-2 {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-messages-2 {
  background-color: #0000;
  border-top: .1px solid #cfcdcd;
  border-bottom: .1px solid #cfcdcd;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.healthmail_section {
  background-color: #0000;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-2 {
  color: #fff;
  letter-spacing: 1.7px;
  font-weight: 400;
  line-height: 20px;
}

.text-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 50px;
  display: flex;
}

.text-messages-inner-3 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-item-description-2 {
  color: #fff;
  letter-spacing: .84px;
  max-width: 350px;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 26px;
}

.grid-item-description-2.text {
  color: #000;
  text-align: left;
  max-width: 460px;
  margin-right: 0;
  font-family: Bitter, serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.image-2 {
  vertical-align: baseline;
  max-width: 100%;
  display: block;
}

.div-block-3 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 50%;
  max-width: 100%;
  max-height: 100%;
}

.button {
  color: #8cc0e0;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: #ad0000;
  align-self: auto;
  margin-top: 25px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.navbar-brand-3 {
  align-items: center;
  display: flex;
}

.button-primary-2 {
  color: #fef8f1;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2e2a27;
  border: 1px solid #0000;
  padding: 12px 25px;
  font-family: Bitter, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #2b2b2b;
  background-color: #fff;
  border-color: #000;
}

.button-primary-2:active {
  background-color: #43464d;
}

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

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left-2 {
  background-color: #0000;
}

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

.navbar-logo-left-container-2.shadow-three {
  background-color: #f6f2eb;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-wrapper-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-section-2 {
  background-color: #0000;
}

.link-block-2 {
  vertical-align: middle;
  border-bottom: 1px solid #0000;
  margin-right: 30px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.link-block-2:hover {
  border-bottom-color: #2b2b2b;
}

.link-block-2.w--current {
  border: 1px #0000;
  border-bottom-style: solid;
  transition: all .2s ease-in-out;
}

.link-block-2.w--current:hover {
  border-bottom-color: var(--pellys-dark-red);
}

.text-block-2 {
  border: 1px none var(--pellys-dark-red);
  font-size: 16px;
}

.text-block-2.nav_item {
  pointer-events: auto;
  color: #2b2b2b;
  border-style: none;
  border-width: 0 0 1px;
  border-bottom-color: #0000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2.nav_item:hover {
  color: #2b2b2b;
  border-bottom: 1px #2b2b2b;
  text-decoration: none;
}

.common_link {
  color: var(--pellys-dark-red);
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-heading-style-h2-2 {
  color: #2e2a27;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Copernicus book, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite-rl-white);
  margin-top: 100px;
}

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

.rl_faq1_accordion {
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.rl_faq1_question-text {
  color: #2e2a27;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copernicus book, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--pellys-dark-red);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl-text-style-medium-5 {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--pellys-dark-red);
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

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

.bold-text-3 {
  font-style: italic;
  font-weight: 700;
}

.div-block-5 {
  width: 100%;
  max-width: 50%;
}

.div-block-6 {
  background-color: #f6f2eb;
  margin-bottom: 100px;
  padding-top: 100px;
}

.code-embed {
  margin-bottom: 0;
}

.desktop_heading {
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copernicus book, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.desktop_heading.mobile_heading {
  display: none;
}

.desktop_heading.smaller_eyebrow {
  text-align: center;
  letter-spacing: .1rem;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.desktop_heading.pellys_heading {
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.image-4 {
  text-align: center;
  max-height: 100px;
  line-height: 12px;
  position: absolute;
  inset: -130px 50px auto auto;
}

.list-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: left;
  flex-flow: column;
  flex: none;
  place-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  list-style-type: disc;
  display: flex;
}

.ccs_list_item {
  color: var(--relume-library-lite-rl-white);
  letter-spacing: 1.2px;
  font-family: Bitter, serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.button-2 {
  display: none;
}

.ccs_mobile_text {
  margin-bottom: 0;
  display: none;
}

.bold-text-4 {
  display: block;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-5.scroll_txt {
  font-size: 1.2rem;
}

.div-block-8 {
  background-color: #ff0;
  width: 100%;
  position: relative;
}

.bold-text-6 {
  color: var(--relume-library-lite-rl-black);
  font-family: Bitter, serif;
  font-weight: 700;
}

.link-block-3 {
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: normal;
  text-decoration: none;
}

.div-block-9 {
  display: flex;
}

.div-block-10 {
  width: 50%;
}

.div-block-11 {
  background-image: url('../images/27282.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: var(--pellys-dark-red);
  min-width: 200px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---input-wrap.awdwa {
  opacity: .01;
}

.waves---field-label {
  color: var(--relume-library-lite-rl-white);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves-form-block-contact-2 {
  opacity: .22;
  mix-blend-mode: darken;
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: darken;
  pointer-events: none;
  background-color: #0000;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 30px 64px 0;
  display: flex;
  position: relative;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.link-2 {
  color: #000;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .announce-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announce-bar-text {
    color: var(--relume-library-lite-rl-white);
    font-size: 15px;
  }

  .logo {
    width: 30vw;
    max-width: none;
    height: auto;
  }

  .link {
    width: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .link.max-width {
    width: 60px;
    margin-left: 30px;
  }

  .main-section {
    margin-top: 0;
  }

  .hero-main {
    align-items: stretch;
    position: static;
    overflow: visible;
  }

  .hero-content {
    margin-top: 126px;
    padding-top: 55px;
  }

  .hero-heading {
    letter-spacing: -1px;
    padding-bottom: 15px;
    font-size: 42px;
    line-height: 48px;
  }

  .hero-para {
    letter-spacing: .75px;
    max-width: 450px;
    line-height: 28px;
  }

  .hero-bg-image {
    justify-content: space-between;
    margin-top: auto;
    bottom: 0;
  }

  .hero-image {
    width: 100%;
  }

  .hero-image.h {
    object-fit: cover;
    display: none;
  }

  .homepage-components.commonconditions-components {
    margin-top: 50px;
  }

  .three-main-title {
    letter-spacing: -.5px;
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 40px;
  }

  .three-main-title.text {
    letter-spacing: -.1px;
    color: var(--pellys-dark-red);
    text-align: center;
    letter-spacing: -.1px;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 2rem;
  }

  .grid-item-description {
    letter-spacing: .75px;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-item-description.text {
    max-width: 470px;
    margin-bottom: 35px;
  }

  .text-content {
    margin-left: auto;
    margin-right: auto;
  }

  .text-bubble {
    width: 292px;
    height: 220px;
  }

  .message-bubble {
    width: 292px;
  }

  .message-bubble.second, .message-bubble.fourth {
    margin-left: 0;
  }

  .bubble-msg {
    max-width: 224px;
    font-size: 16px;
    top: 15%;
  }

  .team-section {
    flex-flow: row;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .featured-review-inner {
    flex-flow: column;
  }

  .f-r-image {
    max-width: 450px;
    margin-right: 0;
  }

  .main-intro {
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer-content-wrapper {
    padding-top: 0;
  }

  .footer-menu-list {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .footer-menu-left {
    flex-direction: column;
    list-style-type: none;
    display: flex;
  }

  .footer-list-item {
    line-height: 40px;
  }

  .footer-menu-right {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer-legal {
    flex-wrap: wrap-reverse;
    margin-bottom: 32px;
    padding-bottom: 0;
    display: flex;
  }

  .footer-badge {
    padding-top: 36px;
    padding-bottom: 38px;
  }

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

  .intro {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro.conditions_intro {
    margin-top: 50px;
  }

  .cta-title {
    letter-spacing: -1px;
    max-width: 510px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 42px;
    line-height: 48px;
  }

  .cta-title.condiions_title.intro_title_4 {
    margin-bottom: 0;
  }

  .menu-button {
    margin-left: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fef8f1;
  }

  .navbar {
    height: 64px;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
  }

  .dropdown-toggle {
    padding: 5px;
    transition: all .3s;
  }

  .dropdown-toggle.w--open {
    border-radius: 4px;
  }

  .dropdown {
    margin-right: 0;
    display: block;
  }

  .dropdown-list {
    margin-right: 16px;
  }

  .dropdown-list.w--open {
    background-color: #ebf0f5;
    border-radius: 4px;
    width: 172px;
    margin-right: 0;
    padding: 20px;
    transition: all .3s;
    position: absolute;
    inset: 158% 0% auto auto;
  }

  .dropdown-link {
    padding: 5px 10px;
  }

  .dropdown-link.mar20 {
    padding-bottom: 12.5px;
  }

  .dropdown-link.mar12-5 {
    border-top: 1px solid #0000001a;
    padding-top: 12.5px;
  }

  .header {
    width: 100%;
  }

  .header-left {
    justify-content: flex-start;
  }

  .nav-link {
    font-size: 30px;
    line-height: 48px;
  }

  .nav-list {
    padding-top: 0;
  }

  .menu-line {
    justify-content: space-around;
    align-items: stretch;
  }

  .wnav-link {
    display: none;
  }

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

  .rl-padding-global {
    padding: 5rem 0%;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-3-grid {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .html-embed {
    margin-left: 0;
  }

  .rl-button {
    background-color: var(--pellys-dark-red);
    color: var(--relume-library-lite-rl-white);
    letter-spacing: 1.2px;
    margin-bottom: 0;
    font-size: 1rem;
  }

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

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .ccs_left.right_side {
    width: auto;
    max-width: 80%;
  }

  .ccs_left.left_side {
    width: auto;
  }

  .rl-padding-global-2 {
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .rl-text-style-medium-4.is-white {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .header5_component {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .rl_section_header5 {
    opacity: 1;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Desktop_Banner-SOLID.png');
    background-position: 0 0, 25% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .rl_section_header5.common_conditions_page {
    margin-bottom: 50px;
  }

  .google-map {
    margin-top: 0;
    margin-bottom: 0;
  }

  .facebook-timeline {
    padding-top: 5rem;
  }

  .location_-_facebook {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .google_map {
    padding-top: 5rem;
  }

  .html-embed-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-messages-inner-2 {
    flex-direction: column;
    width: 80%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-messages-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .healthmail_section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-content-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-messages-inner-3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid-item-description-2 {
    text-align: center;
    letter-spacing: .75px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-item-description-2.text {
    color: #000;
    text-align: center;
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .image-2 {
    max-width: 100%;
    height: 100%;
    padding-left: 20%;
    padding-right: 20%;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 3rem;
  }

  .button {
    margin: 0 auto !important;
  }

  .button-primary-2 {
    color: #fff;
    background-color: #2b2b2b;
  }

  .button-primary-2:hover {
    color: #2b2b2b;
  }

  .icon-2 {
    color: #c70002;
    font-size: 41px;
    line-height: 35px;
  }

  .container {
    max-width: 90%;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left-2 {
    background-color: #fff;
    position: relative;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .navbar-logo-left-container-2.shadow-three {
    background-color: #fef8f1;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .header-section-2 {
    display: block;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-heading-style-h2-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.75rem;
  }

  .rl_faq1_cta-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desktop_heading.smaller_eyebrow {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .image-4 {
    inset: auto 0% 0 auto;
  }

  .image-4.mobile_heading {
    position: relative;
  }

  .list-2 {
    text-align: left;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    overflow: visible;
  }

  .button-2 {
    background-color: var(--pellys-dark-red);
  }

  .div-block-8 {
    display: none;
  }

  .div-block-9 {
    flex-flow: column;
  }

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

  .div-block-11 {
    width: 100%;
    display: none;
  }

  .waves-content-contact-2 {
    padding: 48px 10%;
  }
}

@media screen and (max-width: 767px) {
  .announce-bar-text {
    color: var(--relume-library-lite-rl-white);
  }

  .logo {
    width: 30vw;
    max-width: none;
    height: auto;
  }

  .hero-content {
    padding-top: 30px;
  }

  .hero-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-para {
    margin-bottom: 20px;
  }

  .hero-bg-image {
    margin-top: 20px;
  }

  .homepage-components {
    margin-top: 50px;
  }

  .three-main-title {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .three-main-title.text {
    color: var(--pellys-dark-red);
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
  }

  .grid-item-description {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-item-description.text {
    margin-bottom: 20px;
  }

  .text-bubble {
    height: 302px;
  }

  .bubble-msg {
    font-size: 16px;
  }

  .team-section {
    padding-top: 40px;
  }

  .featured-review-inner {
    width: 90%;
  }

  .main-intro {
    padding-top: 0;
  }

  .footer-content-wrapper {
    padding-top: 20px;
  }

  .footer-menu-list {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-list-item {
    padding-bottom: 15px;
    line-height: 30px;
  }

  .footer-menu-right {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .footer-legal {
    margin-bottom: 20px;
  }

  .footer-badge {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-badge-list {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 33%;
    display: flex;
  }

  .footer-badge-list-main {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cta-title {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 45px;
  }

  .menu-button.display.w--open {
    margin-left: 30px;
  }

  .header-left {
    justify-content: flex-start;
  }

  .list {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 38px;
  }

  .nav-list {
    padding-left: 30px;
  }

  .image-div {
    display: none;
  }

  .rl-text-style-regular {
    max-width: 80vw;
  }

  .rl-padding-section-large, .rl-padding-global {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .rl_contact20_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

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

  .ccs_left.right_side {
    display: none;
  }

  .ccs_left.left_side {
    margin-bottom: 50px;
  }

  .rl-padding-global-2 {
    flex-flow: column;
    min-height: auto;
    position: relative;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

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

  .rl_section_header5 {
    background-color: #33302c;
    margin-bottom: 0;
  }

  .facebook-timeline {
    margin-bottom: 50px;
    padding-top: 2.5rem;
  }

  .google_map {
    padding-top: 2.5rem;
  }

  .text-messages-inner-2 {
    width: 90%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-messages-2, .healthmail_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-family: Exo, sans-serif;
  }

  .text-content-2 {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .text-messages-inner-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2.5rem 2%;
  }

  .grid-item-description-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-item-description-2.text {
    color: #000;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 26px;
  }

  .image-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 40px;
  }

  .button {
    margin-top: 10px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .button-primary-2 {
    background-color: #2b2b2b;
  }

  .button-primary-2:hover {
    color: #2b2b2b;
  }

  .nav-menu-two-3 {
    border: 1px #000;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-logo-left-2 {
    background-color: #fff;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .mobile-margin-top-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .link-block-2 {
    margin-right: 0;
  }

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

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl-text-style-medium-5 {
    font-size: 1rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .desktop_heading {
    display: none;
  }

  .desktop_heading.mobile_heading {
    font-size: 3rem;
    line-height: 3.2rem;
    display: block;
  }

  .image-4 {
    margin-top: 50px;
    position: relative;
    inset: 0%;
  }

  .button-2 {
    background-color: var(--pellys-dark-red);
    letter-spacing: 1.1px;
    min-width: 150px;
    margin-top: 30px;
    font-family: Bitter, serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .ccs_mobile_text {
    color: #fff;
    max-width: 70%;
    margin-top: 20px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }
}

@media screen and (max-width: 479px) {
  .announce-bar {
    height: auto;
  }

  .announce-bar-text {
    color: var(--relume-library-lite-rl-white);
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .logo {
    width: 40vw;
    max-width: none;
    height: auto;
    line-height: 20px;
  }

  .main-section {
    margin-top: 0;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-para {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-bg-image {
    margin-top: 30px;
  }

  .three-main-title {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .three-main-title.text {
    color: var(--pellys-dark-red);
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .text-bubble-wrapper {
    min-height: auto;
  }

  .message-bubble {
    height: 70px;
  }

  .team-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 100px;
    display: none;
  }

  .featured-review-inner {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-r-image {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .revview-img {
    object-fit: contain;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .main-intro {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-content-wrapper {
    padding-top: 0;
  }

  .footer-menu-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-list-item {
    padding-bottom: 15px;
  }

  .footer-menu-right {
    justify-content: flex-start;
  }

  .footer-legal {
    margin-bottom: 0;
  }

  .footer-badge-inner {
    max-width: 1320px;
  }

  .footer-badge-list {
    justify-content: flex-start;
    align-items: center;
    max-width: 80%;
    margin-bottom: 0;
  }

  .footer-badge-list-main {
    justify-content: center;
    align-items: center;
  }

  .intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-title {
    order: -1;
    max-width: 80vw;
    margin-top: 2.5rem;
    padding: 0 2% 2.5rem;
    font-size: 40px;
    line-height: 45px;
  }

  .cta-title.main_title_1 {
    margin-top: 0;
  }

  .navbar {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-left {
    justify-content: flex-start;
  }

  .nav-link {
    font-size: 23px;
  }

  .image-div, .wnav-link {
    display: none;
  }

  .rl-padding-section-large {
    padding: 0 0%;
  }

  .rl-container-large {
    margin-left: 0%;
    margin-right: 0%;
  }

  .rl-padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl_contact20_item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl_contact20_content {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-3-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    margin: 0 5%;
    font-size: 17px;
  }

  .rl_header1_component {
    grid-template-columns: 1fr;
  }

  .ccs_left.right_side {
    display: none;
  }

  .ccs_left.left_side {
    width: 100%;
    min-width: 100%;
    font-size: 1.6rem;
  }

  .rl-padding-global-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    min-height: 280px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl_section_header5 {
    margin-top: 0;
  }

  .google-map {
    margin: 0 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .facebook-timeline {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .html-embed-2 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .location_-_facebook {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .bubble-bg-2 {
    padding-bottom: 10px;
  }

  .text-messages-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .healthmail_section {
    margin: 0 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0%;
    font-family: Bitter, serif;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1rem;
    display: block;
    position: relative;
  }

  .text-content-2 {
    text-align: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-messages-inner-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 2%;
  }

  .grid-item-description-2 {
    max-width: 100%;
  }

  .grid-item-description-2.text {
    color: #000;
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
  }

  .image-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 30px;
  }

  .button {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 2.5% 5%;
    font-size: 1.1rem;
    overflow: visible;
  }

  .button-primary-2 {
    color: #fef8f1;
    background-color: #2b2b2b;
  }

  .button-primary-2:hover {
    color: #2b2b2b;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two-3 {
    background-color: #fef8f1;
    flex-direction: column;
  }

  .nav-menu-wrapper-3 {
    background-color: #fef8f1;
  }

  .mobile-margin-top-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .desktop_heading {
    width: 100%;
    max-width: 80%;
    font-size: 2rem;
    line-height: 2.25rem;
    display: none;
  }

  .desktop_heading.mobile_heading {
    text-align: center;
    max-width: 100%;
    line-height: 1.2;
  }

  .image-4 {
    max-height: 80px;
    display: block;
    position: relative;
    inset: 0%;
  }

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

  .waves-content-contact-2 {
    padding: 24px 16px;
  }
}


@font-face {
  font-family: 'Copernicus book';
  src: url('../fonts/Copernicus-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasgroteskdspro';
  src: url('../fonts/NeueHaasGroteskDSPro-55Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}