/*!
Theme Name: Sedda
Theme URI: http://underscores.me/
Author: jregoin
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: sedda
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.

Sedda 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

--------------------------------------------------------------*/
@font-face {
	font-family: 'BarlowCondensed-SemiBold';
	src: url(fonts/Barlow_Condensed/BarlowCondensed-SemiBold.woff2) format("woff2");
}

@font-face {
	font-family: 'BarlowCondensed-ExtraBold';
	src: url(fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.woff2) format("woff2");
}

@font-face {
	font-family: 'BarlowCondensed-Medium';
	src: url(fonts/Barlow_Condensed/BarlowCondensed-Medium.woff2) format("woff2");
}

@font-face {
	font-family: 'BarlowCondensed-Light';
	src: url(fonts/Barlow_Condensed/BarlowCondensed-Light.woff2) format("woff2");
}

@font-face {
	font-family: 'Inter';
	src: url(fonts/Inter/Inter.woff2) format("woff2");
}

@font-face {
	font-family: 'Inter-Italic';
	src: url(fonts/Inter/Inter-Italic.woff2) format("woff2");
}

/*--------------------------------------------------------------
# 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%;
	margin-top: 0px !important;
}

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter";
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Inter";
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Inter";
}

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

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

big {
	font-size: 125%;
}

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

.hide {
	display: none !important;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

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

.content ul li {
	position: relative;
	padding-left: 20px;
}

.content ul li:after {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

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

a:visited {
	color: #242C59;
}

a:hover, a:focus, a:active {
	color: #242C59;
}

a:focus {
	outline: thin dotted;
}

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

.link {
	font-family: 'BarlowCondensed-Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #242C59;
}

.link:hover {
	font-weight: 700;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	width: fit-content;
	border: 1px solid;
	border-color: #FFE535;
	border-radius: 25px;
	background: #FFE535;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
}

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

.button:active, .button:focus,
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: #242C59;
}

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 #DCDCDA;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 15px;
	width: 100%;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	height: 110px;
	display: flex;
	padding: 15px;
	background-color: #242C59;
}

.site-header .header-container {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	max-width: 1180px;
}

h1 {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 61px;
	line-height: 73px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: 1;
}

h2 {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 45px;
	line-height: 54px;
	text-transform: uppercase;
	color: #242C59;
}

h2 small {
	display: block;
	margin-left: -5px;
	font-family: 'BarlowCondensed-SemiBold';
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFE535;
}

h3 {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: normal;
	font-weight: 800;
	font-size: 21px;
	line-height: 22px;
	text-transform: uppercase;
}

h3 small {
	display: block;
	font-family: 'BarlowCondensed-Light';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFE535;
}

.swiper .swiper-button-prev {
	left: -50px;
}

.swiper .swiper-button-prev:after {
	content: '';
	background-image: url(img/arrow-left.svg);
	width: 27px;
	height: 41px;
}

.swiper .swiper-button-next {
	right: -50px;
}

.swiper .swiper-button-next:after {
	content: '';
	background-image: url(img/arrow-right.svg);
	width: 27px;
	height: 41px;
}

.content h2 {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 34px;
	line-height: 41px;
	text-transform: uppercase;
	color: #242C59;
}

.content h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #242C59;
}

.content .button {
	margin-top: 45px;
	margin-bottom: 45px;
}

@media screen and (max-width: 1180px) {
	.content .button {
		margin: 45px auto;
	}
}

.site-main {
	margin-top: 110px;
}

.site-main .banner {
	position: relative;
	height: 340px;
	padding: 0 20px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'BarlowCondensed-SemiBold';
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	/* identical to box height */
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

.site-main .banner .button {
	background-color: rgba(255, 229, 53, 0.8);
}

.site-main .banner .button:hover {
	background-color: #FFE535;
}

.site-main .banner:after {
	content: '';
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.site-main.front h1 {
	font-size: 50px;
	line-height: 54px;
}

@media screen and (min-width: 1180px) {
	.site-main.front h1 {
		font-size: 56px;
		line-height: 67px;
	}
}

.site-main.front h1 i {
	color: #14E7FF;
}

.site-main.front .banner {
	position: relative;
	height: 680px;
}

.site-main.front .banner:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -875px;
	bottom: 0;
	width: 408px;
	height: 408px;
	background-image: url(img/double-arrow-baner.svg);
}

.home-reinsurances-wrapper {
	margin-top: 60px;
}

