/*!
Theme Name: Diva Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: diva-theme
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.

Diva Theme 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

--------------------------------------------------------------*/
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col"] {
	padding-right: 0;
	padding-left: 0;
}

/*--------------------------------------------------------------
# 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: #004683;
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

* {
	padding: 0;
	margin: 0;
}

h1 {
	margin-bottom: 1.875rem;
}

h2 {
	margin-bottom: 1.5rem;
}

h3 {
	margin-bottom: 1.375rem;
}

h4 {
	margin-bottom: 1.2rem;
}

h5 {
	margin-bottom: 1rem;
}

h6 {
	margin-bottom: 0.875rem;
}

p {
	margin-bottom: 1.5em;
}

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%;
}

.section-subtitle {
	margin-top: 0;
	color: #ED663D;
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 2.56px;
	text-transform: uppercase;
	font-size: 1rem;
}

.section-title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #004683;
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-top: 20px;
	font-weight: normal;
}

@media (min-width: 992px) {
	.section-title {
		font-size: 2.2rem;
		line-height: 3rem;
	}
}

.-title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #004683;
	font-size: 1.875rem;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 4.8px;
}

.page-title {
	margin-top: 0;
	color: #004683;
	text-align: center;
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: normal;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 75px;
}

@media (max-width: 575px) {
	.page-title {
		line-height: 3rem;
		margin-bottom: 40px;
	}
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-Italic.eot");
	src: url("assets/fonts/Rubik/Rubik-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-Italic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-Italic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-Italic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-Italic.svg#Rubik-Italic") format("svg");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-ExtraBold.eot");
	src: url("assets/fonts/Rubik/Rubik-ExtraBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-ExtraBold.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-ExtraBold.woff") format("woff"), url("assets/fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-ExtraBold.svg#Rubik-ExtraBold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-MediumItalic.eot");
	src: url("assets/fonts/Rubik/Rubik-MediumItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-MediumItalic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-MediumItalic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-MediumItalic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-MediumItalic.svg#Rubik-MediumItalic") format("svg");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-ExtraBoldItalic.eot");
	src: url("assets/fonts/Rubik/Rubik-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-ExtraBoldItalic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-ExtraBoldItalic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-ExtraBoldItalic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-ExtraBoldItalic.svg#Rubik-ExtraBoldItalic") format("svg");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-SemiBoldItalic.eot");
	src: url("assets/fonts/Rubik/Rubik-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-SemiBoldItalic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-SemiBoldItalic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-SemiBoldItalic.svg#Rubik-SemiBoldItalic") format("svg");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-Regular.eot");
	src: url("assets/fonts/Rubik/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-Regular.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-Regular.woff") format("woff"), url("assets/fonts/Rubik/Rubik-Regular.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-Regular.svg#Rubik-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-Medium.eot");
	src: url("assets/fonts/Rubik/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-Medium.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-Medium.woff") format("woff"), url("assets/fonts/Rubik/Rubik-Medium.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-Medium.svg#Rubik-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-LightItalic.eot");
	src: url("assets/fonts/Rubik/Rubik-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-LightItalic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-LightItalic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-LightItalic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-LightItalic.svg#Rubik-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-Bold.eot");
	src: url("assets/fonts/Rubik/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-Bold.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-Bold.woff") format("woff"), url("assets/fonts/Rubik/Rubik-Bold.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-Bold.svg#Rubik-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-BlackItalic.eot");
	src: url("assets/fonts/Rubik/Rubik-BlackItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-BlackItalic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-BlackItalic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-BlackItalic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-BlackItalic.svg#Rubik-BlackItalic") format("svg");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-Black.eot");
	src: url("assets/fonts/Rubik/Rubik-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-Black.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-Black.woff") format("woff"), url("assets/fonts/Rubik/Rubik-Black.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-Black.svg#Rubik-Black") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik/Rubik-Light.eot");
	src: url("assets/fonts/Rubik/Rubik/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik/Rubik-Light.svg#Rubik-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-SemiBold.eot");
	src: url("assets/fonts/Rubik/Rubik-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-SemiBold.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-SemiBold.woff") format("woff"), url("assets/fonts/Rubik/Rubik-SemiBold.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-SemiBold.svg#Rubik-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url("assets/fonts/Rubik/Rubik-BoldItalic.eot");
	src: url("assets/fonts/Rubik/Rubik-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Rubik/Rubik-BoldItalic.woff2") format("woff2"), url("assets/fonts/Rubik/Rubik-BoldItalic.woff") format("woff"), url("assets/fonts/Rubik/Rubik-BoldItalic.ttf") format("truetype"), url("assets/fonts/Rubik/Rubik-BoldItalic.svg#Rubik-BoldItalic") format("svg");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Baskervville';
	src: url("assets/fonts/Baskerville/LibreBaskerville-Italic.eot");
	src: url("assets/fonts/Baskerville/LibreBaskerville-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Baskerville/LibreBaskerville-Italic.woff2") format("woff2"), url("assets/fonts/Baskerville/LibreBaskerville-Italic.woff") format("woff"), url("assets/fonts/Baskerville/LibreBaskerville-Italic.ttf") format("truetype"), url("assets/fonts/Baskerville/LibreBaskerville-Italic.svg#LibreBaskerville-Italic") format("svg");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Baskervville';
	src: url("assets/fonts/Baskerville/LibreBaskerville-Regular.eot");
	src: url("assets/fonts/Baskerville/LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Baskerville/LibreBaskerville-Regular.ttf") format("truetype"), url("assets/fonts/Baskerville/LibreBaskerville-Regular.svg#LibreBaskerville-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Baskervville';
	src: url("assets/fonts/Baskerville/LibreBaskerville-Bold.eot");
	src: url("assets/fonts/Baskerville/LibreBaskerville-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Baskerville/LibreBaskerville-Bold.ttf") format("truetype"), url("assets/fonts/Baskerville/LibreBaskerville-Bold.svg#LibreBaskerville-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-Bold.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-Bold.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-Bold.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-HeavyItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-LightItalic.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-LightItalic.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-LightItalic.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-LightItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-Medium.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-Medium.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-Medium.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-UltralightItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-SemiboldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url("assets/fonts/SFProDisplay/SFProDisplay-Regular.eot");
	src: url("assets/fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/SFProDisplay/SFProDisplay-Regular.woff2") format("woff2"), url("assets/fonts/SFProDisplay/SFProDisplay-Regular.woff") format("woff"), url("assets/fonts/SFProDisplay/SFProDisplay-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin: 0 !important;
}

body.mobile-nav-active {
	overflow: hidden;
}

body.popup-active::after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: blur(32px);
	z-index: 999;
}

body.popup-active .site-header {
	z-index: 99;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ul.plus-list {
	font-size: 1rem;
}

ul.plus-list li {
	margin-bottom: 8px;
}

ul.bullet-list {
	list-style: none;
}

ul.bullet-list li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #004683;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

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%;
}

.card {
	border-radius: 16px;
	overflow: hidden;
	background: #FFF9F0;
	margin-bottom: 30px;
}

.card__content {
	padding: 30px;
	position: relative;
}

.card__content::before {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(254, 249, 241, 0.45) 45%, rgba(254, 249, 241, 0.85) 85%, #fef9f1 100%);
	position: absolute;
	height: 50px;
	top: -56px;
	left: 0;
	right: 0;
}

.card__title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: #004683;
	font-size: 1.875rem;
	letter-spacing: 1.2px;
	line-height: 1;
}

.card__title a {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: #004683;
	text-decoration: none;
	display: block;
}

.procedure-card {
	background: #fff;
	max-width: 400px;
	border-radius: 16px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

@media (max-width: 575px) {
	.procedure-card {
		max-width: 100%;
		width: 100%;
		border-radius: 0;
	}
}

.procedure-card__content {
	position: relative;
	padding: 60px 40px;
}

@media (max-width: 575px) {
	.procedure-card__content {
		padding: 30px 40px;
	}
}

.procedure-card__content::after {
	content: '';
	display: block;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 45%, rgba(255, 255, 255, 0.85) 85%, white 100%);
	position: absolute;
	height: 90px;
	bottom: -90px;
	left: 0;
	right: 0;
}

.procedure-card__content ul {
	color: #004683;
	margin-bottom: 50px;
}

.procedure-card__content ul li {
	color: #ED663D;
	text-transform: uppercase;
	padding-left: 1em;
	font-size: 0.875rem;
	letter-spacing: .7px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.procedure-card__content .read-more {
	color: #1368b1;
}

.procedure-card__content .read-more::after {
	background-color: #1368b1;
}

.procedure-card__title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #004683;
	font-size: 1.5rem;
	line-height: 1.8rem;
	letter-spacing: 0.56px;
	margin-bottom: 40px;
	font-weight: normal;
}

.procedure-card__title a {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #004683;
}

.procedure-card .button {
	display: none;
	position: relative;
	padding: 20px 30px;
	text-align: center;
}

@media (min-width: 576px) {
	.procedure-card .button {
		position: absolute;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}
}

.procedure-card__mobile-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 576px) {
	.procedure-card__mobile-links {
		display: none;
	}
}

.procedure-card__mobile-links .button, .procedure-card__mobile-links .read-more {
	display: inline !important;
}

.team-member {
	background: #fff;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 3px 6px 26px #CBB79980;
	height: 100%;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.team-member {
		max-width: 100%;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
		flex-direction: column-reverse;
	}
}

@media (min-width: 768px) {
	.team-member.post-233 img {
		max-height: 380px;
		padding-top: 50px;
	}
}

.team-member__content {
	padding: 50px;
	position: relative;
	background: #fff;
	min-height: 250px;
	flex: 1;
}

.team-member__content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	height: 70px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 45%, rgba(255, 255, 255, 0.85) 85%, #fff 100%);
}

@media (max-width: 767px) {
	.team-member__content::after {
		display: none;
	}
}

.team-member__content::before {
	content: "";
	display: block;
	position: absolute;
	top: -119px;
	left: 0;
	right: 0;
	height: 170px;
	background: linear-gradient(180deg, rgba(255, 249, 240, 0) 0%, rgba(255, 249, 240, 0.45) 45%, rgba(255, 249, 240, 0.85) 85%, #FFF9F0 100%);
	z-index: -1;
}

@media (min-width: 768px) {
	.team-member__content::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.team-member__content {
		background: transparent;
		z-index: 2;
		padding-top: 0;
		margin-top: -50px;
	}
}

.team-member__about {
	display: block;
	text-align: center;
}

.team-member__about img {
	margin: 0 auto;
}

@media (min-width: 576px) {
	.team-member__about {
		display: none;
	}
}

.team-member__about .text-trigger {
	display: inline-block;
	margin-bottom: 20px;
}

.team-member__about .text-trigger.active {
	transform: rotate(180deg);
}

.team-member__text {
	text-align: initial;
	transition: all .3s ease-in-out;
}

.team-member__name {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 26px;
	letter-spacing: 1.2px;
	font-weight: normal;
}

.team-member__name a {
	text-decoration: none;
	color: #004683;
	display: block;
}

@media (max-width: 767px) {
	.team-member__name {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.team-member__position {
	color: #ED663D;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.7px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.team-member__position {
		font-size: 1rem;
		color: #004683;
		margin-bottom: 20px;
	}
}

.team-member .read-more {
	color: #1368b1;
	position: absolute;
	bottom: 20px;
	right: 30px;
	letter-spacing: 0.8px;
}

.team-member .read-more::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: #1368b1;
	transition: opacity 300ms, transform 300ms;
	opacity: 1;
	transform: translate3d(-100%, 0, 0);
}

@media (max-width: 767px) {
	.team-member .read-more {
		display: none;
	}
}

.team-member__image {
	width: 100%;
	margin-top: -50px;
	max-height: 400px;
	display: flex;
}

.team-member__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member__image picture {
	width: 100%;
}

@media (max-width: 767px) {
	.team-member__image {
		margin-top: 0;
		max-height: 650px;
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 575px) {
	.team-member__image {
		max-height: 65vh;
	}
	.team-member__image.post-213 img, .team-member__image.post-215 img, .team-member__image.post-217 img, .team-member__image.post-219 img, .team-member__image.post-223 img, .team-member__image.post-231 img {
		object-position: top;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #1368b1;
}

a .button:visited {
	color: #fff;
}

a:hover, a:active {
	outline: 0;
}

a.read-more {
	color: #ED663D;
	text-decoration: none;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	overflow: hidden;
	display: inline-block;
	position: relative;
	padding: 0.2em 0;
	font-size: .875rem;
}

a.read-more i {
	font-size: 1rem;
	margin-left: 5px;
}

a.read-more::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ED663D;
	transition: opacity 300ms, transform 300ms;
	opacity: 1;
	transform: translate3d(-100%, 0, 0);
}

a.read-more:hover::after, a.read-more:focus::after {
	transform: translate3d(0, 0, 0);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.button {
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.button, input[type="submit"] {
	text-decoration: none;
	border: 1px solid #ED663D;
	background: #ED663D;
	border-radius: 27px;
	padding: 20px 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	font-weight: 300;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.button:hover, input[type="submit"]:hover {
	background-color: #fff;
	color: #ED663D;
}

.button.button-italic, input[type="submit"].button-italic {
	font-style: italic;
}

.button.-blue, input[type="submit"].-blue {
	border: 1px solid #1368b1;
	background-color: #1368b1;
}

.button.-blue:hover, input[type="submit"].-blue:hover {
	background-color: #fff;
	color: #1368b1;
}

.button.-light-blue, input[type="submit"].-light-blue {
	border: 1px solid #C2E2F7;
	background-color: #C2E2F7;
	color: #004683;
}

.button.button-call, input[type="submit"].button-call {
	background: #fff;
	color: #004683;
	border: 1px solid #004683;
	padding: 15px 60px;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.125rem;
	font-weight: normal;
}

.button.button-call i, input[type="submit"].button-call i {
	margin-right: 15px;
}

.button-transparent {
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
	background-color: transparent;
	border: 2px solid #004683;
	color: #004683;
	text-transform: none;
	font-size: .75rem;
	font-weight: bold;
}

.button-transparent:hover {
	background-color: #004683;
	color: #fff;
}

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 {
	background-color: #fff;
	color: #004683;
	border: 1px solid #004683;
	border-radius: 25px;
	padding: 15px 25px;
	font-size: 0.875rem;
	line-height: 1.125rem;
	width: 100%;
	box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.3);
}

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;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.3);
	font-weight: normal;
	letter-spacing: 0.28px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	resize: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1320px;
	}
}

@media (min-width: 1600px) {
	.container-xxl, .container-xl, .container-lg {
		max-width: 1500px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-container.home-page {
	margin-top: 0;
}

.page-container.home-page .on-discount {
	padding-top: 50px;
	display: none;
}

@media (min-width: 768px) {
	.page-container.home-page .on-discount {
		display: block;
	}
}

@media (min-width: 992px) {
	.page-container.home-page .on-discount {
		padding-top: 100px;
	}
}

.page-container.home-page .popular-procedures {
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.page-container.home-page .popular-procedures {
		padding-top: 20px;
		padding-bottom: 160px;
	}
}

@media (min-width: 1400px) {
	.page-container.home-page .popular-procedures .container-fluid {
		overflow: hidden;
		width: auto;
		margin-left: calc((100% - 1400px) / 2);
	}
}

.page-container.home-page .popular-procedures .section-title {
	display: none;
}

@media (min-width: 768px) {
	.page-container.home-page .popular-procedures .section-title {
		display: block;
	}
}

.page-container.home-page .popular-procedures .section-subtitle {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}

@media (min-width: 768px) {
	.page-container.home-page .popular-procedures .section-subtitle {
		font-size: 48px;
		margin-bottom: 70px;
	}
}

.page-container.home-page .popular-procedures__cta {
	position: relative;
}

.page-container.home-page .popular-procedures__cta .section-title {
	margin-top: 0;
	margin-bottom: 50px;
}

.page-container.home-page .news {
	padding: 70px 0;
	overflow: hidden;
}

@media (max-width: 575px) {
	.page-container.home-page .news {
		padding: 0;
		background-color: #FFF9F0;
	}
}

.page-container.home-page .news .section-subtitle {
	color: #004683;
	text-align: center;
}

@media (max-width: 767px) {
	.page-container.home-page .news .section-subtitle {
		font-size: 1.2rem;
		line-height: 1.8rem;
		letter-spacing: 2.56px;
		padding: 30px;
		margin-bottom: 0;
		background-color: #C2E2F7;
	}
}

.page-container.home-page .news .section-title {
	text-align: center;
}

@media (max-width: 767px) {
	.page-container.home-page .news .section-title {
		display: none;
	}
}

.page-container.home-page .news__posts {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.page-container.home-page .news__posts {
		margin-top: 0;
	}
}

.page-container.home-page .news .swiper-slide {
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

@media (max-width: 575px) {
	.page-container.home-page .news .swiper-slide {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page-container.home-page .news .post-card {
	color: #004683;
	height: auto;
	margin-bottom: 0;
	box-shadow: 15px 15px 15px #00000029;
	height: 100%;
}

@media (max-width: 767px) {
	.page-container.home-page .news .post-card {
		box-shadow: none;
	}
}

@media (max-width: 575px) {
	.page-container.home-page .news .post-card {
		border-radius: 0;
	}
}

.page-container.home-page .news .post-card__featured-image {
	object-fit: cover;
}

.page-container.home-page .news .post-card__featured-image img {
	width: 100%;
	height: 100%;
}

.page-container.home-page .news .post-card__content {
	padding: 30px 45px;
}

.page-container.home-page .news .post-card__title {
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 1.8px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.page-container.home-page .news .post-card__title {
		margin-bottom: 55px;
	}
}

.page-container.home-page .news .post-card ul {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.page-container.home-page .news .post-card ul {
		margin-bottom: 55px;
	}
}

.page-container.home-page .news-slider-pagination, .page-container.home-page .pop-slider-navigation-mobile {
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 575px) {
	.page-container.home-page .news-slider-pagination, .page-container.home-page .pop-slider-navigation-mobile {
		margin: 0;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #FFF9F0;
	}
}

.page-container.home-page .news-slider-pagination .swiper-pagination-bullet, .page-container.home-page .pop-slider-navigation-mobile .swiper-pagination-bullet {
	width: 23px;
	height: 1px;
	border-radius: 0;
	margin: 0 20px;
	background: #ED663D;
}

.page-container.home-page .news-slider-pagination .swiper-pagination-bullet-active, .page-container.home-page .pop-slider-navigation-mobile .swiper-pagination-bullet-active {
	height: 2px;
}

.page-container.home-page .pop-slider-navigation-mobile {
	position: absolute;
	margin-bottom: 25px;
	padding-bottom: 0;
}

.page-header__title {
	color: #004683;
	text-align: center;
	font-size: 3rem;
	line-height: 5rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 50px;
	font-weight: normal;
}

@media (max-width: 767px) {
	.page-header__title {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}
}

.homepage-slider {
	overflow: hidden;
	position: relative;
}

.homepage-slider .swiper-slide {
	padding-top: 30px;
	background-size: 100%, 100%;
	background-color: #C8E5EF;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.homepage-slider .swiper-slide {
		padding-top: 170px;
		background-size: 860px !important;
		background-position: 0, 100% !important;
		background-repeat: no-repeat !important;
	}
}

@media (min-width: 992px) {
	.homepage-slider .swiper-slide {
		background-position: top right !important;
		background-size: 100%, contain !important;
	}
}

@media (min-width: 1200px) {
	.homepage-slider .swiper-slide {
		background-size: 100%, 90% !important;
	}
}

@media (min-width: 1400px) {
	.homepage-slider .swiper-slide {
		background-size: 100%, 70% !important;
	}
}

.homepage-slider .swiper-slide.home-slide-one {
	background: linear-gradient(90deg, #c2e2f7 0%, #c2e2f7 30%, rgba(255, 255, 255, 0) 40%), url("./assets/images/grupna-slajder.jpeg");
	background-size: 100%, 70% !important;
}

@media (max-width: 991px) {
	.homepage-slider .swiper-slide.home-slide-one {
		background-size: 860px !important;
		background: linear-gradient(90deg, #c2e2f7 0%, #c2e2f7 40%, rgba(255, 255, 255, 0) 70%), url("./assets/images/grupna-slajder.jpeg");
	}
}

@media (max-width: 767px) {
	.homepage-slider .swiper-slide.home-slide-one {
		background: linear-gradient(180deg, #c2e2f7 0%, #c2e2f7 30%, rgba(255, 255, 255, 0) 60%), url("./assets/images/grupna-slajder-mobile.jpg");
		background-size: 115% !important;
		background-position: 0, 80% 100%;
		background-repeat: no-repeat;
	}
}

.homepage-slider .swiper-slide.home-slide-two {
	background: linear-gradient(90deg, #c2e2f7 0%, #c2e2f7 35%, rgba(255, 255, 255, 0) 70%), url("./assets/images/anja-zmbov.jpeg");
}

@media (max-width: 767px) {
	.homepage-slider .swiper-slide.home-slide-two {
		background: linear-gradient(180deg, #c2e2f7 0%, #c2e2f7 30%, rgba(255, 255, 255, 0) 60%), url("./assets/images/anja-zmbov.jpeg");
		background-size: cover;
		background-position: 0, 80% 230px;
		background-repeat: no-repeat;
	}
}

.homepage-slider .swiper-slide.home-slide-three {
	background: linear-gradient(90deg, #c2e2f7 0%, #c2e2f7 35%, rgba(255, 255, 255, 0) 70%), url("./assets/images/dea-zmbov.jpeg");
}

@media (max-width: 767px) {
	.homepage-slider .swiper-slide.home-slide-three {
		background: linear-gradient(180deg, #c2e2f7 0%, #c2e2f7 30%, rgba(255, 255, 255, 0) 60%), url("./assets/images/dea-zmbov.jpeg");
		background-size: cover;
		background-position: 0, 80% 230px;
		background-repeat: no-repeat;
	}
}

.homepage-slider > .container {
	position: relative;
}

.homepage-slider .section-title {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.homepage-slider .section-title {
		text-align: center;
	}
}

.homepage-slider p {
	display: none;
}

@media (min-width: 992px) {
	.homepage-slider p {
		display: block;
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 50px;
	}
}

.homepage-slider__buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 350px;
}

@media (min-width: 576px) {
	.homepage-slider__buttons {
		align-items: flex-start;
		margin-top: 300px;
	}
}

@media (min-width: 992px) {
	.homepage-slider__buttons {
		margin-top: 0;
		margin-bottom: 300px;
	}
}

@media (min-width: 1400px) {
	.homepage-slider__buttons {
		flex-direction: row;
	}
}

.homepage-slider .button {
	font-size: 1rem;
	letter-spacing: 1px;
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 300;
	width: 220px;
	text-align: center;
}

@media (min-width: 992px) {
	.homepage-slider .button {
		border-radius: 20px;
		padding: 20px;
		font-weight: 500;
		letter-spacing: .8px;
	}
}

.homepage-slider .button.button-transparent {
	font-weight: 500;
	background: #C2E2F7;
	border: 1px solid #C2E2F7;
	letter-spacing: .32px;
	color: #004683;
	position: relative;
	text-transform: none;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.homepage-slider .button.button-transparent {
		border: 1px solid #004683;
		background: transparent;
		color: #004683;
	}
	.homepage-slider .button.button-transparent:hover {
		background: #004683;
		color: #fff;
	}
}

@media (min-width: 1400px) {
	.homepage-slider .button.button-transparent {
		margin-top: 0;
		margin-left: 30px;
	}
}

.homepage-slider__content {
	width: 100%;
	padding: 0 35px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	.homepage-slider__content {
		padding: 0;
		width: auto;
	}
}

.homepage-slider .swiper-button-next,
.homepage-slider .swiper-button-prev {
	height: 24px;
	width: 24px;
}

.homepage-slider .swiper-button-next::after,
.homepage-slider .swiper-button-prev::after {
	color: #004683;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.homepage-slider .swiper-button-next,
	.homepage-slider .swiper-button-prev {
		display: none;
	}
}

@media (min-width: 1600px) {
	.homepage-slider .swiper-button-next {
		right: 5%;
	}
}

@media (min-width: 1600px) {
	.homepage-slider .swiper-button-prev {
		left: 5%;
	}
}

.homepage-slider .swiper-pagination {
	bottom: auto;
	top: 80px;
	color: #004683;
	width: auto;
	border: 1px solid #004683;
	font-size: .75rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	padding: 5px 18px;
	border-radius: 20px;
	line-height: 1;
}

@media (max-width: 767px) {
	.homepage-slider .swiper-pagination {
		display: none;
	}
}

.book-appointment__image {
	min-height: 215px;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767px) {
	.book-appointment__main-row {
		flex-direction: column-reverse;
	}
}

.book-appointment__content {
	padding: 30px 10px;
	color: #004683;
}

@media (min-width: 768px) {
	.book-appointment__content {
		padding: 80px 5px 50px 36px;
	}
}

.book-appointment__content .section-title {
	margin-top: 0;
	font-size: 2.25rem;
	line-height: 2.75rem;
}

@media (max-width: 767px) {
	.book-appointment__content p {
		font-size: 1.2rem;
	}
}

.book-appointment__content ul {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.book-appointment__content ul {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
}

.book-appointment__discount {
	padding: 80px 0 50px 0;
	display: none;
}

@media (min-width: 992px) {
	.book-appointment__discount {
		display: block;
	}
}

.book-appointment__discount .amount {
	background-color: #C2E2F7;
	display: inline-flex;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	line-height: 60px;
	color: #004683;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.book-appointment__discount.-small {
	display: inline-block;
	padding: 0;
	margin-right: 30px;
}

@media (min-width: 992px) {
	.book-appointment__discount.-small {
		display: none;
	}
}

.book-appointment__discount.-small .amount {
	width: 85px;
	height: 85px;
	font-size: 1.5rem;
	line-height: 1;
	box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.3);
}

.call-to-action {
	text-align: center;
	padding-bottom: 25px;
}

.call-to-action p {
	color: #ED663D;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.call-to-action__button {
	background: transparent;
	padding: 0;
	border: 0;
}

.call-to-action__button:hover {
	cursor: pointer;
}

.procedure-types-list {
	display: flex;
	gap: 70px;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.procedure-types-list {
		display: none;
	}
}

.procedure-types-list .procedure-type-card {
	width: 100%;
	max-width: 430px;
	background: #edf9ff;
	padding: 40px 30px;
	box-shadow: 3px 6px 26px #CBB79980;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
}

.procedure-types-list .procedure-type-card__title {
	color: #004683;
	font-size: 1.5rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	text-align: center;
	margin-bottom: 50px;
}

.procedure-types-list .procedure-type-card__image {
	margin-bottom: 30px;
}

.procedures-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

@media (max-width: 575px) {
	.procedures-list {
		gap: 30px;
	}
}

.procedures-list .procedure-card {
	box-shadow: 5px 7px 20px #00000016;
}

.procedures-list .procedure-card__content {
	flex: 1;
	justify-content: space-between;
}

@media (max-width: 575px) {
	.procedures-list .procedure-card ul {
		display: none;
	}
}

@media (max-width: 575px) {
	.procedures-list .procedure-card .read-more {
		display: none;
	}
}

@media (max-width: 575px) {
	.procedures-list .procedure-card__featured-image {
		display: none;
	}
}

.single-procedure .page-header {
	padding-top: 30px;
	padding-bottom: 130px;
	background-size: contain !important;
	background-position: bottom !important;
}

@media (min-width: 768px) {
	.single-procedure .page-header {
		background-size: cover, cover !important;
		background-position: center, 30% !important;
	}
}

@media (max-width: 991px) {
	.single-procedure .page-header {
		padding-top: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.single-procedure .page-header {
		padding-top: 60px;
		padding-left: 36px;
		padding-right: 36px;
		padding-bottom: 250px;
		background-position: 70% 100% !important;
	}
}

.single-procedure .page-header .-procedure-title {
	text-align: left;
	font-size: 2.4rem;
	line-height: 3rem;
}

@media (max-width: 991px) {
	.single-procedure .page-header .-procedure-title {
		font-size: 1.8rem;
		line-height: 3rem;
		margin-bottom: 30px;
	}
}

.single-procedure .page-header__header-bottom {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 575px) {
	.single-procedure .page-header__header-bottom {
		display: none;
	}
}

.single-procedure .page-header__header-bottom .price {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #ED663D;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0;
}

.single-procedure .page-header__header-bottom .-buttons {
	display: flex;
	align-items: flex-end;
}

.single-procedure .page-header__header-bottom .-buttons .button {
	width: 230px;
	text-align: center;
	padding: 20px;
}

.single-procedure .page-header__header-bottom .-buttons .button-transparent {
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 20px;
}

.single-procedure .page-header .procedure-description {
	margin-bottom: 50px;
}

.single-procedure .page-header .procedure-description h1, .single-procedure .page-header .procedure-description h2, .single-procedure .page-header .procedure-description h3, .single-procedure .page-header .procedure-description h4, .single-procedure .page-header .procedure-description h5, .single-procedure .page-header .procedure-description h6 {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.single-procedure p {
	letter-spacing: 1px;
	line-height: 1.875rem;
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
	.single-procedure p {
		font-size: .875rem;
		line-height: 1.125rem;
		letter-spacing: .28px;
	}
}

.single-procedure .page-title {
	text-align: left;
}

@media (max-width: 767px) {
	.single-procedure .page-content {
		padding-top: 60px;
		padding-left: 36px;
		padding-right: 36px;
	}
}

.single-procedure .content h1, .single-procedure .content h2, .single-procedure .content h3, .single-procedure .content h4, .single-procedure .content h5, .single-procedure .content h6 {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.single-procedure .content .page-title {
	line-height: 4.5rem;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.single-procedure .content .page-title {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
}

.single-procedure .content ul li {
	letter-spacing: 1px;
	line-height: 1.875rem;
}

.single-procedure .content__bottom {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.single-procedure .content__bottom {
		justify-content: center;
	}
}

.single-procedure .content__bottom .price {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #ED663D;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0;
}

@media (max-width: 767px) {
	.single-procedure .content__bottom .price {
		display: none;
	}
}

.single-procedure .content__bottom .buttons .button-transparent {
	margin-left: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.single-procedure .content__bottom .buttons .button-transparent {
		margin-left: 0;
		margin-top: 20px;
	}
}

.single-procedure .content .wp-video {
	margin: 0 auto;
}

.single-procedure .content iframe {
	display: block;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-118 .page-header, .single-procedure.procedureid-110 .page-header, .single-procedure.procedureid-108 .page-header {
		background-size: cover, 60% !important;
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-118 .page-header, .single-procedure.procedureid-110 .page-header, .single-procedure.procedureid-108 .page-header {
		background-size: cover, 50% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-124 .page-header, .single-procedure.procedureid-95 .page-header, .single-procedure.procedureid-121 .page-header {
		background-size: cover, 65% !important;
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-124 .page-header, .single-procedure.procedureid-95 .page-header, .single-procedure.procedureid-121 .page-header {
		background-size: cover, 55% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-122 .page-header, .single-procedure.procedureid-110 .page-header, .single-procedure.procedureid-113 .page-header {
		background-size: cover, 70% !important;
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-122 .page-header, .single-procedure.procedureid-110 .page-header, .single-procedure.procedureid-113 .page-header {
		background-size: cover, 50% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-106 .page-header {
		background-size: cover, 85% !important;
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-106 .page-header {
		background-size: cover, 60% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-91 .page-header, .single-procedure.procedureid-123 .page-header, .single-procedure.procedureid-109 .page-header, .single-procedure.procedureid-120 .page-header, .single-procedure.procedureid-119 .page-header, .single-procedure.procedureid-107 .page-header, .single-procedure.procedureid-104 .page-header, .single-procedure.procedureid-102 .page-header, .single-procedure.procedureid-81 .page-header {
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-91 .page-header, .single-procedure.procedureid-123 .page-header, .single-procedure.procedureid-109 .page-header, .single-procedure.procedureid-120 .page-header, .single-procedure.procedureid-119 .page-header, .single-procedure.procedureid-107 .page-header, .single-procedure.procedureid-104 .page-header, .single-procedure.procedureid-102 .page-header, .single-procedure.procedureid-81 .page-header {
		background-size: cover, 85% !important;
	}
}

@media (min-width: 1600px) {
	.single-procedure.procedureid-91 .page-header, .single-procedure.procedureid-123 .page-header, .single-procedure.procedureid-109 .page-header, .single-procedure.procedureid-120 .page-header, .single-procedure.procedureid-119 .page-header, .single-procedure.procedureid-107 .page-header, .single-procedure.procedureid-104 .page-header, .single-procedure.procedureid-102 .page-header, .single-procedure.procedureid-81 .page-header {
		background-size: cover, 55% !important;
	}
}

@media (min-width: 2400px) {
	.single-procedure.procedureid-91 .page-header, .single-procedure.procedureid-123 .page-header, .single-procedure.procedureid-109 .page-header, .single-procedure.procedureid-120 .page-header, .single-procedure.procedureid-119 .page-header, .single-procedure.procedureid-107 .page-header, .single-procedure.procedureid-104 .page-header, .single-procedure.procedureid-102 .page-header, .single-procedure.procedureid-81 .page-header {
		background-size: cover, 55% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-117 .page-header, .single-procedure.procedureid-98 .page-header, .single-procedure.procedureid-97 .page-header, .single-procedure.procedureid-89 .page-header {
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-117 .page-header, .single-procedure.procedureid-98 .page-header, .single-procedure.procedureid-97 .page-header, .single-procedure.procedureid-89 .page-header {
		background-size: cover, 90% !important;
	}
}

@media (min-width: 1600px) {
	.single-procedure.procedureid-117 .page-header, .single-procedure.procedureid-98 .page-header, .single-procedure.procedureid-97 .page-header, .single-procedure.procedureid-89 .page-header {
		background-size: cover, 75% !important;
	}
}

@media (min-width: 2400px) {
	.single-procedure.procedureid-117 .page-header, .single-procedure.procedureid-98 .page-header, .single-procedure.procedureid-97 .page-header, .single-procedure.procedureid-89 .page-header {
		background-size: cover, 55% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-92 .page-header, .single-procedure.procedureid-105 .page-header, .single-procedure.procedureid-99 .page-header, .single-procedure.procedureid-111 .page-header, .single-procedure.procedureid-101 .page-header, .single-procedure.procedureid-87 .page-header, .single-procedure.procedureid-86 .page-header, .single-procedure.procedureid-85 .page-header, .single-procedure.procedureid-84 .page-header, .single-procedure.procedureid-83 .page-header, .single-procedure.procedureid-82 .page-header, .single-procedure.procedureid-79 .page-header, .single-procedure.procedureid-88 .page-header {
		background-position: right !important;
	}
}

@media (min-width: 1600px) {
	.single-procedure.procedureid-92 .page-header, .single-procedure.procedureid-105 .page-header, .single-procedure.procedureid-99 .page-header, .single-procedure.procedureid-111 .page-header, .single-procedure.procedureid-101 .page-header, .single-procedure.procedureid-87 .page-header, .single-procedure.procedureid-86 .page-header, .single-procedure.procedureid-85 .page-header, .single-procedure.procedureid-84 .page-header, .single-procedure.procedureid-83 .page-header, .single-procedure.procedureid-82 .page-header, .single-procedure.procedureid-79 .page-header, .single-procedure.procedureid-88 .page-header {
		background-size: cover, 50% !important;
	}
}

@media (min-width: 2400px) {
	.single-procedure.procedureid-92 .page-header, .single-procedure.procedureid-105 .page-header, .single-procedure.procedureid-99 .page-header, .single-procedure.procedureid-111 .page-header, .single-procedure.procedureid-101 .page-header, .single-procedure.procedureid-87 .page-header, .single-procedure.procedureid-86 .page-header, .single-procedure.procedureid-85 .page-header, .single-procedure.procedureid-84 .page-header, .single-procedure.procedureid-83 .page-header, .single-procedure.procedureid-82 .page-header, .single-procedure.procedureid-79 .page-header, .single-procedure.procedureid-88 .page-header {
		background-size: cover, 55% !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-93 .page-header {
		background-position: right !important;
	}
}

@media (min-width: 1600px) {
	.single-procedure.procedureid-93 .page-header {
		background-size: cover, 80% !important;
	}
}

@media (min-width: 2400px) {
	.single-procedure.procedureid-93 .page-header {
		background-size: cover, 55% !important;
	}
}

.single-procedure.procedureid-97 .page-header .-procedure-title, .single-procedure.procedureid-88 .page-header .-procedure-title {
	font-size: 2.1rem;
}

@media (max-width: 767px) {
	.single-procedure.procedureid-78 .page-header {
		background-size: contain !important;
		background-position: bottom !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-78 .page-header {
		background-size: cover, 85% !important;
		background-position: right !important;
	}
}

@media (min-width: 1400px) {
	.single-procedure.procedureid-78 .page-header {
		background-size: cover, 80% !important;
	}
}

@media (max-width: 767px) {
	.single-procedure.procedureid-80 .page-header {
		background-size: contain !important;
		background-position: bottom !important;
	}
}

@media (min-width: 1200px) {
	.single-procedure.procedureid-80 .page-header {
		background-position: right !important;
	}
}

@media (min-width: 1600px) {
	.single-procedure.procedureid-80 .page-header {
		background-size: cover, 70% !important;
	}
}

@media (min-width: 2400px) {
	.single-procedure.procedureid-80 .page-header {
		background-size: cover, 55% !important;
	}
}

.products {
	padding: 32px 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.products {
		padding: 100px 0 0;
	}
}

.products .section-subtitle, .products .section-title {
	text-align: center;
}

@media (max-width: 767px) {
	.products .section-title {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

@media (max-width: 767px) {
	.products .section-subtitle {
		font-size: 1.2rem;
	}
}

.products .products-accord-trigger {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.products .products-accord-trigger p {
	color: #ED663D;
	margin-bottom: 0;
}

.products .products-accord-trigger .text-trigger {
	display: inline-block;
	transition: all .3s ease;
}

.products .products-accord-trigger .text-trigger.active {
	transform: rotate(180deg);
}

.products .product-row-slider {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.products .product-row-slider.open {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
}

.products .product-row {
	margin-bottom: 90px;
}

.products .product-row:nth-child(odd) {
	flex-direction: row-reverse;
}

.products .product-row__image {
	text-align: center;
}

@media (max-width: 767px) {
	.products .product-row__image {
		margin-bottom: 20px;
	}
}

.products .product-row__image img {
	max-height: 400px;
}

@media (max-width: 767px) {
	.products .product-row__text {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.products .product-row__text p {
	color: #004683;
	line-height: 1.875rem;
}

@media (max-width: 767px) {
	.products .product-row__text .-title {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
}

.products .product-row .buy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.products .product-row .buy {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 0;
	}
}

.products .product-row .buy .price {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	color: #ED663D;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.products .product-row .buy .price {
		margin: 0;
	}
}

.procedure-pricelist {
	background: #edf9ff;
	box-shadow: 15px 15px 15px #00000029;
	border: 3px solid #004683;
	border-radius: 16px;
	padding: 40px 65px;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.procedure-pricelist {
		background: transparent;
		box-shadow: none;
		border: 0;
		padding: 0 15px;
	}
}

.procedure-pricelist__title {
	font-size: 3rem;
	line-height: 4.5rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.procedure-pricelist__title {
		font-size: 2.5rem;
		line-height: 2.875rem;
	}
}

.procedure-pricelist__list-item {
	display: flex;
	justify-content: space-between;
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 30px;
	letter-spacing: 1.8px;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.procedure-pricelist__list-item {
		font-size: 1rem;
		line-height: 1.5rem;
		font-family: "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	}
}

.procedure-pricelist__list-item a {
	text-decoration: none;
}

.procedure-pricelist__list-item .-procedure-name {
	color: #004683;
	line-height: 2.75rem;
	flex: 0 1 60%;
}

@media (max-width: 767px) {
	.procedure-pricelist__list-item .-procedure-name {
		line-height: 1;
		flex: 0 1 90%;
	}
}

.procedure-pricelist__list-item .-price {
	color: #ED663D;
	flex: 0 1 250px;
	text-align: right;
}

@media (max-width: 991px) {
	.procedure-pricelist__list-item .-price {
		flex: 0 1 220px;
	}
}

.page-pricelist .page-title:not(:first-child) {
	margin-top: 100px;
	margin-bottom: 45px;
}

.page-pricelist .page-content {
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.page-pricelist .page-content {
		padding-top: 40px;
	}
}

@media (max-width: 767px) {
	.page-pricelist .page-title {
		font-size: 2rem;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.page-pricelist .pricelist-bottom {
	text-align: center;
}

@media (max-width: 767px) {
	.page-pricelist .pricelist-bottom {
		padding: 0 27px;
	}
}

.page-pricelist .disclaimer {
	font-size: 0.75rem;
	line-height: 0.875rem;
	margin-bottom: 50px;
	letter-spacing: 1px;
	text-align: left;
}

@media (max-width: 991px) {
	.page-pricelist .disclaimer {
		font-size: 1rem;
		line-height: 1.175rem;
	}
}

@media (max-width: 767px) {
	.page-pricelist .disclaimer {
		font-size: .875rem;
		letter-spacing: .28px;
		margin-bottom: 25px;
	}
}

.page-pricelist .consultation-text {
	letter-spacing: 1px;
	margin-bottom: 50px;
	text-align: left;
}

@media (max-width: 991px) {
	.page-pricelist .consultation-text {
		font-size: 1rem;
		line-height: 1.175rem;
	}
}

@media (max-width: 767px) {
	.page-pricelist .consultation-text {
		font-size: .875rem;
		letter-spacing: .28px;
	}
}

.page-pricelist .button {
	margin: 0 auto;
}

.page-pricelist .all-procedures-link {
	margin-top: 100px;
	text-align: center;
}

.page-team .page-header {
	background: url("assets/images/team-page-header-banner.jpeg");
	background-size: cover;
	background-position: center;
	min-height: 400px;
	display: none;
	align-items: flex-end;
	position: relative;
}

@media (min-width: 768px) {
	.page-team .page-header {
		display: flex;
	}
}

@media (min-width: 992px) {
	.page-team .page-header {
		min-height: 800px;
	}
}

@media (min-width: 1600px) {
	.page-team .page-header {
		min-height: 1000px;
		background-position: center 40%;
	}
}

.page-team .page-header::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	height: 200px;
	margin-top: -153px;
	background: linear-gradient(180deg, rgba(254, 255, 255, 0) 0%, rgba(254, 249, 241, 0.45) 40%, rgba(254, 249, 241, 0.85) 75%, #fef9f1 100%);
}

.page-team .call-to-action {
	z-index: 999;
	position: relative;
	padding-bottom: 0;
}

.page-team .call-to-action p {
	margin-bottom: 20px;
	color: #004683;
	text-transform: unset;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 3rem;
	line-height: 4.75rem;
}

.page-team .page-content {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.page-team .page-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-team .page-content > .container {
		padding: 0;
		position: relative;
	}
	.page-team .page-content > .container > .row {
		margin: 0;
	}
}

.page-team .slick-nav-prev,
.page-team .slick-nav-next {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 999;
	top: 350px;
}

@media (min-width: 768px) {
	.page-team .slick-nav-prev,
	.page-team .slick-nav-next {
		display: none;
	}
}

.page-team .slide-count {
	position: absolute;
	top: 40px;
	right: 35px;
	z-index: 999;
	color: #FFF9F0;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	padding: 5px 11px;
	border-radius: 20px;
	line-height: 1;
	border: 1px solid #FFF9F0;
	font-size: .75rem;
}

@media (min-width: 768px) {
	.page-team .slide-count {
		display: none;
	}
}

.page-team .slick-prev {
	left: 30px;
}

.page-team .slick-next {
	right: 30px;
}

.page-team .team-members > [class^="col"] {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 100px;
}

.page-team .team-members .slick-list {
	padding: 0;
}

.single-team-member .team-member-info__featured-image {
	display: inline-flex;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	max-height: 500px;
}

.single-team-member .team-member-info__featured-image::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(180deg, rgba(254, 255, 255, 0) 0%, rgba(254, 249, 241, 0.45) 40%, rgba(254, 249, 241, 0.85) 75%, #fef9f1 100%);
}

.single-team-member .team-member-info__featured-image img {
	object-fit: cover;
	object-position: 0 20%;
}

.single-team-member .team-member-info__name {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2.2rem;
	line-height: 2.5rem;
	letter-spacing: 0.96px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 25px;
}

.single-team-member .team-member-info__position {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.4rem;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
}

.single-team-member .team-member-text {
	line-height: 1.875rem;
	letter-spacing: 1px;
}

.page-about-us .page-header {
	background: url("assets/images/o-nama-mobilni.jpg");
	background-size: cover;
	background-position: center;
	min-height: 400px;
	display: flex;
	align-items: flex-end;
	position: relative;
}

@media (min-width: 768px) {
	.page-about-us .page-header {
		background: url("assets/images/about-us-page-header.jpeg");
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 992px) {
	.page-about-us .page-header {
		min-height: 800px;
	}
}

@media (min-width: 1600px) {
	.page-about-us .page-header {
		min-height: 1000px;
		background-position: center 15%;
	}
}

.page-about-us .page-header::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	height: 200px;
	margin-top: -153px;
	background: linear-gradient(180deg, rgba(254, 255, 255, 0) 0%, rgba(254, 249, 241, 0.45) 40%, rgba(254, 249, 241, 0.85) 75%, #fef9f1 100%);
}

@media (max-width: 991px) {
	.page-about-us .page-header::after {
		margin-top: -200px;
	}
}

@media (max-width: 767px) {
	.page-about-us .page-header::after {
		height: 180px;
		margin-top: -175px;
	}
}

.page-about-us .page-header .call-to-action {
	z-index: 999;
	position: relative;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.page-about-us .page-header .call-to-action {
		display: none;
	}
}

.page-about-us .page-header .call-to-action p {
	margin-bottom: 20px;
	color: #004683;
	text-transform: unset;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 3rem;
	line-height: 4.75rem;
}

@media (max-width: 767px) {
	.page-about-us .page-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 0;
	}
}

.page-about-us .content-block {
	margin-bottom: 100px;
}

@media (max-width: 991px) {
	.page-about-us .content-block {
		margin-bottom: 30px;
	}
}

.page-about-us .content-block .block-title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 3rem;
	line-height: 4.5rem;
	font-weight: normal;
	letter-spacing: 0.96px;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.page-about-us .content-block .block-title {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

.page-about-us .content-block p {
	line-height: 1.875rem;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.page-about-us .content-block p {
		font-size: .875rem;
		line-height: 1.125rem;
		letter-spacing: .28px;
	}
}

@media (max-width: 767px) {
	.page-about-us .content-block + .content-block .block-title {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.page-about-us .link-cards {
	display: flex;
	gap: 70px;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.page-about-us .link-cards {
		gap: 35px;
	}
}

@media (max-width: 767px) {
	.page-about-us .link-cards.link-cards-desktop {
		display: none;
	}
}

.page-about-us .link-cards.link-cards-mobile {
	display: flex;
}

@media (min-width: 768px) {
	.page-about-us .link-cards.link-cards-mobile {
		display: none;
	}
}

.page-about-us .link-cards.link-cards-mobile .link-card {
	border-radius: 0;
	padding: 40px 10px;
}

.page-about-us .link-cards.link-cards-mobile .link-card__title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 2rem;
}

.page-about-us .link-cards.link-cards-mobile .link-card__title a {
	text-decoration: none;
	color: #004683;
}

.page-about-us .link-cards .link-card {
	width: 100%;
	max-width: 420px;
	background: #edf9ff;
	padding: 40px 70px;
	box-shadow: 3px 6px 26px #CBB79980;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
}

.page-about-us .link-cards .link-card__title {
	color: #004683;
	font-size: 1.875rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	text-align: center;
	margin-bottom: 50px;
}

.page-about-us .link-cards .link-card__image {
	margin-bottom: 80px;
}

.page-about-us .link-cards .link-card .read-more {
	color: #004683;
}

.page-about-us .link-cards .link-card .read-more::after {
	background-color: #004683;
}

.page-about-us .certificates-section {
	padding-top: 70px;
	padding-bottom: 12px;
	background-color: #C2E2F7;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 767px) {
	.page-about-us .certificates-section {
		display: none;
	}
}

.page-about-us .certificates-section .section-title {
	margin-bottom: 50px;
	margin-top: 0;
}

.page-about-us .certificates-section .call-to-action p {
	margin-bottom: 8px;
	text-transform: lowercase;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.page-about-us .certificates-section .call-to-action__button {
	transition: all .3s ease;
	display: inline-block;
}

.page-about-us .certificates-section .call-to-action__button.active {
	transform: rotate(180deg);
}

.page-about-us .certificates-section .cert {
	padding-bottom: 20px;
}

.page-about-us .certificates-section .cert img {
	max-width: 100px;
}

.page-about-us .certificates-section .certificates-list {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.page-about-us .certificates-section .certificates-list.open {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
}

.page-about-us .testimonials-section {
	padding-top: 100px;
	padding-bottom: 20px;
	background-color: #FFF9F0;
	text-align: center;
}

@media (max-width: 767px) {
	.page-about-us .testimonials-section {
		display: none;
	}
}

.page-about-us .testimonials-section .section-title {
	margin-top: 0;
	margin-bottom: 50px;
}

.page-about-us .mobile-buttons {
	display: block;
	padding-bottom: 45px;
}

@media (min-width: 768px) {
	.page-about-us .mobile-buttons {
		display: none;
	}
}

.page-about-us .mobile-buttons .col-sm-12 {
	padding: 0;
}

.blog-page .posts-list > [class^="col"] {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 80px;
}

@media (max-width: 575px) {
	.blog-page .posts-list > [class^="col"] {
		padding: 0;
	}
}

.blog-page .post-block {
	position: relative;
	background: #fff;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	max-width: 450px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 3px 6px 26px #CBB79980;
}

@media (max-width: 575px) {
	.blog-page .post-block {
		border-radius: 0;
		margin-bottom: 30px;
	}
}

.blog-page .post-block__content {
	padding: 50px 50px 80px 50px;
	position: relative;
	background: #fff;
	flex: 1;
}

@media (max-width: 575px) {
	.blog-page .post-block__content {
		padding: 20px 40px;
	}
}

.blog-page .post-block__content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.45) 45%, rgba(255, 255, 255, 0.75) 65%, #fff 100%);
}

@media (max-width: 575px) {
	.blog-page .post-block__content::after {
		display: none;
	}
}

.blog-page .post-block__content a {
	text-decoration: none;
	color: #004683;
}

.blog-page .post-block__title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: 1.2px;
	font-weight: normal;
	margin-bottom: 0;
	text-decoration: none;
}

.blog-page .post-block__image {
	width: 100%;
	display: flex;
	max-height: 450px;
	height: 450px;
}

@media (max-width: 575px) {
	.blog-page .post-block__image {
		display: none;
	}
}

.blog-page .post-block__image img {
	flex: 1;
	object-fit: cover;
	object-position: top;
}

.blog-page .post-block .button {
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	padding: 20px 30px;
	align-self: flex-end;
	margin-bottom: 20px;
	margin-right: 40px;
}

@media (min-width: 576px) {
	.blog-page .post-block .button {
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		align-self: center;
		margin: 0;
	}
}

.blog-page .pagination {
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 60px;
}

.blog-page .pagination .next-page {
	transform: rotate(270deg);
}

.blog-page .pagination .previous-page {
	transform: rotate(90deg);
}

.single-post .page-content {
	padding-top: 50px;
}

.single-post .post-title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 3rem;
	line-height: 3.375rem;
	letter-spacing: 0.96px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.single-post .post-title {
		font-size: 2rem;
		line-height: 2.375rem;
	}
}

.single-post .post-content__featured-image {
	position: relative;
}

.single-post .post-content__text {
	line-height: 1.875rem;
	letter-spacing: 1px;
}

.contact-page .page-content [class^="col"] {
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 767px) {
	.contact-page .page-content {
		padding-bottom: 50px;
	}
}

.contact-page .form-title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2.5rem;
	line-height: 2.875rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.contact-page .form-title {
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
}

.contact-page .wpcf7 input {
	margin-bottom: 25px;
}

.contact-page .wpcf7 textarea {
	margin-bottom: 32px;
}

.contact-page .wpcf7 input[type="submit"]:hover {
	border-color: #ED663D;
}

.contact-page .wpcf7 input, .contact-page .wpcf7 textarea {
	box-shadow: none;
}

.contact-page .contact-left {
	padding-right: 75px !important;
}

.contact-page .contact-left input[type="submit"] {
	display: block;
	margin: 0 auto;
}

.contact-page .contact-left input[type="submit"]:hover {
	cursor: pointer;
}

@media (max-width: 767px) {
	.contact-page .contact-left {
		padding-left: 40px !important;
		padding-right: 40px !important;
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.contact-page .contact-center, .contact-page .contact-right {
		position: fixed;
		top: 0;
		left: 100%;
		bottom: 0;
		right: 0;
		padding: 0 !important;
		transition: all .3s ease-in;
	}
	.contact-page .contact-center .contact-card, .contact-page .contact-right .contact-card {
		box-shadow: none;
		border: 0;
		border-radius: 0;
		padding-top: 180px;
	}
	.contact-page .contact-center .contact-card__address, .contact-page .contact-right .contact-card__address {
		order: 1;
	}
	.contact-page .contact-center .contact-card__buttons, .contact-page .contact-right .contact-card__buttons {
		order: 2;
		display: flex;
		flex-direction: column;
	}
	.contact-page .contact-center .contact-card__buttons .close-button, .contact-page .contact-right .contact-card__buttons .close-button {
		display: block;
		background: transparent;
		border: 0;
		color: #004683;
		letter-spacing: 2.56px;
		margin-top: 35px;
	}
}

.contact-page .contact-center.active, .contact-page .contact-right.active {
	left: 0;
}

.contact-page .contact-center.active .contact-card, .contact-page .contact-right.active .contact-card {
	height: 100%;
}

.contact-page .mobile-column {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.contact-page .mobile-column {
		display: none;
	}
}

.contact-page .mobile-column .row-title {
	text-align: center;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2.2rem;
	line-height: 2.2rem;
	font-weight: normal;
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.contact-page .mobile-column .row-title {
		display: none;
	}
}

.contact-page .mobile-column .contact-card-mobile {
	box-shadow: 5px 7px 20px #00000016;
	background: #fff;
	margin-bottom: 30px;
}

.contact-page .mobile-column .contact-card-mobile__content {
	flex: 1;
	justify-content: space-between;
	padding: 30px 40px;
}

.contact-page .mobile-column .contact-card-mobile__address {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.75rem;
	line-height: 2rem;
	margin-bottom: 30px;
	text-align: left;
	font-weight: normal;
}

.contact-page .mobile-column .contact-card-mobile__mobile-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-page .mobile-column .work-hours {
	margin-top: 50px;
	text-align: center;
}

.contact-page .mobile-column .work-hours__days {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 1.12px;
	line-height: 1.8rem;
	margin-bottom: 32px;
}

.contact-page .mobile-column .work-hours__hours {
	color: #ED663D;
	line-height: 1.2rem;
	margin-bottom: 15px;
	letter-spacing: 2.56px;
}

.contact-page .mobile-column .work-hours__email {
	margin-top: 50px;
}

.contact-page .mobile-column .work-hours__email a {
	color: #004683;
	letter-spacing: 2.56px;
	line-height: 1rem;
	text-decoration: underline;
}

.contact-page .contact-card {
	background: #edf9ff;
	border: 1px solid #004683;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.29);
	border-radius: 25px;
	padding: 30px 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-page .contact-card__address {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.75rem;
	line-height: 2rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
}

.contact-page .contact-card__office-image {
	margin-bottom: 40px;
}

.contact-page .contact-card__buttons {
	text-align: center;
}

.contact-page .contact-card__buttons .close-button {
	display: none;
}

.contact-page .contact-card__buttons a:last-of-type {
	margin-top: 15px;
}

.contact-page .work-hours-desktop {
	display: none;
}

@media (min-width: 768px) {
	.contact-page .work-hours-desktop {
		display: block;
	}
}

.contact-page .work-hours-desktop .work-hours {
	margin-top: 50px;
	text-align: center;
}

.contact-page .work-hours-desktop .work-hours__days {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 1.12px;
	line-height: 1.8rem;
	margin-bottom: 32px;
}

.contact-page .work-hours-desktop .work-hours__hours {
	color: #ED663D;
	line-height: 1.2rem;
	margin-bottom: 15px;
	letter-spacing: 2.56px;
}

.contact-page .work-hours-desktop .work-hours__email {
	margin-top: 50px;
}

.contact-page .work-hours-desktop .work-hours__email a {
	color: #004683;
	letter-spacing: 2.56px;
	line-height: 1rem;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.page-procedure .page-title {
		display: none;
	}
}

.page-procedure .page-header {
	background-color: #C2E2F7;
	padding-top: 100px;
}

@media (max-width: 767px) {
	.page-procedure .page-header {
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

.page-procedure .page-header__title {
	line-height: 3.5rem;
}

@media (max-width: 767px) {
	.page-procedure .page-header__title {
		line-height: 2.125rem;
		font-size: 1.5rem;
		letter-spacing: .6px;
	}
}

@media (max-width: 575px) {
	.page-procedure .page-content > .container {
		padding: 0;
	}
}

@media (max-width: 575px) {
	.page-procedure .page-content {
		padding-bottom: 30px;
	}
}

.page-procedure.page-pricelist .page-content {
	padding-top: 60px;
}

@media (max-width: 767px) {
	.page-procedure.page-pricelist .page-content {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.page-procedure.page-pricelist .book-appointment {
		display: none;
	}
}

.page-procedure.page-pricelist .active-discounts {
	background: #edf9ff;
	padding: 40px 40px 50px;
}

@media (min-width: 768px) {
	.page-procedure.page-pricelist .active-discounts {
		display: none;
	}
}

.page-procedure.page-pricelist .active-discounts .call-to-action p {
	margin-bottom: 0;
}

.page-procedure.page-pricelist .active-discounts__title {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.page-procedure.page-pricelist .active-discounts__title {
		font-weight: normal;
		font-size: 1.6rem;
	}
}

.page-procedure.page-pricelist .active-discounts .bullet-list {
	color: #000;
	padding-left: 20px;
}

.page-procedure.page-pricelist .active-discounts .bullet-list li {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .7px;
	margin-bottom: 24px;
}

.page-procedure.page-pricelist .active-discounts .bullet-list li::before {
	color: #000;
}

.page-procedure.page-pricelist .active-discounts .-links {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-procedure.page-pricelist .active-discounts .-links .-prices {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 40px;
}

.page-procedure.page-pricelist .active-discounts .-links .-prices .old {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.page-procedure.page-pricelist .active-discounts .-links .-prices .old sup {
	font-size: 100%;
}

.page-procedure.page-pricelist .active-discounts .-links .-prices .new {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-left: 20px;
}

.page-procedure.page-pricelist .active-discounts .all-discounts {
	margin-top: 50px;
	border: 0;
	background: transparent;
	text-transform: uppercase;
	color: #ED663D;
	letter-spacing: 2.56px;
}

@media (max-width: 767px) {
	.page-clients .page-content {
		padding-bottom: 0;
	}
}

.page-clients .container-lg {
	padding: 0;
}

.page-clients .testimonials-slider {
	position: relative;
}

@media (max-width: 767px) {
	.page-clients .testimonials-slider {
		margin: 0;
		padding: 0 0 60px 0;
	}
}

@media (max-width: 767px) {
	.page-clients .testimonials-slider-card {
		flex-direction: column;
		border-radius: 0 !important;
		background-color: transparent !important;
		box-shadow: none !important;
	}
}

.page-clients .testimonials-slider .swiper-slide {
	height: auto;
}

@media (max-width: 767px) {
	.page-clients .testimonials-slider .swiper-button-next,
	.page-clients .testimonials-slider .swiper-button-prev {
		display: none;
	}
}

.page-clients .testimonials-slider .testimonials-pagination {
	position: absolute;
	margin-bottom: 25px;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.page-clients .testimonials-slider .testimonials-pagination {
		display: none;
	}
}

.page-clients .testimonials-slider .testimonials-pagination .swiper-pagination-bullet {
	width: 23px;
	height: 1px;
	border-radius: 0;
	margin: 0 20px;
	background: #ED663D;
}

.page-clients .testimonials-slider .testimonials-pagination .swiper-pagination-bullet-active {
	height: 2px;
}

.page-404 .page-content {
	text-align: center;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	z-index: 999;
	display: none;
}

.main-navigation div[class^="menu-primary"] > ul li > ul {
	min-width: 325px;
}

@media (min-width: 992px) {
	.main-navigation {
		display: block;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media (min-width: 992px) {
	.main-navigation ul {
		display: flex;
	}
}

.main-navigation ul .sub-menu {
	background-color: #C2E2F7;
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}

.main-navigation ul .sub-menu::before {
	background-color: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: block;
	content: "";
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}

.main-navigation ul .sub-menu li:first-of-type {
	padding-top: 10px;
}

.main-navigation ul .sub-menu li a {
	line-height: 1.2rem;
	display: flex;
	align-items: center;
}

.main-navigation ul .sub-menu li a::before {
	display: none;
}

.main-navigation ul .sub-menu li.menu-item-has-children > a::before {
	display: none;
}

.main-navigation ul .sub-menu li.menu-item-has-children > a::after {
	content: "";
	background: url("assets/images/subnav-arrow-blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 17px;
	height: 17px;
	position: relative;
	transition: all 0.2s ease-in;
	margin-left: 6px;
}

.main-navigation ul .sub-menu li.menu-item-has-children > a:hover::after {
	background: url("assets/images/subnav-arrow-orange.svg");
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 0 0 30px;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	z-index: 999;
}

.main-navigation ul ul ul a::before {
	display: none;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: flex;
	left: 98%;
	max-width: 280px;
}

.main-navigation ul ul li:last-of-type a {
	padding-bottom: 0;
}

.main-navigation ul ul a {
	width: 100%;
	padding: 12px 45px 12px 30px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	display: flex;
	flex-direction: column;
	width: max-content;
	max-width: 375px;
}

.main-navigation li {
	position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #ED663D;
}

.main-navigation li:hover > a::before,
.main-navigation li.focus > a::before {
	opacity: 1;
	visibility: visible;
}

.main-navigation a {
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5rem;
	display: block;
	text-decoration: none;
	color: #004683;
	padding: 15px 20px;
	transition: all 0.2s ease-in;
}

@media (min-width: 1200px) {
	.main-navigation a {
		padding: 15px 32px 23px;
	}
}

.main-navigation a::before {
	content: "";
	background: url("assets/images/active-menu.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 15px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in;
}

.main-navigation a:hover {
	color: #ED663D;
}

.main-navigation a:hover::before {
	opacity: 1;
	visibility: visible;
}

.main-navigation a.active {
	font-weight: 500;
}

.main-navigation a.active::before {
	opacity: 1;
	visibility: visible;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #ED663D;
}

.main-navigation .current_page_item > a::before,
.main-navigation .current-menu-item > a::before,
.main-navigation .current_page_ancestor > a::before,
.main-navigation .current-menu-ancestor > a::before {
	opacity: 1;
	visibility: visible;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/** Mobile nav stuff **/
