@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);@charset "UTF-8";
/**
 * Remove top margin from first child and bottom margin from last child.
 */
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  text-rendering: optimizeLegibility;
}
@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

.animation-buzz-out {
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.animation-shifting-background {
  animation: shifting-background 30s ease infinite;
}

@keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.WysiwygAnchors a, .Wysiwyg a, .WysiwygAnchors a:visited{
	--tw-text-opacity: 1;
	color: rgba(49, 130, 206, var(--tw-text-opacity));
  transition: all 0.24s ease;
}
.WysiwygAnchors a:hover, .Wysiwyg a:hover, .WysiwygAnchors a:focus, .Wysiwyg a:focus, .WysiwygAnchors a:visited:hover, .WysiwygAnchors a:visited:focus{
	--tw-text-opacity: 1;
	color: rgba(99, 179, 237, var(--tw-text-opacity));
}
h1 .WysiwygAnchors a, h1 .Wysiwyg a, h1 .WysiwygAnchors a:visited, h2 .WysiwygAnchors a, h2 .Wysiwyg a, h2 .WysiwygAnchors a:visited, h3 .WysiwygAnchors a, h3 .Wysiwyg a, h3 .WysiwygAnchors a:visited, h4 .WysiwygAnchors a, h4 .Wysiwyg a, h4 .WysiwygAnchors a:visited, h5 .WysiwygAnchors a, h5 .Wysiwyg a, h5 .WysiwygAnchors a:visited, h6 .WysiwygAnchors a, h6 .Wysiwyg a, h6 .WysiwygAnchors a:visited {
  color: inherit;
}

.WysiwygHeadings h1, .Wysiwyg h1, .WysiwygHeadings h2, .Wysiwyg h2, .WysiwygHeadings h3, .Wysiwyg h3, .WysiwygHeadings h4, .Wysiwyg h4, .WysiwygHeadings h5, .Wysiwyg h5, .WysiwygHeadings h6, .Wysiwyg h6{
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.WysiwygHeadings h1, .Wysiwyg h1{
	font-size: 1.5rem;
	line-height: 2rem;
}
.WysiwygHeadings h2, .Wysiwyg h2{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.WysiwygHeadings h3, .Wysiwyg h3, .WysiwygHeadings h4, .Wysiwyg h4, .WysiwygHeadings h5, .Wysiwyg h5{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.WysiwygImages img.aligncenter, .Wysiwyg img.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.WysiwygImages .gallery .gallery-item, .Wysiwyg .gallery .gallery-item{
	border-width: 0px;
	text-align: center;
}
.WysiwygImages .gallery .gallery-icon, .Wysiwyg .gallery .gallery-icon{
	text-align: center;
}
.WysiwygImages .gallery img, .Wysiwyg .gallery img{
	display: inline;
  border: none !important;
}
.WysiwygImages .wp-caption-text, .Wysiwyg .wp-caption-text{
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.WysiwygCode code, .Wysiwyg code{
	display: inline-block;
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	vertical-align: baseline;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.WysiwygSpacing p, .Wysiwyg p, .WysiwygSpacing ul, .Wysiwyg ul, .WysiwygSpacing ol, .Wysiwyg ol, .WysiwygSpacing hr, .Wysiwyg hr, .WysiwygSpacing .wp-block-embed, .Wysiwyg .wp-block-embed, .WysiwygSpacing .gallery, .Wysiwyg .gallery, .WysiwygSpacing [class*=wp-image-], .Wysiwyg [class*=wp-image-]{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.WysiwygLists ul, .Wysiwyg ul, .WysiwygLists ol, .Wysiwyg ol{
	margin-left: 1.5rem;
	list-style-position: outside;
}

.WysiwygLists ul > :first-child, .Wysiwyg ul > :first-child, .WysiwygLists ol > :first-child, .Wysiwyg ol > :first-child {
    margin-top: 0;
  }

.WysiwygLists ul > :last-child, .Wysiwyg ul > :last-child, .WysiwygLists ol > :last-child, .Wysiwyg ol > :last-child {
    margin-bottom: 0;
  }
.WysiwygLists ul, .Wysiwyg ul{
	list-style-type: disc;
}
.WysiwygLists ol, .Wysiwyg ol{
	list-style-type: decimal;
}
.WysiwygLists li, .Wysiwyg li{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.static{
	position: static;
}

.fixed{
	position: fixed;
}

.absolute{
	position: absolute;
}

.relative{
	position: relative;
}

.sticky{
	position: sticky;
}

.right-0{
	right: 0px;
}

.bottom-\[-50px\]{
	bottom: -50px;
}

.bottom-\[-8px\]{
	bottom: -8px;
}

.top-6{
	top: 1.5rem;
}

.right-6{
	right: 1.5rem;
}

.bottom-0{
	bottom: 0px;
}

.top-0{
	top: 0px;
}

.z-10{
	z-index: 10;
}

.m-auto{
	margin: auto;
}

.m-3{
	margin: 0.75rem;
}

.mx-auto{
	margin-left: auto;
	margin-right: auto;
}

.mx-5{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.mx-3{
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.mb-28{
	margin-bottom: 7rem;
}

.mb-4{
	margin-bottom: 1rem;
}

.mb-12{
	margin-bottom: 3rem;
}

.mb-10{
	margin-bottom: 2.5rem;
}

.mt-24{
	margin-top: 6rem;
}

.mt-10{
	margin-top: 2.5rem;
}

.mb-0{
	margin-bottom: 0px;
}

.mr-5{
	margin-right: 1.25rem;
}

.-mt-24{
	margin-top: -6rem;
}

.mb-6{
	margin-bottom: 1.5rem;
}

.mt-8{
	margin-top: 2rem;
}

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

.mr-0{
	margin-right: 0px;
}

.ml-10{
	margin-left: 2.5rem;
}

.mb-8{
	margin-bottom: 2rem;
}

.mt-0{
	margin-top: 0px;
}

.mt-20{
	margin-top: 5rem;
}

.mb-5{
	margin-bottom: 1.25rem;
}

.mb-16{
	margin-bottom: 4rem;
}

.ml-28{
	margin-left: 7rem;
}

.mb-20{
	margin-bottom: 5rem;
}

.mr-3{
	margin-right: 0.75rem;
}

.ml-4{
	margin-left: 1rem;
}

.mb-24{
	margin-bottom: 6rem;
}

.mr-4{
	margin-right: 1rem;
}

.mt-16{
	margin-top: 4rem;
}

.-mt-40{
	margin-top: -10rem;
}

.-mb-2{
	margin-bottom: -0.5rem;
}

.mr-8{
	margin-right: 2rem;
}

.-mr-32{
	margin-right: -8rem;
}

.-mb-10{
	margin-bottom: -2.5rem;
}

.mr-32{
	margin-right: 8rem;
}

.ml-3{
	margin-left: 0.75rem;
}

.mr-2{
	margin-right: 0.5rem;
}

.mb-2{
	margin-bottom: 0.5rem;
}

.ml-8{
	margin-left: 2rem;
}

.mt-4{
	margin-top: 1rem;
}

.mr-10{
	margin-right: 2.5rem;
}

.-mb-20{
	margin-bottom: -5rem;
}

.-mb-4{
	margin-bottom: -1rem;
}

.ml-6{
	margin-left: 1.5rem;
}

.block{
	display: block;
}

.inline-block{
	display: inline-block;
}

.flex{
	display: flex;
}

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

.grid{
	display: grid;
}

.hidden{
	display: none;
}

.h-full{
	height: 100%;
}

.h-8{
	height: 2rem;
}

.h-4{
	height: 1rem;
}

.h-32{
	height: 8rem;
}

.min-h-0{
	min-height: 0px;
}

.w-8\/12{
	width: 66.666667%;
}

.w-4\/12{
	width: 33.333333%;
}

.w-56{
	width: 14rem;
}

.w-3\/12{
	width: 25%;
}

.w-7\/12{
	width: 58.333333%;
}

.w-full{
	width: 100%;
}

.w-3\/4{
	width: 75%;
}

.w-9\/12{
	width: 75%;
}

.w-6\/12{
	width: 50%;
}

.w-5\/12{
	width: 41.666667%;
}

.w-8{
	width: 2rem;
}

.w-4{
	width: 1rem;
}

.w-1\/3{
	width: 33.333333%;
}

.w-\[75\%\]{
	width: 75%;
}

.w-auto{
	width: auto;
}

.w-1\/2{
	width: 50%;
}

.w-44{
	width: 11rem;
}

.w-1\/4{
	width: 25%;
}

.w-2\/3{
	width: 66.666667%;
}

.w-3\/5{
	width: 60%;
}

.w-2\/5{
	width: 40%;
}

.min-w-\[400px\]{
	min-width: 400px;
}

.min-w-\[415px\]{
	min-width: 415px;
}

.max-w-5xl{
	max-width: 64rem;
}

.max-w-md{
	max-width: 28rem;
}

.max-w-4xl{
	max-width: 56rem;
}

.max-w-6xl{
	max-width: 72rem;
}

.max-w-3xl{
	max-width: 48rem;
}

.max-w-xs{
	max-width: 20rem;
}

.max-w-\[1250px\]{
	max-width: 1250px;
}

.max-w-\[25rem\]{
	max-width: 25rem;
}

.max-w-xl{
	max-width: 36rem;
}

.max-w-2xl{
	max-width: 42rem;
}

.max-w-sm{
	max-width: 24rem;
}

.max-w-lg{
	max-width: 32rem;
}

.flex-shrink-0{
	flex-shrink: 0;
}

.cursor-pointer{
	cursor: pointer;
}

.resize{
	resize: both;
}

.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row{
	flex-direction: row;
}

.flex-col{
	flex-direction: column;
}

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

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

.items-end{
	align-items: flex-end;
}

.items-center{
	align-items: center;
}

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

.justify-end{
	justify-content: flex-end;
}

.justify-center{
	justify-content: center;
}

.justify-between{
	justify-content: space-between;
}

.gap-12{
	gap: 3rem;
}

.gap-4{
	gap: 1rem;
}

.gap-10{
	gap: 2.5rem;
}

.whitespace-nowrap{
	white-space: nowrap;
}

.rounded-lg{
	border-radius: 0.5rem;
}

.rounded-3xl{
	border-radius: 1.5rem;
}

.rounded{
	border-radius: 0.25rem;
}

.border{
	border-width: 1px;
}

.border-t{
	border-top-width: 1px;
}

.border-b{
	border-bottom-width: 1px;
}

.border-l{
	border-left-width: 1px;
}

.border-r{
	border-right-width: 1px;
}

.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-transparent{
	background-color: transparent;
}

.bg-cover{
	background-size: cover;
}

.bg-contain{
	background-size: contain;
}

.bg-right-top{
	background-position: right top;
}

.bg-top{
	background-position: top;
}

.bg-bottom{
	background-position: bottom;
}

.bg-no-repeat{
	background-repeat: no-repeat;
}

.p-8{
	padding: 2rem;
}

.p-4{
	padding: 1rem;
}

.p-12{
	padding: 3rem;
}

.p-48{
	padding: 12rem;
}

.p-6{
	padding: 1.5rem;
}

.p-10{
	padding: 2.5rem;
}

.px-12{
	padding-left: 3rem;
	padding-right: 3rem;
}

.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-20{
	padding-left: 5rem;
	padding-right: 5rem;
}

.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-32{
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.px-24{
	padding-left: 6rem;
	padding-right: 6rem;
}

.py-28{
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.py-24{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.pt-4{
	padding-top: 1rem;
}

.pb-4{
	padding-bottom: 1rem;
}

.pr-1{
	padding-right: 0.25rem;
}

.pt-10{
	padding-top: 2.5rem;
}

.pr-2{
	padding-right: 0.5rem;
}

.pb-0{
	padding-bottom: 0px;
}

.pt-2{
	padding-top: 0.5rem;
}

.pb-8{
	padding-bottom: 2rem;
}

.pt-0{
	padding-top: 0px;
}

.pt-8{
	padding-top: 2rem;
}

.pb-12{
	padding-bottom: 3rem;
}

.pb-2{
	padding-bottom: 0.5rem;
}

.pt-24{
	padding-top: 6rem;
}

.pb-20{
	padding-bottom: 5rem;
}

.pt-16{
	padding-top: 4rem;
}

.pb-10{
	padding-bottom: 2.5rem;
}

.pt-5{
	padding-top: 1.25rem;
}

.pt-6{
	padding-top: 1.5rem;
}

.pb-6{
	padding-bottom: 1.5rem;
}

.pl-0{
	padding-left: 0px;
}

.pr-6{
	padding-right: 1.5rem;
}

.pr-10{
	padding-right: 2.5rem;
}

.pb-1{
	padding-bottom: 0.25rem;
}

.pt-20{
	padding-top: 5rem;
}

.pl-4{
	padding-left: 1rem;
}

.pr-8{
	padding-right: 2rem;
}

.pt-12{
	padding-top: 3rem;
}

.pr-4{
	padding-right: 1rem;
}

.pl-20{
	padding-left: 5rem;
}

.pl-12{
	padding-left: 3rem;
}

.pb-3{
	padding-bottom: 0.75rem;
}

.pb-48{
	padding-bottom: 12rem;
}

.pl-40{
	padding-left: 10rem;
}

.pl-16{
	padding-left: 4rem;
}

.pb-24{
	padding-bottom: 6rem;
}

.pt-56{
	padding-top: 14rem;
}

.pl-10{
	padding-left: 2.5rem;
}

.pr-16{
	padding-right: 4rem;
}

.pl-1{
	padding-left: 0.25rem;
}

.pt-48{
	padding-top: 12rem;
}

.pb-16{
	padding-bottom: 4rem;
}

.pl-8{
	padding-left: 2rem;
}

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

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}

.font-normal{
	font-weight: 400;
}

.font-medium{
	font-weight: 500;
}

.font-light{
	font-weight: 300;
}

.font-semibold{
	font-weight: 600;
}

.font-bold{
	font-weight: 700;
}

.font-extrabold{
	font-weight: 800;
}

.uppercase{
	text-transform: uppercase;
}

.italic{
	font-style: italic;
}

.leading-none{
	line-height: 1;
}

.leading-8{
	line-height: 2rem;
}

.leading-6{
	line-height: 1.5rem;
}

.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-black{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-indigo-200{
	--tw-text-opacity: 1;
	color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.underline{
	text-decoration: underline;
}

.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow{
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
	filter: var(--tw-filter);
}

.filter{
	filter: var(--tw-filter);
}

.\!filter{
	filter: var(--tw-filter) !important;
}

.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.m-between + .m-between{
	margin-top: 0.25rem;
}
.m-between-0 + .m-between-0{
	margin-top: 0px;
}
.m-between-1 + .m-between-1{
	margin-top: 0.25rem;
}
.m-between-2 + .m-between-2{
	margin-top: 0.5rem;
}
.m-between-3 + .m-between-3{
	margin-top: 0.75rem;
}
.m-between-4 + .m-between-4{
	margin-top: 1rem;
}
.m-between-5 + .m-between-5{
	margin-top: 1.25rem;
}
.m-between-6 + .m-between-6{
	margin-top: 1.5rem;
}
.m-between-8 + .m-between-8{
	margin-top: 2rem;
}
.m-between-10 + .m-between-10{
	margin-top: 2.5rem;
}
.m-between-12 + .m-between-12{
	margin-top: 3rem;
}
.m-between-16 + .m-between-16{
	margin-top: 4rem;
}
.m-between-20 + .m-between-20{
	margin-top: 5rem;
}
.m-between-24 + .m-between-24{
	margin-top: 6rem;
}
.m-between-32 + .m-between-32{
	margin-top: 8rem;
}
.m-between-40 + .m-between-40{
	margin-top: 10rem;
}
.m-between-48 + .m-between-48{
	margin-top: 12rem;
}
.m-between-56 + .m-between-56{
	margin-top: 14rem;
}
.m-between-64 + .m-between-64{
	margin-top: 16rem;
}
.m-between-px + .m-between-px{
	margin-top: 1px;
}

.hm-between + .hm-between{
	margin-left: 0.25rem;
}
.hm-between-0 + .hm-between-0{
	margin-left: 0px;
}
.hm-between-1 + .hm-between-1{
	margin-left: 0.25rem;
}
.hm-between-2 + .hm-between-2{
	margin-left: 0.5rem;
}
.hm-between-3 + .hm-between-3{
	margin-left: 0.75rem;
}
.hm-between-4 + .hm-between-4{
	margin-left: 1rem;
}
.hm-between-5 + .hm-between-5{
	margin-left: 1.25rem;
}
.hm-between-6 + .hm-between-6{
	margin-left: 1.5rem;
}
.hm-between-8 + .hm-between-8{
	margin-left: 2rem;
}
.hm-between-10 + .hm-between-10{
	margin-left: 2.5rem;
}
.hm-between-12 + .hm-between-12{
	margin-left: 3rem;
}
.hm-between-16 + .hm-between-16{
	margin-left: 4rem;
}
.hm-between-20 + .hm-between-20{
	margin-left: 5rem;
}
.hm-between-24 + .hm-between-24{
	margin-left: 6rem;
}
.hm-between-32 + .hm-between-32{
	margin-left: 8rem;
}
.hm-between-40 + .hm-between-40{
	margin-left: 10rem;
}
.hm-between-48 + .hm-between-48{
	margin-left: 12rem;
}
.hm-between-56 + .hm-between-56{
	margin-left: 14rem;
}
.hm-between-64 + .hm-between-64{
	margin-left: 16rem;
}
.hm-between-px + .hm-between-px{
	margin-left: 1px;
}
.row {
  width: 100%;
  max-width: 1252px;
  padding: 0 20px;
  margin: 0 auto;
}
.row.wide {
  max-width: 1680px;
}

.bm-lgold {
  background-color: #FFFCF4;
}

.bm-lgry {
  background-color: #f6f6f6;
}

.bm-wht {
  background-color: #ffffff;
}

.bm-pink {
  background-color: #ED1C8F;
}

.bm-purp {
  background-color: #AF1685;
}

.bm-blue {
  background-color: #0098D1;
}

.bm-lblue {
  background-color: #F1FAFD;
}

.border-purp {
  border-color: #AF1685;
}

.border-dgray {
  border-color: #58585a;
}

.border-lgry {
  border-color: #f6f6f6;
}

.border-black {
  border-color: #333333;
}

.text-black {
  color: #333333 !important;
}

.text-dgry {
  color: #58585a !important;
}

.text-gold {
  color: #C18919 !important;
}

.text-purp {
  color: #AF1685 !important;
}

.text-blue {
  color: #0098D1 !important;
}

.text-pink {
  color: #ED1C8F !important;
}

.drop-shadow {
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.1);
}
.drop-shadow img {
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.1);
}

.drop-shadow-2 {
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.17);
}

.rounded-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rounded-bottom img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded {
  border-radius: 1.25rem;
}

.anchor {
  position: relative;
}
.anchor:after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  top: -150px;
  visibility: hidden;
}

.has-mask-4 {
  position: relative;
}
.has-mask-4:after {
  content: "";
  background: url("../img/mask-4.png") no-repeat 0 0 transparent;
  background-size: contain;
  width: 196px;
  height: 151px;
  display: inline-block;
  position: absolute;
  top: -43px;
  right: 0;
}

.two-column blockquote {
  max-width: 460px;
}
.two-column .card-callout {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
  padding: 0 20px 20px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: -73px;
  padding-top: 40px;
}
.two-column .card-callout img {
  min-width: 90px;
  max-width: 90px;
  margin-right: 20px;
}
.two-column .card-callout p {
  color: #AF1685;
  font-weight: 600;
  font-size: 22px;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #333333;
  overflow-x: hidden;
}

:not(.home) .hero .wrap {
  max-width: 35rem;
}

h1, .text-h1 {
  font-size: 26px;
  line-height: 1.2;
}

h2, .text-h2 {
  font-size: 22px;
  line-height: 1.2;
  color: #565294;
}

h3, .text-h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #AF1685;
}

h4, .text-h4 {
  font-size: 18px;
  color: #AF1685;
  font-weight: 700;
  margin-bottom: 10px;
}

h5, .text-h5 {
  font-size: 14px;
  color: #ED1C8F;
  font-weight: 400;
  margin-bottom: 10px;
}

h6, .text-h6 {
  font-size: 14px;
  color: #ED1C8F;
  font-weight: 700;
}

p {
  font-size: 20px;
  line-height: 1.4;
}

.chart-headline{
	padding-bottom: 2rem;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 767px){
	.chart-headline{
		padding-bottom: 1rem;
	}
}

.chart-headline {
  color: #AF1685;
  font-size: 18px;
}

.smaller-superscript {
  font-size: 60%;
  top: -0.8em;
}

.sticky-cta {
  background-color: #ffffff;
  position: fixed;
  top: 60%;
  right: -69px;
  text-transform: uppercase;
  border: 3px solid #ED1C8F;
  padding: 13px 20px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 700;
  box-shadow: 0px 0px 7px rgba(51, 51, 51, 0.2);
  color: #ED1C8F;
  transform: rotate(-90deg);
  z-index: 100;
}

.btn {
  background: #ffffff;
  border: 1px solid #ED1C8F;
  border-radius: 14px;
  padding: 12px 23px 10px;
  position: relative;
  color: #ED1C8F;
  font-weight: 600;
  font-size: 22px;
}
.btn .arrow:after {
  background: url("../img/icon-arrow-shadow.png") no-repeat 0 0 transparent;
  content: "";
  width: 20px;
  height: 25px;
  margin-left: 7px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin-left: 5px;
  top: 4px;
}
.btn:hover {
  background-color: #ffffff;
  color: #AF1685;
  border-color: #AF1685;
}
.btn:hover .arrow:after {
  background: url("../img/arrow-purp.png") no-repeat 0 0 transparent;
}

.icon-arrow-expand {
  transform: rotate(-45deg);
  display: inline-block;
}

.underline {
  cursor: pointer;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.button{
	position: relative;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	outline: 2px solid transparent;
	outline-offset: 2px;
  background: #ffffff;
  border: 1px solid #ED1C8F;
  border-radius: 12px;
  padding: 12px 40px 10px;
  position: relative;
  color: #ED1C8F;
  font-size: 18px;
  font-weight: 500;
}
.button:hover {
  background-color: #ffffff;
  color: #AF1685;
  border-color: #AF1685;
}
.button-pink {
  text-align: center;
  background: #ED1C8F;
  color: #ffffff;
  padding-left: calc(0.2rem + 36px);
  padding-right: 0.2rem;
}
.button-pink:hover {
  background: #ffffff;
  color: #AF1685;
  border-color: #AF1685;
}
.button.w-full {
  width: 100%;
  min-width: unset;
}

.button.w-unset {
  min-width: unset;
}

@media (max-width: 639px) {
  .button:after {
    width: 25px;
    top: 7px;
    height: 25px;
    margin-bottom: -10px;
  }
  .button.active:after, .button:focus:after {
    left: 0px;
  }
}
@media screen and (max-width: 450px) {
  .button {
    min-width: unset;
  }
}
@media screen and (max-width: 396px) {
  .button {
    padding: 12px 15px 12px;
    font-size: 19px;
  }
}
.tabs-footer .button:hover:after {
  background-image: url("../img/icon-purple-down.png");
}
.tabs-footer .button:after {
  background-image: url("../img/icon-pink-down.png");
  margin-bottom: -18px;
}
.tabs-footer .button.active {
  color: #AF1685;
  border-color: #AF1685;
}
.tabs-footer .button.active:after {
  background-image: url("../img/icon-purple-up.png");
}

.tabs-footer .btn .arrow:after {
  background: url("../img/icon-arrow-shadow-down.png") no-repeat 0 0 transparent;
  width: 25px;
  top: 7px;
}
.tabs-footer .btn.active .arrow:after {
  background: url("../img/icon-arrow-shadow-active.png") no-repeat 0 0 transparent;
  width: 25px;
  top: 7px;
  left: -3px;
}
.tabs-footer .btn:hover .arrow:after {
  background: url("../img/down-arrow-purp.png") no-repeat 0 0 transparent;
}

.utility-menu li {
  position: relative;
}
.utility-menu li a {
  margin-left: 30px;
  font-size: 12px;
  font-weight: 500;
}
.utility-menu li:hover a + ul {
  display: block;
}
.utility-menu li.menu-item-has-children:after {
  content: "";
  border: 4px solid transparent;
  border-top: 4px solid #333333;
  margin-left: 2px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  right: -12px;
  bottom: 2px;
}
.utility-menu li.menu-item-has-children ul {
  display: none;
  position: absolute;
  left: 30px;
  top: 22px;
  z-index: 10;
  background: #ffffff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(51, 51, 51, 0.2);
}
.utility-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.utility-menu li.menu-item-has-children ul li a {
  margin-left: 0;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #efefef;
}
.utility-menu li.menu-item-has-children ul li a:hover {
  color: #AF1685;
}
.utility-menu p {
  font-size: 12px;
  line-height: 2;
}

.header-menu li a {
  font-weight: 600;
  font-size: 15px;
  color: #AF1685;
  line-height: 1.2;
  text-align: center;
}
.header-menu li.current-menu-item > a {
  color: #AF1685 !important;
  position: relative;
}
.header-menu li.current-menu-item > a:before {
  content: "";
  background-color: #ED1C8F;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -34px;
  right: 0;
}
.header-menu li.current-menu-item #block-8 a {
  color: #ED1C8F !important;
}
.header-menu li.current-menu-item #block-8 a:hover {
  color: #AF1685 !important;
}
.header-menu > li {
  position: relative;
  background: #ffffff;
  padding: 15px 0 20px 24px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.header-menu > li:after {
  content: "";
  width: calc(100% - 24px);
  height: 11px;
  background: #ED1C8F;
  display: none;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.header-menu > li.active:hover:after {
  display: inline-block;
}
.header-menu > li.current-menu-parent > a {
  color: #AF1685;
}
.header-menu > li.current-menu-parent > a:before {
  content: "";
  background-color: #ED1C8F;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -22px;
  right: 0;
}
.header-menu > li.current-menu-parent:after {
  border-top-color: #AF1685 !important;
}
.header-menu > li.menu-item-has-children:after {
  display: none;
}
.header-menu > li.menu-item-has-children:hover > a:before {
  display: none;
}
.header-menu > li.menu-item-has-children:hover:after {
  display: none;
}
.header-menu > li.menu-item-has-children:hover a {
  color: #AF1685;
}
.header-menu > li.menu-item-has-children:hover a + ul.sub-menu {
  display: block;
}
.header-menu > li.menu-item-has-children:hover a + ul.sub-menu a {
  color: #AF1685;
}
.header-menu > li.menu-item-has-children:hover a + ul.sub-menu a:hover {
  color: #58585a;
}
.header-menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  background: rgba(246, 246, 246, 0.94);
  right: 0;
  top: 75px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: -moz-max-content;
  width: max-content;
}
.header-menu > li > ul.sub-menu > li {
  text-align: right;
  padding: 0 10px;
}
.header-menu > li > ul.sub-menu > li > a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  text-align: right;
}
.header-menu > li > ul.sub-menu li a + ul.sub-menu li {
  padding-top: 5px;
  padding-left: 20px;
}
.header-menu > li > ul.sub-menu li a + ul.sub-menu li:last-child {
  margin-bottom: 8px;
}
.header-menu > li > ul.sub-menu li a + ul.sub-menu li a {
  font-weight: 300;
}

.header-menu .sub-menu li.current-menu-item a::before {
  display: none !important;
}

.header-menu > li.resources.menu-item-has-children {
  padding-right: 24px;
}

.header-menu > li.resources.menu-item-has-children.current-menu-parent > a {
  position: relative;
}
.header-menu > li.resources.menu-item-has-children.current-menu-parent > a:before {
  position: absolute;
  top: -7px;
  left: 15px;
}

.header-menu > li.resources > ul.sub-menu {
  width: 148px;
  padding-left: 16px;
}

.header-menu > li.resources.menu-item-has-children.current-menu-item .sub-menu a:before {
  display: none;
}

.header-menu > li.resources.menu-item-has-children.current-menu-parent .sub-menu a:before {
  display: none;
}

.coverage.menu-item.menu-item-type-custom.menu-item-object-custom {
  min-width: 123px;
}

.menu-item-has-children.active > a {
  color: #AF1685;
}
.menu-item-has-children.active a:hover {
  color: #AF1685;
}
.menu-item-has-children.active .rotate {
  transform: rotate(180deg);
  color: #AF1685;
  margin-left: -10px;
}

.cookie-bar {
  background: #5B6770;
  padding: 8px 0;
}
.cookie-bar p {
  color: #ffffff;
  font-size: 16px;
}
.cookie-bar p a {
  text-decoration: underline;
}
.cookie-bar p a:hover {
  text-decoration: none;
}
.cookie-bar .btn {
  padding: 6px 50px 6px 50px;
  max-width: 200px;
  text-align: center;
  line-height: 1.1;
}

header {
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.1);
  position: sticky;
  background: #ffffff;
  top: -1px;
  z-index: 9;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
header .logo img {
  max-width: 185px;
  width: 100%;
}
header .logo .bg-tab {
  margin-right: 15px;
}
header .logo .bg-tab.active {
  background: #AF1685;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 7px 20px;
  position: relative;
}
header .logo .bg-tab.active img {
  visibility: hidden;
}
header .logo .bg-tab.active:after {
  content: "";
  background: url("../img/nexlizet-white.svg") no-repeat 0 0 transparent;
  width: 100%;
  max-width: 205px;
  height: 63.8px;
  background-size: 90%;
  position: absolute;
  top: 10px;
  pointer-events: none;
}

.hero{
	position: relative;
  background-position: center top;
  min-height: 165px;
  margin-bottom: 35px;
  min-height: 422px;
}
.hero .btn {
  display: inline-block;
}
.hero .row{
	display: flex;
	height: 100%;
	align-items: center;
  min-height: 165px;
}
.hero .wrap p {
  color: #ffffff;
  margin-bottom: 5px;
}
.hero h1 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.hero .hl {
  color: #AF1685;
  font-weight: 600;
}

.hero-blurb {
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.1);
}

.home .hero .hero-14px {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0.5rem;
}
.home .hero .hero-16px {
  font-size: 16px;
  line-height: 24px;
}
.home .hero .hero-18px {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
}
.home .hero .hero-24px {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 6px;
  padding-left: 0.5em;
}
.home .hero .hero-58px {
  font-size: 58px;
  line-height: 1;
}
.home .hero .display-inline{
	display: inline;
}
.home .hero .desktop-only{
	display: inline;
}
.home .hero .mobile-only{
	display: none;
}
.home .hero .text-horizontal-line:before, .home .hero .text-horizontal-line:after{
	position: relative;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	vertical-align: middle;
  content: "";
  height: 1px;
  width: 108px;
}
.home .hero .text-horizontal-line:before {
  right: 0.5em;
  margin-left: -50%;
}
.home .hero .text-horizontal-line:after {
  left: 0.5em;
  margin-right: -50%;
}
.home .sticky-cta {
  display: none;
}

body:not(.nexletol) .nexletol-item {
  display: none !important;
}
body:not(.nexletol) .logo.top div .bg-tab:first-child {
  background: #AF1685;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 7px 20px;
  position: relative;
}
body:not(.nexletol) .logo.top div .bg-tab:first-child img {
  visibility: hidden;
}
body:not(.nexletol) .logo.top div .bg-tab:first-child:after {
  content: "";
  background: url("../img/nexlizet-white.svg") no-repeat left 0 transparent;
  width: 100%;
  max-width: 190px;
  height: 63.8px;
  background-size: 90%;
  position: absolute;
  top: 10px;
  pointer-events: none;
}

.tooltip-msg {
  background: #ffffff;
  border-radius: 16px;
  padding: 17px 20px 20px;
  position: absolute;
  z-index: 10;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  max-width: 400px;
  font-size: 18px;
}
.tooltip-msg:after {
  display: none;
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
  z-index: 9;
}

.page-id-370 .hero {
  background-position: center center;
}

.page-id-563 .content p a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 12px;
  color: #ED1C8F;
}
.page-id-563 .content p a:hover {
  text-decoration: none;
}

.nexletol .nav-links > li.nexletol-item + li {
  display: none !important;
}
.nexletol .logo.top div .bg-tab:last-child {
  background: #AF1685;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 7px 20px;
  position: relative;
}
.nexletol .logo.top div .bg-tab:last-child img {
  visibility: hidden;
}
.nexletol .logo.top div .bg-tab:last-child:after {
  content: "";
  background: url("../img/nexletol-white.svg") no-repeat left 0 transparent;
  width: 100%;
  max-width: 205px;
  height: 63.8px;
  background-size: 90%;
  position: absolute;
  top: 10px;
  pointer-events: none;
}
.nexletol .logo.bottom #header-nexlizet-logo {
  display: none;
}
.nexletol .logo.bottom #header-nexletol-logo.hidden {
  display: inline-block;
}

.page-id-672 .gform_title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #AF1685;
  display: none;
}

.single-callout {
  max-width: 780px;
  box-shadow: 0px 0px 7px rgba(51, 51, 51, 0.15);
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  position: relative;
}
.single-callout:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: #AF1685;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: -1;
}
.single-callout:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
}
.single-callout .img-wrap{
	width: 7rem;
}

.num-per {
  font-size: 66px;
  font-weight: 600;
  color: #ED1C8F;
  line-height: 1;
}
.num-per span {
  font-weight: 400;
  font-size: 35px;
}

.fz-20 {
  font-size: 20px;
}
.fz-20 p {
  font-size: 20px;
}

.content h2 {
  margin-bottom: 15px;
}
.content p {
  margin-bottom: 20px;
  font-size: 18px;
}
.content blockquote p {
  font-size: 26px;
}

.bcl-block blockquote {
  background: #f6f6f6;
  padding: 30px 30px 20px 35px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -35px;
  border-left: none;
}
.bcl-block blockquote p {
  font-size: 24px;
}

.learn-more.content {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.learn-more p {
  margin-bottom: 0;
}
.learn-more p strong {
  font-weight: 600;
}

.references p {
  margin: 10px 0;
}
.references p.text-footnote {
  margin: 3px 0 0 0;
}

.card {
  border-radius: 10px;
  box-shadow: 0px 1px 7px rgba(51, 51, 51, 0.2);
}
.card img {
  max-height: 152px;
}
.card .btn {
  min-width: 250px;
  text-align: center;
  justify-content: center;
}
.card .heading {
  background: #f6f6f6;
  color: #AF1685;
  font-weight: bolder;
  text-align: center;
  padding: 12px;
  font-size: 24px;
}
.card .card-headline {
  max-width: 204px;
  font-size: 20px;
  font-weight: 400;
  color: #AF1685;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.card p {
  font-size: 20px;
  line-height: 1.4;
}
.card .btn {
  padding: 12px 25px 10px 30px;
  cursor: pointer;
}

@media (max-width: 599px) {
  .card p.card-headline{
		padding-bottom: 1rem;
	}
  .card p.card-headline{
		padding-right: 0.25rem;
	}
}
.download-content {
  display: flex;
  align-items: center;
}
.download-content img {
  margin-right: 15px;
}

.two-column ul {
  margin-bottom: 20px;
}
.two-column ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.two-column ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ED1C8F;
}
.two-column .centered-blurb-img ul li {
  font-size: 20px;
}
.two-column .centered-blurb-img ul li:after {
  top: 12px;
}
.two-column .centered-blurb-img img {
  margin-bottom: 20px;
}
.two-column .centered-blurb-img .devider {
  margin: 15px auto;
}
.two-column .centered-blurb-img p {
  font-size: 20px;
}

.isi a {
  color: #AF1685;
  text-decoration: underline;
  font-weight: 700;
}
.isi a:hover {
  text-decoration: none;
}
.isi p {
  margin-bottom: 10px;
  font-size: 18px;
}
.isi ul {
  margin-bottom: 5px;
}
.isi ul li {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 5px;
}
.isi ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ED1C8F;
}
.isi ul ul {
  padding-left: 6px;
}
.isi ul ul li {
  position: relative;
  padding-left: 13px;
}
.isi ul ul li:after {
  content: "" !important;
  border-radius: 0 !important;
  background: #ED1C8F !important;
  color: #ED1C8F;
  font-size: 10px;
  top: 11px;
  left: -2px;
  height: 2px;
  width: 10px;
}

