/*!
Theme Name: BDA Academy
Theme URI: http://underscores.me/
Author: BDA
Author URI: http://belovdigital.agency
Description: BDA Academy
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: bda
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.

BDA Academy 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap");
@keyframes blink-animation {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.8;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}

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

/* 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: #002d44;
	font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}

@media (max-width: 600px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	clear: both;
}

h1 {
	font-size: 58px;
	margin: 0;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 48px;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 28px;
	}
}

html :where(.editor-styles-wrapper) h1 {
	font-size: 46px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 1024px) {
	html :where(.editor-styles-wrapper) h1 {
		font-size: 48px;
	}
}

@media (max-width: 600px) {
	html :where(.editor-styles-wrapper) h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 49px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 1024px) {
	h2 {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 36px;
	}
}

@media (max-width: 600px) {
	h2 {
		font-size: 24px;
	}
}

html :where(.editor-styles-wrapper) h2 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 1024px) {
	html :where(.editor-styles-wrapper) h2 {
		font-size: 42px;
	}
}

@media (max-width: 768px) {
	html :where(.editor-styles-wrapper) h2 {
		font-size: 36px;
	}
}

@media (max-width: 600px) {
	html :where(.editor-styles-wrapper) h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 768px) {
	h3 {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	h3 {
		font-size: 16px;
	}
}

html :where(.editor-styles-wrapper) h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 768px) {
	html :where(.editor-styles-wrapper) h3 {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	html :where(.editor-styles-wrapper) h3 {
		font-size: 16px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.1rem;
}

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

/* Common
--------------------------------------------- */
.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
}

body.opened {
	height: 100vh;
	overflow: hidden;
}

