/*!
Theme Name: howsimpl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: howsimpl
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.

howsimpl 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 {
	-webkit-text-size-adjust: 100%;
}

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

/**
 * 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 {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-width: 100%;
	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
--------------------------------------------- */


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

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

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
	padding-left: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/* Links
--------------------------------------------- */
a,
a:focus,
a:active,
a:visited {
	text-decoration: inherit;
	outline: none;
}


/* Forms
--------------------------------------------- */



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 {
	border: 0;
	outline: 0;
	border-radius: 0;
	padding: 0;
}


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: 37.5em) {

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


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

/*-----* Standardization *-----*/

body {
	margin: 0;
	background: #FFFBEE;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	color: #5F5F60;
}


.site-main{
	overflow:clip;
}


p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #5F5F60;
	margin: 0;
	letter-spacing: 0.01rem;
}


p:not(:last-child) {
	margin-bottom: 10px;
}

.text-color-white,
.text-color-white *{
	color: #FFF;
}

.text-black,
.text-black * {
	color: #21201e;
}

.mobile-heading {
	display: none;
}

.text-big {
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.text-small,
.text-small * {
	font-size: 18px;
}

@media screen and (max-width: 1599.98px) {
	body,p {
		font-size: 18px;
	}

	.text-big {
		font-size: 20px;
	}

	.text-small,
	.text-small * {
		font-size: 16px;
	}
}

@media screen and (max-width: 1199.98px) {
	body, p, .text-big  {
		font-size: 17px;
	}

	.text-small,
	.text-small * {
		font-size: 15px;
	}


	.heading.mobile-heading {
		display: flex;
	}

	.heading {
		display: none;
	}
}

@media screen and (max-width: 599.98px) {
	body, p, .text-big {
		font-size: 16px;
	}

	.text-small,
	.text-small * {
		font-size: 14px;
	}


	p:not(:last-child) {
		margin-bottom: 10px;
	}

}

/* Container */
.site-container {
	width: 100%;
	max-width: 1440px;
	padding: 0 40px;
	margin: 0 auto;
}


@media screen and (min-width: 1600px) {
	.site-container {
		max-width: 1640px;
	}

	.text-page-container.site-container {
		max-width: 900px;
	}
}

@media screen and (max-width: 1024.98px) {
	.site-container {
		padding: 0 15px;
	}

}

/* Container END */

.bodoni {
	font-family: 'Bodoni Antiqua URW Light', sans-serif;
}

/* Headings */

.heading span {
	display: block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	letter-spacing: -0.015rem;
	margin: 0;
	font-weight: 400;
	color: #FFF;
	font-family: 'Bodoni Antiqua URW Light', sans-serif;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	line-height: 1.1;
}

h1, .h1 {
	font-size: 116px;
	line-height: 1;
	text-transform: uppercase;
}

h2, .h2 {
	font-size: 74px;
	text-transform: uppercase;
}

h3, .h3 {
	font-size: 58px;
	letter-spacing: -0.01em;
}


h4, .h4 {
	font-size: 46px;
	letter-spacing: -0.01em;
}

h5, .h5 {
	font-size: 38px;
}

h6, .h6 {
	font-size: 28px;
}

.black-heading,
.black-heading * {
	color: #21201E;
}

ol {
	list-style: none;
	padding-left: 0;
}


@media screen and (max-width: 1599.98px) {
	h1, .h1 {
		font-size: 96px;
	}

	h2, .h2 {
		font-size: 64px;
	}

	h3, .h3 {
		font-size: 48px;
	}

	h4, .h4 {
		font-size: 36px;
	}

	h5, .h5 {
		font-size: 28px;
	}

	h6, .h6 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1199.98px) {
	h1, .h1 {
		font-size: 81px;
	}

	h2, .h2 {
		font-size: 54px;
	}

	h3, .h3 {
		font-size: 38px;
	}

	h4, .h4 {
		font-size: 30px;
	}

	h5, .h5 {
		font-size: 26px;
	}

	h6, .h6 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1024.98px) {
	h1, .h1 {
		font-size: 64px;
	}

	h2, .h2 {
		font-size: 50px;
	}

	h3, .h3 {
		font-size: 36px;
	}

	h4, .h4 {
		font-size: 28px;
	}

	h5, .h5 {
		font-size: 24px;
	}

	h6, .h6 {
		font-size: 18px;
	}
}

@media screen and (max-width: 599.98px) {
	h1, .h1 {
		font-size: 50px;
	}

	h2, .h2 {
		font-size: 40px;
	}

	h3, .h3 {
		font-size: 32px;
	}

	h4, .h4 {
		font-size: 24px;
	}

	h5, .h5 {
		font-size: 20px;
	}

	h6, .h6 {
		font-size: 16px;
	}

	.heading span {
		display: block;
		letter-spacing: 0.001em
	}

}

/* Headings END */


/* Buttons */
button {
	cursor: pointer;
}


.btn {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding: 3px 24px 3px 62px;
	background: #FFF;
	box-shadow: 0 20px 50px 0 rgba(27, 41, 36, 0.29);
	border: 1px solid transparent;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #3f4f49;
	min-height: 60px;
	position: relative;
}

.btn:hover {
	box-shadow: unset;
	color: #738579;
}

.btn:hover::before {
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="24" fill="%23738579"/><path d="M18.6569 29.9694L29.9706 18.6556M29.9706 18.6556H18.6569M29.9706 18.6556V29.9694" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
}


.btn::before {
	content: '';
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="24" fill="%233F4F49"/><path d="M18.6569 29.9694L29.9706 18.6556M29.9706 18.6556H18.6569M29.9706 18.6556V29.9694" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
	transition: all 0.3s ease;
}

.btn-2:hover::before {
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="24" fill="%233F4F49"/><path d="M18.6569 29.9694L29.9706 18.6556M29.9706 18.6556H18.6569M29.9706 18.6556V29.9694" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
	no-repeat center/contain;
}

.btn-2 {
	background: #465953;
	color: #FFF;
}

.btn-2:hover {
	background: #738579;
	box-shadow: unset;
	color: #FFF;
}


.btn-2::before {
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" rx="24" fill="%23738579"/><path d="M18.6569 29.9694L29.9706 18.6556M29.9706 18.6556H18.6569M29.9706 18.6556V29.9694" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
}



.btn[download]::before,
.btn.download::before {
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6092_2)"><path d="M48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48C37.2548 48 48 37.2548 48 24Z" fill="%233F4F49"/><path d="M32.2487 30.4141H15.7487C15.5056 30.4141 15.2724 30.5106 15.1005 30.6825C14.9286 30.8545 14.832 31.0876 14.832 31.3307C14.832 31.5738 14.9286 31.807 15.1005 31.9789C15.2724 32.1508 15.5056 32.2474 15.7487 32.2474H32.2487C32.4918 32.2474 32.725 32.1508 32.8969 31.9789C33.0688 31.807 33.1654 31.5738 33.1654 31.3307C33.1654 31.0876 33.0688 30.8545 32.8969 30.6825C32.725 30.5106 32.4918 30.4141 32.2487 30.4141Z" fill="white"/><path d="M23.9998 14.8359C23.7567 14.8359 23.5236 14.9325 23.3517 15.1044C23.1798 15.2763 23.0832 15.5095 23.0832 15.7526V25.4601L20.0673 22.4351C19.8947 22.2625 19.6606 22.1655 19.4165 22.1655C19.1724 22.1655 18.9383 22.2625 18.7657 22.4351C18.5931 22.6077 18.4961 22.8418 18.4961 23.0859C18.4961 23.33 18.5931 23.5642 18.7657 23.7368L23.349 28.3201C23.4342 28.406 23.5356 28.4742 23.6473 28.5208C23.759 28.5673 23.8788 28.5913 23.9998 28.5913C24.1209 28.5913 24.2407 28.5673 24.3524 28.5208C24.4641 28.4742 24.5655 28.406 24.6507 28.3201L29.234 23.7368C29.3195 23.6513 29.3873 23.5498 29.4335 23.4382C29.4798 23.3265 29.5036 23.2068 29.5036 23.0859C29.5036 22.9651 29.4798 22.8454 29.4335 22.7337C29.3873 22.622 29.3195 22.5206 29.234 22.4351C29.1485 22.3496 29.0471 22.2818 28.9354 22.2356C28.8237 22.1893 28.704 22.1655 28.5832 22.1655C28.4623 22.1655 28.3426 22.1893 28.231 22.2356C28.1193 22.2818 28.0178 22.3496 27.9323 22.4351L24.9165 25.4601V15.7526C24.9165 15.5095 24.8199 15.2763 24.648 15.1044C24.4761 14.9325 24.243 14.8359 23.9998 14.8359Z" fill="white"/></g><defs><clipPath id="clip0_6092_2"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>') center / contain no-repeat;
}