body.no-scroll {
  overflow-y: hidden;
}
body.no-scroll .menu-button.open + div .request-cta {
  display: inline-block;
  position: relative;
  margin: auto;
  display: table;
  right: 0;
}

.color-scroll-bar {
  scrollbar-color: #ED1C8F #ffffff;
}

.color-scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #ffffff;
}

.color-scroll-bar::-webkit-scrollbar-thumb {
  background: #ED1C8F;
  border-radius: 10px;
}

.isi-sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  z-index: 100000;
  transform: translateY(calc(100% - 150px));
  height: 150px;
  box-shadow: inset 0 0 8px 0 rgba(51, 51, 51, 0.2);
  padding-top: 15px;
}
.isi-sticky.on {
  transform: translateY(0);
  bottom: inherit;
  top: 0;
  overflow-y: scroll;
  height: 100%;
}
.isi-sticky.on #isi-safety {
  display: none;
}
.isi-sticky.on .view-more span {
  transform: rotate(-225deg);
  top: 10px;
  position: relative;
}

@media (max-width: 1355px) {
  .isi-sticky {
    transform: translateY(calc(100% - 171px));
    height: 171px;
  }
}
@media (max-width: 1080px) {
  .isi-sticky {
    transform: translateY(calc(100% - 192px));
    height: 192px;
  }
}
@media (max-width: 1005px) {
  .cli-bar-message {
    width: 100% !important;
  }
}
@media (max-width: 830px) {
  .isi-sticky {
    transform: translateY(calc(100% - 209px));
    height: 209px;
  }
}
.view-more {
  color: #ED1C8F;
  font-weight: bolder;
  position: absolute;
  top: -5px;
  right: 20px;
  cursor: pointer;
  height: 20px;
  z-index: 5;
}
.view-more div {
  margin-right: 10px;
  font-size: 18px;
}
.view-more span {
  font-size: 30px;
}