.menu-toggle {
	display: block;
	z-index: 9999;
	background: transparent;
	border: 0;
}

@media (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
	display: block;
	height: 2px;
	background-color: #ED663D;
	transition: all .2s ease-out;
}

.menu-toggle .bar1 {
	width: 38px;
}

.menu-toggle .bar2 {
	width: 32px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
}

.menu-toggle .bar3 {
	width: 26px;
	margin-left: auto;
}

.menu-toggle.opened {
	position: absolute;
	right: 35px;
	top: 30px;
}

.menu-toggle.opened .bar1 {
	transform: rotate(315deg) translate(3px, 3px);
}

.menu-toggle.opened .bar2 {
	opacity: 0;
}

.menu-toggle.opened .bar3 {
	width: 38px;
	transform: rotate(45deg) translate(-8px, -14px);
}

.mobile-nav {
	display: flex;
	flex-direction: column;
	z-index: 999;
	width: 100%;
	background: #004683;
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	transition: all .3s ease-in;
	align-items: center;
	overflow-x: scroll;
}

@media (min-width: 992px) {
	.mobile-nav {
		display: none;
	}
}

.mobile-nav.active {
	right: 0;
}

.mobile-nav__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow-x: scroll;
	height: 100%;
	width: 100%;
	min-height: 850px;
	padding-top: 140px;
}

