@charset "UTF-8";
/*!
Theme Name: Mona
Theme URI: http://underscores.me/
Author: Creative Department
Author URI: https://www.creativedepartment.com
Description: Updated theme for Mona Dermatology
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mona
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mona is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* 
 * BACKGROUND COLORS 
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,500;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h2 {
  color: #B83766;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.7em;
  line-height: 1.3;
}

p {
  margin-bottom: 1.5em;
  color: #523146;
}
p strong {
  font-weight: 500;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* 
	FONTAWESOME 
	 ************************************** */
/*!
 * Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/wp-content/themes/mona/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/mona/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mona/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/mona/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/mona/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/mona/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/mona/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/mona/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mona/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/mona/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/mona/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/mona/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/mona/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/mona/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mona/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/mona/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/mona/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/mona/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.11.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "";
}

.fa.fa-remove:before {
  content: "";
}

.fa.fa-close:before {
  content: "";
}

.fa.fa-gear:before {
  content: "";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "";
}

.fa.fa-repeat:before {
  content: "";
}

.fa.fa-rotate-right:before {
  content: "";
}

.fa.fa-refresh:before {
  content: "";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "";
}

.fa.fa-video-camera:before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "";
}

.fa.fa-pencil:before {
  content: "";
}

.fa.fa-map-marker:before {
  content: "";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "";
}

.fa.fa-arrows:before {
  content: "";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "";
}

.fa.fa-mail-forward:before {
  content: "";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "";
}

.fa.fa-arrows-v:before {
  content: "";
}

.fa.fa-arrows-h:before {
  content: "";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "";
}

.fa.fa-sign-out:before {
  content: "";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "";
}

.fa.fa-thumb-tack:before {
  content: "";
}

.fa.fa-external-link:before {
  content: "";
}

.fa.fa-sign-in:before {
  content: "";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "";
}

.fa.fa-arrows-alt:before {
  content: "";
}

.fa.fa-group:before {
  content: "";
}

.fa.fa-chain:before {
  content: "";
}

.fa.fa-scissors:before {
  content: "";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "";
}

.fa.fa-navicon:before {
  content: "";
}

.fa.fa-reorder:before {
  content: "";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "";
}

.fa.fa-unsorted:before {
  content: "";
}

.fa.fa-sort-desc:before {
  content: "";
}

.fa.fa-sort-asc:before {
  content: "";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "";
}

.fa.fa-rotate-left:before {
  content: "";
}

.fa.fa-legal:before {
  content: "";
}

.fa.fa-tachometer:before {
  content: "";
}

.fa.fa-dashboard:before {
  content: "";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "";
}

.fa.fa-flash:before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "";
}

.fa.fa-exchange:before {
  content: "";
}

.fa.fa-cloud-download:before {
  content: "";
}

.fa.fa-cloud-upload:before {
  content: "";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "";
}

.fa.fa-cutlery:before {
  content: "";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "";
}

.fa.fa-tablet:before {
  content: "";
}

.fa.fa-mobile:before {
  content: "";
}

.fa.fa-mobile-phone:before {
  content: "";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "";
}

.fa.fa-mail-reply:before {
  content: "";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before {
  content: "";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "";
}

.fa.fa-code-fork:before {
  content: "";
}

.fa.fa-chain-broken:before {
  content: "";
}

.fa.fa-shield:before {
  content: "";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "";
}

.fa.fa-level-up:before {
  content: "";
}

.fa.fa-level-down:before {
  content: "";
}

.fa.fa-pencil-square:before {
  content: "";
}

.fa.fa-external-link-square:before {
  content: "";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "";
}

.fa.fa-eur:before {
  content: "";
}

.fa.fa-euro:before {
  content: "";
}

.fa.fa-gbp:before {
  content: "";
}

.fa.fa-usd:before {
  content: "";
}

.fa.fa-dollar:before {
  content: "";
}

.fa.fa-inr:before {
  content: "";
}

.fa.fa-rupee:before {
  content: "";
}

.fa.fa-jpy:before {
  content: "";
}

.fa.fa-cny:before {
  content: "";
}

.fa.fa-rmb:before {
  content: "";
}

.fa.fa-yen:before {
  content: "";
}

.fa.fa-rub:before {
  content: "";
}

.fa.fa-ruble:before {
  content: "";
}

.fa.fa-rouble:before {
  content: "";
}

.fa.fa-krw:before {
  content: "";
}

.fa.fa-won:before {
  content: "";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "";
}

.fa.fa-file-text:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before {
  content: "";
}

.fa.fa-sort-amount-asc:before {
  content: "";
}

.fa.fa-sort-amount-desc:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before {
  content: "";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "";
}

.fa.fa-long-arrow-up:before {
  content: "";
}

.fa.fa-long-arrow-left:before {
  content: "";
}

.fa.fa-long-arrow-right:before {
  content: "";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "";
}

.fa.fa-turkish-lira:before {
  content: "";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "";
}

.fa.fa-bank:before {
  content: "";
}

.fa.fa-mortar-board:before {
  content: "";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "";
}

.fa.fa-cab:before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "";
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "";
}

.fa.fa-circle-o-notch:before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "";
}

.fa.fa-send:before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "";
}

.fa.fa-header:before {
  content: "";
}

.fa.fa-sliders:before {
  content: "";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "";
}

.fa.fa-trash:before {
  content: "";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "";
}

.fa.fa-area-chart:before {
  content: "";
}

.fa.fa-pie-chart:before {
  content: "";
}

.fa.fa-line-chart:before {
  content: "";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "";
}

.fa.fa-ils:before {
  content: "";
}

.fa.fa-shekel:before {
  content: "";
}

.fa.fa-sheqel:before {
  content: "";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "";
}

.fa.fa-intersex:before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "";
}

.fa.fa-battery:before {
  content: "";
}

.fa.fa-battery-3:before {
  content: "";
}

.fa.fa-battery-2:before {
  content: "";
}

.fa.fa-battery-1:before {
  content: "";
}

.fa.fa-battery-0:before {
  content: "";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "";
}

.fa.fa-hourglass-1:before {
  content: "";
}

.fa.fa-hourglass-2:before {
  content: "";
}

.fa.fa-hourglass-3:before {
  content: "";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "";
}

.fa.fa-commenting:before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before {
  content: "";
}

.fa.fa-asl-interpreting:before {
  content: "";
}

.fa.fa-deafness:before {
  content: "";
}

.fa.fa-hard-of-hearing:before {
  content: "";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "";
}

.fa.fa-vcard:before {
  content: "";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "";
}

.fa.fa-thermometer:before {
  content: "";
}

.fa.fa-thermometer-3:before {
  content: "";
}

.fa.fa-thermometer-2:before {
  content: "";
}

.fa.fa-thermometer-1:before {
  content: "";
}

.fa.fa-thermometer-0:before {
  content: "";
}

.fa.fa-bathtub:before {
  content: "";
}

.fa.fa-s15:before {
  content: "";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* Elements
--------------------------------------------- */
body {
  background: #F9F8F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

.diamond-bullets ul {
  list-style: none;
  font-size: 1.1em;
  color: #523146;
  margin-left: 0;
  padding-left: 0;
}
.diamond-bullets ul li:not(.menu-item) {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
.diamond-bullets ul li:not(.menu-item):before {
  content: " ";
  background-image: url(/wp-content/themes/mona/img/extra/diamond-bullet.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #B83766;
  transition: all 0.8s ease-in-out;
}
a:visited {
  color: #B83766;
}
a:hover, a:focus, a:active {
  color: #523146;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.vc_btn3,
.checkout-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: table;
  border: 1px solid;
  border-color: #B83766 !important;
  border-radius: 0 25px !important;
  background: #B83766 !important;
  color: white !important;
  line-height: 1;
  text-decoration: none !important;
  padding: 0.7em 1.2em 0.7em !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  transition: all 0.8s ease-in-out !important;
  font-size: 1em;
  text-align: center;
}
@media all and (min-width: 768px) {
  .vc_btn3,
.checkout-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 0.8em;
  }
}
@media all and (min-width: 992px) {
  .vc_btn3,
.checkout-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 1em;
    padding: 0.7em 2em 0.7em !important;
  }
}
.vc_btn3:hover,
.checkout-button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #523146 !important;
  border-color: #523146 !important;
}
.vc_btn3.dark,
.checkout-button.dark,
button.dark,
input[type=button].dark,
input[type=reset].dark,
input[type=submit].dark {
  background-color: #523146 !important;
  border-color: #523146 !important;
}
.vc_btn3.dark:hover,
.checkout-button.dark:hover,
button.dark:hover,
input[type=button].dark:hover,
input[type=reset].dark:hover,
input[type=submit].dark:hover {
  background-color: #67425a !important;
  border-color: #67425a !important;
}
.vc_btn3.center,
.checkout-button.center,
button.center,
input[type=button].center,
input[type=reset].center,
input[type=submit].center {
  display: table;
  margin: 0 auto;
}
.vc_btn3.style-2,
.checkout-button.style-2,
button.style-2,
input[type=button].style-2,
input[type=reset].style-2,
input[type=submit].style-2 {
  position: relative;
  font-size: 1em !important;
  background-color: transparent !important;
  color: #B83766 !important;
  padding: 8px 36px 8px 0 !important;
  transition: all 0.8s ease-in-out;
  border: none !important;
}
.vc_btn3.style-2:after,
.checkout-button.style-2:after,
button.style-2:after,
input[type=button].style-2:after,
input[type=reset].style-2:after,
input[type=submit].style-2:after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  content: " ";
  height: 12px;
  width: 26px;
  background-image: url(/wp-content/themes/mona/img/extra/button-arrow-pink.svg);
  background-size: contain;
  transition: all 0.4s ease-in-out;
}
.vc_btn3.style-2:hover,
.checkout-button.style-2:hover,
button.style-2:hover,
input[type=button].style-2:hover,
input[type=reset].style-2:hover,
input[type=submit].style-2:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.vc_btn3.style-2:hover:after,
.checkout-button.style-2:hover:after,
button.style-2:hover:after,
input[type=button].style-2:hover:after,
input[type=reset].style-2:hover:after,
input[type=submit].style-2:hover:after {
  right: 0;
}
.vc_btn3.style-3,
.checkout-button.style-3,
button.style-3,
input[type=button].style-3,
input[type=reset].style-3,
input[type=submit].style-3 {
  position: relative;
  font-size: 1em !important;
  background-color: transparent !important;
  color: white !important;
  padding: 8px 36px 8px 0 !important;
  transition: all 0.4s ease-in-out;
  border: none !important;
}
.vc_btn3.style-3:after,
.checkout-button.style-3:after,
button.style-3:after,
input[type=button].style-3:after,
input[type=reset].style-3:after,
input[type=submit].style-3:after {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  content: " ";
  height: 12px;
  width: 26px;
  background-image: url(/wp-content/themes/mona/img/extra/button-arrow-white.svg);
  background-size: contain;
  transition: all 0.4s ease-in-out;
}
.vc_btn3.style-3:hover,
.checkout-button.style-3:hover,
button.style-3:hover,
input[type=button].style-3:hover,
input[type=reset].style-3:hover,
input[type=submit].style-3:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.vc_btn3.style-3:hover:after,
.checkout-button.style-3:hover:after,
button.style-3:hover:after,
input[type=button].style-3:hover:after,
input[type=reset].style-3:hover:after,
input[type=submit].style-3:hover:after {
  right: 0;
}
.vc_btn3.style-4,
.checkout-button.style-4,
button.style-4,
input[type=button].style-4,
input[type=reset].style-4,
input[type=submit].style-4 {
  position: relative;
  font-size: 1em !important;
  background-color: transparent !important;
  color: #B83766 !important;
  padding: 8px 20px 8px 0 !important;
  transition: all 0.8s ease-in-out;
  border: none !important;
}
.vc_btn3.style-4:after,
.checkout-button.style-4:after,
button.style-4:after,
input[type=button].style-4:after,
input[type=reset].style-4:after,
input[type=submit].style-4:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: " ";
  height: 15px;
  width: 15px;
  background-image: url(/wp-content/themes/mona/img/extra/download-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
.vc_btn3.style-4:hover,
.checkout-button.style-4:hover,
button.style-4:hover,
input[type=button].style-4:hover,
input[type=reset].style-4:hover,
input[type=submit].style-4:hover {
  color: #523146 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  text-decoration: underline !important;
}
.vc_btn3.lity-close,
.checkout-button.lity-close,
button.lity-close,
input[type=button].lity-close,
input[type=reset].lity-close,
input[type=submit].lity-close {
  background: transparent !important;
  border: none !important;
}
.vc_btn3.menu-toggle,
.checkout-button.menu-toggle,
button.menu-toggle,
input[type=button].menu-toggle,
input[type=reset].menu-toggle,
input[type=submit].menu-toggle {
  padding: 10px !important;
  border-radius: 0 25px !important;
}
.vc_btn3.menu-toggle img,
.checkout-button.menu-toggle img,
button.menu-toggle img,
input[type=button].menu-toggle img,
input[type=reset].menu-toggle img,
input[type=submit].menu-toggle img {
  width: 30px;
  height: auto;
}
.vc_btn3.accessibly-otm-widget-button,
.checkout-button.accessibly-otm-widget-button,
button.accessibly-otm-widget-button,
input[type=button].accessibly-otm-widget-button,
input[type=reset].accessibly-otm-widget-button,
input[type=submit].accessibly-otm-widget-button {
  border-radius: 100% !important;
  margin: 10px !important;
}
.vc_btn3.accessibly-otm-widget-button.accessibly-otm-icon-large,
.checkout-button.accessibly-otm-widget-button.accessibly-otm-icon-large,
button.accessibly-otm-widget-button.accessibly-otm-icon-large,
input[type=button].accessibly-otm-widget-button.accessibly-otm-icon-large,
input[type=reset].accessibly-otm-widget-button.accessibly-otm-icon-large,
input[type=submit].accessibly-otm-widget-button.accessibly-otm-icon-large {
  width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
}

.general-header .style-2 .vc_btn3,
.condition-treatment-header .style-2 .vc_btn3 {
  position: relative;
  font-size: 1em !important;
  background-color: transparent !important;
  color: #B83766 !important;
  padding: 8px 36px 8px 0 !important;
  transition: all 0.8s ease-in-out;
  border: none !important;
}
.general-header .style-2 .vc_btn3:after,
.condition-treatment-header .style-2 .vc_btn3:after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  content: " ";
  height: 12px;
  width: 26px;
  background-image: url(/wp-content/themes/mona/img/extra/button-arrow-pink.svg);
  background-size: contain;
  transition: all 0.4s ease-in-out;
}
.general-header .style-2 .vc_btn3:hover,
.condition-treatment-header .style-2 .vc_btn3:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.general-header .style-2 .vc_btn3:hover:after,
.condition-treatment-header .style-2 .vc_btn3:hover:after {
  right: 0;
}

.vc_btn3-container.style-2 .vc_btn3 {
  position: relative;
  font-size: 1em !important;
  background-color: transparent !important;
  color: #B83766 !important;
  padding: 8px 36px 8px 0 !important;
  transition: all 0.8s ease-in-out;
  border: none !important;
}
.vc_btn3-container.style-2 .vc_btn3:after {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  content: " ";
  height: 12px;
  width: 26px;
  background-image: url(/wp-content/themes/mona/img/extra/button-arrow-pink.svg);
  background-size: contain;
  transition: all 0.4s ease-in-out;
}
.vc_btn3-container.style-2 .vc_btn3:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.vc_btn3-container.style-2 .vc_btn3:hover:after {
  right: 0;
}

button[name=apply_coupon],
button[name=update_cart] {
  border: 1px solid;
  border-radius: 0 25px !important;
  background-color: #523146 !important;
  border-color: #523146 !important;
  color: white !important;
  line-height: 1;
  text-decoration: none !important;
  padding: 0.6em 1.2em 0.6em !important;
  font-size: 0.8em;
  font-weight: 400 !important;
  text-transform: uppercase;
  transition: all 0.8s ease-in-out !important;
}
button[name=apply_coupon]:hover,
button[name=update_cart]:hover {
  background-color: #67425a !important;
  border-color: #67425a !important;
}