.tab.header {
  position: relative;
}
.tab.header div {
  max-width: 283px;
  border: 1px solid #AF1685;
  border-radius: 30px;
  padding: 4px;
}
.tab.header button, .tab.header a {
  background: #ffffff;
  color: #AF1685;
  padding: 5px 20px;
  border-radius: 30px;
  width: 50%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.tab.header button:last-child, .tab.header a:last-child {
  color: #939393;
}
.tab.header button:last-child:hover, .tab.header a:last-child:hover {
  color: #0098D1;
}
.tab.header button.active, .tab.header a.active {
  background: #E8E8E8;
}
.tab.header button.active:last-child, .tab.header a.active:last-child {
  color: #0098D1;
}

.tabcontent h4 {
  font-size: 25px;
  font-weight: 500;
}
.tabcontent section.bm-lgold,
.tabcontent section.bm-lblue,
.tabcontent section.bm-lgry {
  position: relative;
}
.tabcontent section.bm-lgold:after,
.tabcontent section.bm-lblue:after,
.tabcontent section.bm-lgry:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 1000vw;
  height: 100%;
  z-index: -1;
}
.tabcontent section.bm-lgold:after {
  background: #FFFCF4;
}
.tabcontent section.bm-lblue:after {
  background: #F1FAFD;
}
.tabcontent section.bm-lgry:after {
  background: #f6f6f6;
}
.tabcontent .title {
  color: #AF1685;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.tabcontent img {
  box-shadow: none;
}
.tabcontent h5 {
  font-size: 24px;
  line-height: 1.3;
}
.tabcontent p {
  font-size: 20px;
  color: #4F5A62;
}
.tabcontent ul {
  margin-bottom: 10px;
}
.tabcontent ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.tabcontent ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #ED1C8F;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.tabcontent .card p {
  color: #58585a;
}
.tabcontent .card ul li {
  font-size: 20px;
  color: #58585a;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  display: none !important;
}