.home-reinsurance {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.home-reinsurance-picto {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
	align-items: center;
	background-color: #14E7FF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-404 {
	text-align: center;
	padding: 80px;
}

.home .services, .list-services .services {
	margin: 0px auto;
	width: 90%;
	max-width: 1180px;
	padding: 80px 0;
}

.home .services-header, .list-services .services-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.home .services-filters, .list-services .services-filters {
	margin-bottom: 35px;
	text-align: center;
}

.home .services-filters a, .list-services .services-filters a {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	text-transform: uppercase;
	/* Bleu */
	color: #242C59;
	text-decoration: none;
	padding: 5px;
	border-bottom: 2px solid transparent;
}

.home .services-filters a.active, .list-services .services-filters a.active {
	border-color: #14E7FF;
}

.home .services-filters a:hover, .list-services .services-filters a:hover {
	color: #14E7FF;
}

.home .services-swiper, .list-services .services-swiper {
	position: relative;
	margin: 0 35px;
}

@media screen and (min-width: 1180px) {
	.home .services-swiper, .list-services .services-swiper {
		margin: 0 50px;
	}
}

.home .services .service, .list-services .services .service {
	display: flex;
	position: relative;
	padding-top: 40%;
	overflow: hidden;
	min-height: 385px;
	transition: all 0.5s ease-out;
}

.home .services .service h3, .list-services .services .service h3 {
	font-family: 'Inter';
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
}

.home .services .service-image, .list-services .services .service-image {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s ease-out;
	transform: scale(1);
}

.home .services .service-image:hover, .list-services .services .service-image:hover {
	transform: scale(1.3);
}

.home .services .service-content, .list-services .services .service-content {
	display: flex;
	flex-direction: column;
	transition: all 0.5s ease-out;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 76.13%;
	bottom: 0%;
	background: rgba(36, 44, 89, 0.77);
	padding: 25px 25px 0;
}

.home .services .service-resume, .list-services .services .service-resume {
	display: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

.home .services .service:hover .service-content, .list-services .services .service:hover .service-content {
	top: 0;
	padding: 70px;
	justify-content: center;
	pointer-events: none;
}

.home .services .service:hover .service-resume, .list-services .services .service:hover .service-resume {
	display: block;
}

.home .services .service:hover h3, .list-services .services .service:hover h3 {
	text-align: center;
	margin-bottom: 40px;
}

.home .services .service:hover h3 small, .list-services .services .service:hover h3 small {
	display: none;
}

.home .services .service h3, .list-services .services .service h3 {
	margin: 0;
	color: #FFFFFF;
}

.content-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 60px;
}

@media screen and (min-width: 1180px) {
	.content-wrapper {
		flex-direction: row-reverse;
	}
}

.content-wrapper .content-sidebar {
	position: relative;
}

@media screen and (min-width: 1180px) {
	.content-wrapper .content-sidebar {
		width: 25%;
		padding-right: 25px;
	}
}

.content-wrapper .content-sidebar-container {
	position: sticky;
	top: 120px;
}

@media screen and (min-width: 1180px) {
	.content-wrapper .content {
		width: 75%;
		padding-left: 25px;
	}
}

.content-wrapper .content-content {
	position: relative;
	min-height: 710px;
	background-image: url(img/hermine.svg);
	background-position: center top;
	background-repeat: no-repeat;
}

.content-wrapper .other-services {
	padding: 20px;
	margin-bottom: 15px;
	background-color: #FFE535;
	color: #242C59;
}

.content-wrapper .other-services-title {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 16px;
	line-height: 29px;
	text-transform: uppercase;
	color: #242C59;
}

.content-wrapper .other-services-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-wrapper .other-services-list li {
	position: relative;
	padding-left: 20px;
	margin: 20px 0;
}

.content-wrapper .other-services-list li a {
	text-decoration: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #242C59;
}

.content-wrapper .other-services-list li:after {
	content: '';
	position: absolute;
	background-image: url(img/arrow-blue.svg);
	width: 9px;
	height: 14px;
	left: 0;
	top: 7px;
}

.content-wrapper .sidebar-contact {
	padding: 25px;
	background-color: #242C59;
}

.content-wrapper .sidebar-contact-title {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFE535;
	margin-bottom: 15px;
}

.content-wrapper .sidebar-contact-content {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

.content-wrapper .sidebar-contact .button {
	display: block;
	width: fit-content;
	margin: 20px auto;
}

.list-services .services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.list-services .services .service {
	min-width: 250px;
	width: 30%;
	margin-bottom: 20px;
}

.home .achievments {
	margin: 0px auto;
	width: 90%;
	max-width: 1180px;
	padding: 80px 0;
}

.home .achievments-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.home .achievments .button {
	margin-bottom: 35px;
	padding: 15px 37px;
}

.home .achievments .achievment {
	text-decoration: none;
}

.home .achievments .achievment-resume {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #242C59;
	margin: 20px 0;
}

.home .achievments .achievment-image {
	position: relative;
	overflow: hidden;
	padding-top: 84%;
}

.home .achievments .achievment-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s ease-out;
	transform: scale(1);
}

.home .achievments .achievment:hover .achievment-image img {
	transform: scale(1.3);
}

.post-type-archive-achievments .achievments-wrapper {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-achievments .achievments-wrapper .achievment {
	width: 23%;
	margin: 0 1% 1%;
}

.post-type-archive-achievments .achievments-filters {
	margin: 35px auto;
	text-align: left;
	max-width: calc(1180px - 2%);
	width: 90%;
}

.post-type-archive-achievments .achievments-filters a {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	text-transform: uppercase;
	/* Bleu */
	color: #242C59;
	text-decoration: none;
	padding: 5px;
	border-bottom: 2px solid transparent;
}

.post-type-archive-achievments .achievments-filters a.active {
	border-color: #FFE535;
}

.post-type-archive-achievments .achievments-filters a:hover {
	color: #FFE535;
}

.post-type-archive-achievments .achievment {
	position: relative;
	padding-top: 33%;
	background-size: cover;
	background-position: center;
}

.post-type-archive-achievments .achievment-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.5s ease-out;
	position: absolute;
	bottom: 0;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: #242C59C4;
}

.post-type-archive-achievments .achievment-content * {
	color: #fff;
}

.post-type-archive-achievments .achievment-content h2 {
	font-family: 'BarlowCondensed-Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	color: #FAFAF3;
}

.post-type-archive-achievments .achievment-content:after {
	content: '';
	position: absolute;
	transition: all 0.5s ease-out;
	bottom: 0;
	left: 0;
	display: none;
	opacity: 0;
	background-image: url(img/+.svg);
	width: 26px;
	height: 26px;
}

.post-type-archive-achievments .achievment:hover .achievment-content {
	top: 0;
	padding: 30px;
}

.post-type-archive-achievments .achievment:hover .achievment-content:after {
	display: block;
	opacity: 1;
	top: 30px;
	right: 30px;
	bottom: unset;
	left: unset;
}

.achievment-detail {
	padding-top: 40px;
}

.achievment-detail h2 {
	display: inline-block;
}

.achievment-detail h2:first-child {
	margin-top: 15px;
}

.single-achievments .content-wrapper .content-content {
	background-position: 33% 85px;
	min-height: 800px;
}

.achievment-card {
	float: right;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	padding: 50px 40px;
	background-color: #242C59;
	color: #fff;
	margin-left: 20px;
	background-image: url(img/double-arrow-achievments.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.achievment-card > div {
	margin-bottom: 25px;
}

.achievment-card span {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFE535;
}

.home .company {
	background-color: #242C59;
	padding: 80px 0;
	color: #fff;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}

.home .company h2 {
	color: #FFE535;
}

.home .company-wrapper {
	margin: 0px auto;
	width: 100%;
	max-width: 1180px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
	.home .company-wrapper {
		width: 90%;
	}
}

.home .company-col {
	width: 100%;
	padding: 0 30px;
}

@media screen and (min-width: 640px) {
	.home .company-col {
		width: 50%;
	}
}

.home .company-col:first-child {
	position: relative;
}

.home .company-col:first-child img {
	margin-bottom: 40px;
}

.home .company-col:first-child:before {
	content: '';
	background-image: url(img/double-arrow.svg);
	max-width: 40%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 244px;
	height: 269px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-footer {
	background-color: #242C59;
	padding: 60px 0 20px;
	margin-top: 70px;
}

.site-footer a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .menu-item-has-children > a {
	margin-bottom: 20px;
	color: #FFE535;
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
}

.site-footer .menu {
	padding: 0;
}

.site-footer .sub-menu {
	margin-bottom: 20px;
}

.footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
}

.footer-wrapper .footer-col {
	width: 30%;
	min-width: 250px;
}

.tel-footer {
	position: relative;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 25px;
}

.tel-footer:before {
	content: '';
	left: 0;
	top: 50%;
	margin-top: -9px;
	background-image: url(img/phone.svg);
	position: absolute;
	width: 17px;
	height: 18px;
}

#legal-menu {
	display: flex;
	justify-content: end;
	margin: 20px auto 0;
	width: 90%;
	max-width: 1180px;
}

#legal-menu li {
	margin-left: 20px;
}

#legal-menu a {
	text-transform: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu {
	margin: 0;
	list-style: none;
}

.menu li > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-navigation {
	display: block;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

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

.main-navigation ul ul {
	display: none;
	flex-wrap: wrap;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #0F1745;
	background-color: #1A2252;
	padding: 30px;
}

@media screen and (min-width: 1180px) {
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		position: absolute;
		z-index: 999;
		left: 0;
	}
}

.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 {
	font-family: Inter;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	width: 270px;
	max-width: calc(100% - 60px);
	text-transform: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.active > ul,
.main-navigation ul li.focus > ul {
	height: auto;
	display: flex;
}

.main-navigation li {
	position: relative;
}

.main-navigation li.menu-item-has-children > a {
	padding-right: 25px;
}

.main-navigation li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	background-image: url(img/arrow.svg);
	top: 20px;
	right: 5px;
	height: 6px;
	width: 12px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFE535;
	font-family: "BarlowCondensed-SemiBold";
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	padding: 10px;
}

/* Small menu. */
.menu-toggle {
	display: block;
	height: 52px;
	width: 52px;
	padding: 0;
	position: relative;
}

.menu-toggle span {
	display: block;
	width: 32px;
	height: 4px;
	position: relative;
	background: #242C59;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -2px);
}

.menu-toggle span:first-child {
	transform: translate(-50%, -11px);
	transform-origin: 0% 0%;
}

.menu-toggle span:nth-last-child(2) {
	transform: translate(-50%, 7px);
	transform-origin: 0% 100%;
}

#site-navigation.toggled .menu-toggle span {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: rotate(45deg) translate(-15px);
}

#site-navigation.toggled .menu-toggle span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#site-navigation.toggled .menu-toggle span:nth-last-child(2) {
	top: 20px;
	transform: rotate(-45deg) translate(-17px, 2px);
}