@media (max-height: 900px) {
	.mobile-nav__content {
		height: auto;
	}
}

.mobile-nav .logo-mobile {
	position: absolute;
	top: 30px;
	left: 35px;
}

.mobile-nav__buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #004683;
	padding-bottom: 30px;
}

.mobile-nav__buttons a {
	margin-bottom: 30px;
}

.mobile-nav__buttons a:last-of-type {
	margin-bottom: 0;
}

.mobile-nav__buttons .-light-blue {
	font-size: 0.625rem;
}

.mobile-nav__buttons .button-transparent {
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: bold;
	background-color: transparent;
	border: 2px solid #C2E2F7;
	color: #C2E2F7;
	text-transform: none;
	font-size: .75rem;
	font-weight: bold;
}

.mobile-nav #menu-mobile {
	margin-bottom: 100px;
	text-align: left;
}

.mobile-nav #menu-mobile li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	position: relative;
}

.mobile-nav #menu-mobile li .submenu-trigger {
	display: none;
	width: 30px;
	height: 30px;
	margin-left: 20px;
}

.mobile-nav #menu-mobile li .submenu-trigger.active {
	transform: rotate(180deg);
}

.mobile-nav #menu-mobile li:last-of-type {
	margin-bottom: 0;
}

.mobile-nav #menu-mobile li.menu-item-has-children > .submenu-trigger {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.mobile-nav #menu-mobile a {
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: .5px;
	text-decoration: none;
	color: #FFF9F0;
	padding: 10px 0;
	max-width: 80%;
}