.tabs-footer {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.tabs-footer p {
  margin-bottom: 15px;
}
.tabs-footer p, .tabs-footer ul, .tabs-footer li {
  font-size: 14px;
}
.tabs-footer p.mb-0 {
  margin-bottom: 0;
}
.tabs-footer.bg-color {
  background: #f9f9f9;
}
.tabs-footer .btn {
  cursor: pointer;
  width: 100%;
  max-width: 250px;
}
.tabs-footer .btn.active {
  border-color: #AF1685;
  color: #AF1685;
}
.tabs-footer .btn.w-unset {
  width: unset;
  max-width: unset;
}

blockquote {
  border-left: 1px solid #ED1C8F;
}
blockquote p {
  padding-left: 20px;
  color: #ED1C8F !important;
  font-weight: 500 !important;
  font-size: 26px !important;
}

.dash {
  width: 57px;
  height: 1px;
  background: #939393;
  display: inline-block;
}

/* Nav Icon */
#nav-icon3 {
  position: absolute;
  right: 0;
  display: none;
  z-index: 10;
  width: 40px;
  height: 45px;
  bottom: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .tab.header div {
    margin: 40px auto 0;
  }
  .tab.header div + hr {
    top: 0 !important;
    left: 0 !important;
  }
  #patient-profiles {
    scroll-margin-top: 130px !important;
  }
  #header-nexletol-logo,
  #header-nexlizet-logo {
    margin-bottom: 5px;
  }
  /*body.scrolling-down #patient-subtab-wrapper {
     scroll-margin-top: 10px !important;
  }*/
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.accordion > li {
  border: 1px solid #ED1C8F;
  border-radius: 15px;
  font-size: 22px;
  position: relative;
}
.accordion > li.active .heading + div {
  padding-top: 15px;
}
.accordion > li.active .heading {
  position: relative;
}
.accordion > li.active .heading:after {
  content: "";
  width: 195px;
  height: 1px;
  background-color: #B9B9B9;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.accordion > li ul {
  margin-top: 10px;
}
.accordion > li ul li ul li:before {
  content: "-" !important;
  top: 0 !important;
  color: #ED1C8F;
  background: transparent !important;
}
.accordion > li.active:after {
  transform: rotate(180deg);
}
.accordion > li:after {
  content: "";
  background: url("../img/icon-arrow-down.svg") no-repeat center 0 transparent;
  width: 30px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 23px;
  right: 20px;
  cursor: pointer;
  z-index: -1;
}
.accordion > li p {
  font-size: 18px;
  margin-bottom: 15px;
}
.accordion > li a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
}
.accordion > li a:hover {
  text-decoration: none;
}
.accordion > li ul li {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.accordion > li ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ED1C8F;
}
.accordion > li .heading {
  font-weight: 500;
  color: #58585a;
  padding: 12px 25px;
  cursor: pointer;
  padding-right: 60px;
}
.accordion > li .heading + div {
  display: none;
  padding: 10px 25px 25px;
}