.btn-2[download]::before,
.btn-2.download::before{
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6092_2)"><path d="M48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48C37.2548 48 48 37.2548 48 24Z" fill="%23738579"/><path d="M32.2487 30.4141H15.7487C15.5056 30.4141 15.2724 30.5106 15.1005 30.6825C14.9286 30.8545 14.832 31.0876 14.832 31.3307C14.832 31.5738 14.9286 31.807 15.1005 31.9789C15.2724 32.1508 15.5056 32.2474 15.7487 32.2474H32.2487C32.4918 32.2474 32.725 32.1508 32.8969 31.9789C33.0688 31.807 33.1654 31.5738 33.1654 31.3307C33.1654 31.0876 33.0688 30.8545 32.8969 30.6825C32.725 30.5106 32.4918 30.4141 32.2487 30.4141Z" fill="white"/><path d="M23.9998 14.8359C23.7567 14.8359 23.5236 14.9325 23.3517 15.1044C23.1798 15.2763 23.0832 15.5095 23.0832 15.7526V25.4601L20.0673 22.4351C19.8947 22.2625 19.6606 22.1655 19.4165 22.1655C19.1724 22.1655 18.9383 22.2625 18.7657 22.4351C18.5931 22.6077 18.4961 22.8418 18.4961 23.0859C18.4961 23.33 18.5931 23.5642 18.7657 23.7368L23.349 28.3201C23.4342 28.406 23.5356 28.4742 23.6473 28.5208C23.759 28.5673 23.8788 28.5913 23.9998 28.5913C24.1209 28.5913 24.2407 28.5673 24.3524 28.5208C24.4641 28.4742 24.5655 28.406 24.6507 28.3201L29.234 23.7368C29.3195 23.6513 29.3873 23.5498 29.4335 23.4382C29.4798 23.3265 29.5036 23.2068 29.5036 23.0859C29.5036 22.9651 29.4798 22.8454 29.4335 22.7337C29.3873 22.622 29.3195 22.5206 29.234 22.4351C29.1485 22.3496 29.0471 22.2818 28.9354 22.2356C28.8237 22.1893 28.704 22.1655 28.5832 22.1655C28.4623 22.1655 28.3426 22.1893 28.231 22.2356C28.1193 22.2818 28.0178 22.3496 27.9323 22.4351L24.9165 25.4601V15.7526C24.9165 15.5095 24.8199 15.2763 24.648 15.1044C24.4761 14.9325 24.243 14.8359 23.9998 14.8359Z" fill="white"/></g><defs><clipPath id="clip0_6092_2"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>') center / contain no-repeat;
}

