:root {
  font-size: 62.5%;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
}

body {
  color: #000001;
  position: relative;
  z-index: 0;
  height: 100%;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-weight: 400;
  font-style: italic;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000001;
  line-height: 1.2em !important;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 60px;
}
@media (max-width: 980px) {
  h1,
  .h1 {
    font-size: 42px !important;
    line-height: 1.2em !important;
  }
}

h2,
.h2 {
  font-size: 48px;
}
@media (max-width: 980px) {
  h2,
  .h2 {
    font-size: 36px !important;
    line-height: 1.2em !important;
  }
}

h3,
.h3 {
  font-size: 40px;
}
@media (max-width: 980px) {
  h3,
  .h3 {
    font-size: 32px !important;
    line-height: 1.2em !important;
  }
}

h4,
.h4 {
  font-size: 36px;
}
@media (max-width: 980px) {
  h4,
  .h4 {
    font-size: 28px !important;
    line-height: 1.2em !important;
  }
}

h5,
.h5 {
  font-size: 32px;
}
@media (max-width: 980px) {
  h5,
  .h5 {
    font-size: 24px !important;
    line-height: 1.2em !important;
  }
}

h6,
.h6 {
  font-size: 24px;
}
@media (max-width: 980px) {
  h6,
  .h6 {
    font-size: 20px !important;
    line-height: 1.2em !important;
  }
}

#main-content {
  background-color: #eff7fa;
}

#main-header {
  box-shadow: none;
}
#main-header .container {
  width: 90%;
  max-width: unset;
  padding: 0 37.5px;
}
@media (max-width: 980px) {
  #main-header .container {
    width: 100%;
    padding: 0 37.5px;
  }
}
@media (max-width: 1023px) {
  #main-header .et_mobile_menu > li:nth-child(1) a, #main-header .et_mobile_menu > li:nth-child(2) a {
    color: #fff !important;
  }
  #main-header .et_mobile_menu > li:nth-child(1) {
    background-color: #894395;
  }
  #main-header .et_mobile_menu > li:nth-child(2) {
    background-color: #0C3972;
  }
}

.nav li ul {
  border-top: 4px solid #0C3972;
  padding: 0;
}

#top-menu li li {
  padding: 0;
}
#top-menu li li a {
  width: 240px;
}

#top-menu-nav ul li a:hover {
  color: #0C3972 !important;
  opacity: 1 !important;
}
#top-menu-nav ul.sub-menu li a:hover {
  opacity: 0.7 !important;
  color: #fff !important;
  background-color: #894395 !important;
}

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  font-size: 28px;
  right: -8px;
  top: -1px;
  color: #9F67A8;
}

@media (max-width: 1080px) {
  #top-menu > li {
    padding-right: 12px;
  }
}
#top-menu > li:last-child {
  float: right;
  margin: 0 0 0 8px;
  position: relative;
  display: block;
  transition: padding 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  #top-menu > li:last-child {
    margin: 0 0 0 4px;
  }
}
#top-menu > li:last-child a {
  line-height: 1.8em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
  transition-property: all !important;
  position: relative;
  border-radius: 20px;
  border: 2px solid #0C3972;
  color: #0C3972 !important;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.24em 0.8em !important;
}
#top-menu > li:last-child a:hover {
  background-color: #0C3972;
  border: 2px solid #0C3972;
  color: #fff !important;
}
#top-menu > li:nth-last-child(2) {
  margin: 0 0 0 70px;
}
@media (max-width: 1080px) {
  #top-menu > li:nth-last-child(2) {
    margin: 0 0 0 20px;
  }
}
#top-menu > li:nth-last-child(2)::before {
  content: " ";
  border-left: 2px solid #000001;
  position: relative;
  top: 16px;
  padding: 10px 0;
  right: 30px;
}
@media (max-width: 1080px) {
  #top-menu > li:nth-last-child(2)::before {
    right: 18px;
  }
}

.et-fixed-header #top-menu > li:last-child a {
  padding: 0.14em 0.8em !important;
}
.et-fixed-header #top-menu > li:nth-last-child(2)::before {
  top: 13px;
  padding: 6px 0;
  transition: padding 0.4s ease-in-out, top 0.4s ease-in-out;
}

@media only screen and (min-width: 981px) {
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 22px 0 0 0 !important;
  }
}
@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px !important;
  }
}
#main-header:hover {
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}

#main-header .nav li ul {
  background-color: #fff;
}

.nav li ul {
  background: #fff !important;
  border-top: 1px solid #D9D9D9 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
}

.nav li li ul {
  top: -1px;
  border-left: 1px solid #D9D9D9 !important;
}

#top-menu li li a {
  padding: 6px 12px;
}

#top-menu .menu-item-has-children > a:first-child:after {
  transition: 0.4s ease-in-out;
}

#top-menu .menu-item-has-children > a:hover:first-child:after,
#top-menu .menu-item-has-children > a:focus:first-child:after {
  transform: rotate(-180deg);
}

#top-menu .sub-menu .menu-item-has-children > a:first-child:after {
  content: "5";
  transform: none;
}

#top-menu li .menu-item-has-children > a:first-child:after {
  right: 6px;
  top: 6px;
}

#top-menu-nav ul.sub-menu li a {
  border: 6px solid #fff;
}

#top-menu-nav ul.sub-menu li a:hover {
  color: #000001 !important;
  background-color: #F0E6F3 !important;
  opacity: 1 !important;
  border: 6px solid #fff;
}

