/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Variables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
    /* stylelint-disable-next-line color-hex-length */
    --color-black: #222222;
    --color-grey: #5e5e5e;
    --color-greyDark: #3a3a3a;
    --color-greyLight: #bdbcbc;
    --color-purple: #a05eb0;
    --color-purpleLight: #b094d9;
    --color-purpleLightest: #d3c1ee;
    --color-purpleDark: #6c5e8a;
    --color-purpleDarkest: #702383;
    --color-pink: #eb9dbc;
    --color-peach: #ffc7bb;
    --color-green: #baeb7a;
    --color-white: #fff;
    --font-main: 'Raleway', sans-serif;
    --font-heading: 'Raleway', sans-serif;
    --font-cursive: 'Mr De Haviland', cursive, sans-serif;
    --scrollbar-size: 0.375rem;
    --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
    --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
    --scrollbar-track-color: rgba(0, 0, 0, 0.1);
    --scrollbar-color: rgba(0, 0, 0, 0.3);
    --scrollbar-color-hover: rgba(0, 0, 0, 0.4);
    --scrollbar-color-active: rgb(0, 0, 0);
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Fonts
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.mr-de-haviland-regular {
    font-weight: 400;
    font-style: normal;
    font-family: "Mr De Haviland", cursive;
}

.raleway-500 {
    font-weight: 500;
    font-style: normal;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'icomoon';
    src: url('/_fonts/icomoon.eot?basixt');
    src:
        url('/_fonts/icomoon.eot?basixt#iefix') format('embedded-opentype'),
        url('/_fonts/icomoon.ttf?basixt') format('truetype'),
        url('/_fonts/icomoon.woff?basixt') format('woff'),
        url('/_fonts/icomoon.svg?basixt#icomoon') format('svg');
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    line-height: 1;
    text-transform: none;
    speak: never;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-x::before {
    content: "\e928" !important;
}

.icon-check-alt::before {
    content: "\e925";
}

.icon-checkmark::before {
    content: "\e925";
}

.icon-tick::before {
    content: "\e925";
}

.icon-google::before {
    content: "\e919";
}

.icon-brand::before {
    content: "\e919";
}

.icon-location::before {
    content: "\e91a";
}

.icon-map-marker::before {
    content: "\e91a";
}

.icon-pin::before {
    content: "\e91a";
}

.icon-yelp::before {
    content: "\e91b";
}

.icon-pinterest::before {
    content: "\e91c";
}

.icon-instagram::before {
    content: "\e91d";
}

.icon-facebook::before {
    content: "\e91e";
}

.icon-quotes-right::before {
    content: "\e91f";
}

.icon-rdquo2::before {
    content: "\e91f";
}

.icon-quotes-left::before {
    content: "\e920";
}

.icon-ldquo::before {
    content: "\e920";
}

.icon-check-circle-o::before {
    content: "\e926";
}

.icon-check-square-o::before {
    content: "\e927";
}

.icon-envelope-open-o::before {
    content: "\e923";
}

.icon-menu1::before {
    content: "\e900";
}

.icon-flower .path1::before {
    content: "\e901";
    color: var(--color-purpleDarkest);
}

.icon-flower .path2::before {
    content: "\e902";
    margin-left: -0.955078125em;
    color: rgb(247, 247, 247);
}

.icon-flower .path3::before {
    content: "\e903";
    margin-left: -0.955078125em;
    color: rgb(247, 247, 247);
}

.icon-flower .path4::before {
    content: "\e904";
    margin-left: -0.955078125em;
    color: rgb(247, 247, 247);
}

.icon-flower .path5::before {
    content: "\e905";
    margin-left: -0.955078125em;
    color: rgb(247, 247, 247);
}

.icon-flower .path6::before {
    content: "\e906";
    margin-left: -0.955078125em;
    color: rgb(247, 247, 247);
}

.icon-couples::before {
    content: "\e907";
}

.icon-cupping::before {
    content: "\e908";
}

.icon-herbal::before {
    content: "\e909";
}

.icon-ashiatsu::before {
    content: "\e90a";
}

.icon-arrow-left::before {
    content: "\e90b";
}

.icon-arrow-right::before {
    content: "\e90c";
}

.icon-homeIcon::before {
    content: "\e90d";
}

.icon-menu::before {
    content: "\e90e";
}

.icon-chairMassage::before {
    content: "\e90f";
}

.icon-massage::before {
    content: "\e910";
}

.icon-spa::before {
    content: "\e911";
}

.icon-deepTissue::before {
    content: "\e912";
}

.icon-hotstone::before {
    content: "\e913";
}

.icon-lympathic::before {
    content: "\e914";
}

.icon-prenatal::before {
    content: "\e915";
}

.icon-swedish::before {
    content: "\e916";
}

.icon-nextdoor1::before {
    content: "\e917";
}

.icon-menu11::before {
    content: "\e918";
}

.icon-quote1::before {
    content: "\e921";
}

.icon-rdquo::before {
    content: "\e921";
}

.icon-quote2::before {
    content: "\e922";
}

.icon-rdquo1::before {
    content: "\e922";
}

.icon-phone::before {
    content: "\e924";
}

.icon-contact::before {
    content: "\e924";
}

/* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
.scrollbar-test,
.layout-cell {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: var(--scrollbar-ff-width);
}

/* This class controls what elements have the new fancy scrollbar CSS */
.layout-scrollbar {
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

/* Only apply height/width to ::-webkit-scrollbar if is obtrusive */
.layout-scrollbar-obtrusive,
.layout-scrollbar-obtrusive::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--scrollbar-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
}

.scrollbar-test::-webkit-scrollbar-thumb:vertical,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:vertical {
    min-height: var(--scrollbar-minlength);
}

.scrollbar-test::-webkit-scrollbar-thumb:horizontal,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:horizontal {
    min-width: var(--scrollbar-minlength);
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
General
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    font-family: var(--font-main);
    line-height: 135%;
}

body {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    color: var(--color-black);
    font-weight: normal;
    font-size: 18px;
    font-family: var(--font-main);
    text-align: center;
    cursor: auto;
}

blockquote {
    text-align: justify;
}

ul,
ol {
    margin: 0;
    margin-bottom: 3vh;
    line-height: 145%;
    text-shadow: none;
}

li {
    line-height: 105%;
    text-align: left;
}

img {
    border-style: none;
    text-align: center;
}

a:active,
a:link,
a:visited {
    color: #2559a6;
    text-decoration: underline;
}

button {
    border-radius: 10px;
}

button,
.social:hover,
a:hover,
.circle:hover {
    cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
}

h1 {
    font-size: calc(32px + (42 - 32) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1em;
}

h2 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h3 {
    font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: calc(25px + (33 - 25) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/ (1900 - 300)));
}

h5 {
    margin: 0;
    padding: 0;
    font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/ (1900 - 300)));
}