/* Accordions */
.accordion-wrapper{
	border-top-width: 1px;
	border-bottom-width: 1px;
  background-color: #f6f6f6;
  min-height: 130px;
}
.accordion-wrapper .accordion-header{
	position: relative;
	cursor: pointer;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.accordion-wrapper .accordion-header .accordion-header-wrap, .accordion-wrapper .accordion-header .accordion-download-wrap{
	position: relative;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	text-align: center;
}
.accordion-wrapper .accordion-header .accordion-header-wrap:after, .accordion-wrapper .accordion-header .accordion-download-wrap:after{
	position: absolute;
	right: 0px;
	height: 1.75rem;
	width: 1.75rem;
	background-size: cover;
  content: "";
  top: 0;
  background-image: url("../img/accordion-open.png");
}
.accordion-wrapper .accordion-header.active .accordion-header-wrap:after {
  background-image: url("../img/accordion-close.png");
}
.accordion-wrapper .accordion-pink{
	padding-bottom: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  color: #ED1C8F;
  font-size: 18px;
  line-height: 1.6;
}
.accordion-wrapper .accordion-content.block{
	display: block;
}
.accordion-wrapper .accordion-content{
	margin-bottom: 2rem;
	margin-top: 1rem;
	display: none;
}
.accordion-wrapper .accordion-content .tabcontent{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.accordion-wrapper .single-callout:before {
  z-index: 1;
}
.accordion-wrapper .single-callout:after {
  z-index: 2;
}

.accordion-header-open{
	position: relative;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	text-align: center;
}
.accordion-header-open .accordion-header-wrap, .accordion-header-open .accordion-download-wrap{
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

@media screen and (min-width: 768px) {
  .accordion-wrapper .accordion-header .accordion-pink {
    text-underline-offset: 10px;
  }
  .accordion-header-wrap, .accordion-download-wrap {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .accordion-wrapper .accordion-header .accordion-header-wrap:after, .accordion-wrapper .accordion-header .accordion-download-wrap:after{
		right: 1rem;
	}
  .accordion-wrapper .accordion-header .accordion-header-wrap:after, .accordion-wrapper .accordion-header .accordion-download-wrap:after{
		height: 3rem;
	}
  .accordion-wrapper .accordion-header .accordion-header-wrap:after, .accordion-wrapper .accordion-header .accordion-download-wrap:after{
		width: 3rem;
	}
  .accordion-wrapper .accordion-header .accordion-header-wrap:after, .accordion-wrapper .accordion-header .accordion-download-wrap:after {
    top: 0px;
  }
  .accordion-header-open{
		padding-top: 2rem;
	}
}
.infographic-large {
  font-size: 54px;
  line-height: 54px;
}

.infographic-small {
  font-size: 20px;
  line-height: 20px;
}

ul.list-purple{
	padding-left: 0px;
}
ul.list-purple li{
	position: relative;
	padding-left: 1rem;
}
ul.list-purple li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  background: #AF1685;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

ul.list-dash{
	margin-left: 1rem;
	padding-left: 0px;
}
ul.list-dash li{
	position: relative;
	padding-left: 1rem;
}
ul.list-dash li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: #AF1685;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 0;
}

.request-cta {
  background: #AF1685;
  color: #ffffff;
  position: absolute;
  right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
}

hr.purple {
  border: 1px solid #AF1685;
  border-radius: 4px;
}

.text-purp {
  color: #AF1685;
}

.text-dpurp {
  color: #565294;
}

.border-dpurp {
  border-color: #565294;
}

.text-pink {
  color: #ED1C8F;
}

@media screen and (min-width: 768px) {
  .section-tab {
    box-shadow: 0px 5px 7px rgba(51, 51, 51, 0.1);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
nav {
  position: relative;
  z-index: 10;
}

.js-sticky-nav {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

#patient-switcher-desktop, #patient-switcher-mobile {
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.16);
}

#patient-mobile-wrapper{
	height: 3rem;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#patient-mobile-wrapper.open {
  height: 100% !important;
}
#patient-mobile-wrapper #patient-current-selected{
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding-right: 2.5rem;
}
#patient-mobile-wrapper #patient-current-selected.pat-selected {
  color: #AF1685;
}
#patient-mobile-wrapper #patient-current-selected:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
  transform: rotate(0deg);
}
#patient-mobile-wrapper.open #patient-current-selected {
  color: #AF1685;
}
#patient-mobile-wrapper.open #patient-current-selected:after {
  transform: rotate(180deg);
  border-color: #AF1685 transparent transparent transparent;
}
#patient-mobile-wrapper .patient-mobile-selector{
	cursor: pointer;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
#patient-mobile-wrapper .patient-mobile-selector.selected {
  color: #AF1685;
}

#patient-mobile-wrapper #patient-current-selected.pat-selected:after {
  border-color: #AF1685 transparent transparent transparent;
}

#patient-profiles {
  scroll-margin-top: 64px;
}

#patient-mobile-select{
	display: block;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-repeat: no-repeat;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
  background-color: #FAFAFA;
  color: #AF1685;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi42NSIgaGVpZ2h0PSI4LjMyNSIgdmlld0JveD0iMCAwIDE2LjY1IDguMzI1Ij4KICA8cGF0aCBpZD0iSWNvbl9pb25pYy1tZC1hcnJvdy1kcm9wcmlnaHQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1tZC1hcnJvdy1kcm9wcmlnaHQiIGQ9Ik0wLDAsOC4zMjUsOC4zMjUsMCwxNi42NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjY1KSByb3RhdGUoOTApIiBmaWxsPSIjYWYxNjg1Ii8+Cjwvc3ZnPgo=");
  background-position: right 0.75rem center;
  background-size: 1rem 0.5rem;
}

.two-tab.header button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 26px 16px;
  transition: 0.3s;
  font-size: 25px;
  font-weight: 600;
  width: 50%;
  color: #ffffff;
}

#naomi-main-btn, #nick-main-btn, #nora-main-btn {
  background: #ED1C8F;
}

#naomi-main-btn:after, #nick-main-btn:after, #nora-main-btn:after {
  background: #ED1C8F;
}

#naomi-risk-btn, #nick-risk-btn, #nora-risk-btn {
  background: #565294;
}

#naomi-risk-btn.active:after, #nick-risk-btn.active:after, #nora-risk-btn.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  bottom: 0;
  background: #565294;
}

.z-3 {
  z-index: 3;
}

.w-max-content {
  width: -moz-max-content;
  width: max-content;
}

/* Larger Tooltip */
.larger-tooltip {
  padding: 35px 40px 25px;
  max-width: 750px;
}
.larger-tooltip p, .larger-tooltip li {
  font-size: 18px;
}

/* Video  */
.video-wrapper{
	padding: 3.5rem;
  border-radius: 60px;
  box-shadow: 0px 5px 7px rgba(51, 51, 51, 0.1);
  border: 1px solid rgba(88, 88, 90, 0.3);
}

.aspect-video {
  aspect-ratio: 16/9;
}

.video {
  position: relative;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  display: block;
}
.video iframe.hidden {
  top: -100%;
}

@media (max-width: 767px) {
  .video-wrapper{
		padding: 1rem;
	}
  .video-wrapper {
    border-radius: 1rem;
  }
}
/* Coverage Modal */
body.scroll-lock {
  overflow: hidden;
}

/* Resources */
.download p{
	padding-bottom: 1rem;
  font-size: 16px;
}

#terms-modal{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 50;
	display: flex;
	height: calc(100% - 0rem);
	max-height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	overflow-x: hidden;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 999999;
}
#terms-modal .modal-wrapper{
	position: relative;
	width: 75%;
	padding: 1rem;
  max-height: 95%;
}

#terms-modal.hidden{
	display: none;
}

/* Request Samples */
/* F5D4D4 */
#gform_wrapper_1 .gform_heading, #gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_1 #gform_fields_1, #gform_wrapper_1 #gform_fields_2, #gform_wrapper_2 #gform_fields_1, #gform_wrapper_2 #gform_fields_2 {
  row-gap: 2rem;
}
#gform_wrapper_1 input, #gform_wrapper_1 select, #gform_wrapper_2 input, #gform_wrapper_2 select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 23px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 7px;
}
#gform_wrapper_1 .gform_button, #gform_wrapper_2 .gform_button {
  background: #ffffff;
  border: 1px solid #ED1C8F;
  border-radius: 15px;
  color: #ED1C8F;
  box-shadow: none;
  text-transform: uppercase;
  padding: 13px 100px;
  text-align: center;
  font-weight: 600;
}
#gform_wrapper_1 .gform_button:hover, #gform_wrapper_2 .gform_button:hover {
  background: #ED1C8F;
  color: #ffffff;
}
#gform_wrapper_1 .gfield_error input, #gform_wrapper_1 .gfield_error select, #gform_wrapper_2 .gfield_error input, #gform_wrapper_2 .gfield_error select {
  background-color: #F5D4D4;
  font-weight: 700;
  color: #C90A0A;
}

@media screen and (min-width: 768px) {
  #gform_wrapper_1 #gform_fields_1 {
    row-gap: 2.75rem;
  }
  #gform_wrapper_1 .gfield {
    flex-direction: row;
    display: flex;
    align-items: center;
  }
  #gform_wrapper_1 .gfield label {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  #gform_wrapper_1 .gfield .gfield_validation_message {
    margin: 0 0 0 1rem;
  }
  #gform_wrapper_2 #gform_fields_2 {
    row-gap: 2.75rem;
  }
  #gform_wrapper_2 .gfield {
    flex-direction: row;
    display: flex;
    align-items: center;
  }
  #gform_wrapper_2 .gfield label {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  #gform_wrapper_2 .gfield .gfield_validation_message {
    margin: 0 0 0 1rem;
  }
}
/* Site Map */
.sitemap-container a:hover {
  color: #AF1685;
}