#footer-widgets {
  padding: 45px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #footer-widgets {
    flex-wrap: wrap;
  }
}
#footer-widgets .footer-widget {
  width: unset;
}
#footer-widgets .footer-widget li {
  padding-left: 0;
}
#footer-widgets .footer-widget li:before {
  content: none;
}
#footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3), #footer-widgets .footer-widget:nth-child(4), #footer-widgets .footer-widget:nth-child(5) {
  padding-top: 28px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3), #footer-widgets .footer-widget:nth-child(4), #footer-widgets .footer-widget:nth-child(5) {
    width: 42.5% !important;
  }
}
@media (max-width: 767px) {
  #footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3), #footer-widgets .footer-widget:nth-child(4), #footer-widgets .footer-widget:nth-child(5) {
    padding-top: 0;
  }
}
#footer-widgets .footer-widget:nth-child(1) {
  width: 21%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer-widgets .footer-widget:nth-child(1) {
    width: 42.5% !important;
  }
}
#footer-widgets .footer-widget:nth-child(2) {
  width: 14.5%;
  margin: 0 5% 0 0;
}
@media (max-width: 767px) {
  #footer-widgets .footer-widget:nth-child(2) {
    width: 50% !important;
    margin-right: 10% !important;
  }
}
#footer-widgets .footer-widget:nth-child(3) {
  width: 10.5%;
  margin: 0 5% 0 0;
}
@media (max-width: 767px) {
  #footer-widgets .footer-widget:nth-child(3) {
    width: 40% !important;
  }
}
#footer-widgets .footer-widget:nth-child(4) {
  width: 12.5%;
  margin: 0 5% 0 0;
}
#footer-widgets .footer-widget:nth-child(5) {
  width: 20.5%;
}
@media (max-width: 980px) {
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
  #footer-widgets .footer-widget:nth-child(5) .fwidget {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  #footer-widgets .footer-widget .et_pb_widget {
    float: unset;
  }
}

#footer-widgets .footer-widget li a {
    fill: white !important;
}

.footer-disclaimer {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    font-style: italic;
}

.footer-disc {
	width: 73.5%;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 500;
}

@media (max-width: 767px) {
	.footer-disclaimer {
		display: block;
	}
	.footer-disc {
		width: 100%;
	}
	.footer-legit {
		padding-bottom: 10px;
	}
	.footer-disclaimer {
		padding-bottom: 30px;
	}
}

#main-footer .wp-block-image {
  margin: 0 0 1.35em;
}
#main-footer .wp-block-image img {
  width: 96px;
}
#main-footer p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
#main-footer p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
#main-footer .wp-block-social-links {
  padding: 0 0 24px;
  margin-left: -8px;
}
@media (max-width: 767px) {
  #main-footer .wp-block-social-links {
    padding: 0;
  }
}
#main-footer h2 {
  margin: 0 0 24px 0;
  padding: 0;
}
#main-footer ul li.menu-item-has-children > a {
  display: block;
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, Times, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff !important;
}
#main-footer ul li.menu-item-has-children > a:hover {
  text-decoration: underline;
}
#main-footer .footer-widget:nth-child(3) ul li.menu-item-has-children > a,
#main-footer .footer-widget:nth-child(4) ul li.menu-item-has-children > a,
#main-footer .footer-widget:nth-child(3) ul li.menu-item-has-children > a:hover,
#main-footer .footer-widget:nth-child(4) ul li.menu-item-has-children > a:hover {
  cursor: default;
  text-decoration: none;
}
@media (max-width: 767px) {
  #main-footer ul li.menu-item-has-children > a {
    margin-bottom: 8px;
  }
}
#main-footer h2 {
  font-family: "Playfair Display", Georgia, Times, sans-serif;
  font-size: 15px !important;
  line-height: 1.5;
  font-weight: 600 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  #main-footer h2 {
    margin-bottom: 8px;
  }
}
#main-footer .menu-item ul li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0px;
  line-height: 1.5;
}
#main-footer .menu-item ul li a {
  font-size: 13px;
  font-weight: 500;
}
#main-footer .menu-item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#main-footer .wp-social-link-facebook,
#main-footer .wp-social-link-instagram,
#main-footer .wp-social-link-x,
#main-footer .wp-social-link-linkedin {
  background-color: transparent;
}

#footer-bottom {
  border-top: 1px solid #fff;
  padding: 30px 0 !important;
}
#footer-bottom #footer-info {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding-bottom: 0 !important;
}

@media (min-width: 981px) {
  .et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
    margin-bottom: 0;
  }
  .et_pb_gutters3 .footer-widget {
    margin-bottom: 1.5%;
  }
}

@media (max-width: 479px) {
    #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
        margin-bottom: 8% !important;
    }
    #footer-widgets .footer-widget:last-child, .footer-widget .fwidget {
        margin-bottom: 0 !important;
    }
}

.et_pb_button.button_claya {
  border-radius: 20px;
  border: 2px solid #0C3972;
  color: #0C3972;
  font-weight: 600;
  font-size: 2rem;
}
.et_pb_button.button_claya_header {
  font-size: 1.6rem;
  padding: 0.3em 0.8em !important;
}
.et_pb_button.button_claya_header:hover {
  color: #fff !important;
  background-color: #0C3972 !important;
}
.et_pb_button.button_claya_light {
  color: #0C3972 !important;
  border-color: #B371AF !important;
  background-color: #B371AF !important;
  min-width: 200px !important;
  text-align: center;
}
.et_pb_button.button_claya_light:hover {
  color: #fff;
  border-color: #894395 !important;
  background-color: #894395 !important;
}
.et_pb_button.button_claya_dark {
  color: #fff;
  background-color: #0C3972;
  min-width: 200px !important;
  text-align: center;
}
.et_pb_button.button_claya_dark:hover {
  background-color: #894395 !important;
}
.et_pb_button.button_claya::after:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .et_pb_button.button_claya_light,
  .et_pb_button.button_claya_dark {
	  min-width: 100% !important;
  }
}