.btn[download]:hover::before,
.btn.download:hover::before{
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6092_2)"><path d="M48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48C37.2548 48 48 37.2548 48 24Z" fill="%23738579"/><path d="M32.2487 30.4141H15.7487C15.5056 30.4141 15.2724 30.5106 15.1005 30.6825C14.9286 30.8545 14.832 31.0876 14.832 31.3307C14.832 31.5738 14.9286 31.807 15.1005 31.9789C15.2724 32.1508 15.5056 32.2474 15.7487 32.2474H32.2487C32.4918 32.2474 32.725 32.1508 32.8969 31.9789C33.0688 31.807 33.1654 31.5738 33.1654 31.3307C33.1654 31.0876 33.0688 30.8545 32.8969 30.6825C32.725 30.5106 32.4918 30.4141 32.2487 30.4141Z" fill="white"/><path d="M23.9998 14.8359C23.7567 14.8359 23.5236 14.9325 23.3517 15.1044C23.1798 15.2763 23.0832 15.5095 23.0832 15.7526V25.4601L20.0673 22.4351C19.8947 22.2625 19.6606 22.1655 19.4165 22.1655C19.1724 22.1655 18.9383 22.2625 18.7657 22.4351C18.5931 22.6077 18.4961 22.8418 18.4961 23.0859C18.4961 23.33 18.5931 23.5642 18.7657 23.7368L23.349 28.3201C23.4342 28.406 23.5356 28.4742 23.6473 28.5208C23.759 28.5673 23.8788 28.5913 23.9998 28.5913C24.1209 28.5913 24.2407 28.5673 24.3524 28.5208C24.4641 28.4742 24.5655 28.406 24.6507 28.3201L29.234 23.7368C29.3195 23.6513 29.3873 23.5498 29.4335 23.4382C29.4798 23.3265 29.5036 23.2068 29.5036 23.0859C29.5036 22.9651 29.4798 22.8454 29.4335 22.7337C29.3873 22.622 29.3195 22.5206 29.234 22.4351C29.1485 22.3496 29.0471 22.2818 28.9354 22.2356C28.8237 22.1893 28.704 22.1655 28.5832 22.1655C28.4623 22.1655 28.3426 22.1893 28.231 22.2356C28.1193 22.2818 28.0178 22.3496 27.9323 22.4351L24.9165 25.4601V15.7526C24.9165 15.5095 24.8199 15.2763 24.648 15.1044C24.4761 14.9325 24.243 14.8359 23.9998 14.8359Z" fill="white"/></g><defs><clipPath id="clip0_6092_2"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>') center / contain no-repeat;
}

