/**
 * Theme Name:     vistawellnessmd-child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:    twenty-twenty-one-child
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Very Vogue Text';
    src: url('fonts/VeryVogueTextItalic.woff2') format('woff2'), url('../webfonts/VeryVogueTextItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Very Vogue Text';
    src: url('fonts/VeryVogueText.woff2') format('woff2'), url('../webfonts/VeryVogueText.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: transparent !important;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Very Vogue Text' !important;
    font-weight: normal;
}
ul {
    list-style: none;
}
button,
input,
select,
textarea {
    margin: 0;
}
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
img,
video {
    height: auto;
    max-width: 100%;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
td:not([align]),
th:not([align]) {
    text-align: left;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property:
        height,
        -webkit-transform;
    transition-property:
        height,
        -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property:
        transform,
        height,
        -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition:
        0.2s top,
        0.2s -webkit-transform;
    transition:
        0.2s top,
        0.2s -webkit-transform;
    -o-transition:
        0.2s transform,
        0.2s top;
    transition:
        0.2s transform,
        0.2s top;
    transition:
        0.2s transform,
        0.2s top,
        0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition:
        0.2s left,
        0.2s -webkit-transform;
    transition:
        0.2s left,
        0.2s -webkit-transform;
    -o-transition:
        0.2s transform,
        0.2s left;
    transition:
        0.2s transform,
        0.2s left;
    transition:
        0.2s transform,
        0.2s left,
        0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition:
        0.2s right,
        0.2s -webkit-transform;
    transition:
        0.2s right,
        0.2s -webkit-transform;
    -o-transition:
        0.2s transform,
        0.2s right;
    transition:
        0.2s transform,
        0.2s right;
    transition:
        0.2s transform,
        0.2s right,
        0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
} /* compiled by scssphp v0.7.6 on Fri, 28 Jul 2023 18:48:50 +0000 (0.4428s) */