@media screen and (min-width: 1180px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: space-around;
	}
}

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

@media screen and (max-width: 1179px) {
	#site-navigation.toggled .nav-menu {
		display: block;
		padding: 0 40px;
	}
	#site-navigation.toggled .menu-menu-principal-container {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 110px;
		background-color: #242C59;
	}
}

#breadcrumbs {
	position: absolute;
	bottom: 0;
	padding: 20px;
	left: 0;
	right: 0;
	border-top: 1px solid #fff;
}

#breadcrumbs > span {
	max-width: 1180px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: baseline;
}

#breadcrumbs > span > span {
	margin: 0 15px;
}

#breadcrumbs a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#breadcrumbs .breadcrumb_last {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFE535;
}

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

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

.img-grid {
	display: flex;
}

.img-grid-col:first-child {
	padding-right: 25px;
}

.img-grid-col:last-child {
	display: flex;
	flex-direction: column;
}

.img-grid-col:last-child img:first-child {
	margin-bottom: 25px;
}

.page-template-post_contact_single .content h2 {
	font-family: 'BarlowCondensed-ExtraBold';
	font-style: italic;
	font-weight: 800;
	font-size: 45px;
	line-height: 54px;
	text-transform: uppercase;
	color: #242C59;
}

.page-template-post_contact_single h3 {
	font-style: italic;
	font-weight: 800;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFE535;
}

.page-template-post_contact_single .site-footer {
	margin-top: 0;
}

.page-template-post_contact_single .content-wrapper .content {
	padding-bottom: 20px;
}

@media screen and (min-width: 1180px) {
	.page-template-post_contact_single .content-wrapper .content {
		padding-left: 0;
	}
	.page-template-post_contact_single .content-wrapper .content-content {
		padding: 0 30px;
	}
	.page-template-post_contact_single .content-wrapper .content-sidebar {
		padding-right: 0;
		padding-left: 30px;
		padding-bottom: 20px;
	}
}

.page-template-post_contact_single form {
	margin-top: 30px;
}

.page-template-post_contact_single form .wpcf7-submit {
	float: right;
	margin-top: 30px;
}

.form-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-row.form-row--half label {
	width: 100%;
}

@media screen and (min-width: 1180px) {
	.form-row.form-row--half label {
		width: 48%;
	}
}

.form-row.form-row--full label {
	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: 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
--------------------------------------------- */
/**
 * Swiper 6.7.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 23, 2021
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;\a     charset=utf-8;\a     base64, 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") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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