.btn-2[download]:hover::before,
.btn-2.download:hover::before {
	background: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6092_2)"><path d="M48 24C48 10.7452 37.2548 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2548 10.7452 48 24 48C37.2548 48 48 37.2548 48 24Z" fill="%233F4F49"/><path d="M32.2487 30.4141H15.7487C15.5056 30.4141 15.2724 30.5106 15.1005 30.6825C14.9286 30.8545 14.832 31.0876 14.832 31.3307C14.832 31.5738 14.9286 31.807 15.1005 31.9789C15.2724 32.1508 15.5056 32.2474 15.7487 32.2474H32.2487C32.4918 32.2474 32.725 32.1508 32.8969 31.9789C33.0688 31.807 33.1654 31.5738 33.1654 31.3307C33.1654 31.0876 33.0688 30.8545 32.8969 30.6825C32.725 30.5106 32.4918 30.4141 32.2487 30.4141Z" fill="white"/><path d="M23.9998 14.8359C23.7567 14.8359 23.5236 14.9325 23.3517 15.1044C23.1798 15.2763 23.0832 15.5095 23.0832 15.7526V25.4601L20.0673 22.4351C19.8947 22.2625 19.6606 22.1655 19.4165 22.1655C19.1724 22.1655 18.9383 22.2625 18.7657 22.4351C18.5931 22.6077 18.4961 22.8418 18.4961 23.0859C18.4961 23.33 18.5931 23.5642 18.7657 23.7368L23.349 28.3201C23.4342 28.406 23.5356 28.4742 23.6473 28.5208C23.759 28.5673 23.8788 28.5913 23.9998 28.5913C24.1209 28.5913 24.2407 28.5673 24.3524 28.5208C24.4641 28.4742 24.5655 28.406 24.6507 28.3201L29.234 23.7368C29.3195 23.6513 29.3873 23.5498 29.4335 23.4382C29.4798 23.3265 29.5036 23.2068 29.5036 23.0859C29.5036 22.9651 29.4798 22.8454 29.4335 22.7337C29.3873 22.622 29.3195 22.5206 29.234 22.4351C29.1485 22.3496 29.0471 22.2818 28.9354 22.2356C28.8237 22.1893 28.704 22.1655 28.5832 22.1655C28.4623 22.1655 28.3426 22.1893 28.231 22.2356C28.1193 22.2818 28.0178 22.3496 27.9323 22.4351L24.9165 25.4601V15.7526C24.9165 15.5095 24.8199 15.2763 24.648 15.1044C24.4761 14.9325 24.243 14.8359 23.9998 14.8359Z" fill="white"/></g><defs><clipPath id="clip0_6092_2"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>') center / contain no-repeat;
}