li {
    font-size: calc(15px + (8) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/ (1900 - 300)));
}

p {
    font-weight: normal;
    font-size: calc(16px + (8) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (4) * ((100vw - 300px)/ (1900 - 300)));
    text-shadow: none;
}

.container {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
}

#wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    overflow: hidden;
    width: 100vw;
    max-width: 2600px;
    margin: auto;
    background-color: var(--color-white);
    -webkit-box-align: center;
    -ms-flex-align: center;

    @supports not (display: grid) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .mobileHide {
        display: none;
    }

    #wrapper {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;

        @supports not (display: grid) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
        }
    }
}

@media (min-width: 768px) {
    .mainHide {
        display: none !important;
    }
}

@media (min-width: 2600px) {
    body {
        background-color: var(--color-purpleLightest);
    }

    #wrapper {
        max-width: 2600px;
        margin: 0 auto;
    }
}

#upHigh {
    visibility: hidden;
}

[data-xcloak] {
    display: none !important;
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white !important;
    font-weight: bold !important;
    opacity: 0;
}

.skip-to-main-content-link:focus {
    top: 10%;
    left: 50% !important;
    opacity: 1;
    transform: translateX(-50%);
}

input:focus-visible,
input:focus {
    border-radius: 10px;
    outline: 2px solid #b026ff !important;
}

select:focus-visible,
:focus-visible {
    border-radius: 10px;
    outline: 2px dashed #b026ff !important;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Button
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

button {
    border-radius: 10px;
    font-family: var(--font-heading);
}

button,
.social:hover,
a:hover,
.circle:hover {
    cursor: pointer !important;
}

button {
    display: inline-flex;
    padding: 1.5vh 2vw;
    background-color: transparent;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.buttonPurple {
    border: solid medium var(--color-purple);
    color: var(--color-purple) !important;
}

.buttonPurple:hover {
    border: solid medium var(--color-purple);
    background-color: var(--color-purple);
    color: var(--color-white) !important;
}

.buttonPurpleDark {
    border: solid medium var(--color-purpleDark);
    color: var(--color-purpleDark) !important;
}

.buttonPurpleDark:hover {
    border: solid medium var(--color-white);
    background-color: var(--color-white);
    color: var(--color-purpleDark) !important;
}

.buttonWhite {
    border: solid medium var(--color-white);
    color: var(--color-white) !important;
}

.buttonWhite:hover {
    border: solid medium var(--color-white);
    background-color: var(--color-white);
    color: var(--color-purple) !important;
}

.buttonPeach {
    border: solid medium var(--color-peach);
    color: var(--color-peach) !important;
}

.buttonPeach:hover {
    background-color: var(--color-peach);
    color: var(--color-purpleDark) !important;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.5s;
    transition-property: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.05);
}

.fade-from-left {
    opacity: 0;
    transition: all 1s;
    transform: translateX(-50%);
}

.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.gmnoprint,
.gmnoscreen,
.gm-style-cc { display: none; visibility: hidden; }

input:focus-visible {
    border-radius: 3px;
    outline: 2px solid  var(--color-purple);
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white !important;
    font-weight: bold !important;
    opacity: 0;
}

.skip-to-main-content-link:focus {
    top: 10%;
    left: 50% !important;
    opacity: 1;
    transform: translateX(-50%);
}

select:focus-visible {
    border: 2px dashed var(--color-purple);
    border-radius: 3px;
    outline: none;
}

div.gm-style div:nth-child(1) div:nth-child(2) div { display: none !important; }