#faqs .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
#faqs .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
#faqs .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, 
#faqs .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
  margin-bottom: 0 !important;
}
#faqs [id*=faq-item] {
  cursor: pointer;
}
#faqs [id*=faq-item] .et_pb_text_inner p {
  margin-right: 30px;
}
#faqs [id*=faq-tab] {
  position: absolute !important;
  top: 0px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin-bottom: 20px !important;
}
#faqs .hide-faq-tab {
  visibility: hidden;
  opacity: 0;
}
#faqs .show-faq-tab {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 12;
  position: relative !important;
  left: 0 !important;
  transform: translateX(0%) !important;
}
#faqs .faq-item:before {
  content: "\f061" !important;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  position: absolute;
  right: 1em;
  font-size: 16px;
  color: #000001;
  top: 50%;
  margin-top: -0.7em;
  left: auto;
}
#faqs .faq-item:hover {
  background-color: rgb(207, 226, 234);
}
#faqs .faq-item-active {
  background-color: #0C3972 !important;
  color: #fff !important;
}
#faqs .faq-item-active.faq-item:before {
  color: #fff;
}
#faqs .faq-item-active h3 {
  color: #fff !important;
}
#faqs .faq-admin {
  position: unset !important;
}
#faqs .et_pb_toggle .et_pb_toggle_title:before {
  right: 0;
  left: auto;
}
#faqs .et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #0C3972;
  top: 50%;
  margin-top: -0.5em;
}
#faqs .et_pb_toggle_open {
  padding-bottom: 50px;
}
#faqs .et_pb_toggle_open .et_pb_toggle_title:before {
  display: block;
  transform: rotate(90deg);
  animation: rotate-90-cw 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#faqs .et_pb_accordion .et_pb_accordion_item {
  border-right: none;
  border-left: none;
  border-top: none;
  border-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 980px) {
    #faqs h4, #faqs .h4 {
        font-size: 18px !important;
    }
}
/*accordion changes*/
#accordion-no-gaps .et_pb_module {
  margin-bottom: 0 !important;
}/*
#faqs [id*=faq-item] {
  cursor: pointer;
}
#faqs [id*=faq-item] .et_pb_text_inner p {
  margin-right: 30px;
}
#faqs [id*=faq-tab] {
  position: absolute !important;
  top: 0px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin-bottom: 20px !important;
}
#faqs .hide-faq-tab {
  visibility: hidden;
  opacity: 0;
}
#faqs .show-faq-tab {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 12;
  position: relative !important;
  left: 0 !important;
  transform: translateX(0%) !important;
}
#faqs .faq-item:before {
  content: "\f061" !important;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  position: absolute;
  right: 1em;
  font-size: 16px;
  color: #000001;
  top: 50%;
  margin-top: -0.7em;
  left: auto;
}
#faqs .faq-item:hover {
  background-color: rgb(207, 226, 234);
}
#faqs .faq-item-active {
  background-color: #0C3972 !important;
  color: #fff !important;
}
#faqs .faq-item-active.faq-item:before {
  color: #fff;
}
#accordion-no-gaps .faq-item-active h3 {
  color: #fff !important;
}
#accordion-no-gaps .faq-admin {
  position: unset !important;
}*/
#accordion-no-gaps .et_pb_toggle .et_pb_toggle_title:before {
  right: 0;
  left: auto;
}
#accordion-no-gaps .et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #0C3972;
  top: 50%;
  margin-top: -0.5em;
}
#accordion-no-gaps .et_pb_toggle_open {
  padding-bottom: 50px;
}
#accordion-no-gaps .et_pb_toggle_open .et_pb_toggle_title:before {
  display: block;
  transform: rotate(90deg);
  animation: rotate-90-cw 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#accordion-no-gaps .et_pb_accordion .et_pb_accordion_item {
  border-right: none;
  border-left: none;
  border-top: none;
  border-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 980px) {
    #accordion-no-gaps h4, #accordion-no-gaps .h4 {
        font-size: 18px !important;
    }
}
/*/end accordon changes*/
@keyframes rotate-90-cw {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(90deg);
  }
}
.card-accordion {
  margin: 2em 0 0;
  display: flex;
  overflow: hidden;
}
.card-accordion .card {
  display: grid;
  grid-template-columns: 80% 20%;
  min-height: 445px;
  max-height: 445px;
  width: 4em;
  border: 0px solid black;
}
.card-accordion .card:hover {
  cursor: pointer;
}
.card-accordion .card-content {
  background: yellow;
  border-radius: 10px 0px 0px 10px;
}
.card-accordion .card-number {
  border-radius: 0px 10px 10px 0px;
  background: lightgreen;
}
.card-accordion .card-number h3 {
  color: #fff;
  font-weight: 700;
  font-size: 54px;
}
.card-accordion .card.expanded {
  width: 22em;
  transition: 0.75s;
}
.card-accordion .card.expanded h3 {
  position: absolute;
  bottom: -10px;
  margin-left: 30px;
  z-index: 10;
  transition: 0.75s;
}
.card-accordion .card.collapsed {
  transition: 0.75s;
}
.card-accordion .card.collapsed h3 {
  position: absolute;
  bottom: -10px;
  margin-left: -38px;
  z-index: 10;
  transition: 0.75s;
}
.card-accordion .card-accordion-img {
  width: 52%;
  background-repeat: no-repeat;
  background: url("/wp-content/uploads/2024/11/glp1-treatment-option-2.png");
  margin: 0 0 0 -20px;
  padding: 0 20px 0 0;
  border-radius: 0 20px 20px 0;
  background-position: 50% 50%;
}
.card-accordion h3, .card-accordion h4 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
}

.slide-header h4 {
  color: #fff;
  font-weight: 400;
  font-size: 47px;
  line-height: 1.2;
  margin-top: 40px;
}

.slide-content {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  bottom: 0;
  margin-bottom: 80px;
}

.card.expanded .slide-header h4,
.card.expanded .slide-content {
  animation: text-focus-in 0.75s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.15s both;
}

.card.collapsed .slide-header h4,
.card.collapsed .slide-content {
  opacity: 0;
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 445px;
}

#card-1 {
  z-index: 5;
}

#card-2 {
  z-index: 4;
}

#card-3 {
  z-index: 3;
}

#card-1 .card-content {
  background-color: #189BD7;
  border-radius: 0;
  z-index: 5;
}

#card-1 .card-content .slide-header h4,
#card-1 .card-content .slide-content {
  margin-left: 25px;
}

#card-1 .card-number {
  background-color: #189BD7;
  border-radius: 0 20px 20px 0;
}

#card-2 .card-content {
  background-color: #894395;
  border-radius: 0;
  z-index: 4;
  margin-left: -20px;
}

#card-2 .card-number {
  background-color: #894395;
  border-radius: 0 20px 20px 0;
}

#card-2 .card-content .slide-header h4,
#card-2 .card-content .slide-content,
#card-3 .card-content .slide-header h4,
#card-3 .card-content .slide-content {
  margin-left: 45px;
}

#card-3 .card-content {
  background-color: #0C3972;
  border-radius: 0;
  z-index: 3;
  margin-left: -20px;
}

