/*!
Theme Name: Codemix Alberta
Theme URI: http://underscores.me/
Author: Codemix
Author URI: http://codemix.com.ua
Description: good temlpate
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codemix-alberta
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.

Codemix Alberta 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 40px 0 40px 0;
	padding: 0 0 0 20px;
}

@media (max-width: 767px) {
	ul,
	ol {
		margin: 30px 0 30px 0;
	}
}

li {
	margin-bottom: 20px;
}
ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/*a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 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;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

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

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




/* General styles and typography
--------------------------------------------- */
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Lato/LatoRegular.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Lato/LatoMedium.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Lato/LatoBold.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Manrope/Manrope-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Manrope/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Manrope/Manrope-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url("fonts/Manrope/Manrope-SemiBold.ttf") format("truetype");
}

body {
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: inherit;
  text-transform: none;
  color: #141313;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: Manrope;
  line-height: 1.1;
  text-align: inherit;
  color: #1A1A1A;
  font-weight: 600;
  text-transform: capitalize;
}

h1 {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
}

h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.44px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

a {
  transition: 0.15s;
}

a:visited {
  color: inherit;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site > * {
  width: 100%;
}

.site-main {
  flex: 1;
}

.post,
.page {
  margin: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1355px;
  }
}

@media (max-width: 1399px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: normal;
  }
  h2 {
    font-size: 36px;
    letter-spacing: normal;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

/* Header styles
--------------------------------------------- */
html {
  margin-top: 0 !important;
}

body.admin-bar .header-sticky,
body.admin-bar .site-header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
  body.admin-bar .header-sticky,
  body.admin-bar .site-header {
    margin-top: 46px;
  }
}

.site-header {
  height: 64px;
  max-width: 1440px;
  margin: 0 auto;
}

.site-header .site-branding {
  display: flex;
  min-width: 0;
  position: relative;
  z-index: 151;
  background-color: #e8e8ea;
}

.site-header .site-branding .site-title {
  margin: 0;
}

.site-header .site-branding p {
  margin: 0;
}

.site-header .site-branding a,
.site-header .site-branding img {
  display: block;
}

.site-header .site-branding img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: 0.25s ease;
}

.site-header ul,
.site-header ol,
.site-header form,
.site-header fieldset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-sticky {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  background-color: #e8e8ea;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-sticky > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-sticky a {
  text-decoration: none;
}

.main-navigation {
  width: auto;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}

.main-navigation li {
  margin: 0 0 0 35px;
}

.main-navigation a {
  color: #141313;
}

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

.main-navigation .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
  width: 4px;
  border: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.current-menu-item > a {
  color: #7B797E;
}

.sub-menu {
  font-weight: 500;
  letter-spacing: -0.54px;
}

@media screen and (max-width: 1199px) {
  .main-navigation {
    font-size: 16px;
  }
  .main-navigation li {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 991px) {
  body:has(.main-navigation.toggled) {
    overflow: hidden;
  }
  .main-navigation ul li.focus > a {
    color: #7B797E;
  }
  .main-navigation ul li.focus > a::after {
    transform: rotateX(180deg);
    top: -2px;
  }
  .main-navigation .menu-toggle {
    position: relative;
    z-index: 155;
    appearance: none;
    padding: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    background-image: url(/wp-content/uploads/svg/burger-icon.svg);
  }
  .main-navigation ul ul {
    position: static;
    box-shadow: none;
    float: none;
  }
  .main-navigation ul ul a {
    padding-left: 20px;
    width: auto;
  }
  .main-navigation #primary-menu {
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 120px;
    padding-bottom: 50px;
    background-color: #e8e8ea;
    overflow-y: auto;
  }
  .main-navigation #primary-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-navigation #primary-menu > li {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-navigation li {
    margin-bottom: 15px;
  }
  .main-navigation .sub-menu li {
    margin-bottom: 5px;
  }
  .main-navigation .sub-menu li:first-child {
    margin-top: 15px;
  }
  .main-navigation .menu-item-has-children:not(.focus) .sub-menu {
    display: none;
  }
  .main-navigation.toggled .menu-toggle {
    background-image: url(/wp-content/uploads/svg/close.svg);
  }
}

@media screen and (max-width: 576px) {
  .site-header {
    height: 50px;
  }
  .site-header .site-branding img {
    height: 36px;
  }
}

@media screen and (min-width: 992px) {
  body {
    overflow-x: hidden;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    right: 0;
  }
  .main-navigation ul li:hover > a,
  .main-navigation ul li.focus .main-navigation ul ul a > a {
    color: #7B797E;
  }
  .main-navigation ul li:hover > a::after,
  .main-navigation ul li.focus .main-navigation ul ul a > a::after {
    transform: rotateX(180deg);
    top: -2px;
  }
  .main-navigation #primary-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .main-navigation #primary-menu li {
    position: static;
  }
  .main-navigation .sub-menu {
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    width: 100%;
    min-width: 600px;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .main-navigation .sub-menu li {
    margin: 20px 0 0;
    width: 50%;
  }
  .main-navigation .sub-menu::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 0;
    left: 50%;
    margin-left: -200vw;
    width: 500vw;
    background-color: #e8e8ea;
  }
  .main-navigation .sub-menu a:hover {
    color: #7B797E;
  }
  .main-navigation #primary-menu > li:hover > a {
    display: block;
    position: relative;
  }
  .main-navigation #primary-menu > li:hover > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .main-navigation .sub-menu {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 35px;
  }
}



/* Menu third styles
--------------------------------------------- */
.main-navigation ul ul a {
  width: auto;
  padding-right: 15px;
}

.sub-menu .sub-menu {
  position: absolute;
  padding: 0 0 0 15px;
  min-width: 0;
  display: none;
}

.sub-menu .sub-menu a {
  color: #4B4B4B;
  padding-right: 10px;
}

.sub-menu .sub-menu li {
  width: auto;
}

@media screen and (min-width: 992px) {
  .sub-menu li:hover > ul,
  .sub-menu li.focus > ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation #primary-menu > li {
    width: 100%;
  }
  .main-navigation ul ul a {
    padding-right: 0;
    padding-left: 0;
  }
  .sub-menu .sub-menu {
    padding-left: 0;
  }
}