.mobile-nav #menu-mobile a.open {
	color: #ED663D;
}

.mobile-nav #menu-mobile .sub-menu {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	width: 100%;
}

.mobile-nav #menu-mobile .sub-menu.active {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.mobile-nav .menu-mobile-nav-container {
	padding: 0 20px;
}

.logged-in .mobile-nav {
	top: 46px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.post h1 {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6 {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.section-cream {
	background-color: #FFF9F0;
}

.section-blue {
	background-color: #edf9ff;
}

.section-dark-blue {
	background-color: #C2E2F7;
}

.page-content {
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #FFF9F0;
}

@media (max-width: 575px) {
	.page-content {
		padding-top: 30px;
		padding-bottom: 80px;
	}
}

.faq-block {
	margin-bottom: 50px;
}

.faq-block__title {
	color: #ED663D;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	letter-spacing: 1.2px;
	font-size: 1.875rem;
	line-height: 2.125rem;
	font-weight: normal;
	margin-bottom: 30px;
}

.faq-block__text {
	margin-bottom: 0;
	line-height: 1.875rem;
	letter-spacing: 1px;
}

.reservation-popup {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: -100%;
	z-index: 9999;
	padding: 50px 45px 30px 45px;
	background-color: #c8e1f5;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #004683;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 5px 7px 20px #00000016;
	max-width: 800px;
	width: 100%;
	transition: all .3s ease-in-out;
	text-align: center;
}

.reservation-popup .fa-x {
	position: absolute;
	font-size: 25px;
	color: #ED663D;
	right: 30px;
	top: 30px;
}

.reservation-popup .fa-x:hover {
	cursor: pointer;
}

.reservation-popup.active {
	right: 0;
}

@media (max-width: 767px) {
	.reservation-popup {
		padding-top: 70px;
		top: 0;
		bottom: 0;
		overflow-y: scroll;
		transform: none;
	}
	.reservation-popup .content-column {
		margin-bottom: 0;
	}
}

@media (max-width: 800px) {
	.reservation-popup {
		border-radius: 0;
		border-width: 1px;
	}
}

.reservation-popup__title {
	text-align: center;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2.3rem;
	line-height: 3rem;
	font-weight: normal;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.reservation-popup__title {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

.reservation-popup .wpcf7-form-control-wrap {
	margin-bottom: 25px;
	padding-right: 45px;
	display: block;
}

@media (max-width: 767px) {
	.reservation-popup .wpcf7-form-control-wrap {
		padding-right: 0;
	}
}

.reservation-popup input {
	box-shadow: none;
}

.reservation-popup input[type="submit"] {
	display: block;
	margin: 0 auto;
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.reservation-popup input[type="submit"]:hover {
	cursor: pointer;
}

@media (max-width: 767px) {
	.reservation-popup input[type="submit"] {
		margin-top: 50px;
	}
}

.reservation-popup .close-button-container {
	text-align: center;
}

.reservation-popup .close-button-container .close-button {
	background: transparent;
	border: 0;
	color: #004683;
	letter-spacing: 2.56px;
}

.reservation-popup .close-button-container .close-button:hover {
	cursor: pointer;
}

.reservation-popup .button-transparent {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.procedures-discount-list {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #edf9ff;
	padding-top: 30px;
	transition: all .3s ease-in;
	overflow-y: scroll;
	width: 100%;
}

.procedures-discount-list .fa-x {
	position: absolute;
	font-size: 25px;
	color: #ED663D;
	right: 30px;
	top: 30px;
}

.procedures-discount-list .fa-x:hover {
	cursor: pointer;
}

.procedures-discount-list.active {
	left: 0;
}

@media (min-width: 768px) {
	.procedures-discount-list {
		display: none;
	}
}

.procedures-discount-list .procedures-slider-card {
	flex: 1;
	padding: 40px 45px;
}

.procedures-discount-list .procedures-slider-card:nth-child(even) {
	background-color: #FFF9F0;
}

.procedures-discount-list .procedures-slider-card__title {
	font-weight: normal;
	font-size: 1.6rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 40px;
}

.procedures-discount-list .procedures-slider-card .bullet-list {
	color: #000;
	padding-left: 20px;
}

.procedures-discount-list .procedures-slider-card .bullet-list li {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .7px;
	margin-bottom: 24px;
}

.procedures-discount-list .procedures-slider-card .bullet-list li::before {
	color: #000;
}

.procedures-discount-list .procedures-slider-card .-links {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.procedures-discount-list .procedures-slider-card .-links .-prices {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 40px;
}

.procedures-discount-list .procedures-slider-card .-links .-prices .old {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.procedures-discount-list .procedures-slider-card .-links .-prices .old sup {
	font-size: 100%;
}

.procedures-discount-list .procedures-slider-card .-links .-prices .new {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-left: 20px;
}

/* 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;
}

/* Header
--------------------------------------------- */
.site-header {
	height: 80px;
	background: #C2E2F7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
	position: relative;
	padding: 0 20px;
}

@media (min-width: 992px) {
	.site-header {
		justify-content: center;
		padding: 0;
		align-items: flex-end;
	}
}

.site-header::after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.site-header .site-branding {
	margin: 0 80px 0 0;
	z-index: 999;
	align-self: center;
}

@media (min-width: 992px) {
	.site-header .site-branding {
		margin: 0 80px;
	}
}

.site-header .site-branding .site-logo {
	min-width: 200px;
	width: 200px;
}

.site-header .logo-mobile {
	display: none;
	text-decoration: none;
	font-weight: 300;
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.site-header .site-logo-mobile {
	width: 250px;
	margin-top: -25px;
	margin-left: -30px;
}

@media (max-width: 991px) {
	.site-header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		transition: all .2s ease-in;
		box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.3);
	}
	.site-header.fixed .mobile-nav {
		top: 0;
	}
	.site-header.fixed .logo-mobile {
		display: block;
		padding: 10px;
		border: 1px solid #004683;
		border-radius: 50px;
	}
	.site-header.fixed .site-logo {
		display: none;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #004683;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.site-footer {
		padding-top: 120px;
	}
}

.site-footer .footer-logo {
	margin-bottom: 30px;
	display: none;
}

@media (min-width: 768px) {
	.site-footer .footer-logo {
		display: inline-block;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.site-footer .footer-logo {
		margin-bottom: 100px;
	}
}

.site-footer .socials a {
	color: rgba(255, 255, 255, 0.5);
	transition: all .2s ease-in;
	font-size: 20px;
	margin-right: 50px;
	text-decoration: none;
}

.site-footer .socials a:hover {
	color: #fff;
}

.site-footer .socials a:last-of-type {
	margin-right: 0;
}

.site-footer .widget-area-1 {
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.site-footer .widget-area-1 {
		text-align: left;
		margin-bottom: 0;
	}
}

.site-footer .widget-area-2 {
	display: none;
}

@media (min-width: 768px) {
	.site-footer .widget-area-2 {
		padding-left: 60px;
		display: block;
	}
}

.site-footer .widget-area-3 {
	display: none;
}

@media (min-width: 768px) {
	.site-footer .widget-area-3 {
		display: block;
	}
}

@media (min-width: 768px) {
	.site-footer .widget-area-4 {
		text-align: center;
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.site-footer .widget-area-4 {
		text-align: left;
		margin-top: 0;
	}
}

.site-footer .widget-area-4 .footer-widget-title, .site-footer .widget-area-4 .footer-menu {
	display: none;
}

@media (min-width: 768px) {
	.site-footer .widget-area-4 .footer-widget-title, .site-footer .widget-area-4 .footer-menu {
		display: block;
	}
}

.site-footer .footer-widget-title {
	font-size: 2.125rem;
	line-height: 2.5rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.site-footer .footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	line-height: 2.125rem;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.site-footer p {
	font-size: 0.875rem;
}

.site-footer p.copyright {
	color: #c9c9c9;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 992px) {
	.site-footer p.copyright {
		text-align: left;
	}
}

.site-footer .site-info {
	margin-top: 0;
}

@media (min-width: 768px) {
	.site-footer .site-info {
		margin-top: 40px;
	}
}

.site-footer #menu-footer-right {
	margin-bottom: 30px;
}

.site-footer .app-icons {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.site-footer .app-icons {
		margin-top: 0;
		text-align: center;
		align-items: center;
	}
}

.site-footer .app-icons img {
	height: 50px;
	display: inline-block;
	margin-bottom: 10px;
	width: auto;
}

/* Sliders
--------------------------------------------- */
.procedures-slider {
	margin: 30px auto 70px;
	max-width: 1320px;
	display: flex;
	justify-content: center;
	padding: 70px 160px;
}

@media (max-width: 1399px) {
	.procedures-slider {
		padding: 70px 110px;
	}
}

@media (max-width: 1199px) {
	.procedures-slider {
		padding: 70px 45px;
	}
}

@media (max-width: 991px) {
	.procedures-slider {
		display: none;
	}
}

.procedures-slider .procedures-slider-card {
	display: flex;
	border-radius: 16px;
	background-color: #FFF9F0;
	overflow: hidden;
	max-width: 1000px;
	align-items: stretch;
}

.procedures-slider .procedures-slider-card__featured-image {
	display: flex;
}

.procedures-slider .procedures-slider-card__featured-image img {
	object-fit: cover;
}

.procedures-slider .procedures-slider-card__content {
	padding: 20px 40px 20px 50px;
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
}

@media (max-width: 1399px) {
	.procedures-slider .procedures-slider-card__content {
		padding: 20px 40px 20px 50px;
	}
}

@media (max-width: 1199px) {
	.procedures-slider .procedures-slider-card__content {
		padding: 20px;
	}
}

.procedures-slider .procedures-slider-card__content::before {
	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(254, 249, 241, 0.45) 45%, rgba(254, 249, 241, 0.85) 85%, #fef9f1 100%);
	position: absolute;
	width: 110px;
	top: 0;
	left: -110px;
	height: 100%;
}

.procedures-slider .procedures-slider-card__content .-texts {
	flex: 1 1 100%;
}

.procedures-slider .procedures-slider-card__content .-links {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: auto;
	flex: 0 1 300px;
}

.procedures-slider .procedures-slider-card__content .button {
	font-size: .75rem;
	padding: 15px 25px;
	border-radius: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.procedures-slider .procedures-slider-card__content .read-more {
	color: #004683;
	line-height: 1;
}

.procedures-slider .procedures-slider-card__content .read-more::after {
	background-color: #004683;
}

.procedures-slider .procedures-slider-card__content ul {
	color: #000000;
	padding-left: 20px;
}

.procedures-slider .procedures-slider-card__content ul li {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .7px;
	margin-bottom: 10px;
}

.procedures-slider .procedures-slider-card__content ul li::before {
	color: #000000;
}

.procedures-slider .procedures-slider-card__content ul li:last-of-type {
	margin-bottom: 0;
}

.procedures-slider .procedures-slider-card__title {
	color: #000000;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
}

.procedures-slider .swiper-button-next,
.procedures-slider .swiper-button-prev {
	height: 24px;
	width: 24px;
}

.procedures-slider .swiper-button-next::after,
.procedures-slider .swiper-button-prev::after {
	color: #004683;
	font-size: 1.5rem;
}

.procedures-slider .swiper-pagination {
	bottom: 0;
	color: #004683;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	border: 1px solid #004683;
	font-size: .75rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	padding: 5px 18px;
	border-radius: 20px;
	line-height: 1;
}

.popular-procedures-slider {
	overflow: hidden;
	padding-bottom: 30px;
}

@media (max-width: 575px) {
	.popular-procedures-slider {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 100px;
		position: relative;
	}
}

.popular-procedures-slider .procedure-card {
	box-shadow: 5px 7px 20px #00000016;
}

.popular-procedures-slider .procedure-card__content {
	padding-top: 25px;
	background-color: #fff;
	height: 100%;
}

.popular-procedures-slider .procedure-card__content .slide-number {
	color: #ED663D;
	opacity: .5;
	font-size: 1.125rem;
	font-weight: 300;
}

.popular-procedures-slider .procedure-card__content ul {
	margin-bottom: 25px;
}

.popular-procedures-slider .procedure-card__content li {
	color: #000;
}

.popular-procedures-slider .procedure-card__content li::before {
	color: #000;
}

.popular-procedures-slider .procedure-card__content .read-more {
	color: #ED663D;
	margin-left: 15px;
}

.popular-procedures-slider .procedure-card__content .read-more::after {
	background-color: #ED663D;
}

.popular-procedures-slider .procedure-card__title {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
}

.popular-procedures-slider .procedure-card__title a {
	text-decoration: none;
	display: block;
}

.popular-procedures-slider .procedure-card__featured-image {
	margin-top: -60px;
	max-height: 250px;
	object-fit: cover;
}

.popular-procedures-slider .procedure-card .button {
	left: 50%;
	transform: translateX(-50%);
	font-family: "SF Pro Display", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	display: block;
	position: absolute;
	bottom: 35px;
}

@media (min-width: 768px) {
	.popular-procedures-slider .procedure-card .button {
		transform: none;
		right: 25px;
		left: auto;
		border-radius: 20px;
		bottom: 25px;
	}
}

.pop-slider-navigation {
	display: none;
}

@media (min-width: 768px) {
	.pop-slider-navigation {
		display: block;
		position: absolute;
		bottom: 35px;
		left: 15px;
	}
}

.pop-slider-navigation img:hover {
	cursor: pointer;
}

.pop-slider-navigation img:first-of-type {
	margin-right: 20px;
}

@media (min-width: 768px) {
	.pop-slider-navigation-mobile {
		display: none;
	}
}

.testimonials-slider {
	margin: 30px auto 70px;
	display: flex;
	justify-content: center;
	padding: 30px 60px;
}

@media (min-width: 768px) {
	.testimonials-slider .swiper-wrapper {
		align-items: center;
	}
}

.testimonials-slider .testimonials-slider-card {
	display: flex;
	border-radius: 16px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 5px 7px 20px #00000016;
}

.testimonials-slider .testimonials-slider-card__featured-image {
	flex: 1 0 400px;
	display: flex;
}

@media (max-width: 1399px) {
	.testimonials-slider .testimonials-slider-card__featured-image {
		flex: 1 0 300px;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .testimonials-slider-card__featured-image {
		flex: 1 0 100%;
	}
}

.testimonials-slider .testimonials-slider-card__featured-image img {
	object-fit: cover;
	height: 100%;
}

@media (max-width: 767px) {
	.testimonials-slider .testimonials-slider-card__featured-image img {
		width: 100%;
	}
}

.testimonials-slider .testimonials-slider-card__content {
	padding: 40px 40px 40px 80px;
	position: relative;
	text-align: left;
}

@media (max-width: 1399px) {
	.testimonials-slider .testimonials-slider-card__content {
		padding: 40px;
	}
}

.testimonials-slider .testimonials-slider-card__content .name {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.875rem;
	line-height: 2.125rem;
	margin-bottom: 32px;
}

.testimonials-slider .testimonials-slider-card__content .testimonial-text {
	line-height: 1.875rem;
	letter-spacing: .8px;
}

.testimonials-slider .testimonials-slider-card__content::before {
	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 45%, rgba(255, 255, 255, 0.85) 85%, #ffff 100%);
	position: absolute;
	width: 110px;
	top: 0;
	left: -110px;
	height: 100%;
}

.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
	height: 45px;
	width: 45px;
}

.testimonials-slider .swiper-button-next::after,
.testimonials-slider .swiper-button-prev::after {
	color: #ED663D;
	font-size: 1.8rem;
}

.testimonials-slider .swiper-button-next {
	right: 0;
}

.testimonials-slider .swiper-button-prev {
	left: 0;
}

.procedure-types-slider {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.procedure-types-slider {
		display: none;
	}
}

.procedure-types-slider .procedure-type-card {
	width: 100%;
	background: transparent;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
}

.procedure-types-slider .procedure-type-card__title {
	color: #004683;
	font-size: 1.875rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: 2.125rem;
	letter-spacing: 1.2px;
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.procedure-types-slider .procedure-type-card__title {
		margin-bottom: 100px;
	}
}

.procedure-types-slider .procedure-type-card__image {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.procedure-types-slider .procedure-type-card__image {
		margin-bottom: 100px;
	}
}

.procedure-types-slider .procedure-types-slider-navigation {
	margin-top: 20px;
	text-align: center;
}

.procedure-types-slider .procedure-types-slider-navigation .swiper-pagination-bullet {
	width: 23px;
	height: 1px;
	border-radius: 0;
	margin: 0 20px;
	background: #ED663D;
}

.procedure-types-slider .procedure-types-slider-navigation .swiper-pagination-bullet-active {
	height: 2px;
}

.procedures-discount-slider {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

@media (max-width: 1399px) {
	.procedures-discount-slider {
		padding: 70px 110px;
	}
}

@media (max-width: 1199px) {
	.procedures-discount-slider {
		padding: 70px 45px;
	}
}

@media (max-width: 767px) {
	.procedures-discount-slider {
		display: none;
	}
}

.procedures-discount-slider .swiper-slide {
	padding-bottom: 30px;
}

.procedures-discount-slider .procedures-slider-card {
	display: flex;
	border-radius: 16px;
	background-color: #daedfa;
	box-shadow: 5px 7px 20px rgba(45, 156, 251, 0.17);
	overflow: hidden;
	max-width: 1000px;
	align-items: stretch;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.procedures-discount-slider .procedures-slider-card {
		flex-direction: column;
	}
}

.procedures-discount-slider .procedures-slider-card__featured-image {
	display: flex;
}

.procedures-discount-slider .procedures-slider-card__featured-image img {
	object-fit: cover;
}

@media (max-width: 991px) {
	.procedures-discount-slider .procedures-slider-card__featured-image {
		display: none;
	}
}

.procedures-discount-slider .procedures-slider-card__content {
	padding: 20px 40px 20px 50px;
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
}

@media (max-width: 1399px) {
	.procedures-discount-slider .procedures-slider-card__content {
		padding: 20px 40px 20px 50px;
	}
}

@media (max-width: 1199px) {
	.procedures-discount-slider .procedures-slider-card__content {
		padding: 20px;
	}
}

.procedures-discount-slider .procedures-slider-card__content::before {
	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(218, 237, 250, 0.45) 45%, rgba(218, 237, 250, 0.85) 85%, #daedfa 100%);
	position: absolute;
	width: 110px;
	top: 0;
	left: -110px;
	height: 100%;
}

.procedures-discount-slider .procedures-slider-card__content .-texts {
	flex: 1 1 100%;
}

.procedures-discount-slider .procedures-slider-card__content .-links {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	flex: 0 1 300px;
}

.procedures-discount-slider .procedures-slider-card__content .-prices {
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	align-self: baseline;
}

.procedures-discount-slider .procedures-slider-card__content .-prices .old {
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.procedures-discount-slider .procedures-slider-card__content .-prices .old sup {
	font-size: 100%;
}

.procedures-discount-slider .procedures-slider-card__content .-prices .new {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-left: 20px;
}

.procedures-discount-slider .procedures-slider-card__content .button {
	font-size: .75rem;
	padding: 15px 25px;
	border-radius: 20px;
	margin-top: 30px;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.procedures-discount-slider .procedures-slider-card__content .read-more {
	color: #004683;
	line-height: 1;
}

.procedures-discount-slider .procedures-slider-card__content .read-more::after {
	background-color: #004683;
}

.procedures-discount-slider .procedures-slider-card__content ul {
	color: #000000;
	padding-left: 20px;
}

.procedures-discount-slider .procedures-slider-card__content ul li {
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .7px;
	margin-bottom: 10px;
}

.procedures-discount-slider .procedures-slider-card__content ul li::before {
	color: #000000;
}

.procedures-discount-slider .procedures-slider-card__title {
	color: #000000;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-family: "Baskervville", "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 20px;
}

.procedures-discount-slider .swiper-button-next,
.procedures-discount-slider .swiper-button-prev {
	height: 24px;
	width: 24px;
}

.procedures-discount-slider .swiper-button-next::after,
.procedures-discount-slider .swiper-button-prev::after {
	color: #004683;
	font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* 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: #f1f1f1;
	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;
}

.content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

/* Display
--------------------------------------------- */
@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
}

/*# sourceMappingURL=style.css.map */