.container {
	display: block;
	width: 100%;
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.container--container {
	display: block;
	width: 100%;
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.container--smallcontainer {
	display: block;
	width: 100%;
	max-width: 876px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	padding-bottom: 20px;
}

input:focus-visible {
	outline-offset: -2px;
	outline-width: 1px;
	outline-color: #0037df;
}

.site-main {
	min-height: 100vh;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	display: block;
}

.search-form label input:not([type='button']):not([type='submit']) {
	width: 100%;
	padding: 12px 29px;
}

.search-form label input:not([type='button']):not([type='submit']):focus-visible {
	outline-offset: 0;
	outline-width: 0;
	border-color: #848484;
}

.search-form input[type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.search-form__field {
	display: flex;
	align-items: center;
	position: relative;
	height: 35px;
}

@media (max-width: 1024px) {
	.search-form__field {
		height: 43px;
	}
}

.search-form__input[type='text']:not([type='button']):not([type='submit']) {
	position: absolute;
	height: 100%;
	width: 0;
	right: 0;
	background: #cf70b0;
	border: none;
	border-radius: 30px;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	transition: all 200ms ease;
	outline: none;
}

.opened .search-form__input[type='text']:not([type='button']):not([type='submit']) {
	width: 255px;
	padding-left: 15px;
	padding-right: 45px;
	border: 1px solid #dd99c7;
}

@media (max-width: 1024px) {
	.opened .search-form__input[type='text']:not([type='button']):not([type='submit']) {
		width: 100%;
	}
}

.search-form__input[type='text']:not([type='button']):not([type='submit'])::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.search-form__input[type='text']:not([type='button']):not([type='submit']):focus {
	color: #fff;
}

.search-form__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	outline: none;
	border: none !important;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff !important;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.search-form__icon {
		width: 43px;
		height: 43px;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.search-form__icon svg {
	color: #0037df;
	transition: all 200ms ease-in;
}

.search-form__icon:hover svg {
	color: #002d44;
}

.search-results article.elementor-post {
	background-color: #f0f4ed;
	padding: 25px 40px;
	border-radius: 20px;
	max-width: 80%;
}

@media (max-width: 1024px) {
	.search-results article.elementor-post {
		max-width: 100%;
	}
}

.search-results .elementor-pagination .page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f0f4ed;
	font-weight: bold;
}

@media (max-width: 767px) {
	.search-results .elementor-pagination .page-numbers {
		width: 35px;
		height: 35px;
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.search-results .elementor-pagination .page-numbers.current {
	font-weight: normal;
}

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

ul,
ol {
	margin: 12px 0;
}

ul {
	list-style: disc;
}

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

table.eael-data-table {
	border-collapse: collapse;
}

.table-long {
	overflow-x: auto;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none !important;
}

.gform_wrapper.gravity-theme .gform_footer input[type='submit'] {
	cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield_validation_message {
	display: none;
}

.subscribe-form .gform_wrapper.gravity-theme form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.subscribe-form .gform_wrapper.gravity-theme form {
		display: block;
	}
}

.subscribe-form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

@media (max-width: 767px) {
	.subscribe-form .gform_wrapper.gravity-theme .gform_footer {
		margin-left: 0;
	}
}

.subscribe-form .gform_wrapper.gravity-theme .gform-body {
	flex-grow: 1;
}

.subscribe-form .gform_wrapper.gravity-theme input[aria-invalid='true'] {
	border: 1px solid #d63a35 !important;
}

.subscribe-form .gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}

.subscribe-form-popup .eael-contact-form-title {
	margin-top: 0;
}

.subscribe-form-popup .eael-gravity-form-heading {
	margin-bottom: 40px;
}

.subscribe-form-popup .gform_wrapper.gravity-theme .gform_footer {
	padding-top: 5px;
}

.subscribe-form-popup .gform_wrapper.gravity-theme
input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
	line-height: 19.2px;
}

.subscribe-form-popup .gform_validation_errors {
	display: none;
}

.subscribe-form-popup .gform_confirmation_message {
	margin-bottom: 30px;
}

.gform_wrapper.gravity-theme .contact-form .gform_fields {
	grid-row-gap: 7px;
}

@media (max-width: 600px) {
	.gform_wrapper.gravity-theme .contact-form .gform_fields {
		grid-row-gap: 5px;
	}
}

.gform_wrapper.gravity-theme .contact-form input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([type='submit']) {
	padding: 16px 20px;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
}

@media (max-width: 600px) {
	.gform_wrapper.gravity-theme .contact-form input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']):not([type='submit']) {
		line-height: 1.2;
		padding: 12.5px 20px;
		border-radius: 5px;
	}
}

.gform_wrapper.gravity-theme .contact-form .gfield input:hover, .gform_wrapper.gravity-theme .contact-form .gfield input:focus, .gform_wrapper.gravity-theme .contact-form .gfield input:focus-visible {
	border: 1px solid #0037df;
	outline-offset: 0px;
	outline-width: 0;
	outline-color: transparent;
}

.gform_wrapper.gravity-theme .contact-form input[aria-invalid='true'] {
	border: 1px solid #d63a35 !important;
}

.gform_wrapper.gravity-theme .contact-form .gform_footer {
	position: relative;
	padding: 24px 0 10px 0;
}

@media (max-width: 600px) {
	.gform_wrapper.gravity-theme .contact-form .gform_footer {
		padding: 9px 0 0 0;
	}
}

.gform_wrapper.gravity-theme .contact-form .gform_footer input[type='submit'] {
	width: 100%;
}

@media (max-width: 600px) {
	.gform_wrapper.gravity-theme .contact-form .gform_footer input[type='submit'] {
		line-height: 1.2 !important;
		padding: 14px 20px;
	}
}

.gform_wrapper.gravity-theme .contact-form .gform_footer::after {
	content: '';
	display: block;
	width: 9px;
	height: 12px;
	margin-left: 7px;
	background-image: url(images/button-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 114px;
	top: 44px;
}

@media (max-width: 1280px) {
	.gform_wrapper.gravity-theme .contact-form .gform_footer::after {
		display: none;
	}
}

.contact-form .gform_confirmation_message {
	text-align: center;
}

.breadcrumbs {
	margin-top: 16px;
	font-size: 16px;
	line-height: 19.2px;
}

.breadcrumbs span {
	color: #9fa29d;
}

.breadcrumbs span a {
	color: #9fa29d;
	text-decoration: none;
}

.breadcrumbs span a:hover {
	color: #b24e91;
}

.breadcrumbs .breadcrumb_last {
	color: #b24e91;
}

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

.social-links__item {
	margin-right: 21px;
}

.social-links__link {
	color: #0037df;
}

.social-links__link svg {
	color: inherit;
}

.site-header {
	background-color: #f9f7f2;
	z-index: 9999;
}

.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(249, 247, 242, 0.8);
	backdrop-filter: blur(7.5px);
	transition: all 200ms ease-in-out;
}

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

.site-header.sticky .site-header__description {
	height: 0;
	overflow: hidden;
}

.site-header.sticky .site-header__action {
	background-color: #0037df;
	color: #fff;
}

.site-header.opened {
	background: rgba(249, 247, 242, 0.97);
}

.site-header.sticky + .site-main {
	padding-top: 76px;
}

.site-header .site-header__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.site-header .site-header__logo {
	flex-shrink: 0;
	padding-top: 23.5px;
	padding-bottom: 23.5px;
}

@media (max-width: 1024px) {
	.site-header .site-header__logo {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

.site-header .site-header__logo img {
	width: 181px;
	height: 27px;
}

@media (max-width: 767px) {
	.site-header .site-header__logo img {
		width: 111px;
		height: 19px;
	}
}

.site-header .site-header__description {
	font-size: 11px;
	color: #597a91;
	max-width: 241px;
	margin-bottom: 0;
	height: 26px;
	transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {
	.site-header .site-header__description {
		font-size: 9px;
		max-width: 198px;
	}
}

.site-header .site-header__action {
	margin-left: 25px;
	display: inline-block;
	padding: 11px 16px;
	border: 1px solid #0037df;
	font-size: 14px;
	border-radius: 30px;
	color: #0037df;
	font-weight: 600;
	text-decoration: none;
	transition: all 200ms ease-in;
}

@media (max-width: 1024px) {
	.site-header .site-header__action {
		display: none;
	}
}

.site-header .site-header__action:hover, .site-header .site-header__action:focus {
	-webkit-tap-highlight-color: transparent;
	background-color: #f9f7f2;
	color: #0028a3;
	border-color: #0028a3;
}

.site-footer {
	background-color: #f9f7f2;
}

.site-footer__top {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 600px) {
	.site-footer__top {
		padding-top: 37px;
		padding-bottom: 43px;
	}
}

.site-footer__brand {
	padding-top: 18px;
}

@media (max-width: 1024px) {
	.site-footer__brand {
		width: 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 600px) {
	.site-footer__brand {
		padding-top: 0;
		margin-bottom: 25px;
	}
}

@media (max-width: 600px) {
	.site-footer__brand .custom-logo {
		max-width: 114px;
	}
}

.site-footer__description {
	font-size: 11px;
	color: #597a91;
	max-width: 241px;
}

@media (max-width: 425px) {
	.site-footer__description {
		font-size: 9px;
		max-width: 198px;
	}
}

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

@media (max-width: 1024px) {
	.site-footer__wrapper {
		flex-wrap: wrap;
	}
}

.site-footer__menu {
	margin-left: auto;
	margin-right: 25px;
}

@media (max-width: 1024px) {
	.site-footer__menu {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.site-footer__menu {
		margin-bottom: 16px;
	}
}

.site-footer__menu .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}

@media (max-width: 767px) {
	.site-footer__menu .menu {
		display: block;
	}
}

.site-footer__menu .menu li {
	margin-right: 35px;
}

@media (max-width: 1024px) {
	.site-footer__menu .menu li {
		margin-right: 25px;
	}
}

@media (max-width: 767px) {
	.site-footer__menu .menu li {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

@media (max-width: 600px) {
	.site-footer__menu .menu li {
		margin-bottom: 22px;
	}
}

.site-footer__menu .menu li:last-child {
	display: none;
}

.site-footer__menu .menu li a {
	font-size: 14px;
	color: #002d44;
}

@media (max-width: 768px) {
	.site-footer__menu .menu li a {
		font-size: 12px;
	}
}

.site-footer__menu .menu li a:hover, .site-footer__menu .menu li a:focus {
	color: #0037df;
}

.site-footer__action {
	font-weight: 600;
	font-size: 14px;
	padding: 11px 17px 12px 16px;
	border: 1px solid #0037df;
	border-radius: 30px;
	color: #0037df;
}

.site-footer__bottom {
	background: #f1eee7;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media (max-width: 767px) {
	.site-footer__bottom {
		padding-top: 28px;
		padding-bottom: 30px;
	}
}

.site-footer__bottom-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.site-footer__bottom-container {
		display: block;
	}
}

.site-footer__info-menu .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}

@media (max-width: 767px) {
	.site-footer__info-menu .menu {
		display: block;
	}
}

.site-footer__info-menu .menu li {
	margin-right: 35px;
}

@media (max-width: 767px) {
	.site-footer__info-menu .menu li {
		margin-right: 0;
		margin-bottom: 19px;
	}
}

.site-footer__info-menu .menu li a {
	font-size: 14px;
	color: #597a91;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.site-footer__info-menu .menu li a {
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.site-footer__social .social-links__item {
		margin-right: 24px;
	}
}

@media (max-width: 600px) {
	.site-footer__social .social-links__item svg {
		width: 36px;
		height: 36px;
	}
}

.site-footer__payments {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.site-footer__payments {
		display: block;
	}
}

@media (max-width: 600px) {
	.site-footer__payments {
		padding-top: 10px;
	}
}

.site-footer__payments-title {
	font-size: 14px;
	color: #597a91;
	margin-right: 17px;
}

@media (max-width: 767px) {
	.site-footer__payments-title {
		display: block;
		font-size: 12px;
		margin-bottom: 9px;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.site-footer__payments-title {
		margin-bottom: 5px;
	}
}

.site-footer__payments-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	padding-top: 2px;
}

.site-footer__payments-item {
	display: inline-block;
	width: intrinsic;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.site-footer__payments-item {
		margin-right: 15px;
	}
}

.site-footer__payments-item:last-child {
	margin-right: 0;
}

@media (min-width: 1024px) {
	.category-sidebar {
		position: sticky !important;
		top: 0;
	}
}

.category-sidebar::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	right: 0;
	margin-left: calc( 50% - 50vw);
	height: 100%;
	background-color: #f0f4ed;
}

.category-posts .elementor-posts .elementor-post__card {
	flex-direction: column-reverse;
}

.category-posts .elementor-posts .elementor-post__card:hover {
	background-color: #b24e91 !important;
}

.category-posts .elementor-posts .elementor-post__card:hover .elementor-post__title a {
	color: #fff;
}

.category-posts .elementor-posts .elementor-post__card .elementor-post__thumbnail {
	border-radius: 20px;
}

.category-posts .elementor-posts .elementor-post__card .elementor-post__title {
	padding-top: 17px;
	padding-bottom: 16px;
}

.category-posts .elementor-posts .elementor-post__card .elementor-post__title a {
	display: block;
}

.category-posts .elementor-posts .elementor-post__thumbnail__link {
	margin-bottom: 0;
}

.category-breadcrumbs #breadcrumbs span {
	color: #9fa29d;
}

.category-breadcrumbs #breadcrumbs a:hover {
	color: #b24e91;
}

.category-breadcrumbs #breadcrumbs .breadcrumb_last {
	color: #b24e91;
}

.single-post__table-contents .elementor-toc__list-wrapper {
	margin-left: 0;
}

.single-post__table-contents .elementor-toc__list-item {
	margin-bottom: 20px;
}

.single-post__table-contents .elementor-item-active {
	display: flex;
}

.single-post__table-contents .elementor-item-active::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #b24e91;
	margin-top: 7px;
}

.swiper.swiper-horizontal {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.swiper.swiper-horizontal .swiper-button-prev,
.swiper.swiper-horizontal .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #0037df;
	transition: background-color 200ms ease-in;
}

.swiper.swiper-horizontal .swiper-button-prev:hover, .swiper.swiper-horizontal .swiper-button-prev:focus,
.swiper.swiper-horizontal .swiper-button-next:hover,
.swiper.swiper-horizontal .swiper-button-next:focus {
	background-color: #0037df;
}

.swiper.swiper-horizontal .swiper-button-prev:hover svg, .swiper.swiper-horizontal .swiper-button-prev:focus svg,
.swiper.swiper-horizontal .swiper-button-next:hover svg,
.swiper.swiper-horizontal .swiper-button-next:focus svg {
	color: #fff;
}

.swiper.swiper-horizontal .swiper-button-prev::after,
.swiper.swiper-horizontal .swiper-button-next::after {
	display: none;
}

.swiper.swiper-horizontal .swiper-button-prev svg,
.swiper.swiper-horizontal .swiper-button-next svg {
	stroke: currentColor;
	color: #0037df;
	transition: color 200ms ease-in;
}

.swiper.swiper-horizontal .swiper-pagination-bullets {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 12px;
}

.swiper.swiper-horizontal .swiper-pagination-bullets span.swiper-pagination-bullet {
	border: 1px solid #0037df;
	width: 8px;
	height: 8px;
	margin-left: 7.5px;
	margin-right: 7.5px;
	transition: all 200ms ease-in;
}

@media (max-width: 600px) {
	.swiper.swiper-horizontal .swiper-pagination-bullets span.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin-left: 6px;
		margin-right: 6px;
	}
}