@charset "utf-8";
@import url("../p.typekit.net/pe090.css?s=1&amp;k=gpe8gok&amp;ht=tk&amp;f=16353.37457.37458.37461.37464.37465.37466.37467.37478.37479.37484.37485.43703.43704.43705.43706.43709.43710.47891.47893.47894&amp;a=58896067&amp;app=typekit&amp;e=css");
.select select:focus,
.select select:active,
*:focus {
    outline: none;
}
.select select:focus,
.select select:active {
    border: none;
}
menu {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
html,
body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    height: 1px;
    background: #c8c8c8;
    border: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container img {
    width: 100%;
}
.video-container iframe,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container.youtube-container {
    overflow: hidden;
}
.video-container.youtube-container img {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-container.youtube-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../assets/img/_defaults/youtube-play-button.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.video-container.youtube-container.loaded img {
    display: none;
}
.video-container.youtube-container.loaded::after {
    content: none;
}
a {
    transition: color 0.4s ease;
    display: inline-block;
}
.link-reveal p {
    color: #fff;
    text-align: center;
    padding: 0 10px;
    margin: 0;
}
.turquoise p,
.turquoise li,
.green-bg li,
.green-bg p{
    color: #fff;
}
.mb-50{
    margin-bottom: 50px !important;
}
.heading-gray .subhead {
    color: #acacac !important;
}
.accordion__answer p, .accordion__answer li {
    color: #fff;
    font-size: 18px;
}
.accordion__answer li{
    margin-bottom: 15px;
}
.accoridan-text-dark .accordion__answer p, 
.accoridan-text-dark .accordion__answer li{
    color: #000;
}
.background-green li {
    color: #fff;
}
.bottle-img .flexy .flexy-item.flexy-image img.top {
    width: max-content;
    margin: 0 auto;
    right: 0;
    height: max-content;
}
.contact-form-design form {
    margin-top: 80px;
}
.contact-form-design form fieldset .form-field textarea,
.contact-form-design form fieldset .form-field input{
    text-align: left !important;
    color: #1e1e21;
    font-size: 15px;
    background: #f2f1ef;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border: none;
    font-family: "gopher" !important;
}
.contact-form-design form fieldset .form-field input{
    height: 50px;
}
.contact-form-design form fieldset .form-field textarea:focus,
.contact-form-design form fieldset .form-field input:focus{
    background: #f2f1ef !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07) !important;
}
.size-1200 .mw800 {
    max-width: 100% !important;
}
.open .navbar .navbar-phone .filter-white-nav,
.scrolled .navbar-phone .filter-white-nav{
    filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(0%) hue-rotate(282deg) brightness(102%) contrast(101%);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.max-mega-menu-active .mega-sub-menu{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0, 0) !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.max-mega-menu-active > .mega-menu-link{
    background: #fff;
    color: #87ab47;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.max-mega-menu-active > .mega-menu-link:after{
    visibility: visible;
    opacity: 1;
}
.inline-schedule-consult .flexy-item {
    font-size: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12.col-20 {
    width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: transparent;
}
.custom-logo-link img {
    max-height: 90px;
    width: auto;
}
.page-id-575 .request-consult {
    display: none;
}
.in-page-jump .in-page-jump__container .in-page-jump__menu:first-child {
    display: none;
}
.mobile-cta-bar {
    font-size: 0;
}
.dark-text-banner .masthead__text h1, .dark-text-banner .masthead__text h1 span {
    color: #000 !important;
}
@media (max-width: 840px) {
    a {
        display: inline;
    }
}
a:hover {
    color: #9b1058;
}
ul.no-bullet {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.header {
    font-size: 0;
}
/*section:not(.header):not(.footer):not(.masthead) p > a:not(.button),
section:not(.header):not(.footer):not(.masthead) li > a:not(.button),
section:not(.header):not(.footer):not(.masthead) span > a:not(.button) {
    color: #1dafa8;
    display: inline;
    background: linear-gradient(#1dafa8, #1dafa8);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease;
}
section:not(.header):not(.footer):not(.masthead) p > a:not(.button):hover,
section:not(.header):not(.footer):not(.masthead) li > a:not(.button):hover,
section:not(.header):not(.footer):not(.masthead) span > a:not(.button):hover,
section:not(.header):not(.footer):not(.masthead) p > a:not(.button):focus,
section:not(.header):not(.footer):not(.masthead) li > a:not(.button):focus,
section:not(.header):not(.footer):not(.masthead) span > a:not(.button):focus {
    color: #1dafa8;
    background-size: 100% 1px;
}*/
.link {
    color: #1dafa8;
    display: inline;
    background: linear-gradient(#1dafa8, #1dafa8);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease;
}
.link:hover,
.link:focus {
    color: #1dafa8;
    background-size: 100% 1px;
}
section:not(.header):not(.footer):not(.masthead) ul {
    list-style-type: disc;
    padding-left: 1.5em;
}
.modal .modal-content {
    display: block;
    min-width: 50%;
}
.navbar-links,
.navbar-link-container,
.footer .container .flexy:last-child{
    font-size: 0;
}
#text-8 .textwidget p{
    margin-bottom: 0;
}
#page .header .mega-menu-wrap{
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary {
    background: #494949;
    padding: 30px 30px 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
body .fs-24{
    font-size: 24px;
}
#ipj-consult .frm_fields_container > .frm_submit {
    grid-column: span 7 / span 12;
}
#custom_html-6,
#custom_html-5{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s all;
    display: none;
}
.open #custom_html-6,
.open #custom_html-5{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: block;
}
#custom_html-6{
    padding-bottom: 40px;
}
@media (max-width: 1024px) {
    .modal .modal-content {
        min-width: 80%;
        max-width: 1200px;
    }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		color: #9b1058;
		font-weight: 100;
	}
}
.box-shadow-dark {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}
.box-shadow-smooth,
.masthead-video-container video,
.drop-video video {
    box-shadow:
        0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 100px 80px rgba(0, 0, 0, 0.07);
}
.relative {
    position: relative !important;
}
.block {
    display: block;
}
:root {
    --desktopWidth: 1024px;
    --tabletWidth: 840px;
    --marginDesktop: 100px;
    --marginTouch: 25px;
    --fullHd: 2000px;
}
.ratings,
.ratingstars {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.ratings .ratings-stars,
.ratingstars .ratings-stars {
    display: flex;
    align-items: center;
}
.ratings img,
.ratingstars img {
    padding-bottom: 5px;
}
.ratings img:last-of-type,
.ratingstars img:last-of-type {
    padding-right: 0.5em;
}
.ratingstars .ratings-number {
    font-size: 70px;
    margin-right: 8px;
    color: #9b1058;
    font-family: "new-order";
    font-weight: 400;
    line-height: 1.29;
}
.ratingstars .ratings-stars img {
    height: 24px;
	filter: brightness(0) saturate(100%) invert(11%) sepia(89%) saturate(3602%) hue-rotate(316deg) brightness(97%) contrast(96%);
}
.ratingstars .ratings-stars img + img {
    margin-left: 4px;
	filter: brightness(0) saturate(100%) invert(11%) sepia(89%) saturate(3602%) hue-rotate(316deg) brightness(97%) contrast(96%);
}
.ratingstars .ratings-text {
    font-size: 15px;
    line-height: 1.87;
}
.swiper-slide {
    overflow: hidden;
}
form fieldset .frm_fields_container .form-field select,
form fieldset .frm_fields_container .form-field textarea,
form fieldset .frm_fields_container .form-field input {
    border: 1px solid #ed1987;
    padding: 20px !important;
    border-radius: 0 !important;
    box-shadow: none;
    color: #1e1e21;
    font-weight: 300;
}
form fieldset .frm_fields_container .form-field textarea:focus,
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus{
    border-color: #ed1987;
}
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_scale input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox]{
    border-color: #ed1987;
}
.with_frm_style .frm_radio input[type=radio]:checked:before, .with_frm_style .frm_scale input[type=radio]:checked:before, .with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
    box-shadow: inset 10px 10px #ed1987 !important;
}
form fieldset .frm_fields_container .form-field select {
    padding: 10px !important;
}
form fieldset .frm_fields_container .form-field select,
form fieldset .frm_fields_container .form-field input{
    height: 50px;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{
    box-shadow: none;
    color: #1e1e21;
}
form fieldset .frm_fields_container .form-field input[type=checkbox] {
    padding: 0 !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
    padding: 15px 45px 14px 30px;
    background: #ed1987;
    border: 1px solid #ed1987;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-family: "new-order";
    font-size: min(max(16px, 1.2857142857vw), 18px);
    color: #fff;
    width: 100%;
    margin: 0;
    height: 50px;
    line-height: 15px;
}
span.text-center.phone-number-discover {
    position: absolute;
    right: 50px;
    bottom: 28px;
    display: inline-block;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #494949;
    color: white;
    transform: translateY(-4px);
}
.footer .socials img {
	filter: brightness(0) saturate(100%) invert(11%) sepia(89%) saturate(3602%) hue-rotate(316deg) brightness(97%) contrast(96%);
}
.footer a {
    color: #9b1058 !important;
}
.optin-terms {
    font-size: 12px;
    margin: 0;
}
#form_discoverform{
    position: relative;
}
::-webkit-input-placeholder { /* Edge */
  color: #1e1e21 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1e1e21 !important;
}
::placeholder {
  color: #1e1e21 !important;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 15px;
}
.frm_button_submit:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(5%) hue-rotate(103deg) brightness(101%) contrast(101%);
}
.frm_fields_container > .frm_submit {
    grid-column: span 4 / span 12;
}
.masthead-video-container {
    font-size: 0;
}
.home .masthead-video-container{
    display: none;
}
@media (max-width: 840px) {
    .is-hidden-tablet {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .is-hidden-desktop {
        display: none !important;
    }
}
@media (max-width: 1280px) {
    .is-hidden-widescreen {
        display: none !important;
    }
}
@media (min-width: 841px) {
    .is-visible-tablet {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .is-visible-desktop {
        display: none !important;
    }
}
.z1 {
    z-index: 1 !important;
}
.filter-white {
    filter: brightness(0) invert(1);
}
.request-consult-title {
    font-size: min(max(25px, 3.2142857143vw), 45px);
    font-weight: 500;
    color: #494949;
    line-height: 1.2;
    letter-spacing: .03em;
}
.mw1450 {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}
.body-alt {
    line-height: 1.9;
    font-weight: 300;
    font-family: "gopher";
}
.geo-request-consult {
    font-size: 18px;
    line-height: 1.5;
}
body .contact-form-design form input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    padding: 1px !important;
}
label {
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 2 !important;
    font-family: "gopher" !important;
}
#frm_field_16_container {
    margin-bottom: 40px;
}
.contact-form-design .frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #ed1987;
    border: 1px solid #ed1987;
    color: #fff;
}
.contact-form-design .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #494949;
    border-color: #494949;
    color: #fff;
}
.with_frm_style .frm_radio input[type=radio]:checked:before, .with_frm_style .frm_scale input[type=radio]:checked:before, .with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
    box-shadow: inset 10px 10px #1dafa8;
}
.frm_primary_label {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}
.request-consult .tel-link {
    color: black !important;
    font-family: "gopher";
    font-weight: 300;
    font-size: 25px !important;
    line-height: 1.6;
}
.footer-links {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9;
}
.contact-form #frm_field_10_container.frm_form_field.form-field input {
  margin: 3px 0 0;
}
@media (max-width: 1280px) {
    .ps-footer {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }
}
@media (max-width: 1024px) {
    .ps-footer {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
.navbar-geotag {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    color: #acacac;
}
.scrolled .navbar-geotag {
    color: #fff;
}
.scrolled .navbar-geotag span {
    color: #fff !important;
}
.open .navbar-geotag {
    color: #fff;
}
.open .navbar-geotag span {
    color: #fff !important;
}
.scrolled .filter-white-nav {
    transition: all 0s linear;
}
.open .filter-white-nav {
    transition: all 0s linear;
}
.image-fit-50-20 {
    object-position: 50% 20%;
}
.image-fit-25-10 {
    object-position: 25% 10%;
}
.image-fit-65-10 {
    object-position: 65% 10%;
}
.line-height-2 {
    line-height: 2;
}
.image-fit-10-30 {
    object-position: 10% 30%;
}
.image-fit-30-40 {
    object-position: 30% 40%;
}
.image-fit-50-60 {
    object-position: 50% 60%;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: 400;
}
.img-fit {
    width: 100%;
    object-fit: cover;
}
.image-fit-50-20 {
    object-position: 50% 20%;
}
.image-fit-60-10 {
    object-position: 60% 10%;
}
@keyframes zoomOut {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.zoomOut {
    transform: scale(1.1);
}
.zoomOut.animated {
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards zoomOut;
}
.zoomOutBg:after {
    transform: scale(1.1);
}
.zoomOutBg.animated::after {
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards zoomOut;
}
@keyframes zoomOutFadeIn {
    0% {
        transform: scale(1.1);
        opacity: 0.001;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes zoomOutFadeIn {
    0% {
        transform: scale(1.1);
        opacity: 0.001;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomOutFadeIn {
    transform: scale(1.1);
    opacity: 0.001;
}
.zoomOutFadeIn.animated {
    opacity: 1;
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards zoomOutFadeIn;
}
.zoomOutFadeInBg:after {
    transform: scale(1.1);
    opacity: 0.001;
}
.zoomOutFadeInBg.animated::after {
    opacity: 1;
    animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards zoomOutFadeIn;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.001;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0.001;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    opacity: 0.001;
    animation-fill-mode: forwards;
}
.fadeIn.animated {
    animation: 1.2s ease 1 forwards fadeIn;
}
.fadeInBg:after {
    opacity: 0.001;
}
.fadeInBg.animated::after {
    animation: 1s ease 1 forwards fadeIn;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0.001;
    }
    1% {
        display: block;
        opacity: 0.001;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0.001;
    }
    1% {
        display: block;
        opacity: 0.001;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
.fadeUp {
    opacity: 0.001;
    animation-fill-mode: forwards;
}
.fadeUp.animated {
    animation: 1.2s ease 1 forwards fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0.001;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUpSmooth {
    0% {
        opacity: 0.001;
        -webkit-transform: translateY(60px);
    }
    50% {
        opacity: 0.001;
        -webkit-transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeftSmooth {
    0% {
        opacity: 0.001;
        -webkit-transform: translateX(60px);
    }
    50% {
        opacity: 0.001;
        -webkit-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRightSmooth {
    0% {
        opacity: 0.001;
        -webkit-transform: translateX(-60px);
    }
    50% {
        opacity: 0.001;
        -webkit-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInSlow {
    0% {
        opacity: 0.001;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInSlow {
    0% {
        opacity: 0.001;
    }
    100% {
        opacity: 1;
    }
}
.animate {
}
.animate:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.animate:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animate:nth-child(4) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.animate:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animate:nth-child(6) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.animate:nth-child(7) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animate:nth-child(8) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.animate:nth-child(9) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animate:nth-child(10) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
.animate:nth-child(11) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.animate:nth-child(12) {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}
.animate:nth-child(13) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animate:nth-child(14) {
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s;
}
.animate:nth-child(15) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.animate:nth-child(16) {
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s;
}
.animate:nth-child(17) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animate:nth-child(18) {
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s;
}
.animate:nth-child(19) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.animate:nth-child(20) {
    -webkit-animation-delay: 4.75s;
    animation-delay: 4.75s;
}
.animate:nth-child(21) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animate:nth-child(22) {
    -webkit-animation-delay: 5.25s;
    animation-delay: 5.25s;
}
.animate:nth-child(23) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.animate:nth-child(24) {
    -webkit-animation-delay: 5.75s;
    animation-delay: 5.75s;
}
.animate.no-delay:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(5) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(6) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(8) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(9) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(10) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(11) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(12) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(13) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(14) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(15) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(16) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(17) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(18) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(19) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(20) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(21) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(22) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(23) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animate.no-delay:nth-child(24) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.accordion {
    margin-left: auto;
    margin-right: auto;
}
.accordion .accordion__item {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.accordion .accordion__item .accordion__question {
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}
.home .accordion .accordion__item .accordion__question h3 {
    font-weight: 600 !important;
}
.accordion .accordion__item .accordion__question::after {
    content: " ";
    position: absolute;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='78' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='16'%3E%3C/line%3E%3Cline x1='8' y1='12' x2='16' y2='12'%3E%3C/line%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    transition: transform 0.4s ease;
    right: 0;
    top: 0;
}
i .accordion .accordion__item.open .accordion__question a {
    color: #1dafa8;
}
i .accordion .accordion__item.open .accordion__question::after {
    transform: rotate(135deg);
}
.accordion .accordion__item .accordion__answer {
    transition: max-height 0.4s ease;
    overflow: hidden;
    max-height: 0;
}
.accordion__alt .accordion__item {
    margin-bottom: 20px;
    line-height: 1;
}
.accordion__alt .accordion__item .accordion__question {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.accordion__alt .accordion__item .accordion__question i {
    margin-left: 10px;
    height: 30px;
    width: 30px;
    background-image: url(https://vistawellnessmd.com/wp-content/uploads/2023/09/arrow-right-circle.svg);
    background-size: contain;
    background-position: center center;
    transition: transform 0.4s ease;
    background-repeat: no-repeat;
}
.accordion__alt .accordion__item .accordion__question h3,
.accordion__alt .accordion__item .accordion__question p {
    color: #1dafa8;
    text-transform: none;
}
.accordion__alt .accordion__item .accordion__answer {
    transition: max-height 0.25s ease;
    overflow: hidden;
    max-height: 0;
}
.accordion__alt .accordion__item .accordion__answer *:last-child {
    margin-bottom: 30px;
}
.accordion__alt .accordion__item p,
.accordion__alt .accordion__item ul {
    margin-top: 25px;
    margin-bottom: 0;
}
.accordion__alt .accordion__item.open i {
    transform: rotate(90deg);
}
.home .accordion__question h3 {
    font-weight: 600 !important;
}
.breadcrumb {
    font-family: "gopher";
    font-size: 11px;
    line-height: 1.45;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: white;
    display: flex;
    justify-content: center;
}
.breadcrumb ul {
    padding-left: 0;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none !important;
}
.breadcrumb ul li {
    margin-left: 15px;
}
@media (max-width: 840px) {
    .breadcrumb ul li {
        margin-left: 7.5px;
    }
}
.breadcrumb ul li a {
    color: white !important;
    font-weight: 300;
    font-size: min(max(12px, 1.2857142857vw), 18px);
}
.breadcrumb ul li a:not([href]) {
    color: #1dafa8;
}
.breadcrumb ul li::after {
    color: white;
    content: "/";
    margin-left: 15px;
}
@media (max-width: 840px) {
    .breadcrumb ul li::after {
        margin-left: 7.5px;
    }
}
.breadcrumb ul li:last-child::after {
    content: none;
}
.card {
    background-color: white;
    padding: 50px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 480px) {
    .card {
        padding: 25px;
    }
}
.equal-height .card {
    height: 100%;
}
@media (max-width: 840px) {
    .equal-height .card {
        height: auto;
    }
}
.card.no-pad {
    padding: 0;
}
.blog .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cascade-wrapper {
    overflow: hidden;
    margin: -50px;
}
@media (max-width: 1024px) {
    .cascade-wrapper {
        margin: -25px;
    }
}
.cascade-wrapper .cascade {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -50px;
}
@media (max-width: 1024px) {
    .cascade-wrapper .cascade {
        margin: -25px;
    }
}
.cascade-wrapper .cascade a {
    transition: background 0.35s ease;
}
.cascade-wrapper .cascade > * {
    width: 100%;
    flex-shrink: 0;
    padding: 50px;
    margin-bottom: -1px;
}
@media (max-width: 1024px) {
    .cascade-wrapper .cascade > * {
        padding: 25px;
    }
}
@media (max-width: 840px) {
    .cascade-wrapper .cascade > * {
        width: 100%;
    }
    .cascade-wrapper .cascade > *:last-child {
        margin-bottom: 0;
    }
    .mobile-logo img {
        max-width: 200px !important;
    }
}
@media (max-width: 480px) {
    .cascade-wrapper .cascade.is-collapsed-mobile > * > * {
        display: none;
    }
    .cascade-wrapper .cascade.is-collapsed-mobile > * > *:first-child {
        display: block;
        margin-bottom: 0px !important;
    }
}
.cascade-wrapper .cascade.is-flexend > * {
    display: flex;
    flex-direction: column;
}
.cascade-wrapper .cascade.is-flexend > * > *:last-child {
    margin-top: auto;
}
.cascade-wrapper .cascade.is-2 > * {
    width: 50%;
    padding: 50px;
}
@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-2 > * {
        width: 100%;
        padding: 25px;
    }
}
.cascade-wrapper .cascade.is-3 > * {
    width: 33.33%;
}
@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-3 > * {
        width: 50%;
    }
}
@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-3 > * {
        width: 100%;
    }
}
.cascade-wrapper .cascade.is-4 > * {
    width: 25%;
}
@media (max-width: 840px) {
    .cascade-wrapper .cascade.is-4 > * {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .cascade-wrapper .cascade.is-4 > * {
        width: 100%;
    }
}
.cascade-wrapper .cascade.is-grid {
    margin: 0 -2px -1px 0;
}
.cascade-wrapper .cascade.is-grid > * {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    transition: background-color 0.4s ease;
}
.cascade-wrapper .cascade.is-grid > *:hover {
    background-color: rgba(200, 200, 200, 0.3);
}
.cascade-wrapper .cascade.is-vcentered > * {
    display: flex;
    align-items: center;
}
.cascade-wrapper ul li {
    margin-bottom: 5px;
}
.cascade-wrapper .cascade.is-grid > * {
    position: relative;
}
.cascade-wrapper .cascade.is-grid > *:hover {
    background: none !important;
}
.cascade-wrapper .cascade.is-grid > *:hover::after {
    opacity: 0.9;
}
.cascade-wrapper .cascade.is-grid > *::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: calc(100% - 1px);
    opacity: 0.001;
    background: url(https://vistawellnessmd.com/wp-content/uploads/2023/08/shine-02.jpg);
    background-size: cover;
    transition: opacity 0.7s ease;
    z-index: -1;
}
.in-page-jump {
    min-height: 50px;
    position: relative;
    z-index: 10;
}
.in-page-jump .in-page-jump + .in-page-jump__container a:first-child i {
    transform: rotate(-90deg);
}
.scrollspy-items,
.in-page-jump .in-page-jump__container {
    display: flex;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    padding: 15px;
    z-index: 10;
    background: #c4c4c4;
    transition: box-shadow 0.4s ease;
}
.scrollspy-items{
    background: #fff;
}
.in-page-jump .in-page-jump__container svg path {
    stroke: #1dafa8;
}
@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container {
        top: 71px;
    }
}
@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container {
        height: 50px;
        overflow: hidden;
        display: block;
        padding: 0;
        transition: height 0.4s ease;
    }
    .in-page-jump .in-page-jump__container.open {
        height: 100vh;
    }
    .in-page-jump .in-page-jump__container.open .in-page-jump__menu svg {
        transform: rotate(90deg);
    }
}
.in-page-jump .in-page-jump__container.scrolled {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.in-page-jump .in-page-jump__container .in-page-jump__menu {
    display: none;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.scrollspy-items .in-page-jump__menu{
    color: #1dafab;
    display: inline-block;
    text-align: center;
    transition: color 0.4s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.scrollspy-items .in-page-jump__menu img{
    filter: filter: brightness(0) saturate(100%) invert(52%) sepia(9%) saturate(613%) hue-rotate(7deg) brightness(97%) contrast(89%);;
}
.in-page-jump .in-page-jump__container .in-page-jump__menu svg {
    transition: transform 0.4s ease;
}
@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container .in-page-jump__menu {
        display: block !important;
    }
}
.in-page-jump .in-page-jump__container .in-page-jump__item {
    display: inline-block;
    text-align: center;
    transition: color 0.4s ease;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.scrollspy-items .in-page-jump__menu:hover img,
.in-page-jump .in-page-jump__container .in-page-jump__item:hover svg {
    transform: translateX(5px);
}
.scrollspy-items .in-page-jump__menu img,
.in-page-jump .in-page-jump__container .in-page-jump__item svg {
    transition: transform 0.4s ease;
    padding-left: 0;
}
.scrollspy-items .in-page-jump__menu.active img{
    transform: rotate(90deg);
}
@media (max-width: 480px) {
    .in-page-jump .in-page-jump__container .in-page-jump__item {
        line-height: 2.2;
    }
}
@media (max-width: 1024px) {
    .in-page-jump .in-page-jump__container .in-page-jump__item {
        display: block;
        margin-bottom: 5px;
    }
    .in-page-jump .in-page-jump__container .in-page-jump__item:last-child {
        margin-bottom: 0;
    }
}
.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled {
    color: #1dafa8;
}
.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled svg {
    transform: rotate(90deg);
}
.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled svg .up {
    transform: rotate(270deg);
}
section[data-ipj] ~ .in-page-jump a:nth-child(2) svg {
    transform: rotate(-90deg);
}
section[data-ipj] ~ .in-page-jump a.scrolled:nth-child(2) svg {
    transform: rotate(0deg);
}
.instagram {
    position: relative;
    margin-bottom: 0;
    transform: translate3d(0);
}
.instagram iframe {
    vertical-align: middle;
}
.instagram a {
    text-align: center;
    transition: filter 0.4s ease;
}
.instagram a:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition:
        opacity 0.4s ease,
        opacity 0.4s ease;
    opacity: 0.001;
    z-index: 44;
    pointer-events: none;
    top: 0;
    left: 0;
}
.open .overlay {
    pointer-events: all;
    opacity: 1;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.001;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    transition: opacity 0.4s ease;
}
.modal .modal-content {
    display: block;
    min-width: 80%;
    max-width: 1200px;
}
.modal .modal-background {
    width: 100%;
    height: 100%;
    position: absolute;
}
.modal .modal-content {
    position: relative;
    z-index: 1;
}
.modal.open {
    opacity: 1;
    pointer-events: all;
}
.modal-close {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 40px;
    height: 40px;
    background: none;
}
.mobile-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    display: none;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.scrolled .mobile-cta {
    transform: none;
}
@media (max-width: 840px) {
    .mobile-cta {
        display: flex;
    }
}
.mobile-cta a {
    flex: 1 1 0;
    display: inline-flex;
    padding: 15px 3px 10px;
    background: #494949;
    text-align: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 16px;
}
.mobile-cta a:nth-child(2) {
    background: #9b1058;
}
.swiper-controls {
    font-family: "gopher";
}
.swiper-prev-button,
.swiper-next-button {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-prev-button.swiper-button-disabled,
.swiper-next-button.swiper-button-disabled {
    opacity: 0.5;
}
@media (min-width: 1281px) {
    .selector-container .selectors .selector {
        max-height: none !important;
    }
    .home .masthead .masthead__text {
        margin-top: 150px;
    }
}
@media (max-width: 1280px) {
    .selector-container .selectors {
        padding: 10px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
        position: relative;
        background: white;
        flex-direction: column;
    }
    .selector-container .selectors .active {
        position: relative;
    }
    .selector-container .selectors .active::after {
        content: " ";
        position: absolute;
        right: 5px;
        top: 0;
        height: 25px;
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%231dafa8' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        pointer-events: none;
    }
    .selector-container .selectors .selector {
        display: block;
        line-height: 2;
    }
}
.selector-container .selectors .selector {
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}
.selector-container .selectors .selector img {
    transition: all 0.4s ease;
}
.selector-container .selectors .selector.active {
    color: #1dafa8;
}
.selector-container .selector-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.001;
    height: 100%;
    display: none;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}
.selector-container .selector-item.active {
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    position: static;
    opacity: 1;
    pointer-events: all;
}
.sub-selector-container .sub-selector-items {
    position: relative;
}
.sub-selector-container .sub-selector-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.001;
    height: 100%;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}
.sub-selector-container .sub-selector-item.active {
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    position: static;
    opacity: 1;
    pointer-events: all;
}
.link-reveal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.001;
    transition:
        opacity 0.4s ease,
        background 4s ease;
    z-index: 9;
}
.link-reveal ul {
    padding: 0;
    list-style-type: none !important;
}
.link-reveal ul li {
    transform: translateY(100%);
    opacity: 0.001;
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
    position: relative;
    z-index: -1;
}
.link-reveal ul li:nth-of-type(1) {
    transition-delay: 0s;
}
.link-reveal ul li:nth-of-type(2) {
    transition-delay: 0.1s;
}
.link-reveal ul li:nth-of-type(3) {
    transition-delay: 0.2s;
}
.link-reveal ul li:nth-of-type(4) {
    transition-delay: 0.3s;
}
.link-reveal ul li:nth-of-type(5) {
    transition-delay: 0.4s;
}
.link-reveal ul li:nth-of-type(6) {
    transition-delay: 0.5s;
}
.link-reveal ul li:nth-of-type(7) {
    transition-delay: 0.6s;
}
.link-reveal ul li:nth-of-type(8) {
    transition-delay: 0.7s;
}
.link-reveal ul li:nth-of-type(9) {
    transition-delay: 0.8s;
}
.link-reveal ul li:nth-of-type(10) {
    transition-delay: 0.9s;
}
.link-reveal ul li:nth-of-type(11) {
    transition-delay: 1s;
}
.link-reveal ul li:nth-of-type(12) {
    transition-delay: 1.1s;
}
.link-reveal ul li:nth-of-type(13) {
    transition-delay: 1.2s;
}
.link-reveal ul li:nth-of-type(14) {
    transition-delay: 1.3s;
}
.link-reveal ul li:nth-of-type(15) {
    transition-delay: 1.4s;
}
.link-reveal ul li:nth-of-type(16) {
    transition-delay: 1.5s;
}
.link-reveal ul li:nth-of-type(17) {
    transition-delay: 1.6s;
}
.link-reveal ul li:nth-of-type(18) {
    transition-delay: 1.7s;
}
.link-reveal ul li:nth-of-type(19) {
    transition-delay: 1.8s;
}
.link-reveal ul li:nth-of-type(20) {
    transition-delay: 1.9s;
}
.link-reveal ul li:nth-of-type(21) {
    transition-delay: 2s;
}
.link-reveal ul li:nth-of-type(22) {
    transition-delay: 2.1s;
}
.link-reveal ul li:nth-of-type(23) {
    transition-delay: 2.2s;
}
.link-reveal ul li:nth-of-type(24) {
    transition-delay: 2.3s;
}
.link-reveal ul li a {
    pointer-events: none;
    line-height: 2 !important;
}
.link-reveal ul li a::after {
    content: none !important;
}
.link-reveal-container:hover .link-reveal {
    opacity: 1;
}
.link-reveal-container:hover .link-reveal ul li {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}
.link-reveal-container:hover .link-reveal ul li a {
    animation: activateLink 0.4s ease;
}
.link-reveal-container.active ul li a {
    pointer-events: auto;
}
@media (max-width: 840px) {
    .feature-procedures .container {
        padding-right: 0 !important;
    }
    .feature-procedures .flexy.is-swipable-touch .flexy-item:first-child {
        margin-left: 0 !important;
    }
}
.feature-procedures .link-reveal-container {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.feature-procedures .link-reveal-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.feature-procedures .link-reveal-container .feature-title {
    position: absolute;
    bottom: 0;
    margin-left: 25px;
    margin-bottom: 25px;
    width: 100%;
    opacity: 1;
    z-index: 3;
    transition: opacity 0.4s ease;
    letter-spacing: 1px;
    line-height: 45px;
}
.link-reveal .item-btn .button{
    z-index: 999;
    position: relative;
}
.feature-procedures .link-reveal-container img {
    transition: transform 0.4s ease-in-out;
}
.feature-procedures .link-reveal-container ul {
    text-align: center;
    padding-left: 0 !important;
}
.feature-procedures .link-reveal-container:hover img {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
}
.feature-procedures .link-reveal-container:hover .feature-title {
    z-index: 10;
}
@keyframes activateLink {
    0% {
        pointer-events: none;
    }
    99% {
        pointer-events: none;
    }
    100% {
        pointer-events: all !important;
    }
}
@-webkit-keyframes activateLink {
    0% {
        pointer-events: none;
    }
    99% {
        pointer-events: none;
    }
    100% {
        pointer-events: all !important;
    }
}
.quick-links {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.quick-links .quick-link {
    margin: 15px;
}
.quick-links .quick-link:first-child {
    margin-left: 0;
}
.quick-links .quick-link:last-child {
    margin-right: 0;
}
@media (max-width: 840px) {
    .quick-links {
        display: none;
    }
}
.inline-gallery .swiper-slide a,
.inline-gallery .swiper-slide img {
    width: 100%;
}
.inline-gallery .inline-gallery-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 840px) {
    .inline-gallery .inline-gallery-controls {
        margin-bottom: 20px;
    }
}
.inline-gallery .inline-gallery-controls .inline-gallery-next,
.inline-gallery .inline-gallery-controls .inline-gallery-prev {
    height: 40px;
    min-width: 40px;
    flex-basis: 40px;
    background-color: #1dafa8;
    transition: opacity 0.4s ease;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.inline-gallery .inline-gallery-controls .inline-gallery-next.swiper-button-disabled,
.inline-gallery .inline-gallery-controls .inline-gallery-prev.swiper-button-disabled {
    opacity: 0.5;
}
.inline-gallery .inline-gallery-controls .inline-gallery-prev {
    margin-right: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}
.checkout {
    display: none;
    opacity: 0.001;
    animation-fill-mode: forwards;
}
.checkout.active {
    display: block;
    animation: 2s ease 1 forwards fadeInFromNone;
}
.products {
    display: none !important;
    opacity: 0.001;
    animation-fill-mode: forwards;
}
.products.active {
    display: flex !important;
    animation: 2s ease 1 forwards fadeInFromNone;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}
.anchor {
    position: absolute;
}
@media (max-width: 840px) {
    .anchor {
        margin-top: -50px;
    }
}
.button {
    font-size: 16px;
    background: #1dafa8;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    color: white;
    transition: transform 0.4s ease;
}
.button img {
    padding-left: 1em;
    margin-top: -1px;
    transition: transform 0.4s ease;
    filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(6%) hue-rotate(159deg) brightness(105%) contrast(103%);
}
.button:hover {
    color: white !important;
    transform: translateY(-4px);
}
.button:hover img {
    transform: translateX(3px);
}
.fit-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
input.error,
textarea.error,
select.error {
    border-color: red !important;
    background: #f2d0d0 !important;
}
input.error + label,
textarea.error + label,
select.error + label {
    border-color: red !important;
    background: #f2d0d0 !important;
}
button[type="submit"] {
    cursor: pointer;
}
button[type="submit"]:disabled {
    opacity: 0.001;
}
button {
    display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    font-family: "gopher";
    font-weight: 300;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    transition:
        background 250ms ease-in-out,
        transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="time"] {
    -webkit-appearance: none;
}
input[type="time"]::before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="time"],
input[type="date"],
select,
textarea {
    border: none;
    outline: none;
    font-family: "gopher";
    padding: 0px 15px;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    resize: none;
    font-weight: 300;
    line-height: 2;
    vertical-align: middle;
    font-size: 15px;
    color: #1e1e21;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="date"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #1e1e21;
}
.select {
    position: relative;
}
.select select {
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding-right: 2em;
}
.select::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    right: 1em;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
    border-color: #1dafa8;
}
textarea {
    height: 70px;
    padding: 10px 15px;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.form .input-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
}
.form .input-wrap.is-centered {
    align-items: center;
}
.form .input-wrap.is-half {
    width: 50%;
}
.me-30{
    margin-right: 30px !important;
}
.ms-30{
    margin-left: 30px !important;
}
@media (max-width: 840px) {
    .form .input-wrap.is-half {
        width: 100%;
    }
}
.form .input-wrap.is-one-third {
    width: calc(100% / 3);
}
@media (max-width: 840px) {
    .form .input-wrap.is-one-third {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .form .checkbox input {
        width: 50px !important;
    }
}
.form .input-wrap.checkbox {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}
.form .input-wrap.checkbox label,
.form .input-wrap.checkbox input {
    width: auto;
    margin-right: 15px;
}
.form p {
    width: 100%;
}
.form .input-wrap.is-full {
    width: 100%;
}
.form .input-wrap label {
    width: 100%;
    text-align: left;
    padding-right: 50px;
    cursor: pointer;
}
@media (max-width: 480px) {
    .form .input-wrap label {
        padding-right: 0;
    }
}
.form .input-wrap select {
    width: 100%;
    background-color: #fff;
}
.form .input-wrap input,
.form .input-wrap textarea,
.form .input-wrap .select {
    width: 100%;
    height: 50px;
}
.form .input-wrap textarea {
    height: 100px;
}
.form .input-wrap select {
    height: 50px;
}
.form .input-wrap textarea {
    padding-top: 10px;
}
.form .input-wrap.file input {
    height: auto;
    background: transparent;
    display: none;
}
.form .input-wrap.file label {
    height: 50px;
    width: 100%;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.form .input-wrap.file label svg {
    margin-right: 10px;
}
.loading {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin 0.75s linear infinite;
    -moz-animation: spin 0.75s linear infinite;
    animation: spin 0.75s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.thankyou {
    width: 100%;
    height: 100%;
    background: white;
    padding: 20px;
}
.logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -15px;
}
.logos > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-height: min(max(35px, 1.7857142857vw), 25px);
    display: flex;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.logos > *:first-child {
    padding-left: 0px;
}
.logos > *:last-child {
    padding-right: 0px;
}
.logos a {
    transition: opacity 0.4s ease;
}
.logos a:hover {
    opacity: 0.7;
}
.logos img {
    object-fit: contain;
}
.logo-slider {
    position: relative;
}
.logo-slider .logos {
    display: flex;
    flex-wrap: nowrap;
    width: var(--logosWidth);
    transform: translate3d(0, 0, 0);
    opacity: 1 !important;
}
.logo-slider .logos > * {
    padding-left: 25px;
    padding-right: 25px;
}
.logo-slider .logos img {
    flex-shrink: 0;
}
.logo-slider.active .logos {
    animation: slideshow 35s linear infinite;
}
.plate-sec .card{
    padding: 20px;
}
.plate-sec .card .title-xs {
    font-size: 22px;
    line-height: 30px;
}
@keyframes slideshow {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    100% {
        transform: translateX(calc(var(--logosWidth) * -1));
        -webkit-transform: translateX(calc(var(--logosWidth) * -1));
    }
}
body h1,
body h2,
body h3,
body h4 {
    color: black;
    font-family: 'Very Vogue Text' !important;
    font-weight: 400;
    margin-bottom: 35px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
    margin-bottom: 0px;
}
@media (max-width: 840px) {
    h1 .block,
    h2 .block,
    h3 .block,
    h4 .block {
        display: block;
    }
}
p,
body {
    font-size: 17px;
    font-family: "gopher";
    font-weight: 300;
    color: #000;
    line-height: 1.8;
}
body p {
    margin-bottom: 35px;
}
body p:last-child {
    margin-bottom: 0;
}
strong {
    font-weight: 700;
}
.black {
    color: black !important;
}
.white {
    color: white !important;
}
.highlight-color {
    color: #9b1058 !important;
}
.card .highlight-color a{
    color: #1dafa8 !important;
}
.accent-color {
    color: #9b1058 !important;
}
.text-center {
    text-align: center;
}
@media (max-width: 840px) {
    .text-center-touch {
        text-align: center;
    }
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (min-width: 841px) {
    .text-right-desktop {
        text-align: right;
    }
}
.uppercase {
    text-transform: uppercase !important;
}
.lowercase {
    text-transform: lowercase !important;
}
.title-xl {
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
    font-size: min(max(50px, 7.1428571429vw), 100px);
}
@media (max-width: 480px) {
}
.title-lg {
    font-size: 85px;
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(32px, 6.0714285714vw), 80px);
    letter-spacing: .03em;
}
h3.title-lg{
    letter-spacing: .03em;
}
@media (max-width: 480px) {
}
.title-md {
    font-family: 'Very Vogue Text';
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(32px, 4.2857142857vw), 60px);
    letter-spacing: .03em;
}
@media (max-width: 480px) {
}
.title-sm {
    font-family: 'Very Vogue Text';
    font-size: 40px;
    letter-spacing: .03em;
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(24px, 2.8571428571vw), 40px);
}
.title-xs {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(21px, 2.1428571429vw), 30px);
}
.intro {
    font-family: "gopher";
    font-size: 30px;
    line-height: 1.4;
    font-weight: 200;
    font-size: min(max(18px, 2.1428571429vw), 30px);
}
.lead {
    font-family: 'Very Vogue Text';
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
    font-size: min(max(22px, 1.5714285714vw), 22px);
}
.bg-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bg-image::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-image: var(--bgImage);
    background-size: cover;
}
.bg-image.bg-four-fifths::after {
    width: 80%;
}
.bg-image.bg-top::after {
    background-position: center;
}
@media (max-width: 1280px) {
    .bg-image.bg-position-widescreen::after {
        background-position: var(--bgPosition);
    }
    .feature-procedures .link-reveal-container .feature-title{
        line-height: 35px;
    }
}
.bg-rotate-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
:root {
    --containerOffset: 0px;
}
.two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-col li {
    width: calc(50% - 50px);
}
@media (max-width: 480px) {
    .two-col {
        display: block;
    }
    .two-col li {
        width: auto;
    }
}
.container {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 90px;
}
@media (max-width: 840px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.flexy {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.flexy.is-vcentered {
    align-items: center;
}
.flexy.is-multiline {
    flex-wrap: wrap;
}
.flexy.is-centered {
    justify-content: center;
}
@media (max-width: 840px) {
    .flexy {
        display: block;
    }
}
.flexy.flexd-clmn {
    flex-direction: column;
}
.flexy.gap70 .flexy-item {
    margin-left: 35px;
    margin-right: 35px;
}
.flexy.gap70 .flexy-item:first-of-type {
    margin-left: 0;
}
.flexy.gap70 .flexy-item:last-of-type {
    margin-right: 0;
}
@media (max-width: 840px) {
    .flexy.gap70 .flexy-item {
        margin-left: 0;
        margin-right: 0;
    }
}
.flexy.gap100 > .flexy-item {
    margin-left: 50px;
    margin-right: 50px;
}
.flexy.gap100 > .flexy-item:first-child {
    margin-left: 0;
}
.flexy.gap100 > .flexy-item:last-child {
    margin-right: 0;
}
@media (max-width: 840px) {
    .flexy.gap100 > .flexy-item {
        margin-left: 0;
        margin-right: 0;
    }
}
.flexy.gap150 > .flexy-item {
    margin-left: 75px;
    margin-right: 75px;
}
.flexy.gap150 > .flexy-item:first-child {
    margin-left: 0;
}
.flexy.gap150 > .flexy-item:last-child {
    margin-right: 0;
}
@media (max-width: 840px) {
    .flexy.gap150 > .flexy-item {
        margin-left: 0;
        margin-right: 0;
    }
}
.flexy.gap200 > .flexy-item {
    margin-left: 100px;
    margin-right: 100px;
}
.flexy.gap200 > .flexy-item:first-child {
    margin-left: 0;
}
.flexy.gap200 > .flexy-item:last-child {
    margin-right: 0;
}
@media (max-width: 840px) {
    .flexy.gap200 > .flexy-item {
        margin-left: 0;
        margin-right: 0;
    }
}
.flexy .flexy-item {
    display: block;
    flex: 1;
}
.flexy .flexy-item.is-2 {
    flex-basis: calc(16.6666666667% - 50px);
}
.flexy .flexy-item.is-3 {
    flex-basis: calc(25% - 50px);
}
.flexy .flexy-item.is-4 {
    flex-basis: calc(33.3333333333% - 50px);
}
.flexy .flexy-item.is-6 {
    flex-basis: calc(50% - 50px);
}
@media (max-width: 1280px) {
    .flexy .flexy-item.is-6-widescreen {
        flex-basis: calc(50% - 50px);
    }
}
@media (max-width: 840px) {
    .flexy .flexy-item {
        margin-bottom: 25px;
    }
    .flexy .flexy-item:last-child {
        margin-bottom: 0;
    }
}
.flexy .flexy-item.flexy-image {
    align-self: stretch;
    position: relative;
    min-height: 500px;
}
@media (max-width: 1280px) {
    .flexy .flexy-item.flexy-image {
        max-width: 600px;
        min-height: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 1024px) {
    .flexy .flexy-item.flexy-image {
        min-height: 500px;
    }
}
@media (max-width: 600px) {
    .flexy .flexy-item.flexy-image {
        min-height: auto;
		margin-bottom: 50px;
    }
    .flexy .flexy-item.flexy-image img{
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}
.flexy .flexy-item.flexy-image img {
    position: static;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    object-fit: cover;
}
.flexy .flexy-item.flexy-image img.top {
    object-position: top;
}
.flexy .flexy-item.flexy-image img.bottom {
    object-position: bottom;
}
.flexy .flexy-item.flexy-image img.left {
    object-position: left;
}
.flexy .flexy-item.flexy-image img.right {
    object-position: right;
}
.flexy .flexy-item.is-35 {
    flex-basis: 35%;
}
.flexy .flexy-item.is-40 {
    flex-basis: 40%;
}
@media (max-width: 840px) {
    .flexy.is-swipable-touch {
        flex-wrap: nowrap;
        display: flex !important;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-padding: 0 25px;
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(300px);
        scroll-snap-type: x mandatory;
    }
    .flexy.is-swipable-touch::after {
        content: ".";
        display: block;
        width: 25px;
        height: 100%;
        opacity: 0.001;
    }
    .flexy.is-swipable-touch .flexy-item {
        flex-basis: 75%;
        flex-shrink: 0;
        margin-left: 12.5px;
        margin-right: 12.5px;
        margin-bottom: 0px !important;
        scroll-snap-align: center;
    }
    .flexy.is-swipable-touch .flexy-item:first-child {
        margin-left: 25px !important;
    }
    .flexy.is-swipable-touch .flexy-item:last-child {
        margin-right: 25px !important;
    }
}
.flexy-pad .flexy-item {
    padding: 25px;
}
@media (max-width: 840px) {
    .flexy-pad {
        margin: 0px;
    }
    .flexy-pad .flexy-item {
        padding: 0px;
    }
}
@media (max-width: 1024px) {
    .block-desktop {
        display: block !important;
    }
}
@media (max-width: 1024px) {
    .block-desktop.flexy {
        display: block !important;
    }
	.mobile-rotation .flexy {
		display: flex !important;
		flex-direction: column-reverse;
	}
    .col-mobile-reverse .block-desktop.flexy {
        display: flex!important;
        flex-direction: column-reverse;
    }
    .col-mobile-reverse .block-desktop.flexy .flexy-item:last-child {
        margin-bottom: 20px;
    }
    .col-mobile-reverse .block-desktop.flexy .flexy-item:first-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .block-desktop.flexy .flexy-item {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .block-desktop.gap100 .flexy-item:first-child,
    .block-desktop.gap150 .flexy-item:first-child,
    .block-desktop.gap200 .flexy-item:first-child,
    .block-desktop.gap75 .flexy-item:first-child,
    .block-desktop.gap70 .flexy-item:first-child {
        margin-bottom: 50px;
    }
    .block-desktop.gap100 .flexy-item,
    .block-desktop.gap150 .flexy-item,
    .block-desktop.gap200 .flexy-item,
    .block-desktop.gap75 .flexy-item,
    .block-desktop.gap70 .flexy-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 840px) {
    .block-desktop.gap100 .flexy-item:first-child,
    .block-desktop.gap150 .flexy-item:first-child,
    .block-desktop.gap200 .flexy-item:first-child,
    .block-desktop.gap75 .flexy-item:first-child,
    .block-desktop.gap70 .flexy-item:first-child {
        margin-bottom: 25px;
    }
}
@media (max-width: 1280px) {
    .block-widescreen {
        display: block !important;
    }
}
@media (max-width: 1280px) {
    .block-widescreen.flexy {
        display: block !important;
    }
}
@media (max-width: 1280px) {
    .block-widescreen.flexy .flexy-item {
        margin-right: 0;
    }
}
@media (max-width: 1280px) {
    .block-widescreen.gap100 .flexy-item:first-child {
        margin-bottom: 50px;
    }
    .block-widescreen.gap100 .flexy-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 840px) {
    .block-widescreen.gap100 .flexy-item:first-child {
        margin-bottom: 25px;
    }
}
.is-4 {
    max-width: 33%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 840px) {
    .is-4 {
        max-width: none;
    }
}
@media (max-width: 1280px) {
    .is-4.is-6-widescreen {
        max-width: 50%;
    }
}
@media (max-width: 840px) {
    .is-4.is-6-widescreen {
        max-width: none;
    }
}
.is-6 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 840px) {
    .is-6 {
        max-width: none;
    }
}
@media (max-width: 1280px) {
    .is-6-widescreen {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 840px) {
    .is-6-widescreen {
        max-width: none;
    }
}
.flexy-video {
    align-self: stretch;
    position: relative;
    min-height: 500px;
}
@media (max-width: 1280px) {
    .flexy-video {
        max-width: 600px;
        min-height: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 1024px) {
    .flexy-video {
        min-height: 500px;
    }
}
.flexy-video video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.abs {
    position: absolute;
}
.abs.bottom {
    top: auto;
    bottom: 0;
}
.abs.top {
    top: 0;
    bottom: auto;
}
.abs.left {
    left: 0;
    right: auto;
}
.abs.right {
    right: 0;
    left: auto;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mv10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.pl10 {
    padding-left: 10px;
}
@media (max-width: 840px) {
    .pl10 {
        padding-left: 0;
    }
}
.mt25 {
    margin-top: 25px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mv20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pv25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.ps25 {
    padding-left: 25px;
    padding-right: 25px;
}
.mr35 {
    margin-right: 35px;
}
@media (max-width: 840px) {
    .mr35 {
        margin-right: 0;
    }
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml50 {
    margin-left: 50px;
}
@media (max-width: 840px) {
    .ml50 {
        margin-left: 0;
    }
}
.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb75 {
    margin-bottom: 75px;
}
@media (max-width: 840px) {
    .mb75 {
        margin-bottom: 50px;
    }
}
.pt75 {
    padding-top: 75px;
}
@media (max-width: 840px) {
    .pt75 {
        padding-top: 50px;
    }
}
.pb70 {
    padding-bottom: 70px;
}
@media (max-width: 840px) {
    .pb70 {
        padding-bottom: 50px;
    }
}
.pv75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
@media (max-width: 840px) {
    .pv75 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.ps75 {
    padding-left: 75px;
    padding-right: 75px;
}
@media (max-width: 840px) {
    .ps75 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.mb100 {
    margin-bottom: 100px;
}
@media (max-width: 840px) {
    .mb100 {
        margin-bottom: 50px;
    }
}
.mv100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media (max-width: 840px) {
    .mv100 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.pt100 {
    padding-top: 100px;
}
@media (max-width: 840px) {
    .pt100 {
        padding-top: 50px;
    }
}
.pb100 {
    padding-bottom: 100px;
}
@media (max-width: 840px) {
    .pb100 {
        padding-bottom: 50px;
    }
}
.pv100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 840px) {
    .pv100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.mb115 {
    margin-bottom: 115px;
}
@media (max-width: 840px) {
    .mb115 {
        margin-bottom: 50px;
    }
}
.mb120 {
    margin-bottom: 120px;
}
@media (max-width: 840px) {
    .mb120 {
        margin-bottom: 50px;
    }
}
.mb150 {
    margin-bottom: 150px;
}
@media (max-width: 840px) {
    .mb150 {
        margin-bottom: 50px;
    }
}
.pb150 {
    padding-bottom: 150px;
}
@media (max-width: 840px) {
    .pb150 {
        padding-bottom: 50px;
    }
}
.mb175 {
    margin-bottom: 175px;
}
@media (max-width: 840px) {
    .mb175 {
        margin-bottom: 50px;
    }
}
.pv175 {
    padding-top: 175px;
    padding-bottom: 175px;
}
@media (max-width: 840px) {
    .pv175 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.mb200 {
    margin-bottom: 200px;
}
@media (max-width: 840px) {
    .mb200 {
        margin-bottom: 50px;
    }
}
.pt200 {
    padding-top: 200px;
}
@media (max-width: 840px) {
    .pt200 {
        padding-top: 50px;
    }
}
.mb0 {
    margin-bottom: 0px !important;
}
.mw1000 {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw1200 {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw1300 {
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw1400 {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw1500 {
    max-width: 1500px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw1600 {
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw2000 {
    max-width: 2000px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw250 {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw600 {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw650 {
    max-width: 650px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw700 {
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw800 {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw900 {
    max-width: 900px !important;
    margin-left: auto;
    margin-right: auto;
}
.mw1000 {
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 840px) {
    .footer {
        padding-bottom: 100px;
    }
}
.footer .socials {
    display: flex;
    justify-content: end;
    gap: 30px;
}
@media (max-width: 840px) {
    .footer .socials {
        justify-content: center;
    }
}
.contact .contact-form .tel-link {
    color: #1dafa8;
}
.contact .input-wrap input,
.contact .input-wrap select,
.contact .input-wrap textarea {
    background-color: #f2f1ef;
}
.masthead {
    padding-top: 100px;
}
@media (max-width: 480px) {
    .masthead {
        padding-top: 50px;
    }
}
.masthead.short {
    min-height: 30vh !important;
    height: auto;
}
.masthead .masthead__image {
    background-position: top center;
    background-image: none;
    transform-origin: bottom left;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: -1;
    background-size: cover;
    background-position: center center;
}
.masthead .masthead__image img {
    max-width: unset;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    left: 50%;
    opacity: 0.001;
    -webkit-transition-property:
        opacity,
        -webkit-transform,
        filter;
    -webkit-transition-duration: 1.5s, 10s, 3s;
    -webkit-transform-transition-delay: 0s, 0s, 1.5s;
    -webkit-transform-origin: top right;
    -moz-transition-property:
        opacity,
        -moz-transform,
        filter;
    -moz-transition-duration: 1.5s, 10s, 3s;
    -moz-transition-transition-delay: 0s, 0s, 1.5s;
    -moz-transform-origin: top right;
    -ms-transition-property:
        opacity,
        -ms-transform,
        filter;
    -ms-transition-duration: 1.5s, 10s, 3s;
    -ms-transition-transition-delay: 0s, 0s, 1.5s;
    -ms-transform-origin: top right;
    -o-transition-property:
        opacity,
        -o-transform,
        filter;
    -o-transition-duration: 1.5s, 10s, 3s;
    -o-transition-transition-delay: 0s, 0s, 1.5s;
    -o-transform-origin: top right;
    transition-property: opacity, transform, filter;
    transition-duration: 1.5s, 10s, 3s;
    transition-delay: 0s, 0s, 1.5s;
    transform-origin: top right;
}
@media screen and (max-width: 840px) {
    .masthead .masthead__image img {
        max-height: 100%;
    }
}
.masthead .masthead__image img:nth-child(2n + 1) {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}
.masthead .masthead__image img.fx {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.masthead .masthead__image img.fx:first-child + img ~ img {
    z-index: -1;
}
.gallery-grid .gallery-grid__row {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media (max-width: 840px) {
    .gallery-grid .gallery-grid__row {
        margin-bottom: 25px;
    }
}
.gallery-grid .gallery-grid__row a {
    margin-right: 20px;
    overflow: hidden;
    flex-basis: calc(100% / 7 - 17px);
}
@media (max-width: 1024px) {
    .gallery-grid .gallery-grid__row a {
        flex-basis: calc(100% / 5 - 16px);
    }
}
@media (max-width: 840px) {
    .gallery-grid .gallery-grid__row a {
        flex-basis: calc(100% / 3 - 8px);
    }
}
.gallery-grid .gallery-grid__row a:last-child {
    margin-right: 0;
}
.gallery-grid .gallery-grid__row a:hover img {
    transform: scale(1.05);
}
.gallery-grid .gallery-grid__row a img {
    transition: transform 0.4s ease;
    vertical-align: middle;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 1024px) {
    .gallery-grid .gallery-grid__row a:nth-child(5),
    .gallery-grid .gallery-grid__row a:nth-child(6) {
        display: none;
    }
}
@media (max-width: 840px) {
    .gallery-grid .gallery-grid__row a {
        display: none;
        margin-right: 10px;
    }
    .gallery-grid .gallery-grid__row a:nth-child(1),
    .gallery-grid .gallery-grid__row a:nth-child(2) {
        display: block;
    }
}
.gallery-grid .gallery-grid__row .gallery-grid__details {
    background: #1dafa8;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    transition: opacity 0.4s ease;
}
.gallery-grid .gallery-grid__row .gallery-grid__details:hover {
    opacity: 0.5;
}
.gallery-grid .gallery-grid__row .gallery-grid__details span {
    padding: 0 15px;
}
@media (max-width: 1024px) {
    .gallery-grid .gallery-grid__row .gallery-grid__details:nth-child(5),
    .gallery-grid .gallery-grid__row .gallery-grid__details:nth-child(6) {
        display: flex;
    }
}
.swipe-icon {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swipe-icon span {
    margin-top: 10px;
    border-radius: 25px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 15px;
}
.swipe-icon span i {
    opacity: 0.7;
    display: none;
}
.swipe-icon img {
    width: 100px;
}
.gallery.face .swipe-icon {
    width: 130px;
    margin-top: -87px;
}
@media (max-width: 840px) {
    .gallery.face .swipe-icon img {
        width: 75px;
    }
}
@media (max-width: 480px) {
    .gallery.face .swipe-icon img {
        width: 100%;
    }
}
.gallery-controls {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.gallery-controls .prev-patient {
    margin-right: auto;
}
.gallery-controls .next-patient {
    margin-left: auto;
}
.gallery-controls .patient-label {
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
@media (max-width: 840px) {
    .gallery-controls .patient-label {
        position: static;
        width: 100%;
        order: 2;
        margin-top: 20px;
    }
}
.swiper-container-thumbs {
    overflow: hidden;
    width: 30%;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .swiper-container-thumbs {
        width: 50%;
    }
}
@media (max-width: 840px) {
    .swiper-container-thumbs {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .swiper-container-thumbs {
        width: 100%;
    }
}
.swiper-container-thumbs .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.4s ease;
    cursor: pointer;
}
.swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-container-thumbs .swiper-slide:nth-child(odd) {
    display: none;
}
.procedure-gallery__image img {
    width: 100%;
}
.galleryAlt .gallery-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.galleryAlt .gallery-grid .gallery-grid__row {
    display: flex;
    flex-basis: calc(calc(100% / 3) - calc(50px / 3));
    margin-bottom: 0;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .galleryAlt .gallery-grid .gallery-grid__row {
        flex-basis: calc(50% - 25px);
    }
}
@media (max-width: 840px) {
    .galleryAlt .gallery-grid .gallery-grid__row {
        flex-basis: 100%;
    }
}
.galleryAlt .gallery-grid .gallery-grid__row .gallery-grid__details {
    background: none;
    color: #1dafa8;
    flex-shrink: 1;
    flex-grow: 0;
    margin-top: 12.5px;
    line-height: 1;
    flex-basis: 20px;
}
.galleryAlt .gallery-grid .gallery-grid__row a {
    width: 100%;
    display: flex;
    margin-right: 0px;
    flex-basis: calc(100% - 20px);
}
.galleryAlt .gallery-grid .gallery-grid__row a img {
    object-fit: contain;
    max-height: 500px;
}
.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    max-height: 100vh !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s ease;
    -ms-overflow-style: none;
    scrollbar-width: none;
/*  background: rgb(17 17 17 / .75); */
}
.home .header{
    background: transparent;
}
.header::-webkit-scrollbar {
    display: none;
}
.scrolled .header {
    background: rgb(73 73 73 / .75);
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
}
.open .header {
    background: #494949;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.15);
    height: 100vh !important;
}
.frm_button_submit{
    position: relative;
}
.frm_button_submit:before {
    content: url(https://vistawellnessmd.com/wp-content/uploads/2023/09/arrow-right-black.svg);
    right: 15px;
    position: absolute;
    top: 15px;
        filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(6%) hue-rotate(159deg) brightness(105%) contrast(103%);
}
@media (max-width: 840px) {
    .open .header {
        height: 100% !important;
    }
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
    
}
@media (max-width: 1280px) {
    .navbar {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 840px) {
    .navbar {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
.navbar .navbar__logo {
    margin-left: 145px;
    align-self: center;
    max-height: 90px;
    transition: all 0.4s ease;
}
article{
    display: none;
}
.single-post article{
    display: block;
}
nav.post-navigation,
article.post {
    padding: 200px 0 80px;
    max-width: 800px;
    margin: 0 auto;
}
nav.post-navigation{
    padding: 0 0 80px;
}
article.post h2 {
    font-size: min(max(21px, 2.1428571429vw), 30px);
    color: #1dafa8;
    line-height: 1.5;
}
article.post header h1 {
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(32px, 4.2857142857vw), 60px);
    margin-bottom: 40px;
    color: #1dafa8;
}
.post-navigation .meta-nav{
    display: flex;
    align-items: center;
}
.post-navigation .meta-nav svg{
    margin-right: 6px;
}
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
    width: 50%;
    padding: 0 15px;
}
.post-navigation .nav-links .nav-next .meta-nav{
    justify-content: end;
}
#comments{
    display: none;
}
@media (max-width: 1280px) {
    .custom-logo-link img,
    .navbar .navbar__logo {
        max-height: 75px;
        margin-left: unset;
    }
}
@media (max-width: 840px) {
    .custom-logo-link img,
    .navbar .navbar__logo {
        max-height: 60px !important;
    }
}
.scrolled .navbar .navbar__logo .custom-logo-link img{
    transition: all 0.7s ease;
    max-height: 75px;
}
@media (max-width: 1280px) {
    .scrolled .custom-logo-link img,
    .scrolled .navbar .navbar__logo {
        max-height: 50px !important;
    }
}
.open .navbar .custom-logo-link img {
    max-height: 75px;
}
@media (max-width: 1280px) {
    .open .navbar .navbar__logo {
        max-height: 50px;
    }
}
.navbar .navbar-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.navbar .navbar-links a {
    transition: all 0s linear !important;
}
.navbar .navbar-link {
    color: #fff !important;
    margin-right: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
}
.navbar-link span {
    color: #9b1058 !important;
}
.scrolled .navbar .navbar-link {
    color: #fff !important;
}
.scrolled .navbar .navbar-link span {
    color: #fff !important;
}
.open .navbar .navbar-link {
    color: #fff !important;
}
.open .navbar .navbar-link span {
    color: #fff !important;
}
.navbar .navbar-link img {
    margin-left: 0.5em;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(32deg) brightness(109%) contrast(101%);
}
#text-7 p a {
    color: #acacac !important;
}
p.navbar-geotag {
    color: #fff;
}
@media (max-width: 840px) {
    .navbar .navbar-link {
        display: none;
    }
}
.navbar .menu-button {
    cursor: pointer;
    position: relative;
    z-index: 51;
    transition: all 9s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .menu-button label {
    color: white;
    text-transform: uppercase;
    padding-left: 0.5em;
    cursor: pointer;
    font-weight: 500;
}
.navbar .menu-button span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    display: block;
    transition: transform 0.4s;
}
.navbar .menu-button span:first-child {
    margin-top: 0;
}
.navbar .menu-button span:last-child {
    margin-bottom: 0;
}
.open .navbar .menu-button label {
    color: white;
}
.open .navbar .menu-button span {
    background-color: white;
}
.open .navbar .menu-button span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}
.open .navbar .menu-button span:nth-of-type(2) {
    opacity: 0.001;
}
.open .navbar .menu-button span:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}
.scrolled .navbar .menu-button label {
    color: white;
}
.scrolled .navbar .menu-button span {
    background-color: white;
}
.scrolled .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-contact-menu {
    border-bottom: 1px solid #9b1058;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none;
    margin: 20px 25px 0;
}
.mobile-contact-menu ul {
    margin: 0;
    list-style: none !important;
    padding-left: 0 !important;
}
.mobile-contact-menu li {
    color: inherit !important;
    padding: 10px 0;
}
.mobile-contact-menu ul li.active a {
    color: #9b1058 !important;
}
.mobile-contact-menu ul li a {
    font-size: 26px;
    color: #000 !important;
}
@media (max-width: 1024px) {
    .mobile-contact-menu {
        display: block;
    }
}
.mobile-contact-menu li {
    max-height: none !important;
}
.mobile-contact-menu a::after {
    content: none !important;
}
.mega-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 0.001;
    display: none;
    flex-direction: column;
}
.mega-menu hr {
    background: #c8c8c8;
}
.mega-menu .top-menu-wrapper {
    background-color: #acacac;
}
.mega-menu .top-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex: 1 1 0;
}
.mega-menu .top-menu ul li {
    flex-basis: calc(100% / var(--columnCount));
}
.mega-menu .top-menu ul li a {
    font-family: "montserrat";
    font-size: 26px;
    padding: 10px 0;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .mega-menu .top-menu ul li a {
        cursor: pointer;
    }
}
.mega-menu .main-menu {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.mega-menu .main-menu ul {
    list-style: none;
    flex: 1 1 0;
    flex-basis: calc(100% / var(--columnCount));
}
@media (max-width: 1024px) {
    .mega-menu .main-menu ul {
        cursor: pointer;
    }
}
.mega-menu .main-menu ul ul {
    margin-top: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
.mega-menu .main-menu ul li:first-of-type a {
    font-family: "montserrat";
    font-size: min(max(20px, 1.8571428571vw), 26px);
    line-height: 1.5;
}
.mega-menu .main-menu ul li a {
    font-family: "gopher";
    padding: 10px 0;
    line-height: 1.3;
}
.mega-menu .main-menu ul li a.active {
    color: #1dafa8;
}
.mega-menu .main-menu .nav-top {
    font-family: "montserrat" !important;
    font-size: 26px !important;
    color: #acacac;
}
.open .mega-menu {
    display: flex;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
@media (max-width: 1024px) {
    .mega-menu {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .mega-menu .flexy-item {
        margin-bottom: 0;
    }
    .mega-menu .flexy-item img {
        display: none;
    }
    .scrolled .mega-menu {
        padding-top: 0;
    }
    .mega-menu .top-menu ul {
        display: block;
    }
    .mega-menu .main-menu {
        display: block;
    }
    .mega-menu .main-menu ul ul {
        margin-top: 0px;
    }
    .mega-menu .main-menu li {
        will-change: max-height;
        max-height: 0;
        overflow: hidden;
        transform-origin: top;
        transition:
            color 0.4s ease,
            max-height 0.8s ease,
            opacity 0.8s;
        opacity: 0.001;
    }
    .mega-menu .main-menu li:first-child {
        max-height: none;
        opacity: 1;
    }
    .mega-menu .main-menu li:first-child a {
        position: relative;
    }
    .mega-menu .main-menu li:first-child a:hover {
        color: inherit;
    }
    .mega-menu .main-menu li:first-child a::after {
        content: " ";
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        right: -1em;
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: rotate(-135deg) scale(0.8) translateY(-4px);
        transition:
            transform 0.4s ease,
            border-color 0.4s ease;
        transform-origin: center;
        width: 0.625em;
        border-color: #1dafa8;
    }
    .mega-menu .main-menu li.active {
        color: #1dafa8;
    }
    .mega-menu .main-menu li.active a::after {
        border-color: #1dafa8;
        transform: rotate(-45deg) scale(0.8);
    }
    .mega-menu .main-menu li.active ~ li {
        max-height: 75px;
        opacity: 1;
    }
}
html.open {
    overflow-y: scroll !important;
    width: 100%;
    position: fixed !important;
}
@-webkit-keyframes fadeMenuItem {
    0% {
        opacity: 0.001;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeMenuItem {
    0% {
        opacity: 0.001;
    }
    100% {
        opacity: 1;
    }
}
.has-mega-matrix {
    transition: height 0.4s ease;
}
.has-mega-matrix .menu-selectors a {
    cursor: pointer;
    position: relative;
}
.has-mega-matrix .menu-selectors a:hover {
    color: inherit;
}
.has-mega-matrix .menu-selectors a::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    right: -1em;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-135deg) scale(0.8) translateY(-4px);
    transition:
        transform 0.4s ease,
        border-color 0.4s ease;
    transform-origin: center;
    width: 0.625em;
    border-color: white;
}
.has-mega-matrix .menu-selectors a.no-menu::after {
    content: none !important;
}
.has-mega-matrix .menu-selectors .active {
    color: #1dafa8;
}
.has-mega-matrix .menu-selectors .active a::after {
    transform: rotate(-45deg) scale(0.8) translateY(-4px);
    border-color: #1dafa8;
}
.has-mega-matrix .main-menu-items {
    position: relative;
    overflow: hidden;
}
.has-mega-matrix .main-menu {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.001;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
}
.has-mega-matrix .main-menu.active {
    pointer-events: all;
    opacity: 1;
    position: relative;
}
.has-mega-matrix .menu-back {
    display: none !important;
}
.has-mega-matrix .top-menu-mobile {
    display: none !important;
}
@media (max-width: 1024px) {
    .has-mega-matrix .menu-back {
        display: block !important;
    }
    .has-mega-matrix .main-menu {
        max-height: 0;
        overflow: hidden;
    }
    .has-mega-matrix .main-menu li:first-child {
        max-height: 0;
    }
    .has-mega-matrix .main-menu.active {
        max-height: 200vh;
        overflow: auto;
    }
    .has-mega-matrix .main-menu.active li:first-child {
        max-height: 50px;
    }
    .has-mega-matrix .mega-menu {
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }
    .has-mega-matrix .top-menu-mobile {
        display: block !important;
    }
    .has-mega-matrix .top-menu-mobile a::after {
        content: none !important;
    }
    .has-mega-matrix .no-menu::after {
        content: none !important;
    }
    .has-mega-matrix .menu-selectors ul li {
        transition: max-height 0.6s ease;
        max-height: 0px;
        overflow: hidden;
    }
    .has-mega-matrix .menu-selectors ul li.active {
        max-height: 50px;
    }
    .has-mega-matrix .menu-selectors ul.menu-back li {
        max-height: 50px !important;
        color: inherit;
    }
    .has-mega-matrix .menu-selectors ul.menu-back li a::after {
        border-color: inherit;
        transform: rotate(45deg) scale(0.8);
    }
    .has-mega-matrix .menu-selectors.active + hr {
        display: none;
    }
    .has-mega-matrix .menu-selectors.active ul li {
        max-height: 50px;
        color: inherit !important;
    }
    .has-mega-matrix .menu-selectors.active ul li a::after {
        border-color: inherit;
        transform: rotate(-135deg) scale(0.8) translateY(-4px);
    }
    .has-mega-matrix .menu-selectors.active ul.menu-back li {
        max-height: 0px !important;
        overflow: hidden;
    }
    .has-mega-matrix .menu-selectors a {
        position: relative;
    }
    .has-mega-matrix .menu-selectors a:hover {
        color: inherit;
    }
    .has-mega-matrix .menu-selectors a::after {
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        right: -1em;
        content: " ";
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: rotate(-135deg) scale(0.8) translateY(-4px);
        transition:
            transform 0.4s ease,
            border-color 0.4s ease;
        transform-origin: center;
        width: 0.625em;
        border-color: white;
    }
    .has-mega-matrix .menu-selectors .menu-back a {
        padding-left: 1em;
    }
    .has-mega-matrix .menu-selectors .menu-back a::after {
        transform: rotate(45deg) scale(0.8);
        right: auto;
        left: 0;
    }
}
.nav-img-height {
    height: 35vh;
}
@media (max-width: 1280px) {
    .nav-img-height {
        height: 25vh !important;
    }
	.home .navbar .menu-button span{
		background-color: #000;
	}
	.home .navbar .menu-button label {
		color: #000;
	}
	.open .home .navbar .menu-button span,
	.home.scrolled .navbar .menu-button span{
		background-color: #fff;
	}
	.open .home .navbar .menu-button label,
	.home.scrolled .navbar .menu-button label{
		color: #fff;
	}
}
.nav-img-height.large {
    height: 45vh;
}
@media (max-width: 1280px) {
    .nav-img-height.large {
        height: 35vh !important;
    }
}
.img-matrix .mega-menu {
    background: white;
    padding-bottom: 35px;
    padding-top: 0;
}
@media (max-width: 1024px) {
    .img-matrix .mega-menu {
        height: calc(100vh);
    }
}
.img-matrix .mega-menu .container {
    width: 100%;
    padding-top: 25px;
    background-color: #1dafa8;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 1024px) {
    .img-matrix .mega-menu .container {
        padding-left: 25px;
        padding-right: 25px;
        background-color: white;
    }
}
.img-matrix .mega-menu li {
    line-height: 2em;
}
.img-matrix .mega-menu li a {
    color: #5f5757;
}
.img-matrix .mega-menu li:hover a, .img-matrix .mega-menu li a:hover {
    color: #9b1058;
}
.img-matrix .mega-menu .top-menu a {
    line-height: 2 !important;
}
.img-matrix .mega-menu .top-menu a::after {
    border-color: #1dafa8 !important;
}
.img-matrix .mega-menu .top-menu .active a {
    color: #87ab47 !important;
}
.img-matrix .mega-menu .top-menu .menu-back a {
    font-size: 16px !important;
}
.img-matrix .mega-menu .top-menu ul li a {
    font-family: "gopher";
}
.img-matrix .mega-menu .top-menu .menuAda {
    padding-top: 0 !important;
}
@media screen and (min-width: 1025px) {
    .img-matrix .mega-menu .top-menu li {
        padding: 0 15px;
        position: relative;
    }
    .img-matrix .mega-menu .top-menu li.active a::after {
        display: block;
    }
    .img-matrix .mega-menu .top-menu li.active::after {
        content: "";
        position: absolute;
        height: calc(100% + 50px);
        width: 100%;
        top: 0;
        left: 50%;
        background-color: #fff;
        transform: translateX(-50%);
    }
    .img-matrix .mega-menu .top-menu li a {
        z-index: 1;
        display: inline-block;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link::after {
        content: url('https://vistawellnessmd.com/wp-content/uploads/2023/09/arrow-right-black.svg');
        text-align: center;
        line-height: 1;
        margin-top: 15px;
        transform: rotate(90deg) !important;
        border: unset;
        border-radius: unset;
        border-right: unset;
        border-top: unset;
        right: unset;
        height: unset;
        margin-top: unset;
        pointer-events: unset;
        position: unset;
        top: unset;
        transition: unset;
        transform-origin: unset;
        width: unset;
        border-color: unset;
       	
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link[aria-expanded="true"]:after{
        visibility: visible;
        opacity: 1;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    .img-matrix .mega-menu .top-menu .top-menu-menu a {
        color: white;
        font-size: min(max(16px, 1.4285714286vw), 20px);
    }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #fff;
    color: #87ab47;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 10px;
    height: auto;
    text-align: center;
}
.img-matrix .mega-menu .main-menu-items {
    overflow: visible;
}
.max-mega-menu-active > .mega-menu-link,
.max-mega-menu-active > .mega-menu-link:hover,
.max-mega-menu-active > .mega-menu-link:focus,
.mega-toggle-on > .mega-menu-link,
.mega-toggle-on > .mega-menu-link:hover,
.mega-toggle-on > .mega-menu-link:focus{
    background: #fff !important;
    color: #9b1058!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    padding: 20px 15px 0px 15px;
}
@media (max-width: 1024px) {
    .img-matrix .mega-menu .main-menu-items .main-menu {
        padding: 0 25px;
    }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.img-matrix .mega-menu .main-menu-items .main-menu ul li a:first-of-type {
    font-family: "gopher";
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
    color: #9b1058;
    text-transform: capitalize;
    font-weight: 300;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    color: #5f5757;
}
.mega-menu-item .mega-block-title,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 17px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 2px 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    float: left;
    min-height: 1px;
    padding: 0 15px 20px !important;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy {
    width: 100%;
    padding: 5px 15px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-type-widget.widget_media_image{
    padding: 0 !important;
    margin-bottom: 25px;
}
.mega-menu-item.mega-menu-item-type-widget.widget_media_image img{
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}
.mega-menu-columns-6-of-12 .mega-menu-item.mega-menu-item-type-widget.widget_media_image img{
    height: 45vh !important;
    object-fit: cover;
    object-position: center;
}
.pb75 {
    padding-bottom: 75px;
}
@media (max-width: 1024px) {
    .img-matrix .mega-menu .main-menu-items .main-menu .flexy {
        display: block;
    }
    .img-matrix .mega-menu .main-menu-items .main-menu .flexy .nav-img-container {
        display: none;
    }
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item {
    padding: 5px 15px;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item .nav-img-container {
    overflow: hidden;
    margin-top: 15px;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item .nav-img-container img {
    object-position: center;
    max-height: 400px;
    transition: transform 0.4s ease-in-out;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li:first-of-type {
    font-size: min(max(16px, 1.5714285714vw), 22px);
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li:first-of-type a {
    color: #87ab47 !important;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li.active a {
    color: #1dafa8 !important;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li.active a::after {
    border-color: #1dafa8;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li a {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    transition: color 0.4s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li a:hover {
    color: #9b1058;
}
.img-matrix .mega-menu .main-menu-items .main-menu .flexy .flexy-item li a::after {
    border-color: #1dafa8;
}
.nav-socials {
    display: none;
}
@media (max-width: 1024px) {
    .nav-socials {
        display: flex;
        margin-top: 10px;
        gap: 15px;
        margin-left: 25px;
    }
}
.nav-socials img {
    height: 30px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(11%) saturate(378%) hue-rotate(352deg) brightness(97%) contrast(89%);
}
.menuAda {
    margin-left: 25px;
    font-size: 26px;
    cursor: pointer;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/32b0e4/00000000000000007735a185/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/32b0e4/00000000000000007735a185/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/32b0e4/00000000000000007735a185/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/bce044/00000000000000007735a186/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n2&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/bce044/00000000000000007735a186/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n2&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/bce044/00000000000000007735a186/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n2&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/7ed86d/00000000000000007735a187/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i2&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/7ed86d/00000000000000007735a187/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i2&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/7ed86d/00000000000000007735a187/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i2&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 200;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/ca31c7/00000000000000007735a18d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/ca31c7/00000000000000007735a18d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/ca31c7/00000000000000007735a18d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/2180b4/00000000000000007735a193/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/2180b4/00000000000000007735a193/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/2180b4/00000000000000007735a193/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/89a47a/00000000000000007735a195/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i6&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/89a47a/00000000000000007735a195/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i6&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/89a47a/00000000000000007735a195/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i6&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 600;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/73dbad/00000000000000007735a197/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/73dbad/00000000000000007735a197/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/73dbad/00000000000000007735a197/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/6d739b/00000000000000007735a19a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/6d739b/00000000000000007735a19a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/6d739b/00000000000000007735a19a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "gopher";
    src:
        url("https://use.typekit.net/af/527667/00000000000000007735cb03/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/527667/00000000000000007735cb03/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/527667/00000000000000007735cb03/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}
@font-face {
    font-family: "gopher";
    src:
        url("https://use.typekit.net/af/f84c05/00000000000000007735cb05/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i3&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/f84c05/00000000000000007735cb05/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i3&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/f84c05/00000000000000007735cb05/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i3&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
}
@font-face {
    font-family: "gopher";
    src:
        url("https://use.typekit.net/af/88d4aa/00000000000000007735cb08/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/88d4aa/00000000000000007735cb08/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/88d4aa/00000000000000007735cb08/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "gopher";
    src:
        url("https://use.typekit.net/af/f2998d/00000000000000007735cb0a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/f2998d/00000000000000007735cb0a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/f2998d/00000000000000007735cb0a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "gopher";
    src:
        url("https://use.typekit.net/af/1bcb70/00000000000000007735cb0f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/1bcb70/00000000000000007735cb0f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/1bcb70/00000000000000007735cb0f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "gopher";
    src:
        url("https://use.typekit.net/af/6b53ad/00000000000000007735cb11/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/6b53ad/00000000000000007735cb11/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/6b53ad/00000000000000007735cb11/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "new-order";
    src:
        url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/01d619/00000000000000007735ee26/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n6&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}
@font-face {
    font-family: "new-order";
    src:
        url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/0ce2e9/00000000000000007735ee25/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "new-order";
    src:
        url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3")
            format("woff2"),
        url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3")
            format("woff"),
        url("https://use.typekit.net/af/9058cf/00000000000000007735ee27/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}
.masthead {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
    height: 85vh;
    min-height: 600px;
    max-width: 2200px;
    max-height: 950px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 0;
    overflow: visible;
    align-items: flex-end;
    margin-bottom: 150px;
    width: 100%;
    text-align: center;
    height: 100vh;
}
@media (max-width: 1024px) {
    .masthead {
        height: 50vh;
        min-height: 400px;
        margin-bottom: 75px;
    }
}
.masthead .masthead__image {
    width: 100%;
    right: 0;
    z-index: 3;
    width: 100%;
}
.masthead .masthead__image::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(179.94deg, rgba(255, 255, 255, 0.29) 10.54%, rgba(65, 63, 63, 0.22) 91.6%);
}
.treatment-box-show.masthead .masthead__image::before{
    background: rgb(20 20 20 / .45);
}
.masthead .masthead__text {
    z-index: 5;
    margin-bottom: 75px;
    width: 100%;
}
@media (max-width: 840px) {
    .masthead .masthead__text {
        margin-bottom: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (max-width: 1280px) {
    .masthead {
        margin-bottom: 100px;
    }
}

.masthead.bg-image::after {
    height: 95%;
}
.home .masthead {
    margin-bottom: 80px;
    height: 100vh;
    max-height: 100%;
    position: relative;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding-top: 0;
    overflow: visible;
    align-items: center;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media (min-width: 1025px) {
    .home .masthead {
        min-height: calc(100vh - 140px);
    }
}
@media (max-width: 1280px) {
    .home .masthead {
        margin-top: 125px;
    }
}
@media (max-width: 840px) {
    .home .masthead {
        height: 60vh;
        min-height: 500px;
        margin-bottom: 50px;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 115px;
    }
}
.home .masthead .masthead__image {
    z-index: 1;
    width: 48.5%;
    max-height: 500px;
    left: 75px;
    bottom: 0;
    top: 100px;
}
@media screen and (min-width: 1281px) and (max-width: 1478px) {
    .home .masthead .masthead__image {
        left: 75px;
    }
}
@media (max-width: 1280px) {
    .home .masthead .masthead__image {
        left: 30px !important;
    }
}
@media (max-width: 840px) {
    .home .masthead .masthead__image {
        right: 25px;
        height: calc(100% - 25px);
        width: 85%;
        top: 0;
    }
}
.home .masthead .masthead__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 1;
    z-index: 4;
}
@media (max-width: 840px) {
    .home .masthead .masthead__image::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
    }
}
@media (max-width: 840px) {
    .home .masthead {
        height: 50vh;
        min-height: 525px;
    }
}
.home .masthead .masthead__text {
    position: relative;
    z-index: 5;
    max-width: 50%;
    width: auto;
    top: 52px;
}
@media (max-width: 1280px) {
    .home .masthead .masthead__text {
        margin-left: 25px;
        margin-right: 100px;
    }
}
@media (max-width: 1024px) {
    .home .masthead .masthead__text {
        margin-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .home .masthead .masthead__text {
        margin-left: 15px;
        margin-right: 15px;
    }
    .masthead .title-xl {
        font-size: 40px;
    }
}
@media (max-width: 1280px) {
    .home .masthead .masthead__text {
        margin-right: 0px;
        margin-left: auto;
    }
}
@media (max-width: 1024px) {
    .home .masthead .masthead__text {
        margin-bottom: 25px;
        margin-left: auto;
        margin-bottom: 75px;
    }
}
@media (max-width: 840px) {
    .home .masthead .masthead__text {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .home .masthead .masthead__text {
        margin-left: 15px;
        margin-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}
.masthead .caption-masthead {
    font-weight: 600;
    letter-spacing: 0.3em;
    text-align: center;
    font-size: min(max(14px, 1.4285714286vw), 18px);
    color: #acacac;
    line-height: 2;
}
.masthead .inner-banner-text .caption-masthead{
    font-family: 'Montserrat', sans-serif !important;
}
.home .masthead .caption-masthead{
    text-align: left;
}
.masthead .caption-masthead font {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: .03em;
}
@media (max-width: 1280px) {
    .masthead .caption-masthead {
        line-height: 1.2;
    }
}
.bg-image-right-80 {
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.bg-image-left-20 {
    width: 26.9%;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 840px) {
    .bg-image-left-20 {
        display: none !important;
    }
}
.bg-plant-green::before {
    width: 100%;
    background: #98b95d;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    right: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}
.bg-image-left-20-80 {
    width: 26.9%;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
}
.background-green:after{
    background: #666666 !important;
    background-img: none !important;
}
.background-green p,
.background-green h2{
    color: #fff !important;
}
@media (max-width: 840px) {
    .bg-image-left-20-80 {
        display: none;
    }
    .bg-image-left-20{
        display: none;
    }
}
.bg-image {
    height: 100%;
}
.bg-image.bg-masthead::after {
    width: 75.4%;
    height: 100%;
    bottom: 0;
}
@media (min-width: 1281px) {
}
.small-letter-title {
    font-weight: 200;
}
.masthead-video-container {
    position: absolute;
    width: 30.375%;
    margin-left: auto;
    min-height: 650px;
    bottom: 0;
    right: 0;
}
.list-black li,
.bg-black-text li{
    color: #000;
}
.list-white li,
.list-black li{
    margin-bottom: 0;
    font-size: 17px;
}
@media (max-width: 840px) {
    .masthead-video-container {
        width: 250px;
        height: 250px;
        top: unset;
    }
}
.masthead-video-container video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 840px) {
    .masthead-video-container video {
        width: 250px;
        height: 250px;
        bottom: 0;
        top: unset;
    }
}
.strikethrough {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 840px) {
    .strikethrough {
        flex-direction: column;
        white-space: unset;
    }
}
.strikethrough::after {
    content: "";
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%),
        linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%);
    margin-left: 50px;
    opacity: 0.5;
    transform: scaleX(0);
    transition: all 1.5s ease 1s;
    transform-origin: left;
}
@media (max-width: 840px) {
    .strikethrough::after {
        margin-left: 0;
        margin-top: 10px;
        transform-origin: center;
    }
}
.strikethrough::before {
    content: "";
    width: 40%;
    height: 2px;
    opacity: 0.5;
    background: linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%),
        linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%);
    margin-right: 50px;
    transform: scaleX(0);
    transition: all 1.5s ease 1s;
    transform-origin: right;
}
@media (max-width: 840px) {
    .strikethrough::before {
        margin-right: 0;
        margin-bottom: 10px;
        transform-origin: center;
    }
}
.strikethrough.animated::after {
    transform: scaleX(1);
}
.strikethrough.animated::before {
    transform: scaleX(1);
}
.strikethrough-right {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .strikethrough-right {
        flex-direction: column;
        white-space: unset;
    }
}
.strikethrough-right::before {
    content: "";
    width: 80%;
    height: 2px;
    opacity: 0.5;
    background: linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%),
        linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%);
    margin-right: 50px;
    transform: scaleX(0);
    transition: all 1.5s ease 1s;
    transform-origin: right;
}
@media (max-width: 1024px) {
    .strikethrough-right::before {
        display: none;
    }
}
.strikethrough-right.animated::after {
    transform: scaleX(1);
}
.strikethrough-right.animated::before {
    transform: scaleX(1);
}
.strikethrough-left,
.strikethrough-left-white {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .strikethrough-left,
    .strikethrough-left-white {
        flex-direction: column;
        white-space: unset;
        justify-content: unset;
        align-items: unset;
    }
}
.strikethrough-left::after,
.strikethrough-left-white::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%),
        linear-gradient(90deg, #acacac 0%, #acacac 71.71%, #acacac 100%);
    margin-left: 50px;
    opacity: 0.5;
    transform: scaleX(0);
    transition: all 1.5s ease 1s;
    transform-origin: left;
}
@media (max-width: 1024px) {
    .strikethrough-left::after,
    .strikethrough-left-white::after {
        display: none;
    }
}
.strikethrough-left.animated::after,
.strikethrough-left-white.animated::after,
.strikethrough-left.animated::before,
.strikethrough-left-white.animated::before {
    transform: scaleX(1);
}
.strikethrough-left-white::after {
    opacity: 1;
    background: linear-gradient(90deg, white 0%, white 71.71%, white 100%),
        linear-gradient(90deg, white 0%, white 71.71%, white 100%);
}
.subhead {
    text-align: center;
    letter-spacing: .03em;
    font-weight: 300;
    font-family: "gopher";
    font-size: min(max(18px, 1.4285714286vw), 20px);
    line-height: 1.2;
}
.subhead.stay-left {
    text-align: left;
}
.subhead.text-left {
    text-align: left;
}
section:not(.header):not(.footer):not(.masthead) p > a:not(.button), section:not(.header):not(.footer):not(.masthead) li > a:not(.button), section:not(.header):not(.footer):not(.masthead) span > a:not(.button) {
    color: #9b1058;
    display: inline;
    background: linear-gradient(#9b1058, #9b1058);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s ease;
}
section:not(.header):not(.footer):not(.masthead) p > a:not(.button):hover, section:not(.header):not(.footer):not(.masthead) li > a:not(.button):hover, section:not(.header):not(.footer):not(.masthead) span > a:not(.button):hover, section:not(.header):not(.footer):not(.masthead) p > a:not(.button):focus, section:not(.header):not(.footer):not(.masthead) li > a:not(.button):focus, section:not(.header):not(.footer):not(.masthead) span > a:not(.button):focus {
    color: #9b1058;
    background-size: 100% 1px;
}
@media (max-width: 840px) {
    .subhead.text-left {
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
    }
}
.subhead.text-right {
    text-align: right;
}
@media (max-width: 1024px) {
    .subhead.text-right {
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
    }
}
.grey {
    color: #9b1058;
}
.feature-procedures .flexy-pad .flexy-item {
    padding: 37.5px;
}
@media (max-width: 1024px) {
    .feature-procedures .flexy-pad .flexy-item {
        padding: 25px;
    }
}
@media (max-width: 840px) {
    .feature-procedures .flexy-pad .flexy-item {
        padding: 0px;
    }
}
.feature-title {
    font-weight: 400;
    color: #eef8fa !important;
    font-size: min(max(16px, 3.2142857143vw), 45px);
    font-family: "new-order";
    line-height: 1;
}
@media (max-width: 1024px) {
    .feature-title {
        font-size: 35px;
    }
}
.text-align-right {
    margin-left: auto;
    max-width: 62.5%;
}
@media (max-width: 840px) {
    .text-align-right {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}
.lead {
    font-size: min(max(20px, 2.1428571429vw), 30px);
    font-family: 'Very Vogue Text';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: unset;
}
.green {
    color: #9b1058;
}
.flexy-image.no-max {
    max-width: none !important;
}
@media (max-width: 840px) {
    .flexy-image.no-max {
        width: 80% !important;
    }
}
@media (max-width: 1024px) {
    .flexy-image.no-max {
        object-position: top;
    }
}
.flexy-image.no-stretch {
    align-self: unset !important;
}
.flexy-image.selector-image {
    min-height: 550px !important;
}
.flexy-image.small-height {
    z-index: 5;
}
@media (min-width: 1025px) {
    .flexy-image.small-height {
        min-height: 350px !important;
        max-height: 350px;
    }
}
.flexy-image.small-height img {
    object-position: 30% 40%;
}
@media (min-width: 1281px) {
    .mw400-widescreen {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
.drop-video {
    position: absolute;
    width: 32.9%;
    margin-left: auto;
    min-height: 425px;
    bottom: unset;
    top: -125px;
    right: 0;
    object-fit: cover;
    z-index: 4;
}
.drop-video.large {
    min-height: 862px;
    z-index: 3;
}
@media (max-width: 1024px) {
    .drop-video.large {
        min-height: 425px;
    }
}
@media (max-width: 1024px) {
    .drop-video {
        bottom: -25px;
        top: unset;
    }
}
.drop-video video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 840px) {
    .drop-video video {
        width: 250px;
        height: 250px;
        bottom: 0;
        top: unset;
    }
}
@media (min-width: 1025px) {
    .pr0-desktop {
        padding-right: 0;
    }
}
@media (min-width: 1025px) {
    .pt100-desktop {
        padding-top: 100px;
    }
}
@media (min-width: 1025px) {
    .pt30-desktop {
        padding-top: 30px;
    }
}
@media (min-width: 1025px) {
    .mr150-desktop {
        margin-right: 150px;
    }
}
.flexy-video.smaller-width {
    max-width: 400px;
}
@media (max-width: 1024px) {
    .mb50-desktop {
        margin-bottom: 50px !important;
    }
}
.mw1275 {
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
}
.selector-container {
    position: relative;
}
.selector-container .selector-title {
    font-size: min(max(25px, 3.2142857143vw), 45px);
    line-height: 1.18;
    font-weight: 400;
    font-family: 'Very Vogue Text' !important;
    color: #494949;
    letter-spacing: .03em;
}
.selector-container .selectors {
    color: #000;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.selector-container .selectors .selector {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}
.swiper-slide img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(6%) saturate(649%) hue-rotate(352deg) brightness(96%) contrast(90%);
}
@media (max-width: 1280px) {
    .selector-container .selectors .selector img {
        display: none;
    }
}
.selector-container .selectors .selector.active {
    color: #9b1058!important;
}
.selector-container .selectors .selector.active img {
    transform: rotate(90deg);
}
@media (max-width: 1280px) {
    .selector-container .selectors .selector.active {
        color: #9b1058 !important;
    }
    .selector-container .selectors .selector {
        color: #9b1058 !important;
    }
    .selector-container .selectors .active::after{
        filter: brightness(0) saturate(100%) invert(11%) sepia(89%) saturate(3602%) hue-rotate(316deg) brightness(97%) contrast(96%);
    }
}
@media (max-width: 1280px) {
    .selector-container .selector-item .flexy-item {
        padding-top: 0 !important;
        padding-bottom: 25px !important;
    }
}
@media (min-width: 1281px) {
    .pv75-widescreen {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
.button {
    padding: 15px 40px 15px 40px !important;
    background: #787167 !important;
    border: 1px solid #787167!important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: 25px !important;
    line-height: 15px !important;
    font-weight: 600 !important;
    font-family: "new-order" !important;
    font-size: min(max(12px, 1.2857142857vw), 18px) !important;
    color: #fff!important;
}
@media screen and (max-device-width: 480px) {
    .button { 
        line-height: 19px !important;
    }
    .button img{
        margin-top: 0px;
    }
}
.button.white {
    border: 1px solid #fff !important;
}
.button:hover {
    background: #494949!important;
}
.swiper-prev-button img, .swiper-next-button img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(60%) saturate(270%) hue-rotate(360deg) brightness(93%) contrast(92%);
}
.button:hover img {
    filter: brightness(0) invert(1) !important;
}
@media (min-width: 841px) {
    .mr150-tablet-percentage {
        margin-right: 9.375%;
    }
}
.body-large {
    font-size: min(max(18px, 1.7857142857vw), 25px);
    line-height: 1.7;
    font-weight: 300;
    font-family: "montserrat";
    letter-spacing: .06em;
}
.title-sm {
/*     font-weight: 600; */
}
.light-green {
    color: #87ab47;
}
.is-end {
    align-items: flex-end;
}
.z5 {
    z-index: 5;
}
.stacked-card-padding {
    padding: 12.5%;
}
@media (max-width: 840px) {
    .stacked-card-padding {
        padding-top: 35px;
    }
}
.filter-white {
    filter: brightness(0) invert(1);
}
.teal {
    background: url(https://vistawellnessmd.com/wp-content/uploads/2023/10/teal.jpg);
    padding-top: 9.375%;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-bottom: 9.375%;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
}
.turquoise {
    padding-top: 9.375%;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-bottom: 9.375%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    min-height: 100%;
    grid-column: 1;
}
@media (max-width: 840px) {
    .home .turquoise {
        margin-top: -5px;
        position: relative;
    }
}
.green-bg {
    padding-top: 9.375%;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-bottom: 9.375%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    grid-column: 1;
    min-height: 100%;
}
@media (max-width: 840px) {
    .green-bg {
        margin-top: -5px;
    }
}
.mt0 {
    margin-top: 0 !important;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 840px) {
    .grid-container {
        display: flex;
        flex-direction: column-reverse;
    }
}
.button-row {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1280px) {
    .button-row {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .button-row {
        flex-basis: 100%;
        flex-direction: column;
    }
}
@media (max-width: 1280px) {
    .item-btn {
        flex-basis: 40%;
    }
}
@media (max-width: 840px) {
    .item-btn {
        flex-basis: 33%;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .item-btn {
        flex-basis: 100%;
        align-items: center;
    }
}
.image-row {
    display: flex;
    justify-content: center;
    max-width: 1300px;
}
.mw625 {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-patient {
    font-size: 15px;
    color: #6d665e;
}
.center-desktop {
    margin-left: auto !important;
    margin-right: auto !important;
}
.flexy-large-icons {
    display: flex;
    gap: 75px;
    justify-content: center;
    align-items: center;
}
.block--treatment_details {
    margin-top: 0;
    height: 214px;
    top: -364px;
    margin-bottom: -214px;
    display: block;
    z-index: 99;
    position: relative;
}
.block--treatment_details .grid--treatments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #413d3e;
    max-width: 80%;
    margin: 0 auto;
}
.block--treatment_details .grid--treatments {
    background: linear-gradient(180deg,#6c6861b3 0,#413f37c7 100%);
    backdrop-filter: blur(20px);
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block--treatment_details .grid--treatments .treatment--box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
    justify-content: center;
    height: 214px;
    opacity: 0;
}
.block--treatment_details .grid--treatments .treatment--box::before {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #807b70;
}
.block--treatment_details .grid--treatments .treatment--box::before {
    width: 1px;
    left: unset;
    height: 125px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.block--treatment_details .grid--treatments .treatment--box:last-child::before {
     display: none;
}
.block--frequently_asked_questions ul li a, .block--treatment_details .grid--treatments .treatment--box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.14286rem;
    letter-spacing: .03em;
}
.block--treatment_details .grid--treatments .treatment--box h5 {
    line-height: 1.875em;
    text-align: center;
    color: #c9d3d3;
    margin: 0;
}
.block--treatment_details .grid--treatments .treatment--box h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.28571rem;
    line-height: 1.25em;
    text-align: center;
    letter-spacing: -.04em;
    color: #fff;
    margin: 0;
}
.block--treatment_details .grid--treatments .treatment--box h4 {
    font-size: 2.14286rem;
}
.treatment--box img {
    max-width: 35px;
    margin-bottom: 20px;
	filter: brightness(0) saturate(100%) invert(17%) sepia(30%) saturate(5662%) hue-rotate(307deg) brightness(95%) contrast(107%);
		-webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(30%) saturate(5662%) hue-rotate(307deg) brightness(95%) contrast(107%);
}
@media (max-width: 840px) {
    .flexy-large-icons {
        gap: 35px;
    }
}
@media (max-width: 840px) {
    .flexy-large-icons a img {
        height: 50px;
        width: auto;
        max-width: 50px;
    }
}
@media (max-width: 840px) {
    .mb0-tablet {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1025px) {
    .mw800-left {
        max-width: 800px;
        margin-right: auto;
    }
}
@media (min-width: 1025px) {
    .pv30-desktop {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 840px) {
    .text-center-tablet {
        text-align: center;
    }
}
.in-page-jump .in-page-jump__container {
    background: white;
}
.in-page-jump .in-page-jump__container .in-page-jump__item {
    color: #1dafab;
}
.in-page-jump .in-page-jump__container .in-page-jump__item svg path {
    stroke: #1dafab;
}
.in-page-jump .in-page-jump__container .in-page-jump__item.scrolled {
    color: #1dafab;
}
.in-page-jump .in-page-jump__container .in-page-jump__menu {
    color: #9b1058;
    display: inline-block;
    font-weight: 400;
}
.in-page-jump .in-page-jump__container .in-page-jump__menu.active{
    color: #9b1058;
}
.link-reveal ul li {
    font-size: 14px;
}
.delayed {
    animation-delay: 0.6s !important;
}
.scrollspy .in-page-jump__container:last-child{
    display: none;
}
.banner-linkable-text h5{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.banner-linkable-text p{
    color: #fff;
    font-size: 16px;
}
.four-image-text {
    background-size: cover !important;
    padding-top: 200px;
    padding-bottom: 80px;
}
.four-image-text .item-img {
    padding: 0 30px;
    text-align: center;
    width: 20%;
}
.four-image-text .item-img p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.four-image-text h2 {
    color:#9b1058 !important;
    font-weight: 500;
    font-size: 45px;
}
.four-image-text.five-cols-box {
    padding: 80px 0;
}
.four-image-text.five-cols-box .item-img img {
    border-radius: 100%;
    max-width: 200px;
    margin-bottom: 30px;
}
.four-image-text.five-cols-box p {
    font-size: 16px !important;
    margin-bottom: 30px;
}
.four-image-text.five-cols-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.four-image-text .item-img img {
    max-width: 244px;
}
@media (min-width: 1800px){
    .four-image-text .item-img p {
        font-size: 24px;
    }
    .four-image-text .item-img {
        padding: 0 50px;
    }
    .four-image-text .mw1300,
    .image-row {
        max-width: 100% !important;
    }
    .four-image-text h2{
        font-size: 60px;
    }
}
@media (max-width: 1366px) {
    .four-image-text.five-cols-box h3 {
        font-size: 24px;
    }
    .four-image-text.five-cols-box .item-img {
        padding: 0 20px;
        width: 33.333333%;
        margin-bottom: 20px;
    }
}
@media (max-width: 840px) {
    .four-image-text .item-img {
        width: 50% !important;
    }
    .image-row {
        flex-wrap: wrap;
    }
    .four-image-text h2 {
        font-size: 40px;
    }
    .four-image-text {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}
@media(max-width: 600px){
    .four-image-text .item-img{
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .four-image-text .item-img p {
        font-size: 16px;
    }
}
@media (min-width: 1025px) {
    .text-center-widescreen-up {
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .mw387-desktop {
        max-width: 387.5px;
    }
}
@media (max-width: 840px) {
    .mb35-tablet {
        margin-bottom: 35px !important;
    }
    .masthead .title-xl {
        line-height: 50px;
    }
    .masthead .title-xl font span {
        font-size: 42px;
    }
    .masthead .title-xl font {
        font-size: 30px;
    }
    .masthead .caption-masthead font {
        font-size: 28px;
        line-height: 30px;
        font-weight: 400;
    }
    .home .masthead .masthead__text {
        padding: 25px;
    }
    .home .masthead .caption-masthead,
    .masthead .title-xl{
        text-align: center;
    }
    .home .masthead .title-xl{
        margin-bottom: 20px;
    }
}
.image-fit-50-10 {
    object-position: 50% 10%;
}
.inner-banner-text h1 {
    width: 80%;
    margin: 0 auto 20px;
    font-size: min(max(32px, 6.0714285714vw), 65px);
}
div#sgpb-popup-dialog-main-div {
    padding: 30px 30px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100%!important;
    box-sizing: border-box !important;
}
#sgpb-popup-dialog-main-div .frm_form_field input{
    width: 100% !important;
}
.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    max-width: 80%;
    left: 0 !important;
    right: 0;
    margin: auto;
}
@media (max-width: 840px) {
    .pb0-tablet {
        padding-bottom: 0 !important;
    }
    .home .masthead .masthead__text h1 font, .home .masthead .masthead__text h2 font {
        color: #fff !important;
    }
    .inner-banner-text h1{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .no-box-shadow-mobile {
        box-shadow: none !important;
    }
}
@media (max-width: 1024px) {
    #mega-menu-wrap-primary .mega-menu-toggle{
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary{
        flex-direction: column;
        width: 100%;
        padding: 30px 0 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
        width: 85%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        display: block;
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        background: #fff;
        padding: 15px 0 10px 15px;
        position: static;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12.col-20 {
        width: 50%;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
        display: flex;
        flex-wrap: wrap;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .widget_media_image {
        display: none !important;
    }
     #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
         background: transparent;
    }
    .max-mega-menu-active > .mega-menu-link{
        background: transparent !important;
        color: #000 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    .max-mega-menu-active > .mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        text-align: left;
        width: 85%;
        font-size: 26px;
        font-weight: 300;
        font-family: "gopher";
        color: #000;
        position: relative;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        display: block;
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        font-weight: 300;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:before {
        content: url(https://vistawellnessmd.com/wp-content/uploads/2023/09/arrow-dropdown-right.svg);
        position: absolute;
        right: -32px;
        top: 10px;
        transition: .3s all;
        filter: brightness(0) saturate(100%) invert(53%) sepia(8%) saturate(707%) hue-rotate(7deg) brightness(96%) contrast(80%);
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:before {
        transform: rotate(90deg);
        top: 10px;
    }
    .open .header{
        background: #fff;
    }
    .open .header nav {
        background: #494949;
    }
    .sgpb-popup-dialog-main-div-theme-wrapper-2{
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column{
        width: 100% !important;
    }
    body .breadcrumb-container li a {
        font-size: 12px !important;
        margin: 0 0px !important;
        padding: 5px 0 !important;
    }
    span.text-center.phone-number-discover {
        right: auto;
        bottom: -35px;
        left: 0;
    }
    .inline-schedule-consult .flexy-item:first-child {
        margin-bottom: 70px !important;
    }
    .flexy .flexy-item.flexy-image img{
        object-fit: unset;
        position: relative;
    }
    .masthead .masthead__image img{
        object-position: center !important;
    }
    .sgpb-theme-1-content {
        min-width: 100% !important;
    }
    .sgpb-theme-1-content{
        padding: 20px !important;
    }
    .home .masthead{
        height: 40vh;
        min-height: 400px;
        margin-top: 110px;
    }
    .home .masthead .masthead__image {
        height: calc(100% - 65px);
        top: 0px;
    }
    div#sgpb-popup-dialog-main-div {
        padding: 30px 10px !important;
    }
    div#sgpb-popup-dialog-main-div center{
        padding: 10px;
    }
    div#sgpb-popup-dialog-main-div .with_frm_style.frm_center_submit .frm_submit{
        margin-top: 15px;
    }
    #ipj-consult.request-consult {
        background: #dbdbdb !important;
        background-image: none !important;
    }
    #ipj-consult.request-consult:after {
        display: none;
    }
}
ul{
    padding-bottom: 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.sgpb-theme-1-overlay {
    background-image: none !important;
    background-color: rgba (0 0 0 /.3) !important;
}
.sgpb-theme-1-content {
    box-shadow: none !important;
    padding: 40px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}
.sgpb-main-html-content-wrapper .title-lg{
    font-size: min(max(32px, 6.0714285714vw), 45px);
}
.dark-text-banner-bg .inner-banner-text {
    background: rgba(0 0 0 / .2);
    padding: 12px 0;
    margin-bottom: 20px;
}
.inner-banner-text h1 span {
    letter-spacing: .5px !important;
}
.sgpb-popup-close-button-2 {
    top: 0px !important;
    height: 35px !important;
    width: 35px !important;
}
@media(min-width: 767px){
    .home .masthead .masthead__text {
        padding: 25px 100px 25px 25px;
        margin-right: 0px;
        margin-left: auto;
        background: rgba(0 0 0 / .3);
        margin-top: 0px;
        margin-bottom: 0;
    }
    .masthead .title-xl {
        line-height: 50px;
        font-weight: 600;
        text-align: left;
        font-family: 'Very Vogue Text' !important;
        margin: 0;
    }
    .home .masthead .title-xl{
        font-weight: 400;
        letter-spacing: .03em;
    }
    .masthead .title-xl font {
        font-size: 28px;
        color: #fff;
    }
    .masthead .title-xl font span {
        font-size: 45px;
    }
    .masthead .caption-masthead font {
        font-size: 28px;
        line-height: 30px;
        font-weight: 400;
    }
}
@media (min-width: 1600px) {
    .home .masthead .masthead__image{
        max-height: 550px;
    }
    .home .masthead .masthead__text {
        padding: 25px 150px 25px 25px;
        margin-top: 150px;
    }
    .masthead .title-xl {
        line-height: 80px;
    }
    .masthead .caption-masthead font,
    .masthead .title-xl font{
        font-size: 38px;
        font-weight: 400;
    }   
    .masthead .title-xl font span {
        font-size: 72px;
        font-weight: 400;
    }
    .slideshow-container {
        width: 44%;
    }
}
.mySlides {
    position: absolute;
    top: -250px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}
.mySlides.active{
    pointer-events: auto;
}
.image-box{
    overflow: hidden;
}
.mySlides img {
    transition: .4s all;
    max-width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 500px;
    width: 100%;
}
/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 50%;
    left: 50px;
}
/* Caption text */
.banner-linkable-text {
    color: #fff;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: right;
    background: rgba(0 0 0/.6);
    display: inline-block;
}
.mySlides .active {
    background-color: #717171;
}
/* Fading animation */
.mySlides.active .fade {
    animation-name: fade;
    animation-duration: 5s;
    transition: 4s all;
    width: 100%;
    overflow: hidden;
    background: transparent;
    z-index: 99999;
    position: relative;
}
@keyframes fade {
    from {
        transform: scale(1.1);
    } 
    to {
        transform: scale(1.0);
    }
}
.fadeinright{
    animation: fadeInRight 3s ease-in-out;
}
.fadeinleft{
    animation: fadeInLeft 3s ease-in-out;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}
.treatment-box-show.masthead .masthead__text{
    margin-bottom: 240px;
}
@media (max-width: 1600px){
    .home .masthead .masthead__text{
        top: 152px;
        margin-top: 0;
    }
    .masthead .title-xl font span {
        font-size: 55px;
    }
    .slideshow-container{
    	width: 45%;
    }
}
@media (max-width: 1366px){
    .mySlides img {
        height: 300px;
    }
    .banner-linkable-text p {
        font-size: 14px;
    }
    .banner-linkable-text h5 {
        font-size: 18px;
    }
    .home .masthead .masthead__text{
        top: 55px;
    }
    .mySlides{
        top: -150px;
    }
    .masthead .title-xl font span {
        font-size: 42px;
    }
    .treatment-box-show .inner-banner-text h1 span {
        margin-top: 10px;
        line-height: 1.8 !important;
        margin-bottom: 20px;
        font-size: min(max(14px, 1.4285714286vw), 15px) !important;
    }
    .treatment-box-show .inner-banner-text h1 {
        font-size: min(max(32px,6.0714285714vw),45px);
    }
    .treatment-box-show.masthead .masthead__text{
        margin-bottom: 240px;
    }
    body .treatment-box-show .breadcrumb-container li a {
        font-size: 16px !important;
    }
}
@media (min-width: 1366px){
    .treatment-box-show.masthead .masthead__text {
        margin-bottom: 235px;
    }
}
@media (min-width: 1600px){
    .treatment-box-show.masthead .masthead__text {
        margin-bottom: 300px;
    }
    .treatment-box-show .inner-banner-text h1 {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .slideshow-container {
        width: 40%;
    }
    .banner-linkable-text {
        bottom: -95px;
    }
    .block--treatment_details {
        top: -314px;
    }
}
@media(max-width: 1024px){
    .home .masthead .masthead__text{
        z-index: 99999;
    }
    .home .masthead {
        justify-content: space-around;
        height: calc(100vh - 110px);
        min-height: 100%;
    }
    .home .masthead .masthead__text{
         margin: 0 auto;
        position: absolute;
        bottom: 30px;
        z-index: 9999999;
        height: max-content;
        max-width: 100%;
        padding: 25px;
        top: auto;
    }
    .slideshow-container {
        position: relative;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .mySlides img {
        height: 420px;
    }
    .banner-linkable-text{
        display: none;
    }
    .block--treatment_details {
        top: -70px;
        margin-bottom: 90px;
        }
        .block--treatment_details .grid--treatments .treatment--box{
        height: 150px;
        }
    .block--treatment_details .grid--treatments {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #787167;
        max-width: 100%;
    }
    .block--treatment_details .grid--treatments .treatment--box h4 {
        font-size: 1.28571rem;
    }
    .block--treatment_details .grid--treatments .treatment--box h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .block--treatment_details .grid--treatments .treatment--box:last-child:before,
    .block--treatment_details .grid--treatments .treatment--box:before {
        content: "";
        display: block;
        position: absolute;
        width: 70%;
        height: 1px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: #807b70;
    }
    .block--treatment_details .grid--treatments .treatment--box:first-child:before,
    .block--treatment_details .grid--treatments .treatment--box:nth-child(2):before{
        display: none;
    }
    .masthead .masthead__text {
        margin-bottom: 20px !important;
    }
}
@media(max-width: 840px){
    .home .masthead .masthead__text {
        background: rgba(0 0 0 / .4);
    }
    .slideshow-container{
        display: none;
    }
    
}
@media(max-width: 480px){
    .mySlides img {
        height: 300px;
    }
    .home .masthead .masthead__text {
        bottom: -20px;
        max-width: 90%;
        height: 100%;
    }
    .home .masthead {
        min-height: 400px;
        height: auto;
    }
}
@media (min-width: 1600px) {
    .slideshow-container {
        width: 44%;
    }
}
.faq-section .subhead {
    letter-spacing: .03em;
    font-family: 'Very Vogue Text';
    line-height: 1.4;
    text-transform: none;
}
.block--treatment_details{
    display: none;
}
.treatment-box-show + .block--treatment_details {
    display: block;
}
.treatment-box-show .breadcrumb.animate.fadeUp.animated {
  display: none;
}