/* General Spacing */
.px-spacing{
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-spacing{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pb-spacing{
	padding-bottom: 2rem;
}

.pt-spacing{
	padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .page-id-317 section.hero,
  .page-id-404 section.hero,
  .page-id-427 section.hero,
  .page-id-449 section.hero,
  .page-id-494 section.hero,
  .page-id-540 section.hero {
    background-image: url("../img/hero_1.png") !important;
    background-position: right top;
  }
  .page-id-636 section.hero,
  .page-id-467 section.hero,
  .page-id-642 section.hero {
    background-image: url("../img/hero_2.png") !important;
    background-position: right top;
  }
  .page-id-370 section.hero {
    background-image: url("../img/hero_4.png") !important;
    background-position: right top;
  }
  .hero .wrap {
    padding-bottom: 90vw;
  }
  .page-id-370 .hero .wrap {
    padding-bottom: inherit;
    max-width: 50%;
  }
  .page-id-370 .two-column div.py-10 {
    padding-top: 0;
  }
  .card .equal {
    height: auto !important;
  }
  .px-spacing{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .py-spacing{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
  .pb-spacing{
		padding-bottom: 1rem;
	}
  .pt-spacing{
		padding-top: 1rem;
	}
}
/* Utility text */
.text-legal {
  font-size: 14px !important;
}

.text-footnote:first-letter {
  margin-left: -7px;
}

.font-12px {
  font-size: 12px !important;
}

.font-14px {
  font-size: 14px !important;
}

.font-16px {
  font-size: 16px !important;
}

.font-18px {
  font-size: 18px !important;
}

.font-19px, .font-19px p {
  font-size: 19px !important;
}

.font-20px {
  font-size: 20px !important;
}
.font-20px p {
  font-size: 20px !important;
}

.font-22px {
  font-size: 22px !important;
}

.font-23px {
  font-size: 23px !important;
}

.font-26px {
  font-size: 25px !important;
  line-height: 28px;
}

.font-26 {
  font-size: 25px !important;
  line-height: 1.3;
}

.font-30px {
  font-size: 30px !important;
}

.font-60px {
  font-size: 60px !important;
}

.small-caps {
  text-transform: uppercase;
  font-size: 0.7em;
}

.reference-indent {
  text-indent: -8px;
  padding-left: 10px;
}

.blurb-list ul li {
  position: relative;
  padding-left: 25px;
}
.blurb-list ul li:before {
  content: "";
  background: #ED1C8F;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0;
}

.header-menu.mobile-utility-menu > li.active:hover:after {
  display: none;
}

.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
  margin-bottom: 7px;
  font-size: 26px;
}
.callout .btn {
  display: inline-flex;
}
.callout p {
  font-size: 26px;
}
.callout.content h4 {
  font-weight: 700;
}
.callout.content p {
  font-size: 18px;
}

.modal {
  background: #ffffff;
  padding: 30px 30px 10px;
  border-radius: 18px;
  text-align: left;
  width: 100%;
  max-width: 1050px;
  margin: auto;
  position: relative;
}
.modal .close {
  cursor: pointer;
  position: absolute;
  color: #ED1C8F;
  top: 30px;
  right: 15px;
  transform: rotate(45deg);
  font-size: 50px;
  line-height: 0;
}
.modal .close:hover {
  color: #AF1685;
}
.modal ul li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}
.modal ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ED1C8F;
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
  margin-bottom: 5px;
}
.modal p {
  margin-bottom: 20px;
  font-size: 16px;
}
.modal a {
  color: #ED1C8F;
  text-decoration: underline;
}
.modal a:hover {
  text-decoration: none;
}

.gform_wrapper.gravity-theme .ginput_complex {
  width: 100%;
}

#gform_wrapper_2 .gfield {
  display: block;
}

div .gform_wrapper.gravity-theme .gfield_label {
  font-size: 26px;
  color: #58585a;
  font-weight: 500;
  margin-bottom: 20px;
}

div .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100%;
}

div #gform_wrapper_2 .gfield .gfield_validation_message {
  margin: 10px 0 0 0;
  background: none;
  border: none;
  padding: 0;
  color: #E60000;
}
div #gform_wrapper_2 .gfield_error input {
  background-color: #ffffff;
}
div .gform_wrapper .gfield_error label,
div .gform_wrapper .gfield_required {
  color: #E60000;
}
div #gform_wrapper_2 .gfield_error input {
  font-weight: normal;
  color: #333333;
}
div #gform_wrapper_2 .gfield label {
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}
div #gform_wrapper_2 #input_2_1 label {
  margin-bottom: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  justify-content: center;
}
div #field_2_8.gfield label {
  font-size: 26px;
}
div .gform_wrapper .gform_validation_errors {
  border-color: #E60000;
}
div .gform_wrapper .gform_validation_errors h2 {
  color: #E60000;
}

form .gform-body {
  margin-bottom: 50px;
}
form .gform-body a {
  text-decoration: underline;
}
form .gform-body a:hover {
  text-decoration: none;
}
form .gform-body input[type=text],
form .gform-body input[type=email],
form .gform-body input[type=tel] {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
form .gform-body .gfield_radio {
  position: relative;
}
form .gform-body .gfield_radio input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
}
form .gform-body #input_2_3 label {
  line-height: 2.2;
}
form .gform-body #choice_3_3_0 {
  visibility: hidden;
}
form .gform-body #label_3_3_0 {
  line-height: 2;
}
form .gform-body #input_2_8 {
  display: none;
}
form .gform-body #choice_2_12_1 {
  width: 21px;
  box-shadow: none;
  margin-right: 10px;
  margin-top: 4px;
}
form .gform-body .gchoice.gchoice_2_12_1 {
  display: flex;
  align-items: start;
}
form .gform-body .ginput_container_radio {
  width: 100%;
}
form .gform-body input {
  border: 1px solid #939393 !important;
  border-radius: 0 !important;
  width: 100%;
  box-shadow: none !important;
  padding: 22px 8px 8px !important;
}
form .gform-body .gfield_radio {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
form .gform-body .gfield_radio > div {
  width: 33%;
}
form .gform-body .gfield_radio > div label {
  width: 100%;
  padding: 5px 54px;
  cursor: pointer;
  min-height: 57px;
  font-size: 20px !important;
  line-height: 1.3;
}
form .gform-body .gfield_radio > div label:hover {
  background: #ED1C8F;
  color: #ffffff;
}
form .gform-body .gfield_radio > div label.active, form .gform-body .gfield_radio > div label.on {
  background: #ED1C8F;
  color: #ffffff;
}
form .gform-body .gfield_radio label {
  background: #ffffff;
  border: 1px solid #ED1C8F;
  border-radius: 15px;
  color: #ED1C8F;
  padding: 5px 30px;
  text-align: center;
  font-weight: 600;
}

footer .logo a:last-of-type img {
  max-width: 190px;
}

footer {
  background: #f6f6f6;
}
footer .logo img {
  max-width: 220px;
  width: 100%;
}
footer p {
  font-size: 12px;
}
footer ul li {
  border-left: none;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 12px;
}
footer ul li:first-child {
  border-left: none;
}
footer ul li a {
  font-size: 15px;
}
footer ul li a:hover {
  text-decoration: underline;
}

body:not(.nexletol) .mobile-utility-menu .nexletol-item {
  display: block !important;
}

#mobile-nav .header-menu.mobile-utility-menu > li {
  display: table;
  width: auto;
}
#mobile-nav .header-menu.mobile-utility-menu > li a {
  font-weight: 300;
  font-size: 12px;
  color: #333333;
  padding-left: 20px !important;
  padding-bottom: 15px !important;
  font-weight: 500;
}
#mobile-nav .header-menu.mobile-utility-menu .open-menu {
  font-size: 15px !important;
  top: -11px !important;
  right: 3px;
  left: inherit;
  justify-content: right;
}

#mobile-nav .mobile-menu-cta {
  background: #ffffff;
}
#mobile-nav .mobile-menu-cta .btn .arrow {
  padding-left: 0;
}

#cookie-law-info-bar, .wt-cli-cookie-bar {
  box-shadow: none;
}

.header-menu.nav-links > li.active:hover:after {
  display: none;
}

.menu-item-object-groovy-menu-wim {
  position: absolute;
  background: #ffffff;
  right: -275px;
  top: 0;
  height: 100%;
  max-width: 302px;
  width: 100%;
  padding: 10px 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 5px 5px 7px rgba(51, 51, 51, 0.1);
}
.menu-item-object-groovy-menu-wim .groovy-menu-wim-wrap {
  border-left: 1px solid #58585a;
  font-size: 22px;
  color: #565294;
  padding: 20px 44px;
  height: 100%;
  line-height: 1.1;
}
.menu-item-object-groovy-menu-wim .groovy-menu-wim-wrap li {
  padding-left: 0 !important;
}
.menu-item-object-groovy-menu-wim .groovy-menu-wim-wrap a {
  margin-top: 15px;
  padding: 12px 0.5rem 10px calc(0.5rem + 15px);
  position: relative;
  color: #ED1C8F !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 20px;
  max-width: 183px;
  min-width: 183px;
  text-align: center;
}
.menu-item-object-groovy-menu-wim .groovy-menu-wim-wrap a:hover {
  color: #AF1685 !important;
  border-color: #AF1685;
}

body .cookie-bar .cli_action_button {
  padding: 14px 30px !important;
  max-width: 250px !important;
  text-align: center !important;
  line-height: 1.1 !important;
  background: #fff !important;
  border: 1px solid #ED1C8F !important;
  border-radius: 30px !important;
  position: relative !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #ED1C8F !important;
  text-transform: uppercase;
}
body .cookie-bar a {
  outline: none;
}

#cookie-law-info-again {
  display: none !important;
}

.bcl-block {
  padding: 0 15px;
}

.for-us {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 70px;
  margin-top: -20px;
}
.for-us p {
  font-size: 10px;
  line-height: 1.2;
}