.swiper.swiper-horizontal .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background-color: #0037df;
}

@media (max-width: 600px) {
	.swiper.swiper-horizontal .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
	}
}

.swiper.swiper-horizontal .swiper-pagination-bullets span.swiper-pagination-bullet:hover, .swiper.swiper-horizontal .swiper-pagination-bullets span.swiper-pagination-bullet:focus {
	background-color: #0037df;
}

.video {
	width: 100%;
	height: auto !important;
	position: relative;
	object-fit: cover;
	object-position: center;
}

.video-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	border-radius: 30px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.video-wrapper {
		border-radius: 10px;
	}
}

.video-wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #0037df;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.video-wrapper.play-clicked::after {
	display: none;
}

.video-play, .video-pause {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	transform: translate(-50%, -50%);
	opacity: 0.8;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.video-play:hover, .video-pause:hover {
	background-color: #f9f7f2;
}

.video-play:hover svg, .video-pause:hover svg {
	color: #0028a3;
}

@media (max-width: 600px) {
	.video-play, .video-pause {
		max-width: 60px;
		max-height: 60px;
	}
}

.video-play svg, .video-pause svg {
	width: 30px;
	height: 30px;
	object-fit: contain;
	object-position: center;
	fill: currentcolor;
	color: #0037df;
}

.video-play {
	display: flex;
}

.video-play svg {
	position: relative;
	left: 3px;
}

.video-pause {
	display: none;
}

.video-pause.active {
	display: flex;
}

.video-controls {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

@media (max-width: 600px) {
	.video-controls {
		max-width: 80px;
		max-height: 80px;
	}
}

.video-controls:hover .video-play,
.video-controls:hover .video-pause, .video-controls:focus .video-play,
.video-controls:focus .video-pause {
	opacity: 0.9 !important;
}

.video::-webkit-media-controls {
	visibility: hidden;
}

.video::-webkit-media-controls-enclosure {
	visibility: visible;
}

/* Links
--------------------------------------------- */
a {
	color: #0037df;
	text-decoration: none;
	color: #0037df;
}

a:hover, a:focus, a:active {
	color: #0028a3;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border-radius: 30px;
	line-height: 1;
	padding: 15.5px 28px;
	text-decoration: none;
	transition: all 200ms ease-in;
	cursor: pointer;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	border-color: #0037df;
}

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: #0037df;
}

.btn {
	border-radius: 30px;
	line-height: 1;
	text-decoration: none;
	transition: all 200ms ease-in;
	padding: 15px 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	border-width: 2px;
	border-style: solid;
}

@media (max-width: 600px) {
	.btn {
		font-size: 14px;
		padding: 15px 26px;
	}
}

.btn--primary {
	background-color: #0037df;
	border-color: #0037df;
	color: #fff;
}

.btn--primary:hover, .btn--primary:focus {
	background-color: #0028a3;
	border-color: #0028a3;
	color: #fff;
}

.btn--white {
	background: #ffffff;
	color: #0037df;
	border-color: #ffffff;
}

.btn--white:hover, .btn--white:focus {
	background-color: #f9f7f2;
	border-color: #f9f7f2;
	color: #0028a3;
}

.btn--outline {
	background-color: #fff;
	border-color: #0037df;
	color: #0037df;
}

.btn--outline:hover, .btn--outline:focus {
	border-color: #0028a3;
	color: #0028a3;
}

.btn--icon {
	padding: 15px 22px 15px 26px;
	position: relative;
}

.btn--icon::after {
	content: '';
	display: block;
	width: 9px;
	height: 12px;
	margin-left: 7px;
	background-image: url(images/button-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

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: #002d44;
	border: 1px solid #cbcbcb;
	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: #002d44;
}

select {
	border: 1px solid #cbcbcb;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	width: auto;
	margin-left: auto;
	padding-top: 16px;
	transition: all 200ms ease-in-out;
}

@media (max-width: 1024px) {
	.main-navigation {
		padding-top: 14px;
	}
}

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

.main-navigation ul .sub-menu {
	width: 200px;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	display: flex;
	flex-direction: column;
	z-index: 99999;
	transition: all 200ms ease-in-out;
}

@media (max-width: 1024px) {
	.main-navigation ul .sub-menu {
		position: fixed;
		top: 141px;
		left: -999em !important;
		width: 100%;
		height: calc( 100vh - 140px);
		box-shadow: none;
		padding-top: 34px;
	}
	.main-navigation ul .sub-menu.show-sub-menu {
		left: 0 !important;
		position: fixed;
	}
}

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

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

.main-navigation ul .sub-menu a {
	width: 200px;
	color: #0037df;
	padding: 8px 15px;
}

@media (max-width: 1024px) {
	.main-navigation ul .sub-menu a {
		padding: 12.5px 15px;
		color: #262626;
	}
}

.main-navigation ul .sub-menu a:hover, .main-navigation ul .sub-menu a:focus {
	color: #002d44;
}

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

.main-navigation li {
	position: relative;
	margin-right: 35px;
}

@media (max-width: 1024px) {
	.main-navigation li {
		margin-right: 0;
	}
}

.main-navigation li a:not(.site-header__action) {
	display: block;
	text-decoration: none;
	color: #002d44;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.main-navigation li a:not(.site-header__action) {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.main-navigation li a:not(.site-header__action):hover {
	color: #0037df;
}

@media (max-width: 1024px) {
	.main-navigation li a:not(.site-header__action):hover {
		color: #0037df;
	}
}

.main-navigation li.nav-menu-action {
	display: none;
	margin-left: 25px;
	padding: 11px 16px;
	border: 1px solid #0037df;
	font-size: 14px;
	border-radius: 30px;
	color: #0037df;
	font-weight: 600;
	text-decoration: none;
	transition: all 200ms ease-in;
}

@media (max-width: 1024px) {
	.main-navigation li.nav-menu-action {
		display: inline-block;
		width: auto;
		font-size: 14px;
		padding: 13px 23px;
		margin-left: 0;
		margin-top: 38px;
	}
}

.main-navigation li.nav-menu-action:hover, .main-navigation li.nav-menu-action:focus {
	-webkit-tap-highlight-color: transparent;
	background-color: #f9f7f2;
	color: #0028a3;
	border-color: #0028a3;
}

.main-navigation li.nav-menu-action a {
	color: #0037df;
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.sticky .main-navigation {
		padding-top: 10px;
	}
}

/* Small menu. */
.menu-toggle {
	display: block;
	margin-left: auto;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: transparent !important;
	border: none;
	outline: none;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-toggle:hover {
	border: none !important;
	-webkit-tap-highlight-color: white;
}

.menu-toggle__icon {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.menu-toggle__icon--open {
	display: block;
	background-image: url("images/nav-open.svg");
	width: 100%;
	height: 100%;
}

.menu-toggle__icon--close {
	display: none;
	background-image: url("images/nav-close.svg");
	width: 100%;
	height: 100%;
}

.main-navigation.toggled ul:not(.sub-menu) {
	display: block;
	padding: 46.5px 15px;
}

.main-navigation.toggled .main-navigation__wrapper {
	display: block;
	position: absolute;
	width: 100%;
	top: 64px;
	left: 0;
	height: calc( 100vh - 64px);
	background: rgba(249, 247, 242, 0.97);
	backdrop-filter: blur(7.5px);
	z-index: 999;
}

@media (max-width: 1024px) {
	.main-navigation.toggled .main-navigation__wrapper {
		top: 84px;
		height: calc( 100vh - 84px);
	}
	.sticky .main-navigation.toggled .main-navigation__wrapper {
		top: 64px;
		height: calc( 100vh - 64px);
		background: rgba(249, 247, 242, 0.97);
	}
}

@media (max-width: 600px) {
	.sticky .main-navigation.toggled .main-navigation__wrapper {
		top: 54px;
		height: calc( 100vh - 54px);
		background: rgba(249, 247, 242, 0.97);
	}
}

.admin-bar .main-navigation.toggled .main-navigation__wrapper {
	top: 122px;
}

.main-navigation.toggled .main-navigation__search {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #0037df;
	padding-top: 19px;
	padding-bottom: 18px;
	border-top: 1px solid #bf5ea0;
}

.main-navigation.toggled .search-form {
	display: block;
}

.main-navigation.toggled .menu-toggle__icon--open {
	display: none;
}

.main-navigation.toggled .menu-toggle__icon--close {
	display: block;
}

@media screen and (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}

.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
--------------------------------------------- */
.updated:not(.published) {
	display: none;
}

.page {
	background-color: #f9f7f2;
}

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

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

.entry-header {
	margin-top: 65px;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.entry-header {
		margin-top: 40px;
	}
}

.entry-header .entry-title {
	font-weight: 500;
	font-size: 49px;
}

@media (max-width: 600px) {
	.entry-header .entry-title {
		font-size: 28px;
	}
}

.container--smallcontainer .entry-content h2 {
	font-weight: 500;
	font-size: 25px;
	margin-top: 35px;
	margin-bottom: 15px;
}

@media (max-width: 600px) {
	.container--smallcontainer .entry-content h2 {
		font-size: 20px;
	}
}

.container--smallcontainer .entry-content ul,
.container--smallcontainer .entry-content ol {
	padding-left: 30px;
}

.container--smallcontainer .entry-content ul li,
.container--smallcontainer .entry-content ol li {
	margin-bottom: 13px;
}

.container--smallcontainer .entry-content li > ul {
	margin-left: 15px;
}

.swiper .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, .swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-swiper .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
	border: 1px solid #b24e91;
	margin-left: 10px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	opacity: 1;
}

.swiper .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.elementor-swiper .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.elementor-swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #b24e91;
}

.main-slider .swiper-container-horizontal .swiper-slide-inner {
	max-width: 1310px;
	padding: 80px 15px;
	z-index: 3;
}

.main-slider .swiper-container-horizontal .elementor-slide-description br {
	display: block;
	content: '';
	margin-top: 10px;
}

.main-slider .swiper-container-horizontal .swiper-slide::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(69.02deg, rgba(0, 0, 0, 0.81) 31.61%, rgba(0, 0, 0, 0) 68.01%);
}

@media (max-width: 767px) {
	.main-slider .swiper-container-horizontal .swiper-slide::before {
		background: linear-gradient(123.92deg, rgba(0, 0, 0, 0.61) 39.75%, rgba(0, 0, 0, 0) 118%);
	}
}

.main-slider .swiper-container-horizontal .swiper-slide::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/banner_elements_1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	z-index: 2;
}