#card-3 .card-number {
  background-color: #0C3972;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 820px) {
  .card {
    grid-template-columns: 90% 10%;
  }
  .card.expanded {
    width: 16em;
    transition: 0.75s;
  }
  #card-1 .card-number,
  #card-2 .card-number,
  #card-3 .card-number {
    border-radius: 0;
  }
  .card-accordion-img {
    display: none;
  }
  .card-number h3 {
    font-size: 34px;
  }
  .slide-header h4 {
    font-size: 27px;
  }
  .slide-content {
    font-size: 16px;
  }
  .card-accordion .card.expanded h3 {
    margin-left: 6px;
  }
  .card-accordion .card.collapsed h3 {
    margin-left: -38px;
  }
}
.claya-hover-card {
  position: relative;
  overflow: hidden;
  max-width: 346px;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  border-radius: 10px;
}
.claya-hover-card-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 980px) {
  .claya-hover-card-container {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1180px) {
  .claya-hover-card {
    transform: scale(0.98);
  }
}
@media (max-width: 980px) {
  .claya-hover-card {
    transform: scale(1);
  }
}
.claya-hover-card * {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
.claya-hover-card img {
  max-width: 100%;
  vertical-align: top;
}
.claya-hover-card .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 15px 0;
  z-index: 10;
}
.claya-hover-card figcaption {
  position: absolute;
  bottom: -100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px 115px;
  z-index: 9;
}
.claya-hover-card .purple-gradient {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #894395;
}
.claya-hover-card .purple-gradient:before {
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(to bottom, transparent 0%, #894395 100%);
}
.claya-hover-card h3, .claya-hover-card p {
  margin: 0 0 10px;
}
.claya-hover-card h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
}
@media (min-width: 981px) {
  .claya-hover-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .claya-hover-card h3 {
    font-size: 32px;
  }
}
.claya-hover-card p {
  font-size: 18px;
  line-height: 1.4;
}
.claya-hover-card .arrow {
  background-color: #fff;
  border-radius: 30px;
  width: 56px;
  height: 56px;
}
.claya-hover-card .arrow:before {
  content: "\f060" !important;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
  position: absolute;
  right: 2em;
  font-size: 18px;
  color: #894395;
  top: 50%;
  margin-top: -1.2em;
  left: auto;
  transition: transform 0.75s;
}
/*@media (max-width: 1180px) {
  .claya-hover-card .arrow:before {
    transform: scale(0.98);
    right: 1.1em;
    margin-top: -0.6em;
  }
}*/
@media (min-width: 981px) {
    .claya-hover-card .arrow:before {
        right: 1.95em;
        margin-top: -0.75em;
    }
}
@media (max-width: 980px) {
  .claya-hover-card .arrow:before {
    transform: scale(1);
  }
}
@media (max-width: 1180px) {
  .claya-hover-card .arrow {
    transform: scale(0.98);
  }
}
@media (max-width: 980px) {
  .claya-hover-card .arrow {
    transform: scale(1);
  }
}
.claya-hover-card:hover figcaption, .claya-hover-card.hover figcaption {
  bottom: 0;
}
.claya-hover-card:hover .arrow:before, .claya-hover-card.hover .arrow:before {
  transform: rotate(45deg);
}

#product-cards-text h2 {
  margin: 0;
  padding: 0;
}
@media (max-width: 980px) {
  #product-cards-text h2 h2 {
    padding-bottom: 20px;
  }
}
#product-cards-text .et_pb_row {
  display: flex;
  align-items: end;
}
@media (max-width: 980px) {
  #product-cards-text .et_pb_row {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 980px) {
  #product-cards-text .et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: left;
  }
}