/* Buttons styles
--------------------------------------------- */
.button__custom {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  min-height: 54px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
  padding: 10px 30px;
  background-color: #141313;
  color: #fff !important;
  min-width: 307px;
}

.button__custom:hover {
  background-color: #7B797E;
  color: #fff !important;
}

.button__custom.light {
  color: #141313 !important;
  background-color: #EDF1F0;
}

.button__custom.light:hover {
  background-color: #141313;
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .button__custom {
    font-size: 14px;
    letter-spacing: -0.28px;
    min-height: 44px;
    padding: 5px 25px 4px;
    min-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .button__custom {
    width: 100%;
  }
}

/* Footer styles
--------------------------------------------- */
.site-footer {
  margin-top: 120px;
  font-size: 14px;
  color: #fff;
  background-color: #7B797E;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 100px auto 0;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__info img {
  display: none;
}

.footer__top {
  display: flex;
}

.footer__text {
  flex: 1;
  padding-right: 30px;
}

.footer__map {
  display: flex;
  flex-direction: column-reverse;
  width: 320px;
}

.footer__map .map {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1;
  border-radius: 5px;
}

.map__text {
  margin-top: 20px;
  font-size: 18px;
}

.map__text img {
  display: none;
}

.footer__text-title.mobile,
.footer__text-line.mobile,
.contact__form.mobile {
  display: none;
}

.footer__text-line {
  display: flex;
}

.footer__text-line + .footer__text-line {
  margin-top: 50px;
}

.footer__text-column {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.footer__text-column:nth-child(1) {
  padding-right: 15px;
}

.footer__links a, .footer__info a {
  text-decoration: none;
  color: #fff;
}

.footer__links a:hover, .footer__info a:hover {
  text-decoration: underline;
}

.footer__links + .footer__links, .footer__info + .footer__links, .footer__links + .footer__info, .footer__info + .footer__info {
  margin-left: 40px;
}

.footer__info + .footer__info {
  max-width: calc(50% - 40px);
}

.footer__info-title {
  font-size: 18px;
  font-weight: 700;
}

.consultation__title {
  width: 100%;
  margin-bottom: 40px;
  font-family: Manrope;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1.44px;
}

.footer__bottom {
  margin-top: 50px;
}

.footer__bottom a {
  color: inherit;
}

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

.footer__bottom .site-info {
  text-align: center;
}

.footer__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.flex__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex__column {
  flex: 1;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.social li {
  margin: 0 0 0 50px;
}

.social__button {
  text-decoration: none;
}

.social__button-icon {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .consultation__title {
    font-size: 40px;
  }
  .footer__map {
    width: 220px;
  }
  .map__text {
    font-size: 14px;
  }
  .footer__text {
    padding-right: 0;
  }
  .footer__links, .footer__info {
    max-width: 50%;
  }
  .footer__links + .footer__links, .footer__info + .footer__links, .footer__links + .footer__info, .footer__info + .footer__info {
    margin-left: 15px;
  }
  .footer__info + .footer__info {
    max-width: calc(50% - 15px);
  }
  .social li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__map {
    margin-top: 30px;
    width: 100%;
  }
  .footer__map .map {
    height: 310px !important;
    aspect-ratio: auto;
  }
  .consultation__title {
    font-size: 36px;
  }
  .footer__top {
    display: block;
  }
  .footer__text {
    padding-right: 0;
  }
  .footer__links, .footer__info {
    max-width: 50%;
  }
  .footer__links + .footer__links, .footer__info + .footer__links, .footer__links + .footer__info, .footer__info + .footer__info {
    margin-left: 15px;
  }
  .footer__info + .footer__info {
    max-width: calc(50% - 15px);
  }
  .footer__bottom .flex__column:nth-child(1) {
    display: none;
  }
  .footer__bottom .site-info {
    text-align: left;
  }
  .social li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer {
    margin-top: 80px;
  }
  .footer__links:not(.footer__info), .footer__info:not(.footer__info) {
    max-width: 100%;
    width: 100%;
  }
  .footer__links:not(.footer__info) + .footer__links, .footer__info:not(.footer__info) + .footer__links, .footer__links:not(.footer__info) + .footer__info, .footer__info:not(.footer__info) + .footer__info {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__text-column {
    flex-direction: column;
    padding: 0 !important;
  }
  .footer__links, .footer__info {
    max-width: 100 !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .footer__text-line:nth-child(2) .footer__text-column {
    width: 100%;
  }
  .footer__text-line:nth-child(2) .footer__text-column:nth-child(1) {
    display: none;
  }
  .footer__text-line.mobile {
    display: flex;
  }
  .footer__text-line.desktop {
    display: none;
  }
  .contact__form.mobile {
    display: flex;
    margin-top: 15px;
  }
  .footer__map {
    margin: 10px 0 30px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__map .map__text {
    width: 250px;
    min-width: 250px;
    padding-right: 10px;
    font-size: 14px;
  }
  .footer__map .map {
    width: calc(100% - 250px) !important;
    height: 200px !important;
  }
  .footer__bottom {
    margin-top: 20px;
  }
  .footer__bottom .flex__line {
    display: block;
  }
  .footer__bottom .footer__image {
    margin-bottom: 20px;
  }
  .footer__bottom .site-info {
    text-align: center;
  }
  .footer__bottom .social {
    justify-content: center;
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
  }
  .footer__bottom .social li {
    margin: 0 5px;
  }
  .footer__bottom .social__button .social__button-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media screen and (max-width: 576px) {
  .site-footer {
    margin-top: 50px;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .footer__text-title {
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
  .footer__text-title.mobile {
    display: block;
  }
  .footer__info-title {
    display: none;
  }
  .footer__text-line:nth-child(2) .footer__links, .footer__text-line:nth-child(2) .footer__info {
    max-width: 100%;
  }
  .footer__text-line:nth-child(2) .footer__info:nth-child(1) {
    order: 10;
  }
  .footer__text-line.mobile .footer__text-column:nth-child(1) {
    width: 65%;
  }
  .footer__text-line.mobile .footer__text-column:nth-child(2) {
    width: 35%;
  }
  .footer__map .map__text {
    width: 150px;
    min-width: 150px;
    padding-right: 8px;
    font-size: 12px;
  }
  .footer__map .map__text span {
    display: block;
    font-size: 0;
  }
  .footer__map .map__text img {
    display: block;
    width: 24px;
    height: auto;
    margin-bottom: 10px;
  }
  .footer__map .map {
    width: calc(100% - 150px) !important;
  }
  .footer__links img, .footer__info img {
    display: block;
    width: 24px;
    height: auto;
    margin-bottom: 10px;
  }
  .footer__links li, .footer__info li {
    margin-bottom: 12px;
  }
  .footer__links li img, .footer__info li img {
    padding-top: 8px;
  }
  .footer__info span {
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__map {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__top {
    position: relative;
    display: block;
    min-height: 290px;
  }
  .footer__text-line {
    margin-right: 220px;
  }
  .footer__map {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .footer__map + .footer__text-line {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .footer__top {
    min-height: 390px;
  }
  .footer__text-line {
    margin-right: 350px;
  }
  .footer__map {
    padding-bottom: 0;
  }
}

/* hero styles
--------------------------------------------- */
/*#primary {
  max-width: 1440px;
  margin: 0 auto;
}*/
.hero {
  margin-top: 80px;
}

.hero:first-child {
  margin-top: 160px;
}

.hero__row {
  display: flex;
}

.hero__text {
  position: relative;
  padding-bottom: 80px;
  flex: 1;
  padding-right: 60px;
}

.hero__text .button__custom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero__image {
  width: 46.416%;
  min-width: 46.416%;
}

.hero__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media screen and (max-width: 1199px) {
  .hero__text {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero:first-child {
    margin-top: 80px;
  }
  .hero__text {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero:first-child {
    margin-top: 0;
  }
  .hero__row {
    flex-direction: column-reverse;
  }
  .hero__image {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .hero__image img {
    aspect-ratio: 390/240;
    object-fit: cover;
  }
  .hero__text {
    padding-right: 0;
  }
  .hero__text .button__custom {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .hero {
    margin-top: 40px;
  }
}

/* why styles
--------------------------------------------- */
.why {
  margin-top: 80px;
}

.why:first-child {
  margin-top: 160px;
}

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

.why__text {
  position: relative;
  flex: 1;
  padding-right: 60px;
}

.why__text *:last-child {
  margin-bottom: 0;
}

.why__image {
  width: 46.416%;
  min-width: 46.416%;
}

.why__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media screen and (max-width: 1199px) {
  .why__text {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .why:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .why__row {
    flex-direction: column;
  }
  .why__image {
    width: 100%;
    margin-top: 30px;
  }
  .why__text {
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .why {
    margin-top: 40px;
  }
  .why:first-child {
    margin-top: 40px;
  }
}

/* results styles
--------------------------------------------- */
.results {
  margin-top: 80px;
}

.results:first-child {
  margin-top: 160px;
}

.results .button__custom {
  margin-top: 50px;
}

.results__text p {
  max-width: 470px;
}

.results__list {
  margin: 0;
  padding: 0 0 0 165px;
  list-style: none;
}

.results__review {
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.results__review-image {
  display: block;
  width: 47.07%;
  min-width: 47.07%;
  border-radius: 5px;
  object-fit: cover;
}

.results__review-image.mobile {
  display: none;
}

.results__review-text {
  padding: 20px;
}

.results__review-rate {
  position: relative;
  height: 22px;
  width: 145px;
  margin-bottom: 30px;
  background-image: url(/wp-content/uploads/svg/star-1.svg);
  background-position: left center;
  background-size: auto 100%;
}

.results__review-rate.mobile {
  display: none;
}

.results__review-rate span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(/wp-content/uploads/svg/star-2.svg);
  background-position: left center;
  background-size: auto 100%;
}

.results__review-author {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
  min-height: 40px;
  margin-bottom: 20px;
}

.results__review-author-photo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #7E57C2;
}

.results__review-author-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results__review-author-name {
  font-weight: 600;
}

.results__review-description {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media screen and (max-width: 1199px) {
  .results__list {
    padding-left: 0;
  }
  .results__review-rate {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .results:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .results .button__custom {
    margin-top: 30px;
  }
  .results__review {
    display: block;
    margin-top: 40px;
    background-color: #F1F0EF;
  }
  .results__review:first-child {
    margin-top: 30px;
  }
  .results__review-rate {
    margin-bottom: 0;
    margin-top: 10px;
    zoom: .7;
  }
  .results__review-rate.mobile {
    display: block;
  }
  .results__review-rate:not(.mobile) {
    display: none;
  }
  .results__review-image {
    width: 100%;
    aspect-ratio: 334/202;
    margin-bottom: 30px;
  }
  .results__review-image.mobile {
    display: block;
  }
  .results__review-image:not(.mobile) {
    display: none;
  }
  .results__review-text {
    padding: 20px 12px 12px;
  }
  .results__review-description {
    font-weight: 500;
  }
  .results__review-author {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .results__review-author-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .results {
    margin-top: 40px;
  }
  .results:first-child {
    margin-top: 40px;
  }
}

/* FAQ styles
--------------------------------------------- */
.faq {
  margin-top: 80px;
}

.faq:first-child {
  margin-top: 160px;
}

.faq__text {
  max-width: 650px;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__list > li {
  margin-bottom: 0;
}

details {
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
}

details::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 1px;
  width: 100vw;
  min-width: 320px;
  background-color: rgba(26, 26, 26, 0.2);
  max-width: 1440px;
}

details summary::marker,
details summary::-webkit-details-marker {
  display: none;
}

summary {
  position: relative;
  font-size: 0;
  color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}

summary::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-135deg);
  width: 44px;
  height: 44px;
  transition: .25s transform ease;
  background-image: url(/wp-content/uploads/svg/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

summary div,
summary span {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #1A1A1A;
}

summary span {
  display: block;
  padding-right: 60px;
  text-transform: capitalize;
}

summary .faq__number {
  font-size: 20px;
  font-weight: 300;
  min-width: 70px;
}

details[open] > summary::before {
  transform: translate(0, -50%) rotate(0);
}

.details__content {
  padding-top: 20px;
  padding-left: 70px;
}

.details__content *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media screen and (max-width: 991px) {
  .faq:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .faq {
    margin-top: 40px;
  }
  .faq:first-child {
    margin-top: 40px;
  }
  details {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .details__content {
    padding-left: 0;
  }
  .details__content br {
    display: none;
  }
  summary::before {
    width: 30px;
    height: 30px;
  }
  summary .faq__number {
    font-size: 12px;
    min-width: 25px;
  }
  summary span {
    font-size: 20px;
    line-height: 1.1;
    padding-right: 50px;
  }
  summary span br {
    display: none;
  }
  .faq__list > li:first-child details {
    padding-top: 15px;
  }
}

/* contact styles
--------------------------------------------- */
.contact__button-float {
  position: fixed;
  z-index: 100;
  right: 6%;
  top: calc(64px + 75px);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  min-width: 0;
  padding-left: 22px;
  padding-right: 22px;
  height: 60px;
  border-radius: 20px;
  width: 180px;
}

.contact.fancybox-content {
  width: 100%;
  max-width: 980px;
  border-radius: 35px;
  padding: 25px;
}

.contact.fancybox-content .fancybox-close-small {
  top: 10px;
  right: 10px;
}

.contact__row {
  display: flex;
  align-items: center;
}

.contact__image {
  width: 40.323%;
  min-width: 40.323%;
}

.contact__image img {
  display: block;
  width: 100%;
  height: auto;
}

.contact__text {
  flex: 1;
  max-width: 500px;
  padding: 0 0 0 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #858585;
}

.contact__text-title {
  color: #252B42;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  text-decoration: none;
}

a.contact__text-title:hover {
  text-decoration: underline;
}
.contact__form {
  display: flex;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
}

.contact__form input {
  flex: 1;
  display: block;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #F9F9F9;
  padding-left: 20px;
  padding-right: 20px;
  color: #858C94;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.contact__form .button__custom {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  min-width: 0;
  padding-left: 22px;
  padding-right: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
}
.wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
  margin-bottom: 75px;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
  display: flex;
  flex-direction:column;
  align-items: flex-end;
  justify-content: flex-end;
}
.service-template-default .wp-block-list {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .contact__button-float {
    top: calc(64px + 20px);
  }
  body.admin-bar .contact__button-float {
    top: calc(64px + 50px);
  }
}

@media screen and (max-width: 767px) {
  .contact__button-float {
    display: none;
  }
  .contact__form {
    border-radius: 15px;
  }
  .contact__form .button__custom {
    min-height: 52px;
  }
}

@media screen and (min-width: 1200px) {
   .contact__button-float, .contact__form .button__custom {
    min-height: 60px;
    width: 180px;
    border-radius: 20px;
    right: 6%;
  }
}
/* Blog
--------------------------------------------- */
.page-header {
  background-image: url(https://albertadentures.com/wp-content/uploads/2025/07/Photo.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 847px;
  padding: 50px 0;
  box-sizing: border-box
}
.page-title {
  color: #F9F9F9;
  font-weight: 700;
  font-size: 48px;
}
.header__brand {
  color: #F9F9F9;
  font-weight: 700;
  font-size: 192px;
  font-family: Manrope;
  letter-spacing: -9%;
  line-height: 1;
}
.page-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.header__bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__info {
  color: #F9F9F9;
  max-width: 437px;
  font-weight: 600;
  font-size: 24px;
  font-family: Manrope;
  letter-spacing: -3%;
  line-height: 1;
}
.button__custom.button--white {
  background: #EDF1F0;
}
.button__custom.button--white span{
  color: #141313;
}
.page-header + .container {
  padding-top: 75px;
}
.category-blog article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.preview-image {
  min-width: 500px;
  max-width: 500px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.category.category-blog .entry-header { 
  max-width: 714px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  align-items: end;
  min-height: 100%;
}
.category-blog h2.entry-title a {
  text-decoration: none;
  outline: none;
  color: #1A1A1A;
}
.preview-image .entry-meta {
  position: absolute;
  bottom: 0;
  height: 73px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  color: #F9F9F9;
  background: rgba(212, 212, 212, 0.18);
  backdrop-filter: blur(35px);
  padding: 20px;
}
.preview-image .entry-meta a{
  color: #F9F9F9 !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .category-blog .header__bottom-line {
  display: none;
}
	.category-blog .page-title {
  font-size: 20px;
}
	.category-blog .header__brand {
  font-size: 51px;
}
	.category-blog .page-header .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}
	.category-blog .page-header {
  height: 450px;
  padding: 50px 0;
  box-sizing: border-box;
}
	.category-blog .page-header + .container {
  padding-top: 35px;
}
	.category-blog article {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  border: 1px solid #E6E6E6;
  flex-direction: column;
  padding: 10px;
}
	 .category-blog .preview-image {
    width: 334px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 202px;
  }
	.category-blog h2.entry-title a {
  text-decoration: none;
  outline: none;
  font-size: 20px;
  text-align: center !important;
}
	.category-blog .preview-image .entry-meta {
  height: 40px;
  padding: 10px;
  font-size: 14px;
}
	 .category-blog h2.entry-title a {
    padding-top: 15px;
    text-align: center;
    display: flex;
  }
	.category-blog .entry-header {
  max-width: 100%;
  height: auto;
}
}

/* FAQs
--------------------------------------------- */
.page-header + .container--faqs {
  padding-top: 75px;
  margin-bottom: 120px;
}
.tab-container {
  display: flex;
  max-width: 100%;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  width: 338px;
  min-width: 338px;
}

.tab-btn {
  padding: 11px 0;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  color: #1A1A1A;
  background: white;
  font-weight: 700;
  font-size: 24px;
  font-family: Manrope;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}
.tab-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-135deg);
  width: 30px;
  height: 30px;
  transition: .25s transform ease;
  background-image: url(/wp-content/uploads/svg/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tab-btn:hover,
.tab-btn.active {
   background: white;
   color:#828282;
}

.tab-btn.active::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(0);
  width: 30px;
  height: 30px;
  transition: .25s transform ease;
  background-image: url(/wp-content/uploads/svg/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tab-content {
  flex-grow: 1;
  padding: 186px 0 0 5%;
  background-color: white;
  overflow: hidden;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

@media screen and (max-width: 767px) {
.tab-content {
  flex-grow: 1;
  padding: 0px 0 0 0%;
  background-color: white;
}
}

/* CDCP
--------------------------------------------- */
.page-id-1114 .hero {
  margin-bottom: 100px;
}
.wp-block-separator {
  border: none;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
  background: transparent;
}
.spacer-consultation{
	height:100px;
}
.wp-container-core-columns-is-layout-9d6595d7 .wp-block-separator.has-alpha-channel-opacity {
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
.page-id-1114 .hero {
  margin-bottom: 50px;
}
.spacer-consultation{
	height:50px;
}
.wp-container-core-columns-is-layout-9d6595d7 .wp-block-separator.has-alpha-channel-opacity {
  margin: 20px 0 20px;
}	
}

/* 404
--------------------------------------------- */
.error-404.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  background: url(/wp-content/uploads/2025/07/bg-404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 810px;
  padding: 150px 0 100px;
  box-sizing: border-box;
}
.l1-404 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 64px;
  color: #333;
  line-height: 1;
  text-align: center;
}
.l2-404 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  line-height: 1;
  padding-top: 30px;
}
.l3-404 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 128px;
  color: #333;
  line-height: 1;
}
.error404 footer {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
.l1-404 {
    font-size: 40px;
    margin-bottom: -70px;
  }
.l2-404 {
  font-size: 20px;
}
.l3-404 {
  font-size: 70px;
}
	.error-404.not-found {
  max-height: 100vh;
  padding: 150px 0 150px;
  box-sizing: border-box;
  background-size: 170%;
  background-position: 0px 70px;
}
}
/* Thank you
--------------------------------------------- */
.dop-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  background: url(/wp-content/uploads/2025/07/bg-404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 810px;
  padding: 150px 0 100px;
  box-sizing: border-box;
}
.page-id-3457 footer {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {

	.dop-page {
  max-height: 100vh;
  padding: 150px 0 150px;
  box-sizing: border-box;
  background-size: 170%;
  background-position: 0px 70px;
}
}









/* intro styles
--------------------------------------------- */
.intro__text-list-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro {
  position: relative;
  margin-top: 80px;
  margin-left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.intro:first-child {
  margin-top: 0;
}

.intro .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  padding-top: 1px;
  padding-bottom: 1px;
}

.intro__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
 /*max-width: 1440px;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%);*/

.intro-float-forms {
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 6%;
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.intro-float-forms .contact__form {
  margin-bottom: 8px;
}

.intro-float-forms .button__custom {
  min-width: 120px;
}

.intro-float-forms input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.intro__image-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.intro__row {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 100px;
}

.intro__text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  color: #fff;
  width: 600px;
}

.intro__text p,
.intro__text li {
  margin-bottom: 10px;
}

.intro__text p:last-child,
.intro__text li:last-child {
  margin-bottom: 0;
}

.intro__text h1,
.intro__text h2 {
  color: #fff;
}

.intro__text-list-contact {
  flex: 1;
  align-self: flex-end;
  width: 270px;
  margin-right: -40px;
  margin-bottom: 30px;
  font-size: 16px;
}

.intro__text-line {
  margin-top: 10px;
}

.intro__text-left,
.intro__text-right {
  max-width: 230px;
}

.intro__text-left {
  float: left;
  align-self: flex-start;
}

.intro__text-right {
  float: right;
  align-self: flex-end;
}

@media only screen and (max-width: 1199px) {
  .intro-float-forms input {
    min-width: 250px;
  }
  .intro__row {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .intro__text {
    width: 500px;
  }
  .intro__text-list-contact {
    width: 250px;
    margin-right: -30px;
  }
  .intro__text-line {
    margin-top: 0;
  }
  .intro__text-left,
  .intro__text-right {
    max-width: 220px;
  }
}

@media screen and (max-width: 991px) {
  .intro__text-list-contact {
    align-self: flex-start;
    margin-right: 0;
  }
  .intro-float-forms .button__custom {
    min-width: 110px;
    padding-left: 10px;
  }
  .intro-float-forms .contact__form {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .intro .container {
    justify-content: flex-end;
    min-height: 500px;
  }
  .intro-float-forms {
    display: none;
  }
  .intro__text-list-contact,
  .intro__image-logo {
    display: none;
  }
  .intro__text-line {
    display: block;
  }
  .intro__text-left,
  .intro__text-right {
    max-width: none;
    float: none;
  }
  .intro__text-left br,
  .intro__text-right br {
    display: none;
  }
  .intro__row {
    display: block;
    flex-grow: initial;
    padding-bottom: 20px;
  }
  .intro__text {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .intro {
    margin-top: 40px;
  }
  .intro__image {
    left: -150px;
    width: calc(100% + 150px);
	transform: none;
  }
}

/* solutions styles
--------------------------------------------- */
.solutions {
  margin-top: 80px;
}

.solutions .container {
  position: relative;
}

.solutions:first-child {
  margin-top: 160px;
}

.solutions .title {
  margin: 0 0 30px;
  font-family: Manrope;
  line-height: 1.1;
  text-align: inherit;
  color: #1A1A1A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  max-width: 900px;
  padding-right: 90px;
}

.solutions .subtitle {
  font-family: Manrope;
  line-height: 1.1;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 15px;
}

.solutions .subtitle small {
  z-index: 14px;
  font-weight: 500;
}

.solutions__row {
  display: flex;
}

.solutions__text {
  position: relative;
  flex: 1;
  padding-left: 100px;
  padding-right: 60px;
  padding-bottom: 80px;
}

.solutions__text *:last-child {
  margin-bottom: 0;
}

.solutions__text .button__custom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.solutions__image {
  width: 46.416%;
  min-width: 46.416%;
}

.solutions__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.solutions__carousel {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

.solutions__carousel .slick-track {
  display: flex;
}

.solutions__carousel .slick-dots {
  margin-top: 25px;
}

.solutions__carousel-item {
  position: relative;
  padding: 12px 32px;
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.solutions__carousel-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  border-radius: 5px;
  background-color: #F1F0EF;
  border: 1px solid #E6E6E6;
}

.solutions__carousel-image,
.solutions__carousel-text {
  position: relative;
  z-index: 2;
}

.solutions__carousel-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 5px;
}

.solutions__carousel-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 3px;
}

.solutions__carousel-title {
  font-family: Manrope;
  line-height: 1.3;
  color: #1A1A1A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}

.solutions__carousel-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  color: #141313;
}

.solutions__carousel-link svg {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contein;
  margin-left: 7px;
}

.solutions__carousel-link:hover {
  text-decoration: underline;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 4px;
}

.slick-dots button {
  appearance: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #71717A;
  background-color: #D4D4D8;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #27272A;
  cursor: default;
}

@media (max-width: 1399px) {
  .solutions .title {
    font-size: 52px;
  }
  .solutions__carousel {
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .solutions__carousel .slick-dots {
    margin-top: 10px;
  }
  .solutions__carousel-item {
    padding: 12px 22px;
  }
  .solutions__carousel-item::before {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .solutions .title {
    font-size: 48px;
    letter-spacing: normal;
  }
  .solutions .subtitle {
    font-weight: 400;
  }
  .solutions__text {
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .solutions:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .solutions .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .solutions__row {
    display: block;
    padding: 12px;
    border-radius: 5px;
    background-color: #F1F0EF;
    border: 1px solid #E6E6E6;
  }
  .solutions__image {
    width: 100%;
  }
  .solutions__text {
    padding: 25px 12px 60px;
  }
  .solutions__text h1:first-child,
  .solutions__text h2:first-child,
  .solutions__text h3:first-child {
    text-align: center;
  }
  .solutions__text .button__custom {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .solutions {
    margin-top: 40px;
  }
  .solutions:first-child {
    margin-top: 40px;
  }
  .solutions .title {
    padding-right: 75px;
  }
  .solutions .subtitle {
    top: 8px;
    font-size: 13px;
  }
  .solutions__carousel {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .solutions__carousel .slick-dots {
    margin-top: 10px;
  }
  .solutions__carousel-item {
    padding: 12px 17px;
  }
  .solutions__carousel-item::before {
    left: 5px;
    right: 5px;
  }
  .solutions__carousel-text {
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 30px;
    flex: 1;
    position: relative;
  }
  .solutions__carousel-text .solutions__carousel-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .solutions__carousel-title {
    font-size: 18px;
    margin-left: -7px;
    margin-right: -7px;
  }
}

/* professionals styles
--------------------------------------------- */
.professionals {
  margin-top: 80px;
}

.professionals .container {
  position: relative;
}

.professionals:first-child {
  margin-top: 160px;
}

.professionals .title {
  margin: 0 0 30px;
  font-family: Manrope;
  line-height: 1.1;
  text-align: inherit;
  color: #1A1A1A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  max-width: 900px;
  padding-right: 90px;
}

.professionals .subtitle {
  font-family: Manrope;
  line-height: 1.1;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 15px;
}

.professionals .subtitle small {
  z-index: 14px;
  font-weight: 500;
}

.professionals__row {
  display: flex;
}

.professionals__text {
  position: relative;
  flex: 1;
  padding-right: 100px;
  padding-bottom: 80px;
}

.professionals__text *:last-child {
  margin-bottom: 0;
}

.professionals__text .button__custom {
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.professionals__slider {
  width: 46.416%;
  min-width: 46.416%;
  padding-right: 100px;
}

.professionals__slider .slick-dots {
  flex-direction: column;
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
}

.professionals__slider .slick-track {
  transform: none !important;
  width: 100% !important;
  position: relative;
  padding-right: 40px;
  padding-bottom: 40px;
}

.professionals__slider .professionals__slider-item {
  height: auto !important;
  position: absolute;
  width: calc(100% - 40px) !important;
  left: 0;
  top: 0;
  opacity: 0;
  top: 20px;
  left: 20px;
  transition: 0.5s !important;
}

.professionals__slider .professionals__slider-item:last-child {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  position: relative;
}

.professionals__slider .professionals__slider-item.slick-current {
  top: 0;
  left: 0;
  z-index: 5;
  animation-name: slideFadeIn;
  animation-duration: .25s;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.professionals__slider .professionals__slider-item.slick-current ~ .slick-active {
  animation-name: slideFadeIn;
  animation-duration: .25s;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.professionals__slider .professionals__slider-item.slick-current + .slick-active {
  top: 20px;
  left: 20px;
  z-index: 3;
}

.professionals__slider .professionals__slider-item.slick-current + .slick-active + .slick-active {
  top: 40px;
  left: 40px;
  z-index: 2;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 4px;
}

.slick-dots button {
  appearance: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #71717A;
  background-color: #D4D4D8;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #27272A;
  cursor: default;
}

.professionals__slider-item {
  padding: 12px;
  border-radius: 5px;
  background-color: #F1F0EF;
  border: 1px solid #E6E6E6;
  text-align: center;
}

.professionals__slider-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 5px;
}

.professionals__slider-text {
  padding-bottom: 8px;
}

.professionals__slider-title,
.professionals__slider-subtitle {
  font-family: Manrope;
  line-height: 1.3;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-top: 20px;
}

.professionals__slider-title {
  font-size: 24px;
  font-weight: 600;
}

.professionals__slider-subtitle {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1399px) {
  .professionals .title {
    font-size: 52px;
  }
}

@media (max-width: 1199px) {
  .professionals .title {
    font-size: 48px;
    letter-spacing: normal;
  }
  .professionals .subtitle {
    font-weight: 400;
  }
  .professionals__text {
    padding-right: 30px;
    padding-bottom: 70px;
  }
  .professionals__slider {
    padding-right: 60px;
  }
  .professionals__slider .slick-dots {
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .professionals:first-child {
    margin-top: 80px;
  }
  .professionals__slider-title,
  .professionals__slider-subtitle {
    margin-top: 15px;
  }
  .professionals__slider-title {
    font-size: 20px;
  }
  .professionals__slider-subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .professionals .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .professionals__row {
    display: block;
    position: relative;
    padding-bottom: 70px;
  }
  .professionals__image {
    width: 100%;
  }
  .professionals__text {
    padding: 0;
    position: static;
  }
  .professionals__text .button__custom {
    width: 100%;
  }
  .professionals__slider {
    padding-right: 0;
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
  .professionals__slider .slick-dots {
    flex-direction: row;
    position: static;
    margin-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  .professionals {
    margin-top: 40px;
  }
  .professionals:first-child {
    margin-top: 40px;
  }
  .professionals .title {
    padding-right: 75px;
  }
  .professionals .subtitle {
    top: 8px;
    font-size: 13px;
  }
}
/* RESULTS
--------------------------------------------- */
.results .container {
  position: relative;
}
.results .subtitle {
  font-family: Manrope;
  line-height: 1.1;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 15px;
}
/* process styles
--------------------------------------------- */
.process {
  margin-top: 80px;
}

.process .container {
  position: relative;
}

.process:first-child {
  margin-top: 160px;
}

.process .title {
  margin: 0 0 30px;
  font-family: Manrope;
  line-height: 1.1;
  text-align: inherit;
  color: #1A1A1A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  max-width: 900px;
  padding-right: 90px;
}

.process .subtitle {
  font-family: Manrope;
  line-height: 1.1;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 15px;
}

.process .subtitle small {
  z-index: 14px;
  font-weight: 500;
}

.process__list {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.process__list > li {
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-top: 40px;
}

.process__list > li::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100vw;
  max-width: 1440px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(26, 26, 26, 0.2);
}

.process__list .column-left {
  font-family: Manrope;
  font-size: 32px;
  line-height: 1.1;
  text-align: inherit;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  flex: 1;
  padding-right: 20px;
}

.process__list .column-left small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  min-width: 65px;
}

.process__list .column-right {
  width: 45%;
  min-width: 45%;
}

@media (max-width: 1399px) {
  .process .title {
    font-size: 52px;
  }
}

@media (max-width: 1199px) {
  .process .title {
    font-size: 48px;
    letter-spacing: normal;
  }
  .process .subtitle {
    font-weight: 400;
  }
  .process__list {
    margin-top: 40px;
  }
  .process__list .column-left {
    font-size: 24px;
  }
  .process__list .column-right br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .process:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .process .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .process {
    margin-top: 40px;
  }
  .process:first-child {
    margin-top: 40px;
  }
  .process .title {
    padding-right: 75px;
  }
  .process .subtitle {
    top: 8px;
    font-size: 13px;
  }
  .process__text br {
    display: none;
  }
  .process__list {
    margin-top: 10px;
  }
  .process__list > li {
    display: block;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .process__list .column-left {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .process__list .column-left small {
    font-size: 12px;
    font-weight: 600;
    min-width: 35px;
  }
  .process__list .column-left small span {
    display: block;
  }
  .process__list .column-right {
    width: auto;
  }
}

/* choose styles
--------------------------------------------- */
.choose {
  margin-top: 80px;
}

.choose .container {
  position: relative;
}

.choose:first-child {
  margin-top: 160px;
}

.choose .title {
  margin: 0 0 30px;
  font-family: Manrope;
  line-height: 1.1;
  text-align: inherit;
  color: #1A1A1A;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.92px;
  max-width: 900px;
  padding-right: 90px;
}

.choose .subtitle {
  font-family: Manrope;
  line-height: 1.1;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 15px;
}

.choose .subtitle small {
  z-index: 14px;
  font-weight: 500;
}

.choose__list {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.choose__list > li {
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-top: 40px;
}

.choose__list > li::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100vw;
  max-width: 1440px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(26, 26, 26, 0.2);
}

.choose__list .column-left {
  font-family: Manrope;
  font-size: 32px;
  line-height: 1.1;
  text-align: inherit;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  flex: 1;
  padding-right: 20px;
}

.choose__list .column-left small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  min-width: 65px;
}

.choose__list .column-right {
  width: 45%;
  min-width: 45%;
}

@media (max-width: 1399px) {
  .choose .title {
    font-size: 52px;
  }
}

@media (max-width: 1199px) {
  .choose .title {
    font-size: 48px;
    letter-spacing: normal;
  }
  .choose .subtitle {
    font-weight: 400;
  }
  .choose__list {
    margin-top: 40px;
  }
  .choose__list .column-left {
    font-size: 24px;
  }
  .choose__list .column-right br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .choose:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .choose .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .choose {
    margin-top: 40px;
  }
  .choose:first-child {
    margin-top: 40px;
  }
  .choose .title {
    padding-right: 75px;
  }
  .choose .subtitle {
    top: 8px;
    font-size: 13px;
  }
  .choose__text br {
    display: none;
  }
  .choose__list {
    margin-top: 10px;
  }
  .choose__list > li {
    display: block;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .choose__list .column-left {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .choose__list .column-left small {
    font-size: 12px;
    font-weight: 600;
    min-width: 35px;
  }
  .choose__list .column-left small span {
    display: block;
  }
  .choose__list .column-right {
    width: auto;
  }
}

/* contactinfo styles
--------------------------------------------- */
.contactinfo {
  margin-top: 80px;
}

.contactinfo:first-child {
  margin-top: 160px;
}

.contactinfo__row {
  display: flex;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #F9F9F9;
  background-color: #fff;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
}

.contactinfo__left {
  background-color: #011C2B;
  color: #F9F9F9;
  border-radius: 5px;
  width: 41.75%;
  min-width: 41.75%;
  padding: 40px;
}

.contactinfo__left .social__button-icon {
  display: block;
}

.contactinfo__left .social li {
  margin-left: 24px;
}

.contactinfo__left .social li:first-child {
  margin-left: 0;
}

.contactinfo__left-title {
  font-family: Manrope;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.96px;
  text-align: inherit;
  color: #F9F9F9;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 100px;
}

.contactinfo__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contactinfo__list > li {
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
}

.contactinfo__list > li a {
  color: white;
  text-decoration: none;
}

.contactinfo__list img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.contactinfo__right {
  flex: 1;
  padding: 50px 38px 50px 50px;
}

.contactinfo__form .btn-form {
  text-align: right;
}

.field-line {
  display: flex;
}

.field-line .field-itm {
  flex: 1;
  margin-right: 40px;
}

.field-line .field-itm:last-child {
  margin-right: 0;
}

.field-itm {
  margin-bottom: 45px;
}

.field-itm input,
.field-itm textarea {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 7px;
  display: block;
  width: 100%;
  font-size: 14px;
  transition: 0.15s;
  border: none;
  border-bottom: 1px solid #8D8D8D;
  border-radius: 0;
  outline: none !important;
  color: #011C2A;
}

.field-itm input:focus,
.field-itm textarea:focus {
  border-color: #011C2A;
}

.field-itm input:focus::placeholder,
.field-itm textarea:focus::placeholder {
  opacity: 0;
}

.field-itm textarea {
  resize: vertical;
  min-height: 40px;
}

.field-itm ::placeholder {
  color: #8D8D8D;
  transition: 0.15s;
}

.field-title {
  font-family: Manrope;
  font-size: 12px;
  line-height: 1.1;
  text-align: inherit;
  font-weight: 500;
}

.contactinfo iframe {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .contactinfo__right {
    padding: 40px 18px 40px 30px;
  }
  .field-line .field-itm {
    margin-right: 30px;
  }
  .contactinfo__left {
    padding: 30px;
  }
  .contactinfo__left-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .contactinfo:first-child {
    margin-top: 80px;
  }
  .contactinfo__row {
    display: block;
  }
  .contactinfo__left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-header .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}
	 .page-header {
  height: 450px;
  padding: 50px 0;
  box-sizing: border-box;
}
	 .page-header + .container {
  padding-top: 35px;
}
	 .header__bottom-line {
  display: none;
}
	 .page-title {
  font-size: 20px;
}
	 .header__brand {
  font-size: 51px;
}
	 .page-header {
    background-position-y: center;
    background-position-x: center;
    height: 500px;
  }
	.tab-container {
  flex-direction: column;
}
}

@media screen and (max-width: 576px) {
  .contactinfo {
    margin-top: 40px;
  }
  .contactinfo:first-child {
    margin-top: 40px;
  }
  .contactinfo__row {
    margin-top: 30px;
  }
  .contactinfo__left {
    text-align: center;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contactinfo__left .social {
    justify-content: center;
  }
  .contactinfo__left-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .contactinfo__list {
    display: flex;
    flex-direction: column;
  }
  .contactinfo__list > li {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .contactinfo__list > li:nth-child(1) {
    order: 99;
  }
  .contactinfo__list > li p:last-child {
    margin-bottom: 0;
  }
  .contactinfo__list img {
    width: 24px;
    height: 24px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .contactinfo__right {
    padding: 35px 3px 8px;
  }
  .field-line {
    display: block;
  }
  .field-line .field-itm {
    margin-right: 0;
  }
  .field-itm {
    margin-bottom: 25px;
  }
	.contactinfo iframe {
  margin-top: 10px;
 height:230px;
}
}

/* Price
--------------------------------------------- */

.price-list {
  padding: 0;
  margin: 0;
    margin-top: 0px;
  list-style: none;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}

.price-list li {
  border-radius: 5px;
  border: 1px solid rgba(20, 19, 19, 0.09);
  width: 22%;
  padding: 20px 0;
  background: white;
  max-width:290px;
}
.price-list li img{
  padding:  0 20px;
}
.price__name {
  font-weight: 600;
  font-size: 25px;
  font-family: Manrope;
  letter-spacing: -3%;
  line-height: 1.3;
  text-align: center;
  min-height: 130px;
  margin-bottom: 50px;
}
.page-id-616 .price__name {
  min-height: 65px;
   margin-bottom: 15px;

}
.price__price {
  background: #141313;
  color: white;
  height: 54px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
a.price__price {
  background: #141313;
  color: white !important;
  height: 54px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 20px;
}
.price__text {
  margin-bottom: 30px;
  min-height: 94px;
  padding:  0 20px;
}
.page-id-616 .price-list {
  margin: 0;
}

@media screen and (max-width: 576px) {
	.price-list li {
  width: 100%;
  max-width: 358px;
}
	.price-list li img {
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}		
}


label {
  font-family: Manrope;
  font-size: 12px;
  line-height: 1.1;
  text-align: inherit;
  font-weight: 500;
}
.half-form {
  display: flex;
  gap: 20px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 7px;
  display: block;
  width: 100%;
  font-size: 14px;
  transition: 0.15s;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #8D8D8D;
  border-radius: 0;
  outline: none !important;
  color: #011C2A;
}
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
    background-color: rgb(230, 230, 230);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  min-height: 54px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
  padding: 10px 30px;
  background-color: #141313;
  color: #fff !important;
  min-width: 307px;
}
input[type="submit"]:hover {
  background-color: #7B797E;
  color: #fff !important;
}
.form-button {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.half-form {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.pop-inner p {
  display: flex;
  position: relative;
  justify-content: flex-start;
  height: 58px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 450px;
}
.pop-inner p .wpcf7-spinner {
  position: absolute;
}
.pop-inner p .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  flex: 1;
  display: block;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #F9F9F9;
  padding-left: 20px;
  padding-right: 20px;
  color: #858C94;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  height: 40px;
  min-height: 58px;
  width: 330px;
}
input[type="submit"] {
  /*font-family: Manrope;
  font-size: 14px;
  font-weight: 400;*/
  text-transform: none;
  min-width: 0;
  padding-left: 22px;
  padding-right: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 117px;
  min-height: 58px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.service-template-default article .wp-block-button__link {
  border-radius: 5px;
  background-color: #141313;
  color:white;
}


#wpcf7-f3801-o3 form p {
  display: flex;
  max-width: 450px;
  position: relative;
}
#wpcf7-f3801-o3 form input[type="tel"] {
  flex: 1;
  display: block;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #F9F9F9;
  padding-left: 20px;
  padding-right: 20px;
  color: #858C94;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 150px;
  height: 60px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#wpcf7-f3801-o3 form .wpcf7-spinner {
  position: absolute;
  top: 70px;
  right: 15px;
}
#wpcf7-f3801-o3 form input[type="submit"] {
  width: 180px;
}
.big_black_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #141313;
  border-radius: 20px;
  color: white !important;
  text-decoration: none;
  margin-bottom: 7px;
  transition: 0.15s;
  width: 180px;
}
.big_black_bottom:hover {
	background-color: #7B797E;
}

.form-table .option-site-visibility {
  display: inline-block !important;
  width: 100%;
}
form .form-table .option-site-visibility {
  display: block !important;
}
.wpcf7-not-valid-tip {
  position: absolute;
}

.menu-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  #rmp-menu-wrap-4274 .rmp-menu-subarrow {
    font-size: 12px;
  }
}
.main-navigation ul  ul.sub-menu li:hover > ul, .main-navigation ul  ul.sub-menu li.focus > ul {
  display: block;
  left: auto;
}
@media screen and (min-width: 992px) {
  .main-navigation .sub-menu .sub-menu {
    overflow: hidden;
  }
}