@media (min-width: 1401px) {
  section[role=navigation] .row,
  header .row,
  #wt-cli-cookie-banner .row {
    max-width: 1410px;
  }
  header .logo img {
    min-width: 250px;
    margin-right: 0;
  }
  body:not(.nexletol) .logo.top div .bg-tab:first-child:after,
  .nexletol .logo.top div .bg-tab:last-child:after {
    max-width: 259px;
    height: 72.8px;
    background-size: contain;
    top: 12px;
  }
  .header-menu > li > ul.sub-menu {
    top: 85px;
  }
  .header-menu > li.current-menu-parent > a:before {
    bottom: -33px;
  }
  .header-menu > li {
    padding: 15px 0 33px 20px;
    top: 6px;
  }
  .logo.bottom {
    display: none;
  }
  .header-menu > li:first-child {
    display: none;
  }
  .open-menu {
    display: none;
  }
  .header-menu {
    display: flex !important;
  }
  .header-menu.mobile-utility-menu,
  .mobile-menu-cta {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .request-cta {
    display: none;
  }
  #mobile-nav ul.mobile-utility-menu {
    margin-top: 15px;
  }
  #mobile-nav .header-menu.mobile-utility-menu .open-menu {
    width: 100%;
  }
  .logo.top .flex > div {
    border-radius: 0 !important;
  }
  .logo.top {
    margin: -10px -20px 5px;
  }
  .logo.top .flex > div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
  }
  #mobile-nav div > ul.nav-links {
    padding-top: 14px;
  }
  #mobile-nav div > ul.nav-links:first-child {
    background-color: #f6f7f8;
    border-bottom: 2px solid rgba(51, 51, 51, 0.2);
    padding-bottom: 30px;
  }
  #mobile-nav .menu li a {
    text-align: left;
  }
  #mobile-nav .menu li a br {
    display: none;
  }
  .header-menu > li.current-menu-parent > a:before {
    display: none;
  }
  .sticky-cta {
    display: none;
  }
  .menu-item-object-groovy-menu-wim {
    display: none !important;
  }
  .utility-menu {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .header-menu.nav-links {
    box-shadow: inset 0 4px 8px -5px rgba(51, 51, 51, 0.5);
  }
  .header-menu.nav-links > li:first-child:before {
    content: "";
    background: url("../img/icon-home.svg") no-repeat 0 0 transparent;
    width: 16px;
    height: 16px;
    background-size: contain;
    position: absolute;
    left: 0;
    left: 20px;
    top: 10px;
  }
  .header-menu.nav-links li .open-menu div {
    color: transparent;
    position: relative;
    left: 20px;
  }
  .header-menu.nav-links li .open-menu div:after {
    content: "\221F";
    color: #AF1685;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    left: -13px;
    top: -6px;
    font-size: 22px;
    font-weight: 600;
  }
  #nav-icon3 {
    display: inline-block;
  }
  .header-menu > li.menu-item-has-children:hover {
    box-shadow: none;
  }
  .header-menu > li.menu-item-has-children:after {
    display: none;
  }
  .header-menu > li:last-child li:hover .sub-menu {
    width: 100% !important;
    top: 0 !important;
  }
  .header-menu > li:hover > .sub-menu {
    top: 0;
  }
  .header-menu > li:hover > .sub-menu li:hover .sub-menu {
    left: 0;
    box-shadow: none;
  }
  #mobile-nav > .header-menu > li:first-child > .sub-menu > li > ul.sub-menu {
    width: 100%;
  }
  #mobile-nav .header-menu li {
    position: relative;
  }
  #mobile-nav .header-menu li.current-menu-item a:before {
    display: none;
  }
  #mobile-nav .header-menu .sub-menu {
    position: relative !important;
    top: 0;
    padding: 0 20px;
    box-shadow: none;
    border-radius: 0;
    padding-left: 50px;
  }
  #mobile-nav .header-menu .sub-menu.active {
    display: block !important;
    padding-right: 0;
  }
  #mobile-nav .header-menu .sub-menu.active a {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  #mobile-nav .header-menu .sub-menu.active a:before {
    display: none;
  }
  #mobile-nav .header-menu .open-menu {
    position: absolute;
    top: -8px;
    left: 0;
    height: 52px;
    width: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: left;
  }
  .header-menu .menu-item-has-children > a:after {
    right: 0;
    display: none;
  }
  .header-menu > li,
  .header-menu > li > ul.sub-menu {
    background: none;
  }
  #mobile-nav {
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    z-index: 20;
    width: 100vw;
    margin-left: -20px;
    background: #F6F7F8;
    padding: 0;
  }
  #mobile-nav.scroll > div {
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 300px;
  }
  #mobile-nav ul {
    display: none;
    width: 100%;
  }
  #mobile-nav ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #mobile-nav ul li a {
    padding: 10px 20px 10px 50px;
    display: block;
  }
  #mobile-nav ul li a:hover {
    color: #AF1685;
  }
}
@media (max-width: 1200px) {
  form .gform-body .gfield_radio {
    display: block;
  }
  form .gform-body .gfield_radio > div {
    width: 100%;
    margin-bottom: 15px;
  }
  div #gform_wrapper_2 .gfield label.gform-field-label--type-inline {
    line-height: 2;
  }
  .has-mask-4:after {
    top: -143px;
  }
  .tabcontent #how-nexlizet-works {
    background-size: 50vw;
    margin-bottom: 100px;
  }
  #nexletol.tabcontent > div.bg-contain {
    background-size: 50vw;
    margin-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .page-id-427 .hero + section .content blockquote,
  .page-id-467 .hero + section .content blockquote,
  .page-id-404 .hero + section .content blockquote,
  .page-id-636 .hero + section .content blockquote,
  .page-id-642 .hero + section .content blockquote {
    padding-right: 0;
  }
  .home .main,
  .main {
    box-shadow: none;
  }
  .hero + section .content blockquote {
    padding-right: 150px;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: 1/-1 !important;
  }
  #gform_wrapper_2 .gfield {
    margin-bottom: -20px;
  }
  .callout.content p br {
    display: none;
  }
}
@media (max-width: 900px) {
  .page-id-540 .hero + section blockquote + img {
    width: 75px;
  }
  .page-id-540 .content div {
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .hero h1 br {
    display: none;
  }
  .page-id-370 .hero {
    background-position: left -330px top 0;
  }
  .hero {
    padding-top: 30px;
  }
  .tabcontent #how-nexlizet-works {
    background-position: center bottom;
    padding-bottom: 50vw;
    background-size: 75vw;
  }
  .tabcontent .w-1\/3 {
    width: 100%;
  }
  #nexletol.tabcontent > div.bg-contain {
    background-position: center bottom !important;
    padding-bottom: 50vw;
    background-size: 75vw;
  }
  #nexletol.tabcontent > div.bg-contain .w-1\/3 {
    width: 100%;
  }
  .two-column .card-callout {
    margin-top: 30px;
    width: 100%;
  }
  .wt-cli-cookie-bar-container[data-banner-version="3.0"] .cli-bar-btn_container {
    justify-content: center;
  }
  .wt-cli-cookie-bar-container[data-banner-version="3.0"] .cli-bar-btn_container a {
    margin: auto !important;
  }
  .view-more div {
    display: none;
  }
  .main {
    box-shadow: none;
  }
  .hero .row{
		align-items: flex-start;
	}
  .hero .row {
    min-height: 350px;
  }
  .hero .wrap{
		align-items: flex-start;
	}
  .btn {
    justify-content: center;
  }
  .single-callout .img-wrap{
		width: 6rem;
	}
  .single-callout .btn {
    padding: 6px 10px 6px 16px;
  }
  .accordion-wrapper .accordion-content.row {
    padding: 0;
  }
  #terms-modal .modal-wrapper{
		width: 100%;
	}
}
@media (max-width: 639px) {
  .rounded .heading .equal {
    height: auto !important;
  }
  .bm-lgold .callout.content,
  .bm-lblue .callout.content {
    background-size: 12vw;
  }
  .isi-sticky {
    transform: translateY(calc(100% - 150px));
    height: 150px;
    padding-top: 10px;
  }
  .isi-sticky .isi {
    padding-right: 30px;
  }
  h2 {
    font-size: 25px;
  }
  .btn .arrow:after {
    top: 0 !important;
  }
  .card .btn {
    padding: 6px 10px 6px 16px;
  }
  .single-callout .img-wrap {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .cookie-bar .btn {
    max-width: inherit;
    width: 100%;
  }
  .cookie-bar p {
    font-size: 13px;
  }
  footer #footer-nav-wrapper{
		width: 100%;
	}
  footer ul{
		width: 100%;
	}
  footer ul{
		flex-direction: column;
	}
  footer ul li{
		margin-left: 0px;
		margin-right: 0px;
	}
  footer ul li{
		display: block;
	}
  footer ul li{
		padding-left: 0px;
		padding-right: 0px;
	}
  footer ul li{
		padding-bottom: 1rem;
	}
  footer ul li{
		text-align: center;
	}
  .safety-chart {
    max-width: 52rem;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .nexletol .logo.bottom #header-nexletol-logo.hidden {
    max-width: 185px;
    top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .nexletol .logo.top div .bg-tab:last-child {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .logo.bottom #header-nexlizet-logo {
    margin-bottom: 5px;
  }
  #header-nexlizet-logo {
    margin-bottom: 0;
  }
  .text-h3, h3 {
    font-size: 20px;
  }
  #header-nexletol-logo {
    top: 5px;
    position: relative;
  }
  .accordion > li .heading {
    font-size: 20px;
  }
  body:not(.nexletol) .logo.top div .bg-tab:first-child:after,
  .nexletol .logo.top div .bg-tab:last-child:after {
    background-position: center 0;
  }
  .isi div.relative > .text-h4 {
    padding-right: 100px;
  }
  .tabcontent blockquote {
    padding-right: 150px;
  }
  blockquote p,
  .tabcontent p {
    font-size: 20px !important;
  }
  .has-mask-4:after {
    width: 150px;
    top: -123px;
  }
  .callout .btn {
    display: inline-block;
    line-height: 1.3;
  }
  #nav-icon3 {
    max-width: 8vw;
  }
  .logo.bottom div.active {
    max-width: 40vw;
  }
  .hero .wrap br {
    display: none;
  }
  h1 {
    font-size: 22px;
  }
  .tab.header button {
    font-size: 15px;
  }
  .btn .arrow {
    padding-left: 5px;
  }
  .home .hero {
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .larger-circle-tooltip:before {
    bottom: -25px;
    left: -25px;
    width: 44px;
    height: 44px;
  }
  .larger-circle-tooltip:after {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 430px) {
  .page-id-317 section.hero {
    min-height: 800px;
  }
  .modal h3 {
    padding-right: 30px;
  }
  .two-column .card-callout {
    display: block;
  }
  .two-column .card-callout img {
    margin-bottom: 10px;
  }
}
section:has(+ #what-is-statin) {
  background-position: 26% top;
}

#what-is-statin blockquote {
  max-width: 1050px;
}
#what-is-statin .drop-shadow-2 {
  padding: 20px 30px 20px;
  margin-bottom: 70px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  #what-is-statin .drop-shadow-2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