.uk-slider-items.uk-grid {
  list-style-type: none;
}
.uk-slider-items.uk-grid .uk-panel:hover {
  cursor: grab;
}
.uk-slider-items.uk-grid .card-details {
  padding-left: 38px;
}
.uk-slider-items.uk-grid .card-details.white {
  color: white;
}
.uk-slider-items.uk-grid .card-details .header {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  padding-top: 10px;
}
.uk-slider-items.uk-grid .card-details .numbers {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.uk-slider-items.uk-grid .card-details .numbers sup {
  font-size: 24px;
  top: -0.45em;
}
.uk-slider-items.uk-grid .card-details .numbers span {
  font-size: 24px;
  font-weight: 400;
}
.uk-slider-items.uk-grid .card-details ul {
  font-size: 18px;
  padding: 10px 0 0 1em;
}
.uk-slider-items.uk-grid .card-savings {
  width: 218px;
  padding-top: 50px;
}
.uk-slider-items.uk-grid .card-savings .numbers {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  padding: 2px 0;
}
.uk-slider-items.uk-grid .card-savings .numbers sup {
  font-size: 24px;
  top: -0.45em;
}
.uk-slider-items.uk-grid .card-savings-container {
  border-radius: 0 10px 10px 0;
  background-color: #B371AF;
  text-align: center;
  width: 218px;
  padding: 12px 0 40px;
}
.uk-slider-items.uk-grid .card-savings .savings {
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 0 auto;
  background-color: #189BD7;
  padding: 10px;
  width: 140px;
  border-radius: 30px;
  position: relative;
  top: -25px;
}
.mobile-pricing {
  display: none;
}
.uk-slider-items.uk-grid .et_pb_button_module_wrapper {
  padding: 0 38px;
}
.uk-slider-items.uk-grid .et_pb_button {
  width: 100%;
}
.uk-slider-items.uk-grid .et_pb_button.white {
  width: 100%;
}
.uk-slider-items.uk-grid .box-container {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.uk-slider-items.uk-grid .box-container .card {
  position: relative;
  width: 100%;
  min-height: 470px;
  border-radius: 20px;
  overflow: hidden;
  background: #f5f6fa;
  display: flex;
  flex-direction: column;
  padding: 10px 0 35px;
  justify-content: space-between;
}
.uk-slider-items.uk-grid .uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}
.uk-slider-items.uk-grid .uk-slidenav:hover {
  padding: 5px 10px;
  color: rgb(102, 102, 102);
}
.uk-slider-items.uk-grid .uk-icon {
  color: white;
  background-color: rgba(102, 102, 102, 0.5);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.uk-slider-items.uk-grid .uk-icon:hover {
  color: white;
  background-color: rgb(102, 102, 102);
}
.uk-slider-items.uk-grid .uk-position-center-left svg {
  margin: 7px 0 0 -4px;
}
.uk-slider-items.uk-grid .uk-position-center-right svg {
  margin: 7px -4px 0 0;
}

.entry-content ul.uk-slider-items {
  padding: 30px 0 23px 1em;
}
.entry-content ul.uk-slider-items li:nth-child(1) .card {
  background-size: cover !important;
  background-color: #D5BFD4 !important;
  background-position: center right !important;
}

@media (min-width: 640px) {
  .uk-child-width-1-2\@s > * {
    width: 60% !important;
  }
}
@media (min-width: 1080px) {
  .uk-grid {
    margin-left: 0;
    margin-left: -31.5%;
  }
  .uk-child-width-1-4\@l > * {
    width: 450px !important;
  }
  .uk-grid > * {
    padding-left: 20px;
  }
}
/*MOBILE PRODUCT SLIDER*/
@media (max-width: 639px) {
  [class*="uk-child-width"] > * {
    width: 70%;
  }
  .uk-grid > * {
    padding-left: 20px;
  }
  .uk-slider-items.uk-grid .card-details {
	padding: 0 20px;
    background: rgba(250,250,250,0.6);
  }
  .uk-slider-items.uk-grid .card-savings {
    padding-top: 30px;
  }
  .uk-slider-items.uk-grid .et_pb_button_module_wrapper {
    padding-left: 20px;
	margin-block-start: auto;
  }
  .uk-slider-items.uk-grid .box-container .card {
    min-height: 300px !important;
    width: 100% !important;
    padding: 0 0 20px;
  }
  .entry-content ul.uk-slider-items li:nth-child(1) .card {
    background-position: center center !important;
  }
  .uk-slider-items.uk-grid .card-details .header,
  .uk-slider-items.uk-grid .card-details .numbers:last-child {
  	display: none;
  }
  .uk-slider-items.uk-grid .et_pb_button_module_wrapper {
    padding: 0 20px;
  }
  .uk-slider-items.uk-grid .card-details .numbers {
    padding: 10px 0 12px;
    line-height: 2rem;
  }
  .uk-slider-items.uk-grid .card-details .numbers span {
    font-size: 20px;
  }
  .mobile-pricing {
	display: block;
	padding: 5px 20px;
    font-size: 20px;
    font-weight: 600;
  }
}
/*/END MOBILE PRODUCT SLIDER*/
@media (min-width: 981px) {
  #home-page-hero {
    overflow-y: hidden;
  }
}
@media (min-width: 981px) {
  #home-page-hero .et_pb_row {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 980px) {
  #home-page-hero .et_pb_row {
    padding: 0;
  }
}
#home-page-hero h1 {
  line-height: 1.2em;
  font-weight: 400;
}
#home-page-hero .hero-scroll-container.vertical {
  display: flex;
  gap: 10px;
  width: 40vw;
  max-width: 739px;
}
@media (max-width: 1780px) {
  #home-page-hero .hero-scroll-container.vertical {
    width: 50vw;
	max-width: 739px;
  }
}
@media (max-width: 1530px) {
  #home-page-hero .hero-scroll-container.vertical {
    transform: scale(0.7);
    width: 56vw;
	max-width: 739px;
    margin-left: -100px;
  }
}
@media (max-width: 1080px) {
  #home-page-hero .hero-scroll-container.vertical {
    transform: scale(1);
    width: 72vw;
	max-width: 739px;
    margin-left: 0;
  }
  #home-page-hero .hero-scroll-container.vertical .wrapper:nth-child(2) {
    display: none;
  }
}
@media (max-width: 980px) {
  #home-page-hero .hero-scroll-container.vertical {
    display: none;
  }
}
#home-page-hero .hero-scroll-container.vertical .wrapper {
  width: 100%;
  overflow: hidden;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .itemLeft,