@media (max-width: 767px) {
	.main-slider .swiper-container-horizontal .swiper-slide::after {
		background-image: url(images/banner_elements_1_mob.svg);
		background-size: cover;
	}
}

.main-slider .swiper-container-horizontal .swiper-slide:nth-child(2n)::after {
	top: unset;
	bottom: 0;
	left: unset;
	right: 0;
	content: '';
	width: 786px;
	background-image: url(images/banner_elements_2.svg);
	background-size: cover;
	background-position: right bottom;
}

@media (max-width: 767px) {
	.main-slider .swiper-container-horizontal .swiper-slide:nth-child(2n)::after {
		width: 100%;
		background-image: url(images/banner_elements_2_mob.svg);
	}
}

.main-slider .swiper-container-horizontal .swiper-pagination-bullets {
	position: relative;
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	left: -10px;
}

@media (max-width: 767px) {
	.main-slider .swiper-container-horizontal .swiper-pagination-bullets {
		justify-content: center;
		left: 0;
	}
}

.main-slider .swiper-container-horizontal .swiper-pagination-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 42px;
}

@media (max-width: 767px) {
	.main-slider .swiper-container-horizontal .swiper-pagination-wrapper {
		bottom: 35px;
	}
}

.error-404__wrapper {
	padding-top: 60px;
	padding-bottom: 147px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-404__header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-404__number {
	font-family: 'Holen Vintage';
	font-size: 215px;
	line-height: 1.2;
	margin-bottom: 16px;
	color: #0037df;
}

@media (max-width: 767px) {
	.error-404__number {
		font-size: 180px;
	}
}

.error-404__title.page-title {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 39px;
	text-align: center;
}

@media (max-width: 767px) {
	.error-404__title.page-title {
		margin-bottom: 20px;
		font-size: 30px;
	}
}

.error-404 .page-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-404 .page-content p {
	margin-bottom: 50px;
	text-align: center;
}

.error-404__search {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 413px;
}

@media (max-width: 600px) {
	.error-404__search {
		width: 100%;
	}
}

.error-404__search form {
	width: 100%;
}

/* 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: 12px 0;
	font-size: 15px;
	line-height: 18px;
	color: #6b7067;
}

.wp-caption-text {
	text-align: left;
}

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

/*# sourceMappingURL=style.css.map */