.cky-consent-bar button.cky-banner-btn-close {
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  padding: 10px !important;
}
.cky-consent-bar button.cky-banner-btn-close:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 0 !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  position: relative;
  background-color: #B83766;
  transition: all 1.2s ease-in-out;
  z-index: 1000;
  /* Small menu. */
}
.site-header .container {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.site-header .site-branding {
  display: table;
  padding: 15px 0 15px;
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .site-header .site-branding {
    padding: 15px 0 0;
  }
}
.site-header .site-branding .full {
  display: block;
}
.site-header .site-branding .small {
  display: none;
}
.site-header .book-header-btn {
  display: inline-block;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media all and (min-width: 1200px) {
  .site-header .book-header-btn {
    display: none;
  }
}
.site-header .main-navigation {
  display: none;
  margin: 0 auto;
  padding: 5px 0 15px;
  width: 100%;
  transition: all 0.9s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
@media all and (min-width: 1200px) {
  .site-header .main-navigation {
    display: table;
  }
}
.site-header .main-navigation .menu-main-menu-container {
  margin: 0 auto;
}
.site-header .main-navigation ul#primary-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media all and (min-width: 1200px) {
  .site-header .main-navigation ul#primary-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.site-header .main-navigation ul#primary-menu li a {
  padding: 10px 0;
}
@media all and (min-width: 1200px) {
  .site-header .main-navigation ul#primary-menu li a {
    font-size: 0.8em;
    padding: 10px 0;
  }
}
@media all and (min-width: 1334px) {
  .site-header .main-navigation ul#primary-menu li a {
    font-size: 0.9em;
    padding: 10px 0;
  }
}
.site-header .main-navigation ul#primary-menu li a:before, .site-header .main-navigation ul#primary-menu li a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: " ";
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 0;
  display: block;
  transition: all 0.4s ease-in-out;
}
.site-header .main-navigation ul#primary-menu li a:hover:before, .site-header .main-navigation ul#primary-menu li a:hover:after {
  width: 100%;
}
.site-header .main-navigation ul#primary-menu li.current_page_item > a:before, .site-header .main-navigation ul#primary-menu li.current_page_item > a:after, .site-header .main-navigation ul#primary-menu li.current-menu-item > a:before, .site-header .main-navigation ul#primary-menu li.current-menu-item > a:after, .site-header .main-navigation ul#primary-menu li.current_page_ancestor > a:before, .site-header .main-navigation ul#primary-menu li.current_page_ancestor > a:after, .site-header .main-navigation ul#primary-menu li.current-menu-ancestor > a:before, .site-header .main-navigation ul#primary-menu li.current-menu-ancestor > a:after {
  width: 100%;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer {
  display: block;
  position: fixed;
  top: 144px;
  bottom: 0;
  left: -600px;
  z-index: 99999;
  padding: 30px;
  transition: all 0.4s ease-in-out;
  max-width: 590px;
  width: 100%;
  padding-top: 50px;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer.active {
  left: 0;
  background-color: rgba(82, 49, 70, 0.97);
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer .close-btn {
  color: white;
  font-weight: 300;
  font-size: 2em;
  position: absolute;
  padding: 10px 20px;
  top: -10px;
  right: 0px;
  cursor: pointer;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 {
  display: table;
  width: 100%;
  margin: 0;
  left: 0;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li {
  display: block;
  padding-left: 50px;
  text-align: left;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li:hover > ul, .site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li.focus > ul {
  display: block;
  left: auto;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li a {
  width: auto;
  color: white;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
  text-align: left;
  transition: all 0.8s ease-in-out;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li a:hover {
  color: #B83766;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li a:before, .site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li a:after {
  display: none;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li.deaddropdown a {
  position: relative;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li.deaddropdown a:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "+";
  display: block;
  height: 16px;
  width: 16px;
  color: #B83766;
  font-weight: 500;
  background-color: transparent;
  bottom: initial;
  left: initial;
  font-size: 1.2em;
  text-align: center;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li.deaddropdown a:before {
  display: none !important;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li.deaddropdown a.is_active:after {
  content: "-";
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 {
  display: none;
  margin: 0 0 0 15px;
  padding: 0;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2.is-active {
  display: block;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li {
  padding: 0 10px;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li a {
  position: relative;
  font-size: 1.125em;
  text-transform: capitalize;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li a:after {
  display: none;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li.deaddropdown a {
  position: relative;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li.deaddropdown a:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "+";
  display: block;
  height: 16px;
  width: 16px;
  color: #B83766;
  font-weight: 500;
  background-color: transparent;
  bottom: initial;
  left: initial;
  font-size: 1.2em;
  text-align: center;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li.deaddropdown a:before {
  display: none !important;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-2 li.deaddropdown a.is_active:after {
  content: "-";
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-3 {
  display: none;
  margin: 0 0 0 15px;
  padding: 0;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-3.is-active {
  display: block;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-3 li {
  padding: 0 10px;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-3 li a {
  position: relative;
  font-size: 1.125em;
  text-transform: capitalize;
}
.site-header .main-navigation ul#primary-menu li .sub-menu-outer ul.sub-menu.menu-depth-1 li ul.sub-menu.menu-depth-3 li a:after {
  content: "" !important;
  display: none !important;
}
.site-header .main-navigation .menu-shop-menu-container {
  position: absolute;
  right: 0;
  top: -40px;
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media all and (min-width: 1200px) {
  .site-header .main-navigation .menu-shop-menu-container ul#shop-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu li {
  padding: 0 10px;
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu li a {
  padding: 10px 0;
}
@media all and (min-width: 1200px) {
  .site-header .main-navigation .menu-shop-menu-container ul#shop-menu li a {
    font-size: 0.8em;
    padding: 10px 0;
  }
}
@media all and (min-width: 1334px) {
  .site-header .main-navigation .menu-shop-menu-container ul#shop-menu li a {
    font-size: 0.9em;
    padding: 10px 0;
  }
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu .menu-item a {
  color: #523146 !important;
  transition: all 0.8s ease-in-out;
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu .menu-item a:hover {
  color: white !important;
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu .header-button {
  margin-top: -5px;
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu .header-button a {
  background-color: white;
  color: #523146;
  padding: 8px 10px;
  transition: all 0.8s ease-in-out;
  border: 1px solid white;
  border-radius: 0 25px;
  font-size: 0.5em;
}
@media screen and (min-width: 1280px) {
  .site-header .main-navigation .menu-shop-menu-container ul#shop-menu .header-button a {
    font-size: 0.6em;
    padding: 8px 15px;
  }
}
.site-header .main-navigation .menu-shop-menu-container ul#shop-menu .header-button a:hover {
  color: white;
  background-color: #523146;
  border-color: #523146;
}
.site-header .main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.site-header .menu-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media all and (min-width: 1200px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-main .site-header .comment-navigation,
.site-main .site-header .posts-navigation,
.site-main .site-header .post-navigation {
  margin: 0 0 1.5em;
}
.site-header .comment-navigation .nav-links,
.site-header .posts-navigation .nav-links,
.site-header .post-navigation .nav-links {
  display: flex;
}
.site-header .comment-navigation .nav-previous,
.site-header .posts-navigation .nav-previous,
.site-header .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.site-header .comment-navigation .nav-next,
.site-header .posts-navigation .nav-next,
.site-header .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.site-header.o-nav-fixed {
  position: fixed;
  top: -110px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 1.2s ease-in-out;
}
.site-header.o-nav-fixed .main-navigation {
  border-bottom: none !important;
}
.site-header.o-nav-fixed .site-branding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1200px) {
  .site-header.o-nav-fixed .site-branding {
    position: relative;
    top: 12px;
    left: 0;
    transform: none;
  }
}
.site-header.o-nav-fixed .site-branding .full {
  display: none;
}
.site-header.o-nav-fixed .site-branding .small {
  height: 50px;
  display: block;
}
@media all and (min-width: 1200px) {
  .site-header.o-nav-fixed .site-branding .small {
    height: 100%;
  }
}
.site-header.o-nav-fixed .main-navigation {
  margin: 0;
}
.site-header.o-nav-fixed.step-2 {
  top: 0;
  transition: all 1.2s ease-in-out;
  min-height: 80px;
}
@media all and (min-width: 1200px) {
  .site-header.o-nav-fixed.step-2 {
    min-height: auto;
  }
}
.site-header.o-nav-fixed.step-2 .container {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.site-header.o-nav-fixed.step-2 .main-navigation {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.site-header.o-nav-fixed.step-2 .main-navigation ul#primary-menu {
  margin: 0;
  max-width: none;
}
.site-header.o-nav-fixed.step-2 .main-navigation ul#primary-menu .sub-menu-outer {
  top: 67px;
}
.site-header.o-nav-fixed.step-2 .menu-main-menu-container {
  display: inline-block;
  margin: 5px 0 0;
  width: 80%;
}
.site-header.o-nav-fixed.step-2 .menu-shop-menu-container {
  display: inline-block;
  position: relative;
  margin: 5px 0 0;
  top: 0;
  width: 20%;
}

.sticky-col {
  position: sticky !important;
  top: 100px !important;
  z-index: 90;
  display: none;
}
@media all and (min-width: 1024px) {
  .sticky-col {
    display: block;
  }
}
.sticky-col .sticky-nav {
  position: relative;
  background-color: white;
  padding: 20px 20px;
  margin-right: 5%;
  align-self: flex-start;
}
.sticky-col .sticky-nav ul.interior-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sticky-col .sticky-nav ul.interior-nav li {
  padding: 0;
}
.sticky-col .sticky-nav ul.interior-nav li .accordion-trigger {
  display: block;
  text-decoration: none;
  font-weight: 300;
  color: #B83766;
  padding: 10px 0;
  text-transform: uppercase;
}
.sticky-col .sticky-nav ul.interior-nav li .accordion-trigger.is-active {
  font-weight: 500;
}

.treatments-wrapper {
  margin-bottom: 60px;
}
.treatments-wrapper .treatment-links {
  padding: 0 15px;
}
.treatments-wrapper .treatment-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.treatments-wrapper .treatment-links ul li {
  margin: 0;
  padding: 0;
}
.treatments-wrapper .treatment-links ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 0;
  text-decoration: none;
  border-top: 1px solid #DFC3B0;
  border-bottom: 1px solid #DFC3B0;
}
.treatments-wrapper .treatment-links ul li a h4 {
  color: #523146;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.treatments-wrapper .treatment-links ul li a .treatment-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.treatments-wrapper h3 {
  display: block;
  font-weight: 500;
  text-transform: none;
  color: #523146;
  font-size: 1.2em;
  margin-bottom: 30px;
}
@media all and (min-width: 1024px) {
  .treatments-wrapper h3 {
    font-size: 1.4em;
  }
}
.treatments-wrapper .button-group .vc_btn3 {
  display: table !important;
  margin-top: 30px !important;
}

ul.treatments-nav {
  margin: 40px 15px;
  padding: 0;
}
@media all and (min-width: 768px) {
  ul.treatments-nav {
    margin: 80px 0 80px 15%;
  }
}
ul.treatments-nav li {
  position: relative;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}
ul.treatments-nav li a {
  text-decoration: none;
  color: #B83766;
  font-weight: 100;
  font-size: 1.3em;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  ul.treatments-nav li a {
    font-size: 1.7em;
  }
}
ul.treatments-nav li:before {
  content: " ";
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #B83766;
  transition: all 0.8s ease-in-out;
}
ul.treatments-nav li:hover {
  padding-left: 40px;
}
ul.treatments-nav li:hover:before {
  width: 35px;
  z-index: 900;
}
ul.treatments-nav li:hover a {
  font-weight: 700;
}

/*
 * ADMIN BAR OVERRIDES
 * */
.admin-bar .site-header.o-nav-fixed.step-2 {
  top: 32px;
}
.admin-bar .site-header.o-nav-fixed.step-2 .main-navigation ul#primary-menu .sub-menu-outer {
  top: 101px;
}
.admin-bar .site-header .main-navigation ul#primary-menu .sub-menu-outer {
  top: 176px;
}

.mobile-navigation-overlay {
  position: fixed;
  top: 0;
  left: -100vw;
  background-color: #523146;
  z-index: 9000;
  height: 100%;
  width: 100%;
  max-width: 768px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.mobile-navigation-overlay.active {
  left: 0;
  opacity: 1;
}
.mobile-navigation-overlay .mobile-nav-wrapper {
  padding: 40px 30px;
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-navigation-overlay .mobile-nav-outer {
  padding: 20px 0;
}
.mobile-navigation-overlay .mobile-nav-header {
  padding: 20px 0;
}
.mobile-navigation-overlay .mobile-nav-header a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
}
.mobile-navigation-overlay .mobile-nav-header img {
  display: table;
  margin: 0 auto;
}
.mobile-navigation-overlay .mobile-nav-header .vc_row {
  border-bottom: 1px solid white;
}
.mobile-navigation-overlay .mobile-nav-header .vc_row .vc_column_container {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-bottom: 15px;
}
.mobile-navigation-overlay .mobile-nav-header .vc_row .vc_column_container:first-child {
  align-content: flex-start;
}
.mobile-navigation-overlay .mobile-nav-header .vc_row .vc_column_container:last-child a {
  text-align: right;
}
.mobile-navigation-overlay .mobile-nav-footer {
  padding: 20px 0;
}
.mobile-navigation-overlay .mobile-nav-footer a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
}
.mobile-navigation-overlay .mobile-nav-footer .vc_row {
  border-top: 1px solid white;
}
.mobile-navigation-overlay .mobile-nav-footer .phone {
  text-align: center;
}
.mobile-navigation-overlay .mobile-nav-footer a.vc_btn3 {
  display: block !important;
  width: 100%;
  font-size: 0.9em !important;
  padding: 0.5em !important;
}
.mobile-navigation-overlay .mobile-nav-footer a.vc_btn3.white {
  color: #523146 !important;
  background-color: white !important;
  border-color: white !important;
}
.mobile-navigation-overlay .mobile-nav-footer a.vc_btn3.white:hover {
  color: white !important;
  background-color: #B83766 !important;
  border-color: #B83766 !important;
}
.mobile-navigation-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation-overlay ul li {
  margin: 0;
  padding: 10px 0;
}
.mobile-navigation-overlay ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
}
.mobile-navigation-overlay ul li.menu-item-has-children a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "+";
  color: #B83766;
  font-size: 1.2em;
}
.mobile-navigation-overlay ul li:not(.menu-item-has-children) a:after {
  display: none;
}
.mobile-navigation-overlay ul li ul.sub-menu {
  display: none;
  margin: 15px 0 0 10px;
  padding: 0;
  list-style: none;
}
.mobile-navigation-overlay ul li ul.sub-menu li {
  margin: 0;
  padding: 7px 0;
}
.mobile-navigation-overlay ul li ul.sub-menu li a {
  font-size: 0.9em;
}
.mobile-navigation-overlay ul li ul.sub-menu li ul.sub-menu {
  display: none;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.mobile-navigation-overlay ul li ul.sub-menu li ul.sub-menu a {
  text-transform: capitalize;
}
.mobile-navigation-overlay ul li ul.sub-menu li ul.sub-menu.active {
  display: block;
}
.mobile-navigation-overlay ul li ul.sub-menu.active {
  display: block;
}
.mobile-navigation-overlay p {
  color: white;
}
.mobile-navigation-overlay p a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

body #ps2id-dummy-offset {
  height: 160px;
}
@media all and (min-width: 1024px) {
  body #ps2id-dummy-offset {
    height: 250px;
  }
}
body.small-fixed #ps2id-dummy-offset {
  height: 160px;
}
@media all and (min-width: 1024px) {
  body.small-fixed #ps2id-dummy-offset {
    height: 107px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.site {
  padding-top: 0;
  transition: all 1.2s ease-in-out;
}

.xsmall-width {
  max-width: 900px;
  margin: 0 auto 60px;
}

.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_row.wrapper {
  width: 100%;
  max-width: 1660px;
  padding: 0 20px;
  margin: 0 auto;
}
.vc_row.wrapper.overflow-x {
  overflow-x: hidden;
}
.vc_row.wrapper.concerns-row {
  padding: 0;
}
.vc_row.wrapper.concerns-row .vc_col-sm-4:first-child {
  margin-left: -15px;
}
.vc_row.wrapper.tight {
  max-width: 1100px;
}
.vc_row.wrapper.pad {
  padding: 0 20px 30px;
}
@media all and (min-width: 1024px) {
  .vc_row.wrapper.pad {
    padding: 0 20px 80px;
  }
}
.vc_row .wrapper {
  width: 100%;
  max-width: 1660px;
  padding: 0 20px;
  margin: 0 auto;
}
.vc_row .wrapper.concerns-row {
  padding: 0;
}
.vc_row .wrapper.concerns-row .vc_col-sm-4:first-child {
  margin-left: -15px;
}
.vc_row .wrapper.tight {
  max-width: 1100px;
}
.vc_row .wrapper.pad {
  padding: 30px 20px;
}
@media all and (min-width: 1024px) {
  .vc_row .wrapper.pad {
    padding: 90px 20px;
  }
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.entry-content {
  min-height: 600px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  background-color: #F9F8F6;
}
.page-content .mona-blog-container,
.entry-content .mona-blog-container,
.entry-summary .mona-blog-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 20px;
}
.page-content .mona-blog-container h1,
.entry-content .mona-blog-container h1,
.entry-summary .mona-blog-container h1 {
  text-wrap: pretty;
}
@media screen and (max-width: 768px) {
  .page-content .mona-blog-container .wp-caption.alignleft, .page-content .mona-blog-container .wp-caption.alignright,
.entry-content .mona-blog-container .wp-caption.alignleft,
.entry-content .mona-blog-container .wp-caption.alignright,
.entry-summary .mona-blog-container .wp-caption.alignleft,
.entry-summary .mona-blog-container .wp-caption.alignright {
    float: none;
  }
}
.page-content .mona-blog-container .wp-caption .wp-caption-text,
.entry-content .mona-blog-container .wp-caption .wp-caption-text,
.entry-summary .mona-blog-container .wp-caption .wp-caption-text {
  display: block;
  font-size: 0.75em;
}
.page-content .vc_row:not(.vc_inner, .wrapper),
.entry-content .vc_row:not(.vc_inner, .wrapper),
.entry-summary .vc_row:not(.vc_inner, .wrapper) {
  margin-left: 0;
  margin-right: 0;
}
.page-content .vc_row:not(.vc_inner, .wrapper) .vc_column_container > .vc_column-inner,
.entry-content .vc_row:not(.vc_inner, .wrapper) .vc_column_container > .vc_column-inner,
.entry-summary .vc_row:not(.vc_inner, .wrapper) .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.page-content .vc_row:not(.vc_inner, .wrapper).white,
.entry-content .vc_row:not(.vc_inner, .wrapper).white,
.entry-summary .vc_row:not(.vc_inner, .wrapper).white {
  background-color: #F9F8F6;
}
.page-content .vc_row:not(.vc_inner, .wrapper).cream-bg,
.entry-content .vc_row:not(.vc_inner, .wrapper).cream-bg,
.entry-summary .vc_row:not(.vc_inner, .wrapper).cream-bg {
  background-color: #F7F3EF;
}
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg {
  background-color: #B83766;
  padding: 80px 0;
}
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg h2,
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg h3,
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg h4,
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg h5,
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg p,
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg li,
.page-content .vc_row:not(.vc_inner, .wrapper).pink-bg strong,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg h2,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg h3,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg h4,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg h5,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg p,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg li,
.entry-content .vc_row:not(.vc_inner, .wrapper).pink-bg strong,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg h2,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg h3,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg h4,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg h5,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg p,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg li,
.entry-summary .vc_row:not(.vc_inner, .wrapper).pink-bg strong {
  color: white;
}
.page-content .vc_row.full-width,
.entry-content .vc_row.full-width,
.entry-summary .vc_row.full-width {
  position: relative;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.page-content .vc_row.full-width .vc_column-inner,
.entry-content .vc_row.full-width .vc_column-inner,
.entry-summary .vc_row.full-width .vc_column-inner {
  padding: 0 !important;
}

.mona-derm-grid-item {
  border: 1px solid #ccc;
  border-radius: 0 25px;
  overflow: hidden;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}
.mona-derm-grid-item .mona-derm-title {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 5.5rem;
}
.mona-derm-grid-item .mona-derm-title .vc_gitem-post-data-source-post_title {
  color: white;
  font-weight: normal;
  text-wrap: pretty;
}
.mona-derm-grid-item:hover {
  opacity: 1;
}
.mona-post-nav {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 60px;
}

.nav-links {
  display: -ms-inline-flexbox;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .nav-links .nav-previous,
.nav-links .nav-next {
    margin-top: 0;
  }
}
.nav-links .next.vc_btn3,
.nav-links .prev.vc_btn3 {
  font-size: 0.7em;
  padding: 1.2em 1.6em !important;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.mona-image {
  border-radius: 0 25px;
}

.form-header h3 {
  color: #B83766;
  font-weight: 300;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .form-header h3 {
    font-weight: 100;
  }
}
.form-header p {
  color: #523146;
}
.form-header p strong {
  font-weight: 500;
}

.slick-slide img.desktop-image {
  display: none;
}
@media all and (min-width: 768px) {
  .slick-slide img.desktop-image {
    display: block;
  }
}
.slick-slide img.mobile-image {
  display: block;
  border-radius: 0;
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .slick-slide img.mobile-image {
    display: none;
  }
}

.specials-tab-outer {
  display: none;
  position: fixed;
  top: calc(50% - 59px);
  right: -70px;
  height: 170px;
  width: 34px;
  background-color: transparent;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: all 0.6s ease-in-out;
  z-index: 900;
}
@media all and (min-width: 1200px) {
  .specials-tab-outer {
    display: block;
  }
}
.specials-tab-outer .specials-tab {
  display: block;
  text-decoration: none !important;
  color: white;
  font-weight: 400;
  text-align: center;
  position: relative;
  right: 68px;
  top: 65px;
  background: #523146;
  width: 170px;
  height: 34px;
  vertical-align: middle;
  line-height: 36px;
  padding: 0 !important;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
  transition: all 0.8s ease-in-out;
}
.specials-tab-outer .specials-tab:hover {
  background-color: #67425a;
}
.specials-tab-outer .specials-tab p {
  color: white;
}
.specials-tab-outer.active {
  right: 0;
}

.mona-nextpatient-wrapper {
  width: 100%;
  max-width: 900px;
  display: table !important;
  margin: 0 auto;
}
.mona-nextpatient-wrapper select {
  font-size: 17.6px;
  line-height: 1;
  padding: 6px 4px;
  width: auto;
  max-width: 100%;
  text-overflow: ellipsis;
  border: 1px solid #a0a0a0;
}
.mona-nextpatient-wrapper .gfield_label {
  font-size: 1.2em;
  font-weight: 500;
  color: #523146;
  margin-bottom: 5px;
}
.mona-nextpatient-wrapper .button-toggle span {
  font-size: 1em;
  padding: 10px;
  font-weight: 700;
  line-height: 25px;
  vertical-align: middle;
  display: inline-block;
}
.mona-nextpatient-wrapper .button-toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.mona-nextpatient-wrapper .button-toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: #C5A78F;
  display: inline-block;
  border-radius: 25px;
  position: relative;
}
.mona-nextpatient-wrapper .button-toggle label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  transition: 0.3s;
}
.mona-nextpatient-wrapper .button-toggle input:checked + label {
  background: #B83766;
}
.mona-nextpatient-wrapper .button-toggle input:checked + label:after {
  left: 100%;
  transform: translateX(-100%);
}
.mona-nextpatient-wrapper .button-toggle label:active:after {
  width: 50px;
}
.mona-nextpatient-wrapper .nextpatient-provider-table .nextpatient-provider {
  border-radius: 0 25px;
  padding: 20px 15px;
  margin: 15px;
}
.mona-nextpatient-wrapper .nextpatient-provider-table .nextpatient-provider .nextpatient-provider-name b {
  font-weight: 500;
  color: #523146;
}
.mona-nextpatient-wrapper .nextpatient-provider-table .nextpatient-provider .nextpatient-provider-image-cell {
  height: 180px;
  width: 180px;
  border-radius: 0 25px;
  background-size: cover;
  background-position: center top;
}
.mona-nextpatient-wrapper .nextpatient-provider-table .nextpatient-provider .nextpatient-provider-provider-cell {
  padding-left: 30px;
}

.before-after-row {
  width: 100%;
  max-width: 1660px;
  padding: 60px 20px;
  margin: 0 auto;
}
.before-after-row .before-after-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.before-after-row .before-after-flex .before-after-wrapper {
  flex-grow: 0;
  height: 100%;
  width: 100%;
  padding: 0 20px 50px;
}
@media all and (min-width: 768px) {
  .before-after-row .before-after-flex .before-after-wrapper {
    width: 33.33%;
  }
}
.before-after-row .before-after-flex .before-after-wrapper .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 0 15px;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0 25px;
  margin-bottom: 5px;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .placeholder-img {
  position: relative;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .placeholder-img img {
  width: 100%;
  height: auto;
  max-height: 580px;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .foreground-img {
  width: 50%;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 20;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .slider::-webkit-slider-thumb {
  transform: translateY(-28px);
  -webkit-appearance: none;
  appearance: none;
  width: 56px;
  height: 600px;
  cursor: pointer;
  background-image: url(/wp-content/themes/mona/img/extra/before-after-slider.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after .slider::-moz-range-thumb {
  transform: translateY(-28px);
  width: 56px;
  height: 600px;
  cursor: pointer;
  background-image: url(/wp-content/themes/mona/img/extra/before-after-slider.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after-labels {
  position: relative;
  width: 100%;
  display: block;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after-labels .before {
  position: absolute;
  top: 0;
  left: 0;
}
.before-after-row .before-after-flex .before-after-wrapper .before-after-labels .after {
  position: absolute;
  top: 0;
  right: 0;
}

.before-after-row {
  width: 100%;
  padding: 0 10px 60px;
  margin: 0 auto;
}
.before-after-row .before-after-grid {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 992px) {
  .before-after-row .before-after-grid {
    grid-template-columns: 50% 50%;
  }
}
.before-after-row .before-after-grid .before-after-wrapper {
  height: 100%;
  width: 100%;
  padding: 0 20px 50px;
}
.before-after-row .before-after-grid .before-after-wrapper .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 0 15px;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0 25px;
  margin-bottom: 5px;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .placeholder-img {
  position: relative;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .placeholder-img img {
  width: 100%;
  height: auto;
  max-height: 580px;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .foreground-img {
  width: 50%;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 20;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .slider::-webkit-slider-thumb {
  transform: translateY(-28px);
  -webkit-appearance: none;
  appearance: none;
  width: 56px;
  height: 600px;
  cursor: pointer;
  background-image: url(/wp-content/themes/mona/img/extra/before-after-slider.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after .slider::-moz-range-thumb {
  transform: translateY(-28px);
  width: 56px;
  height: 600px;
  cursor: pointer;
  background-image: url(/wp-content/themes/mona/img/extra/before-after-slider.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after-title h2 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.2rem;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after-description {
  font-size: 0.9rem;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after-labels {
  position: relative;
  width: 100%;
  display: block;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after-labels .before {
  position: absolute;
  top: 0;
  left: 0;
}
.before-after-row .before-after-grid .before-after-wrapper .before-after-labels .after {
  position: absolute;
  top: 0;
  right: 0;
}

.filter-section {
  background: white;
  padding: 20px 20px 50px;
}
.filter-section h2 {
  font-size: 1.4rem;
  font-weight: 500;
}
.filter-section h4 {
  font-weight: 500;
}
.filter-section .checkbox-wrapper {
  font-size: 18px;
}
.filter-section .checkbox-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  padding: 2px;
  background: white;
  position: relative;
}
.filter-section .checkbox-wrapper input[type=checkbox]:checked {
  background: #B83766;
}

.intro-para {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 201;
}
.intro-para h3,
.intro-para h4,
.intro-para h5,
.intro-para h6,
.intro-para p,
.intro-para li {
  color: #523146;
}
.intro-para p {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6;
}

.small-text p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3;
}
.small-text ul {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}
.small-text ul li {
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 300;
}
.small-text ul li:before {
  content: "•";
  color: #B83766;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.vc_row.white .intro-para {
  background-color: #F9F8F6;
}
.vc_row.cream-bg .intro-para {
  background-color: #F7F3EF;
}
.vc_row.pink-bg .intro-para {
  background-color: #B83766;
}

.vc_col-sm-12 .vc_col-sm-6 .intro-para {
  padding-right: 0;
}
@media all and (min-width: 1024px) {
  .vc_col-sm-12 .vc_col-sm-6 .intro-para {
    padding-right: 18%;
  }
}
.vc_col-sm-12 .vc_col-sm-12 .intro-para {
  padding-right: 0;
}

.background-separator {
  height: 240px;
  background-size: cover;
  background-position: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media all and (min-width: 768px) {
  .background-separator {
    height: 345px;
  }
}

.why-mona-wrapper {
  max-width: 1820px;
  background: white;
  margin: 30px 5px;
  border-radius: 0 25px;
  padding: 50px 15px;
}
@media all and (min-width: 992px) {
  .why-mona-wrapper {
    margin: 60px auto;
  }
}
.why-mona-wrapper .wrapper {
  margin: 0 auto;
}
.why-mona-wrapper .vc_inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.why-mona-wrapper .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: 210;
  padding: 0;
}
.why-mona-wrapper .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner .why-mona-content {
  position: relative;
  background-color: white;
  z-index: 210;
}
.why-mona-wrapper .indent-content {
  padding-top: 0;
  margin: 0 0 30px;
}
@media all and (min-width: 1024px) {
  .why-mona-wrapper .indent-content {
    margin: 30px 17.5%;
  }
}
.why-mona-wrapper img {
  max-width: 300px;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .why-mona-wrapper img {
    max-width: 100%;
  }
}
.why-mona-wrapper .right-content {
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .why-mona-wrapper .right-content {
    padding-left: 17.5%;
  }
}

.callout-wrapper {
  padding: 80px 0;
  position: relative;
}
.callout-wrapper.has_background {
  background-repeat: no-repeat;
}
.callout-wrapper .vla {
  position: absolute;
  left: 8%;
  bottom: 25%;
  z-index: 1;
}
.callout-wrapper .wrapper {
  max-width: 600px;
  padding-top: 10px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.callout-wrapper .wrapper h2 {
  text-transform: none;
  color: #523146;
  font-size: 1.6em;
  text-align: center;
}
.callout-wrapper .wrapper p {
  text-align: center;
}
.callout-wrapper .wrapper .button-group {
  display: block;
  text-align: center;
}
.callout-wrapper .wrapper .button-group a {
  display: table;
  margin: 10px auto;
}

.text-block-w-img {
  margin-top: 0;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
}
@media all and (max-width: 768px) {
  .text-block-w-img {
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  .text-block-w-img {
    background-image: none !important;
    padding: 90px 0 0;
  }
}
.text-block-w-img .vertical-tag {
  position: absolute;
  color: #B83766;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2em;
  z-index: 200;
  display: none;
}
@media all and (min-width: 1200px) {
  .text-block-w-img .vertical-tag {
    display: block;
  }
}
.text-block-w-img.right {
  background-position: center right;
}
.text-block-w-img.right .vertical-tag {
  top: -40px;
  right: 12%;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: top right;
}
.text-block-w-img.left {
  background-position: center left;
}
.text-block-w-img.left .vertical-tag {
  top: 60px;
  left: 12%;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: bottom left;
}
.text-block-w-img .tbwi > .vc_column-inner {
  position: relative;
}
.text-block-w-img .tbwi img {
  max-width: calc(100% + 60px);
  margin: 0 -30px;
}
@media all and (min-width: 1024px) {
  .text-block-w-img .tbwi img {
    max-width: 100%;
    margin: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.text-block-w-img .tbwic {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1024px) {
  .text-block-w-img .tbwic {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.text-block-w-img .tbwic .indent-content {
  margin: 30px 0;
}
@media all and (min-width: 1024px) {
  .text-block-w-img .tbwic .indent-content {
    margin: 30px 17.5%;
  }
}
.text-block-w-img h2 {
  max-width: 100%;
}
@media all and (min-width: 1024px) {
  .text-block-w-img h2 {
    max-width: 70%;
  }
}

.text-block-side-image {
  margin-top: 0;
  padding: 15px 0;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .text-block-side-image {
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .text-block-side-image {
    background-size: 41% 100%;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .text-block-side-image {
    background-image: none !important;
  }
}
@media all and (max-width: 1024px) {
  .text-block-side-image .vc_row.wrapper {
    padding: 0 !important;
  }
}
.text-block-side-image .vertical-tag {
  position: absolute;
  color: #B83766;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2em;
  z-index: 200;
  display: none;
}
@media all and (min-width: 1200px) {
  .text-block-side-image .vertical-tag {
    display: block;
  }
}
.text-block-side-image.right {
  background-position: top center;
}
@media all and (min-width: 1024px) {
  .text-block-side-image.right {
    background-position: center right;
  }
}
.text-block-side-image.right .vertical-tag {
  margin: 0;
  padding: 0;
  top: 5%;
  right: 16%;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: top right;
}
@media all and (min-width: 1200px) {
  .text-block-side-image.right .vertical-tag {
    top: -100px;
    right: 4.4em;
  }
}
.text-block-side-image.right .tbwi .vc_column-inner {
  position: relative;
  display: block;
}
@media all and (min-width: 1024px) {
  .text-block-side-image.right .tbwi .vc_column-inner {
    display: flex;
    align-items: flex-start;
  }
}
.text-block-side-image.right .tbwi .vc_column-inner img {
  margin: 0 auto;
}
.text-block-side-image.left {
  background-position: top center;
}
@media all and (min-width: 1024px) {
  .text-block-side-image.left {
    background-position: center left;
  }
}
.text-block-side-image.left .vertical-tag {
  margin: 0;
  padding: 0;
  top: 25%;
  left: 16%;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: top right;
}
@media all and (min-width: 1200px) {
  .text-block-side-image.left .vertical-tag {
    top: -50px;
    left: 2.4em;
  }
}
.text-block-side-image.left .tbwi .vc_column-inner {
  display: block;
}
@media all and (min-width: 1024px) {
  .text-block-side-image.left .tbwi .vc_column-inner {
    display: flex;
    align-items: flex-end;
  }
}
.text-block-side-image.left .tbwi img {
  margin: 0 auto;
}
.text-block-side-image .tbwi {
  padding: 15px 20px;
  margin: 0 0 30px;
}
@media all and (min-width: 1200px) {
  .text-block-side-image .tbwi {
    padding: 150px 0;
  }
}
.text-block-side-image .tbwi img {
  max-width: 100%;
  border-radius: 0 25px;
  display: table;
  margin: 0 30px;
}
@media all and (min-width: 992px) {
  .text-block-side-image .tbwi img {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1200px) {
  .text-block-side-image .tbwi img {
    max-width: 675px;
  }
}
.text-block-side-image .tbwi.background {
  padding: 120px 20px 0;
  margin: 0 0 130px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media all and (min-width: 992px) {
  .text-block-side-image .tbwi.background {
    padding: 60px 0 60px;
    margin: 0;
    background-size: 90%;
    background-position: center left;
    background-image: inherit !important;
  }
}
@media all and (min-width: 1200px) {
  .text-block-side-image .tbwi.background {
    background-image: none !important;
  }
}
@media all and (min-width: 1200px) {
  .text-block-side-image .tbwi.background {
    margin: 200px 0;
    padding: 0;
  }
}
.text-block-side-image .tbwi.background img {
  position: relative;
  bottom: -75px;
  max-width: 100%;
  border-radius: 0 25px;
  display: table;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .text-block-side-image .tbwi.background img {
    max-width: 380px;
    bottom: initial;
    margin: 0;
  }
}
@media all and (min-width: 1200px) {
  .text-block-side-image .tbwi.background img {
    max-width: 675px;
    bottom: 0;
  }
}
.text-block-side-image .tbwic {
  width: 100%;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1024px) {
  .text-block-side-image .tbwic {
    width: 50%;
    float: left;
  }
}
.text-block-side-image .tbwic h3,
.text-block-side-image .tbwic h4,
.text-block-side-image .tbwic h5,
.text-block-side-image .tbwic h6,
.text-block-side-image .tbwic p,
.text-block-side-image .tbwic li {
  color: #523146;
}
.text-block-side-image .tbwic h3,
.text-block-side-image .tbwic h4,
.text-block-side-image .tbwic h5,
.text-block-side-image .tbwic h6 {
  font-weight: 500;
}
.text-block-side-image .tbwic h2 {
  max-width: 100%;
}
@media all and (min-width: 1024px) {
  .text-block-side-image .tbwic h2 {
    max-width: 70%;
  }
}
.text-block-side-image .tbwic .indent-content {
  margin: 30px 0;
}
@media all and (min-width: 1024px) {
  .text-block-side-image .tbwic .indent-content {
    margin: 30px 17.5%;
  }
}
.text-block-side-image .tbwic .indent-content .vc_btn3 {
  margin-top: 30px;
  display: table;
}
.text-block-side-image.style-2 {
  padding: 30px 0 80px;
}
.text-block-side-image.style-2 h2 {
  border-top: 1px solid #DFC3B0;
  padding-top: 30px;
  margin: 30px 0;
}
.text-block-side-image.style-2 .content p,
.text-block-side-image.style-2 .content a {
  font-size: 1em;
  text-transform: uppercase;
  color: #523146;
  font-weight: 500;
}
.text-block-side-image.style-2 .tbwi {
  padding: 0;
  margin: 0;
}
.text-block-side-image.style-2 .tbwi .vc_column-inner {
  align-items: flex-start;
}
.text-block-side-image.style-2 .tbwi .vc_column-inner img {
  margin: 0;
}

.indent-text-block {
  padding-left: 0;
  padding-right: 0;
  overflow-y: hidden;
}
@media all and (min-width: 768px) {
  .indent-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.indent-text-block h2 {
  font-size: 1.5em;
}
@media all and (min-width: 992px) {
  .indent-text-block h2 {
    font-size: 1.7em;
  }
}
.indent-text-block .indent-content {
  margin: 30px 0;
}
@media all and (min-width: 1024px) {
  .indent-text-block .indent-content {
    margin: 30px 17.5%;
  }
}
.indent-text-block .vc_btn3 {
  margin-top: 30px;
}

.text-block-narrow-column {
  position: relative;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media all and (max-width: 1024px) {
  .text-block-narrow-column {
    background-image: none !important;
    padding: 30px 0;
  }
}
.text-block-narrow-column.left {
  background-position: center left;
}
.text-block-narrow-column.right {
  background-position: center right;
}
.text-block-narrow-column .hla {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  height: 100%;
  width: 23%;
}
.text-block-narrow-column .hla.left {
  left: 5%;
}
.text-block-narrow-column .hla.right {
  right: 5%;
}
.text-block-narrow-column .tbnc {
  max-width: 830px;
  margin: 0 auto;
}
.text-block-narrow-column .tbnc h2,
.text-block-narrow-column .tbnc p {
  text-align: center;
}
.text-block-narrow-column .tbnc p {
  font-weight: 300;
  font-size: 1.2em;
  color: #523146;
}
@media all and (min-width: 1024px) {
  .text-block-narrow-column .tbnc p {
    font-size: 1.7em;
  }
}
.text-block-narrow-column .tbnc .vc_btn3 {
  display: table;
  margin: 15px auto;
}
.text-block-narrow-column.style-2 .tbnc {
  max-width: 1140px;
}

.overview-3-steps {
  background-color: #B83766;
  display: block;
  padding: 80px 0;
  width: 100%;
}
.overview-3-steps h2 {
  text-align: center;
  color: white;
  margin: 0 auto;
}
.overview-3-steps ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 50px;
}
@media all and (min-width: 768px) {
  .overview-3-steps ul {
    padding: 0 80px 50px;
  }
}
@media all and (min-width: 1024px) {
  .overview-3-steps ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.overview-3-steps ul li {
  position: relative;
  padding: 40px 20px;
  margin: 0;
  font-size: 1.7em;
}
.overview-3-steps ul li .diamond {
  margin: 0 auto;
  display: table;
}
.overview-3-steps ul li p {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .overview-3-steps ul li {
    flex: 27% 0 0;
    font-size: 1.4em;
  }
  .overview-3-steps ul li:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -23%;
    transform: translateY(-50%);
    display: block;
    width: 23%;
    height: 11px;
    background-image: url(/wp-content/themes/mona/img/extra/purple-arrow-separator.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .overview-3-steps ul li:last-child:after {
    content: "";
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .overview-3-steps ul li {
    font-size: 2.25em;
  }
}

.what-to-expect {
  background-color: #F7F3EF;
  display: block;
  padding: 80px 0;
  width: 100%;
}
.what-to-expect.style-2 {
  background-color: #F9F8F6;
}
.what-to-expect h2 {
  text-align: center;
  margin: 0 auto;
}
.what-to-expect ul {
  display: block;
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}
@media all and (min-width: 1024px) {
  .what-to-expect ul {
    display: flex;
    justify-content: space-between;
  }
}
.what-to-expect ul li {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.what-to-expect ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 1px;
  height: 100%;
  background-color: #DFC3B0;
}
@media all and (min-width: 1024px) {
  .what-to-expect ul li:after {
    top: 0;
    right: -10%;
    content: "";
  }
}
@media all and (min-width: 1024px) {
  .what-to-expect ul li {
    flex: 30% 0 0;
  }
  .what-to-expect ul li:last-child:after {
    content: "";
    display: none;
  }
}
.what-to-expect ul li .content {
  font-size: 1.2em;
  color: #523146;
  text-align: center;
  font-weight: 300;
}
.what-to-expect ul li .content .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 auto 15px;
}
.what-to-expect ul li .content h3 {
  font-size: 1.12em;
  text-transform: uppercase;
  color: #B83766;
  font-weight: 400;
}
.what-to-expect .vc_btn3 {
  margin: 0 auto;
  background-color: #523146 !important;
  border-color: #523146 !important;
}
.what-to-expect .vc_btn3:hover {
  color: #B83766 !important;
  background-color: white !important;
  border-color: white !important;
}

.abcde-melanoma {
  background-color: #F7F3EF;
  display: block;
  padding: 80px 0;
  width: 100%;
}
.abcde-melanoma h2 {
  text-align: center;
  margin: 0 auto;
}
.abcde-melanoma ul {
  display: block;
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}
@media all and (min-width: 1024px) {
  .abcde-melanoma ul {
    display: flex;
    justify-content: space-between;
  }
}
.abcde-melanoma ul li {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.abcde-melanoma ul li:after {
  display: none;
}
@media all and (min-width: 1024px) {
  .abcde-melanoma ul li:after {
    display: block;
    position: absolute;
    top: 0;
    right: -10%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #DFC3B0;
  }
}
@media all and (min-width: 1024px) {
  .abcde-melanoma ul li {
    flex: 18% 0 0;
  }
  .abcde-melanoma ul li:last-child:after {
    content: "";
    display: none;
  }
}
.abcde-melanoma ul li .content {
  font-size: 1.1em;
  color: #523146;
  text-align: center;
  font-weight: 300;
}
.abcde-melanoma ul li .content .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 auto 15px;
}
.abcde-melanoma ul li .content h3 {
  font-size: 3em;
  text-transform: uppercase;
  color: #B83766;
  font-weight: 100;
}
.abcde-melanoma ul li .content h5 {
  font-size: 1.1em;
  font-weight: 500;
  color: #523146;
  margin-bottom: 0;
}
.abcde-melanoma ul li .content p {
  margin-top: 5px;
}
.abcde-melanoma .vc_btn3 {
  margin: 0 auto;
  background-color: #523146 !important;
  border-color: #523146 !important;
}
.abcde-melanoma .vc_btn3:hover {
  color: #B83766 !important;
  background-color: white !important;
  border-color: white !important;
}

.first-visit-outer {
  position: relative;
  background-color: #F7F3EF;
  display: block;
  padding: 80px 0;
  width: 100%;
}
.first-visit-outer .hla {
  position: absolute;
  top: 25%;
  z-index: 300;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.first-visit-outer h2 {
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
  color: #B83766;
  font-size: 1.6em;
}
.first-visit-outer h3 {
  text-align: center;
  margin: 0 auto;
  color: #523146;
  font-weight: 400;
  font-size: 1.3em;
}
.first-visit-outer ul {
  display: block;
  list-style: none;
  margin: 80px auto 0;
  padding: 0;
  max-width: 360px;
}
@media all and (min-width: 768px) {
  .first-visit-outer ul {
    max-width: 550px;
  }
}
@media all and (min-width: 1024px) {
  .first-visit-outer ul {
    max-width: 100%;
    margin: 80px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .first-visit-outer ul {
    display: flex;
    justify-content: space-between;
  }
}
.first-visit-outer ul li {
  position: relative;
  text-align: left;
  padding: 0 15px;
}
@media all and (min-width: 1024px) {
  .first-visit-outer ul li {
    flex: 32% 0 0;
  }
}
.first-visit-outer ul li .first-visit-item img {
  border-radius: 0 25px;
}
.first-visit-outer ul li .first-visit-item .content {
  font-size: 1em;
  color: #523146;
  text-align: left;
  font-weight: 300;
}
.first-visit-outer ul li .first-visit-item .content h4 {
  font-size: 1.12em;
  text-transform: uppercase;
  color: #B83766;
  font-weight: 400;
  margin-bottom: 5px;
}
.first-visit-outer .vc_btn3 {
  margin: 0 auto;
  background-color: #523146 !important;
  border-color: #523146 !important;
}
.first-visit-outer .vc_btn3:hover {
  color: #B83766 !important;
  background-color: white !important;
  border-color: white !important;
}

.mona-mission-outer {
  padding: 60px 0 40px;
  background-color: #B83766;
}
.mona-mission-outer h2 {
  color: white;
  text-align: center;
  font-weight: 400;
}
.mona-mission-outer .content {
  max-width: 1000px;
  margin: 0 auto;
}
.mona-mission-outer .content p {
  font-size: 1.1em;
  color: white;
  text-align: center;
  font-weight: 300;
}
@media all and (min-width: 1024px) {
  .mona-mission-outer .content p {
    font-size: 2em;
  }
}

.mobile-slider .slick-prev,
.mobile-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
}
.mobile-slider .slick-prev.slick-disabled,
.mobile-slider .slick-next.slick-disabled {
  opacity: 0.2;
}
.mobile-slider .slick-prev .arrow-color,
.mobile-slider .slick-next .arrow-color {
  fill: white !important;
}
.mobile-slider .slick-prev {
  left: 0;
}
.mobile-slider .slick-next {
  right: 0;
}
.mobile-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-slider .slick-dots li {
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.mobile-slider .slick-dots li button {
  font-size: 0 !important;
  padding: 4px !important;
  margin: 0 5px !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: 1px solid #DFC3B0 !important;
}
.mobile-slider .slick-dots li.slick-active button {
  background-color: #B83766 !important;
}
.mobile-slider.mona-experience .slick-prev,
.mobile-slider.mona-experience .slick-next {
  top: 25%;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-slider.mona-experience .slick-prev svg,
.mobile-slider.mona-experience .slick-next svg {
  height: 15px;
}
.mobile-slider.mona-experience .slick-prev.slick-disabled,
.mobile-slider.mona-experience .slick-next.slick-disabled {
  opacity: 0.8;
}

.white .mobile-slider .slick-prev .arrow-color,
.white .mobile-slider .slick-next .arrow-color {
  fill: #523146 !important;
}

.overview-3-steps .mobile-slider .slick-dots li.slick-active button {
  background-color: #DB978F !important;
}

.common-questions {
  padding: 40px 0;
}
.common-questions .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 0 15px;
}
.common-questions .cqla-wrapper {
  position: relative;
}
.common-questions .cqla-wrapper .cqla {
  position: absolute;
  top: 0;
  left: 30px;
  height: auto;
  width: 110px;
  margin: 0;
  z-index: 200;
}
.common-questions .common-questions-wrapper {
  max-width: 1000px;
  padding: 0;
}
.common-questions .common-questions-wrapper .vc_toggle_simple {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #DFC3B0;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title {
  position: relative;
  padding: 0;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title h4 {
  font-size: 1.12em;
  color: #523146;
  font-weight: 500;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  left: auto;
  right: 0;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title .vc_toggle_icon:before, .common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title .vc_toggle_icon:after {
  background-color: #B83766;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title .vc_toggle_icon:before {
  width: 15px;
  height: 1px;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_title .vc_toggle_icon:after {
  width: 1px;
  height: 15px;
}
.common-questions .common-questions-wrapper .vc_toggle_simple .vc_toggle_content {
  font-size: 1.12em;
  color: #523146;
  font-weight: 400;
  padding: 10px 0;
  margin: 0;
}
.common-questions .common-questions-wrapper .vc_toggle_simple:last-child {
  border-bottom: 1px solid #DFC3B0;
}

.team-member {
  height: 100%;
  padding: 15px 0;
}
.team-member .member-pic {
  border-radius: 0 25px;
  width: 100%;
  display: block;
}
.team-member h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 15px 0 0;
}
@media all and (min-width: 768px) {
  .team-member h2 {
    font-size: 0.9em;
  }
}
@media all and (min-width: 1024px) {
  .team-member h2 {
    font-size: 1.25em;
  }
}
.team-member h4 {
  font-size: 1.1em;
  color: #523146;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 5px 0;
  border-bottom: 1px solid #B83766;
}
@media all and (min-width: 768px) {
  .team-member h4 {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1024px) {
  .team-member h4 {
    font-size: 1.1em;
  }
}
.team-member .intro {
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 20px;
  font-size: 1em;
}
.team-member .intro.short {
  padding-bottom: 75px;
}
@media all and (min-width: 768px) {
  .team-member .intro {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1024px) {
  .team-member .intro {
    font-size: 1em;
  }
}
.team-member .button-group {
  position: absolute;
  bottom: 30px;
}

.condition-block {
  height: 100%;
  padding: 0 15px;
}
.condition-block h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 5px 0;
}
.condition-block .intro {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 20px;
}
.condition-block .intro.short {
  padding-bottom: 25px;
}
.condition-block .button-group {
  position: absolute;
  bottom: 30px;
}
.condition-block .block-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 0 25px;
  z-index: 1;
}
.condition-block .block-overlay img {
  display: block;
}
.condition-block .block-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #B83766;
  opacity: 0.8;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.condition-block .block-overlay h2 {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0 30px;
  color: white;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  font-size: 1.4em;
  z-index: 3;
}
@media all and (min-width: 768px) {
  .condition-block .block-overlay h2 {
    font-size: 0.9em;
  }
}
@media all and (min-width: 1024px) {
  .condition-block .block-overlay h2 {
    font-size: 1.4em;
  }
}
.condition-block:hover .overlay {
  opacity: 0;
}

.treatment-block {
  height: 100%;
  padding: 0;
}
@media all and (min-width: 1024px) {
  .treatment-block {
    padding: 0 15px;
  }
}
.treatment-block h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 5px 0;
}
.treatment-block ul.col-1,
.treatment-block ul.col-2 {
  display: table;
  max-width: 50%;
}
.treatment-block ul.col-1 {
  float: left;
}
.treatment-block ul.col-2:after {
  clear: both;
}
.treatment-block .intro {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 20px;
}
.treatment-block .intro.short {
  padding-bottom: 25px;
}
.treatment-block .button-group {
  position: absolute;
  bottom: 30px;
}
.treatment-block .block-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 0 25px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.treatment-block .block-overlay img {
  display: block;
}
.treatment-block .block-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #B83766;
  opacity: 0.8;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.treatment-block .block-overlay h2 {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0 30px;
  color: white;
  text-transform: none;
  transform: translate(-50%, -50%);
  font-size: 1.4em;
  z-index: 3;
}
@media all and (min-width: 768px) {
  .treatment-block .block-overlay h2 {
    font-size: 0.9em;
  }
}
@media all and (min-width: 1024px) {
  .treatment-block .block-overlay h2 {
    font-size: 1.4em;
  }
}
.treatment-block .block-overlay:hover .overlay {
  opacity: 0;
}
.treatment-block.style-2 .intro {
  padding-bottom: 10px;
}
.treatment-block.style-2 .button-group {
  position: relative;
  bottom: 0;
}

@media all and (max-width: 992px) {
  .mona-accordion-col {
    width: 100%;
  }
  .mona-accordion-col.vc_column_container .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mona-accordion {
  padding-bottom: 100px;
}
.mona-accordion.video-accordion {
  padding-bottom: 60px;
}
.mona-accordion.video-accordion .wpb_text_column {
  margin: 0 30px;
}
.mona-accordion.before-after-accordion {
  padding-bottom: 60px;
}
.mona-accordion.before-after-accordion p.coming-soon {
  font-size: 1.2em;
  margin: 0 20px;
  color: #B83766;
  font-weight: 300;
}
.mona-accordion.before-after-accordion .wpb_text_column {
  margin: 20px;
}
.mona-accordion.before-after-accordion .wpb_text_column h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #523146;
  padding-top: 1.3em;
  margin-bottom: 5px;
}
.mona-accordion.before-after-accordion .wpb_text_column h3:before {
  content: " ";
  background-image: url(/wp-content/themes/mona/img/extra/tan-diamond.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mona-accordion.before-after-accordion .wpb_text_column p {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 300;
}
.mona-accordion .vc_tta-panel {
  border-top: 1px solid #B83766;
}
.mona-accordion .vc_tta-panel:last-child {
  border-bottom: 1px solid #B83766;
}
.mona-accordion .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
  background-color: transparent !important;
}
.mona-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
  font-weight: 300;
  font-size: 1.4em;
  color: #B83766 !important;
  text-transform: uppercase;
}
.mona-accordion .vc_tta-panel .vc_tta-controls-icon:before, .mona-accordion .vc_tta-panel .vc_tta-controls-icon:after {
  border-color: #B83766 !important;
}
.mona-accordion.vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 0;
}
@media all and (min-width: 1024px) {
  .mona-accordion.vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 20px;
  }
}
.mona-accordion.style2 .vc_tta-panel {
  border-top: 1px solid #DFC3B0;
}
.mona-accordion.style2 .vc_tta-panel:last-child {
  border-bottom: 1px solid #DFC3B0;
}
.mona-accordion.style2 .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
}
.mona-accordion.style2 .vc_tta-panel .vc_tta-panel-heading h4 a {
  font-weight: 500;
  font-size: 1.4em;
  color: #523146 !important;
  text-transform: none;
}
.mona-accordion.style2 .vc_tta-panel .vc_tta-controls-icon:before, .mona-accordion.style2 .vc_tta-panel .vc_tta-controls-icon:after {
  border-color: #B83766 !important;
}
.mona-accordion.style3 {
  margin: 60px auto;
}
.mona-accordion.style3 .vc_tta-panel {
  border-top: 1px solid #523146;
}
.mona-accordion.style3 .vc_tta-panel:last-child {
  border-bottom: 1px solid #523146;
}
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
}
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-heading h4 a {
  font-weight: 500;
  font-size: 1.4em;
  color: white !important;
  text-transform: none;
}
.mona-accordion.style3 .vc_tta-panel .vc_tta-controls-icon:before, .mona-accordion.style3 .vc_tta-panel .vc_tta-controls-icon:after {
  border-color: white !important;
}
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body h3,
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body h4,
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body h5,
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body h6,
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body p,
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body li,
.mona-accordion.style3 .vc_tta-panel .vc_tta-panel-body strong {
  color: white;
}

.type-team-member .bio-content {
  padding: 30px 0;
}
@media all and (min-width: 1024px) {
  .type-team-member .bio-content {
    padding: 0 30px;
  }
}
.type-team-member .bio-content h2,
.type-team-member .bio-content h3,
.type-team-member .bio-content h4,
.type-team-member .bio-content h5,
.type-team-member .bio-content h6,
.type-team-member .bio-content p,
.type-team-member .bio-content ul,
.type-team-member .bio-content li {
  color: #523146;
}
.type-team-member .bio-content h2,
.type-team-member .bio-content h3,
.type-team-member .bio-content h4,
.type-team-member .bio-content h5,
.type-team-member .bio-content h6 {
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.type-team-member .bio-content p {
  margin-top: 5px;
  font-weight: 300;
}
.type-team-member .bio-content p strong {
  font-weight: 500;
}
.type-team-member .bio-pic {
  display: block;
  width: 100%;
}
.type-team-member .bio-pic img {
  border-radius: 0 25px;
}
.type-team-member .additional-details {
  margin: 30px 0;
  list-style: none;
  font-size: 1.1em;
  color: #523146;
  max-width: 420px;
}
.type-team-member .additional-details li:not(.menu-item) {
  position: relative;
  margin-bottom: 15px;
}
.type-team-member .additional-details li:not(.menu-item):before {
  content: " ";
  background-image: url(/wp-content/themes/mona/img/extra/tan-diamond.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -30px;
}
.type-team-member .additional-details strong {
  font-weight: 500;
}
.type-team-member .additional-details .fav-link-wrapper {
  position: relative;
  display: table;
}
.type-team-member .additional-details .fav-link-wrapper .fav-link {
  color: #523146;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 36px;
}
.type-team-member .additional-details .fav-link-wrapper img {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.type-team-member .additional-details .fav-link-wrapper:hover {
  text-decoration: none;
}
.type-team-member .additional-details .fav-link-wrapper:hover img {
  right: 0;
}
.type-team-member .button-group {
  position: initial;
  display: block;
}
.type-team-member .button-group a {
  display: table;
}
.type-team-member .button-group .btn-return {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.12em;
  color: #B83766;
  margin: 30px 0 80px;
  padding-left: 36px;
}
.type-team-member .button-group .btn-return .rotate-arrow {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.type-team-member .button-group .btn-return:hover {
  color: #523146;
}
.type-team-member .button-group .btn-return:hover a {
  text-decoration: none;
}
.type-team-member .button-group .btn-return:hover .rotate-arrow {
  left: 0;
}

.iframe-outer {
  max-width: 1000px;
  margin: 20px auto 60px;
}
.iframe-outer .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-outer .iframe-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: 100%;
}

.contact-row .address {
  font-size: 1em;
  text-transform: uppercase;
  color: #B83766;
}
.contact-row strong {
  font-weight: 500;
}
.contact-row h4 {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.125em;
  color: #B83766;
  text-transform: uppercase;
}
.contact-row .vc_col-sm-6:first-child {
  padding-right: 10%;
}
.contact-row .vc_col-sm-6:last-child {
  padding-left: 10%;
}
.contact-row .address-block {
  border-bottom: 1px solid #DFC3B0;
  padding: 0;
  margin: 0 40px 0 0;
}
.contact-row .phone-block {
  border-bottom: 1px solid #DFC3B0;
  padding: 20px 0;
  margin: 0 40px 0 0;
}
.contact-row .office-block {
  padding: 20px 0;
  margin: 0 40px 0 0;
}
.contact-row .office-block p {
  margin: 0 0 10px 0;
}

/* Gravity form overrides */
.gform_heading .gform_required_legend {
  font-size: 0.8em !important;
}
.gform_heading .gform_required_legend span {
  font-weight: 100 !important;
}

.gform-body .ginput_container input[type=text],
.gform-body .ginput_container input[type=email],
.gform-body .ginput_container input[type=url],
.gform-body .ginput_container input[type=password],
.gform-body .ginput_container input[type=search],
.gform-body .ginput_container input[type=number],
.gform-body .ginput_container input[type=tel],
.gform-body .ginput_container input[type=range],
.gform-body .ginput_container input[type=date],
.gform-body .ginput_container input[type=month],
.gform-body .ginput_container input[type=week],
.gform-body .ginput_container input[type=time],
.gform-body .ginput_container input[type=datetime],
.gform-body .ginput_container input[type=datetime-local],
.gform-body .ginput_container input[type=color],
.gform-body .ginput_container textarea,
.gform-body .ginput_container select {
  font-size: 1em;
  border-color: #DFC3B0;
}
.gform-body .gfield {
  padding: 0 !important;
}

.mona-video {
  margin: 15px;
}
.mona-video .wpb_video_wrapper {
  border-radius: 0 25px;
  overflow: hidden;
}

.border-bottom h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #DFC3B0;
  margin-bottom: 80px;
}

.empty-row {
  height: 0;
  padding: 0;
  margin: 0;
}

.fadeInUp {
  animation-duration: 1.8s !important;
}

.indent-concerns > .wpb_column > .vc_column-inner > .wpb_wrapper > .wrapper,
.indent-concerns > .wpb_column > .vc_column-inner > .wpb_wrapper > .concerns-row {
  padding-left: 8.75%;
}

.sitemap ul {
  list-style: none;
  font-size: 1em;
  color: #523146;
  margin-left: 0;
}
.sitemap ul li:not(.menu-item) {
  position: relative;
  margin-bottom: 15px;
}
.sitemap ul li:not(.menu-item):before {
  content: " ";
  background-image: url(/wp-content/themes/mona/img/extra/diamond-bullet.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -30px;
}

.vc_grid-container-wrapper .vc_grid-container .vc_grid .vc_gitem-zone-a {
  border-radius: 0 25px;
  overflow: hidden;
}

.frequently-asked-questions .vla {
  padding-top: 80px;
}

.mona-rule {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #DFC3B0;
  padding: 0;
  margin: 0;
}

.desktop-only {
  display: none;
}
@media all and (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media all and (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.blog .vc_grid-filter-item {
  background-color: #523146 !important;
  color: white !important;
  padding: 0.4em 1.1em !important;
  border-radius: 0 16px !important;
  font-size: 0.8em !important;
}
.blog .vc_grid-filter-item.vc_active {
  background-color: #B83766 !important;
}
.blog .vc_grid-filter-item.vc_active span {
  color: white !important;
}

.mona-cart {
  margin-bottom: 120px;
}
.mona-cart button[name=update_cart] {
  margin-top: 30px;
  font-size: 1em;
}
.mona-cart button[name=apply_coupon] {
  display: inline-block;
}
.mona-cart .woocommerce-checkout input[type=text],
.mona-cart .woocommerce-checkout input[type=email],
.mona-cart .woocommerce-checkout input[type=url],
.mona-cart .woocommerce-checkout input[type=password],
.mona-cart .woocommerce-checkout input[type=search],
.mona-cart .woocommerce-checkout input[type=number],
.mona-cart .woocommerce-checkout input[type=tel],
.mona-cart .woocommerce-checkout input[type=range],
.mona-cart .woocommerce-checkout input[type=date],
.mona-cart .woocommerce-checkout input[type=month],
.mona-cart .woocommerce-checkout input[type=week],
.mona-cart .woocommerce-checkout input[type=time],
.mona-cart .woocommerce-checkout input[type=datetime],
.mona-cart .woocommerce-checkout input[type=datetime-local],
.mona-cart .woocommerce-checkout input[type=color],
.mona-cart .woocommerce-checkout textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  display: block;
}
.mona-cart .woocommerce-checkout input[type=text]:focus,
.mona-cart .woocommerce-checkout input[type=email]:focus,
.mona-cart .woocommerce-checkout input[type=url]:focus,
.mona-cart .woocommerce-checkout input[type=password]:focus,
.mona-cart .woocommerce-checkout input[type=search]:focus,
.mona-cart .woocommerce-checkout input[type=number]:focus,
.mona-cart .woocommerce-checkout input[type=tel]:focus,
.mona-cart .woocommerce-checkout input[type=range]:focus,
.mona-cart .woocommerce-checkout input[type=date]:focus,
.mona-cart .woocommerce-checkout input[type=month]:focus,
.mona-cart .woocommerce-checkout input[type=week]:focus,
.mona-cart .woocommerce-checkout input[type=time]:focus,
.mona-cart .woocommerce-checkout input[type=datetime]:focus,
.mona-cart .woocommerce-checkout input[type=datetime-local]:focus,
.mona-cart .woocommerce-checkout input[type=color]:focus,
.mona-cart .woocommerce-checkout textarea:focus {
  color: #111;
}
.mona-cart .woocommerce-checkout .select2-container .select2-selection--single {
  padding: 5px;
  height: auto;
}
.mona-cart .woocommerce-checkout-review-order-table .product-name {
  min-width: 200px;
}
.mona-cart .woocommerce-checkout-review-order-table .product-total {
  text-align: center;
}
.mona-cart .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.mona-cart .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  vertical-align: top;
  padding-top: 20px;
}
.mona-cart .woocommerce-checkout-review-order-table .cart-subtotal td,
.mona-cart .woocommerce-checkout-review-order-table .order-total td,
.mona-cart .woocommerce-checkout-review-order-table .tax-total td,
.mona-cart .woocommerce-checkout-review-order-table .acfw-store-credits-balance-row td {
  text-align: center;
}
.mona-cart .payment_methods {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.mona-cart #shipping_method {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.mona-cart #shipping_method input {
  margin-right: 10px;
}

#cookie-law-info-bar {
  z-index: 99999;
}
#cookie-law-info-bar .cli-style-v2 {
  font-size: 11pt;
  line-height: 18px;
  font-weight: normal;
  max-width: 1600px;
  padding: 10px 10%;
}
#cookie-law-info-bar .cli-style-v2 .cli-plugin-button {
  border-radius: 0 25px;
  padding: 0.7em 1.2em;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
#cookie-law-info-bar .cli-style-v2 #cookie_action_close_header {
  background-color: #523146 !important;
}
#cookie-law-info-bar .cli-style-v2 #cookie_action_close_header:hover {
  background-color: #67425a !important;
}

.single-post .entry-content {
  background-color: white !important;
}
.single-post .entry-content .white {
  background-color: white !important;
}
.single-post h2 {
  clear: none;
}
.single-post .alignright {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.single-post .alignleft {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.signup-footer {
  background-color: #F9F8F6;
}

.more-from-mona {
  padding: 3rem 0 5rem;
  background-color: white;
}
.more-from-mona .grid-title {
  max-width: 1300px;
  margin: 0 auto;
}
.more-from-mona .grid-title h2 {
  color: #B83766;
  text-align: center;
}
.more-from-mona .container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 1rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .more-from-mona .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .more-from-mona .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.more-from-mona .container a {
  display: block;
}
.more-from-mona .container a .mona-img-wrapper {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0 25px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  height: 360px;
}
@media screen and (min-width: 768px) {
  .more-from-mona .container a .mona-img-wrapper {
    height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .more-from-mona .container a .mona-img-wrapper {
    height: 280px;
  }
}
.more-from-mona .container a .mona-img-wrapper h2 {
  font-size: 0.8rem;
  padding: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  min-height: 4rem;
}

.single-post .products .product a.button {
  position: relative;
  margin: 0.8rem 0;
}

.theme-mona.products .entry-content .wpb-content-wrapper {
  padding: 0;
}

.partner-logo-wrapper {
  margin: 2.4rem 0;
}
.partner-logo-wrapper h2 {
  text-align: center;
  color: white;
}
.partner-logo-wrapper .mona-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
}
.partner-logo-wrapper .logo-slider {
  margin: 0 2rem;
  padding: 0 3rem;
  position: relative;
}
.partner-logo-wrapper .logo-slider .logo-group {
  list-style: none;
  margin: 0;
  padding: 0 0.5rem;
}
.partner-logo-wrapper .logo-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.partner-logo-wrapper .logo-slider .slick-arrow.slick-prev {
  left: 0;
}
.partner-logo-wrapper .logo-slider .slick-arrow.slick-next {
  right: 0;
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a {
  font-size: 1.125rem;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Hero Settings
--------------------------------------------- */
.homepage-hero {
  position: relative;
  height: auto;
  background-color: #B83766;
  margin: 0;
  padding: 0;
  z-index: 300;
}
.homepage-hero h1 {
  color: white;
}
.homepage-hero #hero-svg-animate {
  display: none;
}
@media screen and (min-width: 1024px) {
  .homepage-hero #hero-svg-animate {
    display: block;
    position: absolute;
    bottom: 0;
    left: 4%;
    z-index: 1;
    width: 35%;
  }
}
.homepage-hero .vc_row {
  margin-right: 0;
  margin-left: 0;
  height: 100%;
}
.homepage-hero .hero-wrapper {
  position: relative;
  display: block;
  background-color: #B83766;
}
@media screen and (min-width: 768px) {
  .homepage-hero .hero-wrapper {
    min-height: 490px;
  }
}
.homepage-hero .hpla-wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .homepage-hero .hpla-wrapper {
    display: block;
    position: absolute;
    left: 6%;
    top: 10%;
    width: 353px;
    z-index: 200;
    transition: all 1.2s ease-in-out;
  }
}
.homepage-hero .section-inner {
  overflow: hidden;
  display: block;
}
.homepage-hero .section-inner .mona-o-outer {
  position: relative;
}
.homepage-hero .section-inner .mona-o-outer .bg-image {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}
.homepage-hero .section-inner .mona-o-outer .mona-o {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: translate(-50%, -50%) scale(1.5);
  transition: all 1.2s ease-in-out;
  z-index: 2;
}
.homepage-hero .section-inner .mona-o-outer .mona-o .o-image {
  height: 100%;
  width: auto;
}
.homepage-hero .content {
  position: relative;
  padding-top: 0;
  max-width: 900px;
  margin: 10px auto 0;
  z-index: 210;
}
@media all and (min-width: 768px) {
  .homepage-hero .content {
    margin: 80px auto 0;
  }
}
.homepage-hero .content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .homepage-hero .content h1 {
    margin-bottom: 60px;
  }
}
.homepage-hero .content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25em;
  font-weight: 100;
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .homepage-hero .content h2 {
    font-size: 4.2em;
    margin-bottom: 60px;
  }
}
.homepage-hero .content .button {
  margin: 60px auto;
}
.homepage-hero .hscroll-line {
  position: absolute;
  top: 440px;
  right: 50%;
  height: 120px;
  overflow: hidden;
  width: 1px;
  transform: translateX(-50%);
  z-index: 200;
}
@media all and (min-width: 1024px) {
  .homepage-hero .hscroll-line {
    top: 540px;
    height: 180px;
  }
}
.homepage-hero .hscroll-line:before, .homepage-hero .hscroll-line:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.homepage-hero .hscroll-line.animate:before {
  opacity: 1;
  background: #523146;
}
.homepage-hero .hscroll-line.animate:after {
  opacity: 1;
  background: white;
  animation: move 1s 1s infinite;
}

.condition-treatment-header {
  position: relative;
  padding-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .condition-treatment-header {
    padding-bottom: 130px;
  }
}
.condition-treatment-header.wrapper {
  padding: 10px 20px 80px;
}
.condition-treatment-header .empty-spacer {
  padding: 18px 0;
  width: 100%;
}
.condition-treatment-header .condition-header-content {
  padding: 0 20px;
}
@media all and (min-width: 1024px) {
  .condition-treatment-header .condition-header-content {
    padding: 0;
  }
}
.condition-treatment-header .vla {
  position: absolute;
  top: auto;
  left: 90px;
  height: auto;
  width: 110px;
  margin: 0;
  z-index: 200;
}
.condition-treatment-header h1 {
  text-align: center;
  text-transform: uppercase;
  color: #B83766;
  font-size: 1.8em;
  font-weight: 300;
  max-width: 1000px;
  margin: 40px auto 5px;
  line-height: 1.2;
}
@media all and (min-width: 1024px) {
  .condition-treatment-header h1 {
    font-size: 3.2em;
    font-weight: 100;
  }
}
.condition-treatment-header h1 sup {
  position: relative;
  top: -1em;
  font-size: 0.5em;
}
.condition-treatment-header ul.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}
.condition-treatment-header h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #523146;
  font-size: 1.2em;
  margin-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
  .condition-treatment-header h2 {
    width: 70%;
    font-size: 1.4em;
  }
}
.condition-treatment-header ul.col-1,
.condition-treatment-header ul.col-2 {
  width: 100%;
  float: none;
  margin: 0;
}
@media all and (min-width: 768px) {
  .condition-treatment-header ul.col-1,
.condition-treatment-header ul.col-2 {
    width: 50%;
    float: left;
  }
}
@media all and (min-width: 992px) {
  .condition-treatment-header ul.col-1,
.condition-treatment-header ul.col-2 {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media all and (min-width: 1250px) {
  .condition-treatment-header ul.col-1,
.condition-treatment-header ul.col-2 {
    width: 50%;
    float: left;
  }
}
.condition-treatment-header .indent-content {
  margin: 30px 0;
}
@media all and (min-width: 1024px) {
  .condition-treatment-header .indent-content {
    margin: 30px 5% 30px 17.5%;
  }
}
.condition-treatment-header .indent-content h3 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  color: #B83766;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFC3B0;
  font-size: 1.4em;
}
.condition-treatment-header .indent-content p {
  font-size: 1.1em;
  color: #523146;
  font-weight: 300;
}
.condition-treatment-header .indent-content ul {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}
.condition-treatment-header .indent-content ul li {
  margin-bottom: 15px;
  color: #523146;
  font-weight: 500;
  font-size: 1.1em;
}
.condition-treatment-header .indent-content ul li:before {
  content: "•";
  color: #B83766;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.condition-treatment-header .indent-content ul > li strong {
  font-weight: 500;
}
.condition-treatment-header .indent-content ul > li ul {
  margin-top: 20px;
}
.condition-treatment-header .indent-content ul > li ul > li {
  font-size: 0.9em;
  margin-bottom: 8px;
}
.condition-treatment-header.style-2 h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #B83766;
  width: 60%;
  font-size: 1.7em;
  margin-bottom: 30px;
}
.condition-treatment-header.style-3 h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #B83766;
  width: 60%;
  font-size: 1.7em;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .condition-treatment-header.style-3 .wrapper {
    padding: 0;
  }
  .condition-treatment-header.style-3 .wrapper .vc_col-md-push-6 {
    padding: 0;
  }
}
.condition-treatment-header .button-group {
  position: relative;
}
.condition-treatment-header .button-group a {
  display: table;
  margin: 30px 0;
}
.condition-treatment-header.style-4 h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #B83766;
  width: 60%;
  font-size: 1.7em;
  margin-bottom: 30px;
}
.condition-treatment-header.style-4 .button-group {
  position: relative;
  width: 100%;
}
.condition-treatment-header.style-4 .button-group a {
  font-size: 0.9em;
  display: inline-block;
}
.condition-treatment-header .mona-image {
  border-radius: 0;
}
@media all and (min-width: 1024px) {
  .condition-treatment-header .mona-image {
    border-radius: 0 25px;
  }
}
.condition-treatment-header .side-slider {
  padding-bottom: 40px;
}
@media all and (min-width: 1024px) {
  .condition-treatment-header .side-slider {
    margin-bottom: 0;
  }
}
.condition-treatment-header .side-slider .mona-image {
  border-radius: 0 25px;
}
.condition-treatment-header .side-slider .slick-prev,
.condition-treatment-header .side-slider .slick-next {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 101;
}
.condition-treatment-header .side-slider .slick-next {
  left: 50px;
}
.condition-treatment-header .side-slider .slick-dots {
  position: absolute;
  bottom: -15px;
  right: 0;
  display: flex;
  z-index: 100;
}
.condition-treatment-header .side-slider .slick-dots li {
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.condition-treatment-header .side-slider .slick-dots li button {
  font-size: 0 !important;
  padding: 4px !important;
  margin: 0 6px !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #DFC3B0 !important;
  background-color: transparent !important;
}
.condition-treatment-header .side-slider .slick-dots li.slick-active button {
  background-color: #B83766 !important;
  border-color: #B83766 !important;
}
.condition-treatment-header .side-slider .slick-dots li:last-child button {
  margin-right: 0 !important;
}
.condition-treatment-header .side-slider .slick-dots li:first-child:last-child {
  display: none;
}

.general-header {
  position: relative;
  padding: 10px 0 20px;
}
@media all and (min-width: 1024px) {
  .general-header {
    padding: 10px 0 80px;
  }
}
.general-header .vla {
  position: absolute;
  top: 40%;
  left: 90px;
  height: auto;
  width: 110px;
  margin: 0;
  z-index: 200;
}
.general-header .empty-spacer {
  padding: 18px 0;
  width: 100%;
}
.general-header .hscroll-line {
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 80px;
  overflow: hidden;
  width: 1px;
  transform: translateX(-50%);
  z-index: 200;
}
.general-header .hscroll-line:before, .general-header .hscroll-line:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.general-header .hscroll-line:before {
  background: #523146;
}
.general-header .hscroll-line:after {
  background: white;
  animation: move 1s 1s infinite;
}
.general-header h1 {
  text-align: center;
  text-transform: uppercase;
  color: #B83766;
  font-size: 1.8em;
  font-weight: 300;
  max-width: 1000px;
  margin: 55px auto 5px;
  line-height: 1.2;
}
@media all and (min-width: 1024px) {
  .general-header h1 {
    font-size: 3.2em;
    font-weight: 100;
  }
}
.general-header ul.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}
.general-header h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #B83766;
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 30px;
}
@media all and (min-width: 1200px) {
  .general-header h2 {
    width: 60%;
    font-size: 1.7em;
  }
}
.general-header .side-img {
  padding-bottom: 40px;
}
.general-header .side-img .mona-image {
  border-radius: 0;
}
@media all and (min-width: 992px) {
  .general-header .side-img .mona-image {
    border-radius: 0 25px;
  }
}
.general-header .condition-header-content {
  padding: 0 20px;
}
@media all and (min-width: 1024px) {
  .general-header .condition-header-content {
    padding: 0;
  }
}
.general-header .indent-content {
  margin: 30px 0;
}
@media all and (min-width: 1024px) {
  .general-header .indent-content {
    margin: 30px 5% 30px 17.5%;
  }
}
.general-header .indent-content h3 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  color: #B83766;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFC3B0;
  font-size: 1.4em;
}
.general-header .indent-content p {
  font-size: 1.1em;
  color: #523146;
  font-weight: 500;
}
.general-header .indent-content ul {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}
.general-header .indent-content ul li {
  margin-bottom: 15px;
  color: #523146;
  font-weight: 500;
  font-size: 1.1em;
}
.general-header .indent-content ul li:before {
  content: "•";
  color: #B83766;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.general-header .indent-content .button-group {
  position: relative;
}
.general-header .indent-content .button-group a {
  display: table;
  margin: 30px 0;
}
.general-header img.desktop-image {
  display: none;
}
@media all and (min-width: 768px) {
  .general-header img.desktop-image {
    display: block;
  }
}
.general-header img.mobile-image {
  display: block;
  border-radius: 0;
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .general-header img.mobile-image {
    display: none;
  }
}
.general-header .slide-outer .wrapper {
  padding: 0;
}
@media all and (min-width: 1024px) {
  .general-header .slide-outer .wrapper {
    padding: 0 20px;
  }
}
.general-header .slide-outer .wrapper .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1024px) {
  .general-header .slide-outer .wrapper .wpb_column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.general-header .side-slider {
  margin-bottom: 30px;
}
@media all and (min-width: 1024px) {
  .general-header .side-slider {
    margin-bottom: 0;
  }
}
.general-header .side-slider .slick-prev,
.general-header .side-slider .slick-next {
  position: absolute;
  left: 0;
  bottom: -40px;
}
.general-header .side-slider .slick-next {
  left: 50px;
}
.general-header .side-slider .slick-dots {
  position: absolute;
  bottom: -55px;
  right: 0;
  display: flex;
}
.general-header .side-slider .slick-dots li {
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.general-header .side-slider .slick-dots li button {
  font-size: 0 !important;
  padding: 4px !important;
  margin: 0 6px !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #DFC3B0 !important;
  background-color: transparent !important;
}
.general-header .side-slider .slick-dots li.slick-active button {
  background-color: #B83766 !important;
  border-color: #B83766 !important;
}
.general-header .side-slider .slick-dots li:last-child button {
  margin-right: 0 !important;
}
.general-header .side-slider .slick-dots li:first-child:last-child {
  display: none;
}
.general-header ul > li strong {
  font-weight: 500;
}

.general-header-v2 {
  position: relative;
  padding: 10px 0 80px;
  max-width: 1300px;
  margin: 0 auto;
}
.general-header-v2 .empty-spacer {
  padding: 18px 0;
  width: 100%;
}
.general-header-v2 .hla.left {
  position: absolute;
  top: 55%;
  left: -17%;
  width: 30%;
  height: auto;
}
@media all and (max-width: 1024px) {
  .general-header-v2 .wrapper {
    padding: 0;
  }
  .general-header-v2 .wrapper .wpb_column {
    padding: 0;
  }
}
.general-header-v2 h1 {
  text-align: center;
  text-transform: uppercase;
  color: #B83766;
  font-size: 1.8em;
  font-weight: 300;
  max-width: 1000px;
  margin: 55px auto 5px;
  line-height: 1.2;
}
@media all and (min-width: 1024px) {
  .general-header-v2 h1 {
    font-size: 3.2em;
    font-weight: 100;
  }
}
.general-header-v2 ul.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}
.general-header-v2 h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #B83766;
  width: 60%;
  font-size: 1.7em;
  margin-bottom: 30px;
}
.general-header-v2 .general-header-content {
  margin: 0 auto;
}
.general-header-v2 .general-header-content .center-content {
  max-width: 800px;
  margin: 30px auto 15px;
}
@media all and (max-width: 768px) {
  .general-header-v2 .general-header-content .center-content {
    padding: 0 20px;
  }
}
.general-header-v2 .general-header-content .center-content h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #B83766;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFC3B0;
  font-size: 1.4em;
}
.general-header-v2 .general-header-content .center-content p {
  text-align: center;
  color: #523146;
  font-weight: 300;
  font-size: 1.4em;
}
.general-header-v2 .general-header-content .center-content ul {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}
.general-header-v2 .general-header-content .center-content ul li {
  margin-bottom: 15px;
  color: #523146;
  font-weight: 500;
  font-size: 1.1em;
}
.general-header-v2 .general-header-content .center-content ul li:before {
  content: "•";
  color: #B83766;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.general-header-v2 .general-header-content .center-content .vc_btn3 {
  display: table;
  margin: 0 auto;
}
.general-header-v2 img.desktop-image {
  display: none;
}
@media all and (min-width: 768px) {
  .general-header-v2 img.desktop-image {
    display: block;
    margin-bottom: 100px;
  }
}
.general-header-v2 img.mobile-image {
  display: block;
  border-radius: 0;
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .general-header-v2 img.mobile-image {
    display: none;
  }
}
.general-header-v2 ul > li strong {
  font-weight: 500;
}

@keyframes move {
  0% {
    transform: translate3d(0, -200%, 0);
  }
  60% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.basic-header {
  padding: 10px 0;
  width: 100%;
}
.basic-header h1 {
  text-align: center;
  text-transform: uppercase;
  color: #B83766;
  font-size: 1.8em;
  font-weight: 300;
}
@media all and (min-width: 1024px) {
  .basic-header h1 {
    font-size: 3.2em;
    font-weight: 100;
  }
}

ul.anchor-nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}
ul.anchor-nav li {
  display: inline-block;
  margin: 0;
  padding: 10px;
}
ul.anchor-nav li a {
  text-transform: uppercase;
  color: #DB978F;
  font-size: 0.9em;
  text-decoration: none;
  transition: all 0.8s ease-in-out;
  font-weight: 400;
}
ul.anchor-nav li a:hover {
  text-decoration: underline;
}

/* Product Blocks Settings
--------------------------------------------- */
.products-block-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
.products-block-wrapper h2 {
  text-align: center;
}
.products-block-wrapper .wrapper {
  float: none;
}
.products-block-wrapper .vla {
  position: absolute;
  top: 50%;
  left: 30px;
  height: auto;
  width: 110px;
  margin: 0;
  z-index: 200;
}
.products-block-wrapper .products-slider-outer {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  float: none;
}
.products-block-wrapper .products-slider-outer .products-slider {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
@media all and (min-width: 1024px) {
  .products-block-wrapper .products-slider-outer .products-slider {
    padding: 0 40px 20px;
  }
}
.products-block-wrapper .products-slider-outer .products-slider .slick-list {
  margin: 0;
}
.products-block-wrapper .products-slider-outer .products-slider li {
  margin: 0;
  padding: 0;
}
.products-block-wrapper .products-slider-outer .products-slider li .slick-slide {
  margin: 0 27px;
}
.products-block-wrapper .products-slider-outer .products-slider .pbi {
  display: block;
  border-radius: 0 25px;
  overflow: hidden;
  height: 308px;
  width: 354px;
  background-color: white;
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .products-block-wrapper .products-slider-outer .products-slider .pbi {
    height: 358px;
    width: 398px;
  }
}
.products-block-wrapper .products-slider-outer .products-slider .pbi img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.products-block-wrapper .products-slider-outer .products-slider .title-group {
  display: block;
  padding: 20px 25px 10px;
  max-width: 354px;
  margin: 0 auto;
}
.products-block-wrapper .products-slider-outer .products-slider .title-group h5 {
  margin: 5px 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #B83766;
}
.products-block-wrapper .products-slider-outer .products-slider .title-group h4 {
  margin: 5px 0;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  color: #523146;
}
.products-block-wrapper .products-slider-outer .products-slider .title-group a.shop {
  margin: 5px 0;
  display: block;
  color: #B83766;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
}
.products-block-wrapper .products-slider-outer .products-slider .title-group a.shop img {
  display: inline-block;
}
.products-block-wrapper .products-slider-outer .products-slider .slick-prev,
.products-block-wrapper .products-slider-outer .products-slider .slick-next {
  position: absolute;
  top: initial;
  left: 25px;
  bottom: 0;
  z-index: 300;
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .products-block-wrapper .products-slider-outer .products-slider .slick-prev,
.products-block-wrapper .products-slider-outer .products-slider .slick-next {
    top: 33%;
    left: 0;
    bottom: initial;
  }
}
.products-block-wrapper .products-slider-outer .products-slider .slick-next {
  left: 75px;
  right: initial;
}
@media all and (min-width: 1024px) {
  .products-block-wrapper .products-slider-outer .products-slider .slick-next {
    left: initial;
    right: 0;
  }
}

/* Slider Settings
--------------------------------------------- */
.overlay-slider-section {
  padding: 80px 0;
}
.overlay-slider-section .headline-group {
  position: relative;
  padding-right: 15%;
}
.overlay-slider-section .headline-group .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 0 15px;
}
.overlay-slider-section .headline-group h2 {
  color: #523146;
}
.overlay-slider-section .headline-group .vla {
  position: absolute;
  top: 180px;
  left: 0;
  height: auto;
  width: 110px;
  margin: 0;
  z-index: 200;
}
.overlay-slider-section .overlay-outer {
  margin: 0;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .overlay-slider-section .overlay-outer {
    margin: 0;
    padding-left: 5%;
    display: flex;
    width: 200%;
  }
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper {
  display: block;
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider {
  margin: 0;
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide {
  display: block;
  padding: 0;
  text-align: left;
  opacity: 0.4;
  transition: opacity 0.8s ease-in-out;
  text-decoration: none;
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide.slick-active {
  opacity: 1;
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner {
  position: relative;
  border-radius: 0 25px;
  overflow: hidden;
  max-width: 400px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner {
    max-width: 650px;
  }
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner img {
  display: block;
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text h4 {
  color: #523146;
  font-size: 1.2em;
  margin-bottom: 0;
  font-weight: 400;
}
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text p {
  color: #523146;
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text {
    position: absolute;
    height: 25%;
    width: 100%;
    top: 95%;
    padding: 20px 30px;
    background-color: rgba(184, 55, 102, 0.8);
    transition: all 0.4s ease-in-out;
  }
  .overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text h4,
.overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text p {
    margin: 0;
    padding: 0;
    color: white;
  }
  .overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text h4 {
    font-size: 1em;
  }
  .overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner .overlay-text p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-slider-section .overlay-outer .overlay-slider-wrapper .overlay-slider .overlay-slide .overlay-slide-inner:hover .overlay-text {
    top: 75%;
  }
}
.overlay-slider-section .overlay-outer .slick-prev,
.overlay-slider-section .overlay-outer .slick-next {
  position: absolute;
  display: table;
  bottom: -30px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 100;
}
.overlay-slider-section .overlay-outer .slick-prev.slick-disabled,
.overlay-slider-section .overlay-outer .slick-next.slick-disabled {
  opacity: 0.25;
}
.overlay-slider-section .overlay-outer .slick-next {
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-slider-section .overlay-outer .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
.overlay-slider-section .overlay-outer .slick-list {
  margin: 0;
}
.overlay-slider-section .overlay-outer .slick-slide {
  margin: 0 15px;
}

.full-width-slider-section {
  padding: 50px 0 80px;
}
.full-width-slider-section .headline-group {
  padding-right: 15%;
}
.full-width-slider-section .headline-group .diamond {
  display: table;
  height: 15px;
  width: 15px;
  margin: 0 0 15px;
}
.full-width-slider-section .headline-group h2 {
  color: #523146;
  line-height: 1.2;
}
.full-width-slider-section .full-width-outer {
  margin: 0;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .full-width-slider-section .full-width-outer {
    margin: 0;
    display: flex;
    width: 200%;
  }
}
.full-width-slider-section .full-width-outer .full-width-slider-wrapper {
  display: block;
}
.full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider {
    margin: 0 80px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider {
    margin: 0;
  }
}
.full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider .full-width-slide {
  display: block;
  padding: 0;
  text-align: left;
  transition: opacity 0.8s ease-in-out;
  text-decoration: none;
  opacity: 1;
  max-width: 400px;
}
@media screen and (min-width: 992px) {
  .full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider .full-width-slide {
    max-width: 650px;
  }
}
.full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider .full-width-slide .full-width-slide-inner {
  position: relative;
  border-radius: 0 25px;
  overflow: hidden;
  cursor: pointer;
}
.full-width-slider-section .full-width-outer .full-width-slider-wrapper .full-width-slider .full-width-slide .full-width-slide-inner img {
  display: block;
  width: auto;
  height: auto;
}
.full-width-slider-section .full-width-outer .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.full-width-slider-section .full-width-outer .slick-dots li {
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.full-width-slider-section .full-width-outer .slick-dots li button {
  font-size: 0 !important;
  padding: 4px !important;
  margin: 0 5px !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: 1px solid #DFC3B0 !important;
}
.full-width-slider-section .full-width-outer .slick-dots li.slick-active button {
  background-color: #B83766 !important;
}
.full-width-slider-section .full-width-outer .slick-prev,
.full-width-slider-section .full-width-outer .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  pointer-events: auto;
  z-index: 100;
  transform: translateY(-50%);
}
.full-width-slider-section .full-width-outer .slick-prev.slick-disabled,
.full-width-slider-section .full-width-outer .slick-next.slick-disabled {
  opacity: 0.25;
}
.full-width-slider-section .full-width-outer .slick-next {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-slider-section .full-width-outer .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
.full-width-slider-section .full-width-outer .slick-list {
  margin: 0;
}
.full-width-slider-section .full-width-outer .slick-slide {
  margin: 0 15px;
}

.jelly-slider-section h2 {
  text-align: center;
  width: 100%;
  margin: 60px 0 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.7em;
  line-height: 1.3;
}
.jelly-slider-section .jelly-outer {
  margin: 30px auto;
  overflow-x: hidden;
  padding: 30px 0 60px;
  border-bottom: 1px solid #DB978F;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper {
  position: relative;
  padding-bottom: 50px;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slider {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide {
  max-width: 440px;
  padding: 0 30px;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide img {
  display: table;
  margin: 15px auto;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide .content-block h3,
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide .content-block h4 {
  margin: 0;
  text-align: center;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide .content-block h3 {
  color: #B83766;
  font-weight: 500;
  text-transform: uppercase;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide .content-block h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #523146;
  font-weight: 500;
  border-bottom: 1px solid #B83766;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide .content-block p {
  color: #523146;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  padding: 2px 15px;
  margin: 10px 0;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .jelly-slide .content-block p br {
  display: block;
  margin: 1em;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -50px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-dots li {
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-dots li button {
  font-size: 0 !important;
  padding: 4px !important;
  margin: 0 5px !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 8px !important;
  background-color: transparent !important;
  border: 1px solid #DFC3B0 !important;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-dots li.slick-active button {
  background-color: #B83766 !important;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-prev,
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-next {
  position: absolute;
  display: table;
  top: 50%;
  cursor: pointer;
  pointer-events: auto;
  z-index: 100;
  transform: translateY(-50%);
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-prev.slick-disabled,
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-next.slick-disabled {
  opacity: 0.25;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-next {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-list {
  margin: 0;
}
.jelly-slider-section .jelly-outer .jelly-slider-wrapper .slick-slide {
  margin: 0 15px;
}

/* Footer Settings
--------------------------------------------- */
footer .container {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
footer .site-footer {
  display: block;
  padding: 80px 15px;
  width: 100%;
  background-color: #523146;
}
footer .site-footer .footer-logo {
  display: table;
  height: 70px;
  width: auto;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  footer .site-footer .footer-logo {
    margin: 0;
  }
}
footer .site-footer .copyright {
  margin-top: 60px;
  font-size: 0.7em;
}
footer .site-footer p {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}
@media all and (min-width: 992px) {
  footer .site-footer p {
    font-size: 0.7em;
    text-align: left;
  }
}
footer .site-footer p.center {
  text-align: center;
}
footer .site-footer p a {
  color: white;
  text-decoration: none;
}
footer .site-footer .phone a,
footer .site-footer .address a {
  text-decoration: none;
  color: white;
  transition: all 0.8s ease-in-out;
}
footer .site-footer .phone a:hover,
footer .site-footer .address a:hover {
  color: #B83766;
}
footer .site-footer .address {
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media all and (min-width: 992px) {
  footer .site-footer .address {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
footer .site-footer #footer-1,
footer .site-footer #footer-2,
footer .site-footer #footer-3,
footer .site-footer #footer-4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
footer .site-footer #footer-1 li,
footer .site-footer #footer-2 li,
footer .site-footer #footer-3 li,
footer .site-footer #footer-4 li {
  display: block;
  margin: 0;
  padding: 5px;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 992px) {
  footer .site-footer #footer-1 li,
footer .site-footer #footer-2 li,
footer .site-footer #footer-3 li,
footer .site-footer #footer-4 li {
    text-align: left;
  }
}
footer .site-footer #footer-1 li a,
footer .site-footer #footer-2 li a,
footer .site-footer #footer-3 li a,
footer .site-footer #footer-4 li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: all 0.8s ease-in-out;
}
@media all and (min-width: 992px) {
  footer .site-footer #footer-1 li a,
footer .site-footer #footer-2 li a,
footer .site-footer #footer-3 li a,
footer .site-footer #footer-4 li a {
    font-size: 0.7em;
  }
}
footer .site-footer #footer-1 li a:hover,
footer .site-footer #footer-2 li a:hover,
footer .site-footer #footer-3 li a:hover,
footer .site-footer #footer-4 li a:hover {
  color: #B83766;
}
footer .site-footer #footer-4 {
  margin-bottom: 40px;
}
@media all and (min-width: 992px) {
  footer .site-footer #footer-4 {
    border-left: 1px solid #F7F3EF;
    padding-left: 15px;
  }
}

/* Instant Consult  
--------------------------------------------- */
#overview {
  display: flex;
  align-content: space-between;
  margin: 0 0 100px;
}
@media all and (min-width: 1024px) {
  #overview {
    margin: 20px 0 100px;
  }
}
#overview .over-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
@media all and (min-width: 1024px) {
  #overview .over-intro {
    text-align: left;
  }
}
#overview .over-intro h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #523146;
}
@media all and (min-width: 1024px) {
  #overview .over-intro h1 {
    font-size: 2.8em;
  }
}
#overview .over-intro p {
  margin-top: 0;
  color: #523146;
}

#result-type {
  display: none;
}
#result-type .rtype-options {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem 0;
}
@media all and (min-width: 1024px) {
  #result-type .rtype-options {
    height: 75vh;
  }
}
#result-type .rtype-options .rtype-control {
  margin: 1rem 2rem;
}
#result-type .rtype-options .rtype-control button {
  width: 100%;
}
#result-type .over-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
@media all and (min-width: 1024px) {
  #result-type .over-intro {
    text-align: left;
    height: 75vh;
  }
}
#result-type .over-intro h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #523146;
}
@media all and (min-width: 1024px) {
  #result-type .over-intro h1 {
    font-size: 2.8em;
  }
}
#result-type .over-intro p {
  margin-top: 0;
  color: #523146;
}

#details {
  display: none;
}

.instant-consult-wrapper {
  display: none;
}
.instant-consult-wrapper.active {
  display: block;
  height: 100%;
  width: 100%;
}

.overview-options {
  position: relative;
  height: 60vh;
  margin: 15px 0;
}
@media all and (min-width: 768px) {
  .overview-options {
    height: 75vh;
  }
}
.overview-options img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.overview-options .select-control {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.overview-options .select-control button {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 0.7em;
}
@media all and (min-width: 1200px) {
  .overview-options .select-control button {
    font-size: 1.1em;
  }
}

.instant-consult-container {
  max-width: 1800px;
  padding: 0 0;
  margin: 0 auto;
  /*
  *
  * RESULT PAGE LAYOUT 
  * 
  */
}
@media all and (min-width: 1024px) {
  .instant-consult-container {
    padding: 0 40px;
  }
}
.instant-consult-container .instant-consult-row {
  padding: 10px 0 0;
  /*
  #concerns-content {
      width: 100%;
      ul {
          width: 100%;
      }
      #button-group {
          margin-top: 60px;
          display: none;
      }
  }
  .select-areas-outer {
      position: relative;
      height: 100%;
      width: 100%;
      .select-areas {
          position: absolute;
          right: -100%;
          background-color: $dark_purple;
          height: 100%;
          width: 100%;
          transition: all 1s ease-in-out;
          &.in {
              right: 0;
          }
      }
  }
  */
}
@media all and (min-width: 992px) {
  .instant-consult-container .instant-consult-row {
    padding: 30px 0;
  }
}
.instant-consult-container .instant-consult-row .instant-consult-outer {
  position: relative;
  height: 75vh;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .instant-consult-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1.2s ease-in-out;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .instant-consult-inner.active {
  visibility: visible;
  opacity: 1;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap {
  position: relative;
  height: 75vh;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap .instant-consult,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap .instant-consult {
  position: absolute;
  left: 50%;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transform: translateX(-50%);
  z-index: 0;
  height: 75vh;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap .instant-consult svg,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap .instant-consult svg {
  height: 75vh;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap .instant-consult .svg-opacity,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap .instant-consult .svg-opacity {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap .instant-consult .svg-opacity.active, .instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap .instant-consult .svg-opacity.hover,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap .instant-consult .svg-opacity.active,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap .instant-consult .svg-opacity.hover {
  fill: #B83766;
  opacity: 0.85;
}
.instant-consult-container .instant-consult-row .instant-consult-outer .body-wrap .instant-consult.active,
.instant-consult-container .instant-consult-row .instant-consult-outer .face-wrap .instant-consult.active {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
  z-index: 100;
}
.instant-consult-container .instant-consult-row .content {
  display: block;
  text-align: center;
  padding: 30px 0px;
}
.instant-consult-container .instant-consult-row .content h2 {
  color: #523146;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6em;
  margin: 0 0 15px 0;
}
.instant-consult-container .instant-consult-row .content p {
  color: #523146;
}
.instant-consult-container .instant-consult-row .content.left {
  margin: 0;
  padding: 20px;
  background-color: #523146;
  border-radius: 0;
  width: 100%;
}
@media all and (min-width: 992px) {
  .instant-consult-container .instant-consult-row .content.left {
    margin: 30px auto;
    padding: 60px 30px;
    border-radius: 0 25px;
  }
}
@media all and (min-width: 1200px) {
  .instant-consult-container .instant-consult-row .content.left {
    margin: 30px auto 0;
    padding: 60px 12%;
  }
}
.instant-consult-container .instant-consult-row .content.left h2,
.instant-consult-container .instant-consult-row .content.left h3,
.instant-consult-container .instant-consult-row .content.left h4,
.instant-consult-container .instant-consult-row .content.left h5,
.instant-consult-container .instant-consult-row .content.left h6,
.instant-consult-container .instant-consult-row .content.left p,
.instant-consult-container .instant-consult-row .content.left ul,
.instant-consult-container .instant-consult-row .content.left li,
.instant-consult-container .instant-consult-row .content.left a {
  color: white;
}
.instant-consult-container .instant-consult-row .content.left h2 {
  font-size: 1.6em;
  line-height: 1.2;
}
.instant-consult-container .instant-consult-row .content.left .instructional-copy {
  display: none;
}
@media all and (min-width: 992px) {
  .instant-consult-container .instant-consult-row .content.left .instructional-copy {
    display: block;
  }
}
.instant-consult-container .instant-consult-row .content.left .button-group {
  display: table;
  margin: 30px auto 0;
}
.instant-consult-container .instant-consult-row .content.left .button-group .vc_btn3 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.instant-consult-container .instant-consult-row .content.left .button-group .vc_btn3:hover {
  background-color: white !important;
  border-color: white !important;
  color: #B83766 !important;
}
.instant-consult-container .instant-consult-row .controls {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.instant-consult-container .instant-consult-row .controls .button-toggle {
  display: table;
  margin: 0 auto;
}
.instant-consult-container .instant-consult-row .controls .button-toggle button {
  background-color: #999 !important;
  border-color: #999 !important;
  margin: 0 !important;
  cursor: pointer;
  display: inline-block;
}
.instant-consult-container .instant-consult-row .controls .button-toggle button.active {
  background-color: #523146 !important;
  border-color: #523146 !important;
}
.instant-consult-container .instant-consult-row .controls .button-toggle button.left {
  border-radius: 0 0 0 16px !important;
}
.instant-consult-container .instant-consult-row .controls .button-toggle button.right {
  border-radius: 0 16px 0 0 !important;
}
.instant-consult-container #ic-content {
  padding-top: 40px;
}
.instant-consult-container .body-part-column {
  margin-right: 15%;
}
.instant-consult-container .body-part-column h4 {
  font-size: 0.9em;
  font-weight: 300;
  color: #523146;
}
.instant-consult-container .body-part-column ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px 0;
  font-size: 1.125em;
}
.instant-consult-container .body-part-column ul li a.active {
  font-weight: 500;
}
.instant-consult-container .instant-consult-results .results-body {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
.instant-consult-container .instant-consult-results .results-body .treatment {
  display: block;
  padding: 0 15px;
  margin: 0;
  position: relative;
  height: 100%;
}
.instant-consult-container .instant-consult-results .results-body .treatment h2 {
  font-size: 1.4em;
}
.instant-consult-container .instant-consult-results .results-body .treatment:first-child {
  margin-left: 0;
}
.instant-consult-container .instant-consult-results .results-body .treatment:last-child {
  margin-right: 0;
}
.instant-consult-container .instant-consult-results .results-body .treatment .mona-image img {
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 0 25px;
}
.instant-consult-container .instant-consult-results .results-body .header {
  display: block;
  height: 100%;
}
.instant-consult-container .instant-consult-results .results-body .solution-for {
  display: block;
  padding-bottom: 40px;
}
.instant-consult-container .instant-consult-results .results-body .solution-for .diamond-bullets {
  margin-top: 15px;
}
.instant-consult-container .instant-consult-results .results-body .solution-for h4 {
  text-transform: uppercase;
  color: #B83766;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #DFC3B0;
}
.instant-consult-container .action-buttons {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-content: space-evenly;
}
.instant-consult-container .action-buttons a {
  display: inline-block;
}

#selected-concerns-pop .selected-concerns-wrapper {
  background-color: #F9F8F6;
  padding: 40px 30px;
  min-height: 500px;
  width: 100%;
  max-width: 1300px;
  border-radius: 0 25px;
}
#selected-concerns-pop .selected-concerns-wrapper h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div {
  margin: 0 20px;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div h3 {
  font-weight: 400;
  color: #523146;
  font-size: 1.1em;
  text-transform: uppercase;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul {
  list-style: none;
  font-size: 0.8em;
  color: #523146;
  margin-left: 0;
  padding-left: 0;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul li:not(.menu-item) {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  transition: all 0.4s ease-in-out;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul li:not(.menu-item):before {
  content: " ";
  background-image: url(/wp-content/themes/mona/img/extra/diamond-bullet.svg);
  background-size: cover;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul li:not(.menu-item) .remove-concern {
  font-size: 0.9em;
  color: #B83766;
  cursor: pointer;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul li:not(.menu-item).strikethrough {
  opacity: 0.6;
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul li:not(.menu-item).strikethrough:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: " ";
  height: 1px;
  width: 80%;
  background-color: rgba(184, 55, 102, 0.8);
}
#selected-concerns-pop .selected-concerns-wrapper #selected-concerns-data div ul li:not(.menu-item).strikethrough .remove-concern {
  display: none;
}

#concerns-selection-column {
  background-color: #F9F8F6;
  padding: 50px 40px;
  margin: 25px 15px;
  transition: all 1s ease-in-out;
  border-radius: 0 25px;
  min-width: 368px;
}
@media all and (min-width: 768px) {
  #concerns-selection-column {
    min-width: 600px;
  }
}
@media all and (min-width: 1200px) {
  #concerns-selection-column {
    min-width: 368px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
#concerns-selection-column.lity-hide {
  display: none;
}
@media all and (min-width: 1200px) {
  #concerns-selection-column.lity-hide {
    display: block;
  }
}
#concerns-selection-column #concerns-content {
  width: 100%;
}
#concerns-selection-column #concerns-content ul {
  width: 100%;
}
#concerns-selection-column #concerns-content #button-group {
  display: none;
}
#concerns-selection-column #concerns-content #button-group .vc_btn3 {
  display: table;
  margin: 60px auto 5px;
}
#concerns-selection-column .select-areas-outer {
  position: relative;
  height: 100%;
  width: 100%;
}
#concerns-selection-column .select-areas-outer .select-areas {
  position: absolute;
  right: -100%;
  background-color: #523146;
  height: 100%;
  width: 100%;
  transition: all 1s ease-in-out;
}
#concerns-selection-column .select-areas-outer .select-areas.in {
  right: 0;
}
#concerns-selection-column .content #concern-title {
  text-align: center;
}
#concerns-selection-column .content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#concerns-selection-column .content ul li {
  width: 100%;
  float: none;
  margin: 8px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #concerns-selection-column .content ul li {
    width: calc(50% - 16px);
    float: left;
  }
}
#concerns-selection-column .content ul li label {
  float: left;
  width: 100%;
  height: auto;
}
#concerns-selection-column .content ul li label span {
  text-align: left;
  padding: 8px 8px 8px 30px;
  display: block;
  color: #523146;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  border: 1px solid #EF90A1;
  border-radius: 0 9px 0 9px;
  transition: all 0.8s ease-in-out;
  background-image: url(/wp-content/themes/mona/img/extra/diamond-dot.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 10px 10px;
  cursor: pointer;
}
#concerns-selection-column .content ul li label span:hover {
  color: white;
  background-color: #EF90A1;
}
#concerns-selection-column .content ul li label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
#concerns-selection-column .content ul li label input:checked + span {
  color: white;
  background-color: #EF90A1;
}
#concerns-selection-column .content .consult-add-outer {
  margin: 30px auto;
}
#concerns-selection-column .progress-wrapper {
  display: none;
  padding-top: 40px;
}
#concerns-selection-column .progress-wrapper.active {
  display: block;
}
#concerns-selection-column .progress-wrapper .progress-content {
  color: #B83766;
  text-align: center;
}
#concerns-selection-column .progress-wrapper .progress-content h4 {
  font-weight: 300;
  font-size: 1.6em;
  text-transform: uppercase;
}
#concerns-selection-column .progress-wrapper .progress-content .progress {
  position: relative;
  height: 10px;
  width: 240px;
  border: 3px solid #B83766;
  border-radius: 15px;
  margin: 0 auto;
}
#concerns-selection-column .progress-wrapper .progress-content .progress .bar {
  position: absolute;
  left: 0;
  background-color: #791C3E;
  width: 0px;
  height: 7px;
  border-radius: 15px;
  animation: progressbar 1.6s infinite linear;
}
#concerns-selection-column #icm {
  margin-top: 5px;
  display: none;
  color: #B83766;
  text-transform: uppercase;
  font-size: 0.8em;
}
@keyframes progressbar {
  0% {
    width: 0%;
  }
  25% {
    width: 40%;
  }
  50% {
    width: 60%;
  }
  75% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

#ic-email-pop h3 {
  font-weight: 500;
  color: #523146;
}
#ic-email-pop .popup-wrapper {
  padding: 15px 30px 30px;
  background-color: white;
  border-radius: 0 25px;
}
#ic-email-pop .popup-wrapper label {
  display: block;
}
#ic-email-pop .popup-wrapper input[type=email] {
  display: block;
  width: 100%;
  min-width: 340px;
  margin-bottom: 30px;
}

.nofill {
  fill: none !important;
}

@media all and (max-width: 1024px) {
  .instant-consult .vc_row .vc_col.nopad-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.instant-consult button.lity-close {
  padding: 0px 30px !important;
}

.ic-opt {
  margin-bottom: 30px;
}
.ic-opt input {
  margin: 2px 0 0 0;
  height: 20px;
  width: 20px;
}
.ic-opt .vc_col-xs-11 {
  padding: 0 !important;
}
.ic-opt label {
  font-size: 0.9em;
}

.rp .product-content {
  width: 100%;
  margin: 0 15px;
}
.rp .product-content h3 {
  margin: 5px 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: #B83766;
}
.rp .product-content h2 {
  margin: 5px 0;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  color: #523146;
}
.rp .product-content .vc_btn3 {
  margin: 0 auto 30px !important;
}
.rp .product-content .mona-image {
  display: block;
  background-color: white;
  border-radius: 0 25px;
  padding: 10px;
  height: 220px;
  width: 100%;
}
.rp .product-content .mona-image img {
  height: 100%;
  width: auto;
  max-width: none;
  display: table;
  margin: 0 auto !important;
}

/* Animated blocks
--------------------------------------------- */
.animated-word-text-wrapper {
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.animated-word-text-wrapper .content-wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media all and (min-width: 1024px) {
  .animated-word-text-wrapper .content-wrapper {
    max-width: 80%;
  }
}
@media all and (min-width: 1200px) {
  .animated-word-text-wrapper .content-wrapper {
    max-width: 1000px;
  }
}
.animated-word-text-wrapper .mfa {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 1;
  width: 24%;
}
.animated-word-text-wrapper .diamond-dot {
  display: block;
  padding: 25px 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .animated-word-text-wrapper .diamond-dot {
    padding: 50px 0;
  }
}
.animated-word-text-wrapper .diamond-dot img {
  height: auto;
  width: 15px;
  margin: 0 auto;
}
.animated-word-text-wrapper .attrib-img {
  display: table;
  margin: 15px auto 30px;
}
.animated-word-text-wrapper h2 {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 2em;
  color: #DB978F;
  text-align: center;
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: 1.125;
}
@media all and (min-width: 1200px) {
  .animated-word-text-wrapper h2 {
    font-size: 3.3em;
    line-height: 1.2;
  }
}
.animated-word-text-wrapper h2 span {
  opacity: 1;
}
.animated-word-text-wrapper h2 span.animated {
  animation: word_change_pink 1s forwards;
}
.animated-word-text-wrapper h2 span.animated.purple {
  animation: word_change_purple 1s forwards;
}
.animated-word-text-wrapper h6 {
  text-align: center;
  font-size: 1em;
  color: #523146;
  font-weight: 300;
}

.testimonial-slider {
  position: relative;
}
.testimonial-slider .stars {
  display: table;
  margin: 30px auto 0;
}
.testimonial-slider .stars i {
  color: #B83766;
  margin: 0 4px;
}
.testimonial-slider.animated .slick-active span {
  animation: word_change_pink 1s forwards;
}
.testimonial-slider.animated .slick-active span.purple {
  animation: word_change_purple 1s forwards;
}
.testimonial-slider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-slider .slick-dots li {
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.testimonial-slider .slick-dots li button {
  font-size: 0 !important;
  padding: 4px !important;
  margin: 0 5px !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: 1px solid #DB978F !important;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #DB978F !important;
}

@keyframes word_change_pink {
  from {
    color: #DB978F;
  }
  to {
    color: #B83766;
  }
}
@keyframes word_change_purple {
  from {
    color: #DB978F;
  }
  to {
    color: #523146;
  }
}
@media all and (max-width: 1024px) {
  .our-team .animated-word-text-wrapper {
    background-size: 400px !important;
    padding-top: 290px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Slick Slider
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #F9F8F6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}