#home-page-hero .hero-scroll-container.vertical .wrapper .itemRight {
  width: 360px;
  height: 360px;
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .itemLeft {
  top: max(1080px, 100%);
  animation-name: scrollTop;
  animation-duration: 40s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .itemRight {
  bottom: max(966px, 100%);
  animation-name: scrollBottom;
  animation-duration: 30s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item1 {
  animation-delay: -30s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item2 {
  animation-delay: -20s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item3 {
  animation-delay: -10s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item4 {
  animation-delay: 0s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item5 {
  animation-delay: -25s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item6 {
  animation-delay: -20s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item7 {
  animation-delay: -15s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item8 {
  animation-delay: -10s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item9 {
  animation-delay: -5s;
}
#home-page-hero .hero-scroll-container.vertical .wrapper .item10 {
  animation-delay: 0s;
}

@media (min-width: 981px) {
  #hero-infinite-slider {
    display: none;
  }
}
#hero-infinite-slider .hero-scroll-container .wrapper {
  width: 100%;
  margin-inline: 2px;
  position: relative;
  height: 200px;
  overflow: hidden;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item {
  width: 200px;
  height: auto;
  position: absolute;
  left: max(1880px, 100%);
  animation-name: scrollLeft;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item1 {
  animation-delay: -36s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item2 {
  animation-delay: -32s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item3 {
  animation-delay: -28s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item4 {
  animation-delay: -24s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item5 {
  animation-delay: -20s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item6 {
  animation-delay: -16s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item7 {
  animation-delay: -12s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item8 {
  animation-delay: -8s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item9 {
  animation-delay: -4s;
}
#hero-infinite-slider .hero-scroll-container .wrapper .item.item10 {
  animation-delay: 0s;
}

@keyframes scrollTop {
  to {
    top: -400px;
  }
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollBottom {
  to {
    /*bottom: -810px;*/
	/*bottom: -1060px;*/
	  bottom: -1260px;  
  }
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollLeft {
  to {
    left: -200px;
  }
}
@media (min-width: 981px) {
  .hero-products .et_pb_row {
    display: flex;
    align-items: center;
  }
}
.hero-products h1 {
  line-height: 1.1em;
  margin: 0 0 6px;
}
.hero-products h1 .eyebrow {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .hero-products h1 .eyebrow {
    font-size: 22px !important;
    line-height: 1.1em !important;
  }
}
@media (max-width: 980px) {
  .hero-products h1 {
    font-size: 42px !important;
    line-height: 1.1em !important;
  }
}
.hero-products h2 {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2em;
  margin: 0;
}
@media (max-width: 980px) {
  .hero-products h2 {
    font-size: 22px !important;
  }
}

.purple-statement span {
  font-size: 24px !important;
  line-height: 1.2em;
  font-weight: 700 !important;
  color: #894395;
}

.options-container .options-header h3 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600 !important;
}
.options-container .double-check-marks.options-copy ul li {
  margin-bottom: 2px;
}

.steps {
  display: flex;
}
@media (max-width: 980px) {
  .steps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.steps .et_pb_image img {
  width: 88% !important;
  border-radius: 10px;
}
.steps .et_pb_with_border {
  position: relative;
  bottom: 194px;
  margin-bottom: -172px !important;
}
.steps .et_pb_column {
  max-width: 340px;
}
.steps .step {
  position: absolute;
}
.steps .step h3.step-header {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
  position: relative;
  top: 170px;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .steps .step h3.step-header {
    padding-bottom: 20px;
    font-size: 22px !important;
  }
}
.steps .step h3.step-header .step-number {
  color: white;
  background-color: #894395;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
  margin-right: 20px;
}

.number-cards-container {
  position: relative;
}
.number-cards-container .numbers {
  display: inline-block;
  position: absolute;
  width: 105px;
  height: 105px;
  text-align: center;
  align-content: center;
  border-radius: 60px;
  border: 10px solid #eff7fa;
  top: -20px;
  right: -10px;
}
.number-cards-container .numbers .percent p {
  font-weight: 700;
}
.number-cards-container .numbers .percent p .percent-sign {
  font-size: 20px;
  vertical-align: top;
  position: relative;
  top: -4px;
}
.number-cards-container .numbers.number-2 .percent p .percent-value::after {
  content: "+";
  font-size: 20px;
  vertical-align: top;
  position: relative;
  top: -4px;
}
.number-cards p span {
  font-weight: 500 !important;
}

.by-the-numbers-header h2 {
  font-size: 30px;
  font-weight: 600 !important;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
}
.by-the-numbers-strike {
  text-decoration: line-through;
  font-size: 32px;
}
.by-the-numbers-bold {
  font-weight: 700;
  font-size: 36px;
}
.by-the-numbers-light {
  font-size: 24px;
}

.double-check-marks.inlined ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  justify-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.double-check-marks.inlined ul li {
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.double-check-marks.inlined ul li:first-child {
  padding-left: 62px;
}
.double-check-marks.inlined ul li:last-child {
  padding-left: 92px;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow-x: hidden;
  margin: 0;
  padding: 0 0 0px;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-prev {
  left: -50px;
}
@media (max-width: 980px) {
  .slick-slider .slick-prev {
    left: -32px;
  }
}
@media (max-width: 499px) {
  .slick-slider .slick-prev {
    left: -26px;
  }
}
.slick-slider .slick-prev:before {
  content: "#";
}
.slick-slider .slick-next {
  right: -50px;
}
@media (max-width: 980px) {
  .slick-slider .slick-next {
    right: -30px;
  }
}
@media (max-width: 499px) {
  .slick-slider .slick-next {
    right: -24px;
  }
}
.slick-slider .slick-next:before {
  content: "$";
}
.slick-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: #894395;
  outline: none;
  background: #DFD1E2;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
}
.slick-slider .slick-arrow:hover {
  background: #894395;
  color: #fff;
}
.slick-slider .slick-arrow:before {
  font-family: ETmodules;
  background: transparent;
  opacity: 1;
  font-size: 24px;
  vertical-align: middle;
  color: #894395;
  text-align: center;
  position: relative;
  top: 2px;
  left: 1px;
}
.slick-slider .slick-arrow:hover:before {
  color: #fff;
}
.slick-slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-slider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #DFD1E2;
  border-radius: 10px;
}
.slick-slider ul.slick-dots li.slick-active button {
  background-color: #894395;
}
@media (min-width: 981px) {
	.slick-slider .claya-2-col-feature-testimonial {
		min-height: 360px;
	}
	.slick-slider .claya-2-col-feature-testimonial:nth-child(3),
	.slick-slider .claya-2-col-feature-testimonial:nth-child(4) {
		min-height: 405px;
	}
}
.slick-slider .claya-2-col-feature-testimonial {
  background-color: #D5E8F0 !important;
  border-radius: 40px;
  font-weight: 500;
  font-family: "Playfair Display", Georgia, Times, sans-serif;
  /*font-style: $font-italic;*/
  padding: 80px 60px 50px;
}
.slick-slider .claya-2-col-feature-testimonial:before {
  content: "";
}
.slick-slider .claya-2-col-feature-testimonial .et_pb_testimonial_author {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
}
.slick-slider .claya-2-col-feature-testimonial .et_pb_testimonial_description {
  margin-left: 0 !important;
}
.slick-slider .claya-2-col-feature-testimonial .et_pb_testimonial_portrait {
  margin-right: 0;
  float: none;
  position: absolute;
  top: -50px;
  left: 41%;
}
.slick-slider .claya-2-col-feature-testimonial .et_pb_testimonial_portrait:before {
  content: "";
  box-shadow: none;
}
.slick-slider .claya-2-col-feature-testimonial:nth-child(even) {
  background-color: #894395 !important;
  border-radius: 40px;
  color: #fff !important;
}

@media (min-width: 981px) {
	.slick-slider .claya-2-col-feature-testimonial {
		border-radius: 0 0 0 80px;
	}
	.slick-slider .claya-2-col-feature-testimonial:nth-child(even) {
		border-radius: 0 0 80px 0;
	}
}

#pricing .pricing-cards h3 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600 !important;
}
#pricing .pricing-cards .by-the-numbers-strike {
  font-size: 48px;
  margin-right: 10px;
}
#pricing .pricing-cards .by-the-numbers-bold {
  font-size: 54px;
}
#pricing .pricing-cards .pricing-savings-button {
  position: relative;
  top: -42px;
  margin-bottom: -32px;
  font-weight: 600;
  font-size: 20px;
}
#pricing .pricing-cards .double-check-marks ul li {
  margin-bottom: 0;
}

@media only screen and (min-width: 1350px) {
  #blog-title.et_pb_section {
    padding: 0 0 20px !important;
  }
}
#blog-title.et_pb_section .et_pb_title_container {
  display: flex;
  flex-direction: column;
}
#blog-title.et_pb_section h1.entry-title {
  order: 2;
  text-align: center;
  padding-bottom: 60px;
}
#blog-title.et_pb_section h1.entry-title a:hover {
  color: #894395;
}
#blog-title.et_pb_section .et_pb_title_meta_container {
  order: 1;
  text-align: center;
  color: #894395 !important;
  background-color: #DFD1E2;
  padding: 2px 20px !important;
  margin-bottom: 10px;
  border-radius: 20px;
  align-self: center;
  font-size: 14px;
}
#blog-title.et_pb_section .et_pb_title_meta_container .author.vcard a {
  font-weight: 600;
  color: #894395 !important;
  text-decoration: underline;
}
#blog-title.et_pb_section .et_pb_title_meta_container .author.vcard:hover {
  color: #0C3972 !important;
  text-decoration: underline;
}
#blog-title.et_pb_section .et_pb_image_wrap img {
  border-radius: 20px;
}

#blog-post .et_pb_post_content .et_pb_section {
  background-color: #eff7fa;
}
@media only screen and (min-width: 1350px) {
  #blog-post .et_pb_post_content .et_pb_section {
    padding: 0 !important;
  }
}
#blog-post .et_pb_post_content .et_pb_section .et_pb_row {
  width: 100%;
  padding-top: 0;
}
#blog-post .et_pb_post_content .et_pb_section .et_pb_text_inner ul li {
  padding-top: 20px !important;
  line-height: 1.5em;
}
#blog-post .et_pb_post_content .et_pb_section .et_pb_text_inner ul li span {
  font-size: 18px !important;
}