#what-is-statin h3 {
  color: #ED1C8F;
  margin-bottom: 25px;
}

.statin-bento {
  display: flex;
  gap: 35px;
  margin: 40px 0 30px;
}
.statin-bento:not(._blank) > div {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 35px;
  box-sizing: border-box;
}
.statin-bento > div:last-of-type {
  flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .statin-bento > div:last-of-type {
    flex-basis: 480px;
  }
}
.statin-bento img {
  height: 120px;
  margin: 0 auto 25px;
}
.statin-bento p + p {
  margin-top: 15px;
}
.statin-bento._blank > div:first-of-type {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .statin-bento._blank > div:first-of-type {
    flex-basis: 735px;
  }
}
@media screen and (max-width: 768px) {
  .statin-bento._blank > div:first-of-type {
    flex-direction: column;
  }
}
.statin-bento._blank > div:first-of-type img {
  height: 110px;
  margin-bottom: 0;
}
.statin-bento._blank div:has(.button) {
  text-align: center;
  flex-basis: content;
}
@media screen and (min-width: 1001px) {
  .statin-bento._blank div:has(.button) {
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .statin-bento {
    flex-direction: column;
  }
}
.statin-bento ul {
  margin-top: 15px;
  margin-bottom: 10px;
}
.statin-bento ul li {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 5px;
}
.statin-bento ul li:after {
  content: "" !important;
  border-radius: 0 !important;
  background: #ED1C8F !important;
  color: #ED1C8F;
  font-size: 10px;
  position: absolute;
  top: 11px;
  left: -1px;
  height: 2px;
  width: 10px;
}

.statin-bento-footnote {
  margin-bottom: 35px;
}

@media screen and (min-width: 1001px) {
  .statin-bento-footnote {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 768px) {
  .statin-bento-footnote {
    margin-left: 130px;
  }
}
.statin-alternatives {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .statin-alternatives {
    flex-direction: column;
  }
}
.statin-alternatives img {
  height: 150px;
  align-self: center;
}
.statin-alternatives p + p {
  margin-top: 20px;
}
.hover\:text-gray-900:hover{
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
@media (max-width: 1280px){
	.xl\:mt-0{
		margin-top: 0px;
	}
	.xl\:mb-8{
		margin-bottom: 2rem;
	}
	.xl\:-mb-0{
		margin-bottom: 0px;
	}
	.xl\:block{
		display: block;
	}
	.xl\:hidden{
		display: none;
	}
	.xl\:w-1\/2{
		width: 50%;
	}
	.xl\:w-\[69\%\]{
		width: 69%;
	}
	.xl\:w-full{
		width: 100%;
	}
	.xl\:justify-center{
		justify-content: center;
	}
	.xl\:p-32{
		padding: 8rem;
	}
	.xl\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.xl\:pr-5{
		padding-right: 1.25rem;
	}
	.xl\:pb-10{
		padding-bottom: 2.5rem;
	}
	.xl\:text-center{
		text-align: center;
	}
}
@media (max-width: 960px){
	.lg\:relative{
		position: relative;
	}
	.lg\:right-\[auto\]{
		right: auto;
	}
	.lg\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:mb-4{
		margin-bottom: 1rem;
	}
	.lg\:ml-0{
		margin-left: 0px;
	}
	.lg\:mt-4{
		margin-top: 1rem;
	}
	.lg\:mb-0{
		margin-bottom: 0px;
	}
	.lg\:mt-20{
		margin-top: 5rem;
	}
	.lg\:mb-5{
		margin-bottom: 1.25rem;
	}
	.lg\:mt-0{
		margin-top: 0px;
	}
	.lg\:mb-10{
		margin-bottom: 2.5rem;
	}
	.lg\:block{
		display: block;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:w-auto{
		width: auto;
	}
	.lg\:w-\[150px\]{
		width: 150px;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:max-w-full{
		max-width: 100%;
	}
	.lg\:flex-shrink{
		flex-shrink: 1;
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-col{
		flex-direction: column;
	}
	.lg\:items-center{
		align-items: center;
	}
	.lg\:justify-start{
		justify-content: flex-start;
	}
	.lg\:gap-8{
		gap: 2rem;
	}
	.lg\:gap-0{
		gap: 0px;
	}
	.lg\:gap-12{
		gap: 3rem;
	}
	.lg\:gap-6{
		gap: 1.5rem;
	}
	.lg\:p-8{
		padding: 2rem;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:pt-4{
		padding-top: 1rem;
	}
	.lg\:pb-4{
		padding-bottom: 1rem;
	}
	.lg\:pt-3{
		padding-top: 0.75rem;
	}
	.lg\:pr-0{
		padding-right: 0px;
	}
	.lg\:pr-12{
		padding-right: 3rem;
	}
	.lg\:pl-8{
		padding-left: 2rem;
	}
	.lg\:pb-10{
		padding-bottom: 2.5rem;
	}
	.lg\:pt-10{
		padding-top: 2.5rem;
	}
	.lg\:pb-0{
		padding-bottom: 0px;
	}
	.lg\:pt-32{
		padding-top: 8rem;
	}
	.lg\:pt-6{
		padding-top: 1.5rem;
	}
	.lg\:pt-24{
		padding-top: 6rem;
	}
	.lg\:pr-32{
		padding-right: 8rem;
	}
}
@media (max-width: 767px){
	.md\:relative{
		position: relative;
	}
	.md\:bottom-\[-65px\]{
		bottom: -65px;
	}
	.md\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.md\:mt-2{
		margin-top: 0.5rem;
	}
	.md\:mt-12{
		margin-top: 3rem;
	}
	.md\:mt-4{
		margin-top: 1rem;
	}
	.md\:mb-2{
		margin-bottom: 0.5rem;
	}
	.md\:mb-4{
		margin-bottom: 1rem;
	}
	.md\:ml-0{
		margin-left: 0px;
	}
	.md\:mt-10{
		margin-top: 2.5rem;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mb-12{
		margin-bottom: 3rem;
	}
	.md\:mr-0{
		margin-right: 0px;
	}
	.md\:mb-3{
		margin-bottom: 0.75rem;
	}
	.md\:mb-8{
		margin-bottom: 2rem;
	}
	.md\:mb-6{
		margin-bottom: 1.5rem;
	}
	.md\:mb-5{
		margin-bottom: 1.25rem;
	}
	.md\:mb-10{
		margin-bottom: 2.5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:max-w-full{
		max-width: 100%;
	}
	.md\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-col{
		flex-direction: column;
	}
	.md\:flex-col-reverse{
		flex-direction: column-reverse;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-center{
		justify-content: center;
	}
	.md\:gap-4{
		gap: 1rem;
	}
	.md\:gap-8{
		gap: 2rem;
	}
	.md\:p-6{
		padding: 1.5rem;
	}
	.md\:p-4{
		padding: 1rem;
	}
	.md\:p-0{
		padding: 0px;
	}
	.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.md\:py-32{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.md\:px-24{
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.md\:px-5{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:pb-2{
		padding-bottom: 0.5rem;
	}
	.md\:pr-0{
		padding-right: 0px;
	}
	.md\:pb-8{
		padding-bottom: 2rem;
	}
	.md\:pt-2{
		padding-top: 0.5rem;
	}
	.md\:pb-4{
		padding-bottom: 1rem;
	}
	.md\:pb-0{
		padding-bottom: 0px;
	}
	.md\:pt-0{
		padding-top: 0px;
	}
	.md\:pt-4{
		padding-top: 1rem;
	}
	.md\:pb-5{
		padding-bottom: 1.25rem;
	}
	.md\:pt-1{
		padding-top: 0.25rem;
	}
	.md\:pt-10{
		padding-top: 2.5rem;
	}
	.md\:pt-8{
		padding-top: 2rem;
	}
	.md\:pl-0{
		padding-left: 0px;
	}
	.md\:pt-6{
		padding-top: 1.5rem;
	}
	.md\:pb-16{
		padding-bottom: 4rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-center{
		text-align: center;
	}
	.md\:leading-tight{
		line-height: 1.25;
	}
}
@media (max-width: 639px){
	.sm\:m-auto{
		margin: auto;
	}
	.sm\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.sm\:mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.sm\:mt-0{
		margin-top: 0px;
	}
	.sm\:mb-5{
		margin-bottom: 1.25rem;
	}
	.sm\:-mt-10{
		margin-top: -2.5rem;
	}
	.sm\:mb-10{
		margin-bottom: 2.5rem;
	}
	.sm\:mr-0{
		margin-right: 0px;
	}
	.sm\:mb-6{
		margin-bottom: 1.5rem;
	}
	.sm\:mb-0{
		margin-bottom: 0px;
	}
	.sm\:block{
		display: block;
	}
	.sm\:inline-block{
		display: inline-block;
	}
	.sm\:hidden{
		display: none;
	}
	.sm\:h-64{
		height: 16rem;
	}
	.sm\:w-full{
		width: 100%;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:min-w-full{
		min-width: 100%;
	}
	.sm\:max-w-xs{
		max-width: 20rem;
	}
	.sm\:flex-col{
		flex-direction: column;
	}
	.sm\:flex-wrap{
		flex-wrap: wrap;
	}
	.sm\:justify-center{
		justify-content: center;
	}
	.sm\:overflow-x-scroll{
		overflow-x: scroll;
	}
	.sm\:p-5{
		padding: 1.25rem;
	}
	.sm\:p-0{
		padding: 0px;
	}
	.sm\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sm\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.sm\:px-6{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:pl-0{
		padding-left: 0px;
	}
	.sm\:pt-8{
		padding-top: 2rem;
	}
	.sm\:pb-10{
		padding-bottom: 2.5rem;
	}
	.sm\:pb-20{
		padding-bottom: 5rem;
	}
	.sm\:pr-0{
		padding-right: 0px;
	}
	.sm\:text-left{
		text-align: left;
	}
	.sm\:text-center{
		text-align: center;
	}
	.sm\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (max-width: 599px){
	.xs\:m-auto{
		margin: auto;
	}
	.xs\:mr-0{
		margin-right: 0px;
	}
	.xs\:block{
		display: block;
	}
	.xs\:w-72{
		width: 18rem;
	}
	.xs\:w-full{
		width: 100%;
	}
	.xs\:items-start{
		align-items: flex-start;
	}
	.xs\:justify-start{
		justify-content: flex-start;
	}
	.xs\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}