.btn-mobile {
	display: none;
}

.download-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	background: none;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: #FFF;
}

.download-btn-2 {
	color: #465953;
}

.download-icon {
	border: 2px solid #FFF;
	border-radius: 100px;
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-icon-2 {
  border: 2px solid #465953;
}

.download-icon svg {
	width: 24px;
	height: 24px;
}

.download-text {
	font-size: 26px;
	text-align: start;
	font-family: 'Bodoni Antiqua URW Light', sans-serif;
}

.btn a:visited,
.btn a:focus {
	color: #3f4f49;
}

.btn-2 a:visited,
.btn-2 a:focus {
	color: #FFF;
}

.download-btn a:visited,
.download-btn a:focus {
	color: #FFF;
}


@media screen and (min-width: 1600px) {
	.btn::before {
		left: 5px;
	}
}

@media screen and (max-width: 1599.98px) {
	.btn {
		font-size: 16px;
		min-height: 54px;
	}

	.download-text {
		font-size: 24px;
	}

	.download-icon {
		width: 54px;
		height: 54px;
	}

	.download-icon svg {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 1199.98px) {
	.btn::before {
		width: 43px;
		height: 43px;
	}

	.btn {
		min-height: 49px;
		padding: 3px 24px 3px 57px;
	}
}

@media screen and (max-width: 1024.98px) {
	.btn::before {
		width: 40px;
		height: 40px;
		left: 2.5px;
	}

	.download-text {
		font-size: 20px;
	}

	.btn {
		padding: 3px 24px 3px 54px;
		min-height: 46px;
		font-size: 15px;
	}

	.btn-mobile {
		display: flex;
	}

	.btn-desktop {
		display: none;
	}

	.download-icon {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width: 599.98px) {
	.download-text {
		display: none;
	}
}
/* Buttons */

/* Padding / Margin */
.padding-top {
	padding-top: 160px;
}

.padding-bottom {
	padding-bottom: 160px;
}

.margin-top {
	margin-top: 160px;
}

.margin-bottom {
	margin-bottom: 160px;
}

@media screen and (max-width: 1199.98px) {
	.padding-top {
		padding-top: 130px;
	}

	.padding-bottom {
		padding-bottom: 130px;
	}

	.margin-top {
		margin-top: 130px;
	}

	.margin-bottom {
		margin-bottom: 130px;
	}
}

@media screen and (max-width: 1024.98px) {
	.padding-top {
		padding-top: 100px;
	}

	.padding-bottom {
		padding-bottom: 100px;
	}

	.margin-top {
		margin-top: 100px;
	}

	.margin-bottom {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 599.98px) {
	.padding-top {
		padding-top: 70px;
	}

	.padding-bottom {
		padding-bottom: 70px;
	}

	.margin-top {
		margin-top: 70px;
	}

	.margin-bottom {
		margin-bottom: 70px;
	}
}
/* Padding END / Margin END */


/* Splide */

.slider-navigation-arrow{
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.slider-navigation-arrow.active path{
	stroke: black;
}

.slider-navigation-arrow path,
.slider-navigation-arrow rect {
	transition: all 0.3s ease;
}

.slider-navigation-arrow:hover path {
	stroke: #FFF;
}

.slider-navigation-arrow:hover rect {
	fill: #738579;

}

@media screen and (min-width: 1600px) {
	.slider-navigation-arrow{
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 1024.98px) {
	.slider-navigation,
	.slider-navigation-arrow {
		display: none;
	}
}


/* Overlay  */

.tour__overlay.mobile-overlay{
	display: none;
}

@media screen and (max-width: 599.98px) {
	.tour__overlay {
		display: none;
	}

	.tour__overlay.mobile-overlay {
		display: block;
	}
}