#blog-articles .et_pb_row:first-child {
  display: flex;
  align-items: baseline;
}
#blog-articles .et_pb_row:first-child .et_pb_column:last-child {
  display: flex;
  justify-content: end;
}
#blog-articles .et_pb_row:first-child .et_pb_column:last-child a {
  font-weight: 600;
  margin-right: 20px;
}
#blog-articles .et_pb_row:first-child .et_pb_column:last-child a:hover {
  color: #894395;
}
#blog-articles .et_pb_row:first-child .et_pb_column:last-child a:hover:before {
  color: #894395;
}
#blog-articles .et_pb_row:first-child .et_pb_column:last-child a:before {
  content: "\f061" !important;
  font-family: FontAwesome !important;
  font-weight: 400 !important;
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #0C3972;
  top: 50%;
  margin-top: -0.8em;
  left: auto;
}
#blog-articles .et_pb_row:last-child {
  display: flex;
  padding-top: 16px;
}
@media (min-width: 981px) {
  #blog-articles .et_pb_row:last-child .column.size-1of3 {
    width: 31.333%;
  }
}
#blog-articles .et_pb_row:last-child .et_pb_post {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 0;
}
#blog-articles .et_pb_row:last-child .et_pb_post .et_pb_image_container {
  order: 0;
  margin: 0;
}
#blog-articles .et_pb_row:last-child .et_pb_post .et_pb_image_container a {
  margin-bottom: 15px;
}
#blog-articles .et_pb_row:last-child .et_pb_post h3.entry-title {
  order: 2;
  font-size: 22px;
  margin: 0;
}
#blog-articles .et_pb_row:last-child .et_pb_post h3.entry-title a:hover {
  color: #894395 !important;
}
#blog-articles .et_pb_row:last-child .et_pb_post .post-meta {
  order: 1;
  font-weight: 600;
  font-size: 14px;
}
#blog-articles .et_pb_row:last-child .et_pb_post .post-content {
  order: 3;
}
#blog-articles .et_pb_row:last-child .et_pb_post .post-content p {
  color: #000001;
}
@media only screen and (min-width: 1350px) {
  #blog-articles .et_pb_row.et_pb_row_3_tb_body {
    padding: 0 0 27px;
  }
}
@media (min-width: 981px) {
  #blog-articles .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    margin-right: 3%;
  }
}
@media (min-width: 981px) {
  #blog-articles .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
    margin-right: 0;
  }
}

#join-list .et_pb_contact_form {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#join-list .et_pb_contact_field {
  padding-left: 0;
}
#join-list .et_pb_button:hover {
  background-color: #894395 !important;
}

#blog-page-title p {
  font-size: 24px;
  line-height: 1.3em;
}

.blog-articles-container .et_pb_row {
  display: flex;
  padding-top: 16px;
}
@media (min-width: 981px) {
  .blog-articles-container .et_pb_row .column.size-1of3 {
    width: 31.333%;
  }
}
.blog-articles-container .et_pb_row .et_pb_post {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 450px;
}
.blog-articles-container .et_pb_row .et_pb_post .et_pb_image_container {
  order: 0;
  margin: 0;
}
.blog-articles-container .et_pb_row .et_pb_post .et_pb_image_container a {
  margin-bottom: 15px;
}
.blog-articles-container .et_pb_row .et_pb_post h3.entry-title {
  order: 2;
  font-size: 22px;
  margin: 0;
}
.blog-articles-container .et_pb_row .et_pb_post h3.entry-title a:hover {
  color: #894395;
}
.blog-articles-container .et_pb_row .et_pb_post .post-meta {
  order: 1;
  font-weight: 600;
  font-size: 14px;
}
.blog-articles-container .et_pb_row .et_pb_post .post-content {
  order: 3;
}
.blog-articles-container .et_pb_row .et_pb_post .post-content p {
  color: #000001;
}
.blog-articles-container .et_pb_row .pagination a {
  font-weight: 600;
}
.blog-articles-container .et_pb_row .pagination a:hover {
  color: #894395;
}
@media only screen and (min-width: 1350px) {
  .blog-articles-container .et_pb_row.et_pb_row_3_tb_body {
    padding: 0 0 27px;
  }
}
@media (min-width: 981px) {
  .blog-articles-container .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    margin-right: 3%;
    width: 31.333%;
  }
}
@media (min-width: 981px) {
  .blog-articles-container .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 981px) {
  #featured-blog article {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
#featured-blog .featured-blog-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  #featured-blog .featured-blog-content {
    width: 100%;
  }
}
@media (min-width: 1261px) {
  #featured-blog .featured-blog-content {
    width: 130%;
  }
}
#featured-blog .post-meta {
  order: 1;
}
#featured-blog .post-meta .published {
  font-weight: 600;
}
#featured-blog .entry-title, #featured-blog .post-content {
  order: 2;
}
#featured-blog h2.entry-title {
  margin-top: 0;
}
#featured-blog h2.entry-title a:hover {
  color: #894395;
}
#featured-blog a.more-link {
  margin-top: 20px;
}
#featured-blog a.more-link:after {
  content: "\f054";
  position: relative;
  right: 0;
  font-size: 16px;
  color: #0C3972;
  top: 50%;
  margin-top: -0.5em;
  margin-left: 0.5em;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
}
#featured-blog a.more-link:hover {
  color: #894395 !important;
}
#featured-blog a.more-link:hover:after {
  color: #894395;
}
@media (min-width: 981px) {
  #featured-blog .entry-featured-image-url img {
    left: -110%;
    max-width: 200%;
    width: auto;
    position: relative;
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 1261px) {
  #featured-blog .entry-featured-image-url img {
    left: -150%;
    max-width: 300%;
  }
}
@media (max-width: 980px) {
  #featured-blog .entry-featured-image-url img {
    border-radius: 20px;
  }
}

.pa-blog-equal-height .pa-auto-height {
  height: auto !important;
}

.pa-blog-equal-height .pa-auto-margin {
  margin-top: 20px !important;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 600;
}
.wp-pagenavi a:hover {
  color: #894395;
}
.wp-pagenavi .current {
  background-color: #0C3972;
  color: #fff !important;
  width: 20px;
  height: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px 10px 0;
}
.wp-pagenavi .page.smaller,
.wp-pagenavi .page.larger {
  padding-left: 10px;
  padding-right: 10px;
}
.wp-pagenavi .nextpostslink {
  padding-left: 20px;
}
.wp-pagenavi .previouspostslink {
  padding-right: 20px;
}

.claya-form-styles form input, .claya-form-styles form select {
  border-radius: 30px !important;
}
.claya-form-styles form textarea {
  border-radius: 6px !important;
}
.claya-form-styles form button {
  background-color: #0C3972 !important;
  color: #fff !important;
  border-radius: 30px !important;
  min-width: 200px !important;
}
.claya-form-styles form button:hover {
  color: #fff !important;
  background-color: #894395 !important;
}
.claya-form-styles form .et_contact_bottom_container {
  float: unset;
  display: flex;
  margin-top: 20px;
}
.claya-form-styles form .et_pb_contact_submit {
  margin: 0 auto;
}
.claya-form-styles form .form-legal .et_pb_text_inner {
  font-size: 14px !important;
}
.claya-form-styles form .et_pb_contact_field[data-type=select]:after {
  right: 15px;
}

.entry-content ul {
  padding: 0 0 23px 1em;
}

p:has(+ ul) {
  padding-bottom: 0;
}

@media (min-width: 981px) {
  .text-image-right .et_pb_image .et_pb_image_wrap img {
    width: auto;
    max-width: 650px;
    position: relative;
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1261px) {
  .text-image-right .et_pb_image .et_pb_image_wrap img {
    right: 0px;
  }
}
@media (max-width: 1120px) and (min-width: 981px) {
  .text-image-right .et_pb_image .et_pb_image_wrap img {
    right: -50px;
  }
}
@media (max-width: 980px) {
  .text-image-right .et_pb_image .et_pb_image_wrap img {
    border-radius: 20px;
  }
}
@media (min-width: 981px) {
  .text-image-right .et_pb_row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 981px) {
  .text-image-right .et_pb_column {
    overflow: visible;
  }
}

@media (min-width: 981px) {
  .text-image-left .et_pb_image .et_pb_image_wrap img {
    width: auto;
    max-width: 650px;
    position: relative;
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 1261px) {
  .text-image-left .et_pb_image .et_pb_image_wrap img {
    left: -170px;
  }
}
@media (max-width: 1260px) and (min-width: 1121px) {
  .text-image-left .et_pb_image .et_pb_image_wrap img {
    left: -200px;
  }
}
@media (max-width: 1120px) and (min-width: 981px) {
  .text-image-left .et_pb_image .et_pb_image_wrap img {
    left: -280px;
  }
}
@media (max-width: 980px) {
  .text-image-left .et_pb_image .et_pb_image_wrap img {
    border-radius: 20px;
  }
}
@media (min-width: 981px) {
  .text-image-left .et_pb_row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 981px) {
  .text-image-left .et_pb_column {
    overflow: visible;
  }
}

.double-check-marks ul {
  list-style-type: none;
  list-style: none;
  padding: 0 0 0 62px;
}
.double-check-marks ul li {
  margin-bottom: 10px;
}
.double-check-marks ul li::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 23px;
  background-image: url("/wp-content/uploads/2024/11/double-check-mark-padded.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -62px;
  margin-top: 4px;
}

.double-check-marks ul li ul {
    list-style-type: disc;
    list-style: disc;
	padding: 0 0 0 42px;
}

.double-check-marks ul li ul li::before {
  content: none;
}

@media (min-width: 981px) {
  .center-columns-row .et_pb_row {
    display: flex;
    align-items: center;
  }
}

#treatments-hero h1 {
  margin-top: 0;
  padding-bottom: 0;
}
#treatments-hero h1 .eyebrow {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0;
}
#treatments-hero .treatments-container .et_pb_column {
  overflow: visible;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  #treatments-hero .treatments-container .et_pb_column:first-child {
    margin-bottom: 125px;
  }
}
#treatments-hero .treatments-container .et_pb_column .et_pb_image {
  margin-top: -75px;
}
#treatments-hero .treatments-container .et_pb_column:hover .arrow:before {
  transform: rotate(-45deg);
}
#treatments-hero .treatments-container .double-check-marks ul li {
  color: #fff;
}
#treatments-hero .treatments-container .double-check-marks ul li::before {
  background-image: url(/wp-content/uploads/2024/11/double-check-mark-padded-white.png);
}
#treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card {
  max-width: unset;
}
#treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card .title {
  position: unset;
  padding: 0;
  align-items: center;
}
#treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card .title h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  width: 80%;
  padding: 0;
  margin: 0;
}
@media (max-width: 980px) {
  #treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card .title h2 {
    font-size: 24px;
  }
}
#treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card .title .arrow:before {
  content: "\f061" !important;
  right: 1.15em;
  margin-top: -0.65em;
}
#treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card .title .arrow.blue:before {
  color: #189BD7;
}
#treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card:hover .arrow:before, #treatments-hero .treatments-container .claya-hover-card-container .claya-hover-card.hover .arrow:before {
  transform: rotate(-45deg);
}

/*HEADER MOBILE FIX*/
@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed;
		top: 0;
		left: 0;
    }
	.et_header_style_left .logo_container {
		width: 50%;
	}
}
.et_mobile_menu {
    overflow: scroll;
    max-height: 80vh !important;
    border-bottom: 3px solid #2ea